From f45b4bfb4c580e0e055efac78ebf9354789749cd Mon Sep 17 00:00:00 2001 From: Dahlular Date: Sun, 4 Sep 2022 10:32:31 -0600 Subject: [PATCH] MultiZ Layenia Base --- _maps/layeniastation.json | 10 +- .../LayeniaStation/LayeniaStation.dmm | 376713 ++++++++++----- _maps/map_files/generic/CentCom.dmm | 83 +- _maps/shuttles/arrival_box.dmm | 915 +- _maps/shuttles/emergency_box.dmm | 3316 +- _maps/shuttles/escape_pod_default.dmm | 91 +- _maps/shuttles/ferry_fancy.dmm | 750 +- code/__DEFINES/access.dm | 4 + code/__DEFINES/jobs.dm | 5 +- code/game/area/Space_Station_13_areas.dm | 30 +- code/game/area/areas/layenia.dm | 6 + code/game/machinery/announcement_system.dm | 7 + code/game/machinery/doors/shutters.dm | 8 +- code/game/objects/effects/contraband.dm | 40 + .../effects/decals/turfdecal/weather.dm | 22 +- code/game/objects/items/cosmetics.dm | 5 +- code/game/objects/items/dyekit.dm | 17 +- code/game/objects/items/plushes.dm | 44 + .../items/stacks/sheets/sheet_types.dm | 7 + code/game/objects/items/storage/backpack.dm | 54 +- code/game/objects/items/tools/weldingtool.dm | 2 + code/game/objects/structures/mirror.dm | 3 +- code/game/objects/structures/signs/_signs.dm | 7 +- code/game/turfs/simulated/chasm.dm | 1 + .../game/turfs/simulated/floor/fancy_floor.dm | 8 +- .../turfs/simulated/floor/plating/asteroid.dm | 2 +- code/modules/client/preferences.dm | 5 + code/modules/clothing/suits/miscellaneous.dm | 40 + code/modules/jobs/access.dm | 18 +- code/modules/jobs/job_types/captain.dm | 4 +- code/modules/jobs/job_types/cargo_service.dm | 6 +- code/modules/jobs/job_types/security.dm | 4 +- code/modules/jobs/jobs.dm | 6 + code/modules/mob/living/carbon/human/human.dm | 8 +- code/modules/mob/living/carbon/life.dm | 3 +- .../mob/living/silicon/robot/robot_modules.dm | 4 +- .../mob/living/simple_animal/friendly/dog.dm | 4 +- .../ruins/objects_and_mobs/sin_ruins.dm | 16 +- config/config.txt | 2 + config/hyperstation/jobs.txt | 12 + config/jobs.txt | 5 +- goon/icons/obj/fitness.dmi | Bin 1730 -> 2214 bytes goon/icons/obj/power.dmi | Bin 4162 -> 1935 bytes hyperstation/code/__DEFINES/misc.dm | 11 + .../configuration/entries/timeoff.dm | 11 + .../code/controllers/subsystem/job.dm | 18 + .../code/game/area/Space_Station_13_areas.dm | 467 + .../game/machinery/announcement_system.dm | 3 + .../code/game/machinery/computer/timeclock.dm | 310 + .../code/game/objects/effects/landmarks.dm | 11 + .../code/game/objects/items/cards_ids.dm | 2 + .../circuitboards/computer_circuitboards.dm | 3 + .../objects/items/stacks/tiles/tile_types.dm | 9 + .../code/game/objects/structures/bench.dm | 12 + .../objects/structures/ghost_role_spawners.dm | 32 + .../game/objects/structures/tables_racks.dm | 9 + hyperstation/code/game/turfs/open.dm | 14 + .../game/turfs/simulated/floor/fancy_floor.dm | 4 + .../turfs/simulated/wall/mineral_walls.dm | 78 + .../code/modules/client/client_defines.dm | 9 + hyperstation/code/modules/clothing/gloves.dm | 2 +- .../code/modules/jobs/job_types/_job.dm | 3 + .../code/modules/jobs/job_types/civilian.dm | 52 + .../modules/jobs/job_types/job_alt_titles.dm | 8 + .../code/modules/jobs/job_types/security.dm | 56 + hyperstation/code/modules/power/lighting.dm | 31 + hyperstation/code/modules/salon/barber.dm | 541 + .../code/modules/vending/teavendomatic.dm | 32 + .../obj/Kitchen compliances/reagentblender.dm | 11 + hyperstation/code/obj/Lambent/gloves.dm | 16 + hyperstation/code/obj/Lambent/shoes.dm | 14 + hyperstation/code/obj/Lambent/suit.dm | 13 + hyperstation/code/obj/Lambent/uniform.dm | 14 + hyperstation/code/obj/clothes.dm | 7 + hyperstation/code/obj/kinkyclothes.dm | 3 + hyperstation/code/obj/plushes.dm | 9 +- hyperstation/code/obj/structures/beacons.dm | 7 + hyperstation/code/obj/vibrator.dm | 7 +- hyperstation/icons/mobs/feet.dmi | Bin 727 -> 767 bytes hyperstation/icons/mobs/gloves.dmi | Bin 763 -> 984 bytes hyperstation/icons/mobs/suits.dmi | Bin 17222 -> 18358 bytes hyperstation/icons/mobs/uniforms.dmi | Bin 1467 -> 1634 bytes hyperstation/icons/obj/barber.dmi | Bin 0 -> 7231 bytes hyperstation/icons/obj/bench.dmi | Bin 600 -> 1065 bytes hyperstation/icons/obj/chairs.dmi | Bin 0 -> 1121 bytes hyperstation/icons/obj/clothing/gloves.dmi | Bin 894 -> 1078 bytes hyperstation/icons/obj/clothing/shoes.dmi | Bin 550 -> 603 bytes hyperstation/icons/obj/dryer.dmi | Bin 0 -> 1322 bytes hyperstation/icons/obj/flora/cactuscoral.dmi | Bin 0 -> 984 bytes hyperstation/icons/obj/flora/hydrogenbuds.dmi | Bin 0 -> 1467 bytes hyperstation/icons/obj/genitals/belly.dmi | Bin 7457 -> 7392 bytes hyperstation/icons/obj/genitals/butt.dmi | Bin 4652 -> 2723 bytes .../icons/obj/machinery/reagentblender.dmi | Bin 0 -> 565 bytes .../icons/obj/machinery/timeclock.dmi | Bin 0 -> 5646 bytes hyperstation/icons/obj/plushes.dmi | Bin 7387 -> 7889 bytes hyperstation/icons/obj/railings.dmi | Bin 6706 -> 7008 bytes .../smooth_structures/fancy_table_kinaris.dmi | Bin 0 -> 1188 bytes hyperstation/icons/obj/structures.dmi | Bin 0 -> 524 bytes hyperstation/icons/obj/structures/beacons.dmi | Bin 0 -> 696 bytes hyperstation/icons/obj/tiles.dmi | Bin 649 -> 359 bytes .../icons/turf/floors/carpet_kinaris.dmi | Bin 0 -> 1435 bytes .../icons/turf/floors/layeniasand.dmi | Bin 0 -> 3442 bytes hyperstation/icons/turf/walls/altpod.dmi | Bin 0 -> 3911 bytes .../icons/turf/walls/customarrivals.dmi | Bin 0 -> 6325 bytes .../icons/turf/walls/customdepartures.dmi | Bin 0 -> 18898 bytes hyperstation/icons/turf/walls/custompod.dmi | Bin 0 -> 4395 bytes .../icons/turf/walls/customshuttles.dmi | Bin 0 -> 19004 bytes hyperstation/sound/effects/enchant.ogg | Bin 0 -> 22388 bytes hyperstation/sound/misc/Fnaf Nose honk.ogg | Bin 0 -> 17768 bytes hyperstation/sound/salon/drying.ogg | Bin 0 -> 54212 bytes hyperstation/sound/salon/haircut.ogg | Bin 0 -> 96905 bytes icons/mob/back.dmi | Bin 101219 -> 105938 bytes icons/mob/dogborg.dmi | Bin 14340 -> 14383 bytes icons/mob/feet.dmi | Bin 25562 -> 25697 bytes .../mob/inhands/equipment/tools_lefthand.dmi | Bin 5541 -> 6700 bytes .../mob/inhands/equipment/tools_righthand.dmi | Bin 5410 -> 6528 bytes icons/mob/landmarks.dmi | Bin 25137 -> 27204 bytes icons/mob/suit.dmi | Bin 455389 -> 457534 bytes icons/mob/uniform.dmi | Bin 391927 -> 390542 bytes icons/obj/atmos.dmi | Bin 29801 -> 28113 bytes icons/obj/atmospherics/pipes/disposal.dmi | Bin 125653 -> 124539 bytes icons/obj/bedsheets.dmi | Bin 14360 -> 14457 bytes icons/obj/bureaucracy.dmi | Bin 18193 -> 19220 bytes icons/obj/cardboard_cutout.dmi | Bin 20315 -> 24920 bytes icons/obj/chairs.dmi | Bin 49834 -> 53687 bytes icons/obj/chemical.dmi | Bin 55863 -> 53030 bytes icons/obj/closet.dmi | Bin 37806 -> 38018 bytes icons/obj/clothing/shoes.dmi | Bin 16578 -> 16376 bytes icons/obj/contraband.dmi | Bin 66789 -> 74577 bytes icons/obj/crates.dmi | Bin 24117 -> 26119 bytes icons/obj/decals.dmi | Bin 35558 -> 36413 bytes icons/obj/device.dmi | Bin 57698 -> 59012 bytes icons/obj/doors/Doorfireglass.dmi | Bin 5367 -> 27938 bytes icons/obj/doors/shutters.dmi | Bin 1660 -> 8123 bytes icons/obj/flora/plants.dmi | Bin 17651 -> 21467 bytes icons/obj/food/containers.dmi | Bin 12219 -> 12609 bytes icons/obj/food/food.dmi | Bin 76989 -> 76008 bytes icons/obj/hydroponics/equipment.dmi | Bin 25109 -> 26913 bytes icons/obj/items_and_weapons.dmi | Bin 129196 -> 129160 bytes icons/obj/kitchen.dmi | Bin 29592 -> 33334 bytes icons/obj/library.dmi | Bin 29055 -> 28423 bytes icons/obj/machines/camera.dmi | Bin 8713 -> 7767 bytes icons/obj/machines/field_generator.dmi | Bin 2104 -> 883 bytes icons/obj/machines/mining_machines.dmi | Bin 4590 -> 5617 bytes icons/obj/machines/suit_storage.dmi | Bin 11193 -> 4605 bytes icons/obj/mining.dmi | Bin 63354 -> 64553 bytes icons/obj/monitors.dmi | Bin 15106 -> 23834 bytes icons/obj/nuke_tools.dmi | Bin 5017 -> 5104 bytes icons/obj/objects.dmi | Bin 107127 -> 105875 bytes icons/obj/plushes.dmi | Bin 46613 -> 52667 bytes icons/obj/power.dmi | Bin 33196 -> 33480 bytes icons/obj/radio.dmi | Bin 4369 -> 8512 bytes icons/obj/rollerbed.dmi | Bin 1674 -> 1788 bytes icons/obj/singularity.dmi | Bin 26496 -> 28148 bytes icons/obj/stationobjs.dmi | Bin 78390 -> 76336 bytes icons/obj/status_display.dmi | Bin 26374 -> 23855 bytes icons/obj/storage.dmi | Bin 71510 -> 68447 bytes icons/obj/structures.dmi | Bin 168709 -> 177135 bytes icons/obj/surgery.dmi | Bin 38827 -> 38624 bytes icons/obj/terminals.dmi | Bin 17930 -> 29336 bytes icons/obj/tools.dmi | Bin 24909 -> 22788 bytes icons/obj/vending.dmi | Bin 106917 -> 107627 bytes icons/obj/wallframe.dmi | Bin 1138 -> 1918 bytes icons/obj/wallmounts.dmi | Bin 4548 -> 4906 bytes icons/obj/watercloset.dmi | Bin 15739 -> 15802 bytes icons/turf/areas.dmi | Bin 38936 -> 40334 bytes icons/turf/decals.dmi | Bin 70200 -> 82953 bytes icons/turf/floors.dmi | Bin 352982 -> 351548 bytes icons/turf/floors/crystal_floor.dmi | Bin 3999 -> 3944 bytes icons/turf/grass.dmi | Bin 0 -> 1296 bytes modular_citadel/code/game/objects/tools.dm | 4 +- modular_citadel/icons/mob/digishoes.dmi | Bin 30566 -> 30704 bytes modular_citadel/icons/mob/ipc_antennas.dmi | Bin 8261 -> 3045 bytes modular_citadel/icons/mob/ipc_screens.dmi | Bin 7887 -> 6861 bytes .../icons/mob/mutant_bodyparts.dmi | Bin 10440 -> 10523 bytes modular_citadel/icons/mob/suit_digi.dmi | Bin 446448 -> 446207 bytes modular_citadel/icons/mob/uniform_digi.dmi | Bin 348989 -> 347904 bytes modular_citadel/icons/mob/widerobot.dmi | Bin 722742 -> 427150 bytes .../icons/obj/genitals/breasts_onmob.dmi | Bin 12801 -> 12219 bytes modular_citadel/icons/obj/genitals/hud.dmi | Bin 2005 -> 2019 bytes .../modules/aesthetics/furniture/bed.dm | 110 + .../aesthetics/furniture/bedsheets.dmi | Bin 0 -> 22383 bytes .../aesthetics/furniture/furniture.dmi | Bin 0 -> 1190 bytes sound/items/dronedeploy.ogg | Bin 0 -> 25756 bytes tgstation.dme | 28 + tgui/packages/tgui/interfaces/TimeClock.js | 144 + .../tgui/interfaces/common/RankIcon.js | 119 + 187 files changed, 260225 insertions(+), 124296 deletions(-) create mode 100644 config/hyperstation/jobs.txt create mode 100644 hyperstation/code/__DEFINES/misc.dm create mode 100644 hyperstation/code/controllers/configuration/entries/timeoff.dm create mode 100644 hyperstation/code/controllers/subsystem/job.dm create mode 100644 hyperstation/code/game/area/Space_Station_13_areas.dm create mode 100644 hyperstation/code/game/machinery/announcement_system.dm create mode 100644 hyperstation/code/game/machinery/computer/timeclock.dm create mode 100644 hyperstation/code/game/objects/effects/landmarks.dm create mode 100644 hyperstation/code/game/objects/items/cards_ids.dm create mode 100644 hyperstation/code/game/objects/items/circuitboards/computer_circuitboards.dm create mode 100644 hyperstation/code/game/objects/structures/tables_racks.dm create mode 100644 hyperstation/code/game/turfs/open.dm create mode 100644 hyperstation/code/game/turfs/simulated/floor/fancy_floor.dm create mode 100644 hyperstation/code/game/turfs/simulated/wall/mineral_walls.dm create mode 100644 hyperstation/code/modules/client/client_defines.dm create mode 100644 hyperstation/code/modules/jobs/job_types/_job.dm create mode 100644 hyperstation/code/modules/jobs/job_types/civilian.dm create mode 100644 hyperstation/code/modules/jobs/job_types/job_alt_titles.dm create mode 100644 hyperstation/code/modules/jobs/job_types/security.dm create mode 100644 hyperstation/code/modules/power/lighting.dm create mode 100644 hyperstation/code/modules/salon/barber.dm create mode 100644 hyperstation/code/modules/vending/teavendomatic.dm create mode 100644 hyperstation/code/obj/Kitchen compliances/reagentblender.dm create mode 100644 hyperstation/code/obj/Lambent/gloves.dm create mode 100644 hyperstation/code/obj/Lambent/shoes.dm create mode 100644 hyperstation/code/obj/Lambent/suit.dm create mode 100644 hyperstation/code/obj/Lambent/uniform.dm create mode 100644 hyperstation/code/obj/clothes.dm create mode 100644 hyperstation/code/obj/structures/beacons.dm create mode 100644 hyperstation/icons/obj/barber.dmi create mode 100644 hyperstation/icons/obj/chairs.dmi create mode 100644 hyperstation/icons/obj/dryer.dmi create mode 100644 hyperstation/icons/obj/flora/cactuscoral.dmi create mode 100644 hyperstation/icons/obj/flora/hydrogenbuds.dmi create mode 100644 hyperstation/icons/obj/machinery/reagentblender.dmi create mode 100644 hyperstation/icons/obj/machinery/timeclock.dmi create mode 100644 hyperstation/icons/obj/smooth_structures/fancy_table_kinaris.dmi create mode 100644 hyperstation/icons/obj/structures.dmi create mode 100644 hyperstation/icons/obj/structures/beacons.dmi create mode 100644 hyperstation/icons/turf/floors/carpet_kinaris.dmi create mode 100644 hyperstation/icons/turf/floors/layeniasand.dmi create mode 100644 hyperstation/icons/turf/walls/altpod.dmi create mode 100644 hyperstation/icons/turf/walls/customarrivals.dmi create mode 100644 hyperstation/icons/turf/walls/customdepartures.dmi create mode 100644 hyperstation/icons/turf/walls/custompod.dmi create mode 100644 hyperstation/icons/turf/walls/customshuttles.dmi create mode 100644 hyperstation/sound/effects/enchant.ogg create mode 100644 hyperstation/sound/misc/Fnaf Nose honk.ogg create mode 100644 hyperstation/sound/salon/drying.ogg create mode 100644 hyperstation/sound/salon/haircut.ogg create mode 100644 icons/turf/grass.dmi create mode 100644 modular_skyrat/modules/aesthetics/furniture/bed.dm create mode 100644 modular_skyrat/modules/aesthetics/furniture/bedsheets.dmi create mode 100644 modular_skyrat/modules/aesthetics/furniture/furniture.dmi create mode 100644 sound/items/dronedeploy.ogg create mode 100644 tgui/packages/tgui/interfaces/TimeClock.js create mode 100644 tgui/packages/tgui/interfaces/common/RankIcon.js diff --git a/_maps/layeniastation.json b/_maps/layeniastation.json index a96da004b..2e8733ec0 100644 --- a/_maps/layeniastation.json +++ b/_maps/layeniastation.json @@ -10,8 +10,16 @@ }, "traits":[ { + "Up": 1, "Gravity":true, - "Baseturf":"/turf/open/chasm/cloud" + "Baseturf":"/turf/open/chasm/cloud", + "Linkage" : "Cross" + }, + { + "Down": -1, + "Gravity":true, + "Baseturf":"/turf/open/transparent/openspace", + "Linkage" : "Cross" } ] } diff --git a/_maps/map_files/LayeniaStation/LayeniaStation.dmm b/_maps/map_files/LayeniaStation/LayeniaStation.dmm index 585258c84..a024129c3 100644 --- a/_maps/map_files/LayeniaStation/LayeniaStation.dmm +++ b/_maps/map_files/LayeniaStation/LayeniaStation.dmm @@ -1,306 +1,187 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aaa" = ( -/obj/structure/bed/secbed, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/mob/living/simple_animal/hostile/carp/cayenne/lia, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) "aab" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/mob/living/simple_animal/bot/secbot{ - a_intent = "harm"; - arrest_type = 1; - health = 4; - icon_state = "secbot1"; - idcheck = 1; - inertia_move_delay = 5; - name = "Sergeant-at-Armsky"; - weaponscheck = 1 - }, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/ai_monitored/security/armory) -"aac" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/closed/wall/r_wall, -/area/science/mixing) -"aad" = ( -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/mob/living/simple_animal/bot/secbot/beepsky{ - name = "Officer Beepsky" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aae" = ( -/obj/structure/bed/dogbed, -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/mob/living/simple_animal/pet/dog/pug{ - name = "McGriff" - }, -/turf/open/floor/wood, -/area/security/warden) -"aaf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ +/obj/effect/turf_decal/stripes/line{ dir = 4 }, /obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/camera{ - c_tag = "MiniSat Service Bay"; - dir = 8; - network = list("minisat"); - start_active = 1 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/mob/living/simple_animal/bot/cleanbot, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/service) -"aag" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ +/obj/structure/fence/door{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"aac" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/engine, +/area/science/storage) +"aaf" = ( +/obj/structure/railing{ dir = 1 }, -/obj/item/paper/fluff/candle, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"aah" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" +/obj/structure/railing{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"aag" = ( +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 8 }, /obj/structure/cable{ icon_state = "1-2" }, -/mob/living/simple_animal/pet/cat{ - name = "Stray Maintenance Cat" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aai" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 8; - volume_rate = 200 - }, -/mob/living/carbon/monkey{ - desc = "When the candle is lit, you know the burn is good."; - name = "Candle" - }, -/turf/open/floor/engine/vacuum, +/turf/open/floor/plasteel, /area/engine/engineering) +"aah" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/security/range) +"aai" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/ladder, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) "aaj" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" +/obj/machinery/camera/autoname{ + dir = 4 }, -/mob/living/simple_animal/parrot/Poly, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) +/turf/open/transparent/openspace, +/area/medical/medbay/upper) "aak" = ( -/obj/structure/flora/junglebush, -/obj/structure/flora/grass/jungle/b, -/obj/structure/window/reinforced{ - dir = 8 +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" }, -/mob/living/simple_animal/butterfly, -/turf/open/floor/grass, -/area/crew_quarters/dorms) +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) "aal" = ( -/obj/structure/flora/junglebush, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/window/reinforced{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/mob/living/simple_animal/butterfly, -/turf/open/floor/grass, -/area/crew_quarters/dorms) -"aam" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ dir = 4; name = "air supply pipe" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/mob/living/simple_animal/hostile/retaliate/goat{ - name = "Pete" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"aan" = ( -/obj/structure/bed/dogbed/ian, /obj/structure/cable{ - icon_state = "0-2" - }, -/mob/living/simple_animal/pet/dog/corgi/Ian{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"aao" = ( -/obj/structure/bed/dogbed/renault, -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 32 - }, -/mob/living/simple_animal/pet/fox/Renault, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"aap" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/port"; - dir = 1; - name = "Port Hall APC"; - pixel_y = 26 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/mob/living/simple_animal/pet/cat{ - name = "Stray Maintenance Cat" + icon_state = "2-8" }, /turf/open/floor/plating, -/area/maintenance/starboard) +/area/maintenance/port/aft/upper) +"aam" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"aap" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/fore) "aaq" = ( -/obj/effect/turf_decal/box, -/obj/machinery/holopad, -/mob/living/simple_animal/sloth/paperwork, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"aar" = ( -/obj/structure/flora/junglebush, -/obj/structure/flora/ausbushes/brflowers, -/obj/item/reagent_containers/food/snacks/grown/banana, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/mob/living/carbon/monkey, -/turf/open/floor/grass, -/area/medical/genetics) -"aas" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/ywflowers, -/obj/item/toy/beach_ball, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/mob/living/carbon/monkey, -/turf/open/floor/grass, -/area/medical/genetics) -"aat" = ( -/obj/structure/flora/junglebush, -/obj/structure/flora/ausbushes/sparsegrass, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/mob/living/carbon/monkey, -/turf/open/floor/grass, -/area/medical/genetics) -"aau" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/mob/living/simple_animal/pet/cat{ - name = "Stray Maintenance Cat" - }, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"aav" = ( -/obj/structure/closet/emcloset/anchored, -/obj/effect/turf_decal/loading_area{ +/turf/open/floor/plasteel/stairs/medium{ dir = 4; - icon_state = "drain"; - name = "drain" + icon_state = "stairs_darkfull_m"; + name = "dark medium" }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"aaw" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/area/maintenance/port) +"aar" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/central) +"aat" = ( +/obj/structure/bed/roller, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/power/apc{ + areastring = "/area/medical/medbay/central"; + name = "Medbay APC"; + pixel_y = -24 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/central) +"aav" = ( +/obj/effect/turf_decal/sand{ + icon_state = "sandyfloor_red"; + name = "crimson sand" }, /obj/structure/cable{ - icon_state = "4-8" + icon_state = "0-2" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" +/turf/open/floor/plasteel/airless/solarpanel{ + initial_gas_mix = "o2=22;n2=82;TEMP=180"; + planetary_atmos = 1 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" +/area/layenia) +"aaw" = ( +/obj/structure/fence{ + dir = 4 }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) +/turf/open/indestructible/layenia/crystal, +/area/layenia) "aax" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" +/obj/structure/fence/cut/medium{ + dir = 4 }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/layenia, +/turf/open/indestructible/layenia/crystal, /area/layenia) "aay" = ( /obj/effect/turf_decal/loading_area{ @@ -316,38 +197,31 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel/layenia, /area/layenia) -"aaz" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia) "aaA" = ( /obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" + dir = 1; + icon_state = "drain"; + name = "drain" }, /obj/effect/turf_decal/stripes/corner{ - dir = 8 + dir = 4 }, -/turf/open/floor/plasteel/layenia, -/area/layenia) +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/science/misc_lab) "aaB" = ( /obj/effect/turf_decal/loading_area{ dir = 6; @@ -364,295 +238,137 @@ }, /turf/open/floor/plasteel/layenia, /area/layenia) -"aaC" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/bridge) -"aaD" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ +"aaE" = ( +/obj/structure/fence/corner{ dir = 4 }, -/obj/effect/turf_decal/caution/stand_clear{ - dir = 8 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"aaE" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/fence/corner{ - dir = 9 - }, -/turf/open/floor/plasteel/layenia, +/turf/open/indestructible/layenia/crystal, /area/layenia) "aaF" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" +/obj/structure/cable{ + icon_state = "2-4" }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"aaG" = ( /obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/fence{ dir = 4 }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"aaG" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/layenia, +/turf/open/floor/plating/layenia, /area/layenia) "aaH" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, /obj/effect/turf_decal/stripes/line{ dir = 8 }, -/turf/open/floor/plasteel/layenia, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, /area/layenia) "aaI" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/fore) -"aaJ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"aaK" = ( -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"aaL" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/maintenance/fore) -"aaM" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"aaN" = ( -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"aaO" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"aaP" = ( -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"aaQ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"aaR" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"aaS" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, /obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"aaT" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"aaU" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"aaV" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"aaW" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, /obj/structure/railing{ dir = 8 }, -/turf/open/floor/plasteel/layenia, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"aaK" = ( +/obj/machinery/door/poddoor/shutters{ + id = "teleshutter"; + name = "Teleporter Shutters" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/teleporter) +"aaM" = ( +/obj/effect/overlay/coconut, +/turf/open/floor/plating/beach/sand, +/area/hallway/secondary/exit) +"aaN" = ( +/obj/machinery/button/door{ + id = "teleshutter"; + name = "Teleporter Shutters Control"; + pixel_x = 7; + pixel_y = 26; + req_access_txt = "17" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/teleporter) +"aaO" = ( +/turf/open/floor/plating/beach/sand, +/area/hallway/secondary/exit) +"aaP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/teleporter) +"aaQ" = ( +/obj/machinery/computer/teleporter{ + dir = 8 + }, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/teleporter) +"aaR" = ( +/turf/open/floor/plating/beach/coastline_t, +/area/hallway/secondary/exit) +"aaS" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"aaU" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/misc_lab) +"aaV" = ( +/obj/structure/fence, +/turf/open/indestructible/layenia/crystal, /area/layenia) "aaX" = ( /obj/effect/turf_decal/loading_area{ @@ -668,11585 +384,142 @@ /turf/open/floor/plasteel/layenia, /area/layenia) "aaY" = ( -/obj/structure/table, -/obj/item/plant_analyzer, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"aaZ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" +/obj/effect/turf_decal/sand{ + icon_state = "sandyfloor_red"; + name = "crimson sand" }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" +/obj/structure/cable, +/turf/open/floor/plasteel/airless/solarpanel{ + initial_gas_mix = "o2=22;n2=82;TEMP=180"; + planetary_atmos = 1 }, -/obj/structure/railing, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"aba" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/structure/railing, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"abb" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"abc" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"abd" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/layenia, /area/layenia) "abe" = ( -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/wood{ - icon_state = "wood-broken" +/obj/structure/railing{ + dir = 1 }, -/area/maintenance/fore) -"abf" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"abg" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) "abh" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" +/obj/structure/chair/wood{ + dir = 8 }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) +/turf/open/floor/carpet, +/area/chapel/main) "abi" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"abj" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"abk" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"abl" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, +/obj/structure/table, /obj/machinery/light{ - dir = 4; - pixel_x = 7 + dir = 1; + pixel_y = 16 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" }, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"abm" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/sign/painting/library{ - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/artatrium) -"abn" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"abo" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) +/area/hallway/primary/fore) "abp" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"abq" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"abr" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"abs" = ( -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"abt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"abu" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"abv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"abw" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/oil{ - icon_state = "floor6" - }, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"abx" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"aby" = ( -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"abz" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"abA" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/white/corner, -/area/science/misc_lab) -"abB" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"abC" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"abD" = ( -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"abE" = ( -/obj/machinery/shower{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_y = -27 - }, -/turf/open/floor/noslip, -/area/engine/engineering/reactor_control) -"abF" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"abG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"abH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"abI" = ( -/obj/effect/decal/cleanable/oil{ - icon_state = "floor5" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"abJ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"abK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/button/door{ - id = "reactor_lockdown_shutter_door"; - name = "reactor door shutter"; - pixel_x = -24; - pixel_y = 6 - }, -/obj/machinery/button/door{ - id = "reactor_lockdown_shutters"; - name = "reactor window shutters"; - pixel_x = -24; - pixel_y = -6 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"abL" = ( -/obj/structure/fence, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"abM" = ( -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"abN" = ( -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"abO" = ( -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"abP" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"abQ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"abR" = ( -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"abS" = ( -/obj/structure/fence/door/opened{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"abT" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/corner, -/area/science/misc_lab) -"abU" = ( -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"abV" = ( -/obj/structure/fence, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"abW" = ( -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/railing, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"abX" = ( -/obj/structure/railing, -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"abY" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"abZ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"aca" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"acb" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/fore) -"acc" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"acd" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/closet/crate, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"ace" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"acf" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/ore_box, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"acg" = ( -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/camera{ - c_tag = "Xenobiology Hallway 2"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"ach" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/stack/ore/iron, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"aci" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/item/stack/ore/iron, -/turf/open/floor/plasteel/layenia, -/area/layenia/cloudlayer) -"acj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark/layenia, -/area/layenia) -"ack" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark/layenia, -/area/layenia) -"acl" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark/layenia, -/area/layenia) -"acm" = ( -/turf/open/floor/engine/layenia, -/area/layenia) -"acn" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/engine_waste{ - dir = 8 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"aco" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/radiation/preopen{ - id = "reactor_lockdown_shutters" - }, -/turf/open/floor/plating, -/area/engine/engineering/reactor_control) -"acp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"acq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"acr" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"acs" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"act" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"acu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"acv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"acw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"acx" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"acy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable, -/turf/open/floor/plating/layenia, -/area/layenia) -"acz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"acA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"acB" = ( -/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/stripes/corner, -/turf/open/floor/plating/layenia, -/area/layenia) -"acC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/layenia, -/area/layenia) -"acD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"acE" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/radiation/preopen{ - id = "reactor_lockdown_shutters" - }, -/turf/open/floor/plating, -/area/engine/engineering/reactor_control) -"acF" = ( -/obj/machinery/power/tracker, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/baseturf_helper/cloud, -/turf/open/floor/plasteel/airless/solarpanel{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia) -"acG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"acH" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"acI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"acJ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"acK" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/engine_waste{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/engine/engineering/reactor_core) -"acL" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"acM" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/closed/mineral/layenia, -/area/security/prison) -"acN" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"acO" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"acP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"acQ" = ( -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/sign/warning/radiation{ - pixel_y = 32 - }, -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"acR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/obj/structure/sign/warning/radiation{ - pixel_y = 32 - }, -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"acS" = ( -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"acT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"acU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"acV" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/railing{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "HOP Line"; - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"acW" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/obj/structure/railing, -/turf/open/floor/plating/layenia, -/area/layenia) -"acX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/railing, -/turf/open/floor/plating/layenia, -/area/layenia) -"acY" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/railing, -/turf/open/floor/plating/layenia, -/area/layenia) -"acZ" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"ada" = ( -/obj/structure/fence, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"adb" = ( -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science Requests Console"; - pixel_y = -28; - receive_ore_updates = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"adc" = ( -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"add" = ( -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/railing, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"ade" = ( -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"adf" = ( -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/layenia, -/area/layenia) -"adg" = ( -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"adh" = ( -/obj/structure/fence, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"adi" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"adj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"adk" = ( -/obj/structure/fence, -/obj/effect/turf_decal/stripes/end, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"adl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"adm" = ( -/obj/effect/turf_decal/stripes/end, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"adn" = ( -/obj/structure/fence, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"ado" = ( -/obj/structure/fence, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"adp" = ( -/obj/structure/fence, -/obj/effect/turf_decal/stripes/end, -/turf/open/floor/plating/layenia, -/area/layenia) -"adq" = ( -/obj/effect/turf_decal/stripes/box, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"adr" = ( -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plating/layenia, -/area/layenia) -"ads" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/plating/layenia, -/area/layenia) -"adt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/plating/layenia, -/area/layenia) -"adu" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ - dir = 6; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"adv" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ - dir = 4; - name = "visible" - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"adw" = ( -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/obj/effect/turf_decal/delivery/white, -/turf/open/floor/plating/layenia, -/area/layenia) -"adx" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "MiniSat Foyer Entrance"; - network = list("minisat"); - start_active = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"ady" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ - dir = 1; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"adz" = ( -/turf/open/floor/plating/layenia, -/area/layenia) -"adA" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ - dir = 1; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ - dir = 6; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"adB" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ - dir = 4; - name = "visible" - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"adC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"adD" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ - dir = 1; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ - dir = 1; - name = "visible" - }, -/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/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"adE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/layenia, -/area/layenia) -"adF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"adG" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ - dir = 1; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ - dir = 1; - name = "visible" - }, -/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/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"adH" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 6; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"adI" = ( -/obj/item/restraints/handcuffs/fake, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/obj/structure/trash_pile, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"adJ" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"adK" = ( -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plating/layenia, -/area/layenia) -"adL" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 1; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"adM" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ - dir = 1; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ - dir = 1; - name = "visible" - }, -/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/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "External Gas Tank View"; - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"adN" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 1; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 6; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"adO" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 4; - name = "visible" - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"adP" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 1; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 1; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"adQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/red/line, -/turf/open/floor/plating/layenia, -/area/layenia) -"adR" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "Holodeckshutter"; - name = "Holodeck Shutter" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"adS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/red/line, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"adT" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 6; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"adU" = ( -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/obj/effect/turf_decal/delivery/red, -/turf/open/floor/plating/layenia, -/area/layenia) -"adV" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 1; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"adW" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 1; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 6; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"adX" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ - dir = 1; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ - dir = 1; - name = "visible" - }, -/obj/effect/turf_decal/stripes/end, -/obj/effect/turf_decal/stripes/white/end, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/structure/railing, -/turf/open/floor/plating/layenia, -/area/layenia) -"adY" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 1; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 1; - name = "visible" - }, -/obj/effect/turf_decal/stripes/end, -/obj/structure/railing, -/turf/open/floor/plating/layenia, -/area/layenia) -"adZ" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 1; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 1; - name = "visible" - }, -/obj/effect/turf_decal/stripes/end, -/obj/effect/turf_decal/stripes/red/end, -/obj/structure/railing, -/turf/open/floor/plating/layenia, -/area/layenia) -"aea" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeb" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/obj/structure/fence, -/turf/open/floor/plating/layenia, -/area/layenia) -"aec" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/fence, -/turf/open/floor/plating/layenia, -/area/layenia) -"aed" = ( -/obj/effect/turf_decal/stripes/end, -/obj/structure/fence, -/turf/open/floor/plating/layenia, -/area/layenia) -"aee" = ( -/obj/machinery/vending/engivend, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aef" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeg" = ( -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeh" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aei" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating/layenia, -/area/layenia) -"aej" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aek" = ( -/obj/machinery/atmospherics/pipe/layer_manifold, -/obj/effect/turf_decal/delivery/white, -/turf/open/floor/plating/layenia, -/area/layenia) -"ael" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aem" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"aen" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ - dir = 1; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ - dir = 1; - name = "visible" - }, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/white/end{ - dir = 1 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeo" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 1; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 1; - name = "visible" - }, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aep" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 1; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 1; - name = "visible" - }, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/red/end{ - dir = 1 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/plating/layenia, -/area/layenia) -"aer" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 1; - name = "visible" - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aes" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - on = 0; - pixel_x = -3; - pixel_y = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"aet" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 1; - name = "visible" - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aev" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aew" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ - dir = 5; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/plating/layenia, -/area/layenia) -"aex" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/elevatorshaft, -/area/ai_monitored/storage/satellite) -"aey" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ - dir = 8; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/plating/layenia, -/area/layenia) -"aez" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ - dir = 5; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ - dir = 8; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/white/line, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeA" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ - dir = 8; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ - dir = 8; - name = "visible" - }, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/end{ - dir = 4 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeB" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ - dir = 8; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ - dir = 8; - name = "visible" - }, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/white/end{ - dir = 8 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeC" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ - dir = 9; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ - dir = 9; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 9 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeD" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeE" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 1; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 1; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeF" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 1; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 1; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/structure/closet/crate/engineering, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeH" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 5; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeI" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 8; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeJ" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 5; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 8; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeK" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 8; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 8; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeL" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 8; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 8; - name = "visible" - }, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeM" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 8; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 8; - name = "visible" - }, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeN" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 9; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 9; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeP" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/science/research) -"aeQ" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 5; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/red/line, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeR" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plasteel/stairs/medium{ - dir = 8 - }, -/area/security/prison) -"aeS" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 8; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/red/line, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeT" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 5; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 8; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/red/line, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeU" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 8; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 8; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/red/line, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeV" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 8; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 8; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/red/line, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeW" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 8; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 8; - name = "visible" - }, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/red/end{ - dir = 4 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeX" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 8; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 8; - name = "visible" - }, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/red/end{ - dir = 8 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aeY" = ( -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aeZ" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 8; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 8; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/red/line, -/turf/open/floor/plating/layenia, -/area/layenia) -"afa" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 9; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 9; - name = "visible" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/red/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 9 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"afb" = ( -/obj/structure/closet/crate/engineering, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"afc" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/layenia) -"afd" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/obj/structure/fence{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"afe" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/fence{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aff" = ( -/obj/machinery/mineral/ore_redemption{ - input_dir = 2; - output_dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - id = "cargoshut1"; - name = "shutters" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"afg" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/structure/fence{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"afh" = ( -/obj/structure/lattice, -/obj/structure/transit_tube/horizontal, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"afi" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"afj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"afk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"afl" = ( -/obj/effect/turf_decal/stripes/box, -/obj/structure/railing, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"afm" = ( -/obj/effect/turf_decal/stripes/box, -/obj/structure/railing, -/turf/open/floor/plating/layenia, -/area/layenia) -"afn" = ( -/obj/effect/turf_decal/stripes/box, -/obj/structure/railing, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"afo" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"afp" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/obj/machinery/chem_heater, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"afq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"afr" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"afs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating/layenia, -/area/ai_monitored/storage/satellite) -"aft" = ( -/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, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/engine/atmos) -"afu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plating/layenia, -/area/ai_monitored/storage/satellite) -"afv" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/ai_monitored/storage/satellite) -"afw" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/machinery/camera{ - c_tag = "Escape Arm Holding Area"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"afx" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/ai_monitored/storage/satellite) -"afy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating/layenia, -/area/ai_monitored/storage/satellite) -"afz" = ( -/obj/effect/turf_decal/stripes/box, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"afA" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"afB" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"afC" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "MiniSat Walkway 2"; - network = list("minisat"); - start_active = 1 - }, -/turf/open/floor/plating/layenia, -/area/ai_monitored/storage/satellite) -"afD" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating/layenia, -/area/ai_monitored/storage/satellite) -"afE" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plating/layenia, -/area/ai_monitored/storage/satellite) -"afF" = ( -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"afG" = ( -/obj/effect/turf_decal/stripes/box, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"afH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"afI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"afJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"afK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"afL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"afM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"afN" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"afO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"afP" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel/dark, -/area/science/research) -"afQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"afR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"afS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"afT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - sortType = 9 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"afU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/railing, -/turf/open/floor/plating/layenia, -/area/layenia) -"afV" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/railing, -/turf/open/floor/plating/layenia, -/area/layenia) -"afW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/railing, -/turf/open/floor/plating/layenia, -/area/layenia) -"afX" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/fence{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"afY" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/disposaloutlet, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plating/layenia, -/area/layenia) -"afZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/fence/door{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aga" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/medical/virology) -"agb" = ( -/obj/effect/turf_decal/stripes/box, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"agc" = ( -/obj/effect/turf_decal/stripes/box, -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/railing, -/turf/open/floor/plating/layenia, -/area/layenia) -"agd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"age" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"agf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"agg" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"agh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"agi" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"agj" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"agk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"agl" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"agm" = ( -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"agn" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ago" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"agp" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"agq" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/fence/cut/medium{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"agr" = ( -/obj/effect/turf_decal/stripes/box, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"ags" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"agt" = ( -/obj/effect/turf_decal/stripes/box, -/obj/structure/railing, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"agu" = ( -/obj/effect/turf_decal/stripes/box, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"agv" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/brig) -"agw" = ( -/obj/structure/cable, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"agx" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"agy" = ( -/obj/effect/turf_decal/stripes/box, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"agz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"agA" = ( -/obj/machinery/conveyor{ - id = "garbage" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/maintenance/disposal) -"agB" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/secondary/entry) -"agC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/decal/cleanable/oil{ - icon_state = "floor6" - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"agD" = ( -/obj/effect/turf_decal/stripes/box, -/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer1{ - dir = 8; - name = "air injector" - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"agE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"agF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"agG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/item/cigbutt, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"agH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/trash_pile, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"agI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"agJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/chair/foldingchair, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"agK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/item/ashtray, -/obj/item/cigbutt, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"agL" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"agM" = ( -/obj/effect/turf_decal/stripes/box, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/disposaloutlet{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"agN" = ( -/obj/effect/turf_decal/stripes/box, -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"agO" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"agP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"agQ" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/obj/structure/fence/end{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"agR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"agS" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/obj/structure/fence/end{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"agT" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"agU" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"agV" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating/layenia, -/area/layenia) -"agW" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/layenia, -/area/layenia) -"agX" = ( -/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, -/turf/open/floor/plating/layenia, -/area/layenia) -"agY" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/layenia, -/area/layenia) -"agZ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aha" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahb" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahd" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/radiation/preopen{ - id = "reactor_lockdown_shutters" - }, -/turf/open/floor/plating, -/area/engine/engineering/reactor_control) -"ahe" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahg" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahh" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahi" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/emcloset, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahj" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahk" = ( -/obj/structure/closet/crate/engineering, -/obj/effect/turf_decal/bot, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahl" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahm" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/flora/crystal/small/growth, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/hallway/primary/aft) -"ahn" = ( -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating/layenia, -/area/layenia) -"aho" = ( -/obj/structure/closet/crate/solarpanel_small, -/obj/effect/turf_decal/bot, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahq" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahs" = ( -/turf/open/floor/wood, -/area/maintenance/fore) -"aht" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahu" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"ahv" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahw" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ahx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ahy" = ( -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/science/misc_lab) -"ahz" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ahA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ahB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/landmark/carpspawn, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahC" = ( -/obj/structure/ore_box, -/obj/effect/turf_decal/bot, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/sign/warning/docking{ - pixel_y = -32 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahE" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Engineering Access Primary"; - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"ahF" = ( -/obj/effect/turf_decal/stripes/end, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ahG" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ahH" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/frame/computer{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ahI" = ( -/obj/structure/frame/computer{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ahJ" = ( -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/obj/structure/fence/corner{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahK" = ( -/obj/structure/fence/corner{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/end, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/space_heater, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahN" = ( -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ahO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/closet/emcloset, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahP" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ahQ" = ( -/obj/machinery/power/tracker, -/obj/effect/baseturf_helper/cloud, -/obj/structure/cable, -/turf/open/floor/plasteel/airless/solarpanel{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia/cloudlayer) -"ahR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/fence, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/fence/door{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahT" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahU" = ( -/obj/structure/closet/crate, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahV" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahW" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahX" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahY" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 10 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"ahZ" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aia" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aib" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"aic" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/turf/open/floor/plasteel, -/area/artatrium) -"aid" = ( -/obj/item/beacon, -/turf/open/floor/engine, -/area/science/xenobiology) -"aie" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aif" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light/small{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aig" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aih" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aii" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aij" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"aik" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/door/poddoor/shutters/radiation/preopen{ - id = "reactor_lockdown_shutters" - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"ail" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/atmospherics/pipe/simple/brown/visible{ - dir = 8 - }, -/obj/machinery/door/poddoor/shutters/radiation/preopen{ - id = "reactor_lockdown_shutters" - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"aim" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"ain" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"aio" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/door/poddoor/shutters/radiation/preopen{ - id = "reactor_lockdown_shutters" - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"aip" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"aiq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/layenia, -/area/layenia) -"air" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/layenia, -/area/layenia) -"ais" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/layenia, -/area/layenia) -"ait" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/layenia, -/area/layenia) -"aiu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/layenia, -/area/layenia) -"aiv" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/layenia, -/area/layenia) -"aiw" = ( -/obj/structure/fluff/arc, -/turf/open/floor/plasteel/dark/layenia, -/area/layenia) -"aix" = ( -/turf/open/floor/plasteel/dark/layenia, -/area/layenia) -"aiy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/layenia, -/area/layenia) -"aiz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/layenia, -/area/layenia) -"aiA" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/railing, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/layenia, -/area/layenia) -"aiB" = ( -/obj/structure/railing, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/layenia, -/area/layenia) -"aiC" = ( -/obj/structure/railing, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/dark/layenia, -/area/layenia) -"aiD" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/atmospherics/pipe/layer_manifold, -/obj/machinery/door/poddoor/shutters/radiation/preopen{ - id = "reactor_lockdown_shutters" - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"aiE" = ( -/obj/machinery/door/airlock/engineering{ - name = "Reactor Core"; - req_one_access_txt = "10;24" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/radiation/preopen{ - id = "reactor_lockdown_shutter_door" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"aiF" = ( -/obj/machinery/conveyor{ - id = "garbage" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/maintenance/disposal) -"aiG" = ( -/obj/structure/flora/junglebush/large, -/turf/open/floor/grass/layenia, -/area/layenia) -"aiH" = ( -/obj/structure/flora/tree/jungle/small, -/turf/open/floor/grass/layenia, -/area/layenia) -"aiI" = ( -/obj/structure/flora/junglebush/c, -/turf/open/floor/grass/layenia, -/area/layenia) -"aiJ" = ( -/obj/structure/flora/junglebush, -/turf/open/floor/grass/layenia, -/area/layenia) -"aiK" = ( -/turf/open/floor/grass/layenia, -/area/layenia) -"aiL" = ( -/obj/structure/flora/crystal/small/pile, -/turf/open/floor/grass/layenia, -/area/layenia) -"aiM" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aiN" = ( -/obj/structure/flora/tree/jungle, -/turf/open/floor/grass/layenia, -/area/layenia) -"aiO" = ( -/obj/structure/flora/junglebush/large{ - pixel_y = 7 - }, -/turf/open/floor/grass/layenia, -/area/layenia) -"aiP" = ( -/obj/structure/flora/crystal/small/growth, -/turf/open/floor/grass/layenia, -/area/layenia) -"aiQ" = ( -/obj/structure/fence/corner{ - dir = 9 - }, -/turf/open/floor/grass/layenia, -/area/layenia) -"aiR" = ( -/obj/structure/fence{ - dir = 4 - }, -/turf/open/floor/grass/layenia, -/area/layenia) -"aiS" = ( -/obj/structure/flora/junglebush/b, -/obj/structure/fence{ - dir = 4 - }, -/turf/open/floor/grass/layenia, -/area/layenia) -"aiT" = ( -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"aiU" = ( -/obj/structure/fence, -/turf/open/floor/grass/layenia, -/area/layenia) -"aiV" = ( -/obj/structure/flora/crystal/medium/growth, -/turf/open/floor/grass/layenia, -/area/layenia) -"aiW" = ( -/obj/effect/landmark/carpspawn, -/turf/open/floor/grass/layenia, -/area/layenia) -"aiX" = ( -/obj/structure/flora/junglebush/large{ - pixel_x = -3; - pixel_y = -5 - }, -/turf/open/floor/grass/layenia, -/area/layenia) -"aiY" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/maintenance/starboard) -"aiZ" = ( -/obj/structure/flora/junglebush/b, -/turf/open/floor/grass/layenia, -/area/layenia) -"aja" = ( -/obj/structure/flora/crystal/medium/growth{ - pixel_x = -27 - }, -/obj/effect/landmark/carpspawn, -/turf/open/floor/grass/layenia, -/area/layenia) -"ajb" = ( -/obj/structure/flora/tree/jungle, -/obj/structure/flora/junglebush/large{ - pixel_x = -27; - pixel_y = 4 - }, -/turf/open/floor/grass/layenia, -/area/layenia) -"ajc" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"ajd" = ( -/obj/structure/fence/corner{ - dir = 10 - }, -/turf/open/floor/grass/layenia, -/area/layenia) -"aje" = ( -/obj/structure/fence/corner{ - dir = 6 - }, -/turf/open/floor/grass/layenia, -/area/layenia) -"ajf" = ( -/obj/structure/flora/crystal/medium/growth{ - pixel_y = 3 - }, -/turf/open/floor/grass/layenia, -/area/layenia) -"ajg" = ( -/obj/item/beacon, -/turf/open/floor/plating/layenia, -/area/layenia) -"ajh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"aji" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ajj" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/railing, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ajk" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ajl" = ( -/obj/structure/rack/shelf, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/turf_decal/bot, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/item/storage/box/lights/mixed{ - pixel_x = -3; - pixel_y = 5 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"ajm" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/obj/structure/railing, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ajn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ajo" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ajp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ajq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ajr" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ajs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ajt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6; - name = "air supply pipe" - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"aju" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ajv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 1; - name = "air supply pipe" - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ajw" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ajx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10; - name = "air supply pipe" - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ajy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 1; - name = "air supply pipe" - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ajz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5; - name = "air supply pipe" - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ajA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9; - name = "air supply pipe" - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ajB" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "garbage" - }, -/obj/machinery/door/poddoor{ - dir = 4; - id = "Safety"; - name = "Safety Door" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"ajC" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ajD" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ajE" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/hallway/primary/port) -"ajF" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ajG" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ajH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light/floor, -/turf/open/floor/plating/layenia, -/area/ai_monitored/turret_protected/aisat_interior) -"ajI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"ajJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/porta_turret/ai{ - installation = /obj/item/gun/energy/e_gun - }, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plating/layenia, -/area/ai_monitored/turret_protected/aisat_interior) -"ajK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/ai_monitored/turret_protected/aisat_interior) -"ajL" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ajM" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ajN" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ajO" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"ajP" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/effect/turf_decal/stripes/end, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ajQ" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/effect/turf_decal/stripes/end, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"ajR" = ( -/obj/structure/fence{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"ajS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"ajT" = ( -/obj/structure/fence{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 4 - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"ajU" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"ajV" = ( -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"ajW" = ( -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"ajX" = ( -/obj/effect/turf_decal/stripes/red/line{ - dir = 4 - }, -/obj/effect/turf_decal/caution/stand_clear/red{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"ajY" = ( -/obj/machinery/door/poddoor/multi_tile/three_tile_ver{ - id = "au_nuclear_vent" - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"ajZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/pool/ladder{ - dir = 2; - pixel_y = 17 - }, -/turf/open/pool, -/area/engine/engineering/reactor_core) -"aka" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/pool, -/area/engine/engineering/reactor_core) -"akb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/twohanded/required/fuel_rod, -/turf/open/pool, -/area/engine/engineering/reactor_core) -"akc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/item/twohanded/required/fuel_rod, -/turf/open/pool, -/area/engine/engineering/reactor_core) -"akd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"ake" = ( -/obj/machinery/atmospherics/pipe/simple/purple/hidden{ - dir = 6 - }, -/turf/closed/wall/mineral/lead, -/area/engine/engineering/reactor_control) -"akf" = ( -/obj/machinery/atmospherics/pipe/simple/purple/hidden{ - dir = 8 - }, -/turf/closed/wall/mineral/lead, -/area/engine/engineering/reactor_control) -"akg" = ( -/obj/machinery/atmospherics/pipe/manifold/purple/hidden{ - dir = 1 - }, -/turf/closed/wall/mineral/lead, -/area/engine/engineering/reactor_control) -"akh" = ( -/obj/machinery/atmospherics/pipe/simple/purple/hidden{ - dir = 10 - }, -/turf/closed/wall/mineral/lead, -/area/engine/engineering/reactor_control) -"aki" = ( -/turf/closed/wall/mineral/lead, -/area/engine/engineering/reactor_control) -"akj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/purple/hidden{ - dir = 9 - }, -/turf/closed/wall/mineral/lead, -/area/engine/engineering/reactor_control) -"akk" = ( -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/closed/wall/mineral/lead, -/area/engine/engineering/reactor_control) -"akl" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ - dir = 1 - }, -/turf/closed/wall/mineral/lead, -/area/engine/engineering/reactor_control) -"akm" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/turf/closed/wall/mineral/lead, -/area/engine/engineering/reactor_control) -"akn" = ( -/obj/structure/cable/white{ - icon_state = "2-4" - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/closed/wall/mineral/lead, -/area/engine/engineering/reactor_control) -"ako" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/closed/wall/mineral/lead, -/area/engine/engineering/reactor_control) -"akp" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/brown/visible, -/turf/closed/wall/mineral/lead, -/area/engine/engineering/reactor_control) -"akq" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/mineral/lead, -/area/engine/engineering/reactor_core) -"akr" = ( -/turf/closed/wall/mineral/lead, -/area/engine/engineering/reactor_core) -"aks" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall/mineral/lead, -/area/engine/engineering/reactor_core) -"akt" = ( -/mob/living/simple_animal/chicken{ - name = "\improper hen" - }, -/turf/open/floor/grass, -/area/hydroponics) -"aku" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"akv" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/mob/living/simple_animal/chicken{ - gender = "male"; - name = "\improper rooster" - }, -/turf/open/floor/grass, -/area/hydroponics) -"aky" = ( -/obj/machinery/power/apc{ - areastring = "/area/medical/genetics/cloning"; - dir = 4; - name = "Cloning Lab APC"; - pixel_x = 25 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"akB" = ( -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plasteel/stairs/medium, -/area/engine/break_room) -"akC" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark/side, -/area/hydroponics) -"akK" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light/small{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"akP" = ( -/obj/machinery/door/airlock/external{ - name = "Disposal External Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/maintenance/disposal) -"akY" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"alt" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/engine/atmos) -"alL" = ( -/obj/structure/rack/shelf, -/obj/item/clothing/gloves/color/fyellow, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/fore) -"ama" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"amd" = ( -/obj/structure/rack/shelf, -/obj/item/storage/toolbox/electrical{ - pixel_x = -1; - pixel_y = -5 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_y = 5 - }, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/fore) -"amn" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/closet/secure_closet/hydroponics, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"amq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"amB" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/fore) -"amN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/stairs/medium, -/area/hallway/primary/starboard) -"amO" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/maintenance/fore) -"amR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"amU" = ( -/obj/structure/table/wood, -/obj/item/folder/yellow, -/turf/open/floor/carpet, -/area/library/lounge) -"amW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"ana" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/machinery/space_heater, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/airalarm{ - pixel_y = 25 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"anm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"ann" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = -27 - }, -/turf/open/floor/plasteel/white/corner, -/area/science/research) -"anx" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/status_display/supply{ - pixel_y = -32 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"anz" = ( -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/medical/virology) -"anS" = ( -/obj/structure/chair/sofa/right{ - dir = 8 - }, -/obj/structure/window{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"aoi" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/science/research) -"aon" = ( -/turf/closed/wall, -/area/security/checkpoint/auxiliary) -"aoo" = ( -/obj/effect/baseturf_helper/cloud, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"aop" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/start/security_officer, -/turf/open/floor/plasteel, -/area/security/brig) -"aor" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"aoA" = ( -/obj/structure/cable/yellow, -/obj/machinery/atmospherics/components/trinary/nuclear_reactor/preset, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"aoB" = ( -/obj/machinery/light_switch{ - pixel_x = -23 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"aoE" = ( -/obj/machinery/door/airlock{ - dir = 4; - name = "Service Hall"; - req_one_access_txt = "25;26;35;28" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/service) -"aoN" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/effect/turf_decal/box, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"apk" = ( -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"apC" = ( -/obj/machinery/camera{ - c_tag = "TEG - North Center"; - dir = 8; - network = list("ss13","engine") - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"apE" = ( -/obj/machinery/pipedispenser, -/turf/open/floor/plasteel, -/area/engine/atmos) -"apJ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"apV" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/hop) -"aql" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/southright{ - dir = 1; - name = "Research and Development Desk"; - req_one_access_txt = "7;29" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rnd2"; - name = "research lab shutters" - }, -/obj/item/book/lorebooks/layenia_crystals, -/turf/open/floor/plating, -/area/science/lab) -"aqm" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/obj/machinery/door/airlock/external{ - name = "Atmospherics External Access"; - req_access_txt = "24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"aqp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/machinery/camera/autoname, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/brown/visible{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"aqu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/maintenance/fore) -"aqA" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"aqC" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Research Director's Desk"; - departmentType = 5; - name = "Research Director RC"; - pixel_x = -2; - pixel_y = 30; - receive_ore_updates = 1 - }, -/obj/item/toy/figure/rd{ - pixel_y = 11 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"aqE" = ( -/obj/structure/chair, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/white, -/area/maintenance/fore) -"aqT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 2 - }, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/folder/white, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/aisat_interior) -"aqU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aqY" = ( -/obj/structure/frame/computer, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/white, -/area/maintenance/fore) -"arL" = ( -/obj/machinery/atmospherics/miner/nitrogen, -/turf/open/floor/engine/n2, -/area/engine/atmos) -"arX" = ( -/obj/machinery/computer/atmos_alert{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"ask" = ( -/obj/effect/landmark/nuclear_waste_spawner, -/turf/open/floor/plating, -/area/storage/tech) -"asu" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"asN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"asS" = ( -/obj/structure/chair, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/central) -"asV" = ( -/obj/machinery/door/airlock/research{ - dir = 4; - name = "Testing Lab"; - req_access_txt = "47" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"atk" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/assembly/flash/handheld{ - pixel_x = -6; - pixel_y = 1 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/security/main) -"atl" = ( -/obj/machinery/door/airlock{ - name = "Unisex Showers" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"atB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"atD" = ( -/obj/machinery/door/airlock/security/glass{ - dir = 4; - name = "Security Office"; - req_access_txt = "63" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"atF" = ( -/obj/structure/chair, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/central) -"atK" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"atW" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/central) -"aud" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"auz" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/item/stack/packageWrap, -/obj/item/hand_labeler, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"auC" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"auG" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/central) -"auL" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"auT" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Dorms South Entrance Hallway"; - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"auW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating, -/area/security/execution/transfer) -"avh" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/research{ - glass = 1; - name = "Slime Euthanization Chamber"; - opacity = 0; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"avm" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/aft) -"avn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/tertiary) -"avs" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"avF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"avK" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"avZ" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - req_access_txt = "13" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/medical/virology) -"awc" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet, -/area/lawoffice) -"awl" = ( -/obj/structure/railing, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"awm" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/closet/crate/freezer, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/quartermaster/warehouse) -"awn" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/table, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/hallway/primary/central) -"awt" = ( -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plasteel/stairs/left, -/area/crew_quarters/fitness) -"awx" = ( -/obj/machinery/iv_drip, -/obj/item/reagent_containers/blood/random, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/white, -/area/maintenance/fore) -"awy" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"awH" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/closet/crate, -/turf/open/floor/plasteel, -/area/engine/break_room) -"awI" = ( -/obj/machinery/atmospherics/components/unary/tank/toxins{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"awS" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/plasteel/vaporwave, -/area/arcade) -"axc" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/power/apc{ - areastring = "/area/gateway"; - dir = 8; - name = "Gateway APC"; - pixel_x = -24; - pixel_y = -1 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/gateway) -"axe" = ( -/obj/structure/sign/departments/restroom{ - pixel_y = 32 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"axB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"axC" = ( -/obj/structure/chair/sofa{ - dir = 4 - }, -/obj/item/grown/rose, -/turf/open/floor/wood, -/area/maintenance/fore) -"axF" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"axI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/artatrium) -"axK" = ( -/obj/structure/window/reinforced, -/obj/structure/flora/crystal/small/pile, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/aft) -"axP" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "plasma tank pump" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"axW" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"ayg" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"ayq" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/glass/fifty, -/turf/open/floor/plasteel, -/area/engine/break_room) -"ays" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/turf/closed/wall/r_wall, -/area/maintenance/starboard) -"ayA" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/hop) -"ayC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"ayO" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/table, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/hallway/primary/central) -"ayT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"azf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/stairs/medium, -/area/chapel/main) -"azg" = ( -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/bridge) -"azi" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"azk" = ( -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/security/brig) -"azq" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/storage/primary) -"azr" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/table, -/obj/item/restraints/handcuffs, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/security/main) -"azH" = ( -/obj/machinery/chem_master, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"azJ" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "input port pump" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"azN" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/light, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/central) -"azV" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/light, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/central) -"aAe" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/central) -"aAt" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"aAU" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/captain) -"aAX" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"aBf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/camera{ - c_tag = "Dormitory South"; - dir = 10 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"aBp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aBz" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"aBC" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/central) -"aBF" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/chair/bench/left{ - dir = 1 - }, -/turf/open/floor/plasteel/chapel{ - dir = 4 - }, -/area/chapel/main) -"aBG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/circuit) -"aBK" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/science/research) -"aBL" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"aBS" = ( -/obj/structure/closet/secure_closet/miner, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Mining Locker Room"; - dir = 8 - }, -/turf/open/floor/plasteel/dark/side, -/area/quartermaster/miningdock) -"aBT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aCa" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hop) -"aCg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"aCj" = ( -/turf/open/floor/plasteel/white, -/area/security/execution/transfer) -"aCk" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"aCm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light/small{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"aCr" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/oil{ - icon_state = "floor5" - }, -/obj/effect/decal/cleanable/ash{ - name = "ashes of unknown drone (???)" - }, -/turf/open/floor/circuit/off, -/area/ai_monitored/turret_protected/aisat_interior) -"aCB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/circuit/red, -/area/engine/engineering) -"aCF" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"aCQ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"aDd" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aDg" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/secondary/entry) -"aDq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aDJ" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/science/xenobiology) -"aDQ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/obj/machinery/meter, -/turf/open/floor/plating, -/area/maintenance/fore) -"aDR" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"aEt" = ( -/obj/structure/sink{ - pixel_y = 20 - }, -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/security/prison) -"aEu" = ( -/turf/open/floor/plating/asteroid/layenia/garden, -/area/science/misc_lab) -"aEB" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "xenobio7"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"aEK" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8; - name = "input gas connector port" - }, -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"aEL" = ( -/turf/closed/wall/r_wall, -/area/maintenance/fore) -"aER" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"aEV" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"aEY" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"aFc" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/disposal) -"aFe" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/suit_storage_unit/security, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"aFl" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/plasteel, -/area/medical/virology) -"aFD" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"aFF" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"aFM" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/storage/tech) -"aFP" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"aFT" = ( -/obj/structure/table/glass, -/obj/item/paper_bin{ - pixel_y = 4 - }, -/obj/item/pen{ - pixel_x = -4 - }, -/obj/item/folder/white{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/item/multitool{ - pixel_x = 3 - }, -/obj/item/screwdriver{ - pixel_y = 6 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/science/xenobiology) -"aFW" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 1 - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"aFY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/wood, -/area/maintenance/fore) -"aGd" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"aGn" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/obj/machinery/camera{ - c_tag = "Aft Primary Hallway East"; - dir = 6 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/primary/aft) -"aGA" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aGH" = ( -/obj/structure/table/wood, -/obj/item/trash/plate, -/turf/open/floor/wood, -/area/science/research) -"aGM" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"aGN" = ( -/turf/open/floor/carpet/orange, -/area/maintenance/fore) -"aGQ" = ( /obj/structure/chair/stool, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"aGX" = ( -/obj/machinery/door/airlock/engineering{ - name = "Reactor Control"; - req_one_access_txt = "10;24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"aHh" = ( -/turf/open/floor/carpet, -/area/library/lounge) -"aHz" = ( -/obj/structure/dresser, -/turf/open/floor/wood, -/area/maintenance/fore) -"aHE" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/janitor) -"aHF" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Genetics Access"; - dir = 8; - network = list("ss13","medbay"); - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"aHK" = ( -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/maintenance/fore) -"aHS" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aHV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aHW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/engine_smes) -"aIl" = ( -/obj/structure/flora/crystal/small/growth, -/turf/open/indestructible/layenia/crystal, -/area/ai_monitored/storage/satellite) -"aIp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/pool) -"aIr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/ai_monitored/security/armory) -"aIB" = ( -/obj/machinery/chem_heater, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"aIE" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Abandoned Maintenance Pool" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"aIJ" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/virology) -"aIK" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/secondary/exit) -"aIT" = ( -/obj/machinery/atm{ - pixel_y = 30 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Science"; - location = "Cargo" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"aIU" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"aJe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"aJn" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aJs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/pool) -"aJv" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 8 - }, -/area/engine/break_room) -"aJw" = ( -/obj/structure/table/wood, -/obj/structure/bedsheetbin, -/obj/structure/mirror{ - pixel_y = 30 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/maintenance/fore) -"aJC" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/medical/virology) -"aJR" = ( -/obj/machinery/atmospherics/components/binary/valve, -/turf/open/floor/plating, -/area/maintenance/fore) -"aKa" = ( /obj/structure/cable{ icon_state = "4-8" }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"aKb" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"aKj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aKk" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"aKl" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/aft) -"aKO" = ( -/obj/item/reagent_containers/glass/bucket, -/obj/structure/sink/kitchen{ - dir = 8; - pixel_x = 11 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plating, -/area/medical/sleeper) -"aKT" = ( -/obj/structure/table, -/obj/item/flashlight/lamp, -/turf/open/floor/plating, -/area/maintenance/fore) -"aLb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/stairs/left, -/area/medical/sleeper) -"aLg" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/library) -"aLj" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/railing, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"aLo" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"aLD" = ( -/obj/item/shard{ - icon_state = "medium" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/white, -/area/maintenance/fore) -"aLJ" = ( -/obj/structure/table/optable{ - name = "Robotics Operating Table" - }, -/obj/item/crowbar, -/obj/item/restraints/handcuffs/cable/zipties, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/white, -/area/maintenance/fore) -"aLN" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"aLW" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/broken{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/white, -/area/maintenance/fore) -"aLX" = ( -/obj/machinery/atmospherics/components/unary/tank/toxins{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"aMp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"aMv" = ( -/obj/structure/table/wood, -/obj/item/folder/yellow, -/obj/machinery/camera{ - c_tag = "Chief Engineer's Quarters"; - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"aMB" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/brig) -"aMI" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"aMV" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering/reactor_control) -"aMX" = ( -/obj/machinery/light/small{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"aNo" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/lights/mixed, -/obj/item/storage/box/lights/mixed{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_y = -27 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/engine/engineering) -"aNy" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"aND" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aNI" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/hydroponics) -"aNJ" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"aNN" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aOu" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"aOw" = ( -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/maintenance/fore) -"aOD" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/aft) -"aOG" = ( -/obj/structure/window/reinforced, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/hallway/primary/aft) -"aOK" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"aOZ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"aPe" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"aPv" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"aPw" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"aPB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/pool) -"aPF" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Medbay Foyer"; - dir = 10; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"aPO" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"aPQ" = ( -/obj/structure/table, -/obj/item/storage/box/lights/mixed{ - pixel_y = 7 - }, -/obj/item/storage/box/lights/mixed{ - pixel_y = 7 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel, -/area/janitor) -"aQj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"aQs" = ( -/obj/machinery/space_heater, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aQC" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"aQE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/science/misc_lab) -"aQF" = ( -/obj/machinery/door/poddoor/incinerator_atmos_aux, -/obj/effect/turf_decal/delivery/red, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"aQK" = ( -/obj/structure/table, -/obj/item/ashtray, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"aQO" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"aRi" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"aRn" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/aft) -"aRw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/pool) -"aRx" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"aRD" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"aSb" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"aSj" = ( -/obj/structure/table, -/obj/item/storage/bag/plants, -/obj/item/reagent_containers/glass/bucket{ - pixel_x = -8; - pixel_y = 10 - }, -/obj/machinery/airalarm{ - pixel_y = 22 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"aSL" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/light/small{ - pixel_y = -1 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/maintenance/starboard) -"aSQ" = ( -/obj/item/reagent_containers/food/snacks/grown/mushroom/amanita, -/turf/open/floor/grass/fairy/pink, -/area/maintenance/fore) -"aSV" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"aSW" = ( -/obj/structure/flora/junglebush/large, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"aTT" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/structure/chair/office/light{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aUb" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate/engineering, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"aUc" = ( -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"aUh" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plasteel, -/area/medical/morgue) -"aUs" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"aUt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"aUu" = ( -/obj/structure/table/wood/fancy, -/obj/item/candle{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_y = -27 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"aUP" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/structure/lattice, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"aUQ" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/pointybush, -/obj/structure/flora/junglebush, -/obj/structure/flora/junglebush/large, -/turf/open/floor/grass, -/area/crew_quarters/dorms) -"aVy" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/security/courtroom) -"aVB" = ( -/obj/structure/rack/shelf, -/obj/item/stack/sheet/metal/five, -/obj/item/stack/sheet/metal/five, -/obj/effect/turf_decal/bot, -/turf/open/floor/plating, -/area/maintenance/fore) -"aVE" = ( -/obj/structure/rack/shelf, -/obj/item/stack/sheet/glass/five, -/obj/item/stack/sheet/glass/five, -/obj/effect/turf_decal/bot, -/turf/open/floor/plating, -/area/maintenance/fore) -"aVM" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/fore) -"aWp" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/hallway/primary/port) -"aWs" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"aWu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/carpet/orange, -/area/maintenance/fore) -"aWw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"aWL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/turf/open/floor/carpet/orange, -/area/maintenance/fore) -"aWN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/carpet/orange, -/area/maintenance/fore) -"aWU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"aWW" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/wood, -/area/maintenance/fore) -"aWY" = ( -/turf/open/floor/plasteel, -/area/maintenance/fore) -"aXe" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/checker, -/area/artatrium) -"aXi" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/chair/office/light{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aXs" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"aXu" = ( -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/machinery/shieldwallgen, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"aXY" = ( -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aYk" = ( -/obj/machinery/gateway{ - dir = 6 - }, -/obj/effect/turf_decal/bot_white/right, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"aYq" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"aYx" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/wood, -/area/library/lounge) -"aYy" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"aYP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"aZd" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/sign/warning/pods{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark/side, -/area/security/main) -"aZn" = ( -/obj/machinery/computer/med_data{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/bridge) -"aZp" = ( -/obj/structure/chair/sofa{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"aZs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"aZu" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/layenia/cloudlayer) -"aZy" = ( -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"aZJ" = ( -/obj/machinery/power/solar{ - id = "auxsolareast"; - name = "Port Auxiliary Solar Array" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/airless/solarpanel{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia) -"aZL" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/side, -/area/science/research) -"aZR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/storage/primary) -"aZV" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/light_switch{ - pixel_y = -28 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"baj" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"bal" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"bau" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/table, -/obj/item/tank/internals/emergency_oxygen{ - pixel_x = -8 - }, -/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 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"baB" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"baL" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/science/misc_lab) -"baY" = ( -/obj/structure/barricade/wooden, -/turf/open/floor/plating, -/area/maintenance/fore) -"bbj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"bbk" = ( -/obj/structure/table/glass, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/micro_laser, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"bbw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/docking_port/stationary/random{ - id = "pod_lavaland3"; - name = "lavaland" - }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"bbD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"bbE" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bbR" = ( -/obj/structure/window/reinforced, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/science/misc_lab) -"bbY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/closed/wall, -/area/hydroponics) -"bcb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/science/research) -"bcc" = ( -/obj/structure/window/reinforced, -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "xenobio5"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"bcz" = ( -/turf/closed/wall, -/area/construction/mining/aux_base) -"bcB" = ( -/obj/structure/table, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"bcL" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/dorms) -"bcM" = ( -/obj/structure/table/wood, -/obj/item/book/lorebooks/engrams, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"bdd" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"bdj" = ( -/obj/item/stack/sheet/mineral/wood, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"bdo" = ( -/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_toxmix{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/mixing) -"bdA" = ( -/obj/structure/table/plasmaglass, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"bec" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/science/misc_lab) -"bes" = ( -/obj/structure/table, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/obj/item/storage/box/lights/mixed{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"bey" = ( -/obj/machinery/door/poddoor/shutters{ - id = "stationxenoarchaeologyawaygate"; - name = "Xenoarchaeology Access Shutters" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/dark, -/area/science/research) -"beN" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"bfb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/structure/sign/painting/library{ - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"bfg" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/structure/extinguisher_cabinet{ - pixel_x = 26; - pixel_y = 32 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"bfh" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"bfo" = ( -/obj/machinery/button/door{ - id = "robotics2"; - name = "Shutters Control Button"; - pixel_x = 24; - pixel_y = -24; - req_access_txt = "29" - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bfv" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=FP1"; - location = "SCH" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bfw" = ( -/obj/effect/turf_decal/stripes/full, -/obj/structure/plasticflaps, -/obj/machinery/conveyor{ - dir = 1; - id = "QMLoad2" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bfC" = ( -/obj/machinery/portable_atmospherics/scrubber/huge, -/turf/open/floor/engine, -/area/science/storage) -"bfH" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bgb" = ( -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bgc" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - sortType = 5 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bge" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"bgj" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder{ - pixel_y = 9 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"bgo" = ( -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, -/obj/item/soap, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"bgw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bgC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/stairs/medium, -/area/maintenance/port) -"bgO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bgP" = ( -/turf/closed/wall/ice, -/area/layenia) -"bha" = ( -/obj/item/picket_sign, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"bhg" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/snacks/donut, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bhq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/secondary/exit) -"bhA" = ( -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/hallway/primary/fore) -"bhE" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/stairs/medium{ - dir = 1 - }, -/area/layenia) -"bhF" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"bhG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"bhI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/science/circuit) -"bhP" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 8; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 8; - name = "visible" - }, -/obj/effect/landmark/nuclear_waste_spawner, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"bhT" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall/r_wall, -/area/layenia/cloudlayer) -"biG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/caution/stand_clear{ - dir = 8 - }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"biL" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/storage/fancy/donut_box, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/airalarm{ - pixel_y = 25 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/medical/medbay/central) -"biR" = ( -/obj/structure/table, -/obj/item/pen/blue, -/obj/item/pen/fourcolor{ - pixel_x = -4; - pixel_y = 5 - }, -/obj/item/pen/red{ - pixel_x = 2; - pixel_y = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/artatrium) -"bje" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/caution/stand_clear{ - dir = 4 - }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"bjl" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-05" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"bjx" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/medical/medbay/central) -"bjJ" = ( -/obj/effect/decal/cleanable/oil{ - icon_state = "floor6" - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"bjV" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/maintenance/fore) -"bjW" = ( -/obj/item/wirecutters, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/white, -/area/maintenance/fore) -"bkH" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/white, -/area/maintenance/fore) -"bkI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bkQ" = ( -/turf/closed/wall/r_wall, -/area/engine/atmos) -"bkR" = ( -/obj/machinery/light/small/broken{ - pixel_y = -1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/fore) -"bkT" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/science/misc_lab) -"bld" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"blj" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/security/checkpoint/tertiary) -"blo" = ( -/obj/item/screwdriver{ - pixel_y = 16 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/white, -/area/maintenance/fore) -"blu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"blB" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/table, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"blF" = ( -/obj/item/reagent_containers/food/snacks/beans, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"blG" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/obj/machinery/door/poddoor/preopen{ - id = "testlab"; - name = "test chamber blast door" - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"blK" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"blQ" = ( -/obj/structure/table, -/obj/effect/turf_decal/delivery, -/obj/item/paper_bin{ - pixel_y = 7 - }, -/obj/item/pen, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/starboard) -"bma" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/grille/broken, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bmf" = ( -/obj/structure/chair/foldingchair, -/obj/item/toy/figure/wizard, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"bmt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 1; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"bmy" = ( -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"bmF" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "Maintbarshutter"; - name = "Maint Bar Window Shutter" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bmU" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"bnf" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"bnj" = ( -/turf/closed/wall/r_wall, -/area/security/vacantoffice/a) -"bnk" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bnm" = ( -/obj/docking_port/stationary{ - dwidth = 1; - height = 4; - name = "escape pod loader"; - roundstart_template = /datum/map_template/shuttle/escape_pod/default; - width = 3 - }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"bnq" = ( -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"bnr" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bnt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/stairs{ - dir = 4 - }, -/area/bridge) -"bnu" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Maintenance Access"; - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"bnv" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/reagent_dispensers/water_cooler, -/obj/machinery/atmospherics/pipe/simple/purple/hidden{ - dir = 6 - }, -/obj/machinery/light_switch{ - pixel_x = 23 - }, -/turf/open/floor/plasteel/checker, -/area/engine/atmos) -"bnx" = ( -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"bnK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/engine/break_room) -"bnR" = ( -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Turbine Access"; - dir = 4; - network = list("turbine") - }, -/obj/machinery/light_switch{ - pixel_x = -23 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/maintenance/disposal/incinerator) -"boq" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bor" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4; - name = "Mix to Space" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/maintenance/disposal/incinerator) -"boO" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/obj/effect/landmark/start/security_officer, -/turf/open/floor/plasteel, -/area/security/main) -"boR" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/maintenance/disposal/incinerator) -"boT" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/maintenance/disposal/incinerator) -"boU" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/engine/engineering) -"bph" = ( -/obj/structure/fence/cut/medium, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"bpi" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"bps" = ( -/obj/machinery/door/airlock/external{ - name = "Escape Pod Three" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel/dark, -/area/security/main) -"bpt" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"bpZ" = ( -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"bqg" = ( -/turf/closed/wall, -/area/crew_quarters/toilet/locker) -"bqp" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/chair/sofa/left{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"bqr" = ( -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"bqw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/teleporter) -"bqF" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/turf/open/floor/engine, -/area/science/storage) -"bqN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"bqR" = ( -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "telelab"; - name = "Test Chamber Blast Doors"; - req_access_txt = "47" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"brd" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"brg" = ( -/obj/structure/table/glass, -/obj/item/storage/box/syringes{ - pixel_y = 5 - }, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 7 - }, -/obj/item/storage/box/monkeycubes, -/obj/item/storage/box/monkeycubes{ - pixel_x = 2; - pixel_y = -2 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"brt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"brz" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"brE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"brK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/chair/bench/left, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"brL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/gateway) -"brS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/button/door/incinerator_vent_atmos_aux{ - pixel_x = 24; - pixel_y = -6 - }, -/obj/machinery/button/door/incinerator_vent_atmos_main{ - pixel_x = 24; - pixel_y = 6 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/maintenance/disposal/incinerator) -"bsj" = ( -/obj/structure/closet/secure_closet/freezer{ - name = "fridge" - }, -/obj/item/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/donkpockets/donkpocketspicy, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"bsv" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"bsw" = ( -/obj/structure/table, -/obj/item/storage/firstaid/regular{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/machinery/airalarm{ - pixel_y = 22 - }, -/obj/machinery/camera{ - c_tag = "Holodeck West" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/crew_quarters/fitness) -"bsD" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"bsG" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"bsK" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/paper_bin/construction, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random, -/turf/open/floor/plasteel/dark, -/area/artatrium) -"bsL" = ( -/obj/machinery/door/poddoor/shutters{ - id = "qm_warehouse"; - name = "warehouse shutters" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/quartermaster/warehouse) -"bsX" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/secondary/entry) -"bsZ" = ( -/obj/structure/chair/foldingchair{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"bta" = ( -/obj/structure/lattice/catwalk, -/turf/open/chasm/cloud, -/area/layenia) -"btg" = ( -/obj/structure/bonfire, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"btj" = ( -/obj/item/stack/sheet/mineral/wood, -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"btv" = ( -/obj/machinery/door/airlock/external{ - name = "Security External Airlock"; - req_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/main) -"btz" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Xenoarchaeology Access"; - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"btJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/stairs/medium, -/area/hallway/primary/aft) -"btQ" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/camera{ - c_tag = "Security Escape Pod"; - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"btU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plating, -/area/security/execution/transfer) -"bua" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 5 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"buk" = ( -/obj/structure/chair, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/flasher{ - id = "executionflash"; - pixel_y = 25 - }, -/turf/open/floor/plating, -/area/security/execution/transfer) -"buC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/sparker{ - id = "executionburn"; - pixel_x = 25 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 1 - }, -/turf/open/floor/plating, -/area/security/execution/transfer) -"buH" = ( -/obj/machinery/shower{ - pixel_y = 19 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, /obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"buO" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 1 - }, -/turf/open/floor/plating/airless, -/area/engine/atmos) -"buS" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/item/clothing/mask/muzzle, -/obj/item/clothing/mask/muzzle, -/obj/item/clothing/glasses/sunglasses/blindfold, -/obj/item/clothing/glasses/sunglasses/blindfold, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"bvg" = ( -/obj/effect/turf_decal/tile/red, -/obj/structure/closet/crate, -/obj/item/restraints/handcuffs, -/obj/item/restraints/handcuffs, -/obj/machinery/light/small{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"bvj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"abq" = ( +/obj/structure/chair/stool, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" }, -/obj/structure/chair/bench/left{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bvx" = ( -/obj/item/grown/log{ - pixel_x = 6 - }, -/obj/item/grown/log{ - pixel_x = -3; - pixel_y = 4 - }, -/obj/item/grown/log{ - pixel_x = 4; - pixel_y = 7 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"bvy" = ( -/obj/machinery/shieldgen, -/turf/open/floor/plating, -/area/engine/break_room) -"bvC" = ( -/obj/item/reagent_containers/food/snacks/cannedpeaches/maint, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"bvF" = ( -/turf/closed/wall/r_wall, -/area/hallway/secondary/entry) -"bvG" = ( -/obj/machinery/space_heater, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"bvH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bvI" = ( -/obj/effect/decal/cleanable/vomit, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"bvJ" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"bvK" = ( -/obj/structure/chair/foldingchair{ - dir = 8 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"bvT" = ( -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bvV" = ( -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bvZ" = ( -/obj/machinery/atmospherics/components/binary/pump{ +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/airlock_sensor/incinerator_atmos{ - pixel_y = 22 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"bwk" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hos" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"bwp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/closed/wall, -/area/hydroponics) -"bwq" = ( -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"bwr" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"abr" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ dir = 4; name = "air scrubber" }, -/obj/structure/closet/firecloset, /turf/open/floor/plasteel, -/area/engine/break_room) -"bwy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/pool) -"bwG" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 8 +/area/crew_quarters/locker) +"abs" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"abt" = ( /obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bwJ" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bwY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"bxf" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "privacy shutter" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"bxm" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 1; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 1; - name = "visible" - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"bxn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"bxA" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"bxB" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hos" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"bxF" = ( -/obj/machinery/igniter{ - id = "secigniter" - }, -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 4 - }, -/turf/open/floor/plating, -/area/security/execution/transfer) -"bxK" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/layenia/cloudlayer) -"bxN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"bxO" = ( -/turf/closed/wall, -/area/hallway/primary/aft) -"bxS" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/engine/engineering) -"byc" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 10 }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"byh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"byz" = ( -/obj/machinery/door/airlock/research/glass{ - dir = 4; - name = "Circuitry Lab"; - req_access_txt = "47" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"byF" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/science/misc_lab) -"byO" = ( -/obj/structure/closet/secure_closet/warden, -/obj/machinery/airalarm{ - pixel_y = 22 - }, -/obj/machinery/power/apc{ - areastring = "/area/security/warden"; - dir = 8; - name = "Brig Control APC"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/wood, -/area/security/warden) -"byV" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/closed/wall/r_wall, -/area/science/mixing) -"byZ" = ( -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bzc" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/camera{ - c_tag = "Cargo Bay South"; - dir = 10 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"bzm" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "O2 to Pure" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bzq" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"bzy" = ( -/obj/machinery/flasher{ - id = "PCell D"; - pixel_x = -28 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/decal/cleanable/vomit, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"bzB" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"abu" = ( /obj/structure/table, -/obj/item/reagent_containers/rag/towel{ - pixel_x = -1; - pixel_y = 7 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/maintenance/fore) -"bzD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"bzF" = ( -/obj/machinery/conveyor{ - dir = 6; - id = "garbage" - }, -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bzQ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"bzW" = ( -/obj/machinery/computer/secure_data, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"bAk" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"abw" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 }, /turf/open/floor/plasteel, -/area/science/misc_lab) -"bAr" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"bAt" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"bAy" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, +/area/crew_quarters/locker) +"aby" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"bAB" = ( -/obj/machinery/computer/security/hos, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "Head of Security's Office" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"bAF" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/artatrium) -"bAG" = ( -/obj/machinery/computer/card/minor/hos, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"bAI" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bAL" = ( -/obj/machinery/conveyor{ - id = "garbage" - }, -/obj/machinery/door/poddoor{ - id = "Disposal Exit 1"; - name = "Disposal Exit Vent" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"bAT" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering/reactor_control) -"bAZ" = ( -/obj/structure/window/reinforced, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/aft) -"bBg" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"bBk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"bBp" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"bBL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"bBN" = ( -/obj/machinery/door/airlock/security/glass{ - dir = 8; - name = "Death Row Cell"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bBU" = ( -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bBZ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"bCd" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, /turf/open/floor/plasteel{ dir = 1; - icon_plating = "floor"; - icon_state = "floor_whole" + icon_state = "floor_trim" }, /area/crew_quarters/locker) -"bCe" = ( -/obj/effect/turf_decal/tile/neutral{ +"abz" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_decals_central6_corner"; + name = "maintenance hatch" }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"bCf" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{ - dir = 8 - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"bCm" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/brig) -"bCt" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/medical/sleeper) -"bCK" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"bDe" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"bDt" = ( -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "permacellD"; - name = "cell blast door" - }, -/obj/machinery/door/airlock/public/glass{ - dir = 8; - id_tag = "permaboltD"; - name = "Death Row Cell" - }, -/turf/open/floor/plasteel, -/area/security/execution/transfer) -"bDu" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"bDL" = ( -/obj/structure/grille, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"bDM" = ( -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"bDR" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos, -/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos, -/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos, -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"bDT" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/structure/rack, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/item/clothing/suit/hooded/wintercoat, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"bDZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/quartermaster/storage) -"bEe" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 4; - external_pressure_bound = 120; - name = "server vent" - }, -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"bEy" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"bEH" = ( -/obj/docking_port/stationary{ - area_type = /area/construction/mining/aux_base; - dheight = 4; - dwidth = 4; - height = 9; - id = "aux_base_zone"; - name = "aux base zone"; - roundstart_template = /datum/map_template/shuttle/aux_base/small; - width = 9 - }, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"bEK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"bFd" = ( -/obj/structure/closet/wardrobe/white, -/obj/machinery/light_switch{ - pixel_x = -23 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"bFu" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/structure/flora/crystal/small/growth, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"bFw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/gateway) -"bFL" = ( -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"bFM" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"bFN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bFR" = ( -/turf/closed/wall, -/area/security/brig) -"bFS" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/machinery/airalarm{ - pixel_y = 22 - }, -/obj/machinery/camera{ - c_tag = "Kitchen North"; +/obj/effect/turf_decal/tile/yellow{ dir = 6 }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"bFX" = ( -/obj/structure/chair/stool, -/obj/machinery/camera{ - c_tag = "Aft Starboard Solar Control"; - dir = 4 - }, -/obj/machinery/light/small{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"bGj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"bGE" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"bGH" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/sign/painting/library{ - pixel_y = -24 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/artatrium) -"bGO" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/science/misc_lab) -"bGT" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"bGZ" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"bHb" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bHg" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"bHm" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/structure/sink{ - pixel_y = 30 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/medical/virology) -"bHp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"bHr" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/wood, -/area/lawoffice) -"bHC" = ( -/obj/machinery/computer/atmos_alert, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 4 - }, -/area/bridge) -"bHG" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"bHO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/turf/open/floor/wood, -/area/library) -"bHS" = ( -/obj/machinery/button/door{ - id = "kanyewest"; - name = "Privacy Shutters"; - pixel_x = 25; - pixel_y = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"bHU" = ( -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"bIa" = ( -/obj/machinery/pipedispenser, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"bIf" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Game Room" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/library/lounge) -"bIj" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"bIz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"bIC" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hos" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"bII" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hos" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"bJb" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "briggate"; - name = "security shutters" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/window/eastright{ - name = "Brig Desk"; - req_access_txt = "1" - }, -/obj/item/folder/red{ - layer = 2.9 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"bJh" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate/internals, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia/cloudlayer) -"bJl" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/white/side, -/area/science/research) -"bJt" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"bJC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/security/main) -"bJI" = ( -/obj/machinery/suit_storage_unit/hos, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 30 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"bJQ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/hydroponics) -"bJZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"bKc" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"bKd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/security/range) -"bKe" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Atmospherics Maintenance"; - req_access_txt = "24" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"bKg" = ( -/obj/structure/fence/end{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia/cloudlayer) -"bKn" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 6; name = "scrubbers pipe" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; + dir = 6; name = "air supply pipe" }, -/obj/structure/cable{ - icon_state = "2-8" +/turf/open/floor/plasteel{ + icon_state = "floor_plate" }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/bridge) -"bKp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bKs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 8 - }, -/obj/machinery/meter, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"bKy" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/main) -"bKM" = ( +/area/quartermaster/office) +"abA" = ( /obj/structure/closet/secure_closet/freezer{ name = "fridge" }, @@ -12270,328 +543,1535 @@ dir = 5 }, /area/science/research) -"bKS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"bKV" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/wood, -/area/library) -"bLk" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Cargo Bay Maintenance"; - req_access_txt = "31" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"bLu" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/main) -"bLB" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/storage/primary) -"bLF" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "executionfireblast" +"abB" = ( +/obj/machinery/mineral/ore_redemption{ + input_dir = 2; + output_dir = 1 }, /obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "0-4" +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 }, -/obj/structure/cable{ - icon_state = "0-8" +/obj/effect/turf_decal/tile/brown{ + dir = 4 }, -/turf/open/floor/plating, -/area/security/execution/transfer) -"bLK" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "executionfireblast" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/security/execution/transfer) -"bLU" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/effect/turf_decal/tile/red{ +/obj/effect/turf_decal/tile/brown{ dir = 1 }, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "cargoshut1" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/quartermaster/miningdock) +"abD" = ( +/obj/structure/table, +/obj/item/clothing/head/soft/grey{ + pixel_x = -2; + pixel_y = 3 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"abF" = ( +/obj/machinery/door/airlock/mining{ + req_access_txt = "48" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"bLW" = ( -/obj/machinery/button/door{ - id = "permacellD"; - name = "Death Row Cell Lockdown"; - pixel_x = 25; - req_access_txt = "2" - }, -/obj/machinery/button/flasher{ - id = "PCell D"; - pixel_x = 25; - pixel_y = -7 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"bMd" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/flora/ausbushes/sunnybush, -/obj/structure/flora/ausbushes/stalkybush, -/obj/structure/flora/ausbushes/leafybush, -/obj/structure/flora/ausbushes/ywflowers, -/turf/open/floor/grass, -/area/layenia) -"bMh" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/science/research) -"bMk" = ( -/obj/effect/turf_decal/caution/stand_clear{ - dir = 8 - }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"bMw" = ( -/obj/machinery/button/door{ - id = "Dorm5"; - name = "Cabin Bolt Control"; - normaldoorcontrol = 1; - pixel_x = 25; - specialfunctions = 4 - }, -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"bMN" = ( -/obj/machinery/button/door{ - id = "permaboltD"; - name = "Cell Bolt Control"; - normaldoorcontrol = 1; - pixel_x = 25; - specialfunctions = 4 - }, -/obj/structure/bed, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"bNc" = ( -/obj/structure/closet/crate, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/rods/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/electronics/airlock, -/obj/item/electronics/airlock, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stack/sheet/mineral/plasma{ - amount = 30 - }, -/turf/open/floor/plating, -/area/engine/break_room) -"bNg" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"bNj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"bNk" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/computer/lore_terminal, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"bNr" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"bNB" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"bNG" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, /turf/open/floor/plasteel{ dir = 8; icon_plating = "floor"; - icon_state = "floor_whole" + icon_state = "floor_whole_alt" }, -/area/security/brig) -"bNL" = ( -/obj/machinery/pool/drain, -/turf/open/pool, -/area/crew_quarters/fitness/pool) -"bNM" = ( -/obj/structure/cable{ - icon_state = "1-8" +/area/quartermaster/miningdock) +"abH" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"abI" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/turf_decal/tile/brown{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/machinery/space_heater, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/airalarm{ + pixel_y = 25 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"abL" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Mining Dock"; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"abM" = ( +/obj/structure/table, +/obj/item/toy/figure/assistant{ + pixel_y = 7 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; name = "scrubbers pipe" }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"abQ" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/port/aft"; + dir = 8; + name = "Port Quarter Maintenance APC"; + pixel_x = -25; + pixel_y = 1 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"abR" = ( +/obj/structure/fence/corner{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"abT" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/aft) +"abU" = ( +/obj/structure/flora/crystal/small/growth, +/obj/structure/flora/crystal/small/pile, +/turf/open/indestructible/layenia/crystal, +/area/layenia) +"abV" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plating, +/area/quartermaster/miningdock) +"abW" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"abX" = ( +/obj/machinery/door/airlock/mining{ + req_access_txt = "48" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"abZ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"acb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable, +/turf/open/floor/plating/layenia, +/area/layenia) +"acc" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/miningdock"; + dir = 1; + name = "Mining Dock APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/closet/crate/large, +/obj/item/stack/ore/iron, +/obj/item/stack/ore/slag, +/obj/item/stack/ore/slag, +/turf/open/floor/plating, +/area/quartermaster/miningdock) +"acd" = ( +/obj/machinery/button/door{ + id = "mining_warehouse"; + name = "Mining Warehouse Door Control"; + pixel_x = -1; + pixel_y = 24; + req_access_txt = "31" + }, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/table, +/obj/item/storage/toolbox/emergency{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/storage/toolbox/emergency, +/obj/machinery/light_switch{ + pixel_x = 23 + }, +/turf/open/floor/plating, +/area/quartermaster/miningdock) +"ace" = ( +/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/stripes/corner, +/turf/open/floor/plating/layenia, +/area/layenia) +"acf" = ( +/obj/machinery/power/tracker, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/baseturf_helper/cloud, +/turf/open/floor/plasteel/airless/solarpanel{ + initial_gas_mix = "o2=22;n2=82;TEMP=180"; + planetary_atmos = 1 + }, +/area/layenia) +"ach" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/cobweb, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/dark/side, +/area/quartermaster/miningdock) +"acj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"ack" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"acl" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/purple/hidden{ + dir = 5 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"acm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, /turf/open/floor/plating, /area/maintenance/fore) -"bNR" = ( -/obj/structure/reagent_dispensers/water_cooler, +"acn" = ( +/obj/structure/lattice/catwalk, +/obj/item/stack/cable_coil/random, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"aco" = ( /obj/machinery/light{ - dir = 1; - pixel_y = 16 + dir = 8; + pixel_x = -7 }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"bOo" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 +/obj/structure/table/glass, +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/structure/railing{ - dir = 4 +/turf/open/floor/plasteel, +/area/science/xenobiology) +"acr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"bOZ" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, -/obj/effect/turf_decal/tile/yellow{ +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/chair/bench/left{ + dir = 1 + }, +/turf/open/floor/plasteel/chapel, +/area/chapel/main) +"act" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"acu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"acw" = ( +/obj/structure/lattice/catwalk, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"acx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"acy" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 5 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"acz" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/closet/crate, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/quartermaster/miningdock) +"acA" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/table, +/turf/open/floor/plating, +/area/quartermaster/miningdock) +"acB" = ( +/obj/structure/table/reinforced, +/obj/item/shovel{ + pixel_x = -5 + }, +/obj/item/stack/ore/silver, +/turf/open/floor/plasteel/dark, +/area/quartermaster/miningdock) +"acC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"acD" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/miningdock) +"acF" = ( +/obj/machinery/atm{ + pixel_y = 30 + }, +/obj/structure/window/reinforced, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"acG" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"acH" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"acI" = ( +/obj/structure/sign/warning/docking, +/turf/closed/wall/r_wall, +/area/layenia/cloudlayer) +"acJ" = ( +/obj/structure/fence, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"acK" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/central/upper) +"acM" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/fitness) +"acQ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/closet/emcloset, +/obj/machinery/light/small{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/camera{ + c_tag = "Mining Storage"; + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/quartermaster/miningdock) +"acR" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/engine/atmos) +"acS" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"acT" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/atmos/glass{ + dir = 8; + name = "Turbine Hallway Access"; + req_access_txt = "32" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/atmos) +"acV" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plating, +/area/quartermaster/miningdock) +"acX" = ( +/obj/structure/table, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"ada" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/miningdock) +"adb" = ( +/obj/machinery/door/airlock/security/glass{ + dir = 4; + name = "Security Office"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, /obj/structure/cable{ icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ dir = 4 }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/checkpoint/science) +"ade" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/bot_red, /turf/open/floor/plasteel, +/area/maintenance/fore) +"adf" = ( +/obj/machinery/atmospherics/pipe/simple/purple/hidden{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"adg" = ( +/obj/machinery/space_heater, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/quartermaster/miningdock) +"adi" = ( +/obj/structure/closet/crate, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"adj" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/carpet, +/area/library) +"adk" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/quartermaster/miningdock) +"adl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"adm" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"adn" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"ado" = ( +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"adp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"adq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"adr" = ( +/obj/machinery/atmospherics/components/trinary/mixer{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ads" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/structure/window/reinforced, +/turf/open/floor/plasteel, +/area/engine/atmos) +"adt" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/engine/atmos) +"adw" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"adx" = ( +/obj/machinery/space_heater, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating, +/area/quartermaster/miningdock) +"ady" = ( +/obj/item/beacon, +/turf/open/floor/plasteel, +/area/engine/atmos) +"adA" = ( +/obj/structure/reagent_dispensers/fueltank/high, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/atmos) +"adB" = ( +/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, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/atmos) +"adC" = ( +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"adD" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"adF" = ( +/obj/effect/landmark/nuclear_waste_spawner, +/turf/open/floor/plasteel, +/area/engine/atmos) +"adJ" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"adK" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"adN" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/atmos) +"adO" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/obj/item/wrench, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"adP" = ( +/turf/closed/wall, +/area/engine/atmos) +"adQ" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics Central"; + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Port to Filter" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"adR" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plating, +/area/quartermaster/miningdock) +"adS" = ( +/turf/open/floor/plasteel{ + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/engine/atmos) +"adT" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"adU" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Port to Filter" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"adV" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"adW" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"adX" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"adZ" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"aea" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"aec" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "O2 Outlet Pump" + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"aed" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/layer_manifold, +/turf/open/floor/plating, +/area/engine/atmos) +"aee" = ( +/obj/machinery/door/airlock/external{ + name = "Mining Dock Airlock"; + req_access_txt = "48"; + shuttledocked = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/quartermaster/miningdock) +"aef" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/computer/shuttle/mining{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/miningdock) +"aeg" = ( +/obj/structure/flora/crystal/medium/growth{ + pixel_y = 3 + }, +/turf/open/indestructible/layenia/crystal, +/area/layenia/cave) +"aeh" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/hos) +"aej" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark, +/area/security/range) +"aek" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable, +/turf/open/floor/plating, +/area/engine/custom) +"ael" = ( +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"aen" = ( +/obj/effect/turf_decal/delivery/red, +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"aeo" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"aep" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/layer_manifold, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"aer" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/security/brig) +"aes" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Unisex Restrooms" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/upper) +"aet" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"aeu" = ( +/obj/structure/sign/plaques/golden{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"aev" = ( +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 30 + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"aew" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"aex" = ( +/obj/structure/filingcabinet, +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"aeB" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start/librarian, +/turf/open/floor/carpet, +/area/library) +"aeC" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 1; + name = "visible" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"aeD" = ( +/obj/effect/turf_decal/box, +/obj/machinery/holopad, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig/upper) +"aeE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"aeG" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"aeH" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"aeI" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/security_officer, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"aeJ" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/security/brig/upper) +"aeL" = ( +/obj/machinery/door/airlock/security{ + dir = 8; + name = "Security Office"; + req_access_txt = "1" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig/upper) +"aeN" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"aeO" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/regular{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/regular, +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/security/brig) +"aeP" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/loading_area{ + icon_state = "linealt_corner"; + name = "line" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "linealt_corner"; + name = "line" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/prison) +"aeQ" = ( +/obj/machinery/iv_drip, +/obj/item/reagent_containers/blood, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/security/brig) +"aeS" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/security/brig) +"aeT" = ( +/obj/structure/bodycontainer/morgue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig) +"aeU" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aeV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, /area/engine/break_room) -"bPa" = ( -/obj/structure/table/reinforced, +"aeW" = ( +/obj/structure/ladder, +/turf/open/floor/plating, +/area/engine/custom) +"aeX" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 8; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"aeY" = ( +/obj/structure/chair/bench/right{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/chapel/main) +"aeZ" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 5; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 8; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"afa" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 8; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 8; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"afc" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 5; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/chair/sofa/left, +/obj/structure/window{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/security/prison) +"afe" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"afj" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"afk" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, /obj/effect/turf_decal/tile/red{ dir = 8 }, -/obj/effect/turf_decal/tile/red, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/main/upper) +"afl" = ( +/obj/structure/table/reinforced, /obj/item/paper_bin{ pixel_x = 1; pixel_y = 9 @@ -12600,481 +2080,280 @@ pixel_x = 1; pixel_y = 9 }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, /obj/item/toy/figure/secofficer, -/turf/open/floor/plasteel/dark/corner{ - dir = 4 - }, -/area/security/brig) -"bPh" = ( -/obj/structure/chair/wood{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"bPC" = ( -/obj/machinery/shower{ - pixel_y = 19 - }, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"bPJ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"bPL" = ( -/obj/structure/closet/crate, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/fore) -"bPN" = ( -/turf/closed/wall/r_wall, -/area/security/checkpoint/escape) -"bPO" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 4 - }, /obj/machinery/light{ dir = 8; pixel_x = -7 }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"bPS" = ( -/obj/structure/railing, -/turf/open/floor/plasteel/stairs/medium{ +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"afn" = ( +/obj/machinery/computer/card{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"afp" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/area/chapel/main) -"bPW" = ( -/obj/machinery/light{ +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ dir = 1; - pixel_y = 16 + name = "air scrubber" }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 +/turf/open/floor/plasteel, +/area/hallway/primary/central/upper) +"afq" = ( +/obj/machinery/computer/security{ + dir = 1 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"bQb" = ( -/obj/item/reagent_containers/rag/towel, -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/red{ + dir = 6 }, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"bQf" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" }, -/turf/open/floor/plating, -/area/science/xenobiology) -"bQi" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/tcomms, -/turf/open/floor/plating, -/area/storage/tech) -"bQt" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" +/area/security/brig/upper) +"afr" = ( +/obj/machinery/computer/secure_data{ + dir = 1 }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/red{ + dir = 6 }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bRd" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/maintenance/fore) -"bRi" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Xenolab"; - name = "test chamber blast door" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"bRL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/ai_monitored/security/armory) -"bSe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/turf/open/floor/wood, -/area/maintenance/fore) -"bSg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/area/security/brig/upper) +"afs" = ( +/obj/structure/table/reinforced, +/obj/item/radio/intercom{ + name = "Station Intercom (General)" }, /obj/machinery/light{ dir = 4; pixel_x = 7 }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/science/research) -"bSh" = ( -/obj/machinery/door/airlock{ - dir = 4; - id_tag = "null"; - name = "Unit 2" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"bSz" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"bSD" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/security/prison) -"bSF" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/fore) -"bSJ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"bSZ" = ( -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/airlock/research{ - name = "Toxins Lab"; - req_access_txt = "8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"bTa" = ( -/obj/structure/table/wood, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/item/flashlight/lamp/green{ - on = 0; - pixel_x = -6; - pixel_y = -2 - }, -/obj/machinery/button/door{ - id = "hos"; - name = "HoS Office Shutters"; - pixel_y = -25 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet/red, -/area/crew_quarters/heads/hos) -"bTh" = ( -/turf/open/floor/plasteel/yellowsiding/corner, -/area/maintenance/fore) -"bTr" = ( -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"bTz" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/tile/red{ dir = 6 }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"bTK" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/tile/red{ dir = 4 }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"afu" = ( /obj/effect/turf_decal/loading_area{ + color = "#55391A"; dir = 4; - icon_state = "drain"; - name = "drain" + icon_state = "siding_wood_line"; + name = "wood" }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"bTV" = ( -/obj/effect/turf_decal/tile/green{ +/obj/structure/sign/painting/library{ + pixel_y = 28 + }, +/obj/structure/window{ dir = 4 }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/airalarm{ - pixel_y = 24 +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" }, -/turf/open/floor/plasteel/white/side{ - dir = 8 +/area/crew_quarters/dorms/upper) +"afv" = ( +/obj/structure/sign/painting/library{ + pixel_x = -25 }, -/area/medical/virology) -"bUj" = ( +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/upper) +"afx" = ( /obj/effect/turf_decal/loading_area{ dir = 1; icon_state = "drain"; name = "drain" }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" +/obj/machinery/dryer{ + pixel_y = 26 }, -/obj/structure/table/wood, -/obj/item/storage/fancy/candle_box{ - pixel_x = -2; - pixel_y = 2 - }, -/turf/open/floor/wood, -/area/chapel/main) -"bUl" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/fitness/pool) +"afy" = ( +/turf/open/floor/plating/asteroid/layenia/garden, +/area/layenia) +"afz" = ( +/obj/effect/turf_decal/tile/blue{ dir = 4 }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"bUB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating, -/area/security/execution/transfer) -"bUM" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"bVa" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light/small{ - pixel_y = -1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bVd" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/fore) -"bVp" = ( -/obj/machinery/door/airlock{ - name = "Unisex Restrooms" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"bVv" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bVw" = ( -/obj/machinery/button/flasher{ - id = "executionflash"; - pixel_x = 6; - pixel_y = 25 - }, -/obj/machinery/button/ignition{ - id = "executionburn"; - pixel_x = 6; - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/button/door{ - id = "executionfireblast"; - name = "Transfer Area Lockdown"; - pixel_x = -4; - pixel_y = 31; - req_access_txt = "2" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"bVz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"bVE" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"bVF" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = 28 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"bVO" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"bVW" = ( -/obj/structure/bookcase, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"afB" = ( +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/obj/structure/flora/crystal/small/pile, /turf/open/floor/plating/asteroid/layenia, -/area/security/prison) -"bVZ" = ( -/obj/effect/decal/cleanable/vomit, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"bWp" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/obj/item/kitchen/knife, -/obj/item/reagent_containers/food/snacks/meat/slab/monkey, -/turf/open/floor/plating, -/area/maintenance/fore) -"bWs" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken4" +/area/layenia/cave) +"afC" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" }, -/area/maintenance/fore) -"bWI" = ( -/obj/machinery/field/generator, -/turf/open/floor/plating, -/area/engine/break_room) -"bWN" = ( -/obj/machinery/door/airlock/command/glass{ +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/airalarm{ dir = 8; - name = "Head of Security's Quarters"; - req_access_txt = "58" + pixel_x = 24 }, -/obj/structure/cable{ - icon_state = "4-8" +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/fitness/pool) +"afD" = ( +/obj/item/storage/box/bodybags{ + pixel_y = 4 + }, +/obj/item/reagent_containers/syringe{ + name = "steel point" + }, +/obj/item/reagent_containers/glass/bottle/charcoal, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/security/brig) +"afE" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/security/brig) +"afF" = ( +/obj/structure/chair/sofa, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"afH" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"afI" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"afJ" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"afK" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"afL" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"afM" = ( +/obj/machinery/camera{ + c_tag = "Medbay South-East"; + dir = 8; + network = list("ss13","medbay") + }, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_traction_trim" + }, +/area/medical/medbay/aft) +"afN" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Incinerator Output Pump" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"afO" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; @@ -13084,168 +2363,461 @@ dir = 4; name = "scrubbers pipe" }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"bWR" = ( -/obj/structure/chair/office/dark, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" +/turf/open/floor/plasteel, +/area/science/mixing) +"afQ" = ( +/obj/structure/lattice, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"bWT" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/railing{ +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"afS" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ dir = 1 }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"bWU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/obj/machinery/dryer{ + dir = 8; + pixel_x = 10; + pixel_y = 3 }, /turf/open/floor/plasteel, -/area/engine/break_room) -"bWX" = ( -/obj/machinery/power/terminal{ +/area/barber) +"afT" = ( +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/vehicle/ridden/wheelchair, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/medbay/zone2) +"afU" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/security/brig) +"afV" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/misc_lab) +"afY" = ( +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/theatre) +"aga" = ( +/obj/machinery/door/window/eastleft{ + dir = 2; + icon_state = "right"; + name = "Incoming Mail"; + req_access_txt = "50" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"agd" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "medpriv4"; + name = "privacy door" + }, +/obj/machinery/door/firedoor{ dir = 8 }, -/obj/structure/cable{ - icon_state = "0-2" +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/patients_rooms/room_a) +"age" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" }, +/area/medical/medbay/aft) +"agf" = ( /obj/machinery/light/small{ dir = 1; pixel_y = 16 }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"bXr" = ( +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/theatre) +"agg" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyer"; + name = "Medbay Doors Control"; + normaldoorcontrol = 1; + pixel_x = -35; + pixel_y = 1; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/effect/landmark/start/medical_doctor, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/central) +"agn" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/central/upper) +"agr" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; name = "scrubbers pipe" }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Art Atrium Maintenance; + req_access_txt = "12" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/artatrium) +"ags" = ( /obj/structure/cable{ icon_state = "1-2" }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"bXu" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/dropper, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, /obj/machinery/light{ dir = 8; pixel_x = -7 }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"bXB" = ( -/obj/structure/cable{ - icon_state = "1-2" +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"agx" = ( +/obj/structure/flora/crystal/small/pile, +/obj/structure/flora/crystal/small/growth, +/obj/structure/window/reinforced{ + dir = 8 }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"bXD" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/primary/central) +"agy" = ( +/obj/structure/railing, +/obj/effect/spawner/lootdrop/trash, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"agB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"agH" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"agK" = ( +/obj/structure/table/glass, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/mask/surgical, +/obj/item/reagent_containers/spray/cleaner, +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/security/brig) +"agL" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "loadingarea_flip" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/storage) +"agR" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; name = "scrubbers pipe" }, /turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" + icon_state = "floor_trim" }, -/area/hallway/secondary/exit) -"bXI" = ( +/area/construction/mining/aux_base) +"agU" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/engineering) +"agX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"aha" = ( +/obj/structure/fence/corner{ + dir = 9 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"ahb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"ahh" = ( +/obj/structure/bed, +/obj/item/clothing/suit/straight_jacket, /obj/effect/turf_decal/loading_area{ dir = 4; icon_state = "drain"; name = "drain" }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/security/brig) +"ahj" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/table, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"aho" = ( +/obj/structure/chair/foldingchair, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"ahp" = ( +/obj/structure/railing, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"ahq" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop, +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/security/brig) +"ahr" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/plasteel/dark, +/area/security/range) +"ahw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/obj/item/clothing/head/cone, +/turf/open/floor/plating, +/area/maintenance/fore) +"ahz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public{ + name = "Cell 2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"ahB" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"ahL" = ( +/obj/item/storage/toolbox/mechanical{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = -2 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light_switch{ + pixel_y = -28 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"ahP" = ( +/obj/structure/railing/handrail{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/chair/bench/metal/left{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/medical/medbay/upper) +"ahQ" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; name = "scrubbers pipe" }, /turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"bXJ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"bXV" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, +/area/construction/mining/aux_base) +"ahT" = ( +/obj/effect/turf_decal/stripes/box, /obj/structure/railing, -/turf/open/floor/plasteel/dark/airless, +/turf/open/floor/plating/layenia, /area/layenia) -"bXX" = ( -/obj/machinery/rnd/experimentor, -/turf/open/floor/engine, -/area/science/misc_lab) -"bYh" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 +"ahU" = ( +/obj/structure/railing, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"ahV" = ( +/obj/machinery/light{ + pixel_y = -1 }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ +/obj/structure/table, +/obj/item/restraints/handcuffs, +/turf/open/floor/plasteel/dark, +/area/security/range) +"ahY" = ( +/obj/structure/railing{ dir = 8 }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bYt" = ( -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/quartermaster/storage) -"bYD" = ( -/obj/machinery/door/airlock{ - dir = 4; - name = "Crematorium"; - req_access_txt = "27" +/turf/open/floor/plating, +/area/maintenance/fore) +"ahZ" = ( +/obj/structure/railing{ + dir = 8 }, +/obj/structure/railing, +/turf/open/floor/plating, +/area/maintenance/fore) +"aia" = ( +/obj/structure/table, +/obj/item/folder/red, +/turf/open/floor/plasteel/dark, +/area/security/range) +"aie" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" @@ -13254,69 +2826,473 @@ dir = 4; name = "scrubbers pipe" }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"bYE" = ( -/obj/structure/table/wood, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/structure/cable{ icon_state = "4-8" }, -/obj/item/toy/figure/hos, -/turf/open/floor/carpet/red, -/area/crew_quarters/heads/hos) -"bYF" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 +/turf/open/floor/plating, +/area/maintenance/fore) +"aig" = ( +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/maintenance/fore) +"aih" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plasteel, -/area/science/mixing) -"bYP" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/blue, +/area/engine/atmos) +"ain" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public{ + name = "Cell 3" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"aip" = ( /obj/effect/turf_decal/tile/blue{ dir = 8 }, /obj/effect/turf_decal/tile/blue{ dir = 1 }, -/obj/effect/turf_decal/tile/blue{ +/turf/open/floor/plasteel/white/side{ dir = 4 }, -/obj/item/clothing/gloves/color/latex/nitrile, -/obj/item/soap/nanotrasen, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"bYX" = ( -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer1{ +/area/bridge) +"ais" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "linealt"; + name = "line" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "linealt"; + name = "line" + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/indestructible/concrete/smooth, +/area/layenia) +"aiy" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/crystal/small/growth, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"aiA" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "line_box"; + name = "line" + }, +/obj/item/toy/beach_ball/holoball, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/prison) +"aiB" = ( +/obj/item/toy/beach_ball/holoball, +/turf/open/indestructible/concrete/smooth, +/area/layenia) +"aiC" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "linealt_corner"; + name = "line" + }, +/turf/open/indestructible/concrete/smooth, +/area/layenia) +"aiF" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"aiG" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"aiI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public{ + name = "Cell 4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"aiM" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"aiO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public{ + name = "Cell 5" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"aiU" = ( +/obj/structure/fence, +/turf/open/floor/grass/layenia, +/area/layenia) +"aiY" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; name = "scrubbers pipe" }, /obj/structure/cable{ - icon_state = "2-8" + icon_state = "1-2" }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/science/misc_lab) +"aje" = ( +/obj/structure/fence/corner{ + dir = 10 + }, +/turf/open/indestructible/layenia/crystal, +/area/layenia) +"ajj" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "Maintbarshutter"; + name = "Maint Bar Window Shutter" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ajm" = ( /obj/structure/cable{ - icon_state = "1-8" + icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 10; - name = "air supply pipe" +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"ajn" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/tile/red{ + dir = 5 }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/junction/flip{ +/obj/machinery/camera/autoname{ dir = 4 }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/security/brig) +"ajo" = ( +/obj/structure/chair/sofa/left, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"ajq" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"ajr" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"ajs" = ( /obj/structure/cable{ icon_state = "4-8" }, -/obj/effect/turf_decal/tile/green{ +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"ajy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/maintenance/aft) +"ajz" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"bZp" = ( +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"ajA" = ( +/obj/machinery/door/window/westleft{ + dir = 2; + name = "Brig Infirmary" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/security/brig) +"ajC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public{ + name = "Cell 8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"ajD" = ( +/obj/machinery/door/window/westleft{ + base_state = "right"; + dir = 2; + icon_state = "right"; + name = "Brig Infirmary" + }, +/obj/machinery/iv_drip, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/security/brig) +"ajF" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"ajI" = ( +/obj/structure/lattice, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"ajO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"ajP" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/security/main) +"ajQ" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"ajR" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/carpet, +/area/security/prison) +"ajT" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9; + name = "air supply pipe" + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"akj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/central/upper) +"akC" = ( +/obj/machinery/light/small{ + pixel_y = -1 + }, +/obj/structure/toilet{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"akH" = ( +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/medical/virology) +"akT" = ( +/obj/structure/chair/sofachair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"ale" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 10; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/wood, +/area/quartermaster/mail) +"alp" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) +"alt" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = -9; + pixel_y = -25 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"alv" = ( +/obj/structure/bed/dogbed/ian, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"alH" = ( +/obj/structure/railing{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, @@ -13324,460 +3300,15 @@ name = "scrubbers pipe" }, /turf/open/floor/plasteel/stairs/right, -/area/hallway/primary/port/fore) -"bZr" = ( -/turf/open/floor/wood, -/area/maintenance/port/aft) -"bZE" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/book/lorebooks/welcome_to_kinaris{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/carpet/red, -/area/crew_quarters/heads/hos) -"bZJ" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/turf/open/floor/carpet/red, -/area/crew_quarters/heads/hos) -"bZM" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/mix_input{ - dir = 8 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"bZS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"bZY" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet/red, -/area/crew_quarters/heads/hos) -"cae" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/security/main) -"caX" = ( -/obj/structure/table, -/obj/item/folder/white{ - pixel_x = -4; - pixel_y = 3 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cbd" = ( -/obj/machinery/door/airlock{ - name = "Law Office"; - req_access_txt = "38" - }, -/turf/open/floor/plasteel, -/area/lawoffice) -"cbe" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"cbh" = ( -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"cbl" = ( -/obj/structure/bed/roller, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cbp" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/computer/scan_consolenew{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"cbP" = ( -/obj/machinery/power/emitter/anchored{ - dir = 1; - state = 2 - }, -/obj/effect/turf_decal/stripes/end, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/security/execution/transfer) -"cbS" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"cca" = ( -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"ccr" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"ccT" = ( -/obj/structure/rack, -/obj/item/storage/briefcase, -/obj/machinery/camera{ - c_tag = "Detective's Office"; - dir = 9 - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"ccZ" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"cdj" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/table, -/obj/item/seeds/glowshroom, -/obj/item/seeds/ambrosia, -/turf/open/floor/plating/asteroid/layenia/garden, /area/security/prison) -"cdu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/displaycase/labcage, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"ceb" = ( -/obj/machinery/computer/libraryconsole/bookmanagement, -/obj/structure/table, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"cec" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"ced" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"cem" = ( -/obj/structure/trash_pile, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/maintenance/fore) -"ceu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"ceQ" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/white/side{ - dir = 9 - }, -/area/medical/medbay/central) -"ceX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/door/airlock/engineering/glass{ - dir = 1; - name = "Engineering Locker Room" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cfb" = ( -/obj/machinery/door/window/southright{ - base_state = "left"; - dir = 4; - icon_state = "left"; - name = "Bar Door"; - req_one_access_txt = "25;28" - }, -/obj/structure/sign/barsign{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"cfe" = ( -/obj/structure/table, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"cfi" = ( -/obj/structure/lattice/catwalk, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"cft" = ( -/obj/structure/ore_box, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia/cloudlayer) -"cfw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"cfC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/quartermaster/storage) -"cfG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cfJ" = ( -/obj/machinery/door/poddoor/incinerator_toxmix, -/turf/open/floor/engine/vacuum, -/area/science/mixing) -"cfQ" = ( -/obj/effect/landmark/start/scientist, -/turf/open/floor/wood, -/area/science/research) -"cfT" = ( -/obj/structure/closet/secure_closet/freezer{ - name = "fridge" - }, -/obj/item/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/donkpockets/donkpocketspicy, -/obj/item/reagent_containers/food/drinks/soda_cans/grey_bull, -/obj/item/reagent_containers/food/drinks/soda_cans/grey_bull, -/obj/item/reagent_containers/food/drinks/soda_cans/grey_bull, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/engine/break_room) -"cga" = ( -/obj/item/bikehorn/rubberducky, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"cgj" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"cgt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, +"alM" = ( +/obj/structure/falsewall/reinforced, /turf/open/floor/plating, /area/maintenance/fore) -"cgw" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/security/execution/transfer) -"cgE" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"cgH" = ( -/obj/structure/table/wood, -/obj/item/radio/off{ - pixel_x = 5; - pixel_y = 6 - }, -/obj/item/taperecorder{ - pixel_x = -2 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"cgI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"cgT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/closed/wall, -/area/quartermaster/miningdock) -"cgW" = ( -/obj/machinery/door/airlock/security{ - name = "Security Checkpoint"; +"alS" = ( +/obj/machinery/door/airlock/security/glass{ + dir = 1; + name = "Equipment Room"; req_access_txt = "1" }, /obj/machinery/door/firedoor, @@ -13787,825 +3318,13 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"cgZ" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet/red, -/area/crew_quarters/heads/hos) -"chc" = ( -/turf/closed/wall/r_wall, -/area/security/warden) -"chF" = ( -/obj/structure/transit_tube/diagonal, -/obj/structure/lattice, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"chL" = ( -/obj/structure/transit_tube/horizontal, -/obj/structure/lattice, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"chQ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/quartermaster/storage) -"chX" = ( /obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"cig" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"cio" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel{ - dir = 4; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/crew_quarters/fitness/pool) -"ciE" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/security/main) -"ciF" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/stairs/medium{ - dir = 4 - }, -/area/security/main) -"ciQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"ciR" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/janitor, -/turf/open/floor/plasteel, -/area/janitor) -"cjd" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, /obj/structure/cable{ icon_state = "1-2" }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"cjo" = ( -/obj/effect/decal/cleanable/oil{ - icon_state = "floor6" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/security/vacantoffice/a) -"cjw" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/sign/poster/random{ - pixel_x = 32 - }, -/obj/machinery/camera{ - c_tag = "Fore Primary Hallway South"; - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"cjF" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/machinery/light/small{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"cjP" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/airalarm{ - pixel_y = 22 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/prison) -"cjY" = ( -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/item/reagent_containers/glass/bucket, -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"cjZ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/plasteel, -/area/security/processing) -"ckb" = ( -/obj/machinery/biogenerator, -/turf/open/floor/plasteel, -/area/security/prison) -"cke" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"ckh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"ckl" = ( -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/item/cultivator, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"cky" = ( -/obj/structure/chair/foldingchair{ - dir = 1 - }, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"ckz" = ( -/obj/effect/decal/cleanable/molten_object, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"ckM" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/camera{ - c_tag = "Prison Common Room 4"; - dir = 8; - network = list("ss13","prison") - }, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"ckU" = ( -/obj/structure/chair/stool, -/obj/effect/landmark/start/scientist, -/turf/open/floor/plasteel/white, -/area/science/lab) -"clo" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/main) -"clp" = ( -/obj/machinery/door/airlock{ - name = "Unisex Restroom" - }, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"clH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/turf/closed/wall/r_wall, -/area/crew_quarters/fitness) -"clK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/engine/break_room) -"cmc" = ( -/obj/structure/table, -/obj/item/folder/blue, -/obj/item/pen/red, -/turf/open/floor/plating, -/area/maintenance/fore) -"cmd" = ( -/obj/machinery/door/airlock/medical/glass{ - basecolor = ""; - bound_width = 64; - divide_file = 'icons/obj/doors/airlocks/station/medbaydouble.dmi'; - doorOpen = 'sound/machines/bigairlockopen.ogg'; - icon = 'icons/obj/doors/airlocks/station/medbaydouble.dmi'; - id_tag = "MedbayFoyer"; - name = "Medbay"; - note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; - overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; - req_access_txt = "5"; - stripcolor = "" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cmj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/secondary/exit) -"cmz" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"cmB" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "medshut1"; - name = "shutters" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/chemistry) -"cmQ" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"cnf" = ( -/obj/structure/table/wood, -/obj/item/storage/box/seccarts{ - pixel_x = 3; - pixel_y = 12 - }, -/obj/item/storage/box/deputy{ - pixel_y = 4 - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Head of Security's Desk"; - departmentType = 5; - name = "Head of Security RC"; - pixel_x = -30 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"cnB" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"cnJ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/crew_quarters/heads/cmo) -"cnO" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"cnY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"col" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"com" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/fitness) -"coq" = ( -/obj/structure/mopbucket, -/obj/item/mop, -/obj/machinery/light/small{ - dir = 4; - pixel_x = 7 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plating, -/area/medical/sleeper) -"coM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"coV" = ( -/obj/structure/table/wood, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 5 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/cmo) -"coW" = ( -/turf/open/floor/plasteel, -/area/security/vacantoffice/a) -"coX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/security/main) -"cpp" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"cpt" = ( -/obj/structure/closet/wardrobe/white, -/obj/item/clothing/shoes/jackboots, -/obj/item/reagent_containers/blood/random, -/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/fore) -"cpD" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cpE" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/table/glass, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/fore) -"cqd" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/tcommsat/computer) -"cqs" = ( -/obj/machinery/blackbox_recorder, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"cqG" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/security/main) -"cqJ" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/bed/roller, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"cqQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/carpet, -/area/chapel/main) -"cqZ" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"crl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/science/misc_lab) -"crq" = ( -/obj/structure/table, -/obj/item/surgical_drapes, -/obj/item/clothing/suit/apron/surgical{ - pixel_y = 11 - }, -/turf/open/floor/plasteel/freezer, -/area/medical/sleeper) -"crP" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"crV" = ( -/obj/structure/closet/l3closet/virology, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/medical/virology"; - dir = 1; - name = "Virology APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"csd" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel, -/area/engine/break_room) -"csu" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"csz" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Foyer"; - req_one_access_txt = "65" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"csF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/wood, -/area/library) -"csK" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"csN" = ( -/obj/machinery/hydroponics/soil{ - pixel_y = 8 - }, -/obj/item/seeds/harebell, -/obj/machinery/light/small{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/grass, -/area/chapel/main) -"csU" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/crew_quarters/dorms) -"csX" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/yellowsiding, -/area/maintenance/fore) -"csY" = ( -/obj/item/storage/bag/plants/portaseeder, -/obj/item/storage/bag/plants/portaseeder, -/obj/item/plant_analyzer, -/obj/item/plant_analyzer, -/obj/item/plant_analyzer, -/obj/item/reagent_containers/spray/plantbgone, -/obj/item/reagent_containers/spray/pestspray{ - pixel_x = 3; - pixel_y = 4 - }, -/obj/item/cultivator, -/obj/item/cultivator, -/obj/item/hatchet, -/obj/item/hatchet, -/obj/item/crowbar, -/obj/item/crowbar, -/obj/item/reagent_containers/glass/bottle/nutrient/rh{ - pixel_x = 2; - pixel_y = 1 - }, -/obj/item/reagent_containers/glass/bottle/nutrient/ez, -/obj/structure/rack/shelf, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"alW" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 }, @@ -14616,2936 +3335,1152 @@ dir = 4 }, /obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/hydroponics/garden) -"ctu" = ( -/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/item/pipe_dispenser, -/turf/open/floor/engine, -/area/science/misc_lab) -"ctJ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating/asteroid/layenia, -/area/security/prison) -"ctK" = ( -/turf/closed/wall/r_wall, -/area/medical/psych) -"ctL" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"ctM" = ( -/obj/structure/table, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/escape) -"ctP" = ( -/obj/structure/closet/crate/coffin, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/fore) -"ctV" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"cuc" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cud" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, /obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"cug" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"cuB" = ( -/obj/machinery/door/airlock/security/glass{ - dir = 4; - name = "Security Office"; - req_access_txt = "63" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"cuJ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cuM" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/fore) -"cvk" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "psych_hall_window"; - name = "Psychology Privacy Shutters" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/psych) -"cvl" = ( -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/medical/psych) -"cvp" = ( -/obj/structure/table, -/obj/machinery/airalarm{ - pixel_y = 22 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"cvI" = ( -/obj/structure/holohoop{ - dir = 8; - pixel_x = 13; - pixel_y = 12 - }, -/obj/item/toy/beach_ball/holoball, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"cvM" = ( -/turf/closed/wall, -/area/library/lounge) -"cvN" = ( -/obj/structure/tank_dispenser/oxygen, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"cvQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"cvR" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"cvZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"cwc" = ( -/obj/machinery/bookbinder, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/wood, -/area/library/lounge) -"cwx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/wood, -/area/security/warden) -"cwy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"cwA" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Turbine Access North West"; - dir = 4; - network = list("turbine") - }, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"cwD" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hos) -"cwK" = ( /obj/structure/cable{ icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_access_txt = "12" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, -/turf/open/floor/plating, -/area/maintenance/fore) -"cwP" = ( -/obj/effect/turf_decal/stripes/line{ +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"amf" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 9 }, -/turf/open/floor/plasteel, -/area/science/research) -"cwQ" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/science/research) -"cxa" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"cxz" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"cxB" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"cxT" = ( -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/medical/medbay/central) -"cxW" = ( -/obj/structure/flora/crystal/small/pile, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"cyn" = ( -/obj/structure/chair/sofa/right{ - dir = 8 - }, -/obj/item/toy/plush/mothplushie/moffplush{ - name = "Mender Moff"; - pixel_x = -3; - pixel_y = 5 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/carpet/blue, -/area/medical/psych) -"cyv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel/dark, -/area/security/range) -"cyF" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/computer/security{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/security/brig) -"cyL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/machinery/camera{ - c_tag = "Firing Range Room" - }, -/turf/open/floor/plasteel/dark, -/area/security/range) -"cyV" = ( -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/sunnybush, -/obj/structure/flora/ausbushes/brflowers, -/turf/open/floor/grass, -/area/maintenance/port/aft) -"czk" = ( -/obj/structure/lattice/catwalk, -/obj/structure/reagent_dispensers/fueltank, -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"czt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/door/airlock/command/glass{ - name = "Ferry Docking Airlock"; - req_access_txt = "19" - }, -/turf/open/floor/plasteel, -/area/bridge) -"czz" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/railing, -/turf/open/floor/plating, -/area/layenia/cloudlayer) -"czL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"czN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"czQ" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"czU" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "cargoshut1"; - name = "shutters" - }, /obj/effect/turf_decal/loading_area{ dir = 1; icon_state = "drain"; name = "drain" }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/aft) -"cAv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/security/range"; - dir = 1; - name = "Shooting Range APC"; - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/security/range) -"cAw" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/security/checkpoint/science) -"cAL" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"cAX" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hos" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"cBq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/rnd/production/protolathe/department/science, -/turf/open/floor/plasteel, -/area/science/lab) -"cBB" = ( -/obj/machinery/door/airlock/command/glass{ - dir = 1; - name = "Head of Security"; - req_access_txt = "58" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-2" - }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"cBC" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hos" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"cBH" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hos" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"cCd" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/execution/transfer) -"cCj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"cCm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"cCn" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port/fore) -"cCC" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"cCH" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"cCL" = ( -/obj/machinery/monkey_recycler, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cCN" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/yellowsiding{ - dir = 4 - }, -/area/maintenance/fore) -"cCP" = ( -/obj/structure/closet/secure_closet/brig, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"cDm" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"cDo" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/science/robotics/lab) -"cDx" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"cDD" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"cEd" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/decal/cleanable/molten_object/large, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"cEh" = ( -/obj/structure/closet/cardboard, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/quartermaster/warehouse) -"cEs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"cEt" = ( -/obj/structure/toilet{ - dir = 1 - }, -/obj/item/soap/nanotrasen, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"cEy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, /turf/open/floor/plasteel{ dir = 1; icon_state = "floor_plate" }, -/area/crew_quarters/fitness/pool) -"cEC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, +/area/hallway/primary/port/upper) +"amg" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 5; name = "air supply pipe" }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" }, -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"cEE" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port) -"cEO" = ( -/obj/structure/chair/stool, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"cEW" = ( -/obj/structure/disposalpipe/junction/yjunction{ - dir = 4 - }, -/turf/closed/wall, -/area/quartermaster/sorting) -"cFg" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"cFH" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/command, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"cFJ" = ( -/obj/machinery/quantumpad{ - map_pad_id = "station"; - map_pad_link_id = "xenoarch"; - mapped_quantum_pads = list("station","xenoarch") - }, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/science/research) -"cFN" = ( -/obj/structure/table, -/obj/item/trash/plate, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/engine/break_room) -"cFS" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/purple/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"cFW" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/indestructible/concrete/smooth, -/area/layenia) -"cGp" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/airlock/atmos/glass{ - dir = 8; - name = "Turbine Access"; - req_access_txt = "32" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"cGy" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/ywflowers, -/turf/open/floor/grass, -/area/crew_quarters/dorms) -"cGA" = ( -/turf/closed/wall, -/area/chapel/office) -"cGB" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cGR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/stairs, -/area/gateway) -"cHc" = ( /obj/structure/cable{ icon_state = "1-4" }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"cHd" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/aft) -"cHi" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/purple/visible, -/turf/open/floor/carpet/royalblack, -/area/engine/engineering/reactor_control) -"cHk" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Cargo"; - location = "APH1" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cHl" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/range) -"cHr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/wood, -/area/library) -"cHs" = ( -/turf/closed/wall, -/area/crew_quarters/kitchen) -"cHt" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/medical/psych) -"cHA" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/range) -"cHD" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/obj/structure/closet/emcloset, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/quartermaster/storage) -"cHO" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "Laneshutter"; - name = "Lane Shutter" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/range) -"cHX" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"cHY" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"cIb" = ( -/obj/structure/table, -/obj/item/electronics/apc, -/obj/item/electronics/airlock, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"cIg" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/maintenance/disposal/incinerator) -"cIt" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/range) -"cIu" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/open/floor/plasteel/dark/corner, -/area/security/main) -"cIw" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/table/glass, -/obj/item/flashlight/lamp, -/turf/open/floor/plasteel/white, -/area/security/execution/transfer) -"cII" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/security/main) -"cJj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/conveyor{ - dir = 1; - id = "QMLoad2" - }, /turf/open/floor/plating, -/area/quartermaster/storage) -"cJr" = ( -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"cJt" = ( -/obj/structure/table, -/obj/item/storage/firstaid/o2{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/o2, -/obj/item/storage/firstaid/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"cJx" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"cJD" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/closet/secure_closet/freezer{ - name = "fridge" - }, -/obj/item/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/donkpockets, -/obj/item/reagent_containers/food/snacks/burger/baconburger, -/obj/item/reagent_containers/food/snacks/burger/baconburger, -/obj/item/reagent_containers/food/snacks/candy, -/obj/item/reagent_containers/food/snacks/candy, -/obj/item/reagent_containers/food/snacks/candy, -/obj/item/reagent_containers/food/snacks/cakeslice/lime, -/obj/item/reagent_containers/food/snacks/burrito, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/bridge) -"cJP" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"cKl" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/table/optable, -/turf/open/floor/plasteel/white, -/area/security/execution/transfer) -"cKI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/yellowsiding, -/area/maintenance/fore) -"cKQ" = ( -/obj/structure/chair{ - dir = 8; - name = "Defense" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"cLo" = ( -/obj/structure/rack, -/obj/item/tank/internals/anesthetic{ - pixel_x = -3; - pixel_y = 1 - }, -/obj/item/tank/internals/oxygen/red{ - pixel_x = 3 - }, -/obj/item/clothing/mask/breath/medical, -/obj/item/clothing/suit/straight_jacket, -/obj/item/razor, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"cLt" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/engine/break_room) -"cLx" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/item/folder/yellow, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/pen/red, -/obj/machinery/button/door{ - id = "cargoshut1"; - name = "Departmental Lockdown"; - pixel_x = 5; - pixel_y = 5; - req_access_txt = "41" - }, -/obj/machinery/button/door{ - id = "cargoshut2"; - name = "Office Lockdown"; - pixel_x = -5; - pixel_y = 5; - req_access_txt = "41" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"cLB" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "QM #3" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"cLW" = ( -/obj/machinery/atmospherics/pipe/simple/purple/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering/reactor_control) -"cMb" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/effect/landmark/start/shaft_miner, -/turf/open/floor/plasteel/dark/side, -/area/quartermaster/miningdock) -"cMF" = ( -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/science/xenobiology) -"cMH" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"cMN" = ( -/obj/item/electropack, -/obj/item/screwdriver, -/obj/item/wrench, -/obj/item/clothing/head/helmet, -/obj/item/assembly/signaler, -/obj/structure/rack, -/obj/machinery/light/small{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"cMX" = ( -/obj/structure/railing{ - dir = 8 - }, +/area/maintenance/department/engine/upper) +"amh" = ( /obj/structure/railing{ dir = 1 }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"cMZ" = ( -/obj/effect/turf_decal/tile/blue{ +/obj/effect/turf_decal/stripes/end{ dir = 1 }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"cNe" = ( -/obj/structure/rack, -/obj/item/stack/sheet/metal, -/obj/item/storage/box/bodybags, -/obj/item/pen, -/obj/item/melee/chainofcommand, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"cNj" = ( -/obj/machinery/vending/sustenance, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"cNu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"cNT" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/science/research) -"cNV" = ( -/obj/structure/table, -/obj/item/paper{ - pixel_x = 5; - pixel_y = 2 - }, -/obj/item/paper, -/turf/open/floor/plasteel{ - dir = 4; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/artatrium) -"cNY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cOu" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/science/misc_lab) -"cOv" = ( -/obj/machinery/camera{ - c_tag = "Bridge West"; - dir = 6 - }, -/obj/machinery/computer/lore_terminal/command, -/turf/open/floor/plasteel/dark/side, -/area/bridge) -"cOH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"cOU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 6 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"cOZ" = ( -/mob/living/simple_animal/opossum/Trims, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"cPa" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"cPj" = ( -/turf/open/floor/wood, -/area/lawoffice) -"cPs" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cPC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/open/floor/wood, -/area/lawoffice) -"cPJ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"cPK" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/security/range) -"cPQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/range) -"cPR" = ( -/turf/open/floor/engine/cult, -/area/library) -"cPX" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"cPY" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 4 - }, -/area/security/main) -"cQn" = ( -/obj/structure/dresser, -/obj/item/toy/figure/qm{ - pixel_x = 4; - pixel_y = 14 - }, -/obj/item/flashlight/lamp/green{ - pixel_x = -4; - pixel_y = 14 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/wood, -/area/quartermaster/qm) -"cQp" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"cQv" = ( -/obj/structure/table, -/obj/machinery/cell_charger{ - pixel_y = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/item/stock_parts/cell/high, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"cQG" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/main) -"cQJ" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel/white/side, -/area/medical/virology) -"cRa" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/main) -"cRs" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/closet, -/turf/open/floor/plating, -/area/maintenance/port) -"cRF" = ( -/obj/machinery/camera{ - c_tag = "Security Checkpoint West"; - dir = 9 - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/primary/port) -"cRG" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/camera, -/obj/item/camera_film, -/turf/open/floor/plasteel/dark, -/area/artatrium) -"cRM" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/starboard) -"cRP" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"cRV" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/quantumpad{ - map_pad_id = "station_diner"; - map_pad_link_id = "diner"; - mapped_quantum_pads = list("station_diner","diner") - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/hallway/primary/port/fore) -"cSb" = ( -/turf/closed/wall/r_wall, -/area/tcommsat/server) -"cSe" = ( -/obj/machinery/camera{ - c_tag = "Bridge Starboard Hallway"; - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"cSg" = ( -/obj/structure/chair/bench, -/turf/open/floor/plasteel/chapel{ - dir = 8 - }, -/area/chapel/main) -"cSn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"cSC" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"cSD" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"cSI" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cSL" = ( -/obj/structure/table/wood/fancy, -/obj/machinery/door/window/northright{ - dir = 8; - name = "Secure Paintings"; - req_access_txt = "37" - }, -/obj/structure/sign/painting/library_secure{ - pixel_x = 25 - }, -/turf/open/floor/plasteel/dark, -/area/artatrium) -"cSO" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/arrows{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"cSP" = ( -/obj/structure/trash_pile, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cSR" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"cST" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/virology{ - name = "Virology Maintenance Airlock"; - req_access_txt = "5" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"cSZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"cTl" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "Holodeckshutter"; - name = "Holodeck Shutter" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"cTo" = ( -/obj/structure/alien/weeds, -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"cTu" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Diner"; - location = "FPW" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"cTx" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"cTA" = ( -/obj/structure/chair/sofa/left{ - dir = 4 - }, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"cTD" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"cTJ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/starboard) -"cTX" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/science/research) -"cUa" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/dropper, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Genetics Research"; - dir = 10; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"cUh" = ( -/obj/machinery/vending/coffee, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"cUk" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior{ - dir = 4 - }, -/obj/machinery/embedded_controller/radio/airlock_controller/incinerator_atmos{ - pixel_x = -6; - pixel_y = -26 - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"cUl" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=ArrivalsNorth"; - location = "Lockers" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"cUH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/obj/machinery/camera{ - c_tag = "Brig Equipment Eva Storage"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/main) -"cUO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"cUS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"cUU" = ( -/obj/machinery/computer{ - desc = "A console used to monitor fuel reserves for the shuttles that dock here. It seems iced-over and non-functional."; - name = "Fuel Monitoring Console 3" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, /obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/snowed/smoothed, -/area/layenia) -"cUV" = ( -/turf/closed/wall, -/area/hallway/primary/port) -"cUZ" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/science/misc_lab) -"cVa" = ( -/obj/effect/turf_decal/tile/blue{ dir = 8 }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/bridge) -"cVe" = ( -/obj/effect/turf_decal/delivery/red, -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1, /turf/open/floor/plating/layenia, -/area/layenia) -"cVj" = ( -/obj/machinery/reagentgrinder{ - pixel_x = -4; - pixel_y = 10 +/area/layenia/cloudlayer) +"amn" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" }, -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"cVx" = ( -/obj/machinery/computer/station_alert, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/bridge) -"cVE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"cVG" = ( -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/security/prison) -"cVQ" = ( -/obj/structure/closet, -/obj/item/reagent_containers/food/snacks/burger/chicken, -/obj/item/clothing/suit/chickensuit, -/obj/item/clothing/head/chicken, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"cVV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"cVX" = ( -/obj/effect/decal/cleanable/vomit, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/camera{ - c_tag = "Prison Common Room 1"; - network = list("ss13","prison") - }, -/turf/open/floor/plasteel, -/area/security/prison) -"cWz" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia) -"cWW" = ( -/mob/living/simple_animal/mouse/brown/Tom, -/turf/open/floor/plasteel, -/area/security/prison) -"cXd" = ( -/obj/structure/closet/boxinggloves, -/obj/item/clothing/shoes/jackboots, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/pool) -"cXs" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"cXx" = ( -/obj/machinery/camera{ - c_tag = "Tech Storage South"; - dir = 10 - }, -/obj/machinery/vending/assist, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"cXD" = ( -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"cYh" = ( -/obj/structure/flora/crystal/medium/growth, -/turf/open/indestructible/layenia/crystal/garden, -/area/science/misc_lab) -"cYr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/conveyor{ - id = "QMLoad" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"cYu" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ +/turf/open/floor/plasteel/dark{ dir = 8; - icon_state = "drain"; - name = "drain" + icon_state = "darkfull_plate" }, -/turf/open/floor/plasteel/cafeteria, -/area/security/prison) -"cYy" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_atmos, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"cYH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"cYJ" = ( -/obj/structure/curtain, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"cYY" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"cZn" = ( -/obj/machinery/washing_machine, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plasteel/cafeteria, -/area/security/prison) -"cZp" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"cZz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"cZO" = ( -/obj/effect/turf_decal/bot_white/left, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"cZR" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"das" = ( -/turf/open/floor/plasteel/stairs/medium{ - dir = 4 - }, -/area/maintenance/port/aft) -"daL" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"daM" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/machinery/camera{ - c_tag = "Telecomms Monitoring"; - dir = 8; - network = list("tcomms") - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"daT" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/bridge) -"daZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"dbq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"dbA" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/fore) -"dbE" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/public/glass/incinerator/atmos_exterior{ - dir = 4 - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"dbF" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/railing{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Port Hallway 2" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"dbL" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dbS" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/igniter/incinerator_atmos, -/obj/machinery/air_sensor/atmos/incinerator_tank{ - pixel_x = 32; - pixel_y = -32 - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"dbT" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/layenia) -"dcb" = ( -/obj/structure/lattice/catwalk, +/area/crew_quarters/bar) +"amq" = ( +/obj/structure/closet/crate, /obj/effect/spawner/lootdrop/maintenance{ lootcount = 2; name = "2maintenance loot spawner" }, -/obj/structure/closet/crate, -/obj/structure/railing, -/obj/structure/railing{ - dir = 4 +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"amx" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"dce" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 +/obj/structure/cable{ + icon_state = "2-4" }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 +/turf/open/floor/wood, +/area/library) +"amz" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" }, -/turf/open/floor/plasteel, -/area/security/range) -"dcm" = ( -/obj/structure/cable/yellow{ - icon_state = "0-8" +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" }, -/obj/structure/cable/yellow{ +/area/crew_quarters/theatre) +"amB" = ( +/obj/machinery/power/solar_control{ + id = "auxsolareast"; + name = "Port Bow Solar Control" + }, +/obj/structure/cable{ icon_state = "0-4" }, -/obj/machinery/power/compressor{ - comp_id = "incineratorturbine"; +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"amE" = ( +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/barber) +"amL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel{ dir = 8; - luminosity = 2 + icon_state = "floor_trim" }, -/obj/machinery/camera{ - c_tag = "Turbine Chamber"; - network = list("turbine") - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"dcw" = ( -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/machinery/power/turbine{ - dir = 4; - luminosity = 2 - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"dcF" = ( -/obj/machinery/door/firedoor/heavy, +/area/engine/atmos) +"amN" = ( /obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" + id = "primaryshut1"; + name = "primary blast door" }, -/obj/effect/turf_decal/bot, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, /obj/effect/turf_decal/delivery, /turf/open/floor/plasteel{ dir = 8; icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/science/research) -"dcS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" + icon_state = "floor_whole_alt" }, +/area/hallway/primary/fore) +"amR" = ( /obj/structure/cable{ icon_state = "1-2" }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"dcT" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "1-8" }, -/obj/machinery/power/tracker, -/obj/effect/baseturf_helper/cloud, -/turf/open/floor/plasteel/airless/solarpanel{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"amU" = ( +/obj/machinery/vending/kink, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" }, -/area/layenia) -"ddj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 1 - }, -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/carpet/royalblack, -/area/engine/engineering/reactor_control) -"ddq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "jangarage"; - name = "Custodial Closet Shutters Control"; - pixel_x = -25; - req_access_txt = "26" +/area/crew_quarters/locker) +"amW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 }, /obj/effect/turf_decal/loading_area{ - dir = 8; icon_state = "drain"; name = "drain" }, -/obj/effect/turf_decal/tile/purple, +/obj/structure/table, /turf/open/floor/plasteel{ - dir = 8; icon_state = "floor_plate" }, -/area/hallway/primary/fore) -"ddr" = ( -/obj/structure/cable{ - icon_state = "4-8" +/area/hallway/primary/central/upper) +"ana" = ( +/obj/structure/sign/warning/vacuum/external{ + pixel_x = 32 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"anf" = ( +/turf/open/transparent/glass/reinforced, +/area/security/brig/upper) +"ann" = ( +/turf/closed/wall/r_wall, +/area/artatrium) +"ans" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 10; - name = "air supply pipe" + name = "scrubbers pipe" }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ +/turf/closed/wall/r_wall, +/area/maintenance/starboard/upper) +"anz" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/quartermaster/sorting) +"anK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"dds" = ( -/obj/effect/turf_decal/tile/blue{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/sleeper, -/obj/effect/turf_decal/tile/blue{ +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"anU" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/engine/custom) +"aoa" = ( +/obj/structure/table, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma, +/obj/machinery/newscaster{ + pixel_x = 30 + }, /turf/open/floor/plasteel/white, -/area/medical/sleeper) -"ddG" = ( +/area/medical/virology) +"aoe" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, /obj/effect/turf_decal/loading_area{ dir = 1; icon_state = "drain"; name = "drain" }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/red{ +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/closet/secure_closet/personal, +/obj/item/toy/poolnoodle/blue, +/obj/item/toy/poolnoodle/red, +/obj/item/toy/poolnoodle/yellow, +/obj/machinery/airalarm{ + pixel_y = 22 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness/pool) +"aoo" = ( +/obj/effect/baseturf_helper/cloud, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"aor" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"aou" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "xenobio7"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"aox" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair{ dir = 8 }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/central/upper) +"aoE" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/hallway/primary/port/fore) +"aoJ" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"aoN" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" }, -/area/hallway/primary/port) -"ddJ" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "Laneshutter"; - name = "Lane Shutter" - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/range) -"ddL" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/structure/sign/warning/nosmoking{ - pixel_y = -32 +/obj/structure/cable{ + icon_state = "1-8" }, /turf/open/floor/plasteel{ - icon_state = "floor_plate" + icon_state = "floor_trim" }, -/area/crew_quarters/fitness) -"ddP" = ( +/area/engine/atmos) +"aoU" = ( +/obj/item/clothing/head/cone, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"aoW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"apl" = ( +/turf/open/floor/plasteel/stairs/left, +/area/security/prison) +"app" = ( +/obj/structure/flora/crystal/small/growth, +/turf/open/indestructible/layenia/crystal, +/area/layenia/cloudlayer) +"apv" = ( /obj/structure/table/wood, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/flashlight/lamp/green{ +/obj/item/electronics/apc, +/obj/item/electronics/apc{ + pixel_x = 3; pixel_y = 3 }, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" +/turf/open/floor/wood, +/area/engine/break_room) +"apI" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = -2; + pixel_y = 18 + }, +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = -13; + pixel_y = 7 + }, +/obj/effect/turf_decal/weather/grass/line{ + dir = 9 + }, +/turf/open/water/jungle, +/area/crew_quarters/dorms/upper) +"apM" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 }, /obj/effect/turf_decal/loading_area{ - icon_state = "drain"; + dir = 1; + icon_state = "drain_corner"; name = "drain" }, -/obj/item/toy/figure/captain{ - pixel_x = 10 +/turf/open/floor/plasteel, +/area/crew_quarters/dorms/upper) +"apW" = ( +/turf/closed/wall/r_wall, +/area/hallway/secondary/exit/upper) +"apZ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/transparent/openspace, +/area/crew_quarters/theatre) +"aqb" = ( +/turf/open/floor/plasteel/yellowsiding{ + dir = 4 }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"ddQ" = ( -/obj/structure/chair/sofa/left{ - desc = "More inviting than the average couch."; - dir = 8; - name = "comfy couch" +/area/maintenance/fore/upper) +"aql" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/hallway/primary/aft) +"aqo" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/box, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/ai) +"aqy" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/psych/ward) +"aqz" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig/upper) +"aqA" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/structure/window/reinforced{ + dir = 1 }, /turf/open/floor/wood, -/area/maintenance/starboard/aft) -"deG" = ( -/obj/machinery/door/poddoor/incinerator_atmos_main{ - dir = 8 +/area/security/visitation) +"aqC" = ( +/obj/machinery/camera{ + c_tag = "Central Primary Hallway South"; + dir = 1 }, -/obj/effect/turf_decal/delivery/red, -/turf/open/floor/engine/vacuum, -/area/maintenance/disposal/incinerator) -"deU" = ( -/obj/structure/table/reinforced, +/obj/structure/chair/bench/metal/left, /obj/effect/turf_decal/tile/neutral{ - dir = 8 + dir = 6 }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"aqD" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/recharger, -/turf/open/floor/plasteel/dark, -/area/security/range) -"deX" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; name = "air supply pipe" }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"aqE" = ( +/obj/structure/rack/shelf, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/turf_decal/bot, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/item/storage/box/lights/mixed{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aqU" = ( +/obj/structure/table/wood, +/obj/item/nullrod, +/obj/item/book/granter/spell/smoke{ + name = "Mysterious Old Book of Cloud-Chasing" + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"aqY" = ( +/obj/structure/rack/shelf, +/obj/item/clothing/gloves/color/fyellow, +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore) +"aqZ" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/hallway/secondary/entry/upper) +"arc" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /turf/open/floor/plasteel/dark, -/area/security/range) -"dfd" = ( -/obj/structure/filingcabinet/employment, +/area/security/main) +"arg" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, /turf/open/floor/wood, -/area/lawoffice) -"dfg" = ( +/area/engine/break_room) +"arw" = ( /obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 +/obj/structure/disposalpipe/segment{ + dir = 9 }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"arB" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"arJ" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = -4; + pixel_y = 14 + }, +/turf/open/floor/plasteel/white/side, +/area/medical/psych) +"arL" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"arN" = ( +/obj/machinery/door/airlock/engineering{ + dir = 8; + name = "vending refill storage"; + req_access_txt = "10" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/break_room) +"arT" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/security/main) +"arY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/security/processing) +"arZ" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"dfh" = ( -/obj/effect/turf_decal/loading_area{ +/turf/open/floor/plasteel, +/area/quartermaster/mail) +"asl" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"asm" = ( +/obj/structure/reagent_dispensers/watertank/high, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"asn" = ( +/obj/effect/turf_decal/tile/red, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ dir = 8; - icon_state = "drain"; - name = "drain" + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"asu" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/destTagger, +/obj/item/hand_labeler{ + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"asN" = ( +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"asS" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"asV" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 }, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ dir = 4; name = "air vent" }, -/turf/open/floor/plasteel/dark/side{ - dir = 4 +/turf/open/floor/plasteel/cafeteria{ + dir = 5 }, -/area/chapel/main) -"dft" = ( -/obj/machinery/light{ +/area/science/research) +"asX" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ dir = 1; - pixel_y = 16 + icon_state = "darkfull_trim" }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"dfE" = ( -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"dfF" = ( -/obj/structure/flora/crystal/medium/growth, -/obj/machinery/light{ +/area/security/visitation) +"ata" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"atd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"dfI" = ( -/obj/structure/table, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"dfM" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; + dir = 8; name = "air supply pipe" }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/hop) -"dfW" = ( -/obj/machinery/porta_turret/ai{ - dir = 8 +/turf/open/floor/carpet, +/area/library) +"atk" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 4 + }, +/area/bridge) +"ato" = ( +/obj/structure/chair/bench/metal/right{ + dir = 4 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/main/upper) +"aty" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/security/prison) +"atz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"atB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"atN" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/fore) +"atW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/chapel/main) +"auf" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/construction/mining/aux_base) +"aul" = ( +/obj/structure/chair/stool{ + pixel_y = 8 }, /obj/machinery/light{ dir = 8; pixel_x = -7 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"dfY" = ( -/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"auo" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"aux" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/processing) +"auz" = ( +/obj/structure/table, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/item/storage/firstaid/regular{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/multitool{ + pixel_x = 6 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/sorting) +"auT" = ( /obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"auX" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"avd" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/maintenance/fore/upper) +"ave" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/security/courtroom) +"avl" = ( +/obj/structure/stairs{ + dir = 8 + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 4 + }, +/area/maintenance/fore) +"avn" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"avo" = ( +/obj/effect/turf_decal/tile/brown{ dir = 1 }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/mail) +"avs" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/terminal, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"avt" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/airalarm{ + pixel_y = 25 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"avz" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"avC" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 9 + }, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/security/prison) +"avJ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + dir = 1; + id = "xenobio8"; + name = "containment blast door" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"avO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/break_room) +"avV" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/security/detectives_office) +"awi" = ( +/obj/structure/table/wood, +/obj/machinery/button/door{ + id = "meeting"; + name = "Privacy Shutters Control"; + pixel_x = -5; + pixel_y = -15; + req_access_txt = "57" + }, +/turf/open/floor/carpet/royalblack, +/area/bridge) +"awm" = ( +/obj/machinery/button/door{ + id = "arrivals_cargo"; + name = "Arrivals Cargo Blast Door Control"; + pixel_x = 24 + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/construction/mining/aux_base) +"awn" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/port) +"awt" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore) +"awu" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, /obj/effect/turf_decal/tile/neutral{ dir = 4 }, /obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"aww" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public{ + name = "Cell 7" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" @@ -17553,89 +4488,192 @@ /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"dge" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 10 +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 +/area/security/prison) +"awx" = ( +/obj/structure/rack/shelf, +/obj/item/storage/toolbox/electrical{ + pixel_x = -1; + pixel_y = -5 }, -/obj/effect/turf_decal/tile/yellow, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 5 + }, +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore) +"awy" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore) +"awH" = ( +/obj/structure/trash_pile, +/turf/open/floor/plating, +/area/maintenance/starboard/aft/upper) +"awI" = ( /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"dgk" = ( -/obj/structure/table, -/obj/item/storage/box/firingpins, -/obj/item/storage/box/firingpins, -/obj/item/key/security, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"dgB" = ( -/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/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, /obj/machinery/light{ dir = 1; pixel_y = 16 }, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/maintenance/fore) +"awP" = ( +/obj/machinery/computer/bank_machine, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"dgI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" +/area/ai_monitored/nuke_storage) +"awS" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"awU" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip{ + name = "drips of red paint" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"axe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, /turf/open/floor/plasteel, -/area/crew_quarters/fitness/pool) -"dgL" = ( -/obj/machinery/door/airlock/mining{ - dir = 4; - name = "mining warehouse airlock"; - req_access_txt = "48" +/area/science/circuit) +"axk" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/table, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/central/upper) +"axm" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" }, /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"dgR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 +/turf/open/floor/plasteel, +/area/security/processing) +"axo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"dgT" = ( +/area/storage/tech) +"axp" = ( +/obj/structure/bed/double, +/obj/item/bedsheet/captain/double, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"axF" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"axQ" = ( +/obj/structure/closet/emcloset/anchored, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"axW" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"axX" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/power/deck_relay, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/aisat/hallway) +"ayd" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/item/storage/fancy/cigarettes{ + pixel_y = 16 + }, +/turf/open/floor/wood, +/area/security/detectives_office) +"ayi" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/maintenance/fore) +"ayj" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/engine/break_room) +"ayk" = ( /obj/item/clothing/suit/armor/bulletproof{ pixel_x = -3; pixel_y = 3 @@ -17672,84 +4710,2186 @@ dir = 8 }, /obj/structure/rack/shelf, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) -"dgV" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ +"aym" = ( +/obj/structure/table/wood, +/obj/item/storage/pill_bottle/dice, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/upper) +"ayp" = ( +/turf/open/floor/plasteel/stairs{ + icon_state = "stairs_wood"; + name = "wood stairs" + }, +/area/security/lambent) +"ayE" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/transparent/glass/reinforced, +/area/security/brig/upper) +"ayI" = ( +/turf/open/floor/plating, +/area/maintenance/department/medical/upper) +"ayJ" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"ayM" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/brig) +"ayN" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/stripes/end, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"ayO" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/solars/port/fore"; + dir = 8; + name = "Port Bow Solar APC"; + pixel_x = -25; + pixel_y = 3 + }, +/obj/machinery/camera{ + c_tag = "Fore Port Solar Control"; dir = 1 }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"dhj" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/crew_quarters/fitness) -"dho" = ( -/obj/machinery/door/poddoor/preopen{ - id = "primaryshut1"; - name = "primary blast door" +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"ayQ" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" }, -/obj/effect/turf_decal/delivery, /turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/security/brig) +"ayR" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public{ + name = "Cell 6" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"ayT" = ( +/obj/machinery/vending/cola/random, +/obj/machinery/light{ dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" }, /area/hallway/primary/fore) -"dhH" = ( -/obj/effect/turf_decal/stripes/line{ +"azb" = ( +/obj/structure/rack/shelf, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"azf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"azg" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-29" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/bridge) +"azh" = ( +/obj/item/clothing/head/cone, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"azi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen) +"azl" = ( +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/port) +"azD" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit/upper) +"azH" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/security/brig/upper) +"azJ" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white, +/area/maintenance/fore) +"azK" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/maintenance/fore) +"azM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore) +"azO" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/security/processing) +"azS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/E) +"azV" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/artatrium) +"azW" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"azY" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"azZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"aAg" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"aAh" = ( +/turf/open/floor/plasteel/stairs/medium{ + dir = 4 + }, +/area/maintenance/fore) +"aAm" = ( +/obj/structure/table/wood, +/obj/machinery/computer/libraryconsole/bookmanagement{ + pixel_y = 7 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore) +"aAt" = ( +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyer"; + name = "Medbay Exit Button"; + normaldoorcontrol = 1; + pixel_y = 26 + }, /obj/machinery/light{ dir = 4; pixel_x = 7 }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"dhM" = ( -/obj/machinery/computer/atmos_control{ - dir = 8 +/obj/effect/turf_decal/tile/blue{ + dir = 9 }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/break_room) -"diu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 +/area/medical/medbay/central) +"aAu" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Diner" }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"diy" = ( -/obj/structure/table, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"diE" = ( -/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/bar) +"aAx" = ( +/turf/closed/wall/r_wall, +/area/maintenance/department/engine/upper) +"aAA" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"aAN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/spa/sauna) +"aAS" = ( +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"aAX" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"aBb" = ( +/obj/structure/ladder, /obj/structure/railing{ dir = 4 }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"aBc" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, /obj/structure/railing, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"aBe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/barber) +"aBf" = ( +/obj/structure/table, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/crew_quarters/dorms) +"aBo" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"aBp" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/fore) +"aBt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/quartermaster/mail) +"aBu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"aBw" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/bridge) +"aBx" = ( +/obj/structure/closet/crate{ + name = "Asshole Containment" + }, +/obj/item/banhammer, +/obj/item/toy/plush/mammal/winfre{ + item_state = "Winfre"; + name = "Winfre, Destroyer of Fun" + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"aBz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/quartermaster/miningdock) +"aBB" = ( +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"aBC" = ( +/turf/open/floor/plasteel, +/area/artatrium) +"aBG" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/science/research) +"aBQ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/custom) +"aBS" = ( +/obj/machinery/door/airlock/engineering{ + name = "Port Bow Solar Access"; + req_access_txt = "10" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"aBT" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"aBV" = ( +/obj/machinery/computer/secure_data, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hos) +"aCa" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/break_room) +"aCg" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/maintenance/solars/starboard/fore) +"aCk" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/maintenance/fore) +"aCm" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge_pool"; + name = "pool ledge" + }, +/turf/open/pool, +/area/security/prison) +"aCr" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/toilet, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white, +/area/maintenance/fore) +"aCs" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/security/prison) +"aCt" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aCC" = ( +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/obj/effect/decal/cleanable/oil{ + icon_state = "floor5" + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"aCF" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/plating, /area/maintenance/fore) -"diF" = ( -/obj/structure/table, -/obj/item/paper/pamphlet/gateway, -/obj/item/paper/pamphlet/gateway, +"aCK" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_y = 28 + }, /turf/open/floor/plasteel/dark, -/area/gateway) -"diG" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall/ice, +/area/hallway/primary/aft/upper) +"aCL" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"aCQ" = ( +/turf/open/floor/engine/layenia, +/area/layenia) +"aCZ" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/maintenance/starboard/aft/upper) +"aDb" = ( +/obj/machinery/light/floor, +/turf/open/transparent/glass/reinforced, +/area/hallway/primary/central/upper) +"aDi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil{ + icon_state = "floor5" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"aDn" = ( +/obj/structure/chair, +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/rec) +"aDo" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/theatre/blackbox) +"aDq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"aDH" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/fore) +"aEf" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark/layenia{ + dir = 1; + icon_state = "darkfull_plate" + }, /area/layenia/cloudlayer) -"diN" = ( +"aEg" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/plating, +/area/maintenance/fore) +"aEo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"aEq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore) +"aEr" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/crew_quarters/dorms/upper) +"aEu" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white, +/area/maintenance/fore) +"aEx" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/entry/upper) +"aEL" = ( +/turf/closed/wall/r_wall, +/area/maintenance/fore) +"aER" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/quartermaster/sorting) +"aET" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white, +/area/maintenance/fore) +"aEV" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/maintenance/fore) +"aEX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"aEY" = ( +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aFc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/ladder, +/turf/open/floor/plating, +/area/maintenance/fore) +"aFf" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/quartermaster/mail) +"aFl" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/construction/mining/aux_base) +"aFp" = ( +/obj/item/clothing/head/cone, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"aFy" = ( +/obj/structure/sign/poster/official/state_laws{ + pixel_x = -29 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"aFE" = ( +/obj/structure/table, +/obj/item/kitchen/rollingpin, +/obj/item/reagent_containers/food/condiment/enzyme, +/obj/item/reagent_containers/food/condiment/sugar, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/maintenance/starboard/aft/upper) +"aFJ" = ( +/obj/machinery/atmospherics/components/unary/tank/toxins{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) +"aFK" = ( +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/library) +"aFM" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/central/upper) +"aFW" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "plasma tank pump" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) +"aFY" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) +"aGc" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/department/engine/upper"; + dir = 1; + name = "Upper Engineering Maintenance APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"aGg" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"aGn" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "input port pump" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) +"aGq" = ( +/turf/open/floor/carpet/blue, +/area/medical/psych/rec) +"aGQ" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/sorting"; + dir = 1; + name = "Delivery Office APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/quartermaster/sorting) +"aGX" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"aHh" = ( +/obj/machinery/camera{ + c_tag = "Pool Entrance Hallway"; + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/port/fore) +"aHl" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8; + name = "input gas connector port" + }, +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) +"aHz" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) +"aHE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/chair/bench{ + dir = 1 + }, +/turf/open/floor/plasteel/chapel{ + dir = 4 + }, +/area/chapel/main) +"aHF" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_trim" + }, +/area/medical/medbay/central) +"aHK" = ( +/obj/structure/flora/crystal/small/pile, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"aHS" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/table, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/central/upper) +"aHV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/central/upper) +"aIa" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark/side, +/area/bridge) +"aIl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/fence/door{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"aIp" = ( +/obj/item/stack/sheet/mineral/wood, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"aIy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/wood, +/area/maintenance/fore) +"aIA" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"aIB" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/pen/red, +/obj/structure/noticeboard{ + dir = 4; + pixel_x = -27 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/sorting) +"aIE" = ( +/obj/machinery/atmospherics/components/unary/tank/toxins{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) +"aIJ" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"aIK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"aIM" = ( +/obj/structure/pool/ladder{ + dir = 2; + pixel_y = 24 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge"; + name = "ledge" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge_pool"; + name = "pool ledge" + }, +/turf/open/pool, +/area/crew_quarters/fitness/pool) +"aIT" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 8; + freq = 1400; + location = "QM #3" + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Cargo Bay East"; + dir = 9 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/storage) +"aIU" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) +"aJn" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) +"aJp" = ( +/obj/machinery/atmospherics/components/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel{ + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/engine/engineering) +"aJr" = ( +/turf/closed/wall/r_wall, +/area/layenia/cave) +"aJs" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/crew_quarters/dorms/B) +"aJv" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) +"aJw" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"aJx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"aJy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"aJF" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"aJR" = ( +/obj/machinery/door/poddoor/incinerator_atmos_aux, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"aJU" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"aJY" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/transparent/glass, +/area/hallway/primary/aft/upper) +"aKa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"aKb" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"aKf" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/spa/sauna) +"aKh" = ( +/obj/structure/flora/junglebush/b, +/turf/open/floor/grass, +/area/crew_quarters/dorms/upper) +"aKj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/central/upper) +"aKk" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"aKl" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/quartermaster/storage) +"aKu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"aKA" = ( +/obj/item/clothing/head/cone, +/turf/open/floor/plating, +/area/maintenance/fore) +"aKO" = ( +/obj/structure/closet/wardrobe/white, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/genetics/cloning) +"aKT" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"aLd" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"aLi" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/machinery/door_timer{ + id = "Cell 3"; + name = "Cell 3"; + pixel_y = -32 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"aLj" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/chemistry) +"aLm" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/fore) +"aLu" = ( +/obj/effect/turf_decal/plaque, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"aLx" = ( +/turf/closed/wall, +/area/crew_quarters/bar/cafe/storage) +"aLy" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard) +"aLE" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/obj/item/bedsheet/rainbow/double, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"aLF" = ( +/obj/structure/closet/crate, +/obj/item/soap/deluxe, +/turf/open/floor/plating, +/area/crew_quarters/theatre) +"aLJ" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/table, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/engine/atmos) +"aLK" = ( +/obj/structure/chair/stool/bar{ + dir = 1 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/bar/cafe) +"aLL" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/atmospherics/pipe/simple/purple/hidden{ + dir = 6 + }, +/obj/machinery/light_switch{ + pixel_x = 23 + }, +/turf/open/floor/plasteel/checker, +/area/engine/atmos) +"aLX" = ( +/turf/open/floor/wood, +/area/maintenance/fore) +"aMb" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/sign/nanotrasen{ + pixel_x = 32 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"aMl" = ( +/obj/machinery/door/airlock/command/glass{ + dir = 8; + name = "AI Chamber Observation"; + req_access_txt = "65" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/aisat/hallway) +"aMm" = ( +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/fueltank/high, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"aMn" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/maintenance/fore/upper) +"aMv" = ( +/obj/structure/stairs{ + dir = 8 + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 4 + }, +/area/maintenance/fore/secondary) +"aMB" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"aMI" = ( +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Turbine Access"; + dir = 4; + network = list("turbine") + }, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/maintenance/disposal/incinerator) +"aML" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4; + name = "Mix to Space" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/maintenance/disposal/incinerator) +"aMV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"aMZ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"aNo" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/upper) +"aNp" = ( +/obj/structure/table, +/obj/item/aicard, +/turf/open/floor/plasteel, +/area/storage/tech) +"aNw" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/maintenance/disposal/incinerator) +"aNB" = ( +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"aNJ" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/maintenance/disposal/incinerator) +"aNK" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 5; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"aNT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"aOe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/button/door/incinerator_vent_atmos_aux{ + pixel_x = 24; + pixel_y = -6 + }, +/obj/machinery/button/door/incinerator_vent_atmos_main{ + pixel_x = 24; + pixel_y = 6 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/maintenance/disposal/incinerator) +"aOn" = ( +/obj/effect/turf_decal/arrows{ + icon_state = "arrows_flip" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"aOo" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"aOs" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"aOw" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/airlock_sensor/incinerator_atmos{ + pixel_y = 22 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"aOD" = ( +/obj/structure/sign/painting/library{ + pixel_y = 28 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/artatrium) +"aOF" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{ + dir = 8 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"aOG" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/quartermaster/sorting) +"aOR" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/port/upper) +"aOV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/theatre) +"aOX" = ( +/obj/structure/ore_box, +/turf/open/indestructible/layenia/sand, +/area/layenia/cave) +"aPc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"aPe" = ( +/obj/structure/sign/warning/fire, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"aPi" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"aPk" = ( +/obj/effect/decal/cleanable/generic, +/turf/open/indestructible/layenia/crystal, +/area/layenia/cave) +"aPo" = ( +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "AI Core"; + req_access_txt = "65" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"aPs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"aPB" = ( +/obj/effect/decal/cleanable/oil{ + icon_state = "floor6" + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"aPC" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Turbine Access North West"; + dir = 4; + network = list("turbine") + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"aPE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"aPF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"aPG" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/barber) +"aPK" = ( +/turf/closed/wall, +/area/janitor/upper) +"aPO" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/engine/atmos) +"aPS" = ( +/obj/machinery/power/apc{ + areastring = "/area/medical/medbay/upper"; + name = "Upper Medbay APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"aPX" = ( +/obj/structure/table/wood/fancy/kinaris, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-30"; + pixel_y = 20 + }, +/turf/open/floor/carpet/kinaris, +/area/security/lambent) +"aQi" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/purple/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"aQk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit/upper) +"aQs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/atmos/glass{ + dir = 8; + name = "Turbine Access"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/disposal/incinerator) +"aQu" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"aQz" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" @@ -17761,25 +6901,38756 @@ /obj/structure/cable{ icon_state = "4-8" }, -/obj/effect/landmark/start/geneticist, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"aQC" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/white/side{ + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/entry/upper) +"aQE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"aQF" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/structure/chair, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"aQK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/construction/mining/aux_base) +"aQO" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/maintenance/disposal/incinerator) +"aQQ" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/fore"; + dir = 1; + name = "Fore Maintenance APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"aRc" = ( +/obj/structure/stairs{ + dir = 1 + }, +/turf/open/floor/plasteel/stairs/medium, +/area/security/brig) +"aRi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/effect/landmark/nuclear_waste_spawner, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"aRw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"aRy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"aRB" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/theatre) +"aRC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/maintenance/disposal/incinerator) +"aRD" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"aRG" = ( +/obj/item/clothing/head/cone, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating, +/area/crew_quarters/dorms/upper) +"aRN" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "evashutter"; + name = "EVA Storage Shutters" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/layenia/cave) +"aRV" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"aSa" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/public/glass/incinerator/atmos_interior{ + dir = 4 + }, +/obj/machinery/embedded_controller/radio/airlock_controller/incinerator_atmos{ + pixel_x = -6; + pixel_y = -26 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"aSj" = ( +/obj/structure/flora/crystal/small/pile, +/obj/effect/turf_decal/weather/grass/surround, +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/primary/port/fore) +"aSp" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"aSt" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/department/security) +"aSx" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"aSG" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"aSI" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_atmos, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"aSJ" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"aSK" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/maintenance/starboard/aft/upper) +"aSL" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/public/glass/incinerator/atmos_exterior{ + dir = 4 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"aSW" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/igniter/incinerator_atmos, +/obj/machinery/air_sensor/atmos/incinerator_tank{ + pixel_x = 32; + pixel_y = -32 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"aTc" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/compressor{ + comp_id = "incineratorturbine"; + dir = 8; + luminosity = 2 + }, +/obj/machinery/camera{ + c_tag = "Turbine Chamber"; + network = list("turbine") + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"aTg" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/wood, +/area/maintenance/starboard/aft/upper) +"aTn" = ( +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) +"aTo" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-27" + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/ward) +"aTq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/heads/hos"; + dir = 8; + name = "Head of Security's Office APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hos) +"aTv" = ( +/obj/effect/turf_decal/tile/green{ + dir = 6 + }, +/obj/structure/sign/poster/official/cleanliness{ + pixel_y = -31 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"aTx" = ( +/turf/closed/wall, +/area/maintenance/department/engine/upper) +"aTy" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/power/turbine{ + dir = 4; + luminosity = 2 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"aTK" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 10 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/crew_quarters/dorms/upper) +"aTO" = ( +/obj/machinery/door/poddoor/incinerator_atmos_main{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"aTS" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 10; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/library) +"aTZ" = ( +/obj/structure/chair{ + dir = 1; + name = "Defense" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/bridge) +"aUb" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"aUc" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/engine/atmos) +"aUh" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/purple/hidden, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"aUs" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/disposal/incinerator) +"aUt" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/maintenance/disposal/incinerator) +"aUu" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/maintenance/disposal/incinerator) +"aUv" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"aUx" = ( +/obj/item/robot_suit, +/turf/open/floor/mech_bay_recharge_floor, +/area/maintenance/department/engine/upper) +"aUP" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Engineering Desk"; + red_alert_access = 1; + req_access_txt = "10" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"aUQ" = ( +/obj/structure/closet/crate, +/obj/item/paicard, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"aUW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/maintenance/disposal/incinerator) +"aVm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/maintenance/disposal/incinerator) +"aVB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/chair/stool, +/obj/machinery/button/ignition/incinerator/atmos{ + pixel_x = 26; + pixel_y = -6 + }, +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/maintenance/disposal/incinerator) +"aVE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"aVJ" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/xenobiology) +"aVM" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/general/hidden, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"aVT" = ( +/obj/structure/tank_dispenser/oxygen, +/obj/effect/turf_decal/bot, +/obj/machinery/camera{ + c_tag = "Brig Equipment Eva Storage"; + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"aWd" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/port) +"aWe" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"aWg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"aWh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/break_room) +"aWm" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder/reagentblender{ + pixel_y = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"aWp" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/incinerator_output{ + dir = 8 + }, +/turf/open/floor/engine, +/area/maintenance/disposal/incinerator) +"aWu" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore) +"aWw" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/heads/hop) +"aWx" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/maintenance/fore) +"aWA" = ( +/obj/structure/chair/bench/left{ + dir = 1 + }, +/obj/effect/turf_decal/weather/grass/line, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"aWU" = ( +/obj/item/toy/figure/syndie, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/security/prison) +"aXa" = ( +/obj/structure/girder, +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/maintenance/port) +"aXe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing, +/turf/open/floor/plating, +/area/maintenance/fore) +"aXf" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"aXg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"aXy" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/ai) +"aXz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/arrows{ + dir = 4; + icon_state = "arrows_flip" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"aXA" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"aXG" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"aXM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/processing) +"aXQ" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"aXY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/turf/open/floor/plating, +/area/maintenance/fore) +"aYb" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"aYd" = ( +/obj/structure/falsewall, +/turf/open/floor/plating, +/area/maintenance/fore) +"aYk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/science/research) +"aYn" = ( +/turf/open/floor/plasteel/stairs/medium, +/area/security/brig) +"aYq" = ( +/obj/machinery/chem_dispenser, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/chemistry) +"aYu" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) +"aYw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"aYx" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) +"aYy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) +"aYA" = ( +/obj/structure/plasticflaps, +/obj/machinery/conveyor{ + dir = 8; + id = "Chapelconveyor" + }, +/turf/open/floor/plating, +/area/chapel/main) +"aYF" = ( +/turf/open/floor/plasteel{ + dir = 4; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/engine/custom) +"aYP" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"aYY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) +"aZa" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/computer/turbine_computer{ + dir = 1; + id = "incineratorturbine" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) +"aZd" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"aZj" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cloudlayer) +"aZs" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"aZu" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/structure/railing, +/turf/open/floor/plating/layenia, +/area/layenia) +"aZy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/railing, +/turf/open/floor/plating/layenia, +/area/layenia) +"aZA" = ( +/obj/item/clothing/head/cone, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"aZJ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/railing, +/turf/open/floor/plating/layenia, +/area/layenia) +"aZL" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side, +/area/science/research) +"aZN" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/sign/poster/official/here_for_your_safety{ + pixel_x = 30 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"aZR" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_y = 3 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/hallway/secondary/service) +"aZS" = ( +/obj/structure/railing, +/obj/structure/table, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"aZV" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/locker) +"aZW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_x = -22; + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/central/upper) +"bal" = ( +/obj/structure/table/wood, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + pixel_y = 14 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hos) +"bau" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/chapel/main) +"bav" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "xenobio5"; + name = "containment blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"baw" = ( +/turf/open/floor/plasteel/stairs/medium{ + dir = 1 + }, +/area/hallway/primary/port/upper) +"baK" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/crew_quarters/bar) +"baL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/port/upper) +"baP" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/processing) +"bba" = ( +/turf/closed/wall/r_wall, +/area/maintenance/port/aft/upper) +"bbd" = ( +/obj/structure/chair{ + dir = 8; + pixel_y = 2 + }, +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing/handrail, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft/upper) +"bbk" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass{ + amount = 20; + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/stack/sheet/glass{ + amount = 20; + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/science/robotics/lab) +"bbq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/indestructible/concrete, +/area/layenia) +"bbt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/layenia{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"bbu" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"bbE" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"bbL" = ( +/obj/machinery/power/port_gen/pacman, +/turf/open/floor/plating, +/area/engine/engine_smes) +"bbR" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/structure/sign/painting/library{ + pixel_y = 28 + }, +/turf/open/floor/wood, +/area/science/research) +"bbV" = ( +/turf/open/floor/plasteel/stairs/medium, +/area/security/main/upper) +"bca" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/aft/upper) +"bcz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"bcB" = ( +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"bcC" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"bcH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/medical/psych/therapy) +"bcJ" = ( +/obj/machinery/door/airlock/command{ + dir = 4; + name = "Captain's Office"; + req_access_txt = "20" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/heads/captain) +"bcM" = ( +/obj/item/stack/sheet/mineral/wood, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"bcV" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/window, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/upper) +"bcX" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/engine/custom) +"bde" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"bdh" = ( +/obj/structure/flora/junglebush, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/flora/tree/jungle/small{ + pixel_x = -20; + pixel_y = 2 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/medical/psych/rec) +"bdo" = ( +/obj/machinery/door/airlock/external{ + name = "Security External Airlock"; + req_access_txt = "63" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore) +"bdA" = ( +/obj/machinery/light/small{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/reagent_dispensers/keg/aphro, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"bdF" = ( +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/theatre) +"bdL" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 4 + }, +/area/security/brig/upper) +"bec" = ( +/obj/structure/table/wood, +/obj/item/trash/plate, +/turf/open/floor/wood, +/area/science/research) +"beh" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/carpet, +/area/library) +"ben" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"bes" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/machinery/dryer{ + dir = 8; + pixel_x = 10; + pixel_y = 3 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet) +"bet" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"bew" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark/side, +/area/bridge) +"bey" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/railing, +/obj/effect/turf_decal/stripes/box, +/turf/open/floor/plating{ + initial_gas_mix = "o2=22;n2=82;TEMP=180"; + planetary_atmos = 1 + }, +/area/layenia) +"beE" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"beF" = ( +/obj/machinery/door/airlock/external{ + name = "Security External Airlock"; + req_access_txt = "63" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore) +"beG" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"beS" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/open/floor/carpet/blue, +/area/medical/psych/therapy) +"bfb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"bfc" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/bridge) +"bfe" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"bfg" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Incinerator to Output" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/disposal/incinerator"; + name = "Incinerator APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) +"bfh" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/railing, +/obj/structure/chair/stool/bar, +/obj/item/instrument/eguitar, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/maintenance/department/engine/upper) +"bfj" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_b) +"bfl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil{ + icon_state = "floor5" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"bfo" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) +"bfp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port/upper) +"bfw" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 4; + name = "Incinerator Output Pump" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) +"bfx" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"bfC" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/wood, +/area/science/research) +"bfF" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/general/hidden, +/obj/structure/cable/yellow, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) +"bfG" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/prison) +"bfJ" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/library) +"bfN" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen/engine{ + pixel_y = 27 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"bfO" = ( +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 4 + }, +/obj/machinery/power/smes, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) +"bfY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat/service) +"bgi" = ( +/obj/machinery/atmospherics/pipe/manifold/general/hidden, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"bgn" = ( +/obj/structure/chair/sofachair{ + dir = 4 + }, +/turf/open/floor/carpet/blue, +/area/medical/psych/roomA{ + name = "Psychology Dorm A" + }) +"bgo" = ( +/obj/effect/landmark/nuclear_waste_spawner, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"bgr" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/security/checkpoint/medical) +"bgw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"bgB" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/science/xenobiology) +"bgG" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/psych/rec) +"bgH" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel/white/side, +/area/medical/virology) +"bgO" = ( +/obj/structure/closet/secure_closet/CMO, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/cmo) +"bgV" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"bha" = ( +/obj/structure/fence, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"bhc" = ( +/obj/structure/flora/crystal/small/growth, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cloudlayer) +"bhe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/janitor/upper) +"bhj" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"bhk" = ( +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/aft/upper) +"bho" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/closet/lasertag/blue, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/crew_quarters/fitness) +"bhq" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"bhy" = ( +/obj/structure/flora/crystal/small/pile, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"bhA" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"bhE" = ( +/obj/structure/trash_pile, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"bhF" = ( +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hos) +"bhJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/starboard/upper) +"bhP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/structure/closet/crate/engineering, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_whole_alt" + }, +/area/layenia/cave) +"bhR" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"bhT" = ( +/obj/item/grown/log{ + pixel_x = 6 + }, +/obj/item/grown/log{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/item/grown/log{ + pixel_x = 4; + pixel_y = 7 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"bhX" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"bij" = ( +/obj/item/reagent_containers/food/snacks/cannedpeaches/maint, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"bil" = ( +/obj/structure/chair/foldingchair{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"biu" = ( +/obj/structure/flora/crystal/small/growth, +/turf/open/indestructible/layenia/sand{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/hallway/primary/aft/upper) +"biA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/upper) +"biE" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/engine/custom) +"biG" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/aft) +"biL" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"biM" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/red/line, +/obj/structure/railing/handrail, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/maintenance/fore) +"biV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"biW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"bjd" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/virology{ + autoclose = 0; + frequency = 1449; + id_tag = "virology_airlock_interior"; + name = "Virology Interior Airlock"; + req_access_txt = "39" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/virology) +"bje" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"bjh" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plating{ + initial_gas_mix = "o2=22;n2=82;TEMP=180"; + planetary_atmos = 1 + }, +/area/layenia) +"bjs" = ( +/obj/machinery/newscaster{ + pixel_y = 28 + }, +/obj/machinery/camera/autoname{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/rec) +"bjx" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"bjy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark/layenia{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"bjz" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/port/upper) +"bjJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"bjQ" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/maintenance/fore) +"bjV" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plasteel, +/area/maintenance/fore) +"bjW" = ( +/obj/structure/rack/shelf, +/obj/item/stack/sheet/metal/five, +/obj/item/stack/sheet/metal/five, +/obj/effect/turf_decal/bot, +/turf/open/floor/plating, +/area/maintenance/fore) +"bjY" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/chair/bench/metal/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"bka" = ( +/obj/machinery/computer/arcade/minesweeper{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/security/prison) +"bkd" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/entry/upper) +"bkm" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/break_room) +"bkn" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/ai) +"bkq" = ( +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/medical/morgue) +"bkH" = ( +/obj/structure/rack/shelf, +/obj/item/stack/sheet/glass/five, +/obj/item/stack/sheet/glass/five, +/obj/effect/turf_decal/bot, +/turf/open/floor/plating, +/area/maintenance/fore) +"bkI" = ( +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"bkQ" = ( +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bkR" = ( +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"bkT" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"bkZ" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"bld" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 10 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"blg" = ( +/obj/structure/fence, +/obj/effect/turf_decal/stripes/end, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"blj" = ( +/turf/open/indestructible/layenia/crystal, +/area/layenia/cloudlayer) +"blo" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet/red, +/area/crew_quarters/heads/hos) +"blq" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"blB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/carpet/orange, +/area/maintenance/fore) +"blH" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/chair/bench/metal/right{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"blU" = ( +/obj/structure/table/wood, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/item/flashlight/lamp/green{ + on = 0; + pixel_x = -6; + pixel_y = -2 + }, +/obj/machinery/button/door{ + id = "hos"; + name = "HoS Office Shutters"; + pixel_y = -25 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet/red, +/area/crew_quarters/heads/hos) +"bmf" = ( +/obj/structure/chair/comfy/black, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/head_of_security, +/turf/open/floor/carpet/red, +/area/crew_quarters/heads/hos) +"bmm" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/chair/bench/metal/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"bmt" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Mining Dock maintenance access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port/aft) +"bmu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"bmB" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"bmL" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka{ + pixel_x = 5; + pixel_y = 10 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -5; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet/red, +/area/crew_quarters/heads/hos) +"bmU" = ( +/obj/effect/turf_decal/box, +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/quartermaster/office) +"bmX" = ( +/obj/machinery/requests_console{ + department = "Virology"; + name = "Virology Requests Console"; + pixel_x = -32; + pixel_y = -5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/medical/virology) +"bnm" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet/red, +/area/crew_quarters/heads/hos) +"bnq" = ( +/obj/structure/flora/crystal/small/growth, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"bnr" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hos" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/grille, +/turf/open/floor/plating, +/area/crew_quarters/heads/hos) +"bnv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/turf/open/floor/carpet/orange, +/area/maintenance/fore) +"bnx" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/medical/surgery) +"bnz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/structure/table{ + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark, +/area/storage/A) +"bnC" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 8 + }, +/area/maintenance/fore) +"bnG" = ( +/obj/structure/railing, +/obj/structure/chair/foldingchair, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"bnH" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/decal/cleanable/vomit, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/security/prison) +"bnI" = ( +/obj/machinery/door/poddoor/preopen{ + id = "maint2" + }, +/obj/structure/table/reinforced, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"bnK" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hos" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/grille, +/turf/open/floor/plating, +/area/crew_quarters/heads/hos) +"bnR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/wood, +/area/maintenance/fore) +"bnT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"bnW" = ( +/obj/structure/girder, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating, +/area/crew_quarters/dorms/upper) +"boa" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/structure/chair, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"bog" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"boh" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 10; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/theatre) +"bon" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/red/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/obj/machinery/camera{ + c_tag = "Mining Dock External"; + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/quartermaster/miningdock) +"bov" = ( +/obj/structure/table/wood, +/obj/machinery/recharger, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/heads/captain) +"boy" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"boz" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge_short"; + name = "short ledge" + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/main) +"boI" = ( +/obj/structure/table, +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"boP" = ( +/obj/structure/table, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"boX" = ( +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/lambent) +"boZ" = ( +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"bpa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/engine/engineering) +"bph" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"bpk" = ( +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore) +"bpo" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/ladder, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"bpw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/carpet, +/area/library) +"bpI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat_interior) +"bpM" = ( +/obj/machinery/computer/rdconsole/production{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/engine/break_room) +"bpQ" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/engine/atmos) +"bpR" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light/floor, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"bpS" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/theatre) +"bqg" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"bqo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"bqp" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"bqr" = ( +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/chapel/main) +"bqs" = ( +/obj/effect/turf_decal/tile/green{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/crew_quarters/dorms/upper) +"bqt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"bqB" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/security/main/upper) +"bqC" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/medical/psych/ward) +"bqD" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"bqH" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"bqN" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/cook, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"bqR" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint/science) +"brd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"brk" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"brn" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"brt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bry" = ( +/turf/open/floor/plating, +/area/engine/atmos) +"brz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/turf/open/floor/plating, +/area/engine/atmos) +"brC" = ( +/obj/structure/chair/bench/metal/left{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"brE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"brU" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"brY" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/closed/wall/r_wall, +/area/layenia/cloudlayer) +"bse" = ( +/obj/structure/flora/crystal/medium/growth{ + pixel_y = 3 + }, +/turf/open/indestructible/layenia/crystal, +/area/layenia/cloudlayer) +"bsj" = ( +/obj/structure/flora/crystal/small/pile, +/turf/open/indestructible/layenia/crystal, +/area/layenia/cloudlayer) +"bsl" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 3 + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/library) +"bsr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_trim" + }, +/area/medical/medbay/upper) +"bst" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 6; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/window, +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/upper) +"bsu" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/fitness/pool) +"bsv" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet/red, +/area/crew_quarters/heads/hos) +"bsw" = ( +/obj/structure/table/wood, +/obj/item/toy/figure/hos, +/turf/open/floor/carpet/red, +/area/crew_quarters/heads/hos) +"bsD" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/book/lorebooks/welcome_to_kinaris{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet/red, +/area/crew_quarters/heads/hos) +"bsH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"bsK" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/floor/carpet/red, +/area/crew_quarters/heads/hos) +"bsL" = ( +/obj/structure/railing/handrail{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/maintenance/port) +"bsR" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/upper) +"bsV" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet/red, +/area/crew_quarters/heads/hos) +"bsX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hos) +"bte" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/hos) +"bti" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_trim" + }, +/area/medical/patients_rooms/room_b) +"btp" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/break_room) +"bts" = ( +/turf/open/floor/plasteel, +/area/maintenance/fore/upper) +"btv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/hos) +"btH" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"btI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"btJ" = ( +/obj/structure/closet/emcloset, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"btK" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"btN" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"btP" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/wood, +/area/library) +"btR" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/hallway/primary/aft) +"btT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore) +"btW" = ( +/obj/effect/turf_decal/bot_white, +/obj/item/reagent_containers/glass/bucket{ + pixel_y = -5 + }, +/obj/item/reagent_containers/glass/bucket{ + pixel_x = -8; + pixel_y = 10 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"buc" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 6 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=180" + }, +/area/layenia/cloudlayer) +"bue" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"buk" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/security/lambent) +"bum" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"buo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"buq" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/engine/atmos) +"buB" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge_short"; + name = "short ledge" + }, +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/checker, +/area/maintenance/department/engine/upper) +"buD" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"buF" = ( +/obj/structure/chair/foldingchair, +/obj/item/toy/figure/wizard, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"buI" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"buN" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/starboard/upper) +"buO" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"buS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"buU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/door/airlock/atmos/abandoned{ + dir = 4; + name = "Atmospherics Maintenance"; + req_access_txt = "12;24" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/atmos) +"bvl" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/structure/chair/office/light, +/turf/open/floor/plasteel, +/area/quartermaster/mail) +"bvt" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/machinery/conveyor{ + id = "gasstor" + }, +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/turf/open/floor/plating, +/area/engine/engineering) +"bvu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/engine/atmos) +"bvv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"bvG" = ( +/obj/machinery/door/airlock/atmos/abandoned{ + dir = 4; + name = "Atmospherics Maintenance"; + req_access_txt = "12;24" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"bvJ" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"bvT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"bvV" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Cargo Bay Maintenance"; + req_access_txt = "31" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port/aft) +"bwf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"bwk" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bwp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"bwq" = ( +/obj/structure/flora/crystal/small/pile, +/obj/structure/flora/crystal/small/growth, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cloudlayer) +"bwr" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet/red, +/area/crew_quarters/heads/hos) +"bwv" = ( +/turf/closed/wall, +/area/maintenance/starboard/aft/upper) +"bwz" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet/red, +/area/crew_quarters/heads/hos) +"bwC" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet/red, +/area/crew_quarters/heads/hos) +"bwD" = ( +/obj/structure/chair/bench/metal/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"bwF" = ( +/obj/structure/flora/crystal/medium/growth, +/turf/open/indestructible/layenia/crystal, +/area/layenia/cave) +"bwG" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hos) +"bwQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"bwW" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/medical/psych"; + name = "Psychologist's Office APC"; + pixel_y = -24 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/medical/psych) +"bwY" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 6; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/library) +"bxc" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"bxf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/vehicle/ridden/janicart, +/obj/item/key/janitor, +/turf/open/floor/plasteel, +/area/janitor) +"bxk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/door/airlock/command/glass{ + dir = 8; + name = "Head of Security's Quarters"; + req_access_txt = "58" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hos) +"bxm" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bxr" = ( +/obj/structure/dresser, +/obj/item/clothing/glasses/hud/security/sunglasses/gars{ + pixel_y = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/security/warden) +"bxt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/hos) +"bxA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/hos) +"bxB" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/table/wood, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/hos) +"bxP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"bxU" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/engine/tether) +"bxV" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/visitation) +"byi" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge"; + name = "ledge" + }, +/obj/structure/closet/decay, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/prison) +"byr" = ( +/obj/structure/chair/sofachair, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/power/apc{ + areastring = "/area/library"; + dir = 4; + name = "Library APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/wood, +/area/library) +"byw" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"byz" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"byQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/crew_quarters/dorms/upper) +"byV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"bzh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/department/security) +"bzk" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge_pool"; + name = "pool ledge" + }, +/turf/open/pool, +/area/maintenance/fore/upper) +"bzn" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 10 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cloudlayer) +"bzr" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/spawner/lootdrop/trash, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"bzz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "half_stairs_darkfull"; + name = "dark steps" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore/upper) +"bzB" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/engine/atmos) +"bzF" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/machinery/camera{ + c_tag = "Turbine Access East"; + dir = 9; + network = list("turbine") + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"bzM" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/dorms/E) +"bzQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/engine/atmos) +"bzV" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/security/main/upper) +"bAk" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/science/research) +"bAo" = ( +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"bAq" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/medical/virology) +"bAw" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/engine/custom) +"bAx" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel/dark, +/area/engine/break_room) +"bAD" = ( +/turf/open/floor/plating/asteroid/layenia/garden, +/area/bridge) +"bAF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"bAL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bAT" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Atmospherics Maintenance"; + req_access_txt = "24" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/atmos) +"bAZ" = ( +/obj/machinery/meter/atmos/atmos_waste_loop, +/obj/machinery/camera{ + c_tag = "Atmospherics North East" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bBe" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/F) +"bBm" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Distro to Waste" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bBn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"bBr" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/plasteel/dark, +/area/theatre/blackbox) +"bBw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"bBA" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"bBB" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/visible, +/obj/machinery/meter/atmos/distro_loop, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bBL" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/visible{ + dir = 1 + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bBY" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "half_stairs_darkfull"; + name = "dark steps" + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"bBZ" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Air to Distro" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bCf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_y = 10 + }, +/obj/item/reagent_containers/food/snacks/beans, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore) +"bCm" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 10 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bCn" = ( +/turf/open/floor/plasteel/stairs/medium{ + icon_state = "stairs_darkfull_m"; + name = "dark medium" + }, +/area/maintenance/department/engine/upper) +"bCy" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bCK" = ( +/obj/structure/flora/crystal/small/growth, +/obj/structure/flora/crystal/medium/growth{ + pixel_y = 3 + }, +/turf/open/indestructible/layenia/crystal, +/area/layenia/cloudlayer) +"bCR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"bDa" = ( +/obj/structure/fence/corner{ + dir = 6 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"bDg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/security/prison) +"bDn" = ( +/obj/structure/chair/foldingchair{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/prison) +"bDp" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hos) +"bDu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_y = -28 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hos) +"bDA" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/chair/bench{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"bDB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/box, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hos) +"bDC" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/indestructible/concrete, +/area/layenia/cloudlayer) +"bDD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"bDE" = ( +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hos) +"bDR" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hos) +"bDZ" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/security/checkpoint/supply) +"bEa" = ( +/obj/structure/chair/foldingchair{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"bEf" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/weather/grass/line{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/security/prison) +"bEl" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/turf_decal/weather/grass/line{ + dir = 8 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"bEq" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/structure/table, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"bEt" = ( +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/checker, +/area/bridge) +"bEy" = ( +/obj/structure/bed/secbed, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/mob/living/simple_animal/hostile/carp/cayenne/lia, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hos) +"bEA" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"bEG" = ( +/obj/structure/sign/poster/contraband/rebels_unite{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/ash/large, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/security/prison) +"bEH" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start/chaplain, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"bEK" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"bEL" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/machinery/power/apc{ + areastring = "/area/security/brig/upper"; + name = "Upper Brig APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"bFd" = ( +/obj/structure/table/glass, +/obj/item/ashtray, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/item/reagent_containers/spray/cleaner, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/medical/medbay/central) +"bFg" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"bFs" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"bFu" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/obj/structure/bed/double, +/obj/item/bedsheet/hos/double, +/turf/open/floor/wood, +/area/crew_quarters/heads/hos) +"bFv" = ( +/obj/machinery/light_switch{ + pixel_y = -28 + }, +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + on = 0; + pixel_x = -3; + pixel_y = 8 + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/hos) +"bFw" = ( +/obj/structure/table, +/obj/item/cartridge/signal/toxins, +/obj/item/cartridge/signal/toxins{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/cartridge/signal/toxins{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/heads/hor"; + dir = 8; + name = "RD Office APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/crew_quarters/heads/hor) +"bFx" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"bFI" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"bFS" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"bGd" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "line"; + name = "line" + }, +/obj/structure/holohoop{ + dir = 1; + layer = 4.1; + pixel_y = 3 + }, +/turf/open/indestructible/concrete/smooth, +/area/layenia) +"bGp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry/upper) +"bGt" = ( +/obj/structure/window{ + dir = 4 + }, +/obj/structure/table, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/secondary/exit) +"bGE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"bGG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bGH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bGI" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"bGO" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box{ + pixel_y = 6 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/science/research) +"bGQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/psych/ward) +"bGT" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Mix to Distro" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bGV" = ( +/obj/machinery/biogenerator, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"bGZ" = ( +/turf/closed/wall/r_wall, +/area/hallway/primary/starboard) +"bHb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/wood, +/area/security/prison) +"bHg" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/exit) +"bHi" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"bHk" = ( +/obj/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/aft/upper) +"bHm" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 8 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bHB" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 10 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"bHG" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 1 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bHO" = ( +/obj/machinery/door/poddoor/preopen{ + id = "hos" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/hos) +"bHS" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/beacon{ + layer = 4; + pixel_y = 15 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"bHT" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/aisat/atmos) +"bHW" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"bIa" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hos" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hos) +"bIf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"bIC" = ( +/obj/machinery/door/poddoor/preopen{ + id = "hos" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/hos) +"bIE" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"bIP" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/crew_quarters/dorms/upper) +"bJd" = ( +/obj/machinery/atmospherics/components/unary/portables_connector, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel{ + dir = 1; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/engine/engineering) +"bJt" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/crew_quarters/theatre) +"bJG" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/medical/sleeper) +"bJJ" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/aisat/service) +"bJR" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/aisat_interior"; + dir = 8; + name = "MiniSat Antechamber APC"; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"bKp" = ( +/obj/structure/ladder, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/maintenance/fore) +"bKs" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Waste In" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bKy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bKK" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"bKN" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bKV" = ( +/turf/closed/wall, +/area/crew_quarters/bar/cafe) +"bLf" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Fitness" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/fitness) +"bLh" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/camera{ + c_tag = "SMES Access"; + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/table, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/engine_smes) +"bLk" = ( +/obj/machinery/door/airlock/security/glass{ + dir = 4; + name = "Security Office"; + req_access_txt = "63" + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"bLq" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-26"; + pixel_y = 20 + }, +/turf/open/floor/plasteel, +/area/artatrium) +"bLt" = ( +/obj/machinery/door/airlock/security/glass{ + dir = 8; + name = "Hardsuit Storage"; + req_access_txt = "1" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"bLu" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Mix Outlet Pump" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bLC" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/crew_quarters/theatre) +"bLH" = ( +/obj/structure/chair/bench/metal/right{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore/upper) +"bLM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/theatre) +"bMc" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Air to Mix" + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bMd" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bMh" = ( +/obj/structure/table/glass, +/obj/item/folder/white, +/obj/item/radio/headset/headset_medsci, +/obj/item/storage/pill_bottle/mutadone, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"bMl" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/hallway/primary/port) +"bMo" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/pool/controller, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/security/prison) +"bMA" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 4; + external_pressure_bound = 120; + name = "server vent" + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"bMI" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/stack/packageWrap{ + pixel_x = -1; + pixel_y = -1 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/light/broken{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"bML" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"bNg" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/plating, +/area/engine/atmos) +"bNj" = ( +/obj/machinery/seed_extractor, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"bNk" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"bNF" = ( +/turf/closed/wall, +/area/crew_quarters/dorms/D) +"bNG" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/obj/structure/grille, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 1 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"bNL" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"bNM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/mix_output{ + dir = 8 + }, +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"bNQ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"bNV" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = -30 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/storage/primary) +"bNW" = ( +/obj/machinery/bookbinder, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/carpet, +/area/library) +"bNZ" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/security/prison) +"bOo" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/book/manual/wiki/engineering_hacking{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/book/manual/wiki/engineering_construction, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"bOB" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"bOD" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics Waste Tank" + }, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"bOO" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central/upper) +"bOR" = ( +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"bOV" = ( +/obj/machinery/camera/motion{ + c_tag = "MiniSat AI Chamber West"; + dir = 4; + network = list("minisat") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"bPa" = ( +/obj/structure/flora/crystal/small/pile, +/obj/structure/flora/crystal/small/growth, +/turf/open/indestructible/layenia/crystal, +/area/layenia/cloudlayer) +"bPl" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"bPn" = ( +/obj/effect/baseturf_helper/cloud, +/obj/effect/turf_decal/sand{ + icon_state = "sandyfloor_red"; + name = "crimson sand" + }, +/turf/open/floor/plasteel/airless/solarpanel{ + initial_gas_mix = "o2=22;n2=82;TEMP=180"; + planetary_atmos = 1 + }, +/area/layenia) +"bPr" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/security/main/upper) +"bPs" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/security/prison) +"bPx" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig/upper) +"bPA" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"bPJ" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/button/door{ + id = "DormD"; + name = "Dorm Bolt Control"; + normaldoorcontrol = 1; + pixel_x = -25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/light_switch{ + pixel_x = -23; + pixel_y = -11 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/D) +"bPM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/quartermaster/mail) +"bPR" = ( +/obj/structure/weightmachine/stacklifter, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/psych/rec) +"bPU" = ( +/obj/machinery/atmospherics/components/binary/circulator/cold{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/circuit/green, +/area/engine/engineering) +"bQf" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/theatre) +"bQq" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/structure/table, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_a) +"bQr" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"bQt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_trim" + }, +/area/medical/sleeper) +"bQF" = ( +/obj/machinery/shower{ + dir = 1 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/prison) +"bQI" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/C) +"bQT" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/arrows/white{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/maintenance/fore) +"bRd" = ( +/obj/structure/table/wood/fancy, +/obj/item/candle{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"bRf" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/flasher/portable, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"bRh" = ( +/obj/machinery/requests_console{ + department = "Tool Storage"; + pixel_x = -30 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/storage/primary) +"bRy" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/psych/rec) +"bRM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/door{ + id = "atmosbreak"; + name = "Engineering Breakroom Lockdown"; + pixel_y = 26; + req_access_txt = "24" + }, +/turf/open/floor/wood, +/area/engine/break_room) +"bRX" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/ai_monitored/storage/eva) +"bSb" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/dorms/H) +"bSd" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore) +"bSe" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"bSh" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/locker) +"bSk" = ( +/obj/machinery/door/airlock/engineering{ + name = "SMES Room"; + req_access_txt = "32" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/engine/engine_smes) +"bSz" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"bSD" = ( +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/fore) +"bSF" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSJ" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 8; + name = "Mix to Filter" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bSP" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/item/clothing/head/cone, +/turf/open/transparent/openspace, +/area/maintenance/fore/upper) +"bSS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/item/twohanded/binoculars, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"bSW" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/fore) +"bTf" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"bTh" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTr" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bTw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/security/detectives_office) +"bTC" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"bTD" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"bTN" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"bTP" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/science/xenobiology) +"bTQ" = ( +/obj/effect/decal/cleanable/oil{ + icon_state = "floor6" + }, +/obj/structure/sign/poster/contraband/busty_backdoor_xeno_babes_6{ + pixel_x = -32 + }, +/turf/open/floor/grass, +/area/security/prison) +"bTR" = ( +/obj/machinery/atmospherics/pipe/manifold/green/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bUd" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/security/visitation) +"bUl" = ( +/obj/machinery/atmospherics/pipe/manifold/green/visible{ + dir = 4 + }, +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bUo" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"bUp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/solars/port/aft) +"bUA" = ( +/obj/effect/landmark/start/barista, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/bar/cafe/backroom{ + name = "Cafe Kitchen" + }) +"bVa" = ( +/obj/machinery/computer/atmos_control/tank/mix_tank{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 6 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"bVd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/custom) +"bVl" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"bVp" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"bVr" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/security/brig/upper) +"bVs" = ( +/turf/closed/wall, +/area/crew_quarters/dorms/G) +"bVu" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/central/upper) +"bVv" = ( +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"bVO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"bVW" = ( +/obj/machinery/atmospherics/pipe/manifold/purple/visible{ + dir = 4 + }, +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating/airless, +/area/engine/atmos) +"bVZ" = ( +/obj/machinery/air_sensor/atmos/mix_tank, +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"bWe" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry/upper) +"bWp" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating/airless, +/area/engine/atmos) +"bWs" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"bWz" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/starboard) +"bWA" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/transparent/openspace, +/area/layenia/cave) +"bWE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"bWG" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"bWT" = ( +/turf/closed/wall/r_wall, +/area/maintenance/disposal) +"bWV" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/table/wood/fancy{ + pixel_y = 2 + }, +/obj/structure/railing/handrail, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"bXu" = ( +/obj/machinery/photocopier, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/sorting) +"bXO" = ( +/turf/closed/wall, +/area/crew_quarters/dorms/C) +"bXX" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"bYc" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"bYe" = ( +/obj/structure/cable, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge) +"bYo" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/security/brig"; + dir = 1; + name = "Brig APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/brig) +"bYr" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"bYt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/circuit/red, +/area/engine/engineering) +"bYy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"bYA" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/item/paicard, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/fitness/pool) +"bYD" = ( +/turf/open/floor/plasteel/stairs/right, +/area/security/prison) +"bYJ" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/public/glass{ + dir = 8; + name = "Sauna Hallway" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/spa/sauna) +"bYM" = ( +/obj/structure/closet, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/mask/gas, +/obj/item/clothing/head/hardhat/weldhat/orange, +/obj/item/tank/internals/emergency_oxygen/engi, +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"bYQ" = ( +/turf/closed/wall/r_wall, +/area/security/range) +"bYW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"bYX" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/bed/roller, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/medbay/zone2) +"bYY" = ( +/turf/open/floor/grass, +/area/security/prison) +"bYZ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"bZp" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/D) +"bZq" = ( +/obj/machinery/light/small{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/camera{ + c_tag = "Aft Starboard Solar Control"; + dir = 4 + }, +/obj/structure/chair/stool, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"bZr" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/atmos/glass{ + dir = 8; + name = "Turbine Hallway Access"; + req_access_txt = "32" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/atmos) +"bZv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera/autoname{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"bZy" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"bZA" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/engine/engineering/reactor_control) +"bZB" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"bZC" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/barricade/wooden{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/fore/upper) +"bZM" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/engine/atmos) +"bZR" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"bZX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/custom) +"cae" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"caf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cai" = ( +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 1; + icon_state = "left"; + name = "Security Delivery"; + req_access_txt = "1" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore) +"caj" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/prison) +"cam" = ( +/turf/open/floor/plasteel, +/area/maintenance/fore) +"caq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos/glass{ + dir = 4; + name = "Distribution Loop"; + req_access_txt = "24" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cat" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/clothing/head/cone, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"cau" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/heads/captain) +"cax" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"caz" = ( +/obj/structure/table, +/obj/item/storage/box/lights/mixed, +/obj/item/pipe_dispenser, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"caU" = ( +/obj/structure/rack/shelf, +/obj/item/stack/sheet/mineral/wood/fifty, +/obj/item/stack/sheet/mineral/wood/fifty, +/turf/open/floor/plating, +/area/crew_quarters/spa/sauna) +"caV" = ( +/turf/closed/wall, +/area/storage/B) +"caZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"cbb" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"cbe" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cbl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"cbo" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 10; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/spa/sauna) +"cbp" = ( +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cbx" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"cbG" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/fitness/pool) +"cbL" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"cbS" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Pure to Mix" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cbU" = ( +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/security/brig/upper) +"ccn" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/maintenance/fore) +"ccr" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"ccE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/caution, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"cda" = ( +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_whole_alt" + }, +/area/layenia/cloudlayer) +"cdd" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Engineering Maintenance"; + req_access_txt = "10" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/break_room) +"cdf" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cdj" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "Unfiltered to Mix" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cdq" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cdu" = ( +/obj/structure/chair/bench/metal/left{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"cdv" = ( +/obj/structure/lattice/catwalk, +/obj/item/clothing/head/cone, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"cdy" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/bridge) +"cdE" = ( +/obj/machinery/airalarm{ + pixel_y = 25 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/landmark/start/cyborg, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"cdG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/crew_quarters/dorms/upper) +"cdT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"cdW" = ( +/obj/effect/turf_decal/plaque, +/obj/effect/turf_decal/box, +/turf/open/floor/engine, +/area/ai_monitored/storage/eva) +"cdY" = ( +/obj/structure/table/wood/fancy/kinaris, +/obj/item/flashlight/lamp{ + layer = 4.1; + pixel_y = 10 + }, +/turf/open/floor/carpet/kinaris, +/area/security/lambent) +"cec" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/maintenance/fore) +"ced" = ( +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/curtain, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/medical/sleeper) +"cem" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/plating, +/area/engine/atmos) +"ceo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"cep" = ( +/obj/structure/railing, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/aft/upper) +"cer" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/plating, +/area/security/prison) +"ceu" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"cew" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/warden) +"ceA" = ( +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"ceC" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ceM" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/carpet, +/area/library) +"ceQ" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/landmark/start/shaft_miner, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"ceR" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"ceS" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/mix_input{ + dir = 8 + }, +/turf/open/floor/engine/vacuum, +/area/engine/atmos) +"ceY" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft/upper) +"cfb" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/table/plasmaglass, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -6; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -5; + pixel_y = -1 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 6; + pixel_y = 11 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 6; + pixel_y = -1 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"cfe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"cfj" = ( +/obj/machinery/camera{ + c_tag = "Bridge North"; + dir = 6 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel, +/area/bridge) +"cfl" = ( +/turf/closed/wall/r_wall, +/area/lawoffice) +"cfm" = ( +/obj/structure/table/wood, +/obj/structure/window{ + dir = 4 + }, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/open/floor/carpet, +/area/library) +"cfq" = ( +/turf/closed/wall/r_wall, +/area/medical/psych/roomB{ + name = "Psychology Dorm B" + }) +"cft" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/brig) +"cfu" = ( +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"cfG" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/robotics_cyborgs{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/reagent_containers/glass/beaker/large, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"cfK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"cfT" = ( +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/security/brig) +"cgf" = ( +/obj/machinery/atmospherics/pipe/layer_manifold, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"cgg" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/fore/upper"; + dir = 1; + name = "Upper Fore Maintenance APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"cgh" = ( +/obj/structure/table, +/obj/item/storage/box/lights/mixed{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"cgj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/engine/atmos) +"cgs" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"cgt" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cgw" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cgE" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cgG" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"cgJ" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/poster/official/safety_eye_protection{ + pixel_y = 31 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"cgP" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/newscaster{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/aft/upper) +"cgT" = ( +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cgW" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/plating, +/area/engine/atmos) +"cgX" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"cha" = ( +/turf/open/floor/plasteel/stairs/right, +/area/hallway/primary/port/upper) +"chc" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/brig) +"chh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/storage/C) +"chj" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"chu" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/arrows/white{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/maintenance/fore) +"chF" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/stairs/medium, +/area/layenia) +"chL" = ( +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"chQ" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance"; + req_access_txt = "1" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"chR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/ai_monitored/storage/eva) +"chT" = ( +/obj/structure/lattice/catwalk, +/obj/structure/flora/crystal/small/growth, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"chX" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/medical/medbay/central) +"ciu" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"ciC" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/security/vacantoffice/a) +"ciI" = ( +/obj/item/wrench, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"ciR" = ( +/obj/structure/bed, +/obj/item/bedsheet/orange, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"cjn" = ( +/obj/machinery/door/airlock/security{ + basecolor = "#F5FCFF"; + name = "Lambent's Office"; + req_access_txt = "72"; + stripcolor = "#FCDD5D" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/lambent) +"cjo" = ( +/obj/machinery/camera{ + c_tag = "Aft Primary Hallway"; + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"cjq" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "half_stairs_darkfull"; + name = "dark steps" + }, +/turf/open/floor/plasteel/dark, +/area/security/range) +"cjr" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"cjw" = ( +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen) +"cjy" = ( +/obj/machinery/door/poddoor/preopen{ + id = "hos" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/grille, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/hos) +"cjD" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 8 + }, +/obj/structure/flora/tree/jungle/small, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cloudlayer) +"cjJ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"cjP" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/machinery/processor, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"cjR" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/wood, +/area/library) +"cjX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"cka" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/lounge"; + dir = 8; + name = "Lounge APC"; + pixel_x = -24 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"ckd" = ( +/obj/structure/sign/warning/biohazard, +/turf/closed/wall/r_wall, +/area/science/xenobiology) +"cke" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"ckj" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/security/detectives_office) +"ckq" = ( +/obj/machinery/door/airlock/command/glass{ + dir = 8; + name = "AI Chamber Atmospherics"; + req_access_txt = "65" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/aisat/atmos) +"ckt" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-10" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/fitness/pool) +"cku" = ( +/turf/closed/wall/r_wall, +/area/maintenance/fore/upper) +"ckz" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"ckC" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"ckD" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ckH" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"ckO" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"ckP" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/engine/engineering) +"ckS" = ( +/obj/structure/chair/bench/metal/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"ckZ" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"clj" = ( +/obj/machinery/computer/security/telescreen{ + dir = 1; + name = "Test Chamber Monitor"; + network = list("xeno"); + pixel_y = 2 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"cls" = ( +/obj/structure/railing/handrail{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 1 + }, +/area/hallway/secondary/exit/upper) +"clx" = ( +/obj/machinery/vending/barbervend, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/barber) +"clz" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/table/wood, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/turf/open/floor/wood, +/area/library) +"clC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall, +/area/security/prison) +"clE" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge_pool"; + name = "pool ledge" + }, +/turf/open/pool, +/area/security/prison) +"clH" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/lawoffice) +"clX" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"cma" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "half_stairs"; + name = "steps" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/crew_quarters/theatre) +"cmc" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/main) +"cmd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"cme" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/camera{ + c_tag = "Law Office"; + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/wood, +/area/lawoffice) +"cmf" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 10 + }, +/area/medical/virology) +"cmh" = ( +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/storage/tech) +"cmj" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/theatre) +"cmn" = ( +/mob/living/simple_animal/mouse/brown/Tom, +/turf/open/floor/plasteel/dark/side{ + dir = 6 + }, +/area/security/prison) +"cmr" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/obj/item/cartridge/lawyer, +/obj/machinery/computer/lore_terminal/security, +/turf/open/floor/wood, +/area/lawoffice) +"cmz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"cmF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/poster/official/moth_hardhat{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"cmL" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/item/reagent_containers/food/snacks/deadmouse, +/turf/open/floor/plating, +/area/maintenance/fore) +"cmM" = ( +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/fore) +"cmZ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"cnb" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"cnd" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"cnr" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/aft/upper) +"cnx" = ( +/obj/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"cnE" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"cnH" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/hallway/primary/port/upper) +"cnJ" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_trim" + }, +/area/medical/sleeper) +"cnP" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/central/upper) +"cnS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/medical/upper) +"cnY" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/brig) +"cob" = ( +/obj/structure/railing, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"cof" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/maintenance/fore) +"coh" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/transparent/openspace, +/area/space) +"col" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/engine/atmos) +"com" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plasteel, +/area/engine/atmos) +"coq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/genetics/cloning) +"coJ" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"coM" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"coV" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/pointybush, +/obj/structure/flora/junglebush, +/obj/structure/flora/junglebush/large{ + pixel_x = -25 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/medical/sleeper) +"coW" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/warning/nosmoking{ + pixel_x = 28 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"cpb" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/tcommsat/server) +"cpd" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"cpg" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/bridge) +"cps" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"cpt" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore) +"cpy" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cpD" = ( +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/sorting) +"cpE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 6 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"cpK" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"cpR" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/entry/upper) +"cpT" = ( +/obj/structure/closet, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/mask/gas, +/obj/item/clothing/head/hardhat/weldhat/orange, +/obj/item/tank/internals/emergency_oxygen/engi, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"cqk" = ( +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"cqs" = ( +/obj/structure/table, +/obj/item/toy/figure/engineer, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cqF" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/item/trash/can{ + pixel_y = 12 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/maintenance/fore/upper) +"cqJ" = ( +/obj/machinery/door/airlock/mining{ + name = "Quartermaster"; + req_access_txt = "41" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/quartermaster/qm) +"cqQ" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"cqS" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"crl" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/science/research) +"cro" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"crq" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"cru" = ( +/obj/structure/falsewall, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"crv" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32; + pixel_y = 14 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/toy/figure{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/security/prison) +"crw" = ( +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/fore) +"crz" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"crQ" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/machinery/light/small{ + pixel_y = -1 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/E) +"crS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"csd" = ( +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1480; + name = "Confessional Intercom"; + pixel_x = 25 + }, +/obj/structure/chair, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/chapel/main) +"csj" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/light/floor, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"csq" = ( +/obj/structure/sign/poster/official/safety_eye_protection{ + pixel_y = 31 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"csx" = ( +/obj/structure/floodlight_frame, +/turf/open/floor/plating, +/area/engine/custom) +"csy" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/maintenance/fore) +"csz" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 1 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"csF" = ( +/obj/structure/flora/junglebush/large{ + pixel_y = -24 + }, +/turf/open/floor/grass, +/area/crew_quarters/dorms/upper) +"csN" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 4 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/atmos) +"csO" = ( +/obj/effect/turf_decal/stripes/box, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"csU" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/brig) +"csX" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/structure/table, +/obj/item/restraints/handcuffs, +/obj/item/assembly/timer, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/security/main) +"ctf" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/hallway/primary/starboard/upper) +"cth" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/plasteel, +/area/security/main) +"cto" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/engineering{ + dir = 8; + name = "SMES Room"; + req_access_txt = "32" + }, +/turf/open/floor/plating, +/area/engine/custom) +"ctB" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/structure/railing, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/maintenance/fore) +"ctK" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/medical/storage) +"ctM" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"ctN" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/brig) +"ctV" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"ctW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "xenobio2"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"ctY" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/clothing/neck/stethoscope, +/obj/machinery/power/apc{ + areastring = "/area/medical/patients_rooms/room_b"; + dir = 1; + name = "Patients Room B APC"; + pixel_y = 26 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_b) +"cua" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 8 + }, +/area/bridge) +"cuc" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"cuB" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/stock_parts/cell/high/plus, +/obj/structure/sign/poster/official/moth_piping{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"cuQ" = ( +/obj/machinery/camera{ + c_tag = "Tech Storage South"; + dir = 10 + }, +/obj/machinery/vending/assist, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"cuR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"cvf" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"cvk" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 27 + }, +/obj/machinery/camera{ + c_tag = "Security Post - Medbay" + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"cvm" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat/hallway) +"cvp" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/security/main/upper) +"cvI" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/brig) +"cvK" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"cvZ" = ( +/obj/machinery/button/door{ + id = "Skynet_launch"; + name = "Mech Bay Door Control"; + pixel_x = 28; + pixel_y = 24; + req_access_txt = "29" + }, +/obj/effect/turf_decal/tile/purple{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"cwb" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"cwc" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"cwg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_trim" + }, +/area/medical/medbay/upper) +"cwh" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "ledge_short"; + name = "short ledge" + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/checker, +/area/maintenance/department/engine/upper) +"cwk" = ( +/obj/structure/trash_pile, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"cwo" = ( +/obj/structure/chair/wood, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/medical/psych/ward) +"cwq" = ( +/obj/structure/filingcabinet, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/library) +"cws" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit/upper) +"cwv" = ( +/obj/machinery/vending/coffee, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"cwy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"cwA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/maintenance/fore) +"cwF" = ( +/obj/structure/disposalpipe/junction/yjunction{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/security/brig/upper) +"cwP" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"cwT" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/transparent/openspace, +/area/crew_quarters/theatre) +"cwZ" = ( +/obj/machinery/rnd/production/protolathe/department/engineering, +/turf/open/floor/plasteel/dark, +/area/engine/break_room) +"cxa" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/maintenance/fore) +"cxb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"cxq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"cxw" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"cxz" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/engine/atmos) +"cxE" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark/side, +/area/bridge) +"cxF" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/psych/ward) +"cxT" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/table, +/obj/item/clipboard{ + pixel_y = 10 + }, +/obj/item/folder/yellow{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"cxX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"cxY" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"cyj" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 1; + name = "Library" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/library) +"cys" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"cyJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/custom) +"cyK" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/bed, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/maintenance/fore/upper) +"cyL" = ( +/obj/structure/table, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/clothing/head/welding{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/multitool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/structure/window/reinforced, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cyV" = ( +/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/structure/window/reinforced, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cyZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat/atmos) +"czk" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/engine/atmos) +"czn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + basecolor = ""; + bound_width = 64; + divide_file = 'icons/obj/doors/airlocks/station/medbaydouble.dmi'; + doorOpen = 'sound/machines/bigairlockopen.ogg'; + icon = 'icons/obj/doors/airlocks/station/medbaydouble.dmi'; + id_tag = "MedbayFoyer"; + name = "Psychology Recreation"; + note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + req_access_txt = "71"; + stripcolor = "" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/psych/rec) +"czs" = ( +/obj/structure/railing/handrail{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"czv" = ( +/obj/machinery/door/airlock/atmos/abandoned{ + dir = 1; + name = "Atmospherics Maintenance"; + req_access_txt = "12;24" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/security/brig/upper) +"czy" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/engine/atmos) +"czN" = ( +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/engine/atmos) +"czQ" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/engine/atmos) +"czR" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/engine/atmos) +"czU" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 1 + }, +/area/layenia) +"cAk" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plating/layenia, +/area/layenia) +"cAm" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/engine/custom) +"cAw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plating/layenia, +/area/layenia) +"cAz" = ( +/obj/structure/railing, +/obj/structure/lattice/catwalk, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"cAC" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/department/medical/upper) +"cAH" = ( +/obj/structure/lattice/catwalk, +/turf/closed/wall/r_wall, +/area/layenia/cave) +"cAI" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port/upper) +"cAL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"cAZ" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/prison) +"cBa" = ( +/obj/structure/chair/sofa/left, +/obj/machinery/newscaster{ + pixel_y = 28 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"cBn" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"cBq" = ( +/obj/machinery/door/window/eastright{ + name = "Robotics Surgery"; + req_access_txt = "29" + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"cBw" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/camera/autoname{ + dir = 10 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/bridge) +"cBL" = ( +/obj/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"cBM" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 9; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/carpet, +/area/library) +"cBN" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/landmark/start/security_officer, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/main) +"cBP" = ( +/obj/machinery/camera{ + c_tag = "MiniSat Service Bay"; + dir = 1; + network = list("minisat"); + start_active = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/aisat/service) +"cBR" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/processing) +"cBW" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/sign/painting/library{ + pixel_y = -24 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"cCc" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore/upper) +"cCf" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"cCj" = ( +/obj/structure/closet/cardboard, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/warehouse) +"cCn" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"cCt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/corner, +/area/security/main) +"cCJ" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plating, +/area/layenia/cave) +"cDp" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/trash, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"cDw" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"cDB" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/fitness) +"cDJ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/bridge) +"cDN" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/crew_quarters/dorms/upper) +"cDR" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/fans/tiny, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"cDU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"cEp" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"cEq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/security/range) +"cEs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/security/range) +"cEu" = ( +/obj/machinery/door/firedoor, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"cEC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"cEE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/security/range) +"cEW" = ( +/obj/effect/turf_decal/loading_area, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/warehouse) +"cFa" = ( +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"cFb" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 10; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/carpet, +/area/security/prison) +"cFe" = ( +/turf/closed/wall/r_wall, +/area/tcommsat/server) +"cFr" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"cFt" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"cFx" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 8 + }, +/area/medical/medbay/central) +"cFN" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"cFP" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cFS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/turf/open/floor/wood, +/area/maintenance/fore) +"cFW" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "N2O Outlet Pump" + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 1 + }, +/turf/open/floor/plasteel/cafeteria, +/area/engine/atmos) +"cGm" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark/layenia{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"cGp" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/maintenance/fore) +"cGy" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"cGB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/fore) +"cGY" = ( +/obj/structure/flora/crystal/small/growth, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"cHc" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plating/layenia, +/area/layenia) +"cHi" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/obj/machinery/meter, +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 1 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cHj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"cHk" = ( +/obj/machinery/computer/lore_terminal, +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"cHn" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrous_output{ + dir = 8 + }, +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"cHr" = ( +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"cHs" = ( +/obj/machinery/computer/lore_terminal, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/fore) +"cHt" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_whole_alt" + }, +/area/medical/storage) +"cHx" = ( +/obj/structure/table, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/port/upper) +"cHA" = ( +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"cHC" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"cHH" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ywflowers, +/turf/open/floor/grass, +/area/medical/psych/ward) +"cHO" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ + dir = 6; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"cHX" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ + dir = 4; + name = "visible" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"cHY" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/airalarm{ + pixel_y = 25 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/aft) +"cIg" = ( +/obj/structure/chair/bench/metal/left{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"cIr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"cIC" = ( +/obj/machinery/blackbox_recorder, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"cID" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "bridgespace"; + name = "bridge external shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge) +"cIE" = ( +/obj/machinery/computer/lore_terminal/security, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/main/upper) +"cIK" = ( +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/science/xenobiology) +"cIL" = ( +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/white, +/turf/open/floor/plating/layenia, +/area/layenia) +"cIP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/fence{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"cIQ" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/dorms/upper) +"cIR" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"cJb" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/security/brig/upper) +"cJk" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plasteel, +/area/engine/engineering) +"cJq" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/obj/machinery/meter, +/obj/structure/grille, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"cJr" = ( +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/hallway/primary/port) +"cJs" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/central/upper) +"cJt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/atmos/air_output{ + dir = 8 + }, +/turf/open/floor/engine/air, +/area/engine/atmos) +"cJx" = ( +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/engine/air, +/area/engine/atmos) +"cJD" = ( +/turf/open/floor/engine/air, +/area/engine/atmos) +"cJI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"cJO" = ( +/obj/structure/sign/logo/kinaris{ + icon_state = "kinaris_sign4"; + pixel_y = 32 + }, +/turf/open/transparent/glass/reinforced, +/area/layenia/cloudlayer) +"cJP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/port) +"cJX" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/closet/secure_closet/contraband/armory, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"cKh" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"cKl" = ( +/obj/structure/filingcabinet/employment, +/turf/open/floor/carpet, +/area/lawoffice) +"cKu" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole" + }, +/area/layenia) +"cKF" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"cKJ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"cKL" = ( +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"cKN" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 3 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"cKO" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"cKQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"cLb" = ( +/obj/machinery/sparker{ + id = "Xenobio"; + pixel_x = -25 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"cLc" = ( +/turf/closed/wall, +/area/crew_quarters/theatre) +"cLq" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/psych/ward) +"cLt" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"cLy" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"cLG" = ( +/obj/structure/target_stake, +/obj/machinery/magnetic_module, +/turf/open/floor/plasteel/white, +/area/security/range) +"cLJ" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + on = 0; + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/toy/figure/lawyer, +/turf/open/floor/carpet, +/area/lawoffice) +"cLV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"cLW" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/carpet, +/area/lawoffice) +"cMb" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/wood, +/area/lawoffice) +"cMk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Security"; + location = "FP1" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"cMm" = ( +/obj/machinery/pool/filter{ + pixel_y = 24 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge_pool"; + name = "pool ledge" + }, +/turf/open/pool, +/area/crew_quarters/fitness/pool) +"cMu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass{ + dir = 1; + name = "Cargo Postal Room" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/poddoor/shutters{ + id = "cargoshut2"; + name = "mailroom shutters" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/quartermaster/mail) +"cMB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing, +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"cME" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_a) +"cMF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"cMH" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/fore) +"cMI" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry/upper) +"cMX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cMZ" = ( +/obj/machinery/vending/wallmed{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"cNc" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cNe" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Air to Port" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cNj" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/main/upper) +"cNk" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"cNu" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Mix to Port" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cNF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"cNV" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Pure to Port" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cNW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"cOd" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/science/xenobiology) +"cOg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/brig) +"cOu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/camera{ + c_tag = "Experimentor Lab"; + dir = 1; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"cOv" = ( +/obj/structure/table, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/item/stock_parts/micro_laser/high, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"cOx" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/fitness/pool) +"cOA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/hallway/primary/central) +"cOF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/elevatorshaft, +/area/maintenance/theatre) +"cOH" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"cOJ" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"cOU" = ( +/obj/machinery/computer/atmos_control/tank/nitrous_tank{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"cOV" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 1 + }, +/turf/open/floor/plating/airless, +/area/engine/atmos) +"cPf" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/public/glass{ + dir = 8; + name = "Pool" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/fitness/pool) +"cPg" = ( +/obj/machinery/air_sensor/atmos/nitrous_tank, +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"cPn" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/item/trash/plate{ + pixel_y = 12 + }, +/turf/open/floor/plasteel/white/side{ + dir = 10 + }, +/area/engine/break_room) +"cPB" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/hand_labeler, +/obj/structure/railing, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/maintenance/fore) +"cPF" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/open/floor/plasteel/checker, +/area/maintenance/department/engine/upper) +"cPH" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"cPI" = ( +/obj/structure/railing, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"cPJ" = ( +/obj/structure/table, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/dorms/upper) +"cPW" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ + dir = 1; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"cPX" = ( +/obj/machinery/air_sensor/atmos/air_tank, +/turf/open/floor/engine/air, +/area/engine/atmos) +"cPZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/checker, +/area/engine/break_room) +"cQb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"cQc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/circuit, +/area/engine/engineering) +"cQp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"cQv" = ( +/obj/structure/rack, +/obj/item/circuitboard/aicore{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"cQC" = ( +/obj/structure/closet/crate, +/obj/effect/turf_decal/bot, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"cQH" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/engine/air, +/area/engine/atmos) +"cQR" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet, +/area/library) +"cQY" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall, +/area/storage/primary) +"cQZ" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"cRg" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/range) +"cRo" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/transparent/glass, +/area/hallway/primary/aft/upper) +"cRs" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel/dark, +/area/construction/mining/aux_base) +"cRE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"cRF" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_y = 6 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/security/main/upper) +"cRG" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box{ + pixel_y = 6 + }, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/security/main/upper) +"cRL" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/maintenance/fore/upper) +"cRM" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard) +"cRP" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"cRV" = ( +/obj/structure/table, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/security/main/upper) +"cRW" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/bar/cafe) +"cSe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/stairs/medium{ + icon_state = "stairs_darkfull_m"; + name = "dark medium" + }, +/area/maintenance/port/aft/upper) +"cSg" = ( +/obj/effect/turf_decal/loading_area{ + color = null; + dir = 8; + icon_state = "half_stairs_wood"; + name = "wood steps" + }, +/turf/open/floor/grass, +/area/crew_quarters/park) +"cSm" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/plating{ + initial_gas_mix = "o2=22;n2=82;TEMP=180"; + planetary_atmos = 1 + }, +/area/engine/engineering) +"cSt" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/dorms/upper) +"cSw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"cSC" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_trim" + }, +/area/medical/medbay/central) +"cSD" = ( +/turf/open/floor/wood, +/area/lawoffice) +"cSI" = ( +/obj/structure/closet/crate, +/obj/item/toy/beach_ball/holoball/dodgeball, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/indestructible/concrete, +/area/layenia) +"cSU" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/structure/chair, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"cSW" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/machinery/camera/autoname{ + dir = 6 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"cSZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/storage) +"cTj" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/engineering_construction{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/book/manual/wiki/engineering_guide, +/obj/item/book/manual/wiki/engineering_hacking{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/engine/break_room) +"cTo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"cTw" = ( +/obj/machinery/door/airlock{ + dir = 1; + name = "Sauna B" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/spa/sauna) +"cTx" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"cTA" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/suit/hooded/wintercoat, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"cTD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/locker) +"cTT" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 5 + }, +/obj/structure/flora/rock, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=180" + }, +/area/layenia/cloudlayer) +"cUa" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_whole_alt" + }, +/area/medical/medbay/central) +"cUj" = ( +/obj/structure/chair/comfy{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/fitness/pool) +"cUk" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/item/flashlight/lamp{ + pixel_y = 10 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"cUl" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Art Storage" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/locker) +"cUm" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/brig) +"cUp" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/structure/fence{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"cUq" = ( +/obj/structure/sign/warning/docking, +/turf/closed/wall/r_wall, +/area/science/xenobiology) +"cUu" = ( +/obj/structure/table/wood, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-18"; + pixel_x = 17; + pixel_y = 14 + }, +/turf/open/floor/carpet/royalblack, +/area/bridge) +"cUw" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"cUA" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "lawyer_blast"; + name = "privacy door" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/lawoffice) +"cUM" = ( +/mob/living/carbon/monkey{ + name = "Corona" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"cUO" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"cUS" = ( +/obj/structure/beacon{ + layer = 4; + pixel_y = 15 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"cUU" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"cUV" = ( +/turf/closed/wall, +/area/hallway/primary/port) +"cUW" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/medical/virology) +"cVn" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"cVo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"cVq" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"cVA" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/C) +"cVQ" = ( +/obj/structure/reagent_dispensers/watertank/high, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/atmos) +"cVV" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/mob/living/simple_animal/hostile/retaliate/goat{ + name = "Pete" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen) +"cVW" = ( +/obj/machinery/pool/drain, +/turf/open/pool, +/area/maintenance/fore/upper) +"cVY" = ( +/obj/structure/table, +/obj/item/folder/blue{ + pixel_x = -2; + pixel_y = -5 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/bridge) +"cVZ" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cWm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet, +/area/security/detectives_office) +"cWo" = ( +/obj/structure/rack/shelf, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"cWw" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/port/upper) +"cWz" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cWT" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/transparent/openspace, +/area/security/brig/upper) +"cWU" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/structure/chair/sofa/corner, +/turf/open/floor/carpet, +/area/security/main/upper) +"cXd" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 6 + }, +/turf/open/indestructible/layenia/sand, +/area/layenia/cloudlayer) +"cXg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/upper) +"cXk" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cXs" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/n2o{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"cXB" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 1 + }, +/turf/open/floor/plasteel/white/corner, +/area/engine/atmos) +"cXD" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plating/layenia, +/area/layenia) +"cXG" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrous_input{ + dir = 8 + }, +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"cXY" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/machinery/power/apc{ + areastring = "/area/medical/psych/roomA"; + dir = 1; + name = "Psychologist's Room A APC"; + pixel_y = 25 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/medical/psych/roomA{ + name = "Psychology Dorm A" + }) +"cYg" = ( +/obj/machinery/vending/kink, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"cYh" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ + dir = 1; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ + dir = 6; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"cYk" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"cYq" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 8; + name = "Pool Balcony" + }, +/obj/structure/fans/tiny, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/fitness/pool) +"cYt" = ( +/turf/open/floor/plasteel/elevatorshaft, +/area/maintenance/theatre) +"cYu" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ + dir = 4; + name = "visible" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"cYy" = ( +/obj/structure/table, +/obj/item/folder/blue, +/obj/item/pen/red, +/turf/open/floor/plating, +/area/maintenance/fore) +"cYI" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"cYJ" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input{ + dir = 8 + }, +/turf/open/floor/engine/air, +/area/engine/atmos) +"cZn" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"cZp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/engine/tether) +"cZx" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/structure/railing, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"cZz" = ( +/obj/structure/table, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/brig) +"cZB" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/chair/bench/metal/right{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/brig) +"cZO" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/security/main/upper) +"cZT" = ( +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/library) +"cZZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8; + external_pressure_bound = 140; + name = "server vent"; + pressure_checks = 0 + }, +/obj/machinery/camera{ + c_tag = "Xenobiology Kill Room"; + dir = 9; + network = list("ss13","rd") + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"daf" = ( +/obj/structure/railing/handrail{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"dax" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/aisat/atmos) +"daC" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"daL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/fore) +"daM" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"daQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"daS" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/indestructible/layenia/sand, +/area/layenia/cave) +"daT" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"dbl" = ( +/obj/structure/flora/tree/jungle{ + icon_state = "tree" + }, +/turf/open/floor/grass, +/area/crew_quarters/park) +"dbq" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/engine/break_room) +"dbx" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"dbA" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"dbN" = ( +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/construction/mining/aux_base) +"dbO" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"dbS" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/security/brig/upper) +"dbV" = ( +/obj/structure/table, +/obj/machinery/status_display{ + pixel_y = 26 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/port/fore) +"dce" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/security/range) +"dcm" = ( +/obj/structure/ladder, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"dcn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"dcr" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "loadingarea_flip" + }, +/turf/open/floor/plating, +/area/engine/break_room) +"dcA" = ( +/obj/structure/lattice/catwalk, +/obj/structure/flora/crystal/small/pile, +/turf/open/indestructible/layenia/crystal, +/area/layenia) +"dcM" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/structure/sign/poster/official/cleanliness{ + pixel_y = -31 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/psych/ward) +"dcR" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/security/brig) +"dcT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/security/range) +"dcU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/xenobiology) +"dcY" = ( +/turf/open/floor/plasteel, +/area/security/range) +"ddb" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/security/brig/upper) +"ddi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/spa/sauna) +"ddj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/extinguisher_cabinet{ + pixel_x = -25 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"ddr" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/structure/fence{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"dds" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/railing/handrail{ + dir = 8 + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 1 + }, +/area/quartermaster/miningdock) +"ddD" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -20 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/engine/atmos) +"ddJ" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/camera{ + c_tag = "Atmospherics West"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"ddP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/security/brig/upper) +"def" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 1; + name = "Sauna" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/crew_quarters/spa/sauna) +"deh" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"deu" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"deC" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing/handrail{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge_alt"; + name = "ledge" + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/fitness) +"deG" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Air to Port" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"deN" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"deU" = ( +/obj/structure/sign/directions/command{ + pixel_y = -11 + }, +/obj/structure/sign/directions/medical{ + pixel_y = -5 + }, +/obj/structure/sign/directions/science{ + pixel_y = 1 + }, +/obj/structure/sign/directions/supply{ + pixel_y = 7 + }, +/turf/closed/wall, +/area/hallway/primary/port/upper) +"dfh" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Mix to Port" + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dfk" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/maintenance/fore) +"dfq" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/hallway/primary/aft/upper) +"dfs" = ( +/obj/machinery/telecomms/hub/preset, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"dfw" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dfC" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/ward) +"dfF" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Mix to Engine" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dfI" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"dfJ" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dfM" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/crew_quarters/dorms/upper) +"dga" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/entry/upper) +"dgd" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"dge" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dgp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_trim" + }, +/area/medical/patients_rooms/room_a) +"dgt" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"dgu" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"dgB" = ( +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"dgL" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 10 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"dgN" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"dgP" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/theatre) +"dgR" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ + dir = 1; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ + dir = 1; + name = "visible" + }, +/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/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"dgV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating/layenia, +/area/layenia) +"dhb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"dhi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"dhs" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port/upper) +"dhw" = ( +/obj/structure/chair/bench/metal/right, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/aft/upper) +"dhz" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "Laneshutter"; + name = "Lane Shutter" + }, +/turf/open/floor/plasteel, +/area/security/range) +"dhB" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/carpet, +/area/lawoffice) +"dhE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"dhI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/door/airlock{ + dir = 8; + name = "Bathroom" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/dorms/E) +"dhM" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/stamp/law, +/obj/item/pen/red, +/obj/machinery/button/door{ + id = "lawyer_blast"; + name = "Privacy Shutters"; + pixel_y = -18 + }, +/turf/open/floor/carpet, +/area/lawoffice) +"dhO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 8 + }, +/area/hallway/primary/aft/upper) +"dhQ" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/table/reinforced, +/obj/machinery/microwave{ + pixel_y = 6 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/bar/cafe/backroom{ + name = "Cafe Kitchen" + }) +"dhS" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 1 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=180" + }, +/area/layenia/cloudlayer) +"dhY" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/lawoffice) +"die" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/G) +"dig" = ( +/obj/item/clothing/head/cone, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"dij" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/psych/ward) +"din" = ( +/obj/structure/chair/office/dark, +/turf/open/floor/wood, +/area/engine/break_room) +"dio" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/maintenance/fore/upper) +"diq" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/table/wood, +/obj/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/medical/psych) +"diB" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "line"; + name = "line" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"diF" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/carpet/purple, +/area/crew_quarters/heads/hor) +"diG" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"djk" = ( +/obj/machinery/power/apc{ + areastring = "/area/medical/psych/ward"; + name = "Psychologist's Ward APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/medical/upper) +"djl" = ( +/turf/closed/wall/r_wall, +/area/security/warden) +"djm" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/mail) +"djs" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"djt" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 10 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/brig) +"djv" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/engine/break_room) +"djA" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/machinery/shieldwallgen, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/teleporter) +"djB" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white/corner, +/area/science/misc_lab) +"djE" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/central/upper) +"djH" = ( +/obj/effect/turf_decal/stripes/end, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"dka" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "Holodeckshutter"; + name = "Holodeck Shutter" + }, +/turf/open/floor/plating, +/area/crew_quarters/locker) +"dkc" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/RnD_secure, +/turf/open/floor/plasteel, +/area/storage/tech) +"dkp" = ( +/obj/machinery/computer/lore_terminal/security, +/turf/open/floor/plasteel, +/area/security/courtroom) +"dkq" = ( +/obj/machinery/pdapainter, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"dks" = ( +/obj/effect/turf_decal/loading_area/white{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/brig) +"dkD" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/chair/bench/metal{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/brig) +"dkE" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/quartermaster/storage) +"dkM" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 8 + }, +/area/crew_quarters/dorms/upper) +"dkS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"dkX" = ( +/obj/machinery/holopad, +/obj/effect/landmark/start/station_engineer, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel, +/area/engine/break_room) +"dkZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/bridge) +"dla" = ( +/obj/structure/closet/secure_closet/brig, +/obj/effect/turf_decal/bot_white, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig) +"dli" = ( +/turf/open/floor/plasteel/stairs/medium{ + dir = 4 + }, +/area/medical/medbay/upper) +"dll" = ( +/turf/open/floor/plating, +/area/layenia/cave) +"dln" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/comfy/brown, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"dlp" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"dlq" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/structure/sign/poster/official/cleanliness{ + pixel_y = 30 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"dlu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/ai_monitored/storage/eva) +"dlJ" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Backstage"; + req_access_txt = "12" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/theatre) +"dlL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"dlS" = ( +/obj/structure/pool/ladder{ + dir = 2; + pixel_y = 24 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "ledge_pool"; + name = "pool ledge" + }, +/turf/open/pool, +/area/security/prison) +"dlW" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"dlZ" = ( +/obj/structure/trash_pile, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/upper) +"dmh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel/white, +/area/medical/psych/rec) +"dmu" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/medical/virology) +"dmR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/security/range) +"dmS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"dmV" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/range) +"dmW" = ( +/obj/structure/closet/secure_closet/atmospherics, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/atmos) +"dmZ" = ( +/obj/structure/stairs{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/medical/medbay/zone2) +"dna" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "line"; + name = "line" + }, +/turf/open/indestructible/concrete/smooth, +/area/layenia) +"dnc" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard) +"dnh" = ( +/obj/structure/sign/plaques/golden{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard) +"dnu" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"dnz" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics East"; + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Plasma Outlet Pump" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dnE" = ( +/obj/structure/mopbucket, +/obj/item/mop, +/obj/machinery/light/small{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"dnK" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"dnN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"dnT" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxin_output{ + dir = 8 + }, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"dnV" = ( +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"dnX" = ( +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard) +"dob" = ( +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"doc" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ + dir = 1; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ + dir = 1; + name = "visible" + }, +/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/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"doe" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"doi" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/hallway/primary/port/upper) +"dom" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 6; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"don" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"dov" = ( +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plating/layenia, +/area/layenia) +"dow" = ( +/obj/structure/rack/shelf, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/medical/psych/ward) +"doy" = ( +/obj/machinery/atmospherics/pipe/simple{ + dir = 4 + }, +/obj/structure/grille, +/obj/machinery/meter, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"doD" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/oxygen_output{ + dir = 8 + }, +/turf/open/floor/engine/o2, +/area/engine/atmos) +"doH" = ( +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/engine/o2, +/area/engine/atmos) +"doL" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/button/door{ + id = "xenobio8"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"doR" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"doZ" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 10; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/security/prison) +"dpi" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -25 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/prison) +"dpj" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/white, +/area/security/range) +"dpx" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central/upper) +"dpB" = ( +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"dpK" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"dpM" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/chair/comfy/black, +/obj/effect/landmark/start/head_of_security, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/security/main) +"dpU" = ( +/obj/structure/chair/bench/metal/right{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"dpV" = ( +/obj/machinery/airalarm{ + pixel_y = 22 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/prison) +"dpW" = ( +/obj/item/reagent_containers/food/snacks/grilledcheese{ + name = "idiot sandwich" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"dqo" = ( +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "Ferry Docking Airlock"; + req_access_txt = "19" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/bridge) +"dqp" = ( +/obj/structure/chair{ + dir = 1; + name = "Defense" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/bridge) +"dqq" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/wood, +/area/library) +"dqs" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"dqt" = ( +/obj/structure/chair/bench/metal/left{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"dqu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/security/range) +"dqw" = ( +/obj/machinery/atmospherics/pipe/simple/multiz, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"dqD" = ( +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/turf/open/floor/carpet, +/area/lawoffice) +"dqF" = ( +/obj/effect/turf_decal/delivery/red, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/brig) +"dqP" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/book/manual/wiki/security_space_law, +/turf/open/floor/carpet, +/area/lawoffice) +"dqQ" = ( +/turf/open/floor/plasteel/stairs/medium{ + dir = 1 + }, +/area/medical/sleeper) +"dqV" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"drb" = ( +/turf/open/floor/carpet, +/area/lawoffice) +"drd" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"drg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/sleeper) +"drt" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/engine/engineering) +"drv" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible, +/turf/open/floor/plasteel, +/area/engine/engineering) +"dry" = ( +/obj/structure/railing/handrail, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"drC" = ( +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/starboard/upper) +"drQ" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/medical/psych/ward) +"drT" = ( +/obj/structure/table, +/obj/item/twohanded/rcl/pre_loaded, +/obj/item/twohanded/rcl/pre_loaded, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"drU" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"drY" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"drZ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 8 + }, +/area/science/research) +"dsb" = ( +/obj/structure/lattice/catwalk, +/turf/open/indestructible/layenia/crystal, +/area/layenia) +"dsg" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/brig) +"dsq" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/theatre) +"dsv" = ( +/turf/closed/wall/r_wall, +/area/bridge) +"dsx" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"dsE" = ( +/turf/open/floor/plating, +/area/crew_quarters/theatre) +"dsR" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/storage/primary) +"dsY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/theatre) +"dsZ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/custom) +"dtr" = ( +/obj/structure/table, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"dts" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush"; + pixel_x = -25 + }, +/turf/open/floor/grass, +/area/crew_quarters/dorms/upper) +"dtv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/medical/psych) +"dtw" = ( +/obj/machinery/camera/autoname{ + dir = 10 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/prison) +"dtA" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"dtB" = ( +/obj/structure/table, +/obj/item/stack/packageWrap{ + pixel_x = -1; + pixel_y = -1 + }, +/obj/item/hand_labeler{ + pixel_y = 8 + }, +/obj/item/stack/packageWrap, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"dtE" = ( +/obj/structure/sink{ + pixel_y = 30 + }, +/obj/structure/mirror{ + pixel_y = 35 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/upper) +"dtH" = ( +/obj/machinery/door/airlock{ + dir = 8; + name = "Law Office"; + req_access_txt = "38" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/lawoffice) +"dtJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/entry/upper) +"dtL" = ( +/obj/machinery/requests_console{ + department = "Locker Room"; + pixel_x = -32 + }, +/obj/structure/closet/wardrobe/grey, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"dtQ" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/holywater, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"dtV" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/security/brig) +"dtY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"dub" = ( +/obj/machinery/suit_storage_unit/atmos, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/atmos) +"dug" = ( +/obj/structure/sign/warning/nosmoking, +/turf/closed/wall, +/area/engine/atmos) +"dul" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28" + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/ward) +"duq" = ( +/obj/structure/table, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/neck/stethoscope{ + pixel_y = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/storage) +"dur" = ( +/obj/structure/table/wood, +/obj/item/trash/can{ + pixel_y = 12 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore) +"duu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"dux" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Engineering Maintenance"; + req_access_txt = "10" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore) +"duK" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/obj/machinery/meter, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"duN" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"dvd" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/closet/athletic_mixed, +/obj/item/clothing/under/shorts/pinkwshort, +/obj/item/clothing/under/shorts/pinkwshort, +/obj/item/clothing/under/shorts/yellowwshort, +/obj/item/clothing/under/shorts/yellowwshort, +/obj/item/clothing/under/shorts/redwshort, +/obj/item/clothing/under/shorts/redwshort, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"dvh" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dvk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"dvt" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/secondary/entry/upper) +"dvy" = ( +/obj/machinery/vending/sustenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"dvz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/construction/mining/aux_base) +"dvA" = ( +/obj/machinery/computer/atmos_control/tank/toxin_tank{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"dvC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"dvF" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"dvI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/engine, +/area/ai_monitored/storage/eva) +"dvN" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/science/research) +"dvP" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 9 + }, +/turf/open/floor/plating/airless, +/area/engine/atmos) +"dvS" = ( +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"dvT" = ( +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/entry/upper) +"dvX" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/security/main/upper) +"dwc" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"dwj" = ( +/obj/machinery/air_sensor/atmos/toxin_tank, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"dwp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"dwq" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plating, +/area/maintenance/fore) +"dwF" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Engineering Maintenance"; + req_access_txt = "10" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/theatre/upper) +"dwH" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"dwK" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"dwO" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/science/xenobiology) +"dxf" = ( +/turf/closed/wall/r_wall, +/area/science/research) +"dxg" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"dxk" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"dxr" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"dxx" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"dxO" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "trim"; + name = "trim" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel, +/area/bridge) +"dxQ" = ( +/obj/structure/trash_pile, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/upper) +"dya" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 1; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"dyh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"dyj" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"dyk" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"dyo" = ( +/obj/machinery/air_sensor/atmos/oxygen_tank, +/turf/open/floor/engine/o2, +/area/engine/atmos) +"dyp" = ( +/obj/structure/sign/warning/radiation{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/engine/custom) +"dyy" = ( +/obj/machinery/atmospherics/miner/oxygen, +/turf/open/floor/engine/o2, +/area/engine/atmos) +"dyz" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/chair/bench/metal/left{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/brig) +"dyC" = ( +/obj/structure/rack/shelf, +/obj/item/stack/rods/ten, +/obj/item/stack/rods/ten, +/obj/effect/turf_decal/bot, +/turf/open/floor/plating, +/area/maintenance/fore) +"dyH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 4 + }, +/area/crew_quarters/dorms/upper) +"dyJ" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"dyQ" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/security/brig/upper) +"dza" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/primary/fore/upper) +"dzc" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"dzl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"dzy" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms/upper) +"dzA" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plating, +/area/crew_quarters/dorms/upper) +"dzK" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 25 + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"dzX" = ( +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/security/prison) +"dzY" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/ward) +"dzZ" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"dAF" = ( +/obj/structure/flora/crystal/small/pile, +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/primary/fore/upper) +"dAG" = ( +/obj/structure/closet, +/obj/item/storage/briefcase, +/obj/item/gavelhammer, +/obj/item/gavelblock, +/obj/item/clothing/suit/judgerobe, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"dAH" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "loadingarea_flip" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"dAI" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = -27 + }, +/turf/open/floor/plasteel/white/corner, +/area/science/research) +"dAQ" = ( +/turf/closed/wall/r_wall, +/area/maintenance/starboard/aft) +"dBa" = ( +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"dBi" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/primary/starboard) +"dBr" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/brflowers, +/turf/open/floor/grass, +/area/medical/psych/ward) +"dBC" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"dBF" = ( +/obj/effect/turf_decal/delivery/white, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/security{ + dir = 8; + name = "Security Office"; + req_access_txt = "1" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/brig) +"dBR" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/science/research) +"dBY" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/item/book/lorebooks/layenia_crystals{ + pixel_x = 8 + }, +/obj/structure/railing/handrail{ + dir = 8 + }, +/obj/structure/table/wood/fancy, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"dCt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/conveyor{ + dir = 5; + id = "QMLoad2" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"dCE" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"dCF" = ( +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Testing Lab"; + req_access_txt = "47" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/research) +"dCO" = ( +/turf/open/floor/plasteel, +/area/storage/C) +"dCT" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/closet/crate/bin, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/prison) +"dCY" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/engine/engineering) +"dDb" = ( +/obj/structure/table/wood, +/obj/machinery/computer/libraryconsole/bookmanagement{ + layer = 4; + pixel_y = 7 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "ledge_short"; + name = "short ledge" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/security/prison) +"dDg" = ( +/obj/structure/table, +/obj/item/trash/plate, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/engine/break_room) +"dDq" = ( +/obj/structure/table/wood, +/obj/item/ashtray, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/maintenance/fore/upper) +"dDu" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/security/main/upper) +"dEj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"dEt" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/upper) +"dEw" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/port) +"dEz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"dER" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"dEU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore) +"dEV" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/turf/open/floor/wood, +/area/maintenance/fore) +"dEW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet/kinaris, +/area/security/lambent) +"dFa" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/sign/directions/command{ + dir = 4; + pixel_y = 24 + }, +/obj/structure/sign/directions/medical{ + dir = 1; + pixel_y = 30 + }, +/obj/structure/sign/directions/science{ + dir = 1; + pixel_y = 36 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"dFo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/turf/open/floor/plasteel, +/area/engine/engineering) +"dFv" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/medical/morgue) +"dFz" = ( +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/fore) +"dFJ" = ( +/obj/machinery/computer/med_data{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/bridge) +"dFL" = ( +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/mob/living/simple_animal/bot/secbot/beepsky{ + name = "Officer Beepsky" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"dFU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/checker, +/area/bridge) +"dFW" = ( +/obj/item/paper/fluff/jobs/security/beepsky_mom, +/turf/open/floor/plating, +/area/maintenance/fore) +"dGf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/can{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/semen, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore) +"dGg" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"dGk" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"dGy" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=ArrivalsCentral"; + location = "ArrivalsCorner" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"dGD" = ( +/obj/structure/rack/shelf, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 5 + }, +/obj/item/multitool{ + pixel_x = 2; + pixel_y = -3 + }, +/turf/open/floor/plating, +/area/engine/break_room) +"dGF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"dGG" = ( +/obj/structure/table/wood/fancy/kinaris, +/turf/open/floor/carpet/kinaris, +/area/security/lambent) +"dGV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Atmospherics Maintenance"; + req_access_txt = "24" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore) +"dGY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"dGZ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dHb" = ( +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"dHd" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit/upper) +"dHk" = ( +/obj/effect/turf_decal/loading_area, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/secondary/service) +"dHl" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/central) +"dHm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/security/prison) +"dHs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"dHz" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 8 + }, +/area/science/xenobiology) +"dHB" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "12" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port/aft/upper) +"dHE" = ( +/obj/structure/table, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"dHK" = ( +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"dHL" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"dHR" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"dHZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/general/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dIf" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/prison) +"dIh" = ( +/obj/machinery/computer/lore_terminal/command, +/obj/machinery/camera{ + c_tag = "Bridge West"; + dir = 6 + }, +/turf/open/floor/plasteel, +/area/bridge) +"dIs" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_end"; + name = "wood end" + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/effect/turf_decal/box, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/security/courtroom) +"dIC" = ( +/obj/item/trash/semki, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/maintenance/fore/upper) +"dIH" = ( +/obj/effect/turf_decal/loading_area/white{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/security/brig) +"dIK" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dIO" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/plasma{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dIQ" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dIZ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"dJi" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"dJk" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"dJm" = ( +/obj/effect/turf_decal/weather/grass/surround{ + dir = 8 + }, +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/hallway/primary/port) +"dJB" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxin_input{ + dir = 8 + }, +/turf/open/floor/engine/plasma, +/area/engine/atmos) +"dJE" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/box, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"dJF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"dJG" = ( +/obj/machinery/mech_bay_recharge_port, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/maintenance/department/engine/upper) +"dJH" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ + dir = 1; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ + dir = 1; + name = "visible" + }, +/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/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "External Gas Tank View"; + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"dJS" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 1; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 6; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"dJY" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 4; + name = "visible" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"dKa" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/checker, +/area/bridge) +"dKg" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/sign/painting/library{ + pixel_x = 25 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/artatrium) +"dKi" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/heads/captain) +"dKp" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/oxygen_input{ + dir = 8 + }, +/turf/open/floor/engine/o2, +/area/engine/atmos) +"dKs" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/prison) +"dKw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"dKx" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"dKy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/central) +"dKJ" = ( +/obj/machinery/iv_drip, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/layenia/cave) +"dKM" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"dKO" = ( +/obj/machinery/vending/wardrobe/law_wardrobe, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/lawoffice) +"dKP" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"dKY" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/security/brig/upper) +"dKZ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge"; + name = "ledge" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/maintenance/fore) +"dLa" = ( +/obj/machinery/rnd/production/circuit_imprinter, +/turf/open/floor/plasteel/dark, +/area/engine/break_room) +"dLb" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/wood, +/area/lawoffice) +"dLg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"dLl" = ( +/obj/effect/turf_decal/bot_white/right, +/obj/machinery/ore_silo, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"dLs" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/wood, +/area/lawoffice) +"dLD" = ( +/obj/structure/lattice/catwalk, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"dMc" = ( +/obj/machinery/door/airlock/research{ + autoclose = 0; + dir = 1; + frequency = 1449; + id_tag = "xeno_airlock_exterior"; + name = "Xenobiology Lab Airlock"; + req_access_txt = "55" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/doorButtons/access_button{ + idDoor = "xeno_airlock_exterior"; + idSelf = "xeno_airlock_control"; + name = "Access Button"; + pixel_x = 24 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/xenobiology) +"dMh" = ( +/obj/effect/turf_decal/tile/green{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"dMk" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"dMl" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/range) +"dMq" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/zone2) +"dMA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/security/brig) +"dME" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_whole_alt" + }, +/area/medical/medbay/upper) +"dMH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"dMO" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"dMR" = ( +/turf/open/floor/plasteel/dark/layenia{ + dir = 4; + icon_state = "darkfull_whole" + }, +/area/layenia/cloudlayer) +"dMV" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_end"; + name = "wood end" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/security/brig) +"dNi" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"dNo" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/item/bikehorn/rubberducky{ + pixel_y = 5 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/prison) +"dNs" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"dNv" = ( +/obj/machinery/photocopier, +/turf/open/floor/wood, +/area/lawoffice) +"dNG" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"dNO" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 5; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/item/instrument/saxophone, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/maintenance/department/engine/upper) +"dNT" = ( +/obj/machinery/door/poddoor/shutters{ + id = "aux_base_shutters"; + name = "Auxillary Base Shutters" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/construction/mining/aux_base) +"dNW" = ( +/turf/open/floor/plasteel/stairs/left, +/area/hallway/primary/port/upper) +"dOp" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"dOx" = ( +/obj/structure/flora/tree/jungle{ + icon_state = "tree5" + }, +/turf/open/floor/grass/layenia, +/area/layenia) +"dON" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "line"; + name = "line" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"dOV" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/washing_machine, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"dPn" = ( +/turf/closed/wall, +/area/hallway/primary/starboard) +"dPo" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"dPu" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/security/processing) +"dPv" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/main/upper) +"dPy" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/sleeper) +"dPK" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"dPR" = ( +/obj/item/bedsheet/red, +/turf/open/floor/plating, +/area/maintenance/fore) +"dPS" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/potato{ + name = "\improper Beepsky's emergency battery" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"dPY" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/security/detectives_office) +"dPZ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/vending/medical, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/medical/virology) +"dQc" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/aft/upper) +"dQp" = ( +/obj/effect/turf_decal/arrows, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"dQr" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness/pool) +"dQs" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/binary/pump/on{ + name = "Air to External" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/engine/atmos) +"dQF" = ( +/obj/structure/closet/emcloset, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"dQS" = ( +/obj/machinery/requests_console{ + department = "Atmospherics"; + departmentType = 4; + name = "Atmos RC"; + pixel_x = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"dRi" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dRl" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/heater{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dRo" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"dRt" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"dRw" = ( +/obj/structure/chair, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/lobby) +"dRx" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dRz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"dRC" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/primary/starboard) +"dRI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/custom) +"dRR" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"dRT" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dRW" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/closet/radiation, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"dSb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/library) +"dSf" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plasteel/stairs/right, +/area/artatrium) +"dSi" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"dSq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/warehouse) +"dSw" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/security/visitation) +"dSx" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 1; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 1; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"dSy" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"dSA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/plating/layenia, +/area/layenia) +"dSG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"dSJ" = ( +/turf/open/floor/plasteel/stairs/medium{ + dir = 8 + }, +/area/bridge) +"dSK" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"dSL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/red/line, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"dTl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"dTm" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/flora/crystal/small/growth, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/layenia) +"dTs" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"dTt" = ( +/obj/item/storage/briefcase{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/structure/rack, +/obj/item/storage/briefcase, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/wood, +/area/lawoffice) +"dTv" = ( +/obj/machinery/camera{ + c_tag = "Primary Tool Storage" + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/storage/primary) +"dTz" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/ai_monitored/storage/eva) +"dTA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"dTB" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port/upper) +"dTJ" = ( +/obj/structure/flora/crystal/small/pile, +/turf/open/indestructible/layenia/crystal/garden, +/area/bridge) +"dTK" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_end"; + name = "wood end" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/security/brig) +"dTL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"dTP" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"dUl" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/turf/open/floor/plasteel/stairs/left{ + dir = 1; + icon_state = "stairs_wood_l"; + name = "wood left" + }, +/area/crew_quarters/bar/cafe) +"dUu" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 9 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/security/main/upper) +"dUv" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/engineering) +"dUH" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"dUK" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/engine/break_room) +"dUO" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/wood, +/area/lawoffice) +"dUP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"dUZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"dVd" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"dVj" = ( +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/wood, +/area/lawoffice) +"dVn" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 1; + name = "Security Maintenance"; + req_access_txt = "2" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"dVr" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel/checker, +/area/engine/atmos) +"dVs" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/security/detectives_office) +"dVt" = ( +/obj/machinery/vending/wardrobe/atmos_wardrobe, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/engine/atmos) +"dVu" = ( +/obj/structure/railing/handrail{ + dir = 4 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/plasteel/checker, +/area/engine/atmos) +"dVG" = ( +/obj/machinery/space_heater, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/atmos) +"dVM" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/obj/item/cigbutt, +/obj/structure/chair/stool, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dVP" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/security/lambent) +"dWf" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "CO2 Outlet Pump" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"dWk" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"dWl" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/transparent/openspace, +/area/hallway/secondary/exit/upper) +"dWr" = ( +/obj/item/reagent_containers/food/snacks/grown/mushroom/amanita, +/turf/open/floor/grass/fairy/pink, +/area/maintenance/fore/upper) +"dWF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/xenobiology) +"dWO" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/hallway/primary/aft/upper) +"dWS" = ( +/obj/machinery/door/airlock/external{ + name = "Mining Dock Airlock"; + req_access_txt = "48"; + shuttledocked = 1 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/quartermaster/miningdock) +"dWX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/carbon_output{ + dir = 8 + }, +/turf/open/floor/engine/co2, +/area/engine/atmos) +"dXj" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/cmo) +"dXl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/trash_pile, +/turf/open/floor/plating, +/area/maintenance/fore) +"dXo" = ( +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/engine/co2, +/area/engine/atmos) +"dXy" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"dXz" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"dXE" = ( +/turf/open/floor/engine/co2, +/area/engine/atmos) +"dXQ" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 6; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"dXR" = ( +/obj/structure/table/wood, +/obj/item/toy/figure/hop{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/toy/figure/ian, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"dXS" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/ai) +"dXT" = ( +/obj/structure/trash_pile, +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft/upper) +"dYc" = ( +/obj/structure/chair/foldingchair{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"dYm" = ( +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/plating/layenia, +/area/layenia) +"dYt" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/security/main) +"dYE" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = -28 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/secondary/entry/upper) +"dYG" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/port) +"dYT" = ( +/obj/structure/closet/secure_closet/personal/patient, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_b) +"dYY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"dYZ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central/upper) +"dZa" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/maintenance/fore/upper) +"dZi" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"dZo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/head/cone, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"dZs" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/medical, +/turf/open/floor/plating, +/area/storage/tech) +"dZx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrogen_output{ + dir = 8 + }, +/turf/open/floor/engine/n2, +/area/engine/atmos) +"dZR" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft/upper) +"dZT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/spa/sauna) +"dZW" = ( +/obj/structure/ladder, +/turf/open/floor/plating, +/area/maintenance/port) +"eac" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"eak" = ( +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/engine/n2, +/area/engine/atmos) +"eaq" = ( +/turf/open/floor/engine/n2, +/area/engine/atmos) +"ear" = ( +/obj/structure/table, +/obj/machinery/camera{ + c_tag = "Virology East"; + dir = 8; + network = list("ss13","medbay") + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-26"; + pixel_y = 20 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"eay" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"eaC" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/closet/crate, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"eaH" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "Gymshutter"; + name = "Gym Window Shutter" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"eaJ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"eaK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"eaL" = ( +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"eaY" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/medical/medbay/central) +"eba" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"ebg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/medical/psych) +"ebC" = ( +/obj/effect/turf_decal/loading_area/white{ + dir = 4; + icon_state = "loadingarea_white_flip" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/security/brig) +"ebK" = ( +/obj/structure/bookcase/random, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/wood, +/area/security/prison) +"ebR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ebX" = ( +/obj/machinery/camera{ + c_tag = "Medbay Foyer"; + dir = 10; + network = list("ss13","medbay") + }, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/central) +"ebY" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/item/radio/intercom{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_y = 28 + }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_x = 27; + pixel_y = 5 + }, +/obj/item/radio/intercom{ + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_y = -25 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"eca" = ( +/obj/structure/dresser, +/turf/open/floor/wood, +/area/crew_quarters/heads/hos) +"ecr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"ecI" = ( +/obj/structure/closet/l3closet, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/virology) +"ecM" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Detective Maintenance"; + req_access_txt = "4" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/detectives_office) +"ecQ" = ( +/turf/open/floor/carpet, +/area/crew_quarters/dorms/C) +"ecY" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"ecZ" = ( +/obj/machinery/door/airlock/command{ + name = "Gateway Access"; + req_access_txt = "62" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/gateway) +"edj" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/brig) +"edu" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"edH" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/fore) +"edP" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/scrubber, +/obj/machinery/camera{ + c_tag = "Atmospherics South West"; + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/atmos) +"edQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"edR" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/flashlight/lamp/green{ + pixel_y = 3 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/item/toy/figure/captain{ + pixel_x = 10 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"edW" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/northright{ + dir = 4; + name = "Engineering Desk"; + red_alert_access = 1; + req_access_txt = "10" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"eeb" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/service, +/turf/open/floor/plating, +/area/storage/tech) +"eec" = ( +/obj/machinery/computer/cargo{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"eeh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/engine/atmos) +"eej" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 3; + height = 5; + id = "mining_home"; + name = "mining shuttle bay"; + roundstart_template = /datum/map_template/shuttle/mining/box; + width = 7 + }, +/turf/open/indestructible/concrete, +/area/layenia) +"eeo" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"eep" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"eer" = ( +/turf/open/transparent/openspace, +/area/crew_quarters/theatre) +"eet" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"eeu" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 1 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"eey" = ( +/turf/open/floor/plasteel/yellowsiding{ + dir = 1 + }, +/area/crew_quarters/fitness/pool) +"eeG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/quartermaster/office) +"eeS" = ( +/obj/structure/curtain, +/turf/open/floor/plasteel/showroomfloor, +/area/security/prison) +"eeT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"eeU" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/security/brig/upper) +"efe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"efj" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "N2 to Pure" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"efn" = ( +/obj/structure/flora/crystal/small/pile, +/obj/structure/flora/crystal/medium/growth{ + icon_state = "crystalgrowth2" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/indestructible/layenia/crystal/garden, +/area/medical/psych/rec) +"efo" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"efA" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"efH" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 28 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/library) +"efI" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"efJ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"efL" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/processing) +"efR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"efS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/flora/crystal/small/growth, +/turf/open/indestructible/layenia/crystal, +/area/layenia) +"efT" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"ega" = ( +/obj/machinery/computer/atmos_control/tank/carbon_tank{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"egf" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"egk" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/port/fore) +"egp" = ( +/obj/item/toy/toy_dagger, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"egq" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"egv" = ( +/obj/machinery/air_sensor/atmos/carbon_tank, +/turf/open/floor/engine/co2, +/area/engine/atmos) +"egw" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/open/floor/engine/co2, +/area/engine/atmos) +"egx" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/bridge) +"egA" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/checker, +/area/artatrium) +"egE" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 1; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"egH" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"egI" = ( +/obj/machinery/air_sensor/atmos/nitrogen_tank, +/turf/open/floor/engine/n2, +/area/engine/atmos) +"egL" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/northright{ + name = "Visitation Desk"; + req_access_txt = "63" + }, +/turf/open/floor/wood, +/area/security/visitation) +"egP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/destTagger, +/obj/item/destTagger, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"egW" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/bridge) +"ehd" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"ehg" = ( +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/entry/upper) +"ehl" = ( +/obj/machinery/computer/prisoner/gulag_teleporter_computer, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/processing) +"ehB" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/computer/station_alert{ + dir = 1 + }, +/obj/machinery/requests_console{ + department = "Atmospherics"; + departmentType = 4; + name = "Atmos RC"; + pixel_y = -30 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/break_room) +"ehF" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/science/server) +"ehR" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/upper) +"ehS" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"ehV" = ( +/obj/machinery/atmospherics/miner/nitrogen, +/turf/open/floor/engine/n2, +/area/engine/atmos) +"eia" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/engine/engineering) +"eic" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai_upload) +"eig" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/storage/eva) +"eij" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/aisat/service) +"eix" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/C) +"eiC" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit/upper) +"eiG" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"eiK" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"eiP" = ( +/obj/structure/closet/crate/critter{ + name = "Pablo's critter crate" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/park) +"eiV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"eiZ" = ( +/obj/structure/window{ + dir = 4 + }, +/obj/structure/table, +/obj/item/reagent_containers/rag/towel, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/dorms/D) +"eja" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"eje" = ( +/obj/structure/table, +/obj/item/storage/toolbox/drone, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ejk" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ejm" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit/upper) +"ejo" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"ejq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_decals_central6_corner"; + name = "maintenance hatch" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"ejw" = ( +/turf/closed/wall/r_wall, +/area/theatre/blackbox) +"ejx" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/medical/medbay/central) +"ejD" = ( +/obj/structure/railing/handrail{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "ledge_alt"; + name = "ledge" + }, +/turf/open/floor/plasteel/checker, +/area/engine/atmos) +"ejE" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/security/prison) +"ejL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"ejW" = ( +/obj/machinery/atmospherics/pipe/simple/multiz, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"ejX" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/AI, +/turf/open/floor/plasteel, +/area/storage/tech) +"ekd" = ( +/turf/open/floor/carpet, +/area/security/prison) +"ekf" = ( +/turf/closed/wall, +/area/hallway/secondary/exit/upper) +"ekh" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel/checker, +/area/engine/atmos) +"eko" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel/checker, +/area/engine/atmos) +"ekv" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/atmos) +"ekA" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen) +"ekB" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 10; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/fitness/pool) +"ekE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/locker) +"ekI" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/security/prison) +"ekL" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/ai_monitored/storage/eva) +"ekP" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/chair/foldingchair, +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"ekQ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "ledge"; + name = "ledge" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge_pool"; + name = "pool ledge" + }, +/turf/open/pool, +/area/crew_quarters/fitness/pool) +"ekT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/structure/closet/secure_closet/personal, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/dorms/E"; + dir = 1; + name = "Dorm E APC"; + pixel_y = 26 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/E) +"ela" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/secondary/entry/upper) +"elc" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "External to Filter" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"elf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/wrench, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/custom) +"eli" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/hallway/primary/aft) +"elj" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/security/brig/upper) +"eln" = ( +/obj/structure/chair/comfy/black, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/checker, +/area/bridge) +"elp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ely" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/ward) +"elF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"elX" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"emg" = ( +/obj/machinery/atmospherics/components/trinary/mixer/airmix{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"emh" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"emi" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"emj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark/layenia{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"eml" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 9; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/table/wood, +/obj/item/reagent_containers/rag/towel{ + pixel_y = 3 + }, +/obj/item/candle{ + pixel_x = 8; + pixel_y = 14 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/fitness/pool) +"emp" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"emr" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"emB" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/bz, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/xenobiology) +"emC" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/co2{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"emD" = ( +/obj/structure/lattice/catwalk, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"emH" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/valve{ + name = "Mix to Nuclear Reactor" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"emO" = ( +/obj/structure/ladder, +/turf/open/floor/plating, +/area/maintenance/fore) +"emR" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/structure/dresser, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/lambent) +"emY" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/carbon_input{ + dir = 8 + }, +/turf/open/floor/engine/co2, +/area/engine/atmos) +"end" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/layenia{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"enf" = ( +/obj/structure/grille, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"eni" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/virology) +"enq" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"enw" = ( +/obj/structure/sign/warning/docking, +/turf/closed/wall/r_wall, +/area/hallway/secondary/entry/upper) +"enE" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/poster/official/report_crimes{ + pixel_y = 30 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"eoc" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 1; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 6; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"eok" = ( +/turf/open/floor/plasteel/dark, +/area/maintenance/port) +"eoq" = ( +/obj/machinery/door/airlock{ + dir = 4; + id_tag = "DormE"; + name = "Dorm E" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/dorms/E) +"eot" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/power/apc{ + areastring = "/area/engine/engine_smes"; + name = "SMES room APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"eoB" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrogen_input{ + dir = 8 + }, +/turf/open/floor/engine/n2, +/area/engine/atmos) +"eoI" = ( +/obj/machinery/power/tracker, +/obj/effect/baseturf_helper/cloud, +/obj/structure/cable, +/turf/open/floor/plasteel/airless/solarpanel{ + initial_gas_mix = "o2=22;n2=82;TEMP=180"; + planetary_atmos = 1 + }, +/area/layenia/cloudlayer) +"eoL" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Engineering Canteen North" + }, +/obj/structure/sign/painting/library{ + pixel_y = 28 + }, +/obj/item/book/lorebooks/engrams{ + pixel_x = 5 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/engine/break_room) +"eoN" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/teleporter) +"eoP" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark/side, +/area/security/prison) +"eoZ" = ( +/obj/effect/landmark/start/roboticist, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"epc" = ( +/turf/closed/wall/r_wall, +/area/maintenance/port/fore) +"eph" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"epo" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 8 + }, +/area/security/prison) +"epw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/aisat/atmos) +"epx" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/surgery) +"epF" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/stairs{ + icon_state = "stairs_darkfull"; + name = "dark steps" + }, +/area/maintenance/fore) +"epG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/upper) +"epJ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"epL" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/structure/closet/crate/bin, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"epP" = ( +/obj/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"epW" = ( +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/prison) +"eqc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/carpet, +/area/crew_quarters/spa/sauna) +"eqd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/custom) +"eqx" = ( +/obj/structure/closet/secure_closet/brig, +/obj/effect/turf_decal/bot_white, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig) +"eqA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"eqB" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"eqO" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/carpet, +/area/security/prison) +"eqT" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 6; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/carpet, +/area/security/prison) +"eqX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"eqZ" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/security/checkpoint/science) +"era" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/storage) +"erz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"erB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/sleeper) +"erE" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/port) +"erF" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/n2, +/turf/open/floor/plasteel, +/area/engine/atmos) +"erH" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/science/research) +"erN" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"esc" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"esf" = ( +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"esi" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"ess" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"esz" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "half_stairs"; + name = "steps" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/maintenance/starboard/aft/upper) +"esD" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/closet/secure_closet/personal, +/obj/item/toy/poolnoodle/blue, +/obj/item/toy/poolnoodle/red, +/obj/item/toy/poolnoodle/yellow, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/fitness/pool) +"esF" = ( +/obj/machinery/space_heater, +/obj/effect/turf_decal/weather/grass/line{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/security/prison) +"esJ" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 1; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"esK" = ( +/obj/structure/table, +/obj/item/stack/cable_coil, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/item/book/lorebooks/engrams{ + pixel_y = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"esS" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) +"esW" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"esY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"esZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/layenia/cave) +"etk" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/crew_quarters/dorms/upper) +"etm" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"etq" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"etu" = ( +/obj/machinery/door/airlock/virology/glass{ + dir = 8; + name = "Isolation B"; + req_access_txt = "39" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"ety" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark/corner, +/area/bridge) +"etA" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry/upper) +"etI" = ( +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 8 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"etM" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/sheet/metal/fifty, +/obj/item/clothing/glasses/welding, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"etP" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"etS" = ( +/obj/machinery/atmospherics/components/binary/valve/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"etT" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/psych/rec) +"etU" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ + dir = 1; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ + dir = 1; + name = "visible" + }, +/obj/effect/turf_decal/stripes/end, +/obj/effect/turf_decal/stripes/white/end, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/structure/railing, +/turf/open/floor/plating/layenia, +/area/layenia) +"etW" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"euf" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"eul" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 1; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 1; + name = "visible" + }, +/obj/effect/turf_decal/stripes/end, +/obj/structure/railing, +/turf/open/floor/plating/layenia, +/area/layenia) +"eun" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"euq" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard/upper) +"eut" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 1; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 1; + name = "visible" + }, +/obj/effect/turf_decal/stripes/end, +/obj/effect/turf_decal/stripes/red/end, +/obj/structure/railing, +/turf/open/floor/plating/layenia, +/area/layenia) +"euu" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"eux" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/virology) +"euA" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/turf_decal/weather/grass/line, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/security/prison) +"euJ" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/chair/barber_chair{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/barber) +"euK" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/main) +"euO" = ( +/turf/closed/wall/mineral/lead, +/area/engine/engineering/reactor_control) +"euR" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/fitness) +"euS" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/artatrium) +"euT" = ( +/turf/open/floor/plasteel/dark/side{ + dir = 10 + }, +/area/security/prison) +"euV" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "bridgespace"; + name = "bridge external shutters" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/bridge) +"evc" = ( +/obj/structure/trash_pile, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/maintenance/fore/upper) +"evr" = ( +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"evu" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"evw" = ( +/obj/machinery/atmospherics/components/trinary/filter/atmos/o2{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"evI" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"evK" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/engine/atmos) +"evQ" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/obj/machinery/door/airlock/external{ + name = "Atmospherics External Access"; + req_access_txt = "24" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"evR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/broken{ + dir = 8; + pixel_x = -7 + }, +/obj/item/trash/cheesie, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore) +"evT" = ( +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/atmos) +"evV" = ( +/obj/machinery/door/airlock/external{ + name = "Atmospherics External Access"; + req_access_txt = "24" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/fans/tiny, +/obj/machinery/atmospherics/pipe/simple/purple/visible, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"evZ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/washing_machine, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"ewc" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/engineering/reactor_control) +"ewd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"ewh" = ( +/obj/machinery/vending/security, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"ewl" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating{ + initial_gas_mix = "o2=22;n2=82;TEMP=180"; + planetary_atmos = 1 + }, +/area/layenia) +"ewo" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"ewB" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ + dir = 1; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ + dir = 1; + name = "visible" + }, +/turf/open/indestructible/layenia/sand, +/area/layenia) +"ewF" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/department/medical/upper) +"ewH" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/science/robotics/lab) +"ewM" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 1; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 1; + name = "visible" + }, +/turf/open/indestructible/layenia/sand, +/area/layenia) +"ewN" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/medical/psych/rec) +"ewP" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/structure/fence, +/turf/open/floor/plating/layenia, +/area/layenia) +"ewT" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/junglebush/b, +/turf/open/floor/grass, +/area/security/prison) +"exj" = ( +/obj/structure/flora/ausbushes/leafybush, +/turf/open/floor/grass, +/area/crew_quarters/dorms/upper) +"exn" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"exp" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"exq" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=1"; + dir = 8; + freq = 1400; + location = "Security" + }, +/obj/structure/plasticflaps/opaque, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/maintenance/fore) +"exx" = ( +/obj/machinery/computer/atmos_control/tank/nitrogen_tank{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"exz" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"exB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/starboard/upper) +"exC" = ( +/obj/structure/table, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"exE" = ( +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "N2 Outlet Pump" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"exF" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + pixel_y = -1 + }, /obj/effect/turf_decal/loading_area{ dir = 4; icon_state = "drain"; name = "drain" }, /turf/open/floor/plasteel, +/area/engine/atmos) +"exK" = ( +/obj/structure/table, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/item/wirecutters, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"exL" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"exO" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/engine/custom) +"exQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/janitor/upper) +"exS" = ( +/obj/machinery/computer/atmos_control/tank/oxygen_tank{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"exW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"exX" = ( +/obj/structure/disposalpipe/trunk/multiz{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"exY" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/bridge) +"exZ" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar) +"eyc" = ( +/obj/machinery/door/airlock{ + dir = 8; + name = "Bathroom" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/dorms/C) +"eym" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"eyu" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"eyv" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/engine/atmos) +"eyw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/engineering/reactor_control) +"eyy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"eyz" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"eyD" = ( +/obj/machinery/computer/atmos_control/tank/air_tank{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"eyQ" = ( +/obj/structure/closet/wardrobe/miner, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/side, +/area/quartermaster/miningdock) +"eyS" = ( +/obj/structure/fence, +/turf/open/indestructible/layenia/sand, +/area/layenia) +"eyW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"eyZ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/components/binary/pump/on{ + dir = 1; + name = "Air Outlet Pump" + }, +/turf/open/floor/plasteel/white/corner, +/area/engine/atmos) +"eza" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/camera{ + c_tag = "Atmospherics South East"; + dir = 1 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/engine/atmos) +"ezj" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/transparent/openspace, +/area/ai_monitored/turret_protected/aisat/hallway) +"ezk" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/computer/lore_terminal, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ezl" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"ezt" = ( +/obj/structure/chair{ + dir = 4; + pixel_y = 2 + }, +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing/handrail, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft/upper) +"ezy" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"ezH" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 10; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/carpet, +/area/library) +"ezK" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"ezL" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"ezW" = ( +/obj/effect/decal/cleanable/oil{ + icon_state = "floor5" + }, +/turf/open/indestructible/concrete, +/area/layenia) +"ezX" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos, +/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos, +/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/atmos) +"eAc" = ( +/obj/machinery/vending/cola/random, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"eAd" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"eAe" = ( +/obj/structure/bodycontainer/morgue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/morgue) +"eAk" = ( +/obj/structure/chair/bench/metal/right{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -25 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"eAl" = ( +/obj/machinery/camera/motion{ + c_tag = "MiniSat AI Chamber East"; + dir = 8; + network = list("minisat") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"eAr" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/weather/grass/line{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/security/prison) +"eAt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"eAA" = ( +/turf/closed/wall/r_wall, +/area/layenia) +"eAB" = ( +/obj/structure/flora/tree/jungle/small, +/turf/open/floor/grass/layenia, +/area/layenia/cloudlayer) +"eAP" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/construction/mining/aux_base) +"eAR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"eAU" = ( +/turf/closed/wall, +/area/crew_quarters/dorms) +"eBk" = ( +/obj/structure/fence{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"eBp" = ( +/obj/machinery/atmospherics/pipe/simple/purple/visible, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"eBs" = ( +/obj/item/trash/bird_seed, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/maintenance/fore/upper) +"eBt" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/item/storage/toolbox/emergency{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) +"eBB" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/structure/table, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/sign/warning/nosmoking{ + pixel_y = -32 + }, +/obj/item/ashtray, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"eBI" = ( +/obj/structure/pool/ladder{ + dir = 2; + pixel_y = 24 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "ledge"; + name = "ledge" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge_pool"; + name = "pool ledge" + }, +/turf/open/pool, +/area/crew_quarters/fitness/pool) +"eBN" = ( +/obj/structure/rack/shelf, +/obj/item/vending_refill/wardrobe/robo_wardrobe, +/obj/item/vending_refill/wardrobe/law_wardrobe, +/obj/item/vending_refill/wardrobe/gene_wardrobe, +/obj/item/vending_refill/wardrobe/chem_wardrobe, +/obj/item/vending_refill/wardrobe/cargo_wardrobe, +/obj/item/vending_refill/autodrobe, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/break_room) +"eBW" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"eBY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/theatre) +"eCa" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "xenobio3"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"eCc" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel/dark, +/area/security/main) +"eCd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"eCe" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "half_stairs"; + name = "steps" + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"eCp" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central/upper) +"eCv" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/item/paper/fluff/candle, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"eCy" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/storage/C"; + dir = 4; + name = "Storage Office C APC"; + pixel_x = 26 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"eCC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/carpet/blue, +/area/medical/psych/ward) +"eCD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/department/medical/upper) +"eCG" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"eCM" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_trim" + }, +/area/medical/medbay/upper) +"eCP" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"eCU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/warehouse) +"eCW" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"eDa" = ( +/obj/structure/table, +/obj/item/book/manual/hydroponics_pod_people, +/obj/item/paper/guides/jobs/hydroponics, +/obj/item/reagent_containers/glass/bottle/mutagen, +/obj/item/reagent_containers/glass/bottle/mutagen, +/obj/item/reagent_containers/glass/bottle/mutagen, +/obj/item/toy/figure/botanist, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 13; + pixel_y = 5 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_y = 3 + }, +/obj/item/watertank, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"eDd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/processing) +"eDl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"eDC" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"eDG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"eDI" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"eDK" = ( +/obj/structure/railing/handrail, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/construction/mining/aux_base) +"eDP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"eDS" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/green, +/turf/open/floor/plating, +/area/engine/atmos) +"eDT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"eDU" = ( +/obj/machinery/computer/camera_advanced/xenobio{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"eEk" = ( +/obj/machinery/telecomms/server/presets/security, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"eEo" = ( +/turf/closed/wall/r_wall, +/area/security/courtroom) +"eEu" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Cargo Bay Maintenance"; + req_access_txt = "31" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/port/aft/upper) +"eEC" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"eEI" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan, +/turf/open/floor/plating, +/area/engine/atmos) +"eEK" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"eEV" = ( +/obj/structure/window{ + dir = 8 + }, +/obj/structure/chair/bench/metal/right{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/hallway/secondary/exit) +"eEW" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/ausbushes/ppflowers, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/structure/window/reinforced, +/mob/living/carbon/monkey, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, /area/medical/genetics) -"diO" = ( +"eFa" = ( +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"eFe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/port/upper) +"eFg" = ( +/obj/structure/chair/bench/metal/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"eFi" = ( +/obj/effect/turf_decal/stripes/end, +/obj/structure/fence, +/turf/open/floor/plating/layenia, +/area/layenia) +"eFv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/engine/atmos) +"eFA" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/table, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/dorms/upper) +"eFM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/science/xenobiology) +"eFQ" = ( +/obj/structure/table, +/obj/item/weldingtool, +/obj/item/crowbar, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/structure/extinguisher_cabinet{ + pixel_x = 25 + }, +/obj/item/wirecutters, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/machinery/light_switch{ + layer = 4; + pixel_x = -12; + pixel_y = 28 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/storage/primary) +"eGe" = ( +/obj/structure/fence/door{ + dir = 4 + }, +/turf/open/indestructible/layenia/sand, +/area/layenia) +"eGn" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_traction_trimcorner" + }, +/area/medical/storage) +"eGp" = ( +/turf/open/floor/plasteel/dark/layenia{ + dir = 4; + icon_state = "darkfull_whole" + }, +/area/layenia) +"eGs" = ( +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"eGy" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_whole_alt" + }, +/area/layenia/cave) +"eGE" = ( +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"eGN" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1, +/turf/open/floor/plating/layenia, +/area/layenia) +"eGO" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/psych/ward) +"eGP" = ( +/obj/structure/flora/rock/jungle, +/turf/open/floor/grass, +/area/crew_quarters/dorms/upper) +"eGR" = ( +/obj/structure/flora/junglebush{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/structure/railing/handrail, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/weather/grass/line{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"eGY" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"eHf" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/bridge) +"eHi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"eHk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/security/glass{ + id_tag = "innerbrig"; + name = "Security Lobby"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/delivery/white, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig/upper) +"eHo" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/door/morgue{ + name = "Private Study"; + req_access_txt = "37" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/library) +"eHp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/open/floor/engine, +/area/ai_monitored/storage/eva) +"eHu" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"eHw" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/theatre) +"eHA" = ( +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/effect/turf_decal/delivery/white, +/turf/open/floor/plating/layenia, +/area/layenia) +"eHB" = ( +/obj/effect/turf_decal/delivery/white, +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1, +/turf/open/floor/plating/layenia, +/area/layenia) +"eHD" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"eHF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_decals_central6_corner"; + name = "maintenance hatch" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"eHJ" = ( +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Bridge"; + departmentType = 5; + name = "Bridge RC"; + pixel_y = -30 + }, +/obj/machinery/camera{ + c_tag = "Bridge South"; + dir = 10 + }, +/turf/open/floor/plasteel, +/area/bridge) +"eHL" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/upper) +"eHM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"eHN" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"eHO" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/central/upper) +"eHR" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/bar) +"eHW" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/security/prison) +"eHX" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/storage/primary) +"eIa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"eIb" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"eIl" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ + dir = 1; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ + dir = 1; + name = "visible" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/end{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"eIn" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 1; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 1; + name = "visible" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"eIq" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/break_room) +"eID" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 1; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 1; + name = "visible" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/end{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"eIQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"eIU" = ( +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/bar) +"eIW" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/wood, +/area/crew_quarters/dorms/B) +"eIX" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Atmospherics Entrance Internal"; + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"eJd" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/medical/virology"; + dir = 1; + name = "Virology APC"; + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/white/side, +/area/medical/virology) +"eJh" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"eJi" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/structure/table, +/obj/item/ashtray{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"eJn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden, +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_whole_alt" + }, +/area/layenia/cave) +"eJs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"eJu" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/miningdock) +"eJK" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ + dir = 5; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plating/layenia, +/area/layenia) +"eJU" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 6; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/carpet, +/area/library) +"eJZ" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ + dir = 8; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plating/layenia, +/area/layenia) +"eKb" = ( +/obj/structure/table/wood, +/obj/item/pinpointer/nuke, +/obj/item/storage/lockbox/medal{ + pixel_y = 4 + }, +/obj/item/disk/nuclear, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/heads/captain) +"eKe" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/medical/psych/rec) +"eKp" = ( +/obj/structure/filingcabinet, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"eKs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"eKx" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ + dir = 5; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ + dir = 8; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plating/layenia, +/area/layenia) +"eKF" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ + dir = 8; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ + dir = 8; + name = "visible" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/end{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"eKJ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/status_display/supply{ + pixel_y = -32 + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"eKQ" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ + dir = 8; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ + dir = 8; + name = "visible" + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"eKV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/ai_monitored/storage/eva) +"eLb" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Unit B" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet) +"eLp" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/rack, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"eLq" = ( +/obj/structure/table, +/obj/item/toy/cards/deck{ + pixel_x = 2 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/dorms/upper) +"eLy" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/genetics) +"eLz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"eLB" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"eLG" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Research Director's Desk"; + departmentType = 5; + name = "Research Director RC"; + pixel_x = -2; + pixel_y = 27; + receive_ore_updates = 1 + }, +/obj/item/toy/figure/rd{ + pixel_y = 11 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"eLM" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"eLT" = ( +/obj/structure/table, +/obj/item/electronics/apc, +/obj/item/electronics/airlock, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"eLW" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_end"; + name = "wood end" + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/effect/turf_decal/box, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/dorms/upper) +"eMc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"eMy" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/security/processing) +"eMP" = ( +/obj/structure/sign/poster/contraband/fun_police{ + pixel_x = 32 + }, +/turf/open/pool, +/area/security/prison) +"eMS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"eMT" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1; + icon_state = "pipe-t" + }, +/obj/structure/disposaloutlet, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"eMU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/closed/wall/r_wall, +/area/maintenance/fore) +"eMW" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"eNi" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ + dir = 8; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ + dir = 8; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"eNk" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_decals_central6_corner"; + name = "maintenance hatch" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/medical/morgue) +"eNq" = ( +/obj/structure/chair/bench/metal/left{ + dir = 8 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/main/upper) +"eNs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"eNB" = ( +/obj/machinery/door/airlock/security{ + dir = 1; + name = "Brig"; + req_access_txt = "63; 42" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/courtroom) +"eND" = ( +/obj/machinery/telecomms/server/presets/science, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"eNE" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ + dir = 8; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ + dir = 8; + name = "visible" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/end{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"eNF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore) +"eNT" = ( +/obj/machinery/vending/wardrobe/chem_wardrobe, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/chemistry) +"eNV" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/engine/custom) +"eOa" = ( +/turf/closed/wall, +/area/medical/psych/therapy) +"eOc" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/central/upper) +"eOd" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ + dir = 9; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ + dir = 9; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"eOm" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"eOo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"eOp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/carpet, +/area/crew_quarters/spa/sauna) +"eOr" = ( +/obj/effect/turf_decal/weather/grass/line, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cloudlayer) +"eOs" = ( +/obj/effect/decal/cleanable/ash/crematorium, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"eOy" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 1; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 1; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"eOz" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark/corner, +/area/hallway/primary/fore/upper) +"eOD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"eOE" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/central/upper) +"eOG" = ( +/obj/effect/landmark/start/assistant, +/turf/open/floor/plating/beach/sand, +/area/hallway/secondary/exit) +"eOM" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 1; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 1; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"eOS" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/maintenance/solars/port/fore) +"ePe" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"ePg" = ( +/turf/closed/wall/r_wall, +/area/maintenance/solars/port/fore) +"ePt" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/maintenance/fore/upper) +"ePw" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"ePF" = ( +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"ePH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ePJ" = ( +/obj/structure/chair/sofachair{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood, +/area/library) +"ePK" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/central/upper) +"ePN" = ( +/obj/machinery/pipedispenser, +/turf/open/floor/plasteel, +/area/engine/atmos) +"ePO" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 5; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"ePP" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 8; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating/layenia, +/area/layenia) +"ePT" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 5; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 8; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating/layenia, +/area/layenia) +"eQa" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 6; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"eQb" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 8; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 8; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"eQt" = ( +/obj/structure/table/wood, +/obj/item/paicard, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/library) +"eQu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"eQA" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 8; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 8; + name = "visible" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"eQC" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/main/upper) +"eQM" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 8; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 8; + name = "visible" + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"eRd" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 8; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 8; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"eRe" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 8; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 8; + name = "visible" + }, +/obj/effect/landmark/nuclear_waste_spawner, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"eRj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"eRl" = ( +/obj/effect/turf_decal/loading_area/white{ + dir = 4; + icon_state = "loadingarea_white_flip" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/brig) +"eRu" = ( +/obj/structure/table, +/obj/item/paper/pamphlet/gateway, +/obj/item/paper/pamphlet/gateway, +/turf/open/floor/plasteel/dark, +/area/gateway) +"eRv" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/security/prison) +"eRy" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 8; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 8; + name = "visible" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"eRC" = ( +/obj/item/transfer_valve{ + pixel_x = -5 + }, +/obj/item/transfer_valve{ + pixel_x = -5 + }, +/obj/item/transfer_valve, +/obj/item/transfer_valve, +/obj/item/transfer_valve{ + pixel_x = 5 + }, +/obj/item/transfer_valve{ + pixel_x = 5 + }, +/obj/structure/table/reinforced, +/obj/machinery/camera{ + c_tag = "Toxins Lab Port"; + dir = 1; + network = list("ss13","rd") + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"eRI" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/obj/machinery/door/firedoor, +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"eRO" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"eRR" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 9; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 9; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"eRT" = ( +/obj/structure/chair/office/light, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"eSh" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/electricshock, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"eSp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"eSs" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/turf_decal/weather/grass/line{ + dir = 4 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/security/prison) +"eSu" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"eSA" = ( +/obj/machinery/camera{ + c_tag = "Aft Primary Hallway North West" + }, +/obj/machinery/airalarm{ + pixel_y = 22 + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"eSD" = ( +/obj/structure/table/glass, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"eSL" = ( +/obj/machinery/power/solar_control{ + id = "auxsolareast"; + name = "Port Bow Solar Control" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"eSM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"eSV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/primary/central/upper) +"eTc" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"eTg" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"eTj" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"eTm" = ( +/obj/effect/turf_decal/weather/grass/surround{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"eTq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"eTr" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plasteel/stairs/left, +/area/crew_quarters/dorms/upper) +"eTv" = ( +/obj/machinery/vending/games, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/library) +"eTz" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"eTD" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/medical/medbay/central) +"eTG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"eTI" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera/autoname, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"eTJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"eTL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/door/airlock/engineering{ + dir = 8; + name = "Reactor Control"; + req_one_access_txt = "10;24" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/break_room) +"eTM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"eTO" = ( +/obj/machinery/vending/wardrobe/engi_wardrobe, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"eTP" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/tile/green, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-26" + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"eTW" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/medbay/upper) +"eTY" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/main/upper) +"eUa" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/engine/break_room) +"eUf" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 6 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cloudlayer) +"eUp" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"eUq" = ( +/turf/closed/wall, +/area/library) +"eUA" = ( +/obj/machinery/vending/engivend, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"eUB" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/transparent/openspace, +/area/medical/medbay/upper) +"eUF" = ( +/obj/machinery/atmospherics/pipe/simple/multiz, +/turf/open/floor/plating, +/area/engine/custom) +"eUJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"eUK" = ( +/obj/machinery/door/airlock/public{ + name = "Showers" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/prison) +"eUM" = ( +/obj/structure/flora/ausbushes/ppflowers, +/turf/open/floor/grass, +/area/crew_quarters/park) +"eUN" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall, +/area/hydroponics) +"eUO" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/stack/ore/iron, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"eUP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_whole_alt" + }, +/area/layenia/cave) +"eUU" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/item/folder/white, +/obj/item/stamp/rd{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/machinery/keycard_auth{ + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/crew_quarters/heads/hor) +"eUX" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 5; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"eVb" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/bar/cafe/backroom"; + dir = 8; + name = "Cafe Kitchen APC"; + pixel_x = -25 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"eVd" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 8; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 8; + name = "visible" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/end{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"eVh" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 8; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 8; + name = "visible" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/end{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"eVk" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/nanotrasen{ + pixel_y = 31 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"eVr" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 8; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 8; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/plating/layenia, +/area/layenia) +"eVu" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"eVz" = ( +/obj/structure/table, +/obj/item/crowbar/large, +/obj/item/crowbar{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"eVG" = ( +/obj/machinery/atmospherics/components/trinary/mixer/flipped{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/engineering) +"eVJ" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge_short"; + name = "short ledge" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/checker, +/area/maintenance/department/engine/upper) +"eVQ" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 9; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 9; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 9 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"eVR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"eWc" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"eWg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/toilet/upper"; + dir = 8; + name = "Upper Dormitory Toilets APC"; + pixel_x = -25 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"eWn" = ( +/obj/structure/lattice/catwalk, +/obj/structure/window/reinforced, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"eWy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/stairs/right{ + dir = 8 + }, +/area/layenia) +"eWJ" = ( +/obj/structure/lattice, +/turf/open/transparent/openspace, +/area/maintenance/port/aft/upper) +"eWP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/gateway) +"eWQ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plating/asteroid/layenia, +/area/crew_quarters/dorms/upper) +"eWR" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"eXg" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood, +/area/security/detectives_office) +"eXj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "xenobio8"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"eXn" = ( +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/machinery/door/window/northright{ + name = "Visitation Desk"; + req_access_txt = "63" + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/open/floor/wood, +/area/security/visitation) +"eXq" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"eXu" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/turf/open/floor/plating, +/area/security/prison) +"eXw" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"eXy" = ( +/obj/item/gun/ballistic/shotgun/riot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/ballistic/shotgun/riot, +/obj/item/gun/ballistic/shotgun/riot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/rack/shelf, +/turf/open/floor/plasteel{ + dir = 1; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/ai_monitored/security/armory) +"eXD" = ( +/turf/open/floor/plasteel{ + dir = 1; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/crew_quarters/locker) +"eXP" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"eXQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"eXS" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"eXT" = ( +/obj/machinery/vending/wardrobe/gene_wardrobe, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"eYb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"eYc" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/carpet/blue, +/area/ai_monitored/turret_protected/aisat_interior) +"eYf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/primary/port) +"eYo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"eYs" = ( +/turf/open/floor/plating, +/area/hallway/primary/aft/upper) +"eYt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"eYK" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"eYN" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"eYW" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"eZc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"eZE" = ( +/obj/structure/chair/sofachair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/security/courtroom) +"eZL" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/grimy{ + icon_state = "eighties"; + name = "retro floor" + }, +/area/arcade) +"eZM" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"eZN" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/emcloset, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"eZO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/visitation) +"eZR" = ( +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"faj" = ( +/obj/structure/grille, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/fore) +"fam" = ( +/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/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"fap" = ( +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/crew_quarters/fitness) +"fas" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"faw" = ( +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"faM" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/security/checkpoint/engineering) +"faO" = ( +/obj/structure/chair/sofachair{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/barber) +"faS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/security/glass{ + dir = 1; + name = "Security Office"; + req_access_txt = "63" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/checkpoint/engineering) +"fbb" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/port/fore) +"fbh" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard/upper) +"fbi" = ( +/obj/structure/table, +/obj/machinery/button/door{ + id = "Secure Gate"; + name = "Cell Shutters"; + pixel_x = -6 + }, +/obj/machinery/button/door{ + id = "Prison Gate"; + name = "Prison Wing Lockdown"; + pixel_x = -6; + pixel_y = 9; + req_access_txt = "2" + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 9; + pixel_y = 5 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"fbn" = ( +/obj/structure/railing, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-29" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/central) +"fbo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/fore) +"fbu" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"fbw" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/indestructible/layenia/sand, +/area/layenia/cave) +"fbB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"fbF" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/structure/flora/crystal/small/pile, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/hallway/primary/fore/upper) +"fbJ" = ( +/obj/structure/window{ + dir = 4 + }, +/obj/structure/table, +/obj/item/reagent_containers/rag/towel, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/dorms/C) +"fbO" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/checker, +/area/engine/atmos) +"fbZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"fcd" = ( +/turf/open/floor/plasteel, +/area/engine/break_room) +"fci" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"fcp" = ( +/obj/structure/chair/sofachair{ + dir = 4 + }, +/turf/open/floor/carpet/blue, +/area/medical/psych/roomB{ + name = "Psychology Dorm B" + }) +"fcw" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/open/floor/plasteel/checker, +/area/maintenance/department/engine/upper) +"fcz" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"fcA" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/tile/green{ + dir = 10 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"fcJ" = ( +/obj/structure/railing, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"fcN" = ( +/turf/open/floor/plasteel/stairs/medium, +/area/engine/break_room) +"fcU" = ( +/obj/machinery/atmospherics/pipe/simple/purple/visible, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"fcZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"fdc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fence{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/layenia) +"fdd" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"fdA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"fdD" = ( +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"fdE" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"fdF" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/spa/sauna) +"fdG" = ( +/turf/open/floor/plasteel/stairs/medium, +/area/science/xenobiology) +"fdL" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/item/radio/off, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"fdM" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"fdN" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hydroponics/garden) +"fdO" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"fdZ" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/smes/engineering, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"fed" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/break_room) +"fee" = ( +/obj/machinery/space_heater, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/courtroom) +"fek" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/grass, +/area/hallway/primary/port) +"feq" = ( +/obj/effect/turf_decal/bot, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"fet" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"fex" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/carpet, +/area/library) +"feB" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/medical/virology) +"feE" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"feH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"ffm" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/fore) +"ffo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/crew_quarters/theatre) +"ffp" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/filingcabinet/chestdrawer, +/obj/item/flashlight/lamp{ + pixel_y = 10 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ffr" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"ffu" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"ffv" = ( +/obj/structure/flora/crystal/medium/growth, +/turf/open/indestructible/layenia/crystal/garden, +/area/security/locker) +"ffw" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/structure/closet/wardrobe/white, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/crew_quarters/fitness) +"ffA" = ( +/obj/structure/chair/wood, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/medical/psych/ward) +"ffD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"ffK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/fore) +"ffP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/primary/starboard/upper) +"ffZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"fga" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"fgc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"fgj" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/dorms/G) +"fgp" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore) +"fgr" = ( +/obj/machinery/shieldgen, +/turf/open/floor/plating, +/area/engine/break_room) +"fgz" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/engine/engineering) +"fgA" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/machinery/camera/autoname{ + dir = 6 + }, +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"fgK" = ( +/obj/structure/closet/crate/bin, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"fgM" = ( +/obj/structure/chair/comfy/brown, +/obj/machinery/light/small{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/H) +"fgN" = ( +/obj/machinery/field/generator, +/turf/open/floor/plating, +/area/engine/break_room) +"fgT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"fgV" = ( +/obj/machinery/power/emitter, +/turf/open/floor/plating, +/area/engine/break_room) +"fhi" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_y = 4 + }, +/obj/item/t_scanner{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/multitool, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"fhy" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"fhz" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"fhA" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/item/folder/yellow, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/machinery/camera{ + c_tag = "Engineering Locker Room"; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"fhB" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"fhD" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/power/deck_relay, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"fhE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port/fore) +"fhI" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"fhJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"fhP" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/engine/break_room) +"fhU" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/engine/break_room) +"fib" = ( +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/security/lambent) +"fic" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"fie" = ( +/obj/effect/decal/cleanable/oil, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "gasstor" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/engine/engineering) +"fis" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/airalarm{ + pixel_y = 22 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/C) +"fiu" = ( +/obj/structure/table/wood, +/obj/structure/window, +/obj/structure/window{ + dir = 4 + }, +/obj/item/flashlight/lamp/green{ + pixel_y = 3 + }, +/turf/open/floor/carpet, +/area/library) +"fiz" = ( +/obj/machinery/door/airlock/engineering/glass{ + dir = 8; + name = "Engineering Locker Room" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 1; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/engine/break_room) +"fiG" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"fiH" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/chair/comfy, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"fiY" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "TEG - East"; + dir = 8; + network = list("ss13","engine") + }, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/structure/sign/warning/radiation{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"fja" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"fjc" = ( +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/fore) +"fjg" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"fjq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hos) +"fjr" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"fjs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"fju" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/spa/sauna) +"fjv" = ( +/obj/machinery/power/apc{ + areastring = "/area/hallway/secondary/entry/upper"; + dir = 4; + name = "Entry Hall APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/secondary/entry/upper) +"fjy" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/camera{ + c_tag = "Fore Bow Solar Control"; + dir = 8 + }, +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"fjA" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/junction, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"fjI" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 2 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard) +"fjN" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 10; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/park) +"fjP" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating/layenia, +/area/layenia) +"fjX" = ( +/obj/structure/table, +/obj/item/reagent_containers/rag/towel{ + pixel_x = -2; + pixel_y = 18 + }, +/obj/item/reagent_containers/rag/towel{ + pixel_y = 22 + }, +/obj/item/reagent_containers/rag/towel{ + pixel_y = 3 + }, +/obj/item/reagent_containers/rag/towel{ + pixel_x = -1; + pixel_y = 7 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/camera{ + c_tag = "Pool South"; + dir = 1; + name = "arrivals camera" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness/pool) +"fkb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"fkk" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/internals, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore) +"fkl" = ( +/obj/machinery/button/door{ + id = "QMLoaddoor"; + layer = 4; + name = "Loading Doors"; + pixel_x = 8; + pixel_y = -22 + }, +/obj/machinery/button/door{ + id = "QMLoaddoor2"; + layer = 4; + name = "Loading Doors"; + pixel_x = -8; + pixel_y = -22 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"fkp" = ( +/turf/closed/mineral/layenia, +/area/crew_quarters/dorms/upper) +"fkt" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port/aft/upper) +"fkv" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/primary/aft) +"fky" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"fkI" = ( +/obj/machinery/light/broken{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/space_heater, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/courtroom) +"fkK" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port/upper) +"fkT" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"fla" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/bridge) +"flb" = ( +/obj/structure/table/glass, +/obj/item/cigbutt, +/obj/item/trash/plate{ + pixel_y = 7 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/medical/medbay/central) +"flk" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/trash_pile, +/obj/effect/spawner/lootdrop/crate_spawner, +/turf/open/floor/plating, +/area/maintenance/theatre) +"fly" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"flB" = ( +/obj/structure/rack/shelf, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/open/floor/plasteel, +/area/storage/C) +"flD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/semendrip, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore) +"flJ" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 1; + name = "Xenoarchaeology Access" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/science/research) +"flW" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"flY" = ( +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"fma" = ( +/obj/structure/railing, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/table, +/obj/item/ashtray, +/turf/open/floor/plasteel, +/area/bridge) +"fmh" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_x = -27 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) +"fmi" = ( +/obj/structure/closet/secure_closet/personal, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/fitness/pool) +"fmy" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/pen, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/science/server"; + dir = 8; + name = "Server Room APC"; + pixel_x = -25 + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"fmz" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_end"; + name = "wood end" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"fmA" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"fmB" = ( +/turf/open/transparent/openspace, +/area/engine/engineering) +"fmC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"fmE" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"fmJ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"fmL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"fmO" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"fmT" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"fmZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"fnk" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"fnm" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"fno" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/item/clothing/glasses/meson{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/clothing/glasses/meson, +/turf/open/floor/plasteel, +/area/engine/break_room) +"fnq" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/break_room) +"fnr" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/break_room) +"fnu" = ( +/obj/structure/ladder, +/obj/machinery/light/small{ + pixel_y = -1 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"fnG" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/library) +"fnJ" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"fnN" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/engine/break_room) +"foa" = ( +/obj/structure/flora/crystal/small/pile, +/obj/structure/flora/crystal/small/growth, +/turf/open/indestructible/layenia/crystal, +/area/layenia) +"foc" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port) +"fod" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/obj/item/clothing/head/cone, +/turf/open/transparent/openspace, +/area/crew_quarters/theatre) +"foe" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/engine/break_room) +"fog" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen) +"foi" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/engine/break_room) +"fon" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/storage) +"for" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"foF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/theatre) +"foG" = ( +/obj/machinery/door/airlock/engineering/glass{ + dir = 8; + name = "Engineering Locker Room" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/engine/break_room) +"foH" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"foI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass_large{ + name = "Visitation" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/visitation) +"foM" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) +"foN" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/medical/psych/therapy) +"foQ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel/yellowsiding{ + dir = 1 + }, +/area/crew_quarters/fitness/pool) +"foV" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/crew_quarters/dorms/upper) +"foZ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/railing, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"fpp" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/engine/atmos) +"fpt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/crew_quarters/theatre) +"fpA" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/grass, +/area/security/prison) +"fpF" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"fpK" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"fpP" = ( +/obj/machinery/door/poddoor/preopen{ + id = "telelab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/engine, +/area/science/misc_lab) +"fpQ" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"fpR" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) +"fpT" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/theatre) +"fqd" = ( +/obj/structure/table, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/theatre) +"fqj" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"fqm" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"fqy" = ( +/obj/machinery/atmospherics/pipe/manifold4w/general/visible, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"fqB" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/storage/primary) +"fqE" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/light/floor, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"fqG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil{ + icon_state = "floor5" + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"fqK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/hallway/primary/port) +"fqM" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/medical/medbay/central) +"fqS" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard/aft/upper) +"frb" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"frg" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/solars/port/fore"; + dir = 8; + name = "Port Bow Solar APC"; + pixel_x = -25; + pixel_y = 3 + }, +/obj/structure/cable, +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"frk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/green{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/hydroponics) +"frn" = ( +/obj/machinery/light/small{ + pixel_y = -1 + }, +/obj/structure/ladder, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"frw" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/closet/crate, +/turf/open/floor/plasteel, +/area/engine/break_room) +"frz" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"frD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/quartermaster/mail) +"frE" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"frR" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"frS" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"frV" = ( +/obj/machinery/light_switch{ + pixel_x = 23 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/library) +"frW" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/medical/virology) +"fse" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/structure/railing, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"fsp" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/grille/broken, +/obj/structure/barricade/wooden/snowed{ + dir = 4 + }, +/turf/open/floor/plating{ + initial_gas_mix = "o2=22;n2=82;TEMP=180"; + planetary_atmos = 1 + }, +/area/maintenance/port/aft) +"fsu" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"fsw" = ( +/turf/open/floor/plasteel/dark, +/area/maintenance/fore) +"fsC" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"fsF" = ( +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"fsW" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/security/brig) +"ftc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"ftd" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/port"; + dir = 1; + name = "Port Maintenance APC"; + pixel_y = 26 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"ftf" = ( +/obj/machinery/porta_turret/ai{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"ftn" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"ftt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 4; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/hallway/primary/fore) +"ftw" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "half_stairs_darkfull"; + name = "dark steps" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/maintenance/fore) +"ftx" = ( +/obj/machinery/computer/lore_terminal/security, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/courtroom) +"ftz" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/department/medical/upper) +"ftA" = ( +/obj/structure/lattice, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"ftC" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"ftI" = ( +/obj/item/reagent_containers/food/snacks/hotdog{ + name = "glizzie" + }, +/turf/open/floor/plating, +/area/hallway/primary/fore/upper) +"ftQ" = ( +/turf/open/floor/plasteel{ + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/crew_quarters/theatre) +"ftV" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "line"; + name = "line" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/prison) +"fua" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/upper) +"fuf" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/science/research) +"fuh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"fui" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"fut" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"fuz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness/pool) +"fuB" = ( +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) +"fuM" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"fuN" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/chair/wood, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"fuO" = ( +/obj/machinery/camera{ + c_tag = "Engineering Secure Storage"; + dir = 4 + }, +/obj/machinery/shieldgen, +/turf/open/floor/plating, +/area/engine/break_room) +"fuT" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/structure/closet/radiation, +/turf/open/floor/plasteel, +/area/engine/break_room) +"fuW" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"fvj" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"fvr" = ( +/obj/item/picket_sign, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"fvx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/security/visitation) +"fvy" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"fvA" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"fvE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"fvF" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/department/engine/upper) +"fvG" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/PDAs{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/ids, +/turf/open/floor/plasteel, +/area/bridge) +"fvJ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/primary/starboard) +"fvM" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"fvX" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"fwe" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/turf/open/floor/plasteel, +/area/engine/engineering) +"fwl" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/break_room) +"fwm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/engine/break_room) +"fws" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel, +/area/engine/break_room) +"fwu" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/turf/open/floor/plasteel/dark, +/area/engine/break_room) +"fww" = ( +/obj/machinery/computer/camera_advanced, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"fwC" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"fwN" = ( +/obj/structure/table, +/obj/item/folder/yellow{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/pen, +/turf/open/floor/plasteel/dark, +/area/bridge) +"fwY" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -4 + }, +/obj/item/folder/white{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/science/xenobiology) +"fxo" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/sign/warning/electricshock{ + pixel_x = -32 + }, +/obj/structure/closet/radiation, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"fxr" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/library) +"fxt" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_decals_central6_corner"; + name = "maintenance hatch" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/atmos) +"fxA" = ( +/turf/open/indestructible/layenia/sand, +/area/layenia) +"fxC" = ( +/obj/machinery/power/apc{ + areastring = "/area/lawoffice"; + dir = 1; + name = "Law Office APC"; + pixel_y = 24 + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_whole" + }, +/area/security/courtroom) +"fxL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"fxN" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/closet/secure_closet/personal, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/lambent) +"fxR" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/range) +"fxS" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/engine/custom) +"fyk" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/item/stock_parts/cell/high, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) +"fym" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/maintenance/fore/upper) +"fyt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry/upper) +"fyv" = ( +/obj/structure/closet/crate, +/obj/item/shovel, +/obj/item/shovel, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"fyz" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"fyB" = ( +/obj/machinery/camera{ + c_tag = "TEG - South Center"; + dir = 1; + network = list("ss13","engine") + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"fyC" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore) +"fyF" = ( +/obj/effect/landmark/barthpot, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"fyI" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore) +"fyJ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"fyU" = ( +/obj/structure/lattice, +/turf/open/transparent/openspace, +/area/security/brig/upper) +"fyY" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall, +/area/chapel/office) +"fzb" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/door_timer{ + id = "Cell 1"; + name = "Cell 1"; + pixel_y = -32 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"fzg" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/break_room) +"fzh" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/table/reinforced, +/obj/item/book/manual/chef_recipes, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/bar/cafe) +"fzn" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/machinery/light/small{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plating, +/area/engine/break_room) +"fzo" = ( +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/engine/break_room) +"fzu" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/engine/break_room) +"fzD" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 10; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"fzI" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"fzL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/door/airlock/engineering/glass{ + dir = 1; + name = "Engineering Locker Room" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/engine/break_room) +"fzR" = ( +/obj/structure/girder, +/obj/structure/grille, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"fzV" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6; + name = "air supply pipe" + }, +/turf/closed/wall/r_wall, +/area/engine/custom) +"fzX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/chemistry) +"fAf" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/fitness/pool) +"fAg" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9; + name = "air supply pipe" + }, +/turf/closed/wall/r_wall, +/area/engine/break_room) +"fAl" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = -28 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"fAq" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/engineering/reactor_control) +"fAr" = ( +/obj/machinery/door/airlock/engineering/glass{ + dir = 1; + name = "Empty Engine Room"; + req_access_txt = "10" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/engine/custom) +"fAw" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar/cafe/storage) +"fAx" = ( +/turf/closed/wall, +/area/engine/break_room) +"fAy" = ( +/turf/open/floor/plasteel/stairs/medium{ + dir = 8 + }, +/area/layenia) +"fAF" = ( +/obj/structure/sign/painting/library{ + pixel_x = 25 + }, +/turf/open/floor/wood, +/area/security/prison) +"fAP" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating/layenia, +/area/layenia) +"fBc" = ( +/obj/machinery/computer/cargo/request{ + dir = 1 + }, +/obj/machinery/status_display/supply{ + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Cargo Office"; + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "loadingarea_flip" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/quartermaster/office) +"fBi" = ( +/obj/machinery/camera/autoname{ + dir = 9 + }, +/turf/open/transparent/openspace, +/area/security/brig/upper) +"fBm" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/dorms/upper) +"fBp" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/hallway/primary/aft/upper) +"fBs" = ( +/obj/structure/closet/crate, +/turf/open/floor/plating/layenia, +/area/layenia) +"fBw" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/central) +"fBC" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"fBG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"fBH" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating/layenia, +/area/layenia) +"fBJ" = ( +/obj/effect/turf_decal/stripes/box, +/obj/structure/ore_box, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating, +/area/layenia) +"fBP" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"fBR" = ( +/obj/structure/flora/crystal/medium/growth{ + pixel_x = -20 + }, +/turf/open/indestructible/layenia/crystal, +/area/layenia/cave) +"fCd" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 1 + }, +/area/crew_quarters/theatre) +"fCn" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"fCr" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/maintenance/department/security) +"fCC" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/storage/crayons, +/obj/item/folder{ + pixel_y = 2 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"fCH" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/bar/cafe/backroom{ + name = "Cafe Kitchen" + }) +"fDe" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/primary/fore/upper) +"fDf" = ( +/obj/structure/bodycontainer/crematorium{ + id = "crematoriumChapel" + }, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/chapel/main) +"fDg" = ( +/obj/machinery/power/tracker, +/obj/effect/baseturf_helper/cloud, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/airless/solarpanel{ + initial_gas_mix = "o2=22;n2=82;TEMP=180"; + planetary_atmos = 1 + }, +/area/layenia/cloudlayer) +"fDn" = ( +/obj/structure/table/wood/fancy, +/obj/item/candle{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/storage/box/matches{ + pixel_x = -3; + pixel_y = 8 + }, +/obj/machinery/camera{ + c_tag = "Chapel Crematorium"; + dir = 8 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/chapel/main) +"fDp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Garden" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/prison) +"fDy" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/maintenance/fore) +"fDB" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry/upper) +"fDM" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on, +/obj/effect/turf_decal/stripes/box, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"fDN" = ( +/obj/item/radio/off, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/security/checkpoint/engineering"; + dir = 8; + name = "Engineering Security APC"; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) +"fDO" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port/upper) +"fDR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/secondary/exit) +"fDT" = ( +/obj/structure/table/wood, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/chapel/main) +"fDZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, /obj/structure/chair{ dir = 4 }, -/turf/open/floor/plasteel/white/corner, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/processing) +"fEf" = ( +/obj/machinery/door/poddoor/preopen{ + id = "hos" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/grille, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/hos) +"fEp" = ( +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/table/wood, +/obj/item/storage/box/bodybags{ + pixel_y = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/chapel/main) +"fEu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"fEE" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/stripes/box, +/obj/effect/turf_decal/stripes/red/box, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"fEG" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"fEI" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"fEK" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/exit) +"fEP" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/pen, +/turf/open/floor/plasteel/dark, +/area/science/research) +"fFc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"fFh" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/carpet, +/area/chapel/main) +"fFA" = ( +/obj/machinery/light/small{ + pixel_y = -1 + }, +/obj/structure/table/plasmaglass, +/obj/item/ashtray, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"fFG" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"fFI" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/machinery/chem_master/condimaster, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"fFS" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_trim" + }, +/area/medical/psych/lobby) +"fFU" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark/corner, +/area/crew_quarters/dorms/upper) +"fFX" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light/small{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/camera{ + c_tag = "Chapel Office" + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"fGf" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"fGg" = ( +/obj/effect/turf_decal/delivery/white, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/fore/upper) +"fGp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/medbay/aft) +"fGw" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "kanyewest"; + name = "privacy shutters" + }, +/turf/open/floor/plating, +/area/security/detectives_office) +"fGz" = ( +/turf/closed/wall, +/area/security/brig/upper) +"fGJ" = ( +/obj/structure/sign/plaques/kiddie/badger{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"fGK" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"fGT" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/aisat/atmos"; + dir = 8; + name = "MiniSat Atmospherics APC"; + pixel_x = -27 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Air Out" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"fGY" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/hallway/secondary/entry/upper) +"fHj" = ( +/obj/machinery/power/deck_relay, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"fHu" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/medical/medbay/central) +"fHC" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/camera/autoname, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/central/upper) +"fHE" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft/upper) +"fHI" = ( +/obj/machinery/vending/wardrobe/chap_wardrobe, +/obj/machinery/light/small{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"fHJ" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 6; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/chair/sofachair{ + dir = 1 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/wood, +/area/library) +"fHN" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/door/poddoor/preopen{ + id = "maint1" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"fHT" = ( +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, /area/engine/break_room) -"diU" = ( +"fHZ" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 1; + name = "Security Maintenance"; + req_access_txt = "63" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore) +"fIc" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) +"fIe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"fIt" = ( +/turf/open/floor/plasteel/white/side{ + dir = 8; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/entry/upper) +"fIu" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"fIy" = ( +/obj/machinery/computer/arcade/orion_trail{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"fIB" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/starboard/upper) +"fIC" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"fIF" = ( +/obj/structure/flora/junglebush, +/turf/open/floor/grass, +/area/medical/psych/ward) +"fIG" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/rods/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/electronics/airlock, +/obj/item/electronics/airlock, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stack/sheet/mineral/plasma{ + amount = 30 + }, +/turf/open/floor/plating, +/area/engine/break_room) +"fIH" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + sortType = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"fIJ" = ( +/obj/machinery/door/poddoor{ + dir = 4; + id = "Secure Storage"; + name = "secure storage" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/break_room) +"fIM" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"fIS" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/sorting) +"fJb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/engine/custom) +"fJf" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"fJg" = ( +/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/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"fJk" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/break_room) +"fJl" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/park) +"fJm" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"fJo" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"fJp" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"fJG" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"fJN" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/transparent/openspace, +/area/medical/medbay/upper) +"fJP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/security/main/upper) +"fJR" = ( +/obj/machinery/suit_storage_unit/security, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"fJT" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"fJY" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/upper) +"fKd" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"fKi" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/break_room) +"fKs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"fKv" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/F) +"fKA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"fKE" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"fKJ" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"fKQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"fKS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/engine/custom) +"fLh" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/fore) +"fLq" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"fLu" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_end"; + name = "wood end" + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/security/prison) +"fLR" = ( +/obj/structure/chair/comfy{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/fitness/pool) +"fLU" = ( +/obj/machinery/computer/mech_bay_power_console, +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"fLV" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"fLX" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"fLZ" = ( +/obj/structure/railing, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"fMi" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/custom) +"fMn" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "ledge_pool"; + name = "pool ledge" + }, +/turf/open/pool, +/area/security/prison) +"fMF" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"fMI" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"fMK" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"fML" = ( +/obj/machinery/computer/shuttle/mining, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"fMO" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel, +/area/engine/break_room) +"fMV" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 10; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/fitness) +"fMY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/security/main/upper) +"fNd" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark, +/area/security/range) +"fNe" = ( +/turf/open/floor/carpet, +/area/crew_quarters/dorms/F) +"fNk" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/poster/contraband/moffuchis_pizza{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/hallway/secondary/service) +"fNm" = ( +/turf/open/floor/plasteel/stairs/right{ + dir = 8 + }, +/area/layenia) +"fNn" = ( +/obj/structure/closet/crate/coffin, +/obj/item/reagent_containers/food/snacks/grown/poppy, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"fNw" = ( +/obj/structure/holohoop{ + dir = 1; + layer = 4.1; + pixel_y = 3 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "line"; + name = "line" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/prison) +"fNx" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/filingcabinet, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/camera{ + c_tag = "Captain's Office"; + dir = 6 + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = 29 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"fNy" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/chapel/main) +"fNz" = ( +/obj/structure/table, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"fNF" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"fNP" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"fNX" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/chapel/main) +"fOa" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/wood, +/area/security/detectives_office) +"fOb" = ( +/obj/machinery/power/apc{ + areastring = "/area/hallway/primary/fore"; + dir = 8; + name = "Fore Primary Hallway APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole" + }, +/area/hallway/primary/fore) +"fOf" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/port/upper) +"fOj" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/table/wood/fancy/kinaris, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-30"; + pixel_y = 20 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/lambent) +"fOk" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"fOo" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/black, +/turf/open/floor/plasteel, +/area/engine/engineering) +"fOt" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/range) +"fOw" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/junglebush, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/library) +"fOx" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/transparent/openspace, +/area/crew_quarters/theatre) +"fOy" = ( +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/maintenance/starboard/aft/upper) +"fOB" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/tree/jungle{ + icon_state = "tree"; + pixel_y = -37 + }, +/obj/effect/turf_decal/weather/grass/line{ + dir = 6 + }, +/turf/open/water/jungle, +/area/crew_quarters/dorms/upper) +"fOH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/range) +"fOI" = ( +/obj/structure/railing/handrail{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"fOL" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/science/storage) +"fOM" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel{ + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/hallway/primary/fore) +"fOO" = ( +/obj/structure/table, +/obj/item/pen/red, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"fOP" = ( +/obj/structure/railing, +/obj/machinery/light/floor, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig/upper) +"fOV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"fOW" = ( +/turf/open/floor/wood, +/area/library) +"fOZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"fPe" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"fPh" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"fPj" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/airalarm{ + pixel_y = 22 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"fPk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/closed/wall/r_wall, +/area/security/checkpoint/engineering) +"fPn" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"fPK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/chair/bench{ + dir = 1 + }, +/turf/open/floor/plasteel/chapel{ + dir = 4 + }, +/area/chapel/main) +"fPM" = ( +/obj/machinery/vending/engineering, +/turf/open/floor/plating, +/area/engine/break_room) +"fPO" = ( +/obj/structure/table, +/obj/item/storage/box/syringes{ + pixel_y = 5 + }, +/obj/item/clothing/glasses/science{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/clothing/glasses/science, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/chemistry) +"fPS" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/structure/noticeboard/cmo{ + pixel_y = 27 + }, +/obj/item/folder/white{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/pen, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/central) +"fPX" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_end"; + name = "wood end" + }, +/turf/open/floor/carpet, +/area/chapel/main) +"fPY" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"fQg" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/theatre) +"fQl" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 1; + name = "Psychology Maintenance"; + req_access_txt = "45" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/medical/psych/ward) +"fQn" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"fQw" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/bookcase/random/religion, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/library) +"fQB" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/G) +"fQD" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/yellowsiding{ + dir = 8 + }, +/area/maintenance/fore/upper) +"fQF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"fQW" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/break_room) +"fQY" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"fRk" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/engine/custom) +"fRy" = ( +/obj/machinery/atmospherics/pipe/simple/purple/hidden{ + dir = 6 + }, +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/engine/engineering/reactor_control) +"fRC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"fRK" = ( +/obj/structure/flora/rock/jungle, +/mob/living/simple_animal/butterfly, +/turf/open/floor/grass, +/area/security/prison) +"fSd" = ( +/turf/open/floor/plating/asteroid/layenia/garden, +/area/hallway/primary/aft/upper) +"fSi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"fSl" = ( +/obj/machinery/atmospherics/pipe/simple/purple/hidden{ + dir = 8 + }, +/turf/closed/wall/mineral/lead, +/area/engine/engineering/reactor_control) +"fSo" = ( +/obj/machinery/atmospherics/pipe/manifold/purple/hidden{ + dir = 1 + }, +/turf/closed/wall/mineral/lead, +/area/engine/engineering/reactor_control) +"fSr" = ( +/obj/machinery/atmospherics/pipe/simple/purple/hidden{ + dir = 9 + }, +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/engine/engineering/reactor_control) +"fSu" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"fSw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/corner{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"fSA" = ( +/obj/structure/chair/office/dark, +/turf/open/floor/wood, +/area/security/detectives_office) +"fSD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/engine/engineering) +"fSN" = ( +/obj/structure/grille, +/turf/closed/wall/r_wall, +/area/layenia/cloudlayer) +"fSV" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"fTc" = ( +/turf/open/floor/carpet, +/area/library) +"fTg" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/security/brig/upper) +"fTl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"fTm" = ( +/obj/machinery/smartfridge/chemistry/preloaded, +/turf/closed/wall, +/area/medical/chemistry) +"fTs" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/medical/psych/ward) +"fTu" = ( +/obj/machinery/power/apc{ + areastring = "/area/hallway/primary/fore/upper"; + dir = 8; + name = "Upper Fore Primary Hallway APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_whole" + }, +/area/hallway/primary/fore/upper) +"fTx" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"fTD" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"fTF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"fTH" = ( +/turf/closed/wall, +/area/storage/A) +"fTL" = ( +/obj/structure/chair/bench/left{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/spa/sauna) +"fTM" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"fTO" = ( +/obj/effect/turf_decal/bot_white, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/courtroom) +"fTR" = ( +/obj/structure/table, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"fTZ" = ( +/turf/open/floor/plasteel/stairs/right, +/area/security/brig) +"fUb" = ( +/obj/structure/bodycontainer/morgue, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"fUc" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_y = 10 + }, +/obj/item/toy/figure/chaplain, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"fUe" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/medical/psych/lobby) +"fUf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"fUg" = ( +/obj/machinery/light/small{ + pixel_y = -1 + }, +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/fore) +"fUq" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/chief) +"fUt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 10 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"fUC" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/chief) +"fUE" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main) +"fUG" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/chief) +"fUI" = ( +/obj/item/clothing/head/cone, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"fUU" = ( +/obj/machinery/suit_storage_unit/engine, +/obj/effect/turf_decal/bot, +/obj/machinery/camera{ + c_tag = "Engineering Access North"; + dir = 5 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/break_room) +"fUV" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/xenobiology) +"fUY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/layenia/cave) +"fUZ" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "medshut1"; + name = "shutters" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/chemistry) +"fVb" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge_short"; + name = "short ledge" + }, +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/security/lambent) +"fVj" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/break_room) +"fVk" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"fVv" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"fVI" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/fitness/pool) +"fVN" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/brig) +"fVP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/custom) +"fVV" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/mineral/lead, +/area/engine/engineering/reactor_control) +"fVZ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/engine/atmos) +"fWa" = ( +/obj/structure/closet/radiation, +/obj/effect/turf_decal/delivery, +/obj/item/clothing/glasses/meson/engine, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"fWh" = ( +/obj/structure/closet/radiation, +/obj/effect/turf_decal/delivery, +/obj/item/clothing/glasses/meson/engine, +/obj/machinery/camera/autoname, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"fWk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"fWu" = ( +/obj/structure/closet/emcloset, +/obj/structure/sign/warning/radiation{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"fWK" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"fWL" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 2 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"fWR" = ( +/obj/effect/turf_decal/stripes/box, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"fWS" = ( +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/turf/closed/wall/mineral/lead, +/area/engine/engineering/reactor_control) +"fWV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/secondary/service) +"fXe" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/carpet, +/area/library) +"fXh" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"fXj" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/processing) +"fXp" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/wood, +/area/science/research) +"fXs" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/theatre/upper"; + dir = 1; + name = "Upper Theatre Maintenance APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"fXt" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"fXv" = ( +/obj/machinery/photocopier, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/wood, +/area/science/research) +"fXx" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"fXA" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + layer = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"fXC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 10 + }, +/obj/structure/table, +/obj/machinery/computer/reactor/stats{ + pixel_y = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"fXG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"fXP" = ( +/obj/machinery/airalarm{ + pixel_y = 22 + }, +/obj/structure/table, +/obj/machinery/computer/reactor/fuel_rods{ + pixel_y = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"fXQ" = ( +/obj/structure/trash_pile, +/turf/open/floor/wood{ + icon_state = "wood-broken2" + }, +/area/maintenance/department/engine/upper) +"fXS" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "trim"; + name = "trim" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/bridge) +"fXU" = ( +/obj/structure/table, +/obj/machinery/computer/reactor/control_rods{ + pixel_y = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"fXY" = ( +/obj/structure/table, +/obj/item/plant_analyzer, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"fYb" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "half_stairs_darkfull"; + name = "dark steps" + }, +/obj/machinery/airalarm{ + pixel_y = 22 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"fYo" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/security/checkpoint/engineering) +"fYp" = ( +/obj/structure/ladder, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"fYu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/engine/custom) +"fYy" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"fYE" = ( +/obj/structure/railing/handrail{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"fYL" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/port/upper) +"fYW" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "xenobio6"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"fZN" = ( +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore/upper) +"fZO" = ( +/obj/machinery/modular_computer/console/preset/engineering, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/camera/autoname, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"fZR" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/rec) +"gab" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/table, +/obj/item/toy/figure/ce{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/coin/uranium{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"gah" = ( +/turf/closed/wall, +/area/quartermaster/mail) +"gai" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"gak" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"gal" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/wood, +/area/library) +"gaE" = ( +/obj/structure/table, +/turf/open/floor/plasteel/dark, +/area/security/visitation) +"gaF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/closet/crate, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/miningdock) +"gaH" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/dorms/C) +"gaO" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/pen, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"gaP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/maintenance/fore/upper) +"gaQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_trim" + }, +/area/medical/sleeper) +"gaT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"gbb" = ( +/obj/structure/closet/crate, +/obj/item/flashlight, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"gbk" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/visitation) +"gbp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"gbr" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/bridge) +"gbs" = ( +/obj/machinery/door/airlock/security/glass{ + dir = 8; + id_tag = "outerbrig"; + name = "Security Lobby"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/main/upper) +"gbD" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"gbE" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/security/visitation) +"gbF" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"gbH" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"gbI" = ( +/obj/machinery/power/apc{ + areastring = "/area/chapel/office"; + name = "Chapel Office APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"gbJ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 4 + }, +/area/engine/break_room) +"gbK" = ( +/obj/machinery/disposal/bin, +/obj/machinery/light/small{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"gbQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/park) +"gbX" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow, +/obj/machinery/camera{ + c_tag = "Chief Engineer's Quarters"; + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/chief) +"gbZ" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"gca" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"gci" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/table{ + pixel_y = 2 + }, +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/medical/medbay/upper) +"gcj" = ( +/turf/open/indestructible/layenia/crystal, +/area/layenia/cave) +"gck" = ( +/obj/effect/turf_decal/weather/grass/line, +/turf/open/indestructible/concrete, +/area/layenia) +"gcr" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/fore) +"gcs" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/lounge) +"gcu" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/wood, +/area/security/prison) +"gcB" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 4; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/exit/upper) +"gcC" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/pointybush, +/obj/structure/flora/junglebush, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/medical/psych/ward) +"gcI" = ( +/obj/structure/table/glass, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"gcN" = ( +/obj/structure/table/wood/fancy, +/obj/item/candle{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/maintenance/fore/upper) +"gcP" = ( +/obj/structure/table/wood, +/obj/item/clipboard, +/obj/item/clothing/glasses/meson/gar, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/chief) +"gcU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"gcX" = ( +/obj/structure/table, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/syringes, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/storage) +"gcZ" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/wood, +/area/security/detectives_office) +"gde" = ( +/obj/effect/turf_decal/plaque, +/obj/effect/turf_decal/box, +/turf/open/floor/engine, +/area/layenia/cave) +"gdl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/security/checkpoint/engineering) +"gdn" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"gdt" = ( +/obj/structure/table/wood, +/obj/item/book/lorebooks/welcome_to_kinaris, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/chief) +"gdv" = ( +/obj/structure/punching_bag, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/fitness) +"gdw" = ( +/obj/structure/rack/shelf, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/storage/B) +"gdz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/crew_quarters/dorms/upper) +"gdN" = ( +/turf/open/indestructible/layenia/sand{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/hallway/primary/aft/upper) +"gdO" = ( +/obj/structure/dresser, +/obj/item/flashlight/lamp/green{ + pixel_x = -4; + pixel_y = 16 + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/chief) +"gdT" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/structure/tank_dispenser, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/break_room) +"geb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Engineering Maintenance"; + req_access_txt = "10" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/custom) +"gei" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/break_room) +"gel" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"ger" = ( +/obj/machinery/recharge_station, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"geu" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"geD" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/box, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/aisat/hallway) +"geX" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"gfa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/engineering/reactor_control) +"gfn" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/engineering/reactor_control) +"gfq" = ( +/obj/structure/flora/crystal/small/pile, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/hallway/primary/starboard/upper) +"gfr" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6; + name = "air supply pipe" + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"gfs" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 10 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_trim" + }, +/area/medical/medbay/central) +"gft" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"gfy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/engineering/reactor_control) +"gfG" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"gfW" = ( +/obj/machinery/door/airlock/mining{ + name = "Auxiliary Base Construction Lobby" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/construction/mining/aux_base) +"gfX" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_y = 10 + }, +/obj/item/stack/packageWrap, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/library) +"ggf" = ( +/obj/machinery/door/airlock/engineering{ + dir = 8; + name = "Reactor Control"; + req_one_access_txt = "10;24" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/engineering/reactor_control) +"ggg" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/easel, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/medical/psych/rec) +"ggn" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/machinery/status_display{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"ggq" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"ggx" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"ggA" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/box, +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/ai) +"ggC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/engine/custom) +"ggI" = ( +/obj/structure/table/glass, +/obj/item/book/manual/wiki/chemistry{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/book/manual/wiki/chemistry, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/chemistry) +"ggK" = ( +/obj/machinery/computer/prisoner/management{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"ggM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/layenia/cave) +"ggS" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/camera/autoname, +/turf/open/floor/plasteel/dark, +/area/medical/medbay/upper) +"ggT" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/effect/turf_decal/delivery, +/obj/structure/reagent_dispensers/fueltank/high, +/turf/open/floor/plating, +/area/layenia/cave) +"ggV" = ( +/obj/effect/turf_decal/tile/green{ + dir = 6 + }, +/obj/structure/sign/poster/official/safety_internals{ + pixel_y = -31 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"ghd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/department/engine/upper) +"ghe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"ghg" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/doorButtons/access_button{ + idDoor = "virology_airlock_interior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_x = 8; + pixel_y = -28; + req_access_txt = "39" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/virology) +"ghl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ghB" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/atmos) +"ghI" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"ghM" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"ghQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/engine/engineering) +"ghR" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plasteel/stairs/medium{ + icon_state = "stairs_darkfull_m"; + name = "dark medium" + }, +/area/maintenance/department/engine/upper) +"ghT" = ( +/obj/machinery/smartfridge, +/turf/closed/wall, +/area/security/prison) +"ghX" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"gib" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/dropper, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Genetics Research"; + dir = 10; + network = list("ss13","medbay") + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"gic" = ( +/obj/machinery/telecomms/processor/preset_one, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"gif" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"gih" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"gio" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/custom) +"giq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/junction, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry/upper) +"gix" = ( +/obj/structure/ladder, +/obj/structure/lattice/catwalk, +/turf/open/transparent/openspace, +/area/layenia/cave) +"giD" = ( +/obj/machinery/light/broken{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/maintenance/department/engine/upper) +"giL" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"giQ" = ( +/obj/structure/flora/crystal/medium/growth, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/hallway/primary/starboard/upper) +"giX" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/crew_quarters/dorms/upper) +"giY" = ( +/obj/machinery/door/airlock/engineering{ + dir = 8; + name = "Reactor Control"; + req_one_access_txt = "10;24" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/engineering/reactor_control) +"gjg" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-05" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"gjm" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"gjx" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"gjN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible, +/turf/open/floor/carpet/royalblack, +/area/engine/engineering/reactor_control) +"gjX" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/firealarm{ + pixel_x = 8; + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"gkg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 1 + }, +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/royalblack, +/area/engine/engineering/reactor_control) +"gkk" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ + dir = 4; + name = "euthanization chamber freezer" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"gkl" = ( +/obj/machinery/cryopod, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"gkq" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig/upper) +"gkr" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Chapel" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/chapel/main) +"gku" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/white/side{ + dir = 10 + }, +/area/medical/medbay/central) +"gkv" = ( +/turf/closed/wall/r_wall, +/area/maintenance/port/aft) +"gkz" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible, +/turf/open/floor/carpet/royalblack, +/area/engine/engineering/reactor_control) +"gkN" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/park) +"gkU" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/chair/office/light, +/turf/open/floor/carpet/royalblack, +/area/engine/engineering/reactor_control) +"glf" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry/upper) +"glg" = ( +/obj/machinery/atmospherics/pipe/simple/dark/visible{ + dir = 4 + }, +/turf/open/floor/engine/vacuum, +/area/engine/engineering) +"glh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/maintenance/fore/upper) +"gll" = ( +/obj/item/beacon, +/turf/open/floor/engine, +/area/science/xenobiology) +"glm" = ( +/obj/effect/turf_decal/bot_white, +/obj/structure/closet/crate/hydroponics, +/obj/item/storage/bag/plants/portaseeder, +/obj/item/shovel/spade, +/obj/item/plant_analyzer, +/obj/item/reagent_containers/glass/bottle/nutrient/rh{ + pixel_x = 2; + pixel_y = 1 + }, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/glass/bottle/nutrient/rh{ + pixel_x = 2; + pixel_y = 1 + }, +/obj/item/reagent_containers/spray/pestspray{ + pixel_x = 3; + pixel_y = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"gls" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/sleeper) +"glu" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "medshut2"; + name = "shutters" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/crew_quarters/heads/cmo) +"gly" = ( +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/primary/port/upper) +"glA" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"glB" = ( +/obj/structure/rack/shelf, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"glC" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing/handrail{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge_alt"; + name = "ledge" + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/fitness) +"glD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/security/lambent) +"glJ" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/theatre/blackbox) +"glR" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/security) +"glW" = ( +/obj/structure/flora/crystal/medium/growth{ + icon_state = "crystalgrowth2" + }, +/obj/effect/landmark/observer_start, +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/primary/central) +"glY" = ( +/obj/structure/table, +/obj/item/stack/packageWrap{ + pixel_y = 8 + }, +/obj/machinery/camera{ + c_tag = "Security Office West"; + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"gme" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/royalblack, +/area/engine/engineering/reactor_control) +"gmi" = ( +/obj/item/radio/intercom{ + pixel_x = 26 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"gmu" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"gmv" = ( +/obj/structure/table/wood/fancy, +/obj/item/reagent_containers/food/snacks/grown/harebell, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"gmw" = ( +/obj/structure/lattice/catwalk, +/turf/open/transparent/openspace, +/area/crew_quarters/theatre) +"gmx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"gmz" = ( +/obj/structure/table/wood/fancy, +/obj/item/candle{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"gmB" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"gmG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"gmV" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/main/upper) +"gmX" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"gna" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/hos) +"gnc" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/security/vacantoffice/a) +"gnd" = ( +/obj/machinery/camera{ + c_tag = "Aft Primary Hallway North"; + dir = 9 + }, +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"gng" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"gno" = ( +/obj/structure/closet/crate, +/obj/item/toy/katana, +/obj/item/clothing/head/fedora, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"gnq" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/closet/secure_closet/engineering_chief, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"gnz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/mob/living/simple_animal/parrot/Poly, +/turf/open/floor/wood, +/area/crew_quarters/heads/chief) +"gnH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_trim" + }, +/area/medical/psych/ward) +"gnT" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 8 + }, +/area/hallway/secondary/exit/upper) +"gnX" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd2"; + name = "research lab shutters" + }, /obj/effect/spawner/structure/window, /turf/open/floor/plating, +/area/science/lab) +"gnZ" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/chief) +"goa" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/hallway/primary/fore/upper) +"goe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/chief) +"goi" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/white/side, +/area/science/research) +"gop" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft/upper) +"gou" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"gov" = ( +/obj/machinery/camera{ + c_tag = "Medbay Treatment Center"; + dir = 8; + network = list("ss13","medbay") + }, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_plate" + }, +/area/medical/sleeper) +"gow" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"goG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/structure/bed/double, +/obj/item/bedsheet/ce/double, +/turf/open/floor/wood, +/area/crew_quarters/heads/chief) +"goH" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/port/upper) +"goK" = ( +/obj/machinery/suit_storage_unit/engine, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/break_room) +"goM" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"goN" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 5; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/chair/sofachair, +/turf/open/floor/wood, /area/library) -"diW" = ( +"goO" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central/upper) +"goR" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel/white/side, +/area/science/misc_lab) +"goS" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"goY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"gpz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/camera/motion{ + c_tag = "Armory Motion Sensor"; + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"gpE" = ( +/obj/structure/closet/secure_closet/medical1, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/gateway) +"gpJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/engineering/reactor_control) +"gpQ" = ( +/turf/open/floor/plasteel/stairs/medium{ + dir = 4 + }, +/area/security/brig/upper) +"gpS" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/noslip, +/area/engine/engineering/reactor_control) +"gpT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/small{ + pixel_y = -1 + }, +/turf/open/floor/noslip, +/area/engine/engineering/reactor_control) +"gpV" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/closet/lasertag/red, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/crew_quarters/fitness) +"gqb" = ( +/obj/item/radio/intercom{ + pixel_x = 27 + }, +/obj/machinery/shower{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/noslip, +/area/engine/engineering/reactor_control) +"gqd" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"gqo" = ( +/obj/structure/closet/secure_closet/warden, +/obj/machinery/power/apc{ + areastring = "/area/security/warden"; + dir = 8; + name = "Brig Control APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/airalarm{ + pixel_y = 22 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/security/warden) +"gqr" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig) +"gqx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/engine/custom) +"gqG" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig/upper) +"gqH" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1{ + dir = 1 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering/reactor_control) +"gqL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/door/airlock/atmos/abandoned{ + dir = 4; + name = "Atmospherics Maintenance"; + req_access_txt = "12;24" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"gqM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/security/courtroom) +"gqO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/binary/pump/on/layer3{ + dir = 8; + name = "Air In" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"gqR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -25 + }, +/obj/machinery/button/door{ + id = "nukereactor"; + name = "Emergency Shutters Control"; + pixel_x = -23; + pixel_y = -23; + req_access_txt = "10;24" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"gqY" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"grb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"grf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"grB" = ( +/turf/closed/wall, +/area/security/main/upper) +"grE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Atmospherics to Reactor" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"grG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"grI" = ( +/obj/machinery/light_switch{ + pixel_x = 23 + }, +/obj/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/plasteel/stairs/right{ + dir = 1; + icon_state = "stairs_wood_r"; + name = "wood right" + }, +/area/library) +"grL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"grM" = ( +/turf/closed/wall/r_wall, +/area/security/visitation) +"grR" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"grV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Atmospherics to Moderator" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"grX" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_a) +"gsh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 + }, +/obj/machinery/computer/station_alert{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"gsi" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"gsm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 8 + }, +/obj/structure/table, +/obj/machinery/button/door{ + id = "au_nuclear_vent"; + name = "RBMK Compartment Flush" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"gsu" = ( +/obj/structure/reagent_dispensers/virusfood{ + pixel_x = -30 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/structure/closet/secure_closet/medical1, +/turf/open/floor/plasteel/white/corner, +/area/medical/virology) +"gsz" = ( +/obj/machinery/vending/kink, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/bar) +"gsH" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"gsT" = ( +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"gsU" = ( +/obj/structure/filingcabinet, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"gtc" = ( +/obj/structure/flora/tree/jungle/small{ + icon_state = "tree"; + pixel_x = -22 + }, +/turf/open/floor/grass, +/area/crew_quarters/park) +"gtj" = ( +/obj/machinery/disposal/bin, +/obj/machinery/camera{ + c_tag = "Robotics Lab - South"; + dir = 1; + network = list("ss13","rd") + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"gtn" = ( +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"gto" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"gtp" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/mail"; + dir = 1; + name = "Mail Office APC"; + pixel_y = 24 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"gts" = ( +/obj/structure/table/wood, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/barber) +"gtt" = ( +/obj/structure/cable/yellow, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/power/apc{ + areastring = "/area/engine/engineering/reactor_control"; + dir = 4; + name = "Reactor Control Room APC"; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"gtv" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/plasteel/checker, +/area/bridge) +"gtx" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/turf/open/floor/engine/vacuum, +/area/engine/engineering) +"gtz" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters{ + id = "storageA" + }, +/turf/open/floor/plating, +/area/storage/A) +"gtH" = ( +/obj/structure/chair/bench/metal/left{ + dir = 8 + }, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/fitness/pool) +"gtO" = ( +/obj/structure/chair/foldingchair, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"gtR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/security/processing) +"gtV" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/port) +"gtW" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"gua" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/structure/closet/masks, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/crew_quarters/fitness) +"gub" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood, +/area/library) +"guc" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"gud" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"gug" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"guh" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"gup" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"guq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"guC" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig) +"guP" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/item/twohanded/required/kirbyplants/photosynthetic{ + pixel_y = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"guU" = ( +/obj/machinery/door/poddoor/preopen{ + id = "hos" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/grille, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/hos) +"guW" = ( +/obj/structure/chair/stool, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/security/visitation) +"guY" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/aisat/service"; + dir = 4; + name = "MiniSat Service Bay APC"; + pixel_x = 27 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"gvb" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/chapel/main) +"gve" = ( +/obj/structure/railing, +/obj/effect/turf_decal/loading_area{ + color = null; + dir = 8; + icon_state = "half_stairs_wood"; + name = "wood steps" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/chapel/main) +"gvA" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/upper) +"gvC" = ( +/obj/structure/chair/bench/metal/left{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/fitness/pool) +"gvD" = ( +/obj/structure/railing, +/obj/effect/turf_decal/loading_area{ + color = null; + dir = 4; + icon_state = "half_stairs_wood"; + name = "wood steps" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/chapel/main) +"gvF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/psych/ward) +"gvL" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/chair/office/dark, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"gvR" = ( +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/chapel/main) +"gvV" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"gvX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/chapel/main) +"gwb" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"gwf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/door/airlock/command{ + dir = 1; + name = "Chief Engineer's Quarters"; + req_access_txt = "56" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/chief) +"gwh" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"gwA" = ( +/obj/machinery/chem_master, +/obj/effect/turf_decal/bot, +/obj/machinery/camera{ + c_tag = "Research Division Chemistry Corner"; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/misc_lab) +"gwB" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/glasses/meson/engine, +/obj/item/tank/internals/emergency_oxygen/engi{ + pixel_x = 5 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"gwG" = ( +/obj/machinery/power/deck_relay, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"gwN" = ( +/turf/closed/wall, +/area/crew_quarters/dorms/H) +"gwO" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"gwQ" = ( +/turf/open/floor/plasteel/dark, +/area/crew_quarters/theatre) +"gwT" = ( +/obj/structure/railing/handrail, +/obj/structure/table{ + pixel_y = 2 + }, +/obj/item/reagent_containers/food/snacks/popcorn{ + pixel_y = 14 + }, +/obj/item/trash/popcorn{ + pixel_x = 11; + pixel_y = 5 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft/upper) +"gwX" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/binary/pump{ + name = "Air Out" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"gxa" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"gxf" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/science/misc_lab) +"gxl" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel, +/area/engine/break_room) +"gxt" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/crew_quarters/dorms/upper) +"gxz" = ( +/obj/structure/lattice, +/turf/open/chasm/cloud, +/area/layenia) +"gxI" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"gxK" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/break_room) +"gxN" = ( +/turf/closed/wall, +/area/barber) +"gxQ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/C) +"gxY" = ( +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"gyc" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "psych_hall_window"; + name = "Psychology Privacy Shutters" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/psych) +"gyf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"gyq" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/bar/cafe/storage"; + dir = 8; + name = "Cafe Storage APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar/cafe/storage) +"gyr" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"gyt" = ( +/obj/structure/chair/bench/metal/left{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard) +"gyu" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"gyv" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/break_room) +"gyE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/security/checkpoint/supply) +"gyL" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/closet/secure_closet/barber, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/barber) +"gyM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=FPW"; + location = "FP2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"gyN" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"gyU" = ( +/obj/structure/cable/white{ + icon_state = "2-4" + }, +/turf/closed/wall/mineral/lead, +/area/engine/engineering/reactor_control) +"gzb" = ( +/obj/effect/landmark/start/cargo_technician, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/sorting) +"gzh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/engine/break_room) +"gzi" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"gzq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/carpet, +/area/crew_quarters/spa/sauna) +"gzr" = ( +/obj/machinery/power/deck_relay, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"gzB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"gzG" = ( +/obj/structure/cable/white{ + icon_state = "2-4" + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/closed/wall/mineral/lead, +/area/engine/engineering/reactor_control) +"gzL" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"gzQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/closed/wall/mineral/lead, +/area/engine/engineering/reactor_control) +"gzW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + sortType = 23 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"gAe" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = nukereactor + }, +/turf/open/floor/plating, +/area/engine/engineering/reactor_control) +"gAi" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/entry/upper) +"gAu" = ( +/obj/structure/chair/bench/metal/right{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/fitness/pool) +"gAD" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/science/research) +"gAN" = ( +/turf/closed/wall, +/area/security/processing) +"gAS" = ( +/obj/machinery/door/airlock/engineering{ + name = "Reactor Core"; + req_one_access_txt = "10;24" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/white{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = nukereactor + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/engineering/reactor_control) +"gAU" = ( +/obj/structure/table, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"gAX" = ( +/turf/closed/wall, +/area/hallway/primary/starboard/upper) +"gBe" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/processing) +"gBj" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_end"; + name = "wood end" + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/effect/turf_decal/box, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"gBD" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = nukereactor + }, +/turf/open/floor/plating, +/area/engine/engineering/reactor_control) +"gBJ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/camera{ + c_tag = "Pool North" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/fitness/pool) +"gBL" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/dorms/D) +"gCb" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/brown/visible, +/turf/closed/wall/mineral/lead, +/area/engine/engineering/reactor_control) +"gCe" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/structure/fence/end{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"gCk" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 1; + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/aft/upper) +"gCv" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/spa/sauna) +"gCw" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id = nukereactor + }, +/turf/open/floor/plating, +/area/engine/engineering/reactor_control) +"gCx" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/bridge) +"gCz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"gCH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"gCQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"gCV" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hooded/wintercoat/engineering, +/obj/item/clothing/suit/hooded/wintercoat/engineering, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/port/fore) +"gCZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"gDd" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/chapel/main) +"gDf" = ( +/obj/structure/bed, +/obj/item/bedsheet/ian, +/turf/open/floor/wood, +/area/crew_quarters/dorms/B) +"gDm" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 9; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/chapel/main) +"gDt" = ( +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_x = -27; + pixel_y = -9 + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -11; + pixel_y = -24 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"gDz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"gDA" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/trophy{ + pixel_y = 8 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 5; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/chapel/main) +"gDB" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/medical/genetics/cloning) +"gDC" = ( +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "AI Core"; + req_access_txt = "65" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"gDD" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/chapel/main) +"gDF" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"gDH" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"gDY" = ( +/obj/machinery/airalarm{ + pixel_y = 25 + }, +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = 11 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 2; + pixel_y = 3 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"gEi" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"gEn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"gEE" = ( +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"gEN" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/transmitter, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/obj/item/stock_parts/subspace/treatment, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"gER" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"gEV" = ( +/obj/effect/turf_decal/bot, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/construction/mining/aux_base) +"gEW" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft/upper) +"gFa" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/structure/fence/end{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"gFd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"gFj" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/turf_decal/weather/grass/line{ + dir = 8 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/security/prison) +"gFp" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"gFG" = ( +/obj/machinery/suit_storage_unit/ce, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"gFJ" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/chair/bench/left{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/landmark/start/assistant, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"gFL" = ( +/obj/machinery/button/door{ + desc = "A remote control-switch for the engineering security doors."; + id = "Engineering"; + name = "Engineering Lockdown"; + pixel_x = -11; + pixel_y = 26; + req_access_txt = "10" + }, +/obj/machinery/button/door{ + desc = "A remote control-switch for secure storage."; + id = "Secure Storage"; + name = "Engineering Secure Storage"; + pixel_y = 26; + req_access_txt = "11" + }, +/obj/machinery/button/door{ + id = "ceprivacy"; + name = "Privacy Shutters Control"; + pixel_x = 11; + pixel_y = 26 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"gFP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/stairs{ + dir = 4 + }, +/area/crew_quarters/heads/chief) +"gFT" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"gFU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"gFX" = ( +/obj/structure/window/reinforced, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/box, +/turf/open/floor/plating{ + initial_gas_mix = "o2=22;n2=82;TEMP=180"; + planetary_atmos = 1 + }, +/area/layenia) +"gGa" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/structure/railing/handrail, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"gGc" = ( +/obj/structure/window{ + dir = 8 + }, +/obj/structure/chair/bench/metal/right{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/hallway/secondary/exit) +"gGj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"gGr" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"gGs" = ( +/obj/item/twohanded/binoculars, +/turf/open/floor/plasteel/dark, +/area/layenia/cave) +"gGH" = ( +/obj/structure/chair/foldingchair{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"gGJ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/hallway/primary/port/upper) +"gGM" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/filingcabinet/chestdrawer, +/obj/item/toy/figure/ce{ + pixel_x = -3; + pixel_y = 10 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/crew_quarters/heads/chief"; + dir = 4; + name = "CE Office APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"gGP" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/chapel/main"; + dir = 1; + name = "Chapel APC"; + pixel_y = 24 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"gGU" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"gHl" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 10 + }, +/obj/machinery/meter, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"gHm" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"gHp" = ( +/obj/structure/flora/crystal/small/pile, +/turf/open/indestructible/layenia/crystal, +/area/layenia/cave) +"gHr" = ( +/obj/structure/table/wood, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/pen/red, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/carpet, +/area/library) +"gHt" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/machinery/meter, +/turf/open/floor/plating, +/area/maintenance/fore) +"gHC" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/break_room) +"gHD" = ( +/obj/machinery/computer/prisoner/management, +/turf/open/transparent/glass/reinforced, +/area/security/warden) +"gHK" = ( +/obj/structure/table, +/obj/item/aiModule/reset, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"gHL" = ( +/obj/machinery/computer/rdservercontrol, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plasteel/dark, +/area/science/server) +"gHN" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/mineral/lead, +/area/engine/engineering/reactor_core) +"gHZ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/entry/upper) +"gIf" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/mob/living/simple_animal/bot/secbot/pingsky, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"gIi" = ( +/obj/structure/table, +/obj/item/ashtray, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/checker, +/area/bridge) +"gIk" = ( +/obj/structure/chair/sofachair{ + dir = 1 + }, +/turf/open/floor/wood, +/area/library) +"gIm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"gIv" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable/white, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"gIy" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable/white, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"gIz" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/sand{ + icon_state = "sandyfloor_red"; + name = "crimson sand" + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia) +"gID" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"gIF" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/light/floor, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"gIH" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/security/brig/upper) +"gIQ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/dark/corner{ + dir = 8 + }, +/area/ai_monitored/turret_protected/ai_upload) +"gIR" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/psych/ward) +"gIX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/port/fore) +"gJe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/structure/closet/secure_closet/engineering_welding, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"gJn" = ( +/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/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"gJv" = ( +/obj/structure/rack, +/obj/item/storage/belt/utility, +/obj/item/wrench, +/obj/item/weldingtool, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Engineering Foyer"; + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_y = -28 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"gJw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/button/door{ + id = "nukereactor"; + name = "Emergency Shutters Control"; + pixel_x = -23; + pixel_y = 26; + req_access_txt = "10;24" + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"gJF" = ( +/obj/machinery/conveyor{ + id = "garbage" + }, +/obj/machinery/door/poddoor{ + id = "Disposal Exit 2"; + name = "Disposal Bay Vent" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/maintenance/disposal) +"gJI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/structure/cable/white{ + icon_state = "1-2" + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"gJK" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/dorms/F) +"gJO" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"gJW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"gJX" = ( +/obj/structure/flora/ausbushes/ppflowers, +/turf/open/floor/grass, +/area/crew_quarters/dorms/upper) +"gKb" = ( +/obj/structure/floodlight_frame, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating, +/area/layenia/cave) +"gKg" = ( +/turf/closed/wall/r_wall, +/area/security/locker) +"gKn" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"gKp" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"gKq" = ( +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/storage/A) +"gKr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_traction_corner" + }, +/area/medical/medbay/aft) +"gKz" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/sand{ + icon_state = "sandyfloor_red"; + name = "crimson sand" + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia) +"gKC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/machinery/camera/autoname, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/brown/visible{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"gKK" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/open/transparent/openspace, +/area/hallway/primary/central/upper) +"gKQ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"gKS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/security/processing) +"gKX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "Moderator to Reactor" + }, +/obj/structure/cable/white{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/engine/engineering/reactor_core"; + dir = 1; + name = "Nuclear Reactor APC"; + pixel_y = 24 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"gLd" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"gLk" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"gLo" = ( +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"gLr" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"gLu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"gLB" = ( +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_whole" + }, +/area/layenia) +"gLF" = ( +/obj/structure/table/wood, +/obj/item/storage/box/evidence{ + pixel_y = 6 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/security/detectives_office) +"gLJ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "loadingarea_flip" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"gLP" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/security/lambent) +"gLS" = ( +/obj/structure/table/reinforced, +/obj/item/sealant, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/item/sealant{ + pixel_x = 4 + }, +/obj/item/reagent_containers/food/snacks/pizzaslice/meat{ + pixel_x = -1; + pixel_y = 12 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"gLY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/construction/mining/aux_base) +"gMi" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/psych/lobby) +"gMj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"gMk" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/security/visitation) +"gMm" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/aft/upper) +"gMC" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"gMH" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/sand{ + icon_state = "sandyfloor_red"; + name = "crimson sand" + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia) +"gMM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/psych) +"gMT" = ( +/turf/closed/wall/mineral/lead, +/area/engine/engineering/reactor_core) +"gMW" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard) +"gMY" = ( +/obj/structure/chair/bench/metal/left, +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/aft/upper) +"gNa" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"gNc" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/science/misc_lab) +"gNn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"gNs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "xenobio5"; + name = "containment blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"gNu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"gNx" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-26" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"gNE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"gNJ" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "xenobio1"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"gNU" = ( +/obj/machinery/camera{ + c_tag = "Virology North"; + network = list("ss13","medbay") + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/medical/virology) +"gOg" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"gOu" = ( +/obj/structure/chair/stool, +/obj/item/instrument/guitar{ + pixel_x = 3; + pixel_y = 5 + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"gOy" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/junction, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"gOF" = ( +/obj/structure/table, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/toy/cards/deck/unum{ + pixel_y = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/psych/rec) +"gOG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/visitation) +"gOH" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"gOQ" = ( +/obj/structure/chair/bench/right{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/chapel{ + dir = 1 + }, +/area/chapel/main) +"gOZ" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "evashutter"; + name = "EVA Storage Shutters" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/storage/eva) +"gPj" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"gPk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port/fore) +"gPl" = ( +/obj/structure/table, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"gPq" = ( +/obj/structure/lattice, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"gPC" = ( +/turf/open/transparent/openspace, +/area/hallway/primary/port/upper) +"gPE" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/carpet, +/area/library) +"gPM" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness/pool) +"gQk" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/open/chasm/cloud, +/area/layenia) +"gQn" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/wood, +/area/science/research) +"gQo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port/fore) +"gQy" = ( +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "Chapelconveyor" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"gQz" = ( +/obj/structure/chair{ + name = "Defense" + }, +/obj/effect/turf_decal/tile/green{ + dir = 9 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/courtroom) +"gQD" = ( +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"gQF" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lantern{ + icon_state = "lantern-on"; + pixel_x = -2; + pixel_y = 8 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 10; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/chapel/main) +"gQT" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"gQW" = ( +/obj/structure/table/wood, +/obj/item/storage/book/bible, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/chapel/main) +"gQY" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"gRb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/gateway) +"gRj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/chapel/main) +"gRm" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/main/upper) +"gRv" = ( +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"gRF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"gSc" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/red/corner, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"gSd" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/structure/table, +/obj/item/folder/red, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/main) +"gSe" = ( +/obj/machinery/computer/med_data{ + dir = 1 + }, +/obj/item/radio/intercom{ + frequency = 1485; + name = "Station Intercom (Medbay)"; + pixel_y = -30 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/central) +"gSo" = ( +/obj/structure/closet/secure_closet/hos, +/turf/open/floor/wood, +/area/crew_quarters/heads/hos) +"gSp" = ( +/obj/effect/landmark/nuclear_waste_spawner, +/turf/open/floor/plating, +/area/storage/tech) +"gSr" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel, +/area/maintenance/fore/upper) +"gSu" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"gSQ" = ( +/obj/machinery/door/airlock/public/glass, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/lounge) +"gSR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark/corner, +/area/security/prison) +"gSX" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"gTd" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"gTj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"gTp" = ( +/obj/item/radio/intercom{ + pixel_y = 25 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Virology West"; + network = list("ss13","medbay") + }, +/turf/open/floor/plasteel/white/side, +/area/medical/virology) +"gTs" = ( +/obj/machinery/camera/motion{ + c_tag = "EVA Motion Sensor"; + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"gTt" = ( +/obj/effect/turf_decal/arrows, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"gTx" = ( +/obj/machinery/computer/apc_control{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"gTG" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/maintenance/department/engine/upper) +"gTJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"gTS" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"gTU" = ( +/obj/structure/window{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/toy/plush/mothplushie/moffplush/safetymoth_engineer{ + pixel_x = 18 + }, +/obj/item/twohanded/rcl/pre_loaded, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"gTW" = ( +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"gTX" = ( +/obj/structure/table/reinforced, +/obj/structure/window{ + dir = 1 + }, +/obj/structure/window{ + dir = 4 + }, +/obj/item/clipboard{ + pixel_x = 3 + }, +/obj/item/paper/monitorkey{ + pixel_x = 3 + }, +/obj/item/book/lorebooks/welcome_to_kinaris{ + pixel_x = 3 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"gUe" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"gUl" = ( +/obj/machinery/bookbinder, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/library) +"gUx" = ( +/turf/open/floor/plasteel/stairs/medium{ + icon_state = "stairs_darkfull_m"; + name = "dark medium" + }, +/area/maintenance/starboard/aft) +"gUz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"gUA" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"gUE" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"gUL" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"gUY" = ( +/turf/open/floor/plasteel/yellowsiding{ + dir = 8 + }, +/area/crew_quarters/fitness/pool) +"gVf" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"gVh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"gVJ" = ( +/obj/effect/turf_decal/tile/green{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/visitation) +"gVW" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/fitness) +"gWi" = ( +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/aisat/service) +"gWo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"gWq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"gWv" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/break_room) +"gWx" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"gWD" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/vending/coffee, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/medical/sleeper) +"gWE" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/janitor) +"gWI" = ( +/obj/structure/trash_pile, +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"gXa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"gXb" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark/side, +/area/tcommsat/computer) +"gXc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/security/courtroom) +"gXi" = ( +/obj/machinery/light/small{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/theatre) +"gXl" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/landmark/nuclear_waste_spawner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"gXv" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/junglebush, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/grass, +/area/crew_quarters/dorms/upper) +"gXx" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Mining Dock maintenance access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/aft) +"gXB" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + glass = 1; + name = "Slime Euthanization Chamber"; + opacity = 0; + req_access_txt = "55" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/xenobiology) +"gXJ" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/pen, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) +"gXM" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"gXN" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/chair/bench/metal/right{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard) +"gXT" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/custom) +"gYf" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/painting/library{ + pixel_y = 28 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"gYk" = ( +/obj/structure/sign/painting/library{ + pixel_x = -25 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/wood, +/area/security/prison) +"gYt" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/port/fore) +"gYB" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/structure/sign/poster/official/here_for_your_safety{ + pixel_x = 30 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/main/upper) +"gYG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"gYK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"gYO" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = 23 + }, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/item/toy/plush/mammal/freddy{ + pixel_x = -9; + pixel_y = 5 + }, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"gYP" = ( +/obj/structure/railing, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/department/engine/upper) +"gYU" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/chair/bench/metal/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"gZg" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/theatre) +"gZj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"gZn" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"gZp" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"gZv" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/camera{ + c_tag = "Aft Primary Hallway 1"; + dir = 8; + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"gZA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_trim" + }, +/area/medical/psych/ward) +"gZK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"gZN" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar/cafe/storage) +"gZO" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"gZX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"gZY" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"gZZ" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hab" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/ai_monitored/security/armory) +"hae" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/theatre"; + dir = 8; + name = "Theatre APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/crew_quarters/theatre) +"hak" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"hal" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/t_scanner, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/engine/custom) +"hau" = ( +/obj/machinery/atmospherics/components/unary/portables_connector, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/engineering) +"haC" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"haT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"haV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"haY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"haZ" = ( +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 4; + name = "Emergency Coolant Purge" + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hbh" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 6; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/security/prison) +"hbu" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"hbv" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) +"hbC" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 4 + }, +/obj/structure/cable/white{ + icon_state = "1-4" + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hbE" = ( +/obj/machinery/firealarm{ + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"hbF" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/construction/mining/aux_base) +"hbG" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_y = 10 + }, +/obj/item/folder{ + pixel_x = 14; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/security/vacantoffice/a) +"hbH" = ( +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hbQ" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/brown/visible{ + dir = 8 + }, +/obj/structure/cable/white{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hbR" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/hallway/primary/aft/upper) +"hbT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/spa/sauna) +"hbZ" = ( +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = 24 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = 30 + }, +/obj/structure/sign/directions/engineering{ + dir = 1; + pixel_y = 36 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"hcf" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"hcg" = ( +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 4; + name = "Moderator Purge" + }, +/obj/structure/cable/white{ + icon_state = "1-8" + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hck" = ( +/obj/structure/flora/crystal/small/pile, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/security/prison) +"hco" = ( +/obj/structure/flora/tree/jungle, +/turf/open/floor/grass/layenia, +/area/layenia/cloudlayer) +"hcs" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"hcx" = ( +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/starboard/upper) +"hcz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/brown/visible{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hcB" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"hcD" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge_short"; + name = "short ledge" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/security/lambent) +"hcE" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/machinery/power/apc{ + areastring = "/area/medical/psych/roomB"; + dir = 1; + name = "Psychologist's Room B APC"; + pixel_y = 25 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/medical/psych/roomB{ + name = "Psychology Dorm B" + }) +"hcI" = ( +/obj/structure/chair/sofachair{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel/dark/side, +/area/security/courtroom) +"hcK" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"hcN" = ( +/obj/machinery/atmospherics/pipe/simple/brown/visible{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hcS" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/simple/brown/visible{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hcU" = ( +/turf/closed/wall, +/area/crew_quarters/bar) +"hcV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/grille/broken, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"hcY" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"hdd" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/engine_waste{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"hdf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"hdl" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/flora/crystal/small/growth, +/turf/open/indestructible/layenia/sand, +/area/layenia/cave) +"hdo" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"hdv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"hdC" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/sand{ + icon_state = "sandyfloor_red"; + name = "crimson sand" + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia) +"hdE" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"hdJ" = ( +/obj/machinery/door/airlock/security/glass{ + dir = 8; + name = "Equipment Room"; + req_access_txt = "1" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"hdK" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/flora/junglebush/large{ + icon_state = "bush"; + pixel_x = -25; + pixel_y = 0 + }, +/turf/open/floor/grass, +/area/medical/psych/ward) +"hdP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/maintenance/port) +"hdR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"hea" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Custodial Closet" + }, +/turf/open/floor/plasteel, +/area/janitor) +"hee" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/atmos) +"hem" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"heo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"hex" = ( +/obj/item/crowbar, +/obj/item/wrench, +/obj/structure/table, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"heI" = ( +/obj/machinery/computer/card/minor/ce{ + dir = 4 + }, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Chief Engineer's Desk"; + departmentType = 3; + name = "Chief Engineer RC"; + pixel_x = -32 + }, +/obj/machinery/camera{ + c_tag = "Chief Engineer's Office"; + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"heK" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central/upper) +"heL" = ( +/obj/structure/chair{ + dir = 4; + pixel_y = 2 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/aft/upper) +"heR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"heS" = ( +/obj/machinery/computer/security/hos, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "Head of Security's Office" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hos) +"heX" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"heY" = ( +/obj/structure/trash_pile, +/turf/open/floor/plating, +/area/security/brig/upper) +"hfa" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/entry/upper) +"hfe" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/chief_engineer, +/obj/effect/landmark/nuclear_waste_spawner, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"hff" = ( +/obj/structure/table/reinforced, +/obj/structure/window{ + dir = 4 + }, +/obj/item/book/lorebooks/engrams{ + pixel_x = 5 + }, +/obj/item/folder/yellow, +/obj/item/stamp/ce, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"hfj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"hfu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"hfv" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"hfz" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/mmi, +/obj/item/mmi, +/obj/item/mmi, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"hfI" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/junglebush/large{ + icon_state = "bush"; + pixel_y = 7 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/crew_quarters/dorms/upper) +"hfM" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"hfP" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"hgi" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white{ + dir = 10; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/storage) +"hgk" = ( +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"hgn" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/library) +"hgo" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"hgq" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"hgr" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/custom) +"hgG" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"hgL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + id_tag = "Visitation"; + name = "Security Check Point" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/visitation) +"hgM" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hgO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"hgP" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"hgU" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-29" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/psych/lobby) +"hhr" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hhv" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"hhE" = ( +/obj/machinery/pool/filter{ + pixel_y = -18 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hhG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hhR" = ( +/obj/machinery/pool/controller, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hid" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/security/main/upper) +"hif" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hii" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"hik" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hil" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Moderators to Reactor" + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hix" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/maintenance/fore/upper) +"hiD" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hiI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/primary/aft) +"hiW" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hjl" = ( +/obj/structure/table/wood, +/obj/item/hand_labeler, +/obj/item/toy/crayon/spraycan, +/obj/item/toy/crayon/spraycan, +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/artatrium) +"hjm" = ( +/obj/machinery/atmospherics/components/unary/portables_connector, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hjq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/landmark/carpspawn, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"hjw" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"hjx" = ( +/obj/structure/flora/crystal/small/growth, +/obj/effect/turf_decal/weather/grass/line{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"hjz" = ( +/obj/item/shovel, +/turf/open/indestructible/layenia/sand, +/area/layenia/cave) +"hjD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"hjF" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/bot, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"hjJ" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/effect/landmark/start/psychologist, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/psych/ward) +"hjN" = ( +/obj/structure/lattice, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"hjX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating, +/area/layenia/cave) +"hjY" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/science/xenobiology) +"hkb" = ( +/turf/closed/wall, +/area/maintenance/port/fore) +"hkd" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Chapel East"; + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"hkh" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 8 + }, +/area/quartermaster/mail) +"hkk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"hkm" = ( +/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{ + pixel_x = 9; + pixel_y = 3 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/item/toy/figure/janitor{ + pixel_x = -7; + pixel_y = 4 + }, +/turf/open/floor/plasteel, +/area/janitor) +"hkr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating, +/area/layenia/cave) +"hkw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/security/prison) +"hkB" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/hallway/primary/fore) +"hkG" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/security/detectives_office) +"hkM" = ( +/turf/closed/wall/r_wall, +/area/hallway/primary/fore) +"hkV" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/landmark/start/barber, +/turf/open/floor/plasteel, +/area/barber) +"hkZ" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/effect/landmark/start/chief_medical_officer, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_whole_alt" + }, +/area/crew_quarters/heads/cmo) +"hlc" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Engineering Maintenance"; + req_access_txt = "10" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore) +"hlf" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Park Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/layenia/cave) +"hlh" = ( +/obj/machinery/modular_computer/console/preset/command, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel, +/area/bridge) +"hll" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"hlo" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/quartermaster/office) +"hls" = ( +/obj/machinery/computer/station_alert{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/computer/security/telescreen/ce{ + dir = 4; + pixel_x = -25 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"hlt" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/power/apc{ + areastring = "/area/security/processing"; + dir = 8; + name = "Labor Shuttle Dock APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/dark, +/area/security/processing) +"hlx" = ( +/obj/machinery/rnd/production/techfab/department/cargo, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/sorting) +"hlA" = ( +/obj/effect/decal/cleanable/vomit, +/turf/open/indestructible/layenia/sand, +/area/layenia/cave) +"hlB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"hlE" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/pointybush, +/obj/structure/flora/junglebush, +/obj/structure/flora/junglebush/large{ + icon_state = "bush" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/grass, +/area/medical/genetics) +"hlF" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"hlK" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"hlN" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"hlT" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"hlV" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port) +"hmi" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central/upper) +"hmn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"hmt" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/secondary/exit/upper) +"hmz" = ( +/obj/structure/lattice/catwalk, +/obj/item/stack/cable_coil, +/turf/open/transparent/openspace, +/area/crew_quarters/theatre) +"hmC" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/table, +/obj/item/storage/firstaid/regular{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"hmE" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel/white, +/area/medical/storage) +"hmH" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/computer/security/mining{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"hmN" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 6; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/railing, +/turf/open/floor/wood, +/area/quartermaster/mail) +"hmS" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "xenobio8"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"hmU" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/donut, +/turf/open/floor/wood, +/area/maintenance/starboard/aft/upper) +"hnb" = ( +/obj/machinery/disposal/bin, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"hnc" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Escape Pod 2"; + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/entry/upper) +"hne" = ( +/obj/structure/trash_pile, +/turf/open/floor/plasteel/yellowsiding{ + dir = 8 + }, +/area/maintenance/fore/upper) +"hnj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/hallway/primary/port/fore) +"hnm" = ( /obj/item/clothing/suit/armor/riot{ pixel_x = -3; pixel_y = 3 @@ -17818,88 +45689,555 @@ dir = 8 }, /obj/structure/rack/shelf, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) -"djf" = ( -/obj/structure/railing{ - dir = 1 +"hns" = ( +/obj/machinery/door/airlock/security{ + dir = 4; + name = "Brig"; + req_access_txt = "63; 42" }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"djt" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 4 +/obj/machinery/door/firedoor{ + dir = 8 }, -/obj/structure/cable/white{ - icon_state = "1-4" - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"djA" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; name = "scrubbers pipe" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"djB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/railing, -/turf/open/floor/plating/snowed, -/area/layenia) -"djJ" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" }, -/turf/open/floor/plasteel, -/area/chapel/main) -"djX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" +/obj/structure/cable{ + icon_state = "4-8" }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/courtroom) +"hnw" = ( +/obj/structure/table/reinforced, +/obj/item/cartridge/engineering{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/cartridge/engineering{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/cartridge/engineering{ + pixel_x = 3 + }, +/obj/item/cartridge/atmos, +/obj/structure/window{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/heads/chief) +"hny" = ( +/obj/structure/bonfire, +/turf/open/indestructible/layenia/sand, +/area/layenia/cave) +"hnA" = ( +/obj/structure/closet, +/obj/effect/turf_decal/delivery, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore) +"hnD" = ( +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"hnH" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, /obj/structure/cable{ icon_state = "1-2" }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"hnJ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/security/brig/upper) +"hnK" = ( /obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/processing) +"hnT" = ( +/obj/structure/rack, +/obj/item/lighter, +/obj/item/clothing/glasses/meson{ + pixel_y = 4 + }, +/obj/item/stock_parts/cell/high/plus, +/obj/item/reagent_containers/pill/patch/silver_sulf, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"hnX" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"hnY" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"hoa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hoe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/prison) +"hon" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; - pixel_x = -7 + name = "air supply pipe" }, -/obj/structure/sink{ +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ dir = 8; - pixel_x = -12; - pixel_y = 2 + icon_state = "floor_trim" }, -/obj/item/reagent_containers/glass/bucket{ - pixel_x = 3; - pixel_y = 3 +/area/security/brig) +"hop" = ( +/obj/structure/cable{ + icon_state = "2-8" }, -/obj/item/reagent_containers/glass/bucket{ - pixel_y = -5 +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"hor" = ( +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hox" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 }, +/turf/open/pool, +/area/engine/engineering/reactor_core) +"hoH" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/theatre) +"hoU" = ( +/obj/structure/table/glass, +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_whole_alt" + }, +/area/layenia/cloudlayer) +"hoV" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 8 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/science/xenobiology) +"hpb" = ( +/obj/structure/chair, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/exit/upper) +"hpc" = ( +/obj/item/twohanded/required/fuel_rod, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/pool/ladder{ + dir = 2; + pixel_y = 17 + }, +/turf/open/pool, +/area/engine/engineering/reactor_core) +"hpy" = ( +/obj/structure/table/wood, +/obj/machinery/button/door{ + id = "psych_hall_window"; + name = "Hallway Window Shutters"; + pixel_x = -5; + pixel_y = 7; + req_access_txt = "71" + }, +/obj/machinery/light_switch{ + pixel_x = -7; + pixel_y = -2 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/medical/psych) +"hpD" = ( +/obj/item/twohanded/required/fuel_rod, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/pool, +/area/engine/engineering/reactor_core) +"hpI" = ( /obj/effect/turf_decal/loading_area{ dir = 8; icon_state = "drain"; name = "drain" }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"hpS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hqg" = ( +/obj/structure/bed/dogbed/ian, +/mob/living/simple_animal/pet/dog/corgi/Ian{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"hqj" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/light/floor, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"hqn" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"hqq" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" }, -/turf/open/floor/plasteel{ +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/crew_quarters/dorms/upper) +"hqy" = ( +/obj/machinery/atmospherics/pipe/simple/purple/visible, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hqA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar/cafe/storage) +"hqB" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Atmos to Loop" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"hqC" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel{ icon_state = "floor_plate" }, -/area/hydroponics/garden) -"dka" = ( -/obj/machinery/door/airlock{ +/area/engine/custom) +"hqF" = ( +/turf/closed/wall/ice, +/area/layenia) +"hqG" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/engine/break_room) +"hqK" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Coolent to Reactor" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hqO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ dir = 8; - name = "Unisex Restrooms" + name = "air vent" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/engine/engineering) +"hqP" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hqQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/dark/visible{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"hqY" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"hrm" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"hrs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/sign/warning/docking{ + pixel_y = -32 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"hry" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/exit/upper) +"hrK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; @@ -17912,37 +46250,9 @@ /obj/structure/cable{ icon_state = "4-8" }, -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"dke" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/meter, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"dks" = ( /turf/open/floor/plating, -/area/construction/mining/aux_base) -"dkC" = ( -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/item/gun/energy/ionrifle, -/obj/item/gun/energy/temperature/security, -/obj/item/clothing/suit/armor/laserproof, +/area/maintenance/fore) +"hrM" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 }, @@ -17954,13 +46264,1146 @@ dir = 8 }, /obj/structure/rack/shelf, +/obj/item/gun/energy/e_gun/dragnet/snare, +/obj/item/gun/energy/e_gun/dragnet/snare, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) -"dkD" = ( -/obj/machinery/door/airlock/external{ - name = "Disposal External Airlock" +"hrO" = ( +/obj/machinery/atmospherics/pipe/manifold4w/general/visible, +/obj/item/wrench/medical, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/sleeper) +"hrX" = ( +/obj/structure/closet/l3closet, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/medical/storage) +"hse" = ( +/obj/structure/table/wood, +/obj/structure/sign/painting/library{ + pixel_y = -24 + }, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/wood, +/area/security/prison) +"hsm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"hsu" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/lawoffice) +"hsv" = ( +/obj/machinery/portable_atmospherics/scrubber/huge, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/engine, +/area/science/storage) +"hsz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/maintenance/port/fore) +"hsA" = ( +/obj/machinery/door/window/eastleft{ + dir = 1; + name = "Coffin Storage"; + req_access_txt = "22" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/carpet, +/area/chapel/main) +"hsC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/chair/bench/right{ + dir = 1 + }, +/turf/open/floor/plasteel/chapel{ + dir = 8 + }, +/area/chapel/main) +"hsF" = ( +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/construction/mining/aux_base) +"hsJ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/lambent) +"hsM" = ( +/obj/effect/landmark/xmastree, +/turf/open/floor/carpet, +/area/chapel/main) +"hsN" = ( +/obj/structure/table/wood/fancy, +/obj/machinery/button/door{ + id = "holyshutters"; + name = "Holy Shutters Control"; + pixel_y = 7; + req_access_txt = "22" + }, +/obj/item/reagent_containers/food/snacks/grown/harebell, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/chapel/main) +"hsP" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"hsS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"hsT" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/security/glass{ + dir = 8; + id_tag = null; + name = "Brig"; + req_access_txt = "63" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/visitation) +"hsU" = ( +/obj/structure/toilet{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"hsV" = ( +/obj/machinery/button/door{ + id = "jangarage"; + name = "Custodial Closet Shutters Control"; + pixel_x = 25; + req_access_txt = "26" + }, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel, +/area/janitor) +"hsZ" = ( +/obj/machinery/door/airlock/external{ + dir = 8; + name = "External Access"; + req_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/department/medical/upper) +"hto" = ( +/obj/machinery/button/door{ + id = "jangarage"; + name = "Custodial Closet Shutters Control"; + pixel_x = -25; + req_access_txt = "26" + }, +/obj/effect/turf_decal/tile/purple{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"htp" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/power/apc{ + areastring = "/area/security/visitation"; + dir = 1; + name = "Security Visitation APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_whole" + }, +/area/security/visitation) +"htx" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/item/storage/fancy/candle_box{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"htL" = ( +/obj/machinery/computer/security/telescreen/interrogation{ + dir = 4; + pixel_x = -25 + }, +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"htP" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"hud" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"hue" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"hul" = ( +/obj/structure/chair/bench/metal/right{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"huv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4; + name = "air supply pipe" + }, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"huI" = ( +/obj/structure/flora/crystal/medium/growth{ + icon_state = "crystalgrowth3" + }, +/turf/open/indestructible/layenia/crystal/garden, +/area/ai_monitored/turret_protected/ai) +"huK" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"huP" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel, +/area/engine/break_room) +"huR" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 1; + name = "visible" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"huV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"hva" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"hvg" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/crew_quarters/spa/sauna) +"hvm" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/table, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/crew_quarters/dorms) +"hvy" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/storage) +"hvA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore/secondary) +"hvB" = ( +/obj/machinery/door/airlock/engineering{ + dir = 1; + name = "Tech Storage"; + req_access_txt = "23" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/storage/tech) +"hvG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/artatrium) +"hvI" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"hvP" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/theatre/clown) +"hvQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"hwa" = ( +/mob/living/simple_animal/butterfly, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 9; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/park) +"hwd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/carpet/orange, +/area/maintenance/fore) +"hwr" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "ceprivacy"; + name = "privacy shutter" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/chief) +"hwv" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Chief Engineer"; + req_access_txt = "56" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/heads/chief) +"hwx" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/port/upper) +"hwB" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Engineering Access Primary"; + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/power/apc{ + areastring = "/area/engine/break_room"; + dir = 8; + name = "Engineering Foyer APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"hwJ" = ( +/obj/structure/window, +/obj/structure/window{ + dir = 4 + }, +/obj/structure/statue/sandstone/venus{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"hwL" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"hxc" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/department/engine/upper) +"hxi" = ( +/obj/structure/table/glass, +/obj/item/healthanalyzer, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"hxw" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white/corner, +/area/science/research) +"hxB" = ( +/obj/machinery/door/window/southleft{ + dir = 1; + name = "Maximum Security Test Chamber"; + req_access_txt = "55" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/xenobiology) +"hxD" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"hxL" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark, +/area/engine/break_room) +"hxP" = ( +/obj/item/assembly/timer{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/assembly/timer{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/assembly/timer{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/assembly/timer, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"hxR" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 4 + }, +/area/crew_quarters/dorms/upper) +"hxU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/aft) +"hyc" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/engineering/reactor_control) +"hyd" = ( +/obj/structure/closet/secure_closet/detective, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood, +/area/security/detectives_office) +"hyf" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/barber) +"hyo" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/item/reagent_containers/food/snacks/meat/slab/monkey, +/obj/item/reagent_containers/food/snacks/meat/slab/monkey, +/obj/item/reagent_containers/food/snacks/meat/slab/monkey, +/obj/item/reagent_containers/food/snacks/meat/slab/monkey, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"hyp" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"hyt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/pool, +/area/engine/engineering/reactor_core) +"hyz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_trim" + }, +/area/medical/psych/lobby) +"hyB" = ( +/obj/machinery/pool/drain, +/obj/item/twohanded/required/fuel_rod, +/turf/open/pool, +/area/engine/engineering/reactor_core) +"hyF" = ( +/obj/item/twohanded/required/fuel_rod, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/pool, +/area/engine/engineering/reactor_core) +"hyI" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"hyK" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"hyN" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock"; + req_access_txt = "2" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/processing) +"hyS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_trim" + }, +/area/medical/medbay/aft) +"hyT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"hyX" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/aft) +"hyY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 8 + }, +/obj/machinery/meter, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hyZ" = ( +/obj/structure/table/wood, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"hzc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/storage/A) +"hze" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"hzg" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"hzm" = ( +/obj/structure/sign/logo/cpr{ + icon_state = "CPR_sign3"; + pixel_y = 33 + }, +/turf/open/transparent/openspace, +/area/maintenance/fore/upper) +"hzt" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/hallway/primary/starboard) +"hzF" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port) +"hzH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hzV" = ( +/obj/structure/cable/yellow, +/obj/machinery/atmospherics/components/trinary/nuclear_reactor/preset, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hAa" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hAd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/obj/machinery/meter, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hAg" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hAi" = ( +/obj/item/reagent_containers/glass/bucket{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/park) +"hAy" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"hAA" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/crew_quarters/dorms) +"hAG" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, /obj/structure/cable{ icon_state = "1-2" }, @@ -17971,22 +47414,83 @@ name = "scrubbers pipe" }, /turf/open/floor/plating, -/area/maintenance/aft) -"dkE" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/westleft{ +/area/maintenance/port/aft/upper) +"hAI" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ dir = 1; - name = "Mining Desk"; - req_access_txt = "48" + icon_state = "darkfull_trim" }, -/obj/machinery/door/poddoor/preopen{ - id = "cargoshut1"; - name = "shutters" +/area/crew_quarters/dorms) +"hAN" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"dkN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"hAT" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms) +"hAU" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/camera/autoname{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms) +"hAW" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/layenia/cloudlayer) +"hBc" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/junction, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, @@ -17994,8 +47498,16093 @@ name = "scrubbers pipe" }, /turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"hBe" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_x = -28 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"hBf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/teleporter) +"hBn" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"hBq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/chair/bench/right{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/chapel/main) +"hBs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/chair/bench{ + dir = 1 + }, +/turf/open/floor/plasteel/chapel{ + dir = 1 + }, +/area/chapel/main) +"hBA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"hBF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"hBM" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/chair/bench/left{ + dir = 1 + }, +/turf/open/floor/plasteel/chapel{ + dir = 4 + }, +/area/chapel/main) +"hBN" = ( +/obj/structure/falsewall, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/crew_quarters/dorms/upper) +"hBS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/janitor) +"hBX" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/construction/mining/aux_base) +"hCb" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"hCi" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel/checker, +/area/bridge) +"hCj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/janitor) +"hCt" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"hCu" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 26 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/entry/upper) +"hCB" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"hCC" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/camera{ + c_tag = "Pool East"; + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/fitness/pool) +"hCH" = ( +/obj/structure/table/wood/fancy, +/obj/effect/decal/cleanable/dirt, +/obj/item/paicard, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"hCR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/engine/break_room) +"hCU" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/canister/toxins, +/turf/open/floor/engine, +/area/science/storage) +"hDa" = ( +/obj/machinery/door/airlock{ + dir = 4; + id_tag = "null"; + name = "Unit 1" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet) +"hDg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"hDo" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/meter, +/obj/effect/turf_decal/stripes/box, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"hDw" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/warden) +"hDC" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/weather/grass/line{ + dir = 8 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/security/prison) +"hDG" = ( +/obj/machinery/camera{ + c_tag = "Toxins Storage"; + dir = 10; + network = list("ss13","rd") + }, +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/science/storage"; + name = "Toxins Storage APC"; + pixel_y = -24 + }, +/turf/open/floor/plasteel/dark, +/area/science/storage) +"hDN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/security/processing) +"hDO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"hDR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"hDW" = ( +/obj/structure/table, +/obj/item/reagent_containers/rag/towel, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/dorms/E) +"hDY" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/wood, +/area/crew_quarters/spa/sauna) +"hEg" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/layenia{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"hEh" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/break_room) +"hEn" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/item/radio/intercom{ + pixel_x = -25 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/crew_quarters/heads/cmo) +"hEr" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "xenobio3"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"hEu" = ( +/turf/open/floor/grass/layenia, +/area/layenia/cloudlayer) +"hEz" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/security/brig/upper) +"hEA" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/soda_cans/shamblers{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/reagent_containers/food/drinks/soda_cans/thirteenloko, +/turf/open/floor/wood, +/area/engine/break_room) +"hEE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/spa/sauna) +"hEJ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"hEO" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-10" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/fitness/pool) +"hES" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner, +/area/hallway/primary/fore/upper) +"hEV" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/bridge) +"hEX" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/science/misc_lab) +"hEZ" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/camera{ + c_tag = "Engineering Access West" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"hFr" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"hFA" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/exit/upper) +"hFL" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port/upper) +"hFN" = ( +/obj/structure/fence/corner{ + dir = 10 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"hFU" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/processing) +"hFY" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/structure/filingcabinet, +/turf/open/floor/wood, +/area/security/detectives_office) +"hGa" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"hGb" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"hGc" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"hGj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/engine/break_room) +"hGl" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"hGt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness/pool) +"hGw" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"hGA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/sign/warning/radiation{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"hGG" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"hGI" = ( +/obj/structure/table/wood, +/obj/item/book/lorebooks/layenia_crystals, +/turf/open/floor/carpet, +/area/library) +"hGL" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "linealt_corner"; + name = "line" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "linealt_corner"; + name = "line" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/prison) +"hGM" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"hGV" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/engineering/reactor_control) +"hHb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hHc" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hHr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/pool, +/area/engine/engineering/reactor_core) +"hHs" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/obj/item/storage/box/lights/mixed{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"hHu" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft/upper) +"hHv" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "loadingarea_flip" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"hHx" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/bedsheetbin{ + pixel_y = 4 + }, +/obj/effect/baseturf_helper/asteroid/layenia, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/sleeper) +"hHI" = ( +/obj/machinery/camera/motion{ + c_tag = "Vault"; + dir = 1; + network = list("vault") + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"hHJ" = ( +/obj/item/twohanded/required/fuel_rod, +/obj/effect/turf_decal/stripes/line, +/turf/open/pool, +/area/engine/engineering/reactor_core) +"hHK" = ( +/obj/item/twohanded/required/fuel_rod, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/pool, +/area/engine/engineering/reactor_core) +"hHP" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms/upper) +"hHT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hHY" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/prison) +"hIa" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/ward) +"hIe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hIj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hIo" = ( +/obj/structure/closet/crate/large, +/obj/item/toy/plush/mammal/chemlight{ + pixel_x = 8; + pixel_y = 10 + }, +/obj/item/coin/uranium{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/flashlight/glowstick{ + pixel_y = -5 + }, +/turf/open/floor/plating, +/area/engine/custom) +"hIr" = ( +/obj/item/storage/bag/plants/portaseeder, +/obj/structure/table, +/obj/item/cultivator, +/obj/item/shovel/spade, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"hIt" = ( +/obj/structure/flora/crystal/small/growth, +/turf/open/indestructible/layenia/crystal/garden, +/area/layenia/cave) +"hIu" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/camera{ + c_tag = "Dormitory North" + }, +/obj/structure/sign/painting/library{ + pixel_y = 28 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"hIw" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"hIy" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing/handrail{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"hIA" = ( +/obj/structure/dresser, +/obj/item/flashlight/lamp/green{ + pixel_x = 4; + pixel_y = 16 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"hIF" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/transparent/openspace, +/area/security/brig/upper) +"hIG" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/security/main) +"hIH" = ( +/obj/structure/chair/sofa/right, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"hIK" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"hIM" = ( +/obj/structure/sign/nanotrasen, +/turf/closed/wall/r_wall, +/area/hallway/secondary/entry/upper) +"hIO" = ( +/obj/structure/chair/sofa/left, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"hIQ" = ( +/obj/structure/dresser, +/obj/item/flashlight/lamp/green{ + pixel_x = -4; + pixel_y = 16 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"hIS" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/theatre/upper) +"hIT" = ( +/obj/machinery/newscaster{ + pixel_y = 28 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"hIW" = ( +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"hIZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/engine_smes) +"hJk" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"hJp" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/hallway/primary/fore/upper) +"hJr" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/hallway/primary/aft/upper) +"hJu" = ( +/obj/structure/table, +/obj/item/storage/firstaid/brute{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/medical/storage) +"hJv" = ( +/obj/structure/table, +/obj/item/storage/box/cups{ + pixel_y = 10 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/visitation) +"hJz" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/security/main/upper) +"hJB" = ( +/turf/closed/wall, +/area/security/checkpoint/supply) +"hJC" = ( +/obj/machinery/light_switch{ + pixel_x = 23 + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/processing) +"hJD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"hJO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/port) +"hJU" = ( +/turf/open/floor/wood, +/area/science/research) +"hJV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"hJX" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/engine/custom) +"hKh" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/security/brig/upper) +"hKj" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"hKt" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/security/courtroom) +"hKu" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/visitation) +"hKw" = ( +/obj/structure/table/reinforced, +/obj/item/hand_labeler{ + pixel_y = 8 + }, +/obj/item/hand_labeler{ + pixel_x = 5 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"hKD" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/ai"; + dir = 1; + name = "AI Chamber APC"; + pixel_y = 24 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"hKF" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/science/misc_lab) +"hKG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/hallway/primary/aft/upper) +"hKI" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"hKM" = ( +/turf/closed/wall/r_wall, +/area/security/lambent) +"hKX" = ( +/obj/structure/table, +/obj/item/papercutter{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/security/courtroom) +"hLd" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/primary/port) +"hLk" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"hLn" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/machinery/button/door{ + id = "psychologydorm1"; + name = "Dorm A Shutters Control"; + pixel_x = 25; + req_access_txt = "26" + }, +/turf/open/floor/carpet/blue, +/area/medical/psych/roomA{ + name = "Psychology Dorm A" + }) +"hLx" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall, +/area/medical/chemistry) +"hLz" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow, +/turf/open/floor/carpet, +/area/library) +"hLB" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/bridge) +"hLD" = ( +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_trim" + }, +/area/medical/storage) +"hLE" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hydroponics) +"hLF" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood, +/area/library) +"hLL" = ( +/obj/machinery/door/airlock/command/glass{ + name = "AI Chamber External Access"; + req_access_txt = "65" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/aisat_interior) +"hLN" = ( +/obj/structure/chair/bench/right{ + dir = 1 + }, +/turf/open/floor/plasteel/chapel{ + dir = 8 + }, +/area/chapel/main) +"hLO" = ( +/obj/structure/chair/bench{ + dir = 1 + }, +/turf/open/floor/plasteel/chapel, +/area/chapel/main) +"hLU" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_x = 8; + pixel_y = 13 + }, +/obj/item/reagent_containers/syringe{ + pixel_y = 4 + }, +/obj/item/reagent_containers/syringe{ + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_x = 4; + pixel_y = 10 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/storage) +"hLV" = ( +/obj/structure/chair/bench{ + dir = 1 + }, +/turf/open/floor/plasteel/chapel{ + dir = 8 + }, +/area/chapel/main) +"hLY" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/department/engine/upper) +"hMr" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/westleft{ + dir = 1; + icon_state = "right"; + name = "Mining Desk"; + req_access_txt = "48" + }, +/obj/item/toy/figure/miner, +/obj/machinery/door/poddoor/shutters/preopen/alt{ + id = "cargoshut1"; + name = "shutters" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/quartermaster/miningdock) +"hMu" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/security/brig/upper) +"hMz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/heads/captain) +"hMH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/janitor) +"hMI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/crew_quarters/heads/hor) +"hMJ" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms/upper) +"hMK" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"hMO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 10 + }, +/turf/closed/wall/r_wall, +/area/engine/break_room) +"hMS" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"hNa" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "telelab"; + name = "Test Chamber Blast Doors"; + req_access_txt = "47" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"hNe" = ( +/obj/structure/table/wood, +/obj/structure/sign/poster/contraband/moffuchis_pizza{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/maintenance/department/engine/upper) +"hNn" = ( +/obj/structure/ladder, +/obj/effect/turf_decal/sand{ + icon_state = "sandyfloor_red"; + name = "crimson sand" + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia) +"hNs" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"hNv" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/security/main/upper) +"hNy" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"hNB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"hNL" = ( +/obj/item/reagent_containers/food/condiment/enzyme{ + layer = 5; + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/soap/nanotrasen, +/obj/item/reagent_containers/food/snacks/grown/onion, +/obj/item/reagent_containers/food/snacks/grown/onion, +/obj/item/reagent_containers/food/snacks/grown/onion, +/obj/item/reagent_containers/food/snacks/grown/tomato, +/obj/item/reagent_containers/food/snacks/grown/tomato, +/obj/item/reagent_containers/food/snacks/grown/tomato, +/obj/item/reagent_containers/food/snacks/grown/tomato, +/obj/item/reagent_containers/food/snacks/grown/tomato, +/obj/item/reagent_containers/food/snacks/grown/tomato, +/obj/item/reagent_containers/food/snacks/grown/cabbage, +/obj/item/reagent_containers/food/snacks/grown/cabbage, +/obj/item/reagent_containers/food/snacks/grown/cabbage, +/obj/item/reagent_containers/food/snacks/grown/potato, +/obj/item/reagent_containers/food/snacks/grown/potato, +/obj/item/reagent_containers/food/snacks/grown/potato, +/obj/item/reagent_containers/food/snacks/grown/potato/sweet, +/obj/item/reagent_containers/food/snacks/grown/potato/sweet, +/obj/item/reagent_containers/food/snacks/grown/potato/sweet, +/obj/item/reagent_containers/food/snacks/grown/carrot, +/obj/item/reagent_containers/food/snacks/grown/carrot, +/obj/item/reagent_containers/food/snacks/grown/carrot, +/obj/item/clothing/suit/apron/chef, +/obj/item/clothing/head/chefhat, +/obj/structure/closet/crate, +/obj/item/storage/box/donkpockets/donkpockethonk, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"hNN" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"hNP" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"hNS" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"hNU" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"hNV" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 8 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=180" + }, +/area/layenia/cloudlayer) +"hOj" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "Laneshutter"; + name = "Lane Shutter" + }, +/turf/open/floor/plasteel, +/area/security/range) +"hOs" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"hOt" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/spa/sauna) +"hOy" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/floor/plasteel, +/area/security/processing) +"hOD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_trim" + }, +/area/medical/sleeper) +"hOH" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"hOJ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"hOO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"hOP" = ( +/obj/structure/table, +/obj/item/aiModule/reset, +/obj/item/aiModule/supplied/quarantine, +/obj/machinery/flasher{ + id = "brigentry"; + pixel_x = -28 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload) +"hOQ" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"hOV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"hOX" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"hPl" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/bridge) +"hPr" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"hPt" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/bar/cafe/backroom{ + name = "Cafe Kitchen" + }) +"hPD" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"hPF" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"hPM" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/psych/rec) +"hPO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/brig) +"hQn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"hQp" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/checker, +/area/bridge) +"hQv" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/main) +"hQB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/engineering{ + dir = 8; + name = "SMES Room"; + req_access_txt = "32" + }, +/turf/open/floor/plating, +/area/engine/custom) +"hQH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"hQJ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"hQL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"hQW" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/engineering/reactor_control) +"hQZ" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/layenia/cloudlayer) +"hRd" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/port) +"hRh" = ( +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/camera/autoname{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hRk" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/xenobiology) +"hRx" = ( +/obj/structure/lattice/catwalk, +/obj/item/clothing/head/cone, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"hRC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "xenobio5"; + name = "containment blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"hRE" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing, +/obj/structure/chair/foldingchair{ + dir = 4 + }, +/turf/open/transparent/openspace, +/area/crew_quarters/theatre) +"hRG" = ( +/obj/structure/railing/handrail{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/medical/medbay/upper) +"hRJ" = ( +/obj/structure/table, +/obj/item/paicard, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"hRK" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hRQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/security/main/upper) +"hRT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 6 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hSb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hSc" = ( +/obj/machinery/reagentgrinder{ + pixel_x = -4; + pixel_y = 10 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/chemistry) +"hSh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"hSn" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hSo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"hSr" = ( +/obj/structure/railing/handrail, +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel/dark, +/area/construction/mining/aux_base) +"hSI" = ( +/obj/structure/flora/crystal/medium/growth, +/turf/open/indestructible/layenia/crystal/garden, +/area/layenia/cave) +"hSM" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"hSO" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall, +/area/quartermaster/miningdock) +"hSY" = ( +/obj/machinery/door/airlock/research{ + name = "Research Division Access"; + req_access_txt = "47" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/research) +"hTd" = ( +/obj/structure/flora/crystal/small/pile, +/turf/open/indestructible/layenia/crystal/garden, +/area/layenia/cave) +"hTg" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"hTk" = ( +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"hTp" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"hTq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Holodeck Door" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/locker) +"hTv" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/security/prison) +"hTw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/stairs/medium, +/area/security/brig) +"hTB" = ( +/obj/structure/flora/crystal/medium/growth{ + icon_state = "crystalgrowth1" + }, +/turf/open/indestructible/layenia/crystal/garden, +/area/ai_monitored/turret_protected/ai) +"hTI" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/barber) +"hTM" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 1; + name = "air supply pipe" + }, +/turf/closed/wall/r_wall, +/area/engine/break_room) +"hTR" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/hallway/primary/aft) +"hUa" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "lambent" + }, +/turf/open/floor/plating, +/area/security/lambent) +"hUi" = ( +/obj/machinery/door/window/northleft{ + dir = 4; + name = "First-Aid Supplies"; + red_alert_access = 1; + req_access_txt = "40" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/gun/syringe, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/medical/storage) +"hUl" = ( +/obj/structure/chair/sofa, +/obj/structure/sign/painting/library{ + pixel_y = 28 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/fitness/pool) +"hUr" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"hUu" = ( +/obj/structure/stairs{ + dir = 1 + }, +/turf/open/floor/plasteel/stairs/medium, +/area/crew_quarters/dorms) +"hUC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"hUE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"hUF" = ( +/obj/structure/closet/crate/coffin, +/turf/open/floor/wood, +/area/chapel/main) +"hUG" = ( +/obj/structure/railing/handrail, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"hUV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/janitor) +"hUW" = ( +/obj/machinery/door/airlock{ + dir = 1; + name = "Sauna A" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/spa/sauna) +"hUX" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/fore) +"hUY" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/break_room) +"hUZ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"hVa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/aft) +"hVd" = ( +/turf/open/floor/plating, +/area/engine/custom) +"hVe" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"hVf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/maintenance/fore/upper) +"hVg" = ( +/obj/structure/lattice, +/obj/structure/railing, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"hVi" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/landmark/nuclear_waste_spawner, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/break_room) +"hVp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/starboard/upper) +"hVH" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"hVJ" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/medical/storage) +"hVL" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/break_room) +"hVO" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/engine/break_room) +"hVP" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/chapel/main) +"hVQ" = ( +/obj/structure/medkit_cabinet{ + pixel_x = -26 + }, +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/processing) +"hVT" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"hVU" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"hVW" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"hVX" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/chair/bench/metal/right{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"hWb" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/sand{ + icon_state = "sandyfloor_red"; + name = "crimson sand" + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia) +"hWc" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/break_room) +"hWf" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/break_room) +"hWl" = ( +/turf/closed/wall, +/area/crew_quarters/dorms/A) +"hWw" = ( +/obj/effect/turf_decal/stripes/box, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"hWy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/red/corner, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"hWA" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/fore) +"hWC" = ( +/turf/closed/wall/r_wall, +/area/engine/engineering) +"hWI" = ( +/obj/machinery/camera/autoname, +/obj/machinery/newscaster{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"hWL" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"hWT" = ( +/mob/living/simple_animal/pet/redpanda{ + name = "Pablo"; + real_name = "Pablo" + }, +/turf/open/floor/grass, +/area/crew_quarters/park) +"hXa" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/bookcase/random/reference, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/wood, +/area/library) +"hXm" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"hXo" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"hXq" = ( +/obj/structure/sign/nanotrasen{ + pixel_y = 31 + }, +/turf/open/floor/carpet/kinaris, +/area/security/main/upper) +"hXz" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_trim" + }, +/area/medical/psych/ward) +"hXF" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Escape Pod 1"; + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/entry/upper) +"hXH" = ( +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/break_room) +"hXM" = ( +/turf/closed/wall, +/area/medical/storage) +"hXP" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"hXX" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"hXY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"hYh" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 4 + }, +/area/hallway/primary/port/upper) +"hYm" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/break_room) +"hYo" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"hYu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/break_room) +"hYy" = ( +/obj/structure/falsewall, +/turf/open/floor/plating, +/area/security/prison) +"hYD" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/spa/sauna) +"hYG" = ( +/obj/structure/table, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"hYO" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"hYS" = ( +/obj/structure/floodlight_frame, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/engine/custom) +"hYX" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"hZa" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"hZi" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"hZy" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner, +/area/ai_monitored/turret_protected/ai_upload) +"hZA" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/engineering/reactor_control) +"hZB" = ( +/obj/structure/closet/secure_closet/personal, +/turf/open/floor/plasteel, +/area/crew_quarters/spa/sauna) +"hZL" = ( +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/effect/turf_decal/delivery, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"hZO" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/indestructible/layenia/sand, +/area/layenia/cave) +"iah" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/airalarm{ + pixel_y = 25 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"iai" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"iam" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"iaw" = ( +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/medical/virology) +"iaC" = ( +/obj/machinery/atmospherics/components/binary/pump{ + name = "Reactor to Cooling Loop" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"iaF" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "Cooling Loop to Reactor" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"iaS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"ibg" = ( +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"ibh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"ibi" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/status_display{ + pixel_y = 26 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/C) +"ibl" = ( +/obj/structure/chair/comfy/brown, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"ibA" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/item/storage/box/cups{ + pixel_y = 10 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/security/courtroom) +"ibB" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"ibG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/blue, +/area/medical/psych/ward) +"ibH" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"ibJ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"ibO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/carpet, +/area/library) +"ibT" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"ibZ" = ( +/obj/structure/table/wood, +/obj/item/coin/silver, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"icf" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/upper) +"ico" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"icz" = ( +/obj/effect/turf_decal/weather/grass, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"icM" = ( +/obj/structure/flora/crystal/small/pile, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/layenia) +"idb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/layenia/cave) +"idf" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port/fore) +"idh" = ( +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "QMLoad" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/quartermaster/storage) +"idj" = ( +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/rec) +"idt" = ( +/obj/item/reagent_containers/food/snacks/beans, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"idv" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"idH" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet) +"idJ" = ( +/turf/open/floor/plasteel/dark/layenia{ + dir = 8; + icon_state = "darkfull_whole" + }, +/area/layenia/cloudlayer) +"idQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/theatre/blackbox) +"idY" = ( +/obj/structure/chair/foldingchair{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"iea" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"ieb" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Chapel" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/chapel/main) +"ien" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"ieR" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1; + icon_state = "pipe-t" + }, +/turf/open/floor/wood, +/area/security/detectives_office) +"ieZ" = ( +/obj/effect/landmark/start/ai/secondary, +/obj/item/radio/intercom{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_y = 28 + }, +/obj/item/radio/intercom{ + freerange = 1; + name = "Common Channel"; + pixel_x = -27; + pixel_y = 5 + }, +/obj/item/radio/intercom{ + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_y = -25 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"ifj" = ( +/turf/open/floor/carpet/kinaris, +/area/security/lambent) +"ifn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/custom) +"ifC" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore/secondary) +"ifG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"ifL" = ( +/obj/structure/medkit_cabinet{ + pixel_x = 26 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore/upper) +"ifN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/fore) +"ifS" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/prison) +"ifU" = ( +/obj/structure/trash_pile, +/turf/open/pool, +/area/maintenance/fore/upper) +"ifV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/engine/break_room) +"ifY" = ( +/turf/open/floor/grass, +/area/crew_quarters/dorms/upper) +"iga" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/circuit/red, +/area/engine/engineering) +"igb" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/break_room) +"igi" = ( +/obj/machinery/door/airlock/engineering/glass{ + dir = 1; + name = "Engineering"; + req_access_txt = "10" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/engine/break_room) +"igl" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/central/upper) +"igs" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"igt" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area/white, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"igL" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/janitor/upper) +"igN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"igS" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plating/layenia, +/area/layenia) +"igY" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/turf_decal/weather/grass/line{ + dir = 9 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"ihh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/surgery) +"ihm" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/security/courtroom) +"iho" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"iht" = ( +/obj/structure/closet/crate/engineering, +/obj/effect/turf_decal/bot, +/turf/open/floor/plating/layenia, +/area/layenia) +"ihu" = ( +/obj/structure/lattice, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"ihy" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"ihC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/tcommsat/computer) +"ihF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/engineering{ + name = "Telecommunications"; + req_access_txt = "61" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/tcommsat/computer) +"ihI" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/secondary/entry/upper) +"ihT" = ( +/obj/structure/table, +/turf/open/floor/plasteel/checker, +/area/bridge) +"ihV" = ( +/obj/structure/railing, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"iia" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/artatrium) +"iif" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"iik" = ( +/obj/machinery/seed_extractor, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"iil" = ( +/turf/open/floor/plasteel/stairs/left{ + dir = 4 + }, +/area/crew_quarters/dorms/upper) +"iip" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hydroponics) +"iis" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/ai_upload"; + dir = 1; + name = "Upload APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_y = 35 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"iiu" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Engineering Maintenance"; + req_access_txt = "10" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/theatre) +"iiy" = ( +/turf/closed/wall/r_wall, +/area/tcommsat/computer) +"iiB" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/security/checkpoint/engineering) +"iiI" = ( +/obj/machinery/computer/atmos_alert, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 4 + }, +/area/bridge) +"iiQ" = ( +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"iiU" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/junction/flip, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"ijg" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"ijv" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry/upper) +"ijw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 9 + }, +/turf/closed/wall/mineral/lead, +/area/engine/break_room) +"ijA" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/security/visitation) +"ijB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/turf/open/floor/engine, +/area/ai_monitored/storage/eva) +"ijK" = ( +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/curtain, +/turf/open/floor/plasteel/freezer, +/area/medical/medbay/central) +"ijM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness/pool) +"ijQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/mineral/lead, +/area/engine/engineering/reactor_core) +"ijS" = ( +/obj/structure/rack, +/obj/item/electronics/apc, +/obj/item/stock_parts/cell{ + maxcharge = 2000 + }, +/obj/machinery/light_switch{ + pixel_x = 23 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/quartermaster/warehouse) +"ijT" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"ikk" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit/upper) +"ikn" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/railing, +/turf/open/floor/plating/snowed/smoothed, +/area/layenia) +"iko" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/bridge) +"ikx" = ( +/obj/structure/sign/warning/docking, +/turf/closed/wall/mineral/lead, +/area/engine/engineering/reactor_core) +"ikz" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/bridge) +"ikC" = ( +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/security/main/upper) +"ikD" = ( +/obj/structure/chair/bench/metal/right{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"ikH" = ( +/obj/structure/chair/sofa/left{ + desc = "More inviting than the average couch."; + dir = 8; + name = "comfy couch" + }, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/turf/open/floor/carpet, +/area/hallway/secondary/entry/upper) +"ikX" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/chair/bench/left{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"ikY" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/machinery/door/firedoor, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"ikZ" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/satellite) +"ila" = ( +/obj/machinery/door/airlock/external{ + name = ""MiniSat Catwalk Access""; + req_access_txt = "65" + }, +/turf/open/floor/plating/layenia, +/area/ai_monitored/storage/satellite) +"ilq" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/status_display{ + pixel_y = 26 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/D) +"ilx" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/table, +/obj/item/flashlight/lamp{ + pixel_x = -4; + pixel_y = 13 + }, +/obj/item/folder/white{ + pixel_x = 6; + pixel_y = -1 + }, +/turf/open/floor/carpet/blue, +/area/medical/psych/roomA{ + name = "Psychology Dorm A" + }) +"ily" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/airalarm{ + pixel_y = 22 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/D) +"ilN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/medical/psych/ward) +"ilP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"ilT" = ( +/obj/item/flashlight/lantern{ + icon_state = "lantern-on"; + pixel_x = -2 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/fore) +"ilX" = ( +/obj/structure/railing/handrail{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge_alt"; + name = "ledge" + }, +/turf/open/floor/plasteel/checker, +/area/engine/atmos) +"ilZ" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/psych/rec) +"imc" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/hallway/primary/aft) +"imd" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"iml" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/hallway/primary/fore) +"imq" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box{ + pixel_y = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/visitation) +"ims" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"imy" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/closed/wall/r_wall, +/area/medical/virology) +"imA" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"imP" = ( +/obj/item/flashlight/lantern{ + icon_state = "lantern-on" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/fore) +"imR" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"imW" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/bridge) +"ina" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/item/toy/plush/bird/kenk{ + desc = "An adorable Overstuffed plushie that resembles a kenku"; + icon_state = "kenk_fat"; + name = "overstuffed kenku plushie"; + pixel_x = -3; + pixel_y = -5 + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"ing" = ( +/obj/structure/window, +/obj/structure/window{ + dir = 8 + }, +/obj/structure/statue/sandstone/venus, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"inh" = ( +/obj/structure/window, +/obj/structure/table/wood/fancy, +/obj/item/storage/book/bible{ + pixel_y = 5 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"ini" = ( +/obj/machinery/ai_slipper{ + uses = 10 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/ai) +"inl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_b) +"inn" = ( +/obj/effect/turf_decal/stripes/box, +/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer1{ + dir = 1 + }, +/turf/open/floor/plating, +/area/layenia/cloudlayer) +"inu" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/hallway/primary/fore) +"inw" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"iny" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "linealt"; + name = "line" + }, +/turf/open/floor/plasteel/dark/side, +/area/security/prison) +"inF" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/main/upper) +"inM" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/prison) +"inR" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/noticeboard/ce{ + pixel_y = 27 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"iob" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/hallway/primary/fore/upper) +"iod" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/security/visitation) +"iog" = ( +/obj/structure/rack/shelf, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "storageB"; + name = "Storage Office B Shutter Controls"; + normaldoorcontrol = 1; + pixel_x = 24 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plasteel, +/area/storage/B) +"iol" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"ion" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/transparent/glass/reinforced, +/area/layenia/cloudlayer) +"ios" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"iox" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"ioz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/vending/games, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"ioE" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = -28 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit/upper) +"ioG" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port) +"ioK" = ( +/obj/machinery/camera{ + c_tag = "Detective's Office"; + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/security/detectives_office) +"ioO" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/chair/barber_chair{ + dir = 4 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/barber) +"ioS" = ( +/obj/machinery/ntnet_relay, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"ipa" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/tcommsat/server"; + dir = 1; + name = "Telecomms Server APC"; + pixel_y = 25 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"ipb" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 1; + id = "xenobio4"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"ipe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ipg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/layenia/cloudlayer) +"iph" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/telecomms/message_server, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"ipl" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/lobby) +"ipm" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/sand{ + icon_state = "sandyfloor_red"; + name = "crimson sand" + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia) +"ipn" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"ipo" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/tcommsat/computer) +"ipr" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"ips" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"ipt" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/grass/jungle/b, +/mob/living/simple_animal/butterfly, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/hallway/primary/port/fore) +"ipu" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/prison) +"ipA" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/door/airlock/medical{ + name = "Upper Medbay"; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/medbay/upper) +"ipC" = ( +/obj/machinery/computer/telecomms/monitor{ + dir = 4; + network = "tcommsat" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/tcommsat/computer) +"ipF" = ( +/obj/structure/closet/crate/solarpanel_small, +/obj/effect/turf_decal/bot, +/turf/open/floor/plating/layenia, +/area/layenia) +"ipK" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/starboard/central/upper"; + dir = 8; + name = "Upper Central Starboard Maintenance APC"; + pixel_x = -24 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"ipZ" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/tcommsat/computer) +"iqp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=FP2"; + location = "Security" + }, +/turf/open/floor/plasteel{ + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/hallway/primary/fore) +"iqt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/sleeper) +"iqF" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/drinks/soda_cans/pwr_game{ + pixel_x = 2; + pixel_y = 7 + }, +/obj/item/reagent_containers/food/drinks/soda_cans/pwr_game{ + pixel_x = -4; + pixel_y = 3 + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"iqG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/security/prison) +"iqK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"iqP" = ( +/obj/machinery/mineral/equipment_vendor, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel/dark/side, +/area/quartermaster/miningdock) +"irb" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 1; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/central/upper) +"ire" = ( +/turf/closed/wall/r_wall, +/area/security/checkpoint/engineering) +"irn" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 3"; + dir = 1 + }, +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/secondary/exit) +"irp" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = -27 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) +"irr" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) +"irx" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags, +/obj/item/pen, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"irB" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/camera{ + c_tag = "Security Post - Engineering"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/machinery/light_switch{ + pixel_x = 27; + pixel_y = -7 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) +"irC" = ( +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_y = -28; + receive_ore_updates = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"irH" = ( +/obj/machinery/door/poddoor/preopen{ + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/public/glass{ + dir = 1; + name = "Central Access" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/port) +"irL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/layenia{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"irU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/wood, +/area/security/prison) +"irV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"isa" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9; + name = "air supply pipe" + }, +/turf/closed/wall/r_wall, +/area/engine/custom) +"isp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/airlock/public/glass{ + dir = 1; + name = "Central Access" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/port) +"isq" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/security/brig/upper) +"isy" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/main/upper) +"isz" = ( +/obj/structure/chair/office/light, +/obj/machinery/camera/autoname, +/turf/open/floor/plasteel/dark/side, +/area/bridge) +"isA" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 1; + name = "Storage Office B"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/storage/B) +"isB" = ( +/obj/item/reagent_containers/food/snacks/grown/mushroom/chanterelle, +/turf/open/floor/grass/fairy/pink, +/area/maintenance/fore/upper) +"isG" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/engine/custom) +"isL" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/junction, +/obj/machinery/atmospherics/pipe/heat_exchanging/junction/layer1, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"isR" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/structure/sign/poster/official/here_for_your_safety{ + pixel_x = 30 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"isW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"isX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"itc" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_trim" + }, +/area/medical/psych/lobby) +"itf" = ( +/turf/open/floor/plating/layenia, +/area/ai_monitored/storage/satellite) +"itl" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"itn" = ( +/obj/machinery/camera{ + c_tag = "Aft Primary Hallway 2" + }, +/obj/machinery/computer/lore_terminal, +/obj/effect/turf_decal/tile/purple{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"itr" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/storage/primary) +"itv" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plating/layenia, +/area/ai_monitored/storage/satellite) +"itw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"itB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/D) +"itF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/D) +"itJ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/E) +"itM" = ( +/obj/machinery/power/deck_relay, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/ai_monitored/turret_protected/aisat_interior) +"itT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/central/upper) +"itU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/F) +"iuc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/bridge) +"iuf" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/exit) +"iux" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"iuA" = ( +/obj/machinery/door/airlock{ + dir = 4; + id_tag = "DormF"; + name = "Dorm F" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/dorms/F) +"iuC" = ( +/obj/machinery/deepfryer, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"iuL" = ( +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms) +"iuQ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/zone2) +"iuV" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Dormitory" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/dorms) +"iva" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/fitness/pool) +"ivb" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"ivm" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/hallway/primary/fore) +"ivq" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Morgue Maintenance"; + req_access_txt = "6" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/morgue) +"ivu" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/prison) +"ivv" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/fore) +"ivB" = ( +/obj/structure/rack, +/turf/open/floor/plasteel/dark, +/area/security/visitation) +"ivH" = ( +/obj/structure/flora/crystal/medium/growth, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/hallway/primary/fore/upper) +"iwa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/medical/surgery) +"iwc" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 8 + }, +/area/bridge) +"iwf" = ( +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"iwi" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/engine/break_room) +"iwl" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"iwF" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/aisat/atmos) +"iwM" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/plasteel, +/area/engine/break_room) +"iwT" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/prison) +"iwY" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"ixa" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"ixc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry/upper) +"ixe" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"ixk" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms) +"ixo" = ( +/obj/structure/bed/double, +/obj/item/bedsheet/blue/double, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/G) +"ixq" = ( +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"ixv" = ( +/turf/open/floor/plasteel/stairs/medium{ + dir = 1 + }, +/area/layenia) +"ixA" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"ixH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"ixI" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/science/research) +"ixJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"ixU" = ( +/obj/machinery/power/deck_relay, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"ixV" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/theatre) +"ixZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"iya" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/transparent/glass/reinforced, +/area/security/warden) +"iye" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/starboard/aft/upper) +"iyh" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) +"iyk" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/tcommsat/computer) +"iyq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/security/brig/upper) +"iyr" = ( +/obj/structure/sign/warning/securearea{ + desc = "A warning sign which reads 'SERVER ROOM'."; + name = "SERVER ROOM" + }, +/turf/closed/wall, +/area/tcommsat/computer) +"iyu" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/tcommsat/computer) +"iyy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"iyE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/security/checkpoint/auxiliary) +"iyH" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"iyI" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/prison) +"iyJ" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/plasteel/dark/side, +/area/quartermaster/miningdock) +"iyQ" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/theatre) +"izc" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/obj/structure/closet/secure_closet/security/engine, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) +"izk" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"izq" = ( +/obj/structure/chair/bench/metal/left{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"izr" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer1{ + dir = 6 + }, +/obj/structure/lattice/catwalk, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"izs" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"izt" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/box, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/port/fore) +"izu" = ( +/obj/structure/flora/rock/pile, +/turf/open/floor/grass/layenia, +/area/layenia/cloudlayer) +"izv" = ( +/obj/structure/closet/decay, +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_containers/rag/towel, +/obj/item/reagent_containers/rag/towel, +/obj/item/reagent_containers/rag/towel, +/obj/item/reagent_containers/rag/towel, +/obj/item/reagent_containers/rag/towel, +/obj/item/reagent_containers/rag/towel, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/prison) +"izy" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"izA" = ( +/obj/machinery/vending/cart, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"izF" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/bridge) +"izK" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"izL" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"izN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/janitor/upper) +"izP" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer1{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"izT" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/upper) +"izV" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"izW" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer1{ + dir = 9 + }, +/obj/structure/lattice/catwalk, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"izZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"iAc" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer1{ + dir = 5 + }, +/obj/structure/lattice/catwalk, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"iAf" = ( +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/crew_quarters/dorms/upper) +"iAp" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/science/xenobiology) +"iAq" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/medical/medbay/central) +"iAs" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/layenia/cloudlayer) +"iAt" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/box, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"iAv" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer1{ + dir = 10 + }, +/obj/structure/lattice/catwalk, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"iAB" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/engine/custom) +"iAJ" = ( +/obj/structure/pool/Rboard, +/turf/open/floor/plasteel/yellowsiding{ + dir = 8 + }, +/area/crew_quarters/fitness/pool) +"iBf" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plating/layenia, +/area/ai_monitored/storage/satellite) +"iBi" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_plate" + }, +/area/medical/sleeper) +"iBj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"iBk" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/wood, +/area/crew_quarters/dorms/B) +"iBn" = ( +/obj/machinery/door/airlock{ + dir = 4; + id_tag = "DormB"; + name = "Dorm B" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/dorms/B) +"iBt" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/structure/table, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"iBy" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"iBC" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/ai_monitored/storage/eva) +"iBM" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"iBP" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"iBY" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/machinery/camera/autoname{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/main/upper) +"iCd" = ( +/obj/structure/flora/crystal/small/pile{ + icon_state = "crystals4" + }, +/turf/open/indestructible/layenia/crystal/garden, +/area/crew_quarters/heads/hor) +"iCj" = ( +/obj/structure/sign/warning/docking, +/turf/closed/wall/ice, +/area/layenia/cloudlayer) +"iCm" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/engine/engineering) +"iCr" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/main/upper) +"iCs" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/plasteel/yellowsiding, +/area/crew_quarters/fitness/pool) +"iCw" = ( +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/tcommsat/computer) +"iCx" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft/upper) +"iCE" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry/upper) +"iCH" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel, +/area/bridge) +"iCJ" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Dormitory" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/dorms) +"iCN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"iCO" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"iCQ" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/hallway/primary/fore) +"iCR" = ( +/obj/machinery/door/airlock/medical{ + dir = 4; + name = "Patient Room A"; + req_access_txt = "5" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/patients_rooms/room_a) +"iCT" = ( +/obj/machinery/computer/monitor{ + dir = 8 + }, +/turf/open/floor/carpet/blue, +/area/ai_monitored/turret_protected/aisat_interior) +"iDp" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Diner"; + location = "FPW" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"iDu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"iDw" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/fore) +"iDI" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/open/floor/plasteel/dark, +/area/engine/break_room) +"iDJ" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"iDS" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing/handrail{ + dir = 8 + }, +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"iDT" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/crew_quarters/dorms/upper) +"iEa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/landmark/event_spawn, +/obj/effect/landmark/nuclear_waste_spawner, +/turf/open/floor/plasteel{ + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/hallway/primary/fore) +"iEe" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 6; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/theatre) +"iEg" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"iEh" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"iEi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "loadingarea_flip" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"iEk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_decals_central6"; + name = "maintenance hatch" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/engine/break_room) +"iEm" = ( +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"iEs" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/item/book/manual/wiki/security_space_law, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/security/courtroom) +"iEF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/medical/morgue) +"iEI" = ( +/obj/structure/bookcase/random, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/wood, +/area/security/prison) +"iEO" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/medical/virology) +"iEQ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/primary/starboard/upper) +"iFk" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"iFl" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"iFp" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"iFz" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/tcommsat/computer) +"iFB" = ( +/turf/open/floor/plating, +/area/crew_quarters/dorms/upper) +"iFJ" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/turf/open/floor/plasteel, +/area/engine/break_room) +"iFL" = ( +/obj/structure/railing/handrail{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/park) +"iFM" = ( +/obj/structure/flora/tree/jungle, +/obj/effect/turf_decal/weather/grass/line{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"iFN" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/engine/break_room) +"iFO" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"iFP" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"iFT" = ( +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_trim" + }, +/area/medical/psych/rec) +"iFY" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/science/robotics/lab) +"iGf" = ( +/obj/structure/flora/crystal/medium/growth, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/hallway/primary/aft/upper) +"iGj" = ( +/obj/structure/girder, +/obj/structure/barricade/wooden, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating, +/area/crew_quarters/dorms/upper) +"iGm" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"iGo" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/aisat_interior"; + dir = 4; + name = "MiniSat Foyer APC"; + pixel_x = 27 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"iGr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"iGu" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/engineering/glass{ + dir = 4; + name = "Server Room"; + req_access_txt = "61" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/tcommsat/computer) +"iGv" = ( +/obj/structure/table, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"iGw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/tcommsat/computer) +"iGA" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/engineering/glass{ + dir = 4; + name = "Server Room"; + req_access_txt = "61" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/tcommsat/computer) +"iGB" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/landmark/start/barber, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/barber) +"iGG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/tcommsat/computer) +"iGL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/turf/open/floor/plasteel, +/area/bridge) +"iGP" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"iGQ" = ( +/obj/item/ectoplasm, +/obj/machinery/light/small{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/medical/morgue) +"iGT" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/barber) +"iHe" = ( +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1447; + listening = 0; + name = "Station Intercom (AI Private)"; + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/ai_upload) +"iHg" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/detectives_office"; + dir = 4; + name = "Detective's Office APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/wood, +/area/security/detectives_office) +"iHs" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"iHH" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/open/transparent/glass/reinforced, +/area/security/warden) +"iHL" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/box, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"iHQ" = ( +/obj/structure/table, +/obj/item/multitool, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"iHT" = ( +/obj/structure/pool/ladder{ + dir = 8; + pixel_x = 2 + }, +/turf/open/pool, +/area/maintenance/fore/upper) +"iHY" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/crew_quarters/dorms/upper) +"iHZ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"iIf" = ( +/obj/machinery/space_heater, +/obj/structure/railing, +/turf/open/floor/plating, +/area/maintenance/aft) +"iIh" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"iIi" = ( +/obj/structure/fireaxecabinet{ + pixel_y = -32 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/bridge) +"iIk" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"iIl" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft/upper) +"iIq" = ( +/obj/structure/table, +/obj/item/aiModule/core/full/asimov, +/obj/effect/spawner/lootdrop/aimodule_harmless, +/obj/item/aiModule/core/freeformcore, +/obj/effect/spawner/lootdrop/aimodule_neutral, +/obj/item/aiModule/core/full/custom, +/obj/machinery/flasher{ + id = "brigentry"; + pixel_x = -28 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/door/window{ + name = "High-Risk Modules"; + req_access_txt = "20" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload) +"iIr" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/item/toy/plush/mothplushie/moffplush{ + name = "Mender Moff"; + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/floor/carpet/blue, +/area/medical/psych/therapy) +"iIs" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/depsec/engineering, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) +"iIt" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/theatre) +"iIA" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) +"iIB" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/quantumpad{ + map_pad_id = "station_diner"; + map_pad_link_id = "diner"; + mapped_quantum_pads = list("station_diner","diner") + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/primary/port/fore) +"iIS" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/maintenance/starboard/aft/upper) +"iIV" = ( +/obj/structure/dresser, +/turf/open/floor/wood, +/area/crew_quarters/dorms/B) +"iIY" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/sand{ + icon_state = "sandyfloor_red"; + name = "crimson sand" + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia) +"iJc" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/comfy/brown, +/obj/effect/landmark/start/assistant, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"iJe" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/theatre) +"iJq" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/machinery/light/small{ + pixel_y = -1 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/D) +"iJu" = ( +/obj/structure/flora/crystal/small/growth, +/turf/open/indestructible/layenia/crystal, +/area/layenia/cave) +"iJw" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/upper) +"iJG" = ( +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/curtain, +/obj/item/soap, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/dorms/D) +"iJN" = ( +/obj/structure/table/wood/fancy/kinaris, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/lambent) +"iJO" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms) +"iKb" = ( +/obj/structure/sign/nanotrasen{ + pixel_y = -32 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"iKd" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"iKf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/barber) +"iKh" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/port) +"iKj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/effect/turf_decal/tile/green{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_trim" + }, +/area/medical/medbay/upper) +"iKm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/barber) +"iKz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"iKN" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"iKO" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port/aft/upper) +"iKS" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"iKZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"iLa" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "kanyewest"; + name = "privacy shutters" + }, +/turf/open/floor/plating, +/area/security/detectives_office) +"iLb" = ( +/turf/closed/wall/r_wall, +/area/medical/medbay/zone2) +"iLe" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"iLj" = ( +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/aisat/hallway"; + name = "Antechamber Turret Control"; + pixel_y = 24; + req_access = null; + req_access_txt = "65" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Foyer Entrance"; + network = list("minisat"); + start_active = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"iLz" = ( +/obj/structure/railing, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"iLF" = ( +/obj/machinery/camera{ + c_tag = "Dorms East Entrance Hallway"; + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"iLI" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/wooden_tv, +/turf/open/floor/wood, +/area/security/detectives_office) +"iLR" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"iMa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"iMc" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating/layenia, +/area/bridge) +"iMd" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/yellow, +/obj/item/toy/figure/atmos{ + pixel_y = 14 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"iMe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"iMm" = ( +/turf/closed/wall, +/area/artatrium) +"iMu" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/clothing/glasses/meson, +/obj/item/electronics/airlock{ + pixel_x = 3; + pixel_y = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/break_room) +"iMv" = ( +/obj/machinery/telecomms/server/presets/common, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"iMw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/security/visitation) +"iMy" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/layenia) +"iMB" = ( +/obj/machinery/telecomms/server/presets/service, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"iMG" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge) +"iMJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness/pool) +"iML" = ( +/obj/machinery/door/airlock/command/glass{ + dir = 8; + name = "Break Room" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/bridge) +"iMN" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) +"iMT" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4; + name = "air supply pipe" + }, +/turf/closed/wall/r_wall, +/area/engine/custom) +"iNg" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "loadingarea_flip" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/storage) +"iNj" = ( +/obj/machinery/status_display{ + pixel_y = -6 + }, +/turf/closed/wall, +/area/tcommsat/computer) +"iNl" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/tcommsat/computer) +"iNm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"iNt" = ( +/obj/structure/table, +/obj/item/radio/off, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"iNO" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/item/book/manual/wiki/security_space_law, +/obj/machinery/computer/security/telescreen/engine{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/engineering) +"iNP" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/turf/open/floor/carpet, +/area/hallway/secondary/entry/upper) +"iNX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/security/range) +"iOb" = ( +/obj/structure/flora/crystal/small/growth, +/obj/structure/flora/crystal/medium/growth, +/turf/open/indestructible/layenia/crystal, +/area/layenia) +"iOe" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"iOf" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"iOk" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft/upper) +"iOo" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"iOp" = ( +/obj/structure/sign/warning/docking{ + pixel_y = 32 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"iOq" = ( +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/bridge) +"iOy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"iON" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/landmark/carpspawn, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"iOY" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"iPe" = ( +/obj/machinery/deepfryer, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/ai_monitored/turret_protected/ai) +"iPv" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-05" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"iPF" = ( +/obj/structure/rack/shelf, +/obj/item/vending_refill/dinnerware, +/obj/item/vending_refill/dinnerware, +/obj/item/vending_refill/dinnerware, +/obj/item/vending_refill/cart, +/obj/item/vending_refill/cart, +/obj/item/vending_refill/cart, +/obj/item/vending_refill/cigarette, +/obj/item/vending_refill/cigarette, +/obj/item/vending_refill/cigarette, +/obj/item/vending_refill/kink, +/obj/item/vending_refill/kink, +/obj/item/vending_refill/kink, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/break_room) +"iPK" = ( +/turf/open/pool, +/area/security/prison) +"iPR" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/medical/virology) +"iPT" = ( +/obj/machinery/camera{ + c_tag = "Chemistry" + }, +/obj/machinery/chem_master, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/chemistry) +"iPZ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"iQa" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/transparent/openspace, +/area/hallway/secondary/exit/upper) +"iQg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"iQj" = ( +/obj/effect/turf_decal/bot_white, +/obj/structure/closet/crate, +/obj/item/storage/box/cups, +/obj/item/storage/box/cups, +/obj/item/clipboard, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/pen, +/obj/item/pen, +/obj/item/storage/briefcase, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/courtroom) +"iQp" = ( +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"iQy" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"iQR" = ( +/obj/structure/table/wood, +/obj/item/storage/pill_bottle/dice, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"iQW" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/bridge) +"iRh" = ( +/obj/structure/table/wood, +/obj/item/book/lorebooks/engrams, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"iRi" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/sand{ + icon_state = "sandyfloor_red"; + name = "crimson sand" + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia) +"iRq" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"iRx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/visitation) +"iRG" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"iRH" = ( +/obj/structure/table, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"iRI" = ( +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/security/lambent) +"iRQ" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/engine/engineering) +"iRT" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry/upper) +"iRZ" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Security Lobby"; + req_access_txt = "63" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery/white, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig/upper) +"iSf" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-29" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/hallway/primary/fore) +"iSh" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/structure/table, +/obj/item/storage/box{ + pixel_y = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"iSk" = ( +/turf/open/floor/plasteel/stairs/left, +/area/security/brig) +"iSq" = ( +/obj/structure/chair/sofa, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/wood, +/area/maintenance/fore/upper) +"iSy" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/transparent/openspace, +/area/security/brig/upper) +"iSE" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"iSI" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"iSJ" = ( +/obj/structure/chair/bench/metal{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/fitness/pool) +"iSK" = ( +/obj/structure/chair/bench/left, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"iSQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/psych) +"iSU" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 6; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"iSW" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_whole_alt" + }, +/area/layenia/cloudlayer) +"iSX" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"iSZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/storage/B) +"iTg" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/engine/break_room) +"iTA" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat/atmos) +"iTD" = ( +/obj/effect/decal/cleanable/oil{ + icon_state = "floor5" + }, +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"iTG" = ( +/obj/structure/flora/crystal/small/pile, +/turf/open/indestructible/layenia/crystal/garden, +/area/security/locker) +"iTI" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/security/brig) +"iTJ" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/junglebush/large{ + pixel_y = 7 + }, +/turf/open/floor/grass, +/area/security/prison) +"iTW" = ( +/obj/machinery/vending/tool, +/turf/open/floor/plasteel/dark, +/area/engine/break_room) +"iUa" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/storage) +"iUe" = ( +/obj/machinery/disposal/bin, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 5 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"iUf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Telecomms Server Room"; + dir = 4; + network = list("tcomms") + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"iUg" = ( +/obj/machinery/telecomms/server/presets/medical, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"iUh" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"iUi" = ( +/obj/machinery/telecomms/server/presets/command, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"iUp" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/item/twohanded/required/kirbyplants/photosynthetic{ + pixel_y = 10 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"iUu" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"iUx" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"iUG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"iUH" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms/upper) +"iUK" = ( +/obj/machinery/telecomms/server/presets/supply, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"iUX" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"iVb" = ( +/obj/machinery/telecomms/server/presets/engineering, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"iVe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"iVs" = ( +/obj/structure/table/glass, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"iVt" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/fitness) +"iVw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"iVx" = ( +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"iVz" = ( +/obj/machinery/door/airlock/external{ + dir = 8; + name = "External Access"; + req_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/department/medical/upper) +"iVR" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/tcommsat/computer) +"iWa" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall, +/area/crew_quarters/bar) +"iWe" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel{ + dir = 4; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/tcommsat/computer) +"iWf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/quartermaster/mail) +"iWg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/hallway/primary/aft/upper) +"iWi" = ( +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/tcommsat/computer) +"iWj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/storage/primary) +"iWk" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/security/courtroom) +"iWl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"iWm" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/machinery/camera{ + c_tag = "Telecomms Monitoring"; + dir = 8; + network = list("tcomms") + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"iWt" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"iWu" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/crew_quarters/theatre/mime) +"iWz" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/bridge) +"iWB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"iWG" = ( +/obj/structure/rack, +/turf/open/floor/plating, +/area/maintenance/theatre) +"iWZ" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 5; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/security/courtroom) +"iXk" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating/layenia, +/area/layenia) +"iXt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"iXy" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/engine/engineering) +"iXz" = ( +/mob/living/simple_animal/opossum/Trims, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"iXE" = ( +/turf/open/floor/plasteel/yellowsiding{ + dir = 4 + }, +/area/crew_quarters/fitness/pool) +"iXG" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "Dorm1Shutters"; + name = "Dorm Shutters" + }, +/turf/open/floor/plating, +/area/crew_quarters/dorms/A) +"iXH" = ( +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/theatre) +"iXT" = ( +/obj/machinery/button/door{ + id = "Dorm1Shutters"; + name = "Privacy Shutters Control"; + pixel_y = 26 + }, +/obj/structure/closet/secure_closet/personal/cabinet, +/turf/open/floor/wood, +/area/crew_quarters/dorms/A) +"iXU" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "hos" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/grille, +/turf/open/floor/plating, +/area/crew_quarters/heads/hos) +"iXV" = ( +/obj/structure/lattice/catwalk, +/turf/open/transparent/openspace, +/area/security/brig/upper) +"iXZ" = ( +/obj/machinery/button/door{ + id = "DormA"; + name = "Dorm Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 25; + specialfunctions = 4 + }, +/obj/structure/table/wood, +/obj/machinery/light_switch{ + pixel_x = 23; + pixel_y = -11 + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/dorms/A"; + dir = 1; + name = "Dorm A APC"; + pixel_y = 26 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/wood, +/area/crew_quarters/dorms/A) +"iYb" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/engineering) +"iYm" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"iYq" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy{ + icon_state = "eighties"; + name = "retro floor" + }, +/area/arcade) +"iYH" = ( +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 9; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/fitness/pool) +"iYJ" = ( +/obj/effect/turf_decal/tile/green{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/visitation) +"iYQ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/table, +/obj/item/reagent_containers/rag/towel{ + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/maintenance/fore/upper) +"iZh" = ( +/obj/structure/table/wood, +/obj/item/book/lorebooks/layenia_crystals, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"iZn" = ( +/obj/structure/table/wood, +/obj/item/toy/cards/deck{ + pixel_x = 2 + }, +/obj/item/clothing/mask/balaclava{ + pixel_x = -8; + pixel_y = 8 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"iZp" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/structure/sign/poster/official/here_for_your_safety{ + pixel_x = 30 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"iZv" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/storage/primary) +"iZw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"iZz" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"iZF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/lounge) +"iZG" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"iZK" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/artatrium) +"iZT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = -28 + }, +/turf/open/floor/plasteel, +/area/bridge) +"iZU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"jaa" = ( +/obj/structure/flora/crystal/medium/growth{ + pixel_y = 3 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/primary/port/fore) +"jac" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"jak" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/flora/crystal/small/pile, +/obj/effect/turf_decal/weather/grass/line, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/hallway/primary/port/fore) +"jal" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/camera/autoname, +/turf/open/floor/plasteel, +/area/security/prison) +"jax" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/fore) +"jay" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark/layenia{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"jaB" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/medbay/zone2) +"jaF" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plasteel/dark/airless, +/area/layenia) +"jaH" = ( +/obj/machinery/recharge_station, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet) +"jaN" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/structure/sign/painting/library{ + pixel_y = 28 + }, +/obj/machinery/camera/autoname{ + dir = 6 + }, +/turf/open/floor/wood, +/area/library) +"jaO" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet) +"jaX" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/toilet"; + dir = 4; + name = "Dormitory Bathrooms APC"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet) +"jbr" = ( +/obj/structure/chair{ + dir = 4; + pixel_y = 2 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/visitation) +"jbs" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"jbt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/secondary/service) +"jbG" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/fore/secondary"; + dir = 1; + name = "Fore Maintenance APC"; + pixel_y = 24 + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/secondary/service) +"jbK" = ( +/turf/closed/wall, +/area/crew_quarters/bar/cafe/backroom{ + name = "Cafe Kitchen" + }) +"jbU" = ( +/obj/effect/turf_decal/delivery, +/obj/item/reagent_containers/food/snacks/cheesewedge, +/obj/machinery/door/window/southright{ + base_state = "left"; + icon_state = "left"; + name = "Service Delivery"; + req_one_access_txt = "25;26;35;28" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/service) +"jbV" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/northleft{ + dir = 2; + icon_state = "right"; + name = "Hydroponics Desk"; + req_access_txt = "35" + }, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hydroponics) +"jbW" = ( +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-30"; + pixel_x = -6; + pixel_y = 20 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-26"; + pixel_x = 7; + pixel_y = 11 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hydroponics) +"jce" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/main/upper) +"jcp" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"jct" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"jcz" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"jcA" = ( +/obj/machinery/doorButtons/access_button{ + idDoor = "virology_airlock_exterior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_x = -24; + req_access_txt = "39" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/virology{ + autoclose = 0; + frequency = 1449; + id_tag = "virology_airlock_exterior"; + name = "Virology Exterior Airlock"; + req_access_txt = "39" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/virology) +"jcB" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"jcD" = ( +/obj/structure/table/glass, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/syringes, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/medical/virology) +"jcF" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/aft/upper) +"jcQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"jda" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/tcommsat/computer) +"jdd" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Control Room"; + req_access_txt = "19; 61" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) +"jdh" = ( +/obj/effect/turf_decal/stripes/box, +/obj/structure/beacon{ + layer = 4; + pixel_y = 15 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"jdi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/locker) +"jdr" = ( +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"jdx" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/tcommsat/computer) +"jdz" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/effect/turf_decal/tile/green{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/visitation) +"jdA" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"jdC" = ( +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/theatre/mime) +"jdG" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"jdK" = ( +/obj/structure/mirror{ + pixel_y = 28 + }, +/obj/effect/decal/cleanable/oil, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/theatre/mime) +"jdO" = ( +/obj/structure/bed, +/obj/item/bedsheet/mime, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/obj/effect/landmark/start/mime, +/obj/structure/sign/painting/library{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/theatre/mime) +"jdP" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/sofa/corner{ + dir = 4 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"jdR" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/sign/painting/library{ + pixel_y = 28 + }, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre/clown) +"jdT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"jdV" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/mirror{ + pixel_y = 28 + }, +/obj/item/toy/figure/clown, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre/clown) +"jel" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/closet/crate/wooden/toy, +/obj/item/storage/box/donkpockets/donkpockethonk, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre/clown) +"jen" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/security/range) +"jeo" = ( +/obj/item/bot_assembly/firebot, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"jeq" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"jer" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"jes" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating/layenia, +/area/bridge) +"jet" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"jev" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, /area/hallway/primary/starboard) -"dkS" = ( +"jex" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"jeA" = ( +/obj/structure/sign/warning/radiation{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"jeL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"jeQ" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/junglebush/large{ + icon_state = "bush"; + pixel_y = -24 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/library) +"jeU" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-10" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/spa/sauna) +"jeW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/fore) +"jfi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/upper) +"jfj" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"jfm" = ( +/obj/machinery/door/airlock{ + dir = 4; + id_tag = "DormA"; + name = "Dorm A" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/dorms/A) +"jfn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/security/warden) +"jfo" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"jfE" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"jfR" = ( +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 9; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/wood, +/area/library) +"jfU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"jfY" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_whole_alt" + }, +/area/medical/medbay/upper) +"jfZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/stairs{ + dir = 4 + }, +/area/ai_monitored/turret_protected/aisat_interior) +"jgg" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_plate" + }, +/area/medical/sleeper) +"jgk" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"jgm" = ( +/turf/open/floor/engine, +/area/engine/tether) +"jgz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_trim" + }, +/area/medical/psych/ward) +"jgD" = ( +/obj/machinery/atmospherics/components/unary/cryo_cell, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/medical/sleeper) +"jgF" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall/r_wall, +/area/maintenance/starboard/upper) +"jgM" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"jgR" = ( +/turf/open/floor/plasteel, +/area/medical/psych/ward) +"jhb" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Engineering Maintenance"; + req_access_txt = "10" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/custom) +"jhc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"jhe" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge_short"; + name = "short ledge" + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/main) +"jhg" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel, +/area/storage/C) +"jhi" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"jhk" = ( +/obj/machinery/door/airlock{ + dir = 4; + id_tag = "DormC"; + name = "Dorm C" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/dorms/C) +"jhp" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"jhB" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"jhH" = ( +/obj/structure/trash_pile, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"jhI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark/layenia{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"jhQ" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/ai_monitored/security/armory) +"jhU" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/engine/break_room) +"jid" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/pointybush, +/obj/structure/flora/junglebush, +/obj/structure/flora/junglebush/large, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/hallway/primary/port/fore) +"jil" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"jim" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet) +"jio" = ( +/obj/effect/landmark/start/botanist, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"jiA" = ( +/obj/machinery/button/door{ + id = "aux_base_shutters_lobby"; + name = "Auxiliary Base Lobby Shutters Control"; + pixel_y = -26; + req_one_access_txt = "32;47;48" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"jiD" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"jiH" = ( +/obj/structure/chair, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"jiK" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"jiO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/upper) +"jiW" = ( +/obj/effect/turf_decal/weather/grass/line, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"jja" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"jjb" = ( +/obj/structure/sink{ + pixel_y = 30 + }, +/obj/item/reagent_containers/glass/bucket{ + pixel_x = -7; + pixel_y = 10 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"jjc" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/seed_extractor, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"jjd" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/transparent/openspace, +/area/hallway/secondary/exit/upper) +"jjh" = ( +/obj/machinery/processor, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/maintenance/starboard/aft/upper) +"jji" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/floor/plasteel, +/area/engine/engineering) +"jjk" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/engine/break_room) +"jjp" = ( +/obj/item/twohanded/required/kirbyplants/photosynthetic, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"jjs" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel, +/area/engine/engineering) +"jjv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"jjw" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"jjy" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"jjC" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/carpet/blue, +/area/ai_monitored/turret_protected/aisat_interior) +"jjH" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/folder/white, +/turf/open/floor/carpet/blue, +/area/ai_monitored/turret_protected/aisat_interior) +"jjI" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"jjJ" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"jjN" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/tcommsat/computer) +"jjR" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/paper_bin{ + pixel_y = 6 + }, +/obj/item/pen/blue, +/obj/item/folder/blue{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/tcommsat/computer) +"jjS" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel/dark/side, +/area/tcommsat/computer) +"jjV" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 8 + }, +/area/tcommsat/computer) +"jjY" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/courtroom) +"jkb" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"jko" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"jkz" = ( +/obj/structure/table/wood, +/obj/item/toy/figure/mime, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/theatre/mime) +"jkC" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"jkG" = ( +/obj/structure/table/reinforced, +/obj/item/aicard, +/obj/item/multitool, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner, +/area/bridge) +"jkI" = ( +/obj/structure/chair/bench/metal{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/fitness/pool) +"jkN" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/arrows, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"jkO" = ( +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = -32 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/heads/captain) +"jkR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/theatre/mime) +"jkX" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/engine/break_room) +"jlb" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/security/visitation) +"jli" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/item/stack/ore/iron, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"jln" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/storage/box/lights/mixed{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/storage/primary) +"jlu" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore/upper) +"jlw" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/machinery/computer/lore_terminal/security, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"jlA" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/central/upper) +"jlB" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/fitness) +"jlC" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "medprivA"; + name = "privacy door" + }, +/turf/open/floor/plating, +/area/medical/patients_rooms/room_a) +"jlF" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/chair/comfy/blue, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/science/xenobiology) +"jlG" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"jlH" = ( +/obj/effect/landmark/start/scientist, +/turf/open/floor/wood, +/area/science/research) +"jlR" = ( +/obj/structure/dresser, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/theatre/mime) +"jlU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/engine/engineering) +"jlV" = ( +/turf/open/floor/plasteel/white/side{ + dir = 6 + }, +/area/bridge) +"jlX" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"jma" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/closet/secure_closet/freezer/cream_pie, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre/clown) +"jmc" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 28 + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/library) +"jmi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/sorting/mail{ + sortType = 23 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"jmm" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"jmu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"jmv" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/item/cigbutt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre/clown) +"jmC" = ( +/obj/machinery/flasher{ + id = "Cell 1"; + pixel_x = -28 + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"jmE" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic, +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre/clown) +"jmK" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Atmospherics External Access"; + req_access_txt = "24" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"jmP" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Atmospherics External Access"; + req_access_txt = "24" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"jnp" = ( +/obj/machinery/light/small{ + dir = 8; + pixel_x = -7 + }, +/turf/open/transparent/openspace, +/area/crew_quarters/theatre) +"jnD" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/medical_cloning{ + pixel_y = 6 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/genetics/cloning) +"jnE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"jnI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/camera{ + c_tag = "Dormitory South"; + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"jnM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"jnS" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/department/security) +"jnU" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_end"; + name = "wood end" + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/effect/turf_decal/box, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/barber) +"jnY" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms/upper) +"joc" = ( +/obj/structure/sink/kitchen{ + dir = 8; + pixel_x = 13 + }, +/obj/item/reagent_containers/glass/bucket, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/port/upper) +"jok" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/department/security"; + dir = 1; + name = "Security Maintenance APC"; + pixel_y = 26 + }, +/turf/open/floor/plating, +/area/maintenance/department/security) +"jom" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"joo" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/wood, +/area/crew_quarters/dorms/A) +"joq" = ( +/obj/structure/chair/sofa/left{ + desc = "More inviting than the average couch."; + dir = 8; + name = "comfy couch" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"joG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/indestructible/concrete, +/area/layenia) +"joJ" = ( +/obj/structure/rack/shelf, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"jpb" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"jpg" = ( +/obj/machinery/door/airlock{ + dir = 4; + id_tag = "null"; + name = "Unit 2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet) +"jpo" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/machinery/airalarm{ + pixel_y = 22 + }, +/obj/machinery/camera{ + c_tag = "Holodeck West" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/crew_quarters/locker) +"jpr" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms/upper) +"jpu" = ( +/obj/structure/chair/sofachair{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/security/courtroom) +"jpx" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/hallway/primary/central/upper) +"jpz" = ( +/obj/machinery/door/airlock/public{ + name = "Psychology Dorm B" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/psych/roomB{ + name = "Psychology Dorm B" + }) +"jpA" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"jpY" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"jpZ" = ( +/obj/structure/flora/crystal/small/growth, +/obj/effect/turf_decal/weather/grass/line, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"jqa" = ( +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/fore) +"jqd" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/engine/custom) +"jqu" = ( +/obj/structure/chair/bench/left{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 5; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/park) +"jqv" = ( +/obj/effect/turf_decal/tile/green{ + dir = 9 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hydroponics) +"jqw" = ( +/obj/structure/table, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"jqy" = ( +/obj/item/trash/candy, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"jqF" = ( +/obj/effect/turf_decal/tile/green{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hydroponics) +"jqJ" = ( +/obj/effect/turf_decal/tile/green{ + dir = 9 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hydroponics) +"jqU" = ( +/obj/effect/turf_decal/tile/green{ + dir = 9 + }, +/obj/effect/turf_decal/tile/green, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-27" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hydroponics) +"jrb" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_trim" + }, +/area/medical/psych/ward) +"jrc" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/table, +/obj/machinery/smartfridge/disks{ + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"jre" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/turf/open/floor/plasteel, +/area/engine/engineering) +"jrn" = ( +/obj/effect/turf_decal/weather/grass/line, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=180" + }, +/area/layenia/cloudlayer) +"jrq" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/machinery/newscaster{ + pixel_y = 28 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"jrs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/medical/morgue) +"jrH" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/hydroponics) +"jrI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/fore) +"jrM" = ( +/obj/machinery/shower{ + pixel_y = 19 + }, +/obj/effect/decal/cleanable/semen, +/turf/open/floor/plasteel/showroomfloor, +/area/security/prison) +"jrQ" = ( +/obj/structure/chair/bench/metal/right{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/fitness/pool) +"jrR" = ( +/obj/structure/ladder, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/camera{ + c_tag = "MiniSat Foyer"; + dir = 4; + network = list("minisat"); + start_active = 1 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/ai_monitored/turret_protected/aisat_interior) +"jrT" = ( +/obj/structure/flora/junglebush/large, +/turf/open/floor/grass/layenia, +/area/layenia/cloudlayer) +"jrU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"jsa" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/blue, +/area/ai_monitored/turret_protected/aisat_interior) +"jsd" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"jsh" = ( +/mob/living/carbon/monkey, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"jsn" = ( +/obj/structure/fence{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"jso" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/crew_quarters/spa/sauna) +"jsr" = ( +/obj/machinery/computer/station_alert{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/blue, +/area/ai_monitored/turret_protected/aisat_interior) +"jst" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/obj/structure/sign/warning/securearea{ + desc = "A warning sign which reads 'SERVER ROOM'."; + name = "SERVER ROOM" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"jsu" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/medical/genetics"; + dir = 1; + name = "Genetics APC"; + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"jsv" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "Dorm4Shutters"; + name = "Dorm Shutters" + }, +/turf/open/floor/plating, +/area/crew_quarters/dorms/H) +"jsF" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"jsM" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/obj/structure/sign/warning/securearea{ + desc = "A warning sign which reads 'SERVER ROOM'."; + name = "SERVER ROOM" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/tcommsat/computer) +"jsN" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"jsP" = ( +/obj/machinery/computer/message_monitor{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/tcommsat/computer) +"jsV" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"jsW" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/port/upper) +"jsY" = ( +/obj/structure/table/wood, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/G) +"jsZ" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig) +"jtr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/hallway/primary/aft/upper) +"jtu" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/library) +"jtD" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) +"jtP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/tcommsat/computer) +"jud" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/head_of_personnel, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"juf" = ( +/obj/effect/landmark/carpspawn, +/obj/effect/turf_decal/weather/grass/line, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"jug" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/primary/central) +"jus" = ( +/obj/item/radio/intercom{ + pixel_x = -30 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"jut" = ( +/obj/structure/sign/logo/kinaris{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"juw" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/wood, +/area/security/detectives_office) +"juE" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen/alt{ + id = "cafe"; + name = "cafe shutters" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/bar/cafe/backroom{ + name = "Cafe Kitchen" + }) +"jva" = ( +/obj/structure/table/wood, +/obj/item/lipstick/random{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/theatre/mime) +"jvf" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/fitness/pool) +"jvp" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"jvr" = ( +/obj/structure/table/wood/fancy/kinaris, +/obj/machinery/button/door{ + id = "lambent"; + name = "Lambent Shutters" + }, +/turf/open/floor/carpet/kinaris, +/area/security/lambent) +"jvB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/theatre/mime) +"jvR" = ( +/obj/effect/decal/cleanable/generic, +/obj/machinery/light_switch{ + pixel_x = 23 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/theatre/mime) +"jvS" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/dresser, +/obj/item/flashlight/lamp/bananalamp{ + pixel_y = 18 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre/clown) +"jwb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/construction/mining/aux_base) +"jwe" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/clothing/neck/stethoscope, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_a) +"jwo" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/heads/captain) +"jwv" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ + dir = 6 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"jww" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/firealarm{ + layer = 4; + pixel_y = 24 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"jwC" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/decal/cleanable/oil, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre/clown) +"jwE" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/fitness) +"jwJ" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/bed, +/obj/item/bedsheet/clown, +/obj/effect/landmark/start/clown, +/turf/open/floor/plasteel, +/area/crew_quarters/theatre/clown) +"jwN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"jwX" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/suit/hooded/wintercoat, +/turf/open/floor/plating, +/area/maintenance/theatre) +"jwY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"jwZ" = ( +/obj/machinery/door/airlock{ + dir = 8; + name = "Bathroom" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/dorms/D) +"jxh" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/port/fore"; + dir = 8; + name = "Port Quarter Maintenance APC"; + pixel_x = -25; + pixel_y = 1 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"jxs" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"jxx" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 5; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/chapel/main) +"jxz" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Dormitory" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/dorms) +"jxC" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/pointybush, +/obj/structure/flora/junglebush, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/library) +"jxF" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Dormitory" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/dorms) +"jxG" = ( +/obj/effect/turf_decal/weather/grass/surround{ + dir = 4 + }, +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/primary/port/fore) +"jxH" = ( +/obj/structure/flora/junglebush/large, +/turf/open/floor/grass, +/area/hallway/primary/port/fore) +"jxL" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/chair/sofa, +/obj/structure/window{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/security/prison) +"jxR" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"jxW" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/engine/custom) +"jxY" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/weather/grass/line{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/primary/port/fore) +"jyr" = ( +/obj/structure/table, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel/dark, +/area/security/visitation) +"jys" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/science/xenobiology) +"jyv" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet) +"jyJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/storage/primary) +"jyO" = ( +/obj/structure/table, +/obj/item/storage/box/firingpins, +/obj/item/storage/box/firingpins, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"jzc" = ( +/turf/closed/wall, +/area/medical/medbay/zone2) +"jzk" = ( +/obj/structure/bed, +/obj/effect/spawner/lootdrop/bedsheet, +/turf/open/floor/carpet, +/area/library) +"jzp" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/item/gavelblock, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/security/courtroom) +"jzx" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/library) +"jzC" = ( +/obj/effect/turf_decal/tile/green{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/newscaster{ + layer = 4; + pixel_x = -27 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"jzO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"jzP" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/turf/open/floor/plating/layenia, +/area/bridge) +"jAc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"jAf" = ( +/obj/structure/flora/crystal/small/pile, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/indestructible/layenia/crystal, +/area/layenia/cloudlayer) +"jAh" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms) +"jAi" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/hallway/secondary/service) +"jAo" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/fore/upper) +"jAr" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"jAv" = ( +/obj/item/twohanded/required/kirbyplants/photosynthetic, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"jAw" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"jAE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/theatre) +"jAO" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet/blue, +/area/ai_monitored/turret_protected/aisat_interior) +"jBe" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"jBf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"jBk" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"jBr" = ( +/obj/machinery/telecomms/processor/preset_four, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"jBv" = ( +/obj/machinery/telecomms/bus/preset_four, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"jBA" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"jBG" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/engine/upper) +"jBH" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/landmark/start/assistant, +/turf/open/floor/grass, +/area/crew_quarters/dorms/upper) +"jBN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"jBR" = ( +/obj/machinery/telecomms/bus/preset_two, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"jBV" = ( +/obj/machinery/telecomms/processor/preset_two, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"jBY" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/tcommsat/computer) +"jCp" = ( +/obj/machinery/computer/telecomms/server{ + dir = 4; + network = "tcommsat" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 4 + }, +/area/tcommsat/computer) +"jCq" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/processing) +"jCt" = ( +/turf/open/transparent/glass/reinforced, +/area/security/warden) +"jCE" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/tcommsat/computer) +"jCI" = ( +/obj/machinery/gateway{ + dir = 5 + }, +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"jCJ" = ( +/obj/machinery/power/apc{ + areastring = "/area/tcommsat/computer"; + name = "Telecomms Monitoring APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/tcommsat/computer) +"jCN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/processing) +"jCQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/prison) +"jCR" = ( +/obj/machinery/announcement_system, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/tcommsat/computer) +"jCV" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing, +/turf/open/floor/plating, +/area/maintenance/theatre) +"jCX" = ( +/obj/machinery/door/airlock{ + name = "Mime Room"; + req_access_txt = "46" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/theatre/mime) +"jCZ" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/security/detectives_office) +"jDh" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"jDi" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/upper) +"jDn" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig) +"jDo" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "meeting"; + name = "Privacy Shutters" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge) +"jDq" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/barricade/wooden/snowed, +/turf/open/floor/plating, +/area/maintenance/port) +"jDs" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Server Room"; + dir = 10; + network = list("ss13","rd") + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"jDt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"jDu" = ( +/obj/machinery/power/solar_control{ + dir = 1; + id = "starboardsolar"; + name = "Starboard Quarter Solar Control" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"jDw" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet, +/area/library) +"jDB" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/ai_monitored/turret_protected/ai_upload) +"jDH" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 10 + }, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"jDL" = ( +/obj/machinery/door/airlock{ + name = "Clown Room"; + req_access_txt = "46" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/item/grown/bananapeel, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/theatre/clown) +"jDR" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/hallway/secondary/exit/upper) +"jDS" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/science/research) +"jEl" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/pen/red, +/turf/open/floor/plasteel/white/corner{ + dir = 8 + }, +/area/medical/psych) +"jEo" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"jEq" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/pointybush, +/obj/structure/flora/junglebush, +/obj/structure/flora/junglebush/large{ + pixel_x = -25 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/medical/psych/ward) +"jEu" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"jEv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"jEx" = ( +/obj/structure/trash_pile, +/turf/open/floor/plating, +/area/maintenance/department/medical/upper) +"jEG" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/structure/sign/painting/library{ + pixel_y = 28 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"jEK" = ( +/obj/structure/table, +/obj/item/storage/crayons, +/obj/item/storage/crayons, +/obj/machinery/light_switch{ + pixel_x = -27; + pixel_y = 4 + }, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"jEQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"jER" = ( +/obj/machinery/vending/hydroseeds{ + slogan_delay = 700 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"jEU" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-27" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/security/lambent) +"jEX" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"jFa" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"jFj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel, +/area/engine/break_room) +"jFm" = ( +/obj/structure/table, +/obj/item/camera_film, +/obj/item/camera, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"jFp" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"jFs" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"jFv" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/arrows, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"jFw" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-10" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/crew_quarters/heads/hor) +"jFx" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/stack/sheet/plasteel{ + amount = 10; + pixel_y = -12 + }, +/obj/item/storage/box/lights/mixed{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"jFz" = ( +/obj/structure/table, +/obj/item/paper_bin/construction, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/obj/machinery/camera{ + c_tag = "Art Storage"; + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"jFA" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Kitchen" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/prison) +"jFF" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall, +/area/crew_quarters/locker) +"jFI" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/processing) +"jFQ" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/item/stack/cable_coil{ + pixel_x = 1; + pixel_y = 10 + }, +/obj/item/stock_parts/cell/high/plus, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/storage/primary) +"jFV" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer1{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating, +/area/layenia/cloudlayer) +"jGa" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/box, +/obj/structure/sign/directions/supply{ + pixel_y = -20 + }, +/turf/open/floor/plating{ + initial_gas_mix = "o2=22;n2=82;TEMP=180"; + planetary_atmos = 1 + }, +/area/layenia) +"jGb" = ( +/obj/effect/turf_decal/tile/red, +/obj/machinery/computer/lore_terminal/security, +/turf/open/floor/plasteel/dark, +/area/security/visitation) +"jGg" = ( +/obj/structure/closet/wardrobe/white, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/locker"; + dir = 1; + name = "Locker Room APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"jGh" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"jGj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/crew_quarters/locker) +"jGm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/table, +/turf/open/floor/plasteel/checker, +/area/bridge) +"jGo" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/central/upper) +"jGq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/crew_quarters/locker) +"jGI" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"jGQ" = ( +/turf/closed/wall/r_wall, +/area/engine/engine_smes) +"jGU" = ( +/turf/closed/wall/r_wall, +/area/maintenance/port/upper) +"jGW" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plating, +/area/crew_quarters/theatre) +"jGZ" = ( +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/obj/structure/table, +/obj/item/flashlight{ + pixel_x = -10; + pixel_y = 10 + }, +/obj/item/flashlight{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"jHi" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/fore) +"jHj" = ( +/obj/machinery/airalarm{ + pixel_y = 22 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/fore) +"jHl" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/machinery/camera{ + c_tag = "Security Post - Cargo"; + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = -27 + }, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"jHn" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"jHq" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"jHA" = ( +/obj/structure/table, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"jHF" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/railing, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"jHP" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"jHY" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"jIa" = ( +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/fore) +"jIb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/security/main/upper) +"jIg" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"jIo" = ( +/obj/structure/window/reinforced, +/obj/structure/flora/crystal/small/pile{ + icon_state = "crystals4" + }, +/obj/effect/turf_decal/weather/grass/line{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/hallway/primary/port/fore) +"jID" = ( +/obj/machinery/door/airlock/glass{ + dir = 4; + id_tag = "checkpointinner"; + name = "inner airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/port/upper) +"jIH" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/security/courtroom) +"jII" = ( +/obj/structure/sink{ + pixel_y = 30 + }, +/obj/structure/mirror{ + pixel_y = 35 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/fitness/pool) +"jJa" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/barber) +"jJn" = ( +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/engine/custom) +"jJo" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + dir = 9; + icon_state = "plaswhite_traction_trimcorner" + }, +/area/medical/medbay/zone2) +"jJr" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"jJs" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/fore) +"jJu" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"jJv" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/camera{ + c_tag = "Dormitory Toilets"; + dir = 1 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet) +"jJz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"jJC" = ( +/obj/structure/chair/bench/metal/right, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"jJE" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"jJF" = ( +/obj/machinery/rnd/production/techfab/department/service, +/turf/open/floor/plasteel/checker, +/area/hallway/secondary/service) +"jJN" = ( +/obj/effect/turf_decal/tile/green{ + dir = 10 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hydroponics) +"jJT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"jKm" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel, +/area/security/visitation) +"jKw" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/theatre) +"jKx" = ( +/obj/structure/sign/painting/library{ + pixel_y = -24 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/bench/left{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/artatrium) +"jKz" = ( +/obj/structure/lattice/catwalk, +/obj/effect/landmark/carpspawn, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"jKB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"jKF" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"jKG" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/layenia) +"jKM" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central/upper) +"jKQ" = ( +/obj/structure/rack/shelf, +/obj/item/vending_refill/snack, +/obj/item/vending_refill/snack, +/obj/item/vending_refill/snack, +/obj/item/vending_refill/boozeomat, +/obj/item/vending_refill/boozeomat, +/obj/item/vending_refill/boozeomat, +/obj/item/vending_refill/coffee, +/obj/item/vending_refill/coffee, +/obj/item/vending_refill/coffee, +/obj/item/vending_refill/cola, +/obj/item/vending_refill/cola, +/obj/item/vending_refill/cola, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/break_room) +"jKV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"jLh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"jLt" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"jLA" = ( +/obj/structure/table, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"jLB" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = -27 + }, +/obj/structure/closet/wardrobe/mixed, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"jLI" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/port) +"jLM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"jLN" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/washing_machine, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"jLO" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/table, +/obj/structure/bedsheetbin{ + pixel_y = 2 + }, +/obj/machinery/status_display{ + pixel_y = 26 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"jLT" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/washing_machine, +/obj/machinery/camera{ + c_tag = "Locker Room East"; + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"jMf" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_whole_alt" + }, +/area/medical/medbay/upper) +"jMn" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/break_room) +"jMp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"jMB" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/port/fore) +"jMD" = ( +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"jMG" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/warehouse) +"jMK" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel/white, +/area/medical/psych/ward) +"jMR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/fore) +"jMW" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/engine/break_room) +"jNl" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/custom) +"jNm" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"jNq" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_traction_corner" + }, +/area/medical/medbay/zone2) +"jNs" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + sortType = 19 + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/firealarm{ + pixel_x = -24; + pixel_y = 23 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/secondary/service) +"jNw" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/command{ + dir = 8; + name = "AI Chamber External Access"; + req_access_txt = "65" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/aisat_interior) +"jNG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/break_room) +"jNN" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/door/airlock{ + name = "Bar Backroom"; + req_access_txt = "25" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar) +"jNV" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8; + external_pressure_bound = 140; + name = "server vent"; + pressure_checks = 0 + }, +/turf/open/floor/circuit/telecomms, +/area/science/xenobiology) +"jOa" = ( +/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/plasteel/dark, +/area/storage/tech) +"jOf" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall, +/area/crew_quarters/kitchen) +"jOq" = ( +/obj/structure/chair/sofa/right, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/G) +"jOv" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/hallway/primary/port/upper) +"jOx" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/upper) +"jOG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "serviceshut"; + layer = 4; + name = "Service Shutter Controls"; + pixel_x = -8; + pixel_y = 26 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/secondary/service) +"jOH" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 3 + }, +/turf/open/floor/carpet, +/area/library) +"jON" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cloudlayer) +"jOT" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + sortType = 21 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/machinery/light_switch{ + pixel_x = 19; + pixel_y = 28 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/secondary/service) +"jOY" = ( +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 4 + }, +/obj/item/pen, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hydroponics) +"jPd" = ( +/obj/machinery/suit_storage_unit/rd, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/camera{ + c_tag = "Research Director's Office"; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"jPw" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21"; + pixel_x = -3; + pixel_y = 6 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"jPy" = ( +/turf/closed/wall, +/area/security/vacantoffice/a) +"jPA" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/camera/autoname, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"jPE" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"jPH" = ( +/turf/open/floor/plasteel/grimy, +/area/security/prison) +"jPK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"jPP" = ( +/obj/structure/flora/crystal/small/pile, +/turf/open/indestructible/layenia/sand, +/area/layenia) +"jPU" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 10 + }, +/turf/open/indestructible/layenia/sand, +/area/layenia/cloudlayer) +"jQa" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"jQb" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"jQi" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"jQp" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port/upper) +"jQq" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"jQu" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/sign/warning/radiation{ + pixel_y = 32 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"jQy" = ( +/obj/structure/flora/crystal/small/growth, +/turf/open/indestructible/layenia/crystal/garden, +/area/security/locker) +"jQH" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/junglebush, +/turf/open/floor/grass, +/area/security/prison) +"jQK" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"jQM" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/science/misc_lab) +"jQX" = ( +/obj/machinery/door/poddoor/preopen{ + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/hallway/primary/fore) +"jRl" = ( +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"jRt" = ( +/obj/machinery/door/poddoor/preopen{ + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/nuclear_waste_spawner, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/hallway/primary/fore) +"jRw" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner, +/area/hallway/primary/port/fore) +"jRz" = ( +/obj/structure/chair/bench/left{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/park) +"jRC" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/quartermaster/storage) +"jRH" = ( +/obj/machinery/door/poddoor/preopen{ + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/hallway/primary/fore) +"jRM" = ( +/obj/structure/railing, +/turf/open/floor/plating, +/area/maintenance/theatre) +"jRW" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/central/upper) +"jSc" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/secondary/entry/upper) +"jSj" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/secondary/service) +"jSk" = ( +/obj/structure/railing, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/theatre) +"jSA" = ( +/obj/machinery/biogenerator, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"jSG" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/storage/tech) +"jSI" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/main/upper) +"jSO" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"jSS" = ( +/obj/structure/railing, +/obj/structure/trash_pile, +/turf/open/floor/plasteel/dark, +/area/maintenance/theatre) +"jSU" = ( +/obj/structure/lattice/catwalk, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"jTf" = ( +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating, +/area/crew_quarters/dorms/upper) +"jTg" = ( +/obj/effect/turf_decal/sand{ + icon_state = "sandyfloor_red"; + name = "crimson sand" + }, +/turf/open/floor/plasteel/airless/solarpanel{ + initial_gas_mix = "o2=22;n2=82;TEMP=180"; + planetary_atmos = 1 + }, +/area/layenia) +"jTi" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/layenia) +"jTo" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/disposalpipe/junction, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms/upper) +"jTs" = ( +/obj/machinery/monkey_recycler, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"jTt" = ( +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/primary/aft) +"jTu" = ( +/obj/structure/lattice/catwalk, +/turf/closed/wall/r_wall, +/area/maintenance/theatre) +"jTw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"jTB" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"jTE" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"jTF" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/turf_decal/weather/grass/line{ + dir = 8 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"jTJ" = ( +/obj/structure/lattice/catwalk, +/turf/closed/wall/r_wall, +/area/layenia) +"jTK" = ( +/obj/structure/closet/wardrobe/green, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"jTN" = ( +/obj/machinery/power/deck_relay, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/hallway/primary/aft/upper) +"jTP" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"jTR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"jTY" = ( +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/spa/sauna) +"jUc" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 8; + name = "Courtroom"; + req_access_txt = "42" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/courtroom) +"jUh" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 4 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=ArrivalsNorth"; + location = "Lockers" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/crew_quarters/locker) +"jUo" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/processing) +"jUz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"jUE" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"jUF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"jUG" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge_short"; + name = "short ledge" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/main) +"jUL" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"jUP" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ dir = 4; name = "air supply pipe" @@ -18010,399 +63599,129 @@ /obj/structure/cable{ icon_state = "1-2" }, -/obj/structure/disposalpipe/junction/flip{ - dir = 1 +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/turf/open/floor/plasteel/white, -/area/science/research) -"dkW" = ( -/obj/structure/chair/stool, -/turf/open/floor/plasteel, -/area/security/prison) -"dkX" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_trim" + }, +/area/medical/medbay/central) +"jUR" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/red/line, /obj/effect/turf_decal/stripes/line{ - dir = 8 + dir = 1 }, /obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/ash/large, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/layenia) -"dla" = ( -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"dlf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/science/mixing) -"dln" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"dlw" = ( -/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"dlD" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"jUT" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/turf/open/floor/plasteel, -/area/security/prison) -"dlW" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/side, -/area/security/prison) -"dlX" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"dms" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"dmK" = ( -/turf/open/floor/wood, -/area/engine/engineering) -"dmN" = ( -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"dmQ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"dmR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"dmU" = ( -/obj/structure/table, -/obj/item/storage/box/lights/mixed{ - pixel_x = -3; - pixel_y = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"dmV" = ( -/obj/structure/flora/crystal/small/growth{ - icon_state = "crystalgrowth2" - }, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/hallway/primary/aft) -"dmW" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"dmZ" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Medbay South-East"; - dir = 8; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"dna" = ( -/turf/closed/wall, -/area/artatrium) -"dnc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"dnh" = ( -/obj/machinery/door/airlock/external{ - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/science/xenobiology) -"dnx" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"dnK" = ( -/obj/structure/flora/crystal/small/pile{ - icon_state = "crystals4" +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" }, +/area/crew_quarters/fitness) +"jUY" = ( /turf/open/floor/plating/asteroid/layenia, /area/layenia/cloudlayer) -"dnT" = ( -/obj/structure/table, -/obj/structure/bedsheetbin, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ +"jVg" = ( +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/turf/open/floor/plasteel/cafeteria, -/area/security/prison) -"dnV" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"dnX" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, /obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/science/xenobiology) -"dob" = ( -/obj/structure/chair/sofa{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"doc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"dof" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/camera{ - c_tag = "Surgery Operating"; - dir = 4; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel/freezer, -/area/medical/sleeper) -"dom" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/structure/cable/yellow{ icon_state = "4-8" }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"don" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" }, /turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"dou" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/table/glass, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"dov" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/smes/engineering, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"doy" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/smes/engineering, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"doD" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ +/area/ai_monitored/turret_protected/aisat_interior) +"jVq" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ name = "air supply pipe" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"doH" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"jVD" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"jVP" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"jWi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/checker, +/area/maintenance/department/engine/upper) +"jWk" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/structure/table, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_b) +"jWn" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "innerbrig"; + name = "Security Lobby"; + req_access_txt = "63" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery/white, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig/upper) +"jWs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" @@ -18410,21 +63729,103 @@ /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" +/obj/effect/landmark/event_spawn, +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/area/quartermaster/storage) -"doK" = ( -/turf/open/floor/grass/fairy/pink, -/area/maintenance/fore) -"doV" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/obj/effect/landmark/nuclear_waste_spawner, /turf/open/floor/plasteel, -/area/engine/engine_smes) -"dpj" = ( +/area/hallway/primary/port/fore) +"jWy" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet) +"jWE" = ( +/obj/structure/sink/kitchen{ + dir = 8; + pixel_x = 13 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/maintenance/starboard/aft/upper) +"jWF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"jWK" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"jWO" = ( +/obj/effect/landmark/start/barista, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/bar/cafe) +"jWR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/foldingchair{ + dir = 4 + }, +/turf/open/floor/plating, +/area/crew_quarters/theatre) +"jWU" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Lockers"; + location = "Diner" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 9; name = "air supply pipe" @@ -18439,216 +63840,282 @@ /obj/structure/disposalpipe/segment{ dir = 9 }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"dpU" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"dpW" = ( -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plasteel, -/area/engine/engineering) -"dpZ" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 6 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"dqt" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"dqu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/structure/sign/painting/library{ - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"dqF" = ( -/obj/structure/table, -/obj/item/screwdriver{ - pixel_y = 16 - }, -/obj/item/wirecutters, -/obj/item/stack/cable_coil{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/stack/cable_coil, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"dqQ" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/cmo) -"drg" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"drn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/pool) -"drx" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, /turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/quartermaster/sorting) -"drJ" = ( -/obj/structure/rack/shelf, -/obj/item/stack/rods/ten, -/obj/item/stack/rods/ten, -/obj/effect/turf_decal/bot, -/turf/open/floor/plating, -/area/maintenance/fore) -"drW" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"drY" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/science/research) -"drZ" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/item/pen, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/science/server"; - dir = 8; - name = "Server Room APC"; - pixel_x = -25 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"dsi" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"dsu" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 + icon_plating = "floor"; + icon_state = "floor_whole" }, +/area/hallway/primary/port/fore) +"jWY" = ( /obj/machinery/light{ dir = 4; pixel_x = 7 }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" }, -/turf/open/floor/plasteel, -/area/artatrium) -"dsv" = ( -/turf/closed/wall/r_wall, -/area/bridge) -"dsA" = ( -/obj/structure/closet/secure_closet/freezer/kitchen/maintenance, -/turf/open/floor/plasteel/cafeteria{ +/area/security/courtroom) +"jXa" = ( +/obj/machinery/atmospherics/components/binary/circulator{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/circuit/green, +/area/engine/engineering) +"jXc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"jXe" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 5 }, -/area/maintenance/port/aft) -"dsK" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/hallway/primary/port/fore) +"jXj" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar) +"jXl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/poster/official/report_crimes{ + pixel_y = 30 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"jXs" = ( +/turf/open/floor/plating, +/area/storage/tech) +"jXu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; name = "scrubbers pipe" }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar) +"jXD" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"jXI" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/chapel/main) +"jXQ" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light/floor, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"jYe" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/bridge) +"jYl" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 5; name = "air supply pipe" }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"dsU" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"dti" = ( -/obj/machinery/airalarm{ - pixel_y = 23 +/obj/structure/cable{ + icon_state = "1-4" }, -/obj/effect/turf_decal/stripes/line{ +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_whole" + }, +/area/ai_monitored/turret_protected/aisat_interior) +"jYv" = ( +/obj/machinery/computer/lore_terminal, +/obj/effect/turf_decal/tile/red{ dir = 9 }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"jYA" = ( /obj/machinery/camera{ - c_tag = "Burn Chamber"; + c_tag = "Hydroponics North"; dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 +/obj/effect/turf_decal/tile/green{ + dir = 9 }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"dtk" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/security/armory) -"dtB" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hydroponics) +"jYD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"jYF" = ( +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/tcommsat/computer) +"jYN" = ( +/obj/effect/turf_decal/tile/green{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"jYQ" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ - dir = 4 + dir = 8 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +/turf/open/floor/plasteel{ + icon_plating = "floor"; + icon_state = "floor_whole" }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/area/hallway/primary/fore) +"jYR" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; @@ -18661,23 +64128,1439 @@ /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/area/hallway/primary/fore) -"dtF" = ( -/turf/open/floor/plating{ - icon_state = "panelscorched" +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/theatre) +"jYU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"jYY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"jZa" = ( +/obj/structure/closet/l3closet, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/virology) +"jZd" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 }, -/area/maintenance/fore) -"dtL" = ( /obj/effect/turf_decal/loading_area{ icon_state = "drain"; name = "drain" }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"jZo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"jZp" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"jZt" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-27" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"jZv" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 1"; + name = "Cell 1" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/security/brig/upper) +"jZz" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/theatre) +"jZA" = ( +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/maintenance/theatre) +"jZB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"jZQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"jZV" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/bot, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = -30 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/break_room) +"jZW" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"kae" = ( +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"kak" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/table/plasmaglass, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -4; + pixel_y = 12 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5; + pixel_y = 2 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"kam" = ( +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"kap" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"kas" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/theatre/blackbox) +"kau" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/security/brig/upper) +"kaw" = ( +/obj/structure/lattice, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"kaT" = ( +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "loadingarea_flip" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/secondary/exit) +"kaV" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Holodeck Door" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/locker) +"kaW" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/dorms/upper) +"kbl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet/purple, +/area/crew_quarters/heads/hor) +"kbF" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/sign/poster/official/report_crimes{ + pixel_y = 30 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"kbK" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/port/fore) +"kbO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "loadingarea_flip" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/storage) +"kbP" = ( +/turf/open/floor/plasteel/freezer, +/area/medical/surgery) +"kbT" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/port/fore) +"kbU" = ( +/obj/structure/railing, +/turf/open/floor/plasteel/stairs/right{ + dir = 8 + }, +/area/crew_quarters/dorms/upper) +"kbY" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"kcd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"kck" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 6 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"kco" = ( +/obj/machinery/camera{ + c_tag = "Dorms South Entrance Hallway"; + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/port/fore) +"kcp" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/rnd, +/turf/open/floor/plating, +/area/storage/tech) +"kcw" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/psych/rec) +"kcC" = ( +/obj/machinery/power/apc{ + areastring = "/area/hallway/primary/aft/upper"; + dir = 8; + name = "Upper Aft Hall APC"; + pixel_x = -25; + pixel_y = 1 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_whole" + }, +/area/hallway/primary/aft/upper) +"kcJ" = ( +/obj/structure/rack/shelf, +/obj/item/stock_parts/cell/high{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = -2; + pixel_y = -7 + }, +/obj/item/wallframe/camera{ + pixel_x = -4; + pixel_y = 5 + }, +/turf/open/floor/plating, +/area/engine/break_room) +"kcP" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge"; + name = "ledge" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge_pool"; + name = "pool ledge" + }, +/turf/open/pool, +/area/crew_quarters/fitness/pool) +"kcR" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/stairs/medium, +/area/security/brig) +"kcY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/hallway/primary/port/fore) +"kdc" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/hallway/primary/port/fore) +"kdd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/spa/sauna) +"kdg" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/central/upper) +"kdx" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/pointybush, +/obj/structure/flora/junglebush, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/grass, +/area/crew_quarters/dorms/upper) +"kdy" = ( +/obj/structure/flora/crystal/small/pile, +/turf/open/indestructible/layenia/crystal/garden, +/area/arcade) +"kdz" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"kdC" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/camera{ + c_tag = "Bar North Entrance"; + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/hallway/primary/port/fore) +"kdJ" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"kee" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"kef" = ( +/turf/open/floor/plating/asteroid/layenia/garden, +/area/security/locker) +"keg" = ( +/obj/machinery/computer/security{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/bridge) +"keq" = ( +/obj/machinery/modular_computer/console/preset, +/obj/structure/table, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/carpet/blue, +/area/ai_monitored/turret_protected/aisat_interior) +"keA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"keJ" = ( +/obj/effect/turf_decal/tile/green{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hydroponics) +"keK" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 8; + volume_rate = 200 + }, +/mob/living/carbon/monkey{ + desc = "When the candle is lit, you know the burn is good."; + name = "Candle" + }, +/turf/open/floor/engine/vacuum, +/area/engine/engineering) +"keM" = ( +/obj/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/fore) +"keN" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/machinery/camera/autoname, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/security/visitation) +"keP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/table/wood, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/medical/psych) +"keW" = ( +/obj/item/reagent_containers/food/snacks/grown/mushroom/plumphelmet, +/turf/open/floor/grass/fairy/pink, +/area/maintenance/fore/upper) +"keZ" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/maintenance/fore) +"kfb" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/nuclearbomb/selfdestruct, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"kfq" = ( +/obj/machinery/airalarm{ + pixel_y = 22 + }, +/obj/machinery/camera{ + c_tag = "Kitchen North"; + dir = 6 + }, +/obj/structure/table/reinforced, +/obj/item/stack/packageWrap, +/obj/item/toy/figure/chef{ + pixel_x = -6; + pixel_y = 10 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/kitchen) +"kfu" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/effect/turf_decal/tile/green{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/hallway/primary/fore) +"kfv" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft/upper) +"kfR" = ( +/obj/structure/table, +/obj/item/weldingtool, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/fore) +"kfS" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"kgi" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"kgq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/break_room) +"kgs" = ( +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"kgw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"kgH" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall, +/area/storage/D) +"kgS" = ( +/turf/open/floor/plating, +/area/security/vacantoffice/a) +"kgW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/hallway/secondary/service) +"kgX" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"kha" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"khk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"khl" = ( +/obj/structure/flora/crystal/small/pile, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/security/locker) +"khn" = ( +/obj/structure/flora/crystal/small/growth, +/turf/open/indestructible/layenia/sand, +/area/layenia) +"khp" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/dorms/upper) +"khr" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white{ + dir = 10; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/aft) +"khs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"khw" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"khK" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/camera/motion{ + c_tag = "AI Upload Port"; + dir = 4; + network = list("aiupload") + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload) +"khL" = ( +/obj/structure/chair/sofa/corner, +/obj/machinery/button/door{ + id = "Dorm3Shutters"; + name = "Privacy Shutters Control"; + pixel_y = 26 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/G) +"kia" = ( +/obj/machinery/gibber, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen) +"kij" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/transparent/openspace, +/area/quartermaster/mail) +"kiu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"kiv" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry/upper) +"kiw" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge) +"kiE" = ( +/obj/structure/rack, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"kiF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"kiG" = ( +/turf/open/floor/plasteel/white, +/area/medical/psych/rec) +"kiJ" = ( +/turf/closed/wall/r_wall, +/area/medical/morgue) +"kiS" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/ppflowers, +/turf/open/floor/grass, +/area/security/prison) +"kiT" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"kjb" = ( +/obj/effect/spawner/lootdrop/crate_spawner, +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/maintenance/theatre) +"kjd" = ( +/obj/structure/chair/sofa/corner{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/E) +"kjh" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"kjk" = ( +/obj/effect/spawner/lootdrop/crate_spawner, +/turf/open/floor/plating, +/area/maintenance/theatre) +"kjs" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/science/xenobiology) +"kjF" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/maintenance/theatre) +"kjV" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/maintenance/theatre) +"kjY" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/structure/railing{ + dir = 1 + }, +/obj/item/clothing/head/hardhat/weldhat/orange, +/turf/open/floor/plating, +/area/maintenance/theatre) +"kkd" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"kke" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/trash_pile, +/turf/open/floor/plating, +/area/maintenance/theatre) +"kkh" = ( +/obj/effect/spawner/lootdrop/crate_spawner, +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/theatre) +"kki" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/hydroponics/garden) +"kkl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/hallway/secondary/service) +"kku" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/courtroom) +"kkx" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/quartermaster/storage) +"kkD" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/theatre) +"kkF" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/security/visitation) +"kkV" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port/upper) +"klb" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/tree/jungle/small{ + icon_state = "tree"; + pixel_x = -12 + }, +/turf/open/floor/grass, +/area/hallway/primary/port/fore) +"klf" = ( +/obj/machinery/computer/holodeck{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"klh" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/security/visitation) +"klk" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/theatre) +"kln" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/xenobiology) +"klr" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, @@ -18688,20 +65571,453 @@ icon_state = "1-2" }, /turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/toilet) +"klx" = ( +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/layenia/cave) +"klE" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/crew_quarters/dorms/upper) +"klF" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"klJ" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"klQ" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 4 + }, +/obj/item/pen, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/crew_quarters/locker) +"klS" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"klX" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Bay 1 South" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/entry/upper) +"kma" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/drinks/beer, +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"kmc" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plasteel/stairs/right, +/area/crew_quarters/locker) +"kmj" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/layenia/cloudlayer) +"kmm" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/security/visitation) +"kmo" = ( +/obj/structure/closet/wardrobe/black, +/obj/item/clothing/shoes/jackboots, +/obj/machinery/camera{ + c_tag = "Locker Room West"; + dir = 5 + }, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; icon_state = "floor_plate" }, -/area/hallway/primary/port/fore) -"dtQ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ +/area/crew_quarters/locker) +"kmp" = ( +/obj/machinery/telecomms/receiver/preset_left, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"kms" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"kmw" = ( +/obj/machinery/door/airlock{ dir = 1; - name = "air scrubber" + name = "Hydroponics"; + req_access_txt = "35" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hydroponics) +"kmA" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "briggate"; + name = "security shutters" + }, +/obj/machinery/door/window/southleft{ + dir = 8; + name = "Brig Desk"; + req_access_txt = "1" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/security/brig/upper) +"kmC" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/hallway/primary/aft/upper) +"kmG" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/machinery/button/door{ + id = "psychologydorm2"; + name = "Dorm B Shutters Control"; + pixel_x = 25; + req_access_txt = "26" + }, +/turf/open/floor/carpet/blue, +/area/medical/psych/roomB{ + name = "Psychology Dorm B" + }) +"kmS" = ( +/obj/structure/table/wood, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/carpet, +/area/library) +"kmT" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/turf/open/transparent/openspace, +/area/layenia/cave) +"kmZ" = ( +/turf/open/floor/plasteel/dark/layenia{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"knk" = ( +/obj/structure/railing, +/turf/open/floor/plasteel/dark, +/area/maintenance/theatre) +"knm" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/upper) +"kno" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/medical/virology) +"kns" = ( +/obj/structure/table, /turf/open/floor/plasteel, -/area/hallway/primary/fore) -"dtV" = ( +/area/hallway/secondary/exit/upper) +"knE" = ( +/obj/structure/table, +/obj/item/scissors, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/theatre) +"knF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"knM" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"knN" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/locker) +"knS" = ( +/obj/structure/bed, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light_switch{ + pixel_x = 23 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/fitness/pool) +"knV" = ( +/obj/structure/chair/sofachair, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 5; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"kob" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"kof" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/railing/handrail{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"kol" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/layenia{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"kom" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = -28 + }, +/turf/open/floor/plasteel/white/side{ + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/entry/upper) +"kon" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/item/clothing/mask/surgical, +/obj/item/reagent_containers/dropper, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/sleeper) +"koo" = ( /obj/structure/rack/shelf, /obj/effect/turf_decal/bot, /obj/machinery/light{ @@ -18713,54 +66029,472 @@ }, /turf/open/floor/plating, /area/maintenance/fore) -"dtY" = ( +"kor" = ( +/obj/machinery/vending/clothing, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/locker) +"kox" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/port/fore) +"koy" = ( +/turf/open/chasm/cloud, +/area/layenia/cave) +"koB" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-10" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/heads/captain) +"koF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/airlock/public/glass{ + dir = 1; + name = "Central Access" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/port) +"koJ" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/solars/port/aft"; + dir = 8; + name = "Port Quarter Solar APC"; + pixel_x = -25; + pixel_y = 3 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"koL" = ( +/obj/machinery/atmospherics/pipe/layer_manifold, +/turf/open/floor/plating, +/area/security/brig/upper) +"koM" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/heads/captain) +"kpd" = ( +/obj/structure/flora/crystal/small/growth, +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/primary/aft/upper) +"kpg" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/conveyor{ + id = "gasstor" + }, +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"kph" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/upper) +"kpk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"kpq" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"kps" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-10" + }, +/obj/structure/railing/handrail{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/primary/port/fore) +"kpu" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar) +"kpy" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"kpA" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/medical/surgery) +"kpC" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig/upper) +"kpG" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"kpH" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"kpI" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" }, -/turf/open/floor/plasteel, -/area/security/prison) -"dub" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_access_txt = "12" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" +/turf/open/floor/plasteel{ + icon_state = "floor_plate" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/turf/open/floor/wood, +/area/crew_quarters/dorms) +"kpO" = ( +/obj/structure/flora/junglebush, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/medical/sleeper) +"kpT" = ( +/turf/open/floor/carpet/orange, /area/maintenance/fore) -"dui" = ( -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 +"kqb" = ( +/obj/structure/table/reinforced, +/obj/item/stack/packageWrap{ + pixel_x = -1; + pixel_y = -1 }, -/obj/structure/table_frame/wood, -/obj/item/stack/sheet/mineral/wood, -/turf/open/floor/wood, -/area/maintenance/fore) -"dvh" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/arcade) -"dvk" = ( +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"kqg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen) +"kqq" = ( /obj/effect/turf_decal/tile/neutral{ - dir = 1 + dir = 9 }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/newscaster{ + pixel_y = 28 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"kqw" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"kqy" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/locker) +"kqz" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/shovel/spade, +/obj/item/wrench, +/obj/item/reagent_containers/glass/bucket, +/obj/item/wirecutters, +/obj/item/screwdriver, +/obj/item/crowbar, /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ dir = 4 }, /obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/window/reinforced{ dir = 1 }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Hydroponics Storage"; + dir = 1 + }, +/obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/dark, -/area/security/range) -"dvn" = ( +/area/hydroponics) +"kqF" = ( +/obj/structure/table{ + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark, +/area/storage/A) +"kqH" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 6; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/spa/sauna) +"kqI" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular{ + empty = 1; + name = "First-Aid (empty)" + }, +/obj/item/storage/firstaid/regular{ + empty = 1; + name = "First-Aid (empty)" + }, +/obj/item/storage/firstaid/regular{ + empty = 1; + name = "First-Aid (empty)" + }, +/obj/item/healthanalyzer, +/obj/item/healthanalyzer, +/obj/item/healthanalyzer, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"kqM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"kqO" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/security/prison) +"kqS" = ( +/obj/item/bouquet/rose, +/turf/open/floor/plasteel, +/area/maintenance/fore/upper) +"kqU" = ( +/turf/closed/wall/r_wall, +/area/maintenance/department/medical/upper) +"kqV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/machinery/vending/clothing, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"kqX" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"kqZ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/railing, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"kra" = ( +/obj/structure/closet/radiation, +/turf/open/floor/plasteel, +/area/engine/custom) +"kro" = ( +/obj/structure/flora/junglebush, +/turf/open/floor/grass, +/area/crew_quarters/dorms/upper) +"krr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" @@ -18768,35 +66502,6293 @@ /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/wood, -/area/security/detectives_office) -"dvs" = ( -/obj/structure/extinguisher_cabinet{ +/turf/open/floor/plasteel, +/area/engine/break_room) +"krx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/mob/living/simple_animal/cockroach, +/turf/open/floor/plating, +/area/crew_quarters/theatre) +"krB" = ( +/obj/structure/table/wood/fancy, +/obj/item/candle{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/storage/fancy/candle_box, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/chapel/main) +"krL" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/reagentgrinder{ + pixel_y = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"krM" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "Skynet_launch"; + name = "mech bay" + }, +/turf/open/floor/plasteel{ + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/science/robotics/lab) +"krX" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ dir = 4; - pixel_y = -27 + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"ksc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"kst" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/turret_protected/aisat/hallway"; + dir = 8; + name = "MiniSat Chamber Hallway APC"; + pixel_x = -27 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/camera{ + c_tag = "MiniSat Antechamber"; + dir = 4; + network = list("minisat"); + start_active = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"ksw" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/hallway/primary/port/fore) +"ksC" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 4; + sortType = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ksD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"ksE" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/janitor) +"ksI" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "psych_hall_window"; + name = "Psychology Privacy Shutters" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/psych/ward) +"ksM" = ( +/turf/open/floor/plasteel/dark, +/area/security/visitation) +"ksR" = ( +/obj/effect/landmark/start/botanist, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/hydroponics) +"kta" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"kte" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"ktn" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/lattice/catwalk, +/obj/structure/ladder, +/turf/open/transparent/openspace, +/area/maintenance/fore/upper) +"kts" = ( +/obj/structure/flora/crystal/small/growth, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cloudlayer) +"ktt" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"ktD" = ( +/obj/effect/turf_decal/tile/green{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/hydroponics) +"ktI" = ( +/obj/machinery/power/apc{ + areastring = "/area/hydroponics"; + name = "Hydroponics APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/space_heater, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/hallway/secondary/service) +"ktL" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/park) +"ktS" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + dir = 6; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/zone2) +"ktW" = ( +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"kuk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/stairs/medium{ + icon_state = "stairs_darkfull_m"; + name = "dark medium" + }, +/area/maintenance/port) +"kul" = ( +/obj/structure/flora/crystal/medium/growth, +/turf/open/indestructible/layenia/crystal/garden, +/area/arcade) +"kup" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/knife, +/obj/item/reagent_containers/rag{ + pixel_x = 8; + pixel_y = 9 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/kitchen) +"kur" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"kuz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/security/brig/upper) +"kuA" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Science"; + location = "Cargo" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"kuD" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"kuJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/engine/custom) +"kuT" = ( +/obj/machinery/button/door{ + id = "shopshutter1"; + name = "Shop Shutter Control"; + pixel_x = -25 + }, +/obj/structure/rack, +/turf/open/floor/plating, +/area/storage/D) +"kva" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/aft/upper) +"kvc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/security/warden) +"kvo" = ( +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/obj/structure/rack, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/storage/D) +"kvp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/storage/D"; + dir = 8; + name = "Vacant Storage D APC"; + pixel_x = -24 + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"kvr" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/library) +"kvy" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/maintenance/port/fore) +"kvB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/closed/wall, +/area/maintenance/theatre) +"kvK" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/hallway/primary/fore/upper) +"kvP" = ( +/turf/closed/wall/r_wall, +/area/maintenance/starboard/central/upper) +"kvS" = ( +/obj/structure/chair/stool, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Medbay Break Room"; + dir = 4; + network = list("ss13","medbay") + }, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/medical/medbay/central) +"kwi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/closed/wall, +/area/maintenance/theatre) +"kwn" = ( +/obj/structure/bookcase{ + name = "Holy Bookcase" + }, +/obj/machinery/light/small{ + dir = 4; + pixel_x = 7 }, /turf/open/floor/plasteel/dark, /area/chapel/main) -"dvt" = ( -/turf/open/floor/engine/vacuum, -/area/science/mixing) -"dvz" = ( -/turf/closed/wall, -/area/maintenance/port) -"dvA" = ( +"kww" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central/upper) +"kwx" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/theatre) +"kwA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/carpet/kinaris, +/area/security/main/upper) +"kwD" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/medical/medbay/central) +"kwF" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/bridge) +"kwL" = ( +/obj/machinery/vending/cola/random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"kwP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/turf/open/floor/plating, +/area/maintenance/theatre) +"kwV" = ( +/obj/structure/sink{ + pixel_y = 30 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/mirror{ + pixel_y = 35 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/dorms/C) +"kwW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"kxb" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/bridge) +"kxd" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/hydroponics/garden) +"kxe" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/hydroponics/garden) +"kxf" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 6; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/park) +"kxi" = ( +/obj/structure/table, +/obj/item/clothing/ears/earmuffs, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/custom) +"kxl" = ( +/obj/structure/closet, +/obj/item/reagent_containers/food/snacks/burger/chicken, +/obj/item/clothing/suit/chickensuit, +/obj/item/clothing/head/chicken, +/turf/open/floor/plasteel/dark, +/area/maintenance/fore/upper) +"kxm" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plasteel/stairs/left{ + dir = 8 + }, +/area/crew_quarters/dorms/upper) +"kxn" = ( +/turf/closed/wall/r_wall, +/area/hydroponics/garden) +"kxp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Holodeck Door" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/locker) +"kxv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"kxw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/crew_quarters/locker) +"kxF" = ( +/obj/structure/fence{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/sign/warning/docking, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"kxG" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"kxJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/door/airlock{ + dir = 8; + name = "Bathroom" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/dorms/F) +"kxK" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"kxL" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/primary/starboard) +"kxM" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"kxS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"kxW" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/fitness/pool) +"kxX" = ( +/turf/open/floor/plasteel/stairs/medium{ + dir = 8 + }, +/area/science/research) +"kya" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-10" + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/fitness/pool"; + name = "Pool APC"; + pixel_y = -24 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness/pool) +"kyi" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"kyq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"kyr" = ( +/obj/structure/chair/sofa/right, +/turf/open/floor/carpet, +/area/security/main/upper) +"kyy" = ( +/obj/structure/destructible/cult/tome, +/obj/item/book/codex_gigas, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/library) +"kyE" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms/upper) +"kyN" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"kzd" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/science/research) +"kzf" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/security/main/upper) +"kzh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, /obj/structure/disposalpipe/segment{ dir = 6 }, -/turf/open/floor/plasteel, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"kzp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port) +"kzt" = ( +/obj/structure/table/wood, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/wood, +/area/library) +"kzI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/maintenance/port) +"kzL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/maintenance/port) +"kzO" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 10 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"kzP" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, /area/hallway/primary/aft) -"dvC" = ( +"kzS" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ + dir = 4 + }, +/turf/closed/wall/mineral/lead, +/area/engine/engineering) +"kzX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"kAb" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Diner" + }, /obj/machinery/door/firedoor, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"kAd" = ( +/obj/structure/bed, +/obj/item/bedsheet/purple, +/turf/open/floor/carpet/purple, +/area/crew_quarters/bar) +"kAh" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/structure/extinguisher_cabinet{ + pixel_x = 26; + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"kAi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar) +"kAj" = ( +/obj/machinery/door/window/southleft{ + name = "Maximum Security Test Chamber"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "test chamber blast door" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/engine, +/area/science/xenobiology) +"kAr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"kAw" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark/side, +/area/bridge) +"kAz" = ( +/obj/structure/reagent_dispensers/cooking_oil, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen) +"kAA" = ( +/obj/machinery/vending/wardrobe/chef_wardrobe, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen) +"kAB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"kAG" = ( +/obj/structure/flora/crystal/small/pile{ + icon_state = "crystals4" + }, +/turf/open/indestructible/layenia/crystal/garden, +/area/arcade) +"kAL" = ( +/obj/structure/chair/sofachair{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side, +/area/security/courtroom) +"kAT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen) +"kAV" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/arrows/white{ + dir = 1; + icon_state = "arrows_white_flip" + }, +/obj/machinery/light/floor, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/theatre) +"kAW" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_traction_trim" + }, +/area/medical/medbay/aft) +"kBa" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/arcade) +"kBf" = ( +/turf/open/floor/plasteel, +/area/storage/B) +"kBj" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/barber) +"kBl" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"kBn" = ( +/obj/structure/table/wood, +/obj/item/book/lorebooks/layenia_crystals, +/obj/machinery/power/apc{ + areastring = "/area/medical/psych/therapy"; + dir = 1; + name = "Therapy Room APC"; + pixel_y = 28 + }, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/medical/psych/therapy) +"kBz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_whole_alt" + }, +/area/layenia/cloudlayer) +"kBG" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"kBM" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/table, +/obj/machinery/plantgenes{ + pixel_y = 6 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"kBO" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"kBR" = ( +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/hydroponics) +"kBS" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/central/upper) +"kBU" = ( +/obj/structure/closet/emcloset, +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"kBV" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "shopshutter1"; + name = "Shop Shutter" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/storage/D) +"kBY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/theatre) +"kCb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"kCk" = ( +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"kCA" = ( +/obj/machinery/atmospherics/pipe/layer_manifold, +/turf/open/floor/plating, +/area/maintenance/theatre) +"kCC" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/engine/break_room) +"kCJ" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/crate_spawner, +/turf/open/floor/plating, +/area/crew_quarters/theatre) +"kCL" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/landmark/start/scientist, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/science/research) +"kCP" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"kCR" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"kCS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"kCV" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/vending/autodrobe, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 9; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/theatre) +"kCW" = ( +/obj/machinery/vending/clothing{ + req_access_txt = null + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/theatre) +"kDd" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/maintenance/port/upper) +"kDk" = ( +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"kDl" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"kDp" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 10; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/security/courtroom) +"kDq" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig) +"kDt" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/checker, +/area/hallway/primary/fore/upper) +"kDv" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/break_room) +"kDB" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/button/door{ + id = "Lockleft"; + name = "Right Bolt Control"; + normaldoorcontrol = 1; + pixel_x = -25; + specialfunctions = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"kDD" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Backstage"; + req_access_txt = "12" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/theatre) +"kDI" = ( +/turf/open/floor/plasteel/stairs/medium{ + dir = 1 + }, +/area/hallway/primary/starboard/upper) +"kDK" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/engine/break_room) +"kDO" = ( +/obj/structure/sink{ + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"kDQ" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side, +/area/medical/virology) +"kEb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/starboard/upper) +"kEc" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/port) +"kEg" = ( +/obj/effect/turf_decal/tile/green{ + dir = 10 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/crew_quarters/dorms/upper) +"kEh" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/ward) +"kEm" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/xenobiology) +"kEp" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"kEs" = ( +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/construction/mining/aux_base) +"kEu" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/bridge) +"kEv" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/crew_quarters/spa/sauna) +"kEy" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/hydroponics/garden) +"kEA" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"kEG" = ( +/obj/structure/chair/bench, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"kEK" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/start/warden, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"kEN" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Park Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/layenia/cave) +"kEP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"kEU" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hooded/wintercoat/science, +/obj/item/clothing/suit/hooded/wintercoat/science, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/upper) +"kEW" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"kEZ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/warden) +"kFs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/barber) +"kFu" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/hydroponics/garden) +"kFy" = ( +/obj/machinery/gateway{ + dir = 6 + }, +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"kFC" = ( +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/aft/upper) +"kFM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"kFO" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/security/checkpoint/escape) +"kFR" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Airlock"; + req_access_txt = "19" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/bridge) +"kFX" = ( +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/ai_upload) +"kGm" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/effect/turf_decal/tile/green{ + dir = 9 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/visitation) +"kGo" = ( +/obj/machinery/door/poddoor/preopen{ + id = "bridgespace"; + name = "bridge external shutters" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge) +"kGt" = ( +/turf/closed/wall/r_wall, +/area/security/checkpoint/escape) +"kGx" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel{ + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/crew_quarters/locker) +"kGI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"kGO" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-29" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/bridge) +"kGX" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/locker) +"kGY" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/table, +/obj/item/reagent_containers/rag/towel{ + pixel_x = -1; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/maintenance/fore/upper) +"kHc" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"kHp" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Entertainment Theatre" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/theatre) +"kHs" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/security/courtroom) +"kHt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"kHz" = ( +/obj/structure/table, +/turf/open/floor/plasteel, +/area/security/processing) +"kHM" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-29" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/security/lambent) +"kHR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"kIa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/dryer{ + pixel_y = 26 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/locker) +"kIc" = ( +/obj/machinery/door/airlock/external{ + name = "Supply Dock Airlock"; + req_access_txt = "31" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/quartermaster/storage) +"kIf" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"kIi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"kIk" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/locker) +"kIq" = ( +/obj/structure/table/glass, +/obj/item/book/manual/wiki/infections{ + pixel_y = 7 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/medical/virology) +"kIr" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/machinery/airalarm{ + pixel_y = 22 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/locker) +"kIx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hos) +"kIK" = ( /obj/effect/turf_decal/delivery, /obj/machinery/door/poddoor/preopen{ dir = 8; id = "primaryshut1"; name = "primary blast door" }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/port/upper) +"kIL" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"kIM" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/obj/structure/table, +/obj/item/clipboard{ + pixel_y = 10 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/ward) +"kIT" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Strip Club Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/bar) +"kJd" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"kJg" = ( +/obj/structure/stairs, +/turf/open/floor/plasteel/stairs/medium{ + dir = 1 + }, +/area/hallway/primary/port/fore) +"kJx" = ( +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/obj/structure/sign/painting/library{ + pixel_y = 28 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"kJA" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/window, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/grass, +/area/maintenance/starboard/aft/upper) +"kJB" = ( +/obj/structure/bed, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/fitness/pool) +"kJQ" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/engine_waste{ + dir = 8 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"kJZ" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/machinery/camera{ + c_tag = "Bar East" + }, +/obj/structure/chair/sofa/left, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"kKa" = ( +/obj/machinery/door/airlock{ + name = "Kitchen cold room"; + req_access_txt = "28" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/kitchen) +"kKn" = ( +/turf/closed/wall, +/area/medical/psych/roomA{ + name = "Psychology Dorm A" + }) +"kKp" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/closet/secure_closet/hydroponics, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"kKq" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/closet/secure_closet/hydroponics, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"kKu" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/custom) +"kKw" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/landmark/start/botanist, +/obj/machinery/airalarm{ + pixel_y = 22 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"kKA" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/fore/upper) +"kKD" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/aisat/atmos) +"kKM" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/secondary/service) +"kKP" = ( +/obj/effect/turf_decal/bot, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/power/apc{ + areastring = "/area/storage/primary"; + name = "Primary Tool Storage APC"; + pixel_x = 1; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_whole" + }, +/area/storage/primary) +"kLe" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Hydroponics"; + req_access_txt = "35" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hydroponics) +"kLk" = ( +/obj/structure/chair/sofa/right, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 9; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"kLm" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id = "bridgespace"; + name = "bridge external shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge) +"kLo" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 5; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/park) +"kLv" = ( +/turf/open/floor/plasteel, +/area/storage/D) +"kLx" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/medical/medbay/central) +"kLy" = ( +/obj/machinery/light_switch{ + pixel_x = 23 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/storage/D) +"kLG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"kLI" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/indestructible/layenia/sand, +/area/layenia/cave) +"kLQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"kLW" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/grass, +/area/security/prison) +"kLY" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 8; + name = "8maintenance loot spawner" + }, +/turf/open/floor/plasteel, +/area/storage/C) +"kMo" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 9 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"kMs" = ( +/obj/machinery/door/airlock{ + dir = 8; + name = "Sauna Lockers" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/spa/sauna) +"kMx" = ( +/obj/machinery/telecomms/broadcaster/preset_left, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"kME" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/security/processing) +"kMN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/structure/closet/secure_closet/personal, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/dorms/F"; + dir = 1; + name = "Dorm F APC"; + pixel_y = 26 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/F) +"kMY" = ( +/turf/closed/wall, +/area/security/prison) +"kNb" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"kNl" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/transparent/openspace, +/area/security/brig/upper) +"kNp" = ( +/obj/machinery/atmospherics/pipe/simple/multiz, +/obj/structure/railing, +/turf/open/floor/plating, +/area/maintenance/theatre) +"kNs" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "Chapelconveyor" + }, +/turf/open/floor/plating, +/area/chapel/main) +"kNv" = ( +/obj/machinery/light/small{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/theatre) +"kNH" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/warehouse) +"kNI" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"kNJ" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd2"; + name = "research lab shutters" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_decals_central6"; + name = "maintenance hatch" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/lab) +"kNL" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"kOa" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/secondary/exit/upper) +"kOc" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/ward) +"kOd" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"kOn" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/theatre) +"kOq" = ( +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/medical/virology) +"kOv" = ( +/turf/closed/wall/r_wall, +/area/security/detectives_office) +"kOB" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate/internals, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/quartermaster/warehouse) +"kOI" = ( +/obj/structure/flora/crystal/small/pile, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/bridge) +"kOL" = ( +/obj/structure/table, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"kON" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"kOS" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/medical/psych/roomA{ + name = "Psychology Dorm A" + }) +"kOV" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/hydroponics/garden) +"kPf" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/bar/cafe) +"kPg" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"kPl" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth (Chaplain)"; + req_access_txt = "22" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/chapel/main) +"kPo" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"kPq" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/light/small{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"kPu" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/escape) +"kPw" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"kPx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"kPQ" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"kPV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/engineering) +"kPW" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"kQd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/escape) +"kQk" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/E) +"kQm" = ( +/obj/structure/table, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/escape) +"kQu" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/crew_quarters/dorms/upper) +"kQv" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint/escape) +"kQw" = ( +/obj/structure/table, +/obj/machinery/button/door{ + id = "Holodeckshutter"; + name = "Shutters"; + pixel_y = 9 + }, +/obj/item/paper/fluff/holodeck/disclaimer, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"kQD" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty, +/turf/open/floor/plasteel, +/area/engine/custom) +"kQE" = ( +/obj/machinery/pipedispenser, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"kQI" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"kQL" = ( +/obj/structure/closet/secure_closet/freezer{ + name = "fridge" + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets/donkpocketspicy, +/obj/item/reagent_containers/food/drinks/soda_cans/grey_bull, +/obj/item/reagent_containers/food/drinks/soda_cans/grey_bull, +/obj/item/reagent_containers/food/drinks/soda_cans/grey_bull, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/engine/break_room) +"kQM" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/stack/packageWrap{ + pixel_x = -1; + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"kQR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 9 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"kRi" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "Holodeckshutter"; + name = "Holodeck Shutter" + }, +/turf/open/floor/plating, +/area/crew_quarters/locker) +"kRu" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/structure/extinguisher_cabinet{ + dir = 4; + pixel_y = -27 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"kRD" = ( +/obj/structure/bed, +/obj/item/bedsheet/rainbow, +/turf/open/floor/wood, +/area/crew_quarters/dorms/A) +"kRV" = ( +/obj/structure/table/reinforced, +/obj/machinery/microwave{ + pixel_y = 6 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/engine/break_room) +"kRW" = ( +/obj/structure/girder, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/fore/upper) +"kRY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/obj/effect/turf_decal/tile/green{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"kSo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"kSE" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"kSF" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/upper) +"kSH" = ( +/obj/structure/flora/crystal/small/pile, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"kSJ" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"kSW" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/engine/engineering) +"kSX" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"kTh" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"kTu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"kTJ" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box{ + pixel_y = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/engine/break_room) +"kTP" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/pen, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"kTR" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/indestructible/layenia/sand, +/area/layenia/cave) +"kUe" = ( +/obj/effect/decal/cleanable/oil{ + icon_state = "floor5" + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"kUl" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/lattice/catwalk, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"kUn" = ( +/obj/machinery/door/airlock/security{ + basecolor = "#F5FCFF"; + dir = 4; + name = "Lambent's Quarters"; + req_access_txt = "72"; + stripcolor = "#FCDD5D" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/lambent) +"kUo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"kUr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/trash_pile, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"kUz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/wood, +/area/library) +"kUE" = ( +/obj/structure/closet/secure_closet/personal, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"kUJ" = ( +/obj/structure/closet/crate/wooden, +/obj/item/instrument/guitar, +/obj/item/instrument/accordion, +/obj/item/instrument/trombone, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken7" + }, +/area/maintenance/department/engine/upper) +"kUL" = ( +/obj/machinery/food_cart, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen) +"kUM" = ( +/obj/structure/table/plasmaglass, +/obj/item/ashtray, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/item/cigbutt, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/bar) +"kUP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"kUR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/baseturf_helper/asteroid/layenia, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/central) +"kUZ" = ( +/obj/machinery/vending/dinnerware, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"kVj" = ( +/obj/structure/table/wood, +/obj/item/book/lorebooks/welcome_to_kinaris, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/carpet, +/area/library) +"kVl" = ( +/turf/closed/wall, +/area/medical/psych/ward) +"kVq" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"kVs" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/ai_monitored/turret_protected/aisat_interior) +"kVw" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"kVA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"kVK" = ( +/obj/machinery/power/apc{ + areastring = "/area/hallway/primary/port"; + dir = 1; + name = "Port Hall APC"; + pixel_y = 26 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/port) +"kVO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"kVR" = ( +/turf/open/floor/plasteel/grimy{ + icon_state = "eighties"; + name = "retro floor" + }, +/area/arcade) +"kVX" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Hydroponics South"; + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"kVZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 4 + }, +/area/hydroponics) +"kWa" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/carpet/blue, +/area/medical/psych/roomA{ + name = "Psychology Dorm A" + }) +"kWd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/library) +"kWe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/security/range) +"kWi" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/green{ + dir = 6 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hydroponics) +"kWm" = ( +/turf/open/pool, +/area/crew_quarters/fitness/pool) +"kWo" = ( +/turf/open/floor/wood, +/area/security/detectives_office) +"kWt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/green{ + dir = 6 + }, +/obj/effect/landmark/start/botanist, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hydroponics) +"kWv" = ( +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"kWz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/barber) +"kWF" = ( +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"kWI" = ( +/obj/machinery/computer/bounty{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Head of Personnel's Office"; + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"kWX" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/box, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"kWY" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_plate" + }, +/area/medical/storage) +"kXg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/fitness/pool) +"kXl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/effect/turf_decal/tile/green{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hydroponics) +"kXn" = ( +/obj/effect/turf_decal/tile/green{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hydroponics) +"kXo" = ( +/obj/item/storage/box/marshmallow{ + pixel_x = -13 + }, +/obj/item/reagent_containers/food/snacks/marshmallow{ + pixel_x = -10; + pixel_y = -11 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=180" + }, +/area/layenia/cloudlayer) +"kXq" = ( +/obj/effect/turf_decal/tile/green{ + dir = 6 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hydroponics) +"kXx" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"kXF" = ( +/obj/structure/chair{ + name = "Defense" + }, +/obj/effect/turf_decal/tile/green{ + dir = 9 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/courtroom) +"kXI" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"kXN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/checker, +/area/engine/break_room) +"kXX" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/sign/departments/restroom{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"kXY" = ( +/obj/effect/decal/cleanable/oil{ + icon_state = "floor6" + }, +/turf/open/floor/plasteel, +/area/storage/D) +"kYa" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge_short"; + name = "short ledge" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/custom) +"kYe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"kYf" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms) +"kYj" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/storage/D) +"kYl" = ( +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"kYo" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/visitation) +"kYq" = ( +/turf/open/floor/carpet/blue, +/area/medical/psych/roomB{ + name = "Psychology Dorm B" + }) +"kYv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/upper) +"kYx" = ( +/obj/structure/rack/shelf, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 5 + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"kYG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/spa/sauna) +"kYL" = ( +/obj/machinery/biogenerator, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"kYV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/escape) +"kYX" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/science/robotics/lab) +"kZd" = ( +/obj/structure/table/reinforced, +/obj/machinery/keycard_auth{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 8 + }, +/area/bridge) +"kZg" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 4 + }, +/turf/open/indestructible/layenia/sand, +/area/layenia/cloudlayer) +"kZl" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel, +/area/quartermaster/mail) +"kZw" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"kZx" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"kZy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/bridge) +"kZz" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28" + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/security/lambent) +"kZE" = ( +/obj/structure/chair/sofa/corner{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/F) +"kZH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/janitor/upper) +"kZJ" = ( +/obj/structure/chair/bench/left{ + dir = 1 + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/obj/machinery/power/apc{ + areastring = "/area/security/locker"; + name = "Security Locker Room APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"kZL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"kZQ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"kZV" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/virology) +"kZZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"lac" = ( +/obj/structure/table, +/obj/item/folder/blue, +/obj/item/stamp/hop, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"lae" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"laf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Holodeck Door" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/locker) +"lai" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/blue, +/area/medical/psych/ward) +"lam" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"lan" = ( +/obj/machinery/computer/cryopod{ + dir = 8; + pixel_x = 26 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/locker) +"lao" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"laq" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/locker) +"lau" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"laz" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"laB" = ( +/obj/effect/turf_decal/sand{ + icon_state = "sandyfloor_red"; + name = "crimson sand" + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plating, +/area/crew_quarters/dorms/upper) +"laC" = ( +/obj/structure/closet/secure_closet/chemical, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/chemistry) +"laF" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing, +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/light/floor, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"laJ" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"laK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/security/prison) +"lba" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/locker) +"lbc" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"lbg" = ( +/obj/structure/trash_pile, +/turf/open/floor/plating, +/area/crew_quarters/theatre) +"lbp" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel, +/area/bridge) +"lbu" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"lbw" = ( +/obj/structure/table/wood, +/obj/structure/sign/painting/library{ + pixel_y = 28 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"lbz" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/pole, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"lbE" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-10" + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"lbI" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_decals_central6_corner"; + name = "maintenance hatch" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/theatre) +"lbL" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/bar) +"lbN" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"lcc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_trim" + }, +/area/medical/psych/lobby) +"lci" = ( +/obj/effect/turf_decal/tile/green{ + dir = 5 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_trim" + }, +/area/medical/medbay/upper) +"lcq" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Kitchen"; + req_access_txt = "28" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/kitchen) +"lcs" = ( +/obj/structure/table/wood, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/item/storage/fancy/donut_box{ + pixel_y = 13 + }, +/obj/item/toy/plush/mothplushie/moffplush/Moffy, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/hallway/secondary/service) +"lcH" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/crew_quarters/kitchen) +"lcJ" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/security/brig) +"lcK" = ( +/obj/structure/sign/warning/docking, +/turf/closed/wall/ice, +/area/layenia/cave) +"lcQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/security/prison) +"lcY" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"ldb" = ( +/obj/structure/table, +/turf/open/floor/plasteel, +/area/storage/D) +"ldh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/security/brig/upper) +"ldt" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/chair, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"ldJ" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/storage/D) +"ldO" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/miningdock) +"ldV" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"ldX" = ( +/obj/structure/ladder, +/turf/open/floor/plating, +/area/maintenance/theatre) +"leb" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel/dark, +/area/medical/medbay/upper) +"lef" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/security/brig/upper) +"len" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/medical/psych/ward) +"leo" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/aft) +"les" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/security/range) +"lex" = ( +/obj/structure/chair{ + dir = 4; + name = "Judge" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/courtroom) +"ley" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/theatre/blackbox) +"leE" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"leP" = ( +/obj/machinery/door/airlock/atmos/abandoned{ + dir = 4; + name = "Atmospherics Maintenance"; + req_access_txt = "12;24" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"leQ" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"leT" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/grass, +/area/hallway/primary/port) +"lfg" = ( +/obj/structure/railing, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/layenia) +"lfj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"lfn" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/visitation) +"lfz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/janitor) +"lfN" = ( +/obj/item/storage/box/donkpockets/donkpocketberry{ + pixel_x = 3; + pixel_y = 16 + }, +/obj/item/reagent_containers/food/snacks/benedict, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/checker, +/area/bridge) +"lfO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"lfS" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/security/prison) +"lfX" = ( +/obj/structure/chair/foldingchair{ + dir = 4 + }, +/turf/open/indestructible/concrete, +/area/layenia) +"lfZ" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"lga" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/theatre) +"lgf" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/theatre) +"lgh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/fence/door, +/turf/open/floor/plating, +/area/maintenance/fore) +"lgn" = ( +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"lgw" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/crystal/small/growth, +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/primary/central) +"lgB" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft/upper) +"lgE" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/crew_quarters/dorms/upper) +"lgF" = ( +/obj/structure/chair, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/aft/upper) +"lgO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/airalarm{ + pixel_y = 22 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/E) +"lgQ" = ( +/obj/structure/table, +/obj/item/reagent_containers/rag/towel{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/reagent_containers/rag/towel{ + pixel_x = 3; + pixel_y = 9 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/fitness/pool) +"lgS" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat_interior) +"lgU" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/engine/tether) +"lgW" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/baseturf_helper/asteroid/layenia, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"lgY" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"lgZ" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"lhh" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/aisat/service) +"lhj" = ( +/turf/closed/wall/r_wall, +/area/hallway/secondary/exit) +"lhl" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/open/floor/plasteel, +/area/storage/C) +"lhw" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/medical/medbay/central) +"lhK" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/camera{ + c_tag = "Escape Arm Holding Area"; + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/escape) +"lhT" = ( +/obj/structure/table, +/obj/item/paicard, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/dorms/upper) +"lih" = ( +/obj/structure/table, +/obj/item/ashtray, +/turf/open/floor/plasteel/white/corner, +/area/engine/break_room) +"lii" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/crew_quarters/locker) +"liu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"lix" = ( +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry/upper) +"liz" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"liJ" = ( +/obj/machinery/button/door{ + id = "kitchen2"; + name = "Kitchen Shutters Control"; + pixel_x = -6; + pixel_y = -23; + req_access_txt = "28" + }, +/obj/machinery/button/door{ + id = "kitchen"; + name = "Kitchen Shutters Control"; + pixel_x = 5; + pixel_y = -23; + req_access_txt = "28" + }, +/obj/machinery/processor, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"liL" = ( +/obj/structure/flora/crystal/small/growth, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/hallway/primary/fore/upper) +"liQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/closed/wall, +/area/crew_quarters/locker) +"liU" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/pen, +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/prison) +"ljp" = ( +/obj/item/cigbutt, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/medical/medbay/central) +"ljw" = ( +/obj/machinery/door/airlock/medical{ + dir = 4; + name = "Operating Theatre"; + req_access_txt = "45" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/storage) +"ljy" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/cryopod{ + dir = 4 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/locker) +"ljA" = ( +/obj/structure/table/wood, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/item/flashlight/lamp{ + pixel_x = -4; + pixel_y = 13 + }, +/obj/item/paper_bin, +/obj/item/pen, +/turf/open/floor/wood, +/area/library) +"lkd" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"lkl" = ( +/obj/structure/bookcase/random/reference, +/turf/open/floor/wood, +/area/science/research) +"lkq" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/engine/atmos) +"lkt" = ( +/obj/structure/railing, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"lkF" = ( +/obj/structure/table, +/turf/open/floor/carpet, +/area/security/main/upper) +"lkJ" = ( +/obj/structure/table, +/obj/item/assembly/signaler{ + pixel_y = 4 + }, +/obj/item/assembly/signaler{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/multitool, +/obj/item/multitool{ + pixel_x = 4 + }, +/obj/item/analyzer{ + pixel_x = -15; + pixel_y = 3 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/storage/primary) +"lkK" = ( +/obj/structure/fence, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"lkY" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/fore/upper) +"lli" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/structure/sign/warning/nosmoking{ + pixel_y = 28 + }, +/turf/open/floor/engine, +/area/science/storage) +"llu" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"llx" = ( +/obj/structure/chair/bench/metal/right{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"llH" = ( +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/starboard) +"llW" = ( +/obj/structure/flora/crystal/small/growth, +/obj/structure/fence{ + dir = 4 + }, +/turf/open/indestructible/layenia/crystal, +/area/layenia/cave) +"lmk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/locker) +"lmr" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"lmM" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/structure/table, +/turf/open/floor/plasteel, +/area/engine/break_room) +"lmP" = ( +/obj/machinery/vending/cola/random, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/aft/upper) +"lnc" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"lng" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/cryopod{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/locker) +"lnl" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/secondary/entry/upper) +"lnr" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/brflowers, +/mob/living/simple_animal/butterfly, +/turf/open/floor/grass, +/area/hallway/primary/port/fore) +"lns" = ( +/obj/structure/chair/sofa/right, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft/upper) +"lnt" = ( +/obj/item/reagent_containers/food/snacks/grown/poppy, +/turf/open/floor/carpet, +/area/chapel/main) +"lnz" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/courtroom) +"lnB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "xenobio6"; + name = "containment blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"lnD" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/security/lambent) +"lnM" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/locker) +"lnQ" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/snacks/grown/poppy{ + pixel_y = 2 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/chapel/main) +"lnR" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/locker) +"lnY" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"loe" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"log" = ( +/obj/item/cigbutt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/wood, +/area/science/research) +"loi" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge) +"lok" = ( +/obj/structure/railing, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"lou" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/psych/ward) +"low" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/storage) +"lox" = ( +/obj/structure/table/plasmaglass, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"loz" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"loA" = ( +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/theatre) +"loD" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"loF" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/department/medical/upper) +"loN" = ( +/obj/item/clothing/head/cone{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"loO" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"loV" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"loW" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"loZ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastright{ + dir = 8; + name = "Chemistry Desk"; + req_access_txt = "33" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/chemistry) +"lpf" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/hydroponics/garden) +"lpi" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/storage/tech) +"lpk" = ( +/obj/structure/table/plasmaglass, +/obj/item/ashtray, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"lpt" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/locker) +"lpx" = ( +/obj/structure/table/plasmaglass, +/obj/machinery/camera{ + c_tag = "Bar East"; + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"lpA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"lpR" = ( +/obj/structure/flora/crystal/small/growth, +/obj/structure/fence{ + dir = 4 + }, +/turf/open/indestructible/layenia/crystal, +/area/layenia) +"lpV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/psychologist, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/psych/rec) +"lqb" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit/upper) +"lqj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/vending/wardrobe/hydro_wardrobe, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"lqo" = ( +/obj/machinery/recharge_station, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"lqy" = ( +/obj/structure/bed, +/obj/item/bedsheet/cosmos, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"lqA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"lqD" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/theatre) +"lqF" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder/reagentblender{ + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = -11; + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/kitchen) +"lqZ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/ward) +"lra" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/processing) +"lre" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"lrj" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/library) +"lrp" = ( +/obj/structure/chair/bench/metal/left{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"lrv" = ( +/obj/structure/table/wood, +/obj/structure/window, +/obj/item/book/lorebooks/welcome_to_kinaris, +/obj/item/camera_film, +/obj/item/camera_film, +/turf/open/floor/carpet, +/area/library) +"lrA" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/open/floor/plasteel/white/corner, +/area/crew_quarters/kitchen) +"lrB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/heads/captain) +"lrE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 1; + name = "Kitchen"; + req_access_txt = "28" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/kitchen) +"lrH" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"lrI" = ( +/turf/closed/wall/r_wall, +/area/hydroponics) +"lrJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/machinery/door/airlock/public/glass{ + dir = 1; + name = "Central Access" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/central) +"lrL" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/sink/kitchen{ + dir = 8; + pixel_x = 13 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"lrX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/machinery/door/airlock/public/glass{ + dir = 1; + name = "Central Access" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/central) +"lsh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 1; + name = "Central Access" + }, +/obj/machinery/door/poddoor/preopen{ + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/central) +"lsm" = ( +/turf/closed/wall/r_wall, +/area/storage/D) +"lso" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"lsp" = ( +/obj/machinery/computer/security/labor, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/processing) +"lsq" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 9; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/hallway/secondary/service) +"lsu" = ( +/obj/machinery/power/deck_relay, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/theatre) +"lsw" = ( +/obj/item/storage/toolbox/electrical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/rack/shelf, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"lsx" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/crew_quarters/theatre) +"lsz" = ( +/obj/machinery/door/airlock/external{ + req_access_txt = "55" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/upper) +"lsD" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-27" + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/ward) +"lsO" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"lsP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/main/upper) +"lsR" = ( +/obj/machinery/door/airlock/medical{ + dir = 8; + name = "Medbay Break Room"; + req_access_txt = "5" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" @@ -18804,213 +72796,390 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/medbay/central) +"lsW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/sign/warning/radiation{ + pixel_x = 32 + }, +/obj/structure/closet/radiation, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"ltd" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/layenia) +"lth" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"ltj" = ( +/turf/closed/wall/r_wall, +/area/maintenance/solars/starboard/fore) +"ltl" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "12" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port/aft/upper) +"ltt" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing{ + dir = 8 + }, /turf/open/floor/plasteel{ dir = 8; icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/port) -"dvN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/research) -"dvO" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 + icon_state = "floor_whole_alt" }, +/area/crew_quarters/theatre) +"ltv" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 }, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"dvV" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/window/southleft{ - dir = 4; - icon_state = "right"; - name = "Firing Range"; - req_access_txt = "63" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, /obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, /turf/open/floor/plasteel/dark, -/area/security/range) -"dvZ" = ( +/area/hydroponics) +"lty" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"ltD" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, /obj/effect/turf_decal/loading_area{ dir = 1; icon_state = "drain"; name = "drain" }, -/obj/structure/chair/comfy/brown, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"dwp" = ( -/obj/structure/sign/painting/library{ - pixel_y = 28 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" }, -/turf/open/floor/plasteel/stairs/medium{ - dir = 4 +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" }, -/area/artatrium) -"dww" = ( -/obj/effect/turf_decal/tile/neutral{ +/area/crew_quarters/dorms/upper) +"ltJ" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/camera{ + c_tag = "Garden"; + dir = 5 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/hydroponics/garden) +"ltL" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/engine/break_room) +"ltN" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/hydroponics/garden) +"ltT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/barber"; + dir = 1; + name = "Barber's Shop APC"; + pixel_y = 24 + }, +/turf/open/floor/plating, +/area/maintenance/port/upper) +"ltW" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/hydroponics/garden) +"lug" = ( +/obj/machinery/door/airlock/security{ + dir = 8; + name = "Detective's Office"; + req_access_txt = "4" + }, +/obj/machinery/door/firedoor{ dir = 8 }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood, +/area/security/detectives_office) +"luu" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"lux" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/hydroponics/garden) +"luA" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 8; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/exit) +"luG" = ( +/obj/effect/turf_decal/sand{ + icon_state = "sandyfloor_red"; + name = "crimson sand" + }, +/obj/effect/spawner/lootdrop/trash, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/crew_quarters/dorms/upper) +"luO" = ( +/obj/structure/sink{ + pixel_y = 30 + }, +/obj/structure/mirror{ + pixel_y = 35 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/fitness/pool) +"luR" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"luS" = ( +/obj/structure/railing, +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/maintenance/theatre) +"luV" = ( +/obj/item/radio/intercom{ + broadcasting = 1; + frequency = 1480; + name = "Confessional Intercom"; + pixel_x = 25 + }, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/chapel/main) +"luW" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"luY" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, /obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, /obj/structure/chair{ dir = 8 }, -/obj/machinery/light{ - pixel_y = -1 +/turf/open/floor/plasteel{ + icon_state = "floor_plate" }, -/turf/open/floor/plasteel/dark, -/area/security/range) -"dwB" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Hardsuit Storage"; - req_access_txt = "1" +/area/hallway/primary/central/upper) +"lvk" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" +/area/hallway/primary/starboard/upper) +"lvp" = ( +/obj/structure/chair{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/security/main) -"dwK" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"dwN" = ( +/obj/effect/landmark/start/assistant, /obj/effect/turf_decal/loading_area{ dir = 1; icon_state = "drain"; name = "drain" }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/camera{ - c_tag = "AI Upload Entrance"; - dir = 10 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/bridge) -"dwR" = ( -/obj/item/grenade/barrier{ - pixel_x = 4 - }, -/obj/item/grenade/barrier, -/obj/item/grenade/barrier{ - pixel_x = -4 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"dxf" = ( -/turf/closed/wall/r_wall, -/area/science/research) -"dxE" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ +/turf/open/floor/plasteel/white/side{ dir = 1; - icon_plating = "floor"; - icon_state = "floor_whole" + icon_state = "whitehall_plate" }, -/area/engine/engineering) -"dya" = ( -/obj/structure/bed, -/obj/item/bedsheet, -/obj/machinery/flasher{ - id = "Cell 3"; - pixel_x = -28 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/security/brig) -"dyc" = ( +/area/hallway/secondary/exit) +"lvy" = ( /obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"dyj" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"lvA" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/obj/structure/cable{ - icon_state = "1-2" +/turf/open/floor/plasteel/stairs/left{ + dir = 1; + icon_state = "stairs_wood_l"; + name = "wood left" }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/break_room) -"dyk" = ( +/area/library) +"lvD" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/secondary/exit) +"lvL" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ dir = 1; name = "air supply pipe" @@ -19019,6 +73188,2842 @@ dir = 1; name = "scrubbers pipe" }, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/checker, +/area/engine/break_room) +"lwc" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/exit) +"lwh" = ( +/turf/closed/mineral/layenia, +/area/layenia/cave) +"lwy" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"lwC" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/crew_quarters/dorms/upper) +"lwE" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/medical/virology) +"lwF" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"lwZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/fence, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"lxj" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 5 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -32; + pixel_y = -15 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/security/prison) +"lxz" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/exit) +"lxB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/maintenance/fore/upper) +"lxJ" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 10; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/security/courtroom) +"lxT" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/secondary/exit) +"lxW" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Cryogenics"; + dir = 5 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/locker) +"lxX" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"lyc" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"lyd" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"lyi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/chapel/main) +"lyn" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"lyr" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 1 + }, +/turf/open/indestructible/layenia/sand, +/area/layenia/cloudlayer) +"lyu" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/fitness/pool) +"lyA" = ( +/obj/machinery/cryopod{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/locker) +"lyD" = ( +/obj/structure/mopbucket, +/obj/item/mop, +/obj/machinery/light/small{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/port/upper) +"lyF" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/barber) +"lyG" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/locker) +"lyN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/virology) +"lyS" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"lza" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel, +/area/hallway/primary/central/upper) +"lze" = ( +/obj/structure/flora/crystal/small/pile, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/indestructible/layenia/crystal, +/area/layenia/cave) +"lzh" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"lzj" = ( +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/clothing/mask/muzzle{ + pixel_y = 3 + }, +/obj/item/clothing/mask/muzzle/ballgag, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/bar) +"lzm" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/mob/living/simple_animal/skunk/Bandit, +/turf/open/floor/plasteel/white, +/area/science/lab) +"lzp" = ( +/obj/structure/table, +/obj/item/storage/box/lights/mixed{ + pixel_y = 7 + }, +/obj/item/storage/box/lights/mixed{ + pixel_y = 7 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/janitor) +"lzq" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/sofa{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"lzr" = ( +/obj/structure/sign/nanotrasen{ + pixel_y = 31 + }, +/turf/open/floor/plasteel/dark/side, +/area/bridge) +"lzI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"lzQ" = ( +/obj/structure/table/plasmaglass, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/bar) +"lzR" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/plasteel, +/area/janitor) +"lzT" = ( +/obj/structure/chair{ + dir = 1; + name = "Defense" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/bridge) +"lzU" = ( +/obj/structure/closet/secure_closet/freezer/kitchen/maintenance, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/maintenance/starboard/aft/upper) +"lAo" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"lAq" = ( +/obj/structure/trash_pile, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/maintenance/fore/upper) +"lAr" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/crew_quarters/bar) +"lAt" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/chair/stool/bar{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/crew_quarters/bar) +"lAu" = ( +/obj/machinery/pool/drain, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/locker) +"lAv" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/chair/stool/bar{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/crew_quarters/bar) +"lAz" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Custodial Closet"; + req_access_txt = "26" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/janitor) +"lAG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/range) +"lAJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/psych/rec) +"lAS" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"lAW" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/airalarm{ + pixel_y = 22 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"lBd" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"lBm" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/obj/machinery/camera/autoname, +/turf/open/floor/plasteel/dark/side, +/area/bridge) +"lBB" = ( +/obj/structure/chair/bench/left{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"lBE" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/security/range) +"lBJ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/crew_quarters/kitchen) +"lBM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"lBO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"lBR" = ( +/obj/item/toy/poolnoodle/blue, +/turf/open/pool, +/area/crew_quarters/fitness/pool) +"lBY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"lBZ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"lCf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"lCj" = ( +/obj/structure/reagent_dispensers/watertank/high, +/obj/effect/turf_decal/bot, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hydroponics) +"lCk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/central) +"lCl" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/bar/cafe/backroom{ + name = "Cafe Kitchen" + }) +"lCm" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"lCo" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/box, +/obj/structure/sign/directions/engineering{ + dir = 1; + pixel_y = 24 + }, +/turf/open/floor/plating{ + initial_gas_mix = "o2=22;n2=82;TEMP=180"; + planetary_atmos = 1 + }, +/area/layenia) +"lCp" = ( +/obj/machinery/light/small{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/theatre) +"lCs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/crew_quarters/theatre) +"lCt" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/theatre) +"lCC" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 6 + }, +/turf/open/floor/plating, +/area/engine/custom) +"lCG" = ( +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/primary/starboard/upper) +"lCI" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "linealt"; + name = "line" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "linealt"; + name = "line" + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/indestructible/concrete/smooth, +/area/layenia) +"lCQ" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"lCT" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/table/reinforced, +/obj/machinery/microwave{ + pixel_y = 6 + }, +/obj/machinery/camera/autoname, +/turf/open/floor/plasteel, +/area/security/prison) +"lCU" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/spa/sauna) +"lCY" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/junglebush/large{ + pixel_y = -5 + }, +/turf/open/floor/grass, +/area/hallway/primary/aft/upper) +"lCZ" = ( +/obj/machinery/door/airlock/external{ + dir = 8; + name = "External Access"; + req_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/upper) +"lDe" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/poster/official/moth_hardhat{ + pixel_y = 32 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/hallway/primary/port) +"lDj" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/bridge) +"lDk" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"lDr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/E) +"lDu" = ( +/obj/structure/table, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"lDB" = ( +/turf/closed/wall/r_wall, +/area/security/checkpoint/supply) +"lDC" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"lDF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/firealarm{ + pixel_x = 24; + pixel_y = 21 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/hallway/primary/fore) +"lEc" = ( +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"lEj" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Cafe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/bar/cafe) +"lEn" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"lEo" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"lEt" = ( +/obj/machinery/hydroponics/soil, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"lEv" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/hallway/secondary/exit) +"lEB" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 9; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"lEE" = ( +/obj/structure/chair{ + dir = 4; + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/aft/upper) +"lES" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/department/engine/upper) +"lEU" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plasteel, +/area/storage/B) +"lEX" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/chair, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"lEY" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/table, +/obj/machinery/recharger, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"lFa" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/heads/captain) +"lFj" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge_pool"; + name = "pool ledge" + }, +/turf/open/pool, +/area/maintenance/fore/upper) +"lFy" = ( +/turf/closed/wall, +/area/hallway/primary/fore/upper) +"lFB" = ( +/obj/machinery/door/airlock/security/glass{ + dir = 4; + name = "Holding Area"; + req_access_txt = "2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/checkpoint/escape) +"lFK" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/escape) +"lFN" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/secondary/service) +"lFO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"lFZ" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"lGd" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/escape) +"lGf" = ( +/obj/machinery/vending/assist, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/storage/primary) +"lGl" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/fitness) +"lGr" = ( +/obj/machinery/door/airlock/external{ + name = "Security Escape Airlock"; + req_access_txt = "2" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/checkpoint/escape) +"lGD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/checkpoint/escape) +"lGH" = ( +/obj/machinery/door/airlock/external{ + name = "Security Escape Airlock"; + req_access_txt = "2" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/fans/tiny, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/checkpoint/escape) +"lGQ" = ( +/obj/structure/table/wood, +/obj/item/hand_labeler{ + pixel_x = 5 + }, +/obj/item/camera/detective, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/security/detectives_office) +"lGU" = ( +/obj/structure/closet/wardrobe/chemistry_white, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/chemistry) +"lGV" = ( +/turf/open/pool, +/area/maintenance/fore/upper) +"lHg" = ( +/obj/structure/table/wood, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/crew_quarters/spa/sauna) +"lHm" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/locker) +"lHp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"lHq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/secondary/service) +"lHw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/wood, +/area/security/prison) +"lHy" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"lHI" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"lHL" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/button/door{ + id = "Biohazard"; + name = "Biohazard Shutter Control"; + pixel_x = 25; + pixel_y = 28; + req_access_txt = "47" + }, +/obj/machinery/light_switch{ + pixel_x = 25; + pixel_y = 39 + }, +/obj/item/radio/intercom{ + pixel_x = 25 + }, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/radio/off, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/security/checkpoint/science) +"lHN" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -4 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"lIf" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 10; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/fitness/pool) +"lIh" = ( +/obj/structure/table, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/starboard/aft/upper) +"lIi" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"lIp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"lIq" = ( +/obj/structure/extinguisher_cabinet{ + dir = 4; + pixel_y = -27 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"lIv" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"lIz" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/security/visitation) +"lIA" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/poster/official/here_for_your_safety{ + pixel_x = -29 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"lIK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Bar Backroom"; + req_access_txt = "25" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/bar) +"lIM" = ( +/obj/structure/reagent_dispensers/watertank/high, +/turf/open/floor/plating, +/area/crew_quarters/spa/sauna) +"lIQ" = ( +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"lIS" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/table/plasmaglass, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"lIT" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"lIU" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white/corner, +/area/engine/break_room) +"lIW" = ( +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/maintenance/fore) +"lJa" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area/white{ + dir = 8; + icon_state = "loadingarea_white_flip" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/prison) +"lJj" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"lJs" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"lJv" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/side, +/area/bridge) +"lJx" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/C) +"lJB" = ( +/obj/machinery/doorButtons/airlock_controller{ + idExterior = "xeno_airlock_exterior"; + idInterior = "xeno_airlock_interior"; + idSelf = "xeno_airlock_control"; + name = "Access Console"; + pixel_x = 25; + pixel_y = -25 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"lJE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/port/fore) +"lJI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"lJK" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"lJL" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/medical/medbay/central) +"lJQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"lJS" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 5 + }, +/turf/open/indestructible/layenia/sand, +/area/layenia/cloudlayer) +"lJV" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"lKO" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"lKS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"lKX" = ( +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "outerbrig"; + name = "Brig Exterior Doors Control"; + normaldoorcontrol = 1; + pixel_x = -26; + pixel_y = -5; + req_access_txt = "63" + }, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "innerbrig"; + name = "Brig Interior Doors Control"; + normaldoorcontrol = 1; + pixel_x = -26; + pixel_y = 5; + req_access_txt = "63" + }, +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"lKZ" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/kitchen) +"lLd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"lLo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"lLr" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plasteel/dark, +/area/security/range) +"lLs" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing, +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/light/floor, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"lLx" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"lLH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/chair/bench/right{ + dir = 1 + }, +/turf/open/floor/plasteel/chapel{ + dir = 1 + }, +/area/chapel/main) +"lLJ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"lLN" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/restrooms) +"lLP" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/structure/table, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"lLR" = ( +/obj/structure/trash_pile, +/turf/open/floor/plating, +/area/maintenance/port/upper) +"lLV" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"lLW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/chair/bench{ + dir = 1 + }, +/turf/open/floor/plasteel/chapel{ + dir = 1 + }, +/area/chapel/main) +"lLX" = ( +/obj/structure/table/wood/fancy/kinaris, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/red, +/turf/open/floor/carpet/kinaris, +/area/security/lambent) +"lMc" = ( +/obj/machinery/vending/hydronutrients, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"lMm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/poddoor/multi_tile/three_tile_ver{ + id = "au_nuclear_vent" + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"lMs" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"lMu" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/janitor, +/turf/open/floor/plasteel, +/area/janitor) +"lMB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/janitor) +"lML" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/crew_quarters/dorms/upper) +"lMV" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/machinery/camera/autoname, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"lMW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/processing) +"lMX" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"lMY" = ( +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"lMZ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"lNa" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 10 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=180" + }, +/area/layenia/cloudlayer) +"lNh" = ( +/obj/effect/landmark/secequipment, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"lNj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/prison) +"lNt" = ( +/obj/machinery/door/airlock{ + dir = 4; + id_tag = "null"; + name = "Unit 2" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/restrooms) +"lNz" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/brig) +"lNB" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/indestructible/concrete, +/area/layenia) +"lNG" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/engine/engineering) +"lNQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/open/floor/engine, +/area/layenia/cave) +"lNT" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/restrooms) +"lNW" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/layenia) +"lOc" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/toilet/restrooms"; + dir = 4; + name = "Restrooms APC"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/restrooms) +"lOk" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/theatre) +"lOu" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 4 + }, +/area/hallway/primary/fore) +"lOx" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 1; + name = "Primary Tool Storage" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/storage/primary) +"lOy" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 1; + name = "air supply pipe" + }, +/turf/closed/wall/r_wall, +/area/engine/custom) +"lOA" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig/upper) +"lOG" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/hallway/primary/aft/upper) +"lOI" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/theatre) +"lOS" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/spa/sauna) +"lOX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"lPa" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/structure/rack/shelf, +/obj/item/storage/bag/plants/portaseeder, +/obj/item/cultivator, +/obj/item/hatchet, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"lPf" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"lPj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"lPn" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/maintenance/starboard/aft/upper) +"lPC" = ( +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"lPG" = ( +/obj/structure/railing/handrail{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/secondary/exit/upper) +"lPK" = ( +/obj/item/crowbar/red, +/obj/item/wrench, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/xenobiology) +"lPL" = ( +/obj/machinery/door/window/northright{ + dir = 2; + name = "Library Desk Door"; + req_access_txt = "37" + }, +/turf/open/floor/carpet, +/area/library) +"lPW" = ( +/obj/item/reagent_containers/food/snacks/grown/wheat, +/obj/item/reagent_containers/food/snacks/grown/watermelon, +/obj/item/reagent_containers/food/snacks/grown/watermelon, +/obj/item/reagent_containers/food/snacks/grown/watermelon, +/obj/item/reagent_containers/food/snacks/grown/citrus/orange, +/obj/item/reagent_containers/food/snacks/grown/grapes, +/obj/item/reagent_containers/food/snacks/grown/cocoapod, +/obj/effect/turf_decal/tile/green, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/power/apc{ + areastring = "/area/hydroponics/garden"; + dir = 4; + name = "Garden APC"; + pixel_x = 27; + pixel_y = 2 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"lQn" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/medbay/zone2) +"lQv" = ( +/turf/open/floor/plasteel/stairs/medium{ + dir = 4 + }, +/area/hallway/secondary/exit) +"lQB" = ( +/obj/machinery/door/firedoor, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = -30 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/hallway/primary/fore) +"lQC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms/upper) +"lQE" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/visitation) +"lQF" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/bench/left, +/turf/open/floor/plasteel, +/area/artatrium) +"lQI" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 8 + }, +/area/hallway/secondary/exit) +"lQN" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/brig) +"lQO" = ( +/turf/open/floor/plasteel/yellowsiding/corner{ + dir = 8 + }, +/area/crew_quarters/fitness/pool) +"lQP" = ( +/obj/structure/lattice, +/turf/open/transparent/openspace, +/area/maintenance/department/engine/upper) +"lQY" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/hallway/primary/fore) +"lRe" = ( +/obj/structure/flora/tree/jungle/small, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cloudlayer) +"lRg" = ( +/obj/structure/flora/crystal/small/pile, +/obj/structure/flora/crystal/small/growth, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/primary/central) +"lRi" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/custom) +"lRk" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 8 + }, +/turf/open/indestructible/layenia/sand, +/area/layenia/cloudlayer) +"lRm" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"lRo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"lRA" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"lRF" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"lRL" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/psych/rec) +"lRQ" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/maintenance/solars/port/fore) +"lRS" = ( +/turf/open/floor/plasteel/white, +/area/science/lab) +"lSb" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"lSd" = ( +/obj/structure/table, +/obj/item/storage/box/cups{ + pixel_y = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"lSf" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/table, +/obj/machinery/recharger, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"lSh" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 4 + }, +/area/crew_quarters/dorms/upper) +"lSj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"lSk" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"lSs" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"lSz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"lSG" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/hallway/primary/aft/upper) +"lSU" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig) +"lTb" = ( +/obj/machinery/mecha_part_fabricator, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/science/robotics/lab) +"lTd" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 4 + }, +/obj/structure/flora/tree/jungle/small, +/turf/open/indestructible/layenia/sand, +/area/layenia/cloudlayer) +"lTe" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, /obj/structure/cable{ icon_state = "4-8" }, @@ -19028,310 +76033,225 @@ /obj/structure/disposalpipe/junction/flip{ dir = 8 }, -/turf/open/floor/plasteel/white, -/area/science/research) -"dyo" = ( -/obj/structure/table, -/obj/item/toy/cards/deck, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"dyv" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/bot, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = -30 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"dyz" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"dyC" = ( -/obj/item/wrench, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/broken{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"dyF" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/toy/figure/syndie, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"dyJ" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"dyQ" = ( -/obj/structure/table/glass, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/fore) -"dyT" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"dyY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"dzs" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/security/prison) -"dzx" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/cafeteria, -/area/security/prison) -"dzJ" = ( -/obj/machinery/washing_machine, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/cafeteria, -/area/security/prison) -"dzK" = ( -/turf/open/floor/carpet/blue, -/area/medical/psych) -"dzZ" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"dAd" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 6 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel, -/area/engine/engineering) -"dAk" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/medical/virology) -"dAs" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"dAB" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/satellite) -"dAI" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/white/side, -/area/science/research) -"dAK" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/chair/sofa{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/medical/virology) -"dAQ" = ( -/turf/closed/wall/r_wall, -/area/maintenance/starboard/aft) -"dAU" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/camera{ - c_tag = "Aft Primary Hallway"; - dir = 10 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"dAY" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"dBe" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plasteel/dark, -/area/janitor) -"dBl" = ( -/obj/structure/chair/sofa{ - dir = 8 - }, -/obj/structure/window{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"dBF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"dBN" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"dBR" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /turf/open/floor/plasteel/white/corner{ dir = 1 }, /area/science/research) -"dCt" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 +"lTf" = ( +/obj/machinery/atmospherics/pipe/layer_manifold, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"lTj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/trash, +/obj/effect/spawner/lootdrop/trash, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"lTn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"lTt" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"lTz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 5 }, /obj/effect/turf_decal/tile/yellow{ dir = 1 }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/engine/engineering) +"lTB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/secondary/exit) +"lTC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/security/lambent) +"lTD" = ( +/obj/structure/sign/warning/docking, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint/escape) +"lTF" = ( +/obj/structure/mopbucket, +/obj/item/mop, +/obj/machinery/light/small{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"lTG" = ( +/obj/machinery/telecomms/relay/preset/telecomms, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"lTI" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"lTM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/closed/wall, +/area/crew_quarters/locker) +"lTO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/miningdock) +"lTQ" = ( +/obj/structure/railing/handrail{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/chair/bench/metal/left{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/medical/medbay/upper) +"lUc" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"lUj" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/layenia{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"lUk" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "Holodeckshutter"; + name = "Holodeck Shutter" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/crew_quarters/locker) +"lUp" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"lUq" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 6; name = "air supply pipe" @@ -19340,416 +76260,1016 @@ dir = 6; name = "scrubbers pipe" }, -/obj/structure/disposalpipe/segment{ +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"lUt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/closed/wall/r_wall, +/area/crew_quarters/locker) +"lUA" = ( +/obj/effect/turf_decal/tile/purple{ dir = 4 }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/science/research) +"lUB" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/closet/crate/trashcart, +/obj/item/trash/candy, +/obj/item/trash/can, +/turf/open/floor/plating, +/area/security/prison) +"lUC" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/G) +"lUH" = ( +/obj/structure/table/plasmaglass, +/obj/item/ashtray{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/candle{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"lUK" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/bar) +"lUN" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, -/area/quartermaster/office) -"dCF" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, +/obj/machinery/door/airlock/security{ + dir = 1; + id_tag = "laborexit"; + name = "Labor Shuttle"; + req_access_txt = "63" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/processing) +"lUT" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/security/courtroom) +"lUU" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/fore) +"lUW" = ( +/turf/open/floor/plating, +/area/maintenance/aft) +"lVd" = ( +/turf/open/floor/wood, +/area/layenia/cloudlayer) +"lVh" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/secondary/service) +"lVk" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 2"; + name = "Cell 2 Locker" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/security/brig/upper) +"lVn" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"lVr" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"lVs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/stairs/right, +/area/science/lab) +"lVB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/fence, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"lVN" = ( +/obj/structure/mopbucket, +/obj/item/mop, +/obj/machinery/light/small{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/medical/psych/ward) +"lVU" = ( +/obj/effect/turf_decal/arrows/white{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/bar) +"lVW" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"lVX" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/chair/comfy/black, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"lVY" = ( +/obj/structure/chair/sofachair, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood, +/area/library) +"lWf" = ( +/obj/structure/lattice/catwalk, +/turf/open/transparent/openspace, +/area/layenia/cave) +"lWl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"lWr" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"lWt" = ( +/obj/structure/chair{ + dir = 4; + pixel_y = 2 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/visitation) +"lWv" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, /obj/structure/cable{ icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"lWB" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"lWH" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, /turf/open/floor/plasteel, -/area/science/misc_lab) -"dCM" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 +/area/security/prison) +"lWJ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" }, -/obj/effect/turf_decal/tile/red{ - dir = 1 +/turf/open/floor/plasteel{ + icon_state = "floor_plate" }, -/obj/effect/turf_decal/tile/red{ +/area/ai_monitored/storage/eva) +"lWK" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/structure/table/plasmaglass, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"lWN" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"lWR" = ( +/obj/structure/chair/office/light{ dir = 4 }, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = 30 +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"dCQ" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"lWX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ +/turf/open/floor/plating, +/area/maintenance/fore) +"lXa" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/comfy/black{ dir = 8 }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"dCT" = ( -/obj/structure/cable/yellow{ - icon_state = "2-4" +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"lXc" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" }, -/obj/structure/cable/yellow{ - icon_state = "2-8" +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"dDb" = ( -/obj/machinery/power/terminal{ - dir = 1 +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" }, -/obj/structure/cable/yellow{ - icon_state = "0-8" +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"lXe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"dDK" = ( -/obj/item/twohanded/required/kirbyplants/dead, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"lXl" = ( +/obj/item/twohanded/required/kirbyplants/random, /obj/machinery/light{ dir = 1; pixel_y = 16 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"dEd" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white/side{ - dir = 6 - }, -/area/bridge) -"dEq" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ +/area/hallway/primary/fore/upper) +"lXp" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/machinery/camera{ - c_tag = "SMES Room"; - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"dEw" = ( -/obj/structure/table, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"dEB" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, +/turf/open/floor/plasteel, +/area/security/visitation) +"lXI" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, /turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" + icon_state = "floor_trim" }, -/area/hallway/primary/starboard) -"dEL" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 +/area/crew_quarters/dorms/upper) +"lXN" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" }, -/obj/structure/flora/ausbushes/ywflowers, -/obj/structure/flora/ausbushes/reedbush, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"lXV" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/security/brig/upper) +"lYc" = ( /obj/machinery/light{ dir = 1; pixel_y = 19 }, -/turf/open/floor/grass, -/area/layenia) -"dER" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "testlab"; - name = "test chamber blast door" - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"dEV" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/purple/hidden, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"dFv" = ( -/obj/structure/closet/l3closet, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, /turf/open/floor/plasteel/white, /area/medical/virology) -"dFz" = ( -/obj/structure/flora/crystal/small/growth{ - icon_state = "crystalgrowth3" - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/arcade) -"dFG" = ( -/obj/structure/flora/crystal/small/pile{ - icon_state = "crystals2" - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/security/main) -"dFL" = ( -/obj/effect/turf_decal/stripes/line, -/obj/item/trash/rkibble, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"dFN" = ( -/obj/structure/table, -/obj/machinery/requests_console{ - department = "Medbay"; - departmentType = 1; - name = "Medbay RC"; - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/item/folder/white{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"dGc" = ( -/obj/machinery/door/airlock/mining{ - name = "Quartermaster"; - req_access_txt = "41" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"dGk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"dGn" = ( -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/dorms) -"dGs" = ( -/obj/machinery/vending/security, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 30 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"dGu" = ( -/obj/structure/closet/secure_closet/contraband/armory, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"dGF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/closed/wall, -/area/quartermaster/miningdock) -"dGV" = ( +"lYi" = ( /obj/effect/turf_decal/loading_area{ dir = 8; icon_state = "drain"; name = "drain" }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, /obj/structure/cable{ - icon_state = "4-8" + icon_state = "1-2" }, -/obj/structure/railing{ - dir = 8 +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/restrooms) +"lYl" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" }, -/turf/open/floor/plasteel/stairs/medium{ - dir = 1 - }, -/area/quartermaster/miningdock) -"dHb" = ( -/obj/item/gun/ballistic/shotgun/riot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/ballistic/shotgun/riot, -/obj/item/gun/ballistic/shotgun/riot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/rack/shelf, -/turf/open/floor/plasteel{ - dir = 1; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/ai_monitored/security/armory) -"dHk" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/tcommsat/server) -"dHK" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/atmos) -"dHR" = ( -/obj/machinery/camera{ - c_tag = "Arrivals North"; - dir = 8 +/obj/effect/turf_decal/tile/yellow{ + dir = 5 }, /obj/effect/turf_decal/loading_area{ dir = 4; icon_state = "drain"; name = "drain" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" +/area/hallway/primary/fore) +"lYu" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/structure/mirror{ + pixel_x = 28 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/restrooms) +"lYy" = ( +/turf/closed/wall/r_wall, +/area/security/processing) +"lYA" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 }, -/obj/structure/disposalpipe/segment, /turf/open/floor/plasteel{ dir = 4; icon_state = "floor_plate" }, -/area/hallway/secondary/entry) -"dHT" = ( -/obj/item/gun/energy/e_gun{ - pixel_x = -3; - pixel_y = 3 +/area/crew_quarters/dorms/upper) +"lYC" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 4 }, -/obj/item/gun/energy/e_gun, -/obj/item/gun/energy/e_gun{ - pixel_x = 3; - pixel_y = -3 +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"lYK" = ( +/turf/open/floor/plasteel{ + icon_state = "floor_trim" }, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 +/area/crew_quarters/locker) +"lYL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + icon_state = "half_stairs_darkfull"; + name = "dark steps" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/crew_quarters/theatre) +"lYN" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"lYO" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/hallway/secondary/exit) +"lYU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" }, -/obj/structure/rack/shelf, /turf/open/floor/plasteel{ dir = 1; - icon_plating = "floor"; - icon_state = "floor_whole" + icon_state = "floor_plate" }, -/area/ai_monitored/security/armory) -"dHZ" = ( +/area/crew_quarters/locker) +"lZa" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"lZi" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/hallway/secondary/exit) +"lZj" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"lZG" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/hallway/primary/starboard/upper) +"lZH" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = -4; + pixel_y = 14 + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"lZN" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Airlock" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/exit) +"lZQ" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 6; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/security/courtroom) +"mab" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/green{ + dir = 10 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hydroponics) +"mak" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/transparent/openspace, +/area/crew_quarters/dorms/upper) +"map" = ( +/obj/structure/lattice/catwalk, +/obj/structure/trash_pile, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"mar" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/exit) +"mas" = ( +/turf/open/floor/plasteel/dark, +/area/maintenance/department/engine/upper) +"mat" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"maz" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/enzyme{ + layer = 5; + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/kitchen/rollingpin, +/obj/machinery/camera/autoname{ + dir = 6 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/bar/cafe/backroom{ + name = "Cafe Kitchen" + }) +"maF" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/exit) +"maR" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/bench/metal/right{ + dir = 8 + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/science/research) +"maY" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Escape Airlock" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/exit) +"mbi" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/westleft{ + name = "Cargo Desk"; + req_access_txt = "50" + }, +/obj/machinery/door/window/westleft{ + dir = 4; + name = "Public Cargo Desk" + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "cargoshut1"; + name = "shutters" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/quartermaster/sorting) +"mbj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central/upper) +"mbq" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/trash_pile, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/maintenance/fore/upper) +"mbA" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"mbM" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 12; + height = 18; + id = "emergency_home"; + name = "BoxStation emergency evac bay"; + width = 32 + }, +/turf/open/indestructible/concrete, +/area/layenia) +"mcb" = ( +/obj/structure/flora/tree/jungle/small{ + icon_state = "tree"; + pixel_x = -12; + pixel_y = 14 + }, +/obj/structure/flora/junglebush/b{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/weather/grass/surround{ + dir = 4 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"mcp" = ( +/obj/structure/lattice/catwalk, +/turf/open/floor/plating/layenia, +/area/layenia) +"mcq" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-10" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/crew_quarters/spa/sauna) +"mcr" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"mcw" = ( +/obj/effect/decal/cleanable/milk{ + name = "pilk" + }, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/layenia/cave) +"mcC" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"mcG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"mcS" = ( +/obj/item/twohanded/required/kirbyplants/random, /obj/machinery/light_switch{ + pixel_x = -8; pixel_y = 28 }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"dIf" = ( -/obj/structure/cable{ - icon_state = "4-8" +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/tcommsat/computer) +"mcV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"mcY" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"mdf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, /obj/structure/cable{ - icon_state = "1-8" + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/checker, +/area/engine/break_room) +"mdg" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/sofa/corner{ + dir = 8 + }, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"mdh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ name = "air supply pipe" @@ -19757,130 +77277,386 @@ /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/obj/structure/disposalpipe/segment{ - dir = 9 +/obj/structure/cable{ + icon_state = "1-4" }, -/obj/effect/turf_decal/tile/blue{ +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/upper) +"mdj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hos) +"mdx" = ( +/obj/structure/chair/stool{ dir = 8 }, -/obj/effect/turf_decal/tile/blue{ +/turf/open/floor/plasteel/grimy{ + icon_state = "eighties"; + name = "retro floor" + }, +/area/arcade) +"mdH" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/chapel/main) +"mdI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/junction/yjunction, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, /turf/open/floor/plasteel, -/area/engine/break_room) -"dIl" = ( -/obj/item/gun/energy/laser{ - pixel_x = -3; - pixel_y = 3 +/area/hallway/primary/port/fore) +"mdN" = ( +/obj/structure/chair/bench/metal{ + dir = 1 }, -/obj/item/gun/energy/laser, -/obj/item/gun/energy/laser{ +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard) +"mdO" = ( +/obj/effect/turf_decal/arrows/white{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"meb" = ( +/obj/item/reagent_containers/spray/pestspray{ pixel_x = 3; - pixel_y = -3 + pixel_y = 4 }, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/glass/bottle/nutrient/rh{ + pixel_x = 2; + pixel_y = 1 + }, +/obj/structure/table, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"mee" = ( +/obj/structure/table/plasmaglass, +/obj/item/book/lorebooks/layenia_crystals, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"meg" = ( +/obj/structure/table/plasmaglass, +/obj/item/ashtray, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"mew" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"mey" = ( +/obj/item/ashtray, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"meE" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing/handrail{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"meG" = ( +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Testing Lab"; + req_access_txt = "47" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 }, -/obj/structure/rack/shelf, /turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/misc_lab) +"meI" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/layenia) +"meK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/table/plasmaglass, +/obj/item/ashtray, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"meM" = ( +/obj/effect/turf_decal/loading_area{ + color = null; + dir = 4; + icon_state = "half_stairs_wood"; + name = "wood steps" + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cloudlayer) +"meX" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"mfo" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"mfD" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/security/vacantoffice/a) +"mfE" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/mint{ + pixel_y = 9 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/kitchen) +"mfH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; icon_plating = "floor"; icon_state = "floor_whole" }, -/area/ai_monitored/security/armory) -"dIH" = ( -/obj/effect/decal/cleanable/oil{ - icon_state = "floor6" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"dIK" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ +/area/science/xenobiology) +"mfT" = ( +/obj/structure/chair/office/dark{ dir = 1 }, -/obj/effect/turf_decal/tile/neutral{ +/obj/effect/turf_decal/tile/red{ dir = 8 }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"dJj" = ( -/obj/machinery/chem_heater, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/obj/effect/landmark/start/depsec/science, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/security/checkpoint/science) +"mge" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/fore/upper) +"mgf" = ( +/obj/structure/table, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/kitchen) +"mgn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/quartermaster/mail) +"mgo" = ( +/obj/machinery/vending/wardrobe/medi_wardrobe, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/medical/storage) +"mgB" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/chapel/main) +"mgN" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"mgS" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"mgT" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"mhd" = ( +/obj/structure/flora/crystal/medium/growth, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"mhh" = ( +/obj/structure/table, +/obj/item/kitchen/rollingpin, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/kitchen) +"mhn" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"mhv" = ( +/obj/machinery/button/door{ + id = "cafe"; + name = "Cafe Shutters Control"; + pixel_x = 5; + pixel_y = 29; + req_access_txt = "28" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/bar/cafe) +"mhB" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, /obj/machinery/firealarm{ + layer = 4; pixel_y = 24 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"dJm" = ( -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"dJB" = ( -/obj/machinery/airalarm{ - pixel_y = 23 +/area/hallway/primary/fore/upper) +"mhD" = ( +/obj/structure/table/reinforced, +/obj/machinery/microwave{ + pixel_y = 6 }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"dJY" = ( -/obj/structure/table, -/obj/item/storage/pill_bottle/dice{ - pixel_x = -9; - pixel_y = 10 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"mhI" = ( +/obj/structure/toilet{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/toy/figure{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"dKc" = ( -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"dKg" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics2"; - name = "robotics lab shutters" - }, -/obj/effect/spawner/structure/window, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/science/robotics/lab) -"dKp" = ( -/obj/structure/table, -/obj/item/pen, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"dKs" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ +/obj/machinery/light{ dir = 8; + pixel_x = -7 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/restrooms) +"mhR" = ( +/obj/machinery/door/airlock{ + dir = 4; + id_tag = "null"; + name = "Unit 1" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/restrooms) +"mic" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; name = "scrubbers pipe" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ @@ -19889,54 +77665,3361 @@ /obj/structure/cable{ icon_state = "1-2" }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white/side{ - dir = 1 +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/restrooms) +"mid" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 }, -/area/science/research) -"dKx" = ( -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 +/obj/structure/mirror{ + pixel_x = 28 }, -/obj/structure/railing, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" }, -/area/layenia) -"dKy" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 +/obj/machinery/light_switch{ + pixel_y = -23 }, -/obj/effect/turf_decal/tile/purple{ +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/restrooms) +"mih" = ( +/obj/structure/railing/handrail, +/obj/structure/lattice/catwalk, +/turf/open/transparent/openspace, +/area/crew_quarters/theatre) +"mij" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/structure/table, -/obj/item/storage/box/cups{ - pixel_y = 10 +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 }, /turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"dKO" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/camera{ - c_tag = "Xenobiology Maintenance Entrance"; - dir = 5; - network = list("ss13","rd") +/area/hallway/primary/starboard/upper) +"mip" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"dKV" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/security/brig/upper) +"mir" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/crew_quarters/dorms/upper) +"miv" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/bucket{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/bucket{ + pixel_y = -5 + }, +/obj/item/reagent_containers/spray/pestspray{ + pixel_x = 3; + pixel_y = 4 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"miz" = ( +/obj/machinery/vending/cola/random, /obj/effect/turf_decal/loading_area{ dir = 8; icon_state = "drain"; name = "drain" }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 8; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/exit) +"miJ" = ( +/obj/machinery/door/airlock/glass{ + dir = 4; + id_tag = "checkpointouter"; + name = "outer airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel{ + dir = 1; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/hallway/primary/port/upper) +"miL" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"miP" = ( +/obj/structure/table/wood, +/obj/machinery/computer/med_data/laptop{ + dir = 1; + pixel_x = -2; + pixel_y = 4 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/medical/psych) +"miR" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Chapel Maintenance"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/chapel/main) +"miX" = ( +/obj/machinery/vending/snack/random, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"mjc" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"mjf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"mjw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"mjA" = ( +/obj/structure/sign/poster/official/moth_piping{ + pixel_y = 32 + }, +/obj/structure/table, +/turf/open/floor/plasteel, +/area/engine/custom) +"mjB" = ( +/obj/structure/window{ + dir = 4 + }, +/obj/structure/chair/bench/metal/right{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/hallway/secondary/exit) +"mjL" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/secondary/exit) +"mjP" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"mjU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/secondary/exit) +"mjX" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/turf/open/floor/plating/layenia, +/area/layenia) +"mkd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"mkg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"mkj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/bridge) +"mkk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"mkm" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/secondary/service) +"mkp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"mkr" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"mkx" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"mkH" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/storage/eva"; + dir = 8; + name = "EVA Storage APC"; + pixel_x = -24 + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"mkI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"mkL" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 9 + }, +/obj/structure/flora/tree/jungle, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=180" + }, +/area/layenia/cloudlayer) +"mkR" = ( +/obj/structure/filingcabinet/security, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"mkU" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hydroponics) +"mkY" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"mlc" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"mlg" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"mlp" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"mlr" = ( +/obj/structure/fans/tiny, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor{ + id = "arrivals_cargo" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/construction/mining/aux_base) +"mlu" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/department/security) +"mlv" = ( +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 4 + }, +/area/hydroponics) +"mlw" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/aft/upper) +"mlB" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"mlD" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"mlF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/chair/bench{ + dir = 1 + }, +/turf/open/floor/plasteel/chapel{ + dir = 8 + }, +/area/chapel/main) +"mlS" = ( +/obj/machinery/door/airlock/mining/glass{ + dir = 4; + name = "Cargo Postal Office"; + req_access_txt = "50" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/quartermaster/mail) +"mlU" = ( +/turf/closed/wall, +/area/maintenance/fore/upper) +"mlV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + name = "Brig Desk"; + req_access_txt = "1" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig/upper) +"mme" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/table/plasmaglass, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"mmg" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"mmj" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/processing) +"mmk" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"mms" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/starboard/central/upper) +"mmz" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"mmH" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/closed/wall/r_wall, +/area/medical/virology) +"mng" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"mnm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/power/apc{ + areastring = "/area/janitor"; + dir = 4; + name = "Custodial Closet APC"; + pixel_x = 26 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"mnx" = ( +/obj/structure/table/reinforced, +/obj/item/fur_dyer, +/obj/item/storage/box/lipsticks, +/obj/item/lipstick/quantum, +/turf/open/floor/plasteel/dark, +/area/barber) +"mny" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/public/glass{ + dir = 8; + name = "Sauna Hallway" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/spa/sauna) +"mnD" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/secondary/service) +"mnE" = ( +/obj/structure/lattice/catwalk, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"mnW" = ( +/obj/machinery/door/airlock{ + name = "Unisex Restrooms" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/toilet/restrooms) +"mnX" = ( +/obj/effect/landmark/blobstart, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"mod" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"mof" = ( +/obj/structure/easel, +/obj/item/canvas/twentythreeXtwentythree, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/wood, +/area/security/prison) +"mog" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/hallway/secondary/exit) +"moj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"mok" = ( +/obj/structure/closet, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore) +"mom" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/arrows/white, +/turf/open/floor/plasteel/dark, +/area/security/main/upper) +"moo" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/turf/open/floor/plasteel, +/area/engine/atmos) +"moq" = ( +/mob/living/simple_animal/pet/cat{ + name = "Stray Maintenance Cat" + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft/upper) +"mor" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/hallway/primary/fore) +"moB" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/dorms/C"; + dir = 1; + name = "Dorm C APC"; + pixel_y = 26 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/C) +"moH" = ( +/obj/structure/table, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/secondary/exit) +"moI" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"moK" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/grass, +/area/crew_quarters/park) +"moV" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/main) +"mpb" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/hallway/secondary/exit) +"mpc" = ( +/obj/structure/flora/crystal/small/growth, +/obj/effect/turf_decal/weather/grass/line{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"mph" = ( +/turf/open/floor/plating/asteroid/layenia/garden, +/area/hallway/secondary/exit) +"mpk" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"mpl" = ( +/obj/machinery/atmospherics/components/unary/portables_connector, +/obj/effect/turf_decal/delivery, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/engine/engineering) +"mpm" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"mpn" = ( +/obj/structure/bed, +/obj/item/bedsheet/hos{ + name = "Warden's bedsheet" + }, +/obj/machinery/light_switch{ + pixel_x = 23 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/security/warden) +"mpu" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"mpC" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"mpG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/main/upper) +"mpH" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 9; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/layenia/cloudlayer) +"mpM" = ( +/obj/structure/flora/crystal/small/pile{ + icon_state = "crystals3" + }, +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/secondary/exit) +"mpS" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/airless, +/area/layenia) +"mqc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"mqk" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/theatre/blackbox) +"mqu" = ( +/obj/item/radio/intercom{ + freerange = 1; + frequency = 1447; + name = "Private Channel"; + pixel_x = 27; + pixel_y = -9 + }, +/obj/machinery/turretid{ + name = "AI Chamber turret control"; + pixel_x = 18; + pixel_y = -24 + }, +/obj/machinery/camera/motion{ + c_tag = "MiniSat AI Chamber North"; + dir = 1; + network = list("aicore") + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"mqw" = ( +/obj/machinery/atmospherics/pipe/simple/multiz, +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"mqy" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/exit/upper) +"mqF" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/camera/autoname{ + dir = 6 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/hallway/primary/port) +"mqM" = ( +/obj/structure/stairs{ + dir = 1 + }, +/obj/structure/railing/handrail{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/primary/port) +"mqP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"mqT" = ( +/obj/structure/stairs{ + dir = 1 + }, +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/primary/port) +"mqY" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft/upper) +"mrb" = ( +/obj/machinery/vending/coffee, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/port) +"mrj" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/bar) +"mrw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/maintenance/department/engine/upper) +"mrx" = ( +/obj/structure/rack, +/obj/item/reagent_containers/rag/towel, +/obj/item/reagent_containers/rag/towel, +/obj/item/reagent_containers/rag/towel, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"mrJ" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/camera{ + c_tag = "Courtroom South"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/security/courtroom) +"mrK" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/transparent/openspace, +/area/hallway/primary/central/upper) +"mrL" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/turf/open/floor/engine, +/area/science/storage) +"mrM" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/security/courtroom) +"mrO" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/bar) +"mrR" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/engine/atmos) +"mrV" = ( +/obj/effect/decal/cleanable/oil, +/obj/structure/ore_box, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/maintenance/fore/upper) +"mrX" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"mrZ" = ( +/turf/open/floor/plating, +/area/maintenance/port/upper) +"mse" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/library) +"msf" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/sign/painting/library{ + pixel_y = -24 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/bar) +"msi" = ( +/turf/open/floor/plasteel, +/area/janitor) +"msj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 8 + }, +/area/security/main) +"msx" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/bar) +"msC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/quartermaster/mail) +"msF" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"msU" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"msV" = ( +/obj/machinery/shieldwallgen/xenobiologyaccess, +/obj/structure/cable, +/turf/open/floor/plating, +/area/science/xenobiology) +"mtg" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/camera{ + c_tag = "Research Division South"; + dir = 8; + network = list("ss13","rd") + }, +/turf/open/floor/wood, +/area/science/research) +"mtk" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/psych/rec) +"mtl" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"mtw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"mtA" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/security/brig/upper) +"mtB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"mtG" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/bar) +"mtP" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/fore) +"mtT" = ( +/obj/machinery/door/airlock/external{ + dir = 8; + name = "External Access"; + req_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port/aft/upper) +"mtZ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/flora/crystal/small/growth, +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/primary/central) +"mub" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/chair/bench/metal/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"muf" = ( +/obj/structure/chair/bench/metal/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"muk" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/chair/bench/metal/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"mup" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/flora/crystal/small/growth, +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/primary/central) +"mus" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall, +/area/maintenance/theatre) +"mut" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"muv" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard) +"muz" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/camera{ + c_tag = "HOP's West Entrance"; + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard) +"muC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/sign/painting/library{ + pixel_y = -24 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"muF" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/grimy{ + icon_state = "eighties"; + name = "retro floor" + }, +/area/arcade) +"muH" = ( +/obj/structure/chair/bench/metal/right{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"muO" = ( +/obj/structure/flora/junglebush/b, +/turf/open/floor/grass/layenia, +/area/layenia/cloudlayer) +"muQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"muR" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"muS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness/pool) +"muT" = ( +/obj/structure/window/reinforced/fulltile, +/obj/structure/flora/junglebush, +/turf/open/floor/grass, +/area/hallway/secondary/exit) +"muU" = ( +/obj/structure/table/optable{ + name = "Robotics Operating Table" + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"muY" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/window/reinforced/fulltile, +/turf/open/floor/grass, +/area/hallway/secondary/exit) +"muZ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/railing, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"mvb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"mvd" = ( +/obj/structure/flora/bush, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/junglebush/c, +/obj/structure/window/reinforced/fulltile, +/turf/open/floor/grass, +/area/hallway/secondary/exit) +"mvf" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/bench/right, +/turf/open/floor/plasteel, +/area/artatrium) +"mvr" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/wood, +/area/engine/break_room) +"mvs" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"mvv" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/hallway/primary/fore/upper) +"mvA" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/carpet, +/area/library) +"mvC" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/palebush, +/obj/structure/window/reinforced/fulltile, +/turf/open/floor/grass, +/area/hallway/secondary/exit) +"mvD" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4; + name = "air supply pipe" + }, +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/chief) +"mvG" = ( +/obj/structure/window/reinforced/fulltile, +/obj/structure/flora/junglebush/b, +/turf/open/floor/grass, +/area/hallway/secondary/exit) +"mvH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/construction/mining/aux_base) +"mwe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/secondary/exit) +"mwh" = ( +/obj/machinery/door/window{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Captain's Desk Door"; + req_access_txt = "20" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"mwj" = ( +/obj/structure/flora/crystal/small/pile{ + icon_state = "crystals2" + }, +/obj/structure/flora/crystal/small/growth{ + icon_state = "crystalgrowth2"; + pixel_x = 6; + pixel_y = 13 + }, +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/secondary/exit) +"mwk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/engine/custom) +"mwm" = ( +/obj/structure/flora/crystal/medium/growth{ + icon_state = "crystalgrowth1" + }, +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/secondary/exit) +"mwz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/arrows, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"mwM" = ( +/obj/structure/flora/crystal/small/pile{ + icon_state = "crystals4" + }, +/obj/structure/flora/crystal/small/growth{ + icon_state = "crystalgrowth3"; + pixel_x = -6; + pixel_y = -6 + }, +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/secondary/exit) +"mwO" = ( +/obj/structure/flora/crystal/small/pile, +/obj/structure/railing, +/turf/open/indestructible/layenia/crystal/garden, +/area/layenia) +"mwV" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"mwZ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/airless, +/area/layenia) +"mxe" = ( +/obj/machinery/button/door{ + id = "stationxenoarchaeologyawaygate"; + name = "Xenoarchaeology Access Shutter Control"; + pixel_x = -7; + pixel_y = 27 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/science/research) +"mxf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"mxg" = ( +/obj/structure/railing/handrail{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/primary/port) +"mxi" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_trim" + }, +/area/medical/psych/ward) +"mxu" = ( +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"mxw" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/chair/bench/metal/left{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"mxI" = ( +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"mxJ" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"mxL" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/chair/bench/metal/right{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"mxN" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/theatre) +"mxW" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central/upper) +"mxX" = ( +/obj/machinery/vending/medical{ + pixel_x = -2 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/medbay/central) +"mxY" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/sign/painting/library{ + pixel_y = -24 + }, +/turf/open/floor/plasteel/stairs{ + dir = 4; + icon_state = "stairs_wood"; + name = "wood stairs" + }, +/area/hallway/secondary/service) +"myj" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard) +"myl" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white/side, +/area/medical/virology) +"mym" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"myt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"myv" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/chair/bench/metal/right{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/bridge) +"myy" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/brig) +"myF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"myL" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall, +/area/maintenance/fore) +"myP" = ( +/obj/structure/flora/ausbushes/brflowers{ + pixel_y = -10 + }, +/mob/living/simple_animal/butterfly, +/turf/open/floor/grass, +/area/crew_quarters/park) +"myR" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Backstage"; + req_access_txt = "12" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/theatre) +"myS" = ( +/obj/machinery/power/apc{ + areastring = "/area/hallway/secondary/exit"; + dir = 8; + name = "Escape Hallway APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/secondary/exit) +"myW" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/central/upper) +"mzc" = ( +/turf/open/water/jungle, +/area/crew_quarters/dorms/upper) +"mze" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"mzf" = ( +/obj/structure/flora/crystal/small/pile, +/obj/structure/flora/crystal/small/growth, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/indestructible/layenia/crystal/garden, +/area/medical/psych/rec) +"mzh" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"mzi" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/brig) +"mzm" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/command/glass{ + dir = 8; + name = "Bridge"; + req_access_txt = "19" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/bridge) +"mzw" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"mzB" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"mzI" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing/handrail, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"mzM" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/status_display/evac{ + layer = 4; + pixel_y = 26 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/hallway/secondary/exit) +"mzN" = ( +/obj/structure/table, +/obj/item/book/lorebooks/layenia_crystals, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/secondary/exit) +"mzP" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/grimy{ + icon_state = "eighties"; + name = "retro floor" + }, +/area/arcade) +"mzV" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/status_display/evac{ + layer = 4; + pixel_y = 26 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/hallway/secondary/exit) +"mzY" = ( +/obj/structure/flora/crystal/small/pile{ + icon_state = "crystals3" + }, +/obj/structure/flora/crystal/small/growth{ + icon_state = "crystalgrowth4"; + pixel_x = 11; + pixel_y = 3 + }, +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/secondary/exit) +"mAc" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/closet/crate/coffin, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/wood, +/area/chapel/main) +"mAd" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"mAg" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"mAh" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/port) +"mAk" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/crate_spawner, +/turf/open/floor/plating, +/area/maintenance/aft) +"mAq" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"mAt" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"mAv" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Cafe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/bar/cafe) +"mAy" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hydroponics) +"mAG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms/upper) +"mAK" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "meeting"; + name = "Privacy Shutters" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge) +"mAP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"mAR" = ( +/obj/structure/stairs{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/primary/aft) +"mAT" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"mAU" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/hallway/primary/port) +"mAX" = ( +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/storage) +"mBf" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/science/research) +"mBg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/science/xenobiology) +"mBo" = ( +/obj/structure/flora/crystal/small/pile, +/obj/structure/flora/crystal/medium/growth, +/turf/open/indestructible/layenia/crystal, +/area/layenia) +"mBp" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Courtroom"; + req_access_txt = "42" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/courtroom) +"mBq" = ( +/obj/structure/sign/nanotrasen, +/turf/closed/wall, +/area/hallway/primary/port) +"mBv" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"mBw" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/hallway/primary/fore) +"mBz" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/grimy{ + icon_state = "eighties"; + name = "retro floor" + }, +/area/arcade) +"mBH" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"mBM" = ( +/obj/machinery/power/deck_relay, +/obj/structure/cable, +/turf/open/floor/plating, +/area/engine/custom) +"mBP" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"mBS" = ( +/obj/effect/turf_decal/weather/grass/line, +/turf/open/indestructible/layenia/sand, +/area/layenia/cloudlayer) +"mBU" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 9 + }, +/turf/open/floor/engine/vacuum, +/area/engine/engineering) +"mBV" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "linealt_corner"; + name = "line" + }, +/turf/open/indestructible/concrete/smooth, +/area/layenia) +"mBX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 4 + }, +/area/security/main) +"mCb" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/main/upper) +"mCh" = ( +/obj/structure/table, +/obj/item/kitchen/knife, +/obj/item/storage/box/donkpockets/donkpocketberry, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/maintenance/starboard/aft/upper) +"mCj" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/railing/handrail{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"mCp" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"mCr" = ( +/turf/closed/wall/r_wall, +/area/storage/tech) +"mCA" = ( +/obj/item/storage/box/cups{ + pixel_y = 10 + }, +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 10 + }, +/area/engine/break_room) +"mCB" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/airalarm{ + pixel_y = 22 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"mCC" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/hallway/primary/aft/upper) +"mCD" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"mCS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/aft) +"mDa" = ( +/turf/closed/wall/r_wall, +/area/hallway/primary/port) +"mDd" = ( +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/upper) +"mDe" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light/floor, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig/upper) +"mDp" = ( +/obj/structure/table, +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"mDu" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"mDA" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "jangarage"; + name = "Custodial Closet Shutters" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/janitor) +"mDK" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"mDQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"mDR" = ( +/obj/structure/lattice/catwalk, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"mDS" = ( +/obj/machinery/power/apc{ + areastring = "/area/hallway/primary/central"; + dir = 8; + name = "Central Hall APC"; + pixel_x = -25 + }, +/obj/structure/cable, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard) +"mEe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/corner{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"mEi" = ( +/turf/closed/wall/ice, +/area/layenia/cave) +"mEn" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "storageB" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/storage/B) +"mEq" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/structure/railing/handrail, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"mEz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/cmo) +"mEJ" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard) +"mFk" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"mFw" = ( +/obj/structure/rack/shelf, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plasteel/dark, +/area/storage/A) +"mFy" = ( +/obj/structure/chair/sofachair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark/side, +/area/security/courtroom) +"mFz" = ( +/turf/open/transparent/glass/reinforced, +/area/quartermaster/office) +"mFA" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Cafe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/bar/cafe) +"mFC" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/decal/cleanable/generic, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/security/prison) +"mFG" = ( +/obj/structure/ore_box, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"mFI" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"mFJ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_trimcorner" + }, +/area/medical/medbay/zone2) +"mFM" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard) +"mFS" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms/upper) +"mFT" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 9 + }, +/obj/effect/turf_decal/weather/grass/line{ + dir = 9 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"mFV" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/processing) +"mGd" = ( +/obj/structure/railing, +/turf/open/floor/plasteel/stairs/left{ + dir = 4 + }, +/area/artatrium) +"mGg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"mGi" = ( +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"mGl" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/turf/open/floor/plasteel, +/area/engine/engineering) +"mGn" = ( /obj/machinery/power/apc{ areastring = "/area/hallway/primary/starboard"; dir = 8; @@ -19946,22 +81029,1221 @@ /obj/structure/cable{ icon_state = "0-4" }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard) +"mGu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, /turf/open/floor/plasteel{ dir = 8; icon_state = "floor_plate" }, /area/hallway/primary/starboard) -"dKX" = ( -/obj/machinery/power/port_gen/pacman, +"mGx" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard) +"mGz" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms) +"mGB" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms) +"mGK" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/secondary/exit) +"mGM" = ( +/obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, -/area/engine/engine_smes) -"dKZ" = ( +/area/security/locker) +"mGP" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"mGV" = ( +/obj/structure/chair{ + dir = 1; + name = "Prosecution" + }, /obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/courtroom) +"mGW" = ( +/obj/structure/chair{ + dir = 1; + name = "Prosecution" + }, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/courtroom) +"mGZ" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/dorms) +"mHb" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/engine/break_room) +"mHe" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"mHh" = ( +/obj/machinery/atm{ + pixel_y = 30 + }, +/obj/structure/window/reinforced, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/secondary/exit) +"mHu" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"mHv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"mHw" = ( +/obj/machinery/atmospherics/pipe/simple/multiz, +/turf/open/floor/plating, +/area/maintenance/fore) +"mHD" = ( +/obj/structure/table/reinforced, +/obj/item/toy/plush/random{ + pixel_y = 13 + }, +/obj/item/toy/plush/random{ + pixel_y = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/arcade) +"mHF" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/fitness/pool) +"mHG" = ( +/obj/machinery/pool/drain, +/turf/open/pool, +/area/security/prison) +"mHJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/camera{ + c_tag = "Escape Arm Airlocks"; + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/secondary/exit) +"mHN" = ( +/obj/machinery/door/airlock/command/glass{ + dir = 8; + name = "EVA Storage"; + req_access_txt = "18" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/storage/eva) +"mHR" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 9 + }, +/obj/structure/flora/tree/jungle, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cloudlayer) +"mHS" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/beacon{ + layer = 4; + pixel_y = 15 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"mHT" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"mHY" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/prison) +"mIc" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"mId" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/nanotrasen{ + pixel_y = 31 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"mIp" = ( +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"mIr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"mIs" = ( +/obj/structure/chair, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/exit/upper) +"mIH" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 5; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/open/floor/wood, +/area/quartermaster/mail) +"mII" = ( +/obj/machinery/door/airlock/command/glass{ + dir = 1; + name = "Head of Security"; + req_access_txt = "58" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/heads/hos) +"mIP" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/side, +/area/bridge) +"mIT" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/bridge) +"mIW" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen/red, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/wood, +/area/science/research) +"mIZ" = ( +/obj/structure/table/wood, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/wood, +/area/library) +"mJq" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/transparent/openspace, +/area/space) +"mJv" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/purple{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/primary/port) +"mJI" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore/upper) +"mJQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"mJW" = ( +/obj/machinery/disposal/bin, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hos) +"mJY" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit/upper) +"mKc" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/central) +"mKg" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/secondary/entry/upper) +"mKq" = ( +/obj/machinery/computer/operating{ + dir = 8; + name = "Robotics Operating Computer" + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"mKr" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"mKt" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"mKu" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"mKB" = ( +/obj/structure/chair/bench/metal/right, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/psych/lobby) +"mKC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/central) +"mKG" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"mKX" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=FP1"; + location = "SCH" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"mLg" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_end"; + name = "wood end" + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/effect/turf_decal/box, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/library) +"mLh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard) +"mLi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/library) +"mLj" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/primary/starboard) +"mLo" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"mLq" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"mLz" = ( +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/checker, +/area/bridge) +"mLB" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/primary/starboard) +"mLD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/sleeper) +"mLG" = ( +/obj/structure/table, +/obj/item/stamp{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stamp/denied{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"mLZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"mMj" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/quartermaster/mail) +"mMm" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/grimy{ + icon_state = "eighties"; + name = "retro floor" + }, +/area/arcade) +"mMn" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard) +"mMo" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/flora/crystal/small/pile, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/hallway/primary/aft/upper) +"mMx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/storage/B) +"mMG" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/security/glass{ + dir = 8; + id_tag = null; + name = "Brig"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/brig) +"mMH" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/indestructible/layenia/sand, +/area/layenia/cave) +"mNh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/security/brig/upper) +"mNn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"mNo" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"mNp" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"mNq" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/port) +"mNs" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"mNt" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/starboard) +"mNx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/psych/ward) +"mNC" = ( +/turf/open/indestructible/layenia/sand, +/area/layenia/cave) +"mNF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/janitor/upper) +"mNG" = ( +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/bar/cafe) +"mNR" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "line"; + name = "line" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"mNY" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/secondary/exit) +"mOa" = ( +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit/upper) +"mOe" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/storage/tech) +"mOk" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "Secure Tech Storage"; + req_access_txt = "19;23" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/storage/tech) +"mOp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"mOu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"mOF" = ( +/obj/structure/table/wood, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-18"; + pixel_y = 10 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/camera/autoname, +/turf/open/floor/wood, +/area/crew_quarters/spa/sauna) +"mOL" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_decals_central6"; + name = "maintenance hatch" + }, +/obj/machinery/status_display{ + pixel_y = -32 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/secondary/service) +"mOM" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/main/upper) +"mOR" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/kitchen"; + name = "Kitchen APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"mPf" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/exit) +"mPg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/exit) +"mPh" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/exit) +"mPm" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, @@ -19972,139 +82254,1094 @@ icon_state = "1-2" }, /obj/structure/disposalpipe/junction/flip{ - dir = 2 + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"mPr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=PCH"; + location = "ArrivalsCentral" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_whole" + }, +/area/hallway/primary/port) +"mPv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/yjunction, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"mPw" = ( +/obj/structure/lattice/catwalk, +/obj/structure/window/reinforced, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"mPy" = ( +/obj/structure/fence{ + dir = 4 + }, +/obj/effect/turf_decal/weather/grass/line{ + dir = 10 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"mPC" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"mPK" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/department/security) +"mPL" = ( +/turf/open/floor/carpet/blue, +/area/medical/psych/ward) +"mPV" = ( +/obj/structure/ladder, +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/transparent/openspace, +/area/maintenance/starboard/central/upper) +"mPW" = ( +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/chapel/main) +"mPY" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"mQg" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/stamp/captain, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"mQq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel/dark/corner, +/area/bridge) +"mQx" = ( +/obj/structure/closet/crate/wooden/toy, +/obj/item/storage/crayons, +/obj/item/storage/crayons, +/obj/item/hand_labeler, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/theatre) +"mQC" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/barber, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/barber) +"mQF" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"mQG" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/central) +"mQH" = ( +/obj/structure/flora/crystal/small/pile, +/obj/structure/flora/crystal/small/growth, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/primary/central) +"mQS" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"mQV" = ( +/obj/structure/chair/bench/left{ + dir = 1 + }, +/turf/open/floor/plasteel/chapel, +/area/chapel/main) +"mQW" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"mRg" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"mRk" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/station_engineer, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white/corner, +/area/engine/break_room) +"mRn" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/ai_monitored/storage/eva) +"mRr" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/upper) +"mRx" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"mRz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"mRE" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "xenobio4"; + name = "containment blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"mRR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/hallway/primary/starboard) +"mRT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"mRZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"mSb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"mSc" = ( +/obj/structure/railing/handrail{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/chair/bench/metal/right{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/medical/medbay/upper) +"mSl" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"mSn" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/stalkybush, +/turf/open/floor/grass, +/area/crew_quarters/dorms/upper) +"mSr" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"mSu" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white/side, +/area/bridge) +"mSw" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"mSE" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/camera/autoname{ + dir = 1 }, /turf/open/floor/plasteel{ icon_state = "floor_plate" }, -/area/hallway/primary/fore) -"dLg" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/xenobiology) -"dLp" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/red{ +/area/hallway/primary/fore/upper) +"mSG" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/tile/red, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"mSH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"mSK" = ( +/turf/open/floor/plating/asteroid/layenia/garden, +/area/maintenance/fore/upper) +"mSL" = ( +/turf/open/floor/plasteel/stairs/medium{ + dir = 1 + }, +/area/engine/break_room) +"mSN" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"mSP" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"mTa" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/starboard) +"mTf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"mTg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"mTi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"mTn" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating, +/area/layenia/cloudlayer) +"mTy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"mTA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/indestructible/concrete, +/area/layenia) +"mTL" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, /turf/open/floor/plasteel/dark/side{ dir = 8 }, -/area/security/prison) -"dLs" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/area/bridge) +"mTN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" }, +/obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"dLQ" = ( -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dLT" = ( +/area/crew_quarters/heads/hos) +"mTX" = ( +/obj/effect/decal/cleanable/dirt, /obj/structure/trash_pile, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"dLV" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, /turf/open/floor/plating, -/area/maintenance/disposal/incinerator) -"dMb" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/closet{ - name = "Evidence Closet" - }, -/turf/open/floor/plasteel, -/area/security/main) -"dMm" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"dMn" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/closet{ - name = "Evidence Closet" - }, +/area/maintenance/port/aft) +"mTZ" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; name = "air vent" }, +/obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, -/area/security/main) -"dMG" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 +/area/ai_monitored/storage/eva) +"mUb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" }, -/obj/effect/turf_decal/tile/red{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" }, -/obj/structure/closet{ - name = "Evidence Closet" +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/open/floor/plasteel, -/area/security/main) -"dNe" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" +/obj/structure/cable{ + icon_state = "1-4" }, /turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/ai_monitored/security/armory) -"dNi" = ( -/obj/structure/flora/crystal/small/pile, -/turf/open/indestructible/layenia/crystal/garden, -/area/crew_quarters/dorms) -"dNn" = ( -/obj/machinery/light{ dir = 4; - pixel_x = 7 + icon_plating = "floor"; + icon_state = "floor_whole" }, +/area/hallway/secondary/exit) +"mUd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"mUe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"mUn" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/hallway/secondary/exit) +"mUq" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "linealt"; + name = "line" + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/indestructible/concrete/smooth, +/area/layenia) +"mUs" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; name = "scrubbers pipe" }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/central) +"mUE" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/security/visitation) +"mUK" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"mUM" = ( +/obj/structure/ladder, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"mUR" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"mUW" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"mVc" = ( +/obj/structure/sign/warning/docking, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"mVd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"mVm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"mVq" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/port) +"mVB" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/science/xenobiology) +"mVC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/port) +"mVK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/port) +"mVL" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 6; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-10" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/spa/sauna) +"mVM" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/central) +"mVN" = ( +/obj/structure/flora/junglebush, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/crew_quarters/park) +"mVO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"mVR" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Atmospherics Maintenance"; + req_access_txt = "24" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore) +"mVW" = ( +/obj/effect/turf_decal/stripes/box, +/obj/structure/railing, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"mVZ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"mWk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/box/corners, +/turf/open/floor/engine, +/area/layenia/cave) +"mWp" = ( +/turf/closed/wall/r_wall, +/area/library) +"mWy" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/security/main/upper) +"mWA" = ( +/obj/machinery/airalarm{ + pixel_y = 22 + }, +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal/bin, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/security/visitation) +"mWD" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/central) +"mWJ" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"mWN" = ( +/obj/structure/flora/crystal/small/pile, +/obj/structure/flora/crystal/small/growth, +/obj/structure/window/reinforced, +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/primary/central) +"mWO" = ( +/obj/structure/flora/crystal/small/pile, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/primary/central) +"mWQ" = ( +/turf/open/transparent/openspace, +/area/engine/break_room) +"mWS" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/pen, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"mWZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, @@ -20112,129 +83349,1169 @@ dir = 8 }, /obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"dNr" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/medical/medbay/central) -"dNv" = ( -/obj/structure/lattice, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"dNR" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"dNT" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" + dir = 4; + icon_state = "steel_decals_central6_corner"; + name = "maintenance hatch" }, /turf/open/floor/plasteel{ dir = 4; icon_state = "floor_plate" }, -/area/quartermaster/warehouse) -"dOK" = ( -/obj/structure/rack, -/obj/item/clothing/mask/gas, -/obj/item/multitool, +/area/engine/break_room) +"mXd" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/security/brig) +"mXj" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"mXn" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/effect/turf_decal/tile/purple{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard) +"mXt" = ( +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, /turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"dOV" = ( +/area/maintenance/solars/port/fore) +"mXx" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 2 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"mXz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/purple{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard) +"mXL" = ( +/obj/structure/chair/sofachair{ + dir = 8 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/security/courtroom) +"mXM" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plasteel/stairs/left, +/area/artatrium) +"mXR" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"mXS" = ( /obj/structure/chair/sofa/left{ - dir = 4 + dir = 1 + }, +/obj/machinery/light/small{ + pixel_y = -1 }, /turf/open/floor/carpet, -/area/library) -"dPc" = ( -/obj/machinery/atmospherics/pipe/manifold4w/general/visible, -/obj/structure/cable{ - icon_state = "2-8" +/area/crew_quarters/dorms/F) +"mXV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"dPk" = ( -/obj/machinery/camera{ - c_tag = "Brig Interrogation"; - dir = 8; - network = list("interrogation") +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/purple{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"dPn" = ( -/turf/closed/wall, /area/hallway/primary/starboard) -"dPq" = ( -/obj/effect/turf_decal/stripes/corner{ +"mXY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/secondary/exit) +"mXZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"mYa" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/chapel/main) +"mYf" = ( +/turf/closed/wall, +/area/crew_quarters/spa/sauna) +"mYj" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/H) +"mYk" = ( +/obj/structure/grille/broken, +/obj/structure/trash_pile, +/turf/open/floor/plating, +/area/maintenance/department/security) +"mYq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/exit) +"mYx" = ( +/obj/machinery/light, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"mYy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/engine/custom) +"mYA" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 10; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/wood, +/area/library) +"mYF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"mYL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"mYQ" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=SCH"; + location = "Departures" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"mYT" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, /turf/open/floor/plasteel{ dir = 4; icon_state = "floor_trim" }, -/area/ai_monitored/security/armory) -"dPt" = ( -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"dPy" = ( -/obj/machinery/vending/boozeomat/all_access, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"dPD" = ( -/obj/structure/rack, -/obj/item/aicard, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/book/lorebooks/engrams{ - pixel_y = 5 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"dPG" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/service, -/turf/open/floor/plating, -/area/storage/tech) -"dPR" = ( +/area/hallway/secondary/exit) +"mZd" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; name = "air supply pipe" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"mZk" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/crew_quarters/fitness/pool) +"mZm" = ( +/turf/closed/wall, +/area/crew_quarters/park) +"mZq" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/fore/upper) +"mZw" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"mZB" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"mZD" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 }, -/turf/open/floor/plating, -/area/engine/atmos) -"dPS" = ( +/obj/machinery/door/airlock/external{ + name = "Cargo Escape Airlock" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/exit) +"mZP" = ( +/obj/structure/table/wood, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/H) +"mZU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/exit) +"mZV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"mZZ" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/lambent) +"nad" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Cargo Escape Airlock" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/exit) +"naj" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Courtroom" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/plasteel/stairs/medium{ +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/courtroom) +"nao" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = 11; + pixel_y = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/kitchen) +"nau" = ( +/obj/effect/turf_decal/stripes/box, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"naz" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/landmark/start/cook, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"naA" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair{ + dir = 8; + pixel_y = 2 + }, +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/medical/medbay/upper) +"naQ" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/hallway/primary/fore/upper) +"naR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/status_display/ai{ + pixel_y = 26 + }, +/turf/open/floor/plasteel/dark/side, +/area/bridge) +"naS" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-26" + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/ward) +"naY" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 }, -/area/quartermaster/miningdock) -"dQs" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "12" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/upper) +"naZ" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 2"; + name = "Cell 2" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/security/brig/upper) +"nbt" = ( +/obj/machinery/flasher{ + id = "Cell 3"; + pixel_x = -28 + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"nbz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/structure/table, +/obj/machinery/recharger, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"nbB" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"nbD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"nbH" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/turf_decal/weather/grass/line{ + dir = 4 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"nbQ" = ( +/obj/machinery/computer/card{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) +"nbX" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/courtroom) +"nca" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/turf/open/floor/plasteel, +/area/engine/engineering) +"nco" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen/alt{ + id = "kitchen"; + name = "kitchen shutters" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/kitchen) +"ncq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"ncu" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_trim" + }, +/area/medical/psych/ward) +"ncv" = ( +/obj/item/storage/box/mousetraps, +/obj/item/storage/box/mousetraps, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/janitor) +"ncw" = ( +/obj/machinery/camera{ + c_tag = "Port Hallway"; + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"ncx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/psych/ward) +"ncy" = ( +/obj/structure/chair/bench/metal/left{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"ncC" = ( +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"ncF" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/bottle/nutrient/rh{ + pixel_x = 2; + pixel_y = 1 + }, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/spray/plantbgone, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"ncR" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 4 + }, +/obj/machinery/sparker{ + id = "TEG_igniter"; + pixel_x = -15 + }, +/obj/item/clothing/head/hardhat, +/turf/open/floor/engine/vacuum, +/area/engine/engineering) +"ncT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/theatre/blackbox) +"ndc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/bridge) +"ndi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 4 + }, +/area/quartermaster/sorting) +"ndq" = ( +/obj/structure/safe, +/obj/item/clothing/head/bearpelt, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/obj/item/gun/ballistic/revolver/russian, +/obj/item/ammo_box/a357, +/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"ndr" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Airlock"; + req_access_txt = "19" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/bridge) +"ndx" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/medical/psych/ward) +"ndE" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"ndP" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/break_room) +"ndY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"nec" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/obj/structure/chair/bench{ + dir = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/park) +"nef" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard) +"nej" = ( +/obj/structure/chair/foldingchair{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"nek" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard) +"nem" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/construction/mining/aux_base) +"nex" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/starboard) +"neA" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/beans, +/turf/open/floor/grass, +/area/security/prison) +"neE" = ( +/obj/structure/flora/crystal/small/pile, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"neT" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/secondary/exit) +"neV" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/secondary/exit) +"neZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/C) +"nfd" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/hallway/secondary/exit) +"nfo" = ( +/obj/machinery/door/airlock/research{ + autoclose = 0; + dir = 8; + frequency = 1449; + id_tag = "xeno_airlock_interior"; + name = "Xenobiology Lab Internal Airlock"; + req_access_txt = "55" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/xenobiology) +"nfp" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/hallway/secondary/exit) +"nfu" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/wood, +/area/lawoffice) +"nfA" = ( +/obj/structure/chair{ + dir = 4; + pixel_y = 2 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/security/visitation) +"nfB" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating/beach/sand, +/area/hallway/secondary/exit) +"nfF" = ( +/obj/machinery/vending/wardrobe/bar_wardrobe, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar) +"nfN" = ( +/obj/structure/flora/crystal/small/pile, +/obj/structure/flora/crystal/medium/growth{ + pixel_y = 3 + }, +/turf/open/indestructible/layenia/crystal, +/area/layenia/cloudlayer) +"nfR" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"nfY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"nga" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"ngo" = ( /obj/machinery/modular_computer/console/preset/engineering{ dir = 1 }, @@ -20254,3901 +84531,209 @@ }, /turf/open/floor/plasteel/dark, /area/engine/engineering) -"dQA" = ( -/obj/machinery/holopad, +"ngr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; name = "scrubbers pipe" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ name = "air supply pipe" }, -/obj/structure/cable{ - icon_state = "1-2" +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"ngu" = ( +/obj/machinery/door/window/southright{ + base_state = "left"; + dir = 1; + icon_state = "left"; + name = "Terrarium Door" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating/beach/sand, +/area/hallway/secondary/exit) +"ngB" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 }, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"dQH" = ( /obj/effect/turf_decal/loading_area{ dir = 4; icon_state = "drain"; name = "drain" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" }, +/turf/open/floor/plating/beach/sand, /area/hallway/secondary/exit) -"dQQ" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/security/processing) -"dQS" = ( -/obj/structure/rack, -/obj/item/storage/box/rubbershot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/box/rubbershot{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot, -/obj/item/storage/box/rubbershot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/storage/box/rubbershot{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"dQU" = ( -/obj/machinery/door/poddoor/preopen{ - id = "telelab"; - name = "test chamber blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor/heavy, -/turf/open/floor/engine, -/area/science/misc_lab) -"dQZ" = ( -/obj/machinery/button/door{ - id = "Dorm2"; - name = "Dorm Bolt Control"; - normaldoorcontrol = 1; - pixel_x = -25; - specialfunctions = 4 - }, -/obj/structure/closet/secure_closet/personal, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"dRe" = ( -/obj/structure/cable{ - icon_state = "1-2" +"ngJ" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Arcade Maintenance Access"; + req_access_txt = "12" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"dRl" = ( -/obj/machinery/shower{ - dir = 1 +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"dRx" = ( -/obj/machinery/door/airlock/external{ - name = "Escape Pod Three" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"dRA" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"dRB" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia) -"dRC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"dRT" = ( -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/maintenance/fore) -"dSf" = ( -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"dSq" = ( -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - sortType = 11 - }, -/turf/closed/wall, /area/maintenance/port) -"dSt" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer1{ - dir = 6 - }, -/obj/structure/lattice/catwalk, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"dSx" = ( -/obj/machinery/door/window/eastright{ - name = "Robotics Surgery"; - req_access_txt = "29" - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"dSA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"dSL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"dST" = ( -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/security/prison) -"dSW" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall/r_wall, -/area/security/brig) -"dSZ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"dTl" = ( -/obj/structure/alien/weeds, -/obj/structure/alien/egg/burst, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"dTm" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"dTs" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"dTE" = ( -/obj/structure/table, -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"dTO" = ( -/obj/machinery/computer/shuttle/labor{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/security/processing) -"dTV" = ( -/obj/structure/table, -/obj/item/storage/firstaid/toxin{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/toxin, -/obj/item/storage/firstaid/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/machinery/door/window/northleft{ - name = "First-Aid Supplies"; - red_alert_access = 1; - req_access_txt = "5" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"dTZ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"dUw" = ( -/obj/machinery/telecomms/server/presets/command, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"dUx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"dUP" = ( -/obj/structure/flora/junglebush/large, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/grass, -/area/medical/genetics) -"dUT" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/secondary/exit) -"dUY" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/trash_pile, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/maintenance/fore) -"dVa" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"dVe" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/railing, -/turf/open/floor/plating, -/area/maintenance/fore) -"dVg" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/prison) -"dVj" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/atmos) -"dVr" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/prison) -"dVu" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"dVx" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"dVC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/closed/wall/r_wall, -/area/security/brig) -"dVM" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/cable, -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/science"; - name = "Science Security APC"; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science) -"dVZ" = ( -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/airlock/research{ - dir = 4; - name = "Toxins Launch Room"; - req_access_txt = "8" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"dWf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"dWK" = ( -/obj/machinery/atmospherics/components/binary/valve, -/turf/open/floor/engine, -/area/science/misc_lab) -"dWS" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"dWX" = ( -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"dXj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"dXl" = ( -/obj/structure/table, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"dXo" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"dXE" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"dYk" = ( -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/bridge) -"dYl" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/crew_quarters/heads/hor) -"dYt" = ( -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/structure/closet/secure_closet/freezer{ - name = "fridge" - }, -/obj/item/storage/box/donkpockets/donkpockethonk, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"dYC" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/medbay/central) -"dYF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "xenobio3"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"dYO" = ( -/obj/structure/closet/secure_closet/hop, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"dZi" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"dZm" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/closet{ - name = "Evidence Closet" - }, -/turf/open/floor/plasteel, -/area/security/main) -"dZE" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"dZW" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"eak" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"eaq" = ( -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/maintenance/fore) -"eas" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/maintenance/disposal/incinerator) -"eay" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/structure/closet/secure_closet/engineering_welding, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/airalarm{ - pixel_y = 22 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"eaC" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/medical/medbay/central) -"eaH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/quartermaster/sorting) -"eaK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"eaM" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/maintenance/disposal/incinerator) -"eaQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/closet/l3closet/scientist, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"eaY" = ( -/obj/machinery/dna_scannernew, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/obj/machinery/button/door{ - desc = "A remote control switch for the genetics doors."; - id = "GeneticsDoor"; - name = "Genetics Exit Button"; - normaldoorcontrol = 1; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/medical/genetics/cloning) -"eba" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"ebo" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/vaporwave, -/area/arcade) -"ebX" = ( -/obj/machinery/computer/scan_consolenew{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"ecg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"eco" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness) -"ecu" = ( -/obj/machinery/door/airlock/security/glass{ - dir = 8; - name = "Evidence Storage"; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/security/main) -"ecQ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/medkit_cabinet{ - pixel_x = -26 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"ecZ" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/closet, -/turf/open/floor/plating, -/area/science/xenobiology) -"eda" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 6 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/security/main) -"edj" = ( -/obj/structure/table/reinforced, -/obj/item/sealant, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/item/sealant{ - pixel_x = 4 - }, -/obj/item/reagent_containers/food/snacks/pizzaslice/meat{ - pixel_x = -1; - pixel_y = 12 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"edu" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/hallway/primary/aft) -"edP" = ( -/obj/structure/railing, -/turf/open/floor/plating, -/area/maintenance/fore) -"eej" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"eem" = ( -/obj/structure/table, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/security/main) -"een" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/preopen{ - id = "medshut1"; - name = "shutters" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/medbay/central) -"eet" = ( -/obj/structure/table/plasmaglass, -/obj/item/candle{ - pixel_y = 5 - }, -/obj/item/ashtray{ - pixel_x = 5; - pixel_y = -3 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"eeu" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"eev" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/vehicle/ridden/secway, -/obj/item/key/security, -/obj/machinery/button/door{ - id = "armory"; - name = "Armory Shutters"; - pixel_y = -26; - req_access_txt = "3" - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"eeG" = ( -/obj/machinery/chem_master, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"eeI" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "N2 Outlet Pump" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"eeT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/ai_monitored/security/armory"; - name = "Armory APC"; - pixel_x = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"eeX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"efe" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/stairs/medium{ - dir = 1 - }, -/area/ai_monitored/storage/satellite) -"efj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/ai_monitored/security/armory) -"efE" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"egf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"egk" = ( +"ngL" = ( /obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port/fore) -"egp" = ( -/obj/structure/table, -/obj/item/stock_parts/micro_laser, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/manipulator, -/obj/item/stock_parts/capacitor, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/item/stock_parts/micro_laser/high, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"egq" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"egv" = ( -/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/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"egw" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/port/aft) -"egA" = ( -/turf/closed/wall/r_wall, -/area/science/robotics/lab) -"egH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"egI" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/toilet"; - dir = 4; - name = "Dormitory Bathrooms APC"; - pixel_x = 26 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"eho" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"ehp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/maintenance/disposal/incinerator) -"ehx" = ( -/obj/machinery/door/airlock/virology/glass{ - name = "Isolation B"; - req_access_txt = "39" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"ehF" = ( -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"ehI" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/bedsheetbin{ - pixel_x = -2; - pixel_y = 4 - }, -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"eih" = ( -/obj/machinery/door/airlock/engineering{ - name = "SMES Room"; - req_access_txt = "32" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"eiv" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"eix" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/maintenance/disposal/incinerator) -"eiG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/chair/stool, -/obj/machinery/button/ignition/incinerator/atmos{ - pixel_x = 26; - pixel_y = -6 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/maintenance/disposal/incinerator) -"eiJ" = ( -/obj/structure/chair/sofa/right{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"eiZ" = ( -/turf/open/floor/plasteel/stairs/right, -/area/hallway/primary/port/fore) -"ejg" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/structure/railing, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"ejj" = ( -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port/fore) -"ejk" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"ejx" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"ejE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/engine_smes) -"ejN" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 8 - }, -/area/engine/break_room) -"ejZ" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/maintenance/fore) -"ekd" = ( -/turf/open/floor/plasteel/stairs/left, -/area/hallway/primary/port/fore) -"ekh" = ( -/obj/structure/table, -/obj/machinery/recharger, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"eks" = ( -/obj/machinery/suit_storage_unit/engine, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"ekv" = ( -/obj/structure/closet, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/fore) -"ekA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ekB" = ( -/turf/closed/wall/r_wall, -/area/security/processing) -"ekE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"ekO" = ( -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "xenobio2"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"ekQ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"elc" = ( -/obj/structure/chair/comfy/black, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"elj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"elp" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/sign/poster/random{ - pixel_y = 32 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/vaporwave, -/area/arcade) -"elr" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"els" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"elu" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, /obj/structure/window{ - dir = 1 + dir = 4 }, -/turf/open/floor/plasteel/white/side, -/area/medical/virology) -"elF" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics East"; +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/secondary/exit) +"ngM" = ( +/turf/closed/wall/r_wall, +/area/quartermaster/sorting) +"ngO" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"ngQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/trash, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"ngR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/secondary/exit) +"ngW" = ( +/turf/closed/wall, +/area/arcade) +"nhc" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ dir = 8 }, -/obj/machinery/atmospherics/components/binary/pump{ +/obj/structure/railing{ + dir = 1 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"nhe" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating/layenia, +/area/medical/virology) +"nhh" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ dir = 8; - name = "Plasma Outlet Pump" + name = "air vent" }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 +/turf/open/floor/plasteel/dark, +/area/crew_quarters/park) +"nhj" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_x = 7 }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"elM" = ( -/obj/structure/cable{ - icon_state = "1-4" +/turf/open/transparent/openspace, +/area/crew_quarters/theatre) +"nhl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"nhm" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"elX" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/indestructible/concrete/smooth, -/area/layenia) -"emi" = ( -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"emx" = ( -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; - icon_state = "floor_plate" + name = "air supply pipe" }, -/area/engine/break_room) -"emy" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ena" = ( -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"enb" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"end" = ( -/obj/machinery/door/poddoor/preopen{ - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/loading_area{ +/obj/machinery/door/airlock/security{ dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 + name = "Labor Shuttle"; + req_access_txt = "2" }, /turf/open/floor/plasteel{ dir = 8; icon_plating = "floor"; - icon_state = "floor_whole" + icon_state = "floor_whole_alt" }, -/area/hallway/primary/starboard) -"eok" = ( -/obj/structure/chair/office/dark, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/effect/landmark/start/quartermaster, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"eoo" = ( -/obj/machinery/air_sensor/atmos/nitrogen_tank, -/turf/open/floor/engine/n2, -/area/engine/atmos) -"eop" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"eoq" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"eow" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/security/main) -"eoD" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/primary/aft) -"eoN" = ( -/turf/closed/wall/r_wall, -/area/maintenance/starboard) -"eoP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"eoR" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "xenobio3"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"eoS" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/security/courtroom) -"eoZ" = ( -/obj/machinery/power/apc{ - areastring = "/area/science/lab"; - dir = 4; - name = "Research Lab APC"; - pixel_x = 26 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/white, -/area/science/lab) -"epc" = ( -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"epo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"epx" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/item/cigbutt, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"epB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/stairs/right, -/area/security/main) -"epL" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"eqo" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/turf/open/floor/plasteel/yellowsiding{ - dir = 1 - }, -/area/crew_quarters/fitness/pool) -"eqx" = ( -/obj/structure/table/reinforced, -/obj/item/shovel{ - pixel_x = -5 - }, -/obj/item/stack/ore/silver, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"eqB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"eqJ" = ( -/obj/structure/curtain, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"eqN" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/plasteel/yellowsiding, -/area/crew_quarters/fitness/pool) -"eqO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"eqT" = ( -/obj/structure/displaycase/trophy, -/obj/structure/sign/painting/library{ - pixel_y = 28 - }, -/turf/open/floor/wood, -/area/library) -"eqZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/machinery/camera{ - c_tag = "Experimentor Lab"; - dir = 1; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"erb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"erA" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"erB" = ( -/obj/structure/table, -/obj/item/cartridge/medical{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/cartridge/medical{ - pixel_x = -2; - pixel_y = 6 - }, -/obj/item/cartridge/chemistry{ - pixel_y = 2 - }, -/obj/item/reagent_containers/spray/cleaner, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = -23 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/crew_quarters/heads/cmo) -"erE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"erF" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"erH" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/science/storage) -"erN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"erR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"erX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"esc" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=PPW"; - location = "ArrivalsCentral" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"esj" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/security/main) -"ess" = ( -/obj/item/transfer_valve{ - pixel_x = -5 - }, -/obj/item/transfer_valve{ - pixel_x = -5 - }, -/obj/item/transfer_valve, -/obj/item/transfer_valve, -/obj/item/transfer_valve{ - pixel_x = 5 - }, -/obj/item/transfer_valve{ - pixel_x = 5 - }, -/obj/structure/table/reinforced, -/obj/machinery/camera{ - c_tag = "Toxins Lab Port"; - dir = 1; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"esK" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/hallway/primary/starboard) -"esW" = ( -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"esX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/ai_monitored/storage/eva) -"esY" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness) -"etg" = ( -/obj/structure/chair/sofa/left{ - dir = 1 - }, -/obj/structure/window, -/obj/structure/window{ - dir = 4 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"etr" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/security/main) -"etM" = ( -/turf/open/floor/plasteel/white, -/area/science/circuit) -"etP" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/disposal) -"etU" = ( -/obj/machinery/conveyor{ - id = "garbage" - }, -/obj/item/trash/raisins, -/turf/open/floor/plating, -/area/maintenance/disposal) -"eul" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/crew_quarters/heads/hor) -"eut" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/maintenance/port/aft) -"euu" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"euw" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"euA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"euB" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/railing, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"euL" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/stairs/left, -/area/security/main) -"euO" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"euQ" = ( -/obj/machinery/door/poddoor/shutters{ - id = "armory"; - name = "Armoury Shutter" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"euS" = ( -/obj/structure/table, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/mmi, -/obj/item/mmi, -/obj/item/mmi, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"euT" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/security/armory) -"evk" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/science/research) -"evr" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/indestructible/concrete/smooth, -/area/layenia) -"evw" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 3; - pixel_y = 7 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3; - pixel_y = 5 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/maintenance/port/aft) -"evB" = ( -/obj/machinery/door/window/eastleft{ - dir = 2; - name = "Monkey Pen"; - req_one_access_txt = "9" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/grass, -/area/medical/genetics) -"evI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/science/mixing) -"evK" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"evQ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/computer/lore_terminal/security, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"evR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/incinerator_output{ - dir = 8 - }, -/turf/open/floor/engine, -/area/maintenance/disposal/incinerator) -"evT" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/solars/port/aft"; - dir = 8; - name = "Port Quarter Solar APC"; - pixel_x = -25; - pixel_y = 3 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"evV" = ( -/obj/structure/trash_pile, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"ewc" = ( -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"ewl" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/window/southleft{ - name = "Armory"; - req_access_txt = "3" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"ewu" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/junglebush, -/obj/structure/window/reinforced, -/turf/open/floor/grass, -/area/medical/genetics) -"ewB" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/orange/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ewH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/white, -/area/science/research) -"ewM" = ( -/obj/machinery/door/poddoor/preopen{ - id = "permacell2"; - name = "cell blast door" - }, -/obj/machinery/door/airlock/public/glass{ - id_tag = "permabolt2"; - name = "Cell 2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"ewP" = ( -/obj/structure/closet/crate, -/obj/item/toy/beach_ball/holoball, -/obj/item/toy/beach_ball/holoball, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/indestructible/concrete, -/area/layenia) -"ewT" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/corner, -/area/science/research) -"exn" = ( -/obj/structure/chair/sofa/corner{ - dir = 4 - }, -/obj/structure/window, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"exp" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"exE" = ( -/obj/machinery/status_display{ - pixel_x = -32 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"exJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/camera{ - c_tag = "Chapel North" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"exL" = ( -/obj/machinery/door/poddoor/preopen{ - id = "permacell1"; - name = "cell blast door" - }, -/obj/machinery/door/airlock/public/glass{ - id_tag = "permabolt1"; - name = "Cell 1" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel, -/area/security/prison) -"exO" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"exQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"exX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"exZ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"eyk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"eys" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"eyu" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"eyv" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/white, -/area/security/range) -"eyw" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/engine/break_room) -"eyy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"eyJ" = ( -/obj/structure/window/reinforced, -/obj/structure/table/reinforced, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/button/door{ - id = "xenobio7"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"eyQ" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/iv_drip, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"ezk" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"ezK" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/hydroponics/garden) -"ezX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"eAc" = ( -/obj/structure/lattice/catwalk, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"eAk" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Mix to Turbine and Reactor" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"eAn" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"eAA" = ( -/turf/closed/wall/r_wall, -/area/layenia) -"eAR" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/drinks/britcup{ - desc = "Kingston's personal cup." - }, -/obj/machinery/door/window/northleft{ - name = "Reception Desk"; - red_alert_access = 1; - req_access_txt = "5" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"eAU" = ( -/turf/closed/wall, -/area/crew_quarters/dorms) -"eBf" = ( -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"eBl" = ( -/obj/machinery/door/airlock/command{ - name = "Gateway Access"; - req_access_txt = "62" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"eBq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/science/misc_lab) -"eBt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "xenobio4"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"eBT" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 8 - }, -/obj/item/pen, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"eCe" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/junction{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"eCg" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/flora/crystal/small/pile, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/crew_quarters/dorms) -"eCk" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hydroponics/garden) -"eCP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"eCU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/port) -"eDa" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment, -/obj/machinery/power/apc{ - areastring = "/area/security/vacantoffice/a"; - dir = 8; - name = "Vacant Office APC"; - pixel_x = -24 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"eDh" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/chair, -/obj/effect/landmark/start/security_officer, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/main) -"eDl" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"eDw" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/camera{ - c_tag = "Brig North" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"eDC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/effect/landmark/start/bartender, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"eDG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/yellowsiding/corner{ - dir = 4 - }, -/area/crew_quarters/fitness/pool) -"eDI" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"eDK" = ( -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/port) -"eDS" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/layenia/cloudlayer) -"eDT" = ( -/obj/structure/bed, -/obj/machinery/camera{ - c_tag = "Prison Cell 1"; - network = list("ss13","prison") - }, -/obj/item/radio/intercom{ - desc = "Talk through this. It looks like it has been modified to not broadcast."; - name = "Prison Intercom (General)"; - pixel_y = 24; - prison_radio = 1 - }, -/obj/item/bedsheet/orange, -/turf/open/floor/plasteel, -/area/security/prison) -"eEk" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/bridge) -"eEC" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/science/misc_lab) -"eEI" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"eEW" = ( -/turf/open/floor/wood, -/area/science/research) -"eFa" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/closet/secure_closet/medical3, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"eFb" = ( -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"eFf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 - }, -/obj/structure/table, -/obj/machinery/computer/reactor/stats{ - pixel_y = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"eFi" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"eFv" = ( -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plasteel/stairs/right, -/area/layenia) -"eFW" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"eFY" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/hallway/primary/aft) -"eGe" = ( -/obj/structure/chair/stool, -/obj/machinery/button/door{ - id = "permabolt1"; - name = "Cell Bolt Control"; - normaldoorcontrol = 1; - pixel_y = 25; - specialfunctions = 4 - }, -/obj/machinery/light/small{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"eGy" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"eGI" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"eGO" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/wood, -/area/library/lounge) -"eGY" = ( -/obj/machinery/door/airlock/engineering{ - name = "SMES Room"; - req_access_txt = "32" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"eHf" = ( -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/bridge) -"eHi" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/science/lab) -"eHu" = ( -/obj/machinery/camera/motion{ - c_tag = "MiniSat AI Chamber North"; - dir = 1; - network = list("minisat") - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"eHw" = ( -/turf/closed/wall/r_wall, -/area/hallway/secondary/exit) -"eHA" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/fence{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/layenia) -"eHM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"eHN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/pool) -"eIa" = ( -/obj/machinery/chem_master, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"eIn" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"eIq" = ( -/obj/structure/closet/secure_closet/security/engine, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"eIy" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"eIQ" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"eIS" = ( -/obj/structure/table/wood, -/obj/item/storage/lockbox/medal{ - pixel_y = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"eIW" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/crew_quarters/fitness/pool) -"eJn" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor{ - id = "QMLoad" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"eJs" = ( -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"eJu" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"eJE" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, /area/security/processing) -"eJH" = ( -/obj/machinery/computer/pandemic, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/medical/virology) -"eJK" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/item/wrench, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"eJS" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"eKu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"eKx" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"eKJ" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/table, -/obj/item/storage/firstaid/regular{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"eLb" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore/secondary) -"eLv" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/airless, -/area/layenia) -"eLy" = ( -/obj/machinery/photocopier, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/wood, -/area/science/research) -"eLA" = ( -/obj/machinery/gulag_teleporter, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"eLG" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/gateway) -"eLI" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"eLL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/table, -/obj/item/folder/red, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/security/main) -"eMc" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 1; - frequency = 1441; - id = "inc_in" - }, -/obj/structure/sign/warning/vacuum/external{ - pixel_x = -32 - }, -/turf/open/floor/engine/vacuum, -/area/science/mixing) -"eMm" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/toilet/restrooms) -"eMs" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/machinery/camera{ - c_tag = "Courtroom South"; - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"eMv" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/turf/open/floor/plasteel/dark/corner, -/area/bridge) -"eMG" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hydroponics) -"eMS" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet/red, -/area/crew_quarters/bar) -"eMZ" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - layer = 2.4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"eNa" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/landmark/start/assistant, -/obj/structure/railing, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"eNi" = ( -/obj/structure/table, -/obj/machinery/reagentgrinder{ - pixel_y = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"eNn" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/table, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/main) -"eNy" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/quartermaster/sorting) -"eNA" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/table, -/obj/item/assembly/flash/handheld, -/turf/open/floor/plasteel, -/area/security/main) -"eNE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/pool, -/area/engine/engineering/reactor_core) -"eNG" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/requests_console{ - department = "Medbay"; - departmentType = 1; - name = "Medbay RC"; - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"eNH" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"eNN" = ( -/obj/machinery/vending/medical, -/obj/machinery/camera{ - c_tag = "Virology East"; - dir = 8; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/medical/virology) -"eNT" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"eOd" = ( -/obj/structure/fans/tiny, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor{ - id = "arrivals_cargo" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"eOf" = ( -/obj/machinery/dna_scannernew, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"eOh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"eOr" = ( -/obj/item/twohanded/required/fuel_rod, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/pool, -/area/engine/engineering/reactor_core) -"eOy" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"eOD" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ePe" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/chair{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/start/security_officer, -/turf/open/floor/plasteel, -/area/security/main) -"ePg" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"ePw" = ( -/obj/structure/table/plasmaglass, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"ePA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/obj/machinery/camera{ - c_tag = "Disposals" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"ePD" = ( -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/quartermaster/warehouse) -"ePH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"ePK" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/captain) -"ePN" = ( -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"ePP" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"ePV" = ( -/obj/machinery/door/airlock/security/glass{ - dir = 8; - name = "Equipment Room"; - req_access_txt = "1" - }, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"eQb" = ( -/obj/structure/table, -/obj/item/clothing/ears/earmuffs{ - pixel_x = -3; - pixel_y = -2 - }, -/obj/item/clothing/ears/earmuffs{ - pixel_x = -3; - pixel_y = -2 - }, -/obj/item/clothing/glasses/hud/security/sunglasses, -/obj/item/clothing/glasses/hud/security/sunglasses, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"eQp" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 1; - icon_state = "left"; - name = "Robotics Desk"; - req_access_txt = "29" - }, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics2"; - name = "robotics lab shutters" - }, -/turf/open/floor/plating, -/area/science/robotics/lab) -"eQz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"eQM" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/engineering/reactor_control) -"eQP" = ( -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plasteel/stairs/medium, -/area/engine/break_room) -"eQV" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light_switch{ - pixel_y = -28 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/science/research) -"eQX" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/stairs/medium, -/area/hallway/primary/aft) -"eRd" = ( -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"eRe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"eRl" = ( -/obj/machinery/door/airlock/security/glass{ - dir = 4; - name = "Warden's Quarters"; - req_access_txt = "3" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/wood, -/area/security/warden) -"eRm" = ( +"nhn" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" @@ -24174,295 +84759,280 @@ }, /turf/open/floor/plating, /area/maintenance/port) -"eRu" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Medbay Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"eRy" = ( -/mob/living/simple_animal/chicken, -/turf/open/floor/carpet, -/area/maintenance/fore) -"eRC" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/structure/railing{ +"nhp" = ( +/turf/open/floor/plasteel/stairs/medium{ dir = 1 }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"eRR" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/library) -"eSs" = ( +/area/crew_quarters/theatre) +"nhv" = ( /obj/machinery/light{ dir = 4; pixel_x = 7 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/security/processing) -"eSu" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/fore) -"eSK" = ( -/obj/structure/bed, -/obj/item/bedsheet/hos{ - name = "Warden's bedsheet" - }, -/obj/machinery/light_switch{ - pixel_x = 23 - }, -/turf/open/floor/wood, -/area/security/warden) -"eSL" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Long-Term Cell 1"; - req_access_txt = "2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"eSM" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/computer/security/qm, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"eTc" = ( -/obj/machinery/flasher{ - id = "PCell 2"; - pixel_x = -28 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"eTf" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/hand_labeler, -/obj/item/toy/crayon/spraycan, -/obj/item/toy/crayon/spraycan, -/turf/open/floor/plasteel/dark, -/area/artatrium) -"eTl" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/engine/break_room) -"eTr" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"eTz" = ( -/obj/machinery/flasher{ - id = "PCell 1"; - pixel_x = -28 - }, /obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel, -/area/security/prison) -"eTD" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/light{ - pixel_y = -1 +/area/maintenance/fore/upper) +"nhw" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 1; + name = "Arcade" }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"eTL" = ( -/obj/machinery/atmospherics/pipe/simple/purple/visible, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"eUa" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"eUA" = ( -/obj/structure/table/wood, -/obj/item/clothing/head/ushanka, -/turf/open/floor/wood, -/area/maintenance/fore) -"eUE" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/security/checkpoint/medical) -"eUO" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"eUP" = ( -/obj/machinery/status_display/ai{ - pixel_x = 32 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"eUU" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"eVh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/port/fore"; - dir = 8; - name = "Port Quarter Maintenance APC"; - pixel_x = -25; - pixel_y = 1 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "1-4" +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/vaporwave, +/area/arcade) +"nhy" = ( +/obj/structure/reagent_dispensers/watertank, /turf/open/floor/plating, -/area/maintenance/port/fore) -"eVk" = ( +/area/maintenance/port) +"nhz" = ( +/obj/structure/table/reinforced, +/obj/item/electropack, +/obj/item/assembly/signaler{ + pixel_x = -6 + }, /obj/effect/turf_decal/loading_area{ dir = 4; - icon_state = "drain"; - name = "drain" + icon_state = "ledge"; + name = "ledge" }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"nhI" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 1; + name = "Arcade" + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/vaporwave, +/area/arcade) +"nhS" = ( +/obj/structure/table, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"nhX" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall, +/area/artatrium) +"nia" = ( +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/bar/cafe/backroom{ + name = "Cafe Kitchen" + }) +"nig" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/crew_quarters/spa/sauna) +"nil" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 10; name = "scrubbers pipe" }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, /obj/structure/cable{ - icon_state = "4-8" + icon_state = "2-8" }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"eVr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/obj/structure/cable/yellow{ - icon_state = "1-2" +/turf/open/floor/plating, +/area/maintenance/port) +"nin" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/plating, +/area/maintenance/department/security) +"nis" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/airalarm{ + pixel_y = 24 }, /turf/open/floor/plasteel{ dir = 1; icon_state = "floor_plate" }, -/area/engine/engine_smes) -"eVy" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" +/area/hallway/primary/port/upper) +"niw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"eWd" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_access_txt = "12" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, -/turf/open/floor/plating, -/area/maintenance/fore) -"eWj" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters{ - id = "shopshutter1"; - name = "Shop Shutter" +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/bridge) +"niz" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_x = -28 + }, +/obj/effect/turf_decal/tile/green{ + dir = 10 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/crew_quarters/dorms/upper) +"niI" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" }, /turf/open/floor/plasteel, -/area/security/vacantoffice/a) -"eWy" = ( +/area/hallway/primary/fore/upper) +"niL" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"niM" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port) +"njl" = ( +/obj/machinery/light, +/obj/structure/chair/bench/metal/right{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"njn" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/G) +"njp" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/phone{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"njr" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"nju" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 9; name = "scrubbers pipe" @@ -24474,67 +85044,633 @@ /obj/structure/cable{ icon_state = "1-8" }, -/turf/open/floor/plating, -/area/maintenance/fore) -"eWP" = ( +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/security/brig/upper) +"njv" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"njF" = ( /obj/structure/cable{ - icon_state = "4-8" + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"njL" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/security/processing) +"njO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"njX" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Departures"; + location = "ACH" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"nkg" = ( +/obj/structure/pool/Lboard, +/turf/open/pool, +/area/crew_quarters/fitness/pool) +"nkl" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 }, /turf/open/floor/plasteel{ dir = 8; - icon_state = "floor_trim" - }, -/area/science/xenobiology) -"eXd" = ( -/obj/structure/table, -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/obj/machinery/recharger{ - pixel_y = 4 + icon_state = "floor_plate" }, +/area/hallway/primary/starboard/upper) +"nko" = ( /obj/structure/cable{ - icon_state = "4-8" + icon_state = "1-2" }, -/turf/open/floor/plasteel/dark, -/area/science/circuit) -"eXt" = ( -/obj/effect/turf_decal/stripes/line{ +/turf/open/floor/carpet, +/area/library) +"nky" = ( +/obj/machinery/light, +/obj/structure/chair/bench/metal/left{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ dir = 5 }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, /turf/open/floor/plasteel{ dir = 4; icon_state = "floor_plate" }, -/area/engine/engine_smes) -"eXB" = ( -/obj/machinery/door/window/eastleft{ - dir = 1; - name = "Coffin Storage"; - req_access_txt = "22" +/area/hallway/primary/central) +"nkz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/security/brig/upper) +"nkC" = ( +/obj/structure/railing, +/turf/open/floor/plating, +/area/layenia/cloudlayer) +"nkJ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"nkO" = ( +/obj/machinery/computer/security{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"nkX" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/security/checkpoint/auxiliary) +"nkZ" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, /obj/effect/turf_decal/loading_area{ dir = 1; icon_state = "drain"; name = "drain" }, -/turf/open/floor/carpet, -/area/chapel/main) -"eXD" = ( +/turf/open/floor/plasteel/dark, +/area/science/research) +"nla" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"nlh" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, /obj/effect/turf_decal/loading_area{ + dir = 1; icon_state = "drain"; name = "drain" }, +/obj/machinery/power/apc{ + areastring = "/area/gateway"; + dir = 8; + name = "Gateway APC"; + pixel_x = -24; + pixel_y = -1 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/gateway) +"nlk" = ( +/turf/closed/wall, +/area/maintenance/aft) +"nln" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/gateway) +"nlo" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"nlp" = ( +/obj/machinery/gateway{ + dir = 9 + }, +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Gateway" + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"nlC" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/bridge) +"nlQ" = ( +/obj/machinery/gateway{ + dir = 1 + }, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"nmb" = ( +/obj/machinery/door/airlock/medical{ + name = "Medbay Reception"; + req_access_txt = "5" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/medbay/central) +"nmc" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/window/reinforced/fulltile, +/turf/open/floor/grass, +/area/hallway/primary/aft/upper) +"nmh" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/fitness) +"nmj" = ( +/obj/machinery/door/airlock/command{ + name = "Teleport Access"; + req_access_txt = "17" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/teleporter) +"nmk" = ( +/obj/item/clothing/glasses/sunglasses/big, +/turf/open/floor/plating/beach/sand, +/area/hallway/secondary/exit) +"nml" = ( +/obj/effect/overlay/palmtree_r, +/turf/open/floor/plating/beach/sand, +/area/hallway/secondary/exit) +"nmn" = ( +/obj/structure/table, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/item/toy/plush/plushvar{ + desc = "I fixed the wiring for you."; + name = "Engivar" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"nmq" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating/beach/sand, +/area/hallway/secondary/exit) +"nmu" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"nmE" = ( +/obj/structure/sink{ + pixel_y = 30 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/mirror{ + pixel_y = 35 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/dorms/D) +"nmM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"nmV" = ( +/turf/open/floor/engine, +/area/science/xenobiology) +"nnf" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/arrows, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"nnq" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/security/range) +"nns" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"nnw" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"nnB" = ( +/turf/closed/wall/r_wall, +/area/medical/sleeper) +"nnG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"nnI" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/fitness) +"nnJ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"nnL" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway North"; + dir = 6 + }, +/obj/structure/chair/bench/metal/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"nnR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/locker) +"nnT" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"nnU" = ( +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/ai_monitored/turret_protected/ai) +"nnY" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/port/upper) +"nob" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, /obj/machinery/airalarm{ dir = 1; pixel_y = -22 }, -/obj/structure/closet/emcloset, /turf/open/floor/plasteel{ + dir = 8; icon_state = "floor_plate" }, -/area/crew_quarters/fitness) -"eXT" = ( +/area/barber) +"noe" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"noj" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"nok" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark/corner, +/area/security/main/upper) +"nop" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/engine, +/area/science/xenobiology) +"nor" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/rack, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/suit/hooded/wintercoat, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port) +"nou" = ( +/obj/structure/fence/door{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"nov" = ( +/obj/effect/turf_decal/loading_area, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/warehouse) +"nox" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" @@ -24547,58 +85683,3934 @@ icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ - dir = 10 + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"noB" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"noC" = ( +/obj/docking_port/stationary{ + area_type = /area/construction/mining/aux_base; + dheight = 4; + dwidth = 4; + height = 9; + id = "aux_base_zone"; + name = "aux base zone"; + roundstart_template = /datum/map_template/shuttle/aux_base/small; + width = 9 }, /turf/open/floor/plating, -/area/maintenance/starboard/aft) -"eYb" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, +/area/construction/mining/aux_base) +"noF" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"noG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/indestructible/concrete, +/area/layenia) +"noH" = ( +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/nuke_storage"; + dir = 1; + name = "Vault APC"; + pixel_y = 25 + }, /obj/structure/cable{ icon_state = "0-8" }, -/obj/structure/cable{ - icon_state = "0-2" +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"noL" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/starboard) +"noM" = ( +/obj/structure/flora/crystal/small/growth{ + icon_state = "crystalgrowth3" + }, +/turf/open/indestructible/layenia/crystal/garden, +/area/arcade) +"noP" = ( +/obj/machinery/space_heater, +/obj/structure/disposalpipe/segment{ + dir = 9 }, /turf/open/floor/plating, -/area/medical/virology) -"eYf" = ( +/area/maintenance/port) +"noQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/fore) +"noU" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/vaporwave, +/area/arcade) +"noY" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"npc" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/vaporwave, +/area/arcade) +"npg" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/tcomms, +/turf/open/floor/plating, +/area/storage/tech) +"npq" = ( +/turf/open/floor/plasteel/dark/layenia{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"npv" = ( +/obj/machinery/computer/cargo/request, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/bridge) +"npB" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/artatrium) +"npK" = ( +/obj/structure/sign/painting/library{ + pixel_x = 25 + }, +/obj/structure/table/wood, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-30"; + pixel_y = 20 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel, +/area/artatrium) +"npM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/tcommsat/server) +"npQ" = ( +/obj/structure/flora/crystal/medium/growth{ + icon_state = "crystalgrowth1" + }, +/turf/open/indestructible/layenia/crystal/garden, +/area/crew_quarters/heads/hor) +"npX" = ( +/obj/machinery/status_display/ai{ + pixel_y = 26 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"nqa" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/window, +/turf/open/floor/grass, +/area/maintenance/starboard/aft/upper) +"nqb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white/side, +/area/science/research) +"nqk" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/space_heater, +/turf/open/floor/plasteel/dark, +/area/construction/mining/aux_base) +"nql" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat/atmos) +"nqp" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) +"nqw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"nqx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/gateway) +"nqy" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/stock_parts/cell/high, +/turf/open/floor/plasteel/dark, +/area/gateway) +"nqA" = ( +/obj/machinery/gateway{ + dir = 8 + }, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"nqD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/turf/closed/wall/mineral/lead, +/area/engine/engineering/reactor_core) +"nqO" = ( +/obj/machinery/gateway/centerstation, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/gateway) +"nqP" = ( +/obj/machinery/gateway{ + dir = 4 + }, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"nqS" = ( +/mob/living/simple_animal/pet/cat{ + name = "Stray Maintenance Cat" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"nqU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_whole_alt" + }, +/area/layenia/cloudlayer) +"nrc" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/fitness) +"nre" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"nrh" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark/side, +/area/bridge) +"nrj" = ( +/obj/machinery/door/airlock/engineering{ + dir = 1; + name = "Port Bow Solar Access"; + req_access_txt = "10" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"nrv" = ( +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"nrx" = ( +/obj/structure/table, +/obj/item/stack/sheet/cardboard{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stack/sheet/cardboard{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stack/sheet/cardboard, +/obj/item/stack/sheet/cardboard, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/theatre) +"nrC" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cloudlayer) +"nrE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/teleporter) +"nrR" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"nrT" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/medical/medbay/upper) +"nrU" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/side, +/area/bridge) +"nsb" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/hallway/primary/fore) +"nsg" = ( +/obj/structure/chair{ + dir = 8; + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/aft/upper) +"nso" = ( +/obj/effect/overlay/palmtree_l, +/turf/open/floor/plating/beach/sand, +/area/hallway/secondary/exit) +"nss" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/overlay/coconut, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating/beach/sand, +/area/hallway/secondary/exit) +"nst" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"nsy" = ( +/obj/structure/table, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/clothing/head/welding{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/custom) +"nsH" = ( +/turf/open/floor/plasteel/dark, +/area/theatre/blackbox) +"nsI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"nsJ" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/window{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, /obj/structure/cable{ icon_state = "1-2" }, -/turf/open/floor/plasteel/dark, -/area/science/storage) -"eYo" = ( -/obj/structure/alien/weeds, -/obj/structure/alien/weeds, -/obj/structure/bed/nest, -/obj/item/clothing/mask/facehugger/impregnated, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"eYF" = ( -/obj/machinery/light_switch{ - pixel_x = -24; - pixel_y = 28 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel{ dir = 4; - name = "air vent" + icon_state = "floor_plate" + }, +/area/hallway/secondary/exit) +"nsU" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/window{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/secondary/exit) +"nsX" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/hallway/secondary/exit/upper) +"ntb" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/turf_decal/weather/grass/line{ + dir = 5 + }, +/turf/open/water/jungle, +/area/crew_quarters/dorms/upper) +"ntc" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/junglebush, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/library) +"nti" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"ntl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"ntm" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"nto" = ( +/obj/structure/table/wood, +/obj/machinery/reagentgrinder{ + pixel_y = 9 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar) +"ntz" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/engine/break_room) +"ntA" = ( +/obj/structure/lattice/catwalk, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/water, +/area/layenia) +"ntC" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/item/trash/popcorn{ + pixel_x = 11; + pixel_y = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"ntE" = ( +/obj/structure/lattice/catwalk, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/water, +/area/layenia) +"ntI" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/fitness) +"ntJ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"ntK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port) +"ntM" = ( +/obj/structure/table, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/psych/rec) +"nug" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"nul" = ( +/obj/machinery/computer/arcade/orion_trail{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/grimy{ + icon_state = "eighties"; + name = "retro floor" + }, +/area/arcade) +"nun" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/exit) +"nus" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"nuC" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/spa/sauna) +"nuH" = ( +/obj/structure/fence{ + dir = 4 + }, +/obj/effect/turf_decal/weather/grass/line, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"nuJ" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/port/fore) +"nuV" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + dir = 1; + icon_state = "rightsecure"; + name = "Head of Personnel's Desk"; + req_access_txt = "57" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/northleft{ + dir = 2; + name = "Reception Window" + }, +/obj/machinery/door/poddoor/preopen{ + id = "hop"; + name = "privacy shutters" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/heads/hop) +"nuZ" = ( +/obj/machinery/computer/secure_data, +/turf/open/transparent/glass/reinforced, +/area/security/warden) +"nvb" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/main/upper) +"nvf" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy{ + icon_state = "eighties"; + name = "retro floor" + }, +/area/arcade) +"nvk" = ( +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_containers/food/snacks/spiderling{ + pixel_x = 8; + pixel_y = 10 + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/security/prison) +"nvs" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/artatrium) +"nvH" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/bridge) +"nwe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"nwl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/closet/firecloset/full, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"nwo" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/artatrium) +"nws" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "TEG - South East"; + dir = 8; + network = list("ss13","engine") + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/engine/engineering) +"nwx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/engine/engineering) +"nwz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"nwF" = ( +/obj/structure/flora/crystal/small/pile{ + icon_state = "crystals3" + }, +/obj/structure/flora/crystal/small/growth{ + icon_state = "crystalgrowth4" + }, +/turf/open/indestructible/layenia/crystal/garden, +/area/crew_quarters/heads/hor) +"nwJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "bridge blast"; + name = "Bridge Blast Door Control"; + pixel_x = 5; + pixel_y = 6; + req_access_txt = "19" + }, +/obj/machinery/button/door{ + id = "primaryshut1"; + name = "Central Lockdown"; + pixel_x = -5; + pixel_y = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side, +/area/bridge) +"nwL" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"nxd" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/exit/upper) +"nxg" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"nxh" = ( +/obj/machinery/clonepod, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/medical/genetics/cloning) +"nxj" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge) +"nxl" = ( +/obj/machinery/power/apc{ + areastring = "/area/hallway/primary/starboard/upper"; + dir = 8; + name = "Upper Starboard Primary Hallway APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_whole" + }, +/area/hallway/primary/starboard/upper) +"nxu" = ( +/obj/structure/table/wood, +/obj/item/storage/crayons{ + pixel_y = 3 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/upper) +"nxy" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"nxC" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/firealarm{ + layer = 4; + pixel_y = 24 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/research) +"nxD" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box, /turf/open/floor/plasteel/white, -/area/science/circuit) -"eYN" = ( +/area/crew_quarters/heads/hor) +"nxF" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms) +"nxH" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"nxI" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/airalarm{ + pixel_y = 22 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"nxN" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/engine, +/area/layenia/cave) +"nya" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"nyh" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/external{ + dir = 8; + name = "External Access"; + req_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port) +"nyp" = ( +/obj/machinery/door/airlock/command/glass{ + dir = 1; + name = "EVA Storage"; + req_access_txt = "18" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/ai_monitored/storage/eva) +"nyq" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"nyu" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/psych/ward) +"nyG" = ( +/obj/structure/window, +/obj/structure/table/wood/fancy, +/obj/item/reagent_containers/food/drinks/trophy{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/item/reagent_containers/food/drinks/bottle/wine{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"nyM" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + sortType = 13 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"nyZ" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/genetics/cloning) +"nzi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/gateway) +"nzn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/gateway) +"nzo" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"nzq" = ( +/obj/machinery/gateway, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"eYW" = ( +/area/gateway) +"nzs" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"nzt" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"nzv" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/indestructible/concrete, +/area/layenia) +"nzB" = ( +/obj/structure/table/wood, +/obj/item/ashtray, +/obj/item/flashlight/lamp/green{ + pixel_x = 4; + pixel_y = 14 + }, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/cable_coil, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar) +"nzC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 4; + external_pressure_bound = 120; + name = "server vent" + }, +/turf/open/floor/circuit/telecomms/server, +/area/science/server) +"nzE" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"nzF" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"nzI" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"nzN" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 8; + external_pressure_bound = 140; + name = "server vent"; + pressure_checks = 0 + }, +/turf/open/floor/circuit/telecomms/server, +/area/science/server) +"nzR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/teleporter) +"nAa" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/security/checkpoint/science) +"nAh" = ( +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"nAn" = ( +/obj/structure/closet/crate/freezer/surplus_limbs, +/obj/item/reagent_containers/glass/beaker/synthflesh, +/obj/item/reagent_containers/glass/beaker/synthflesh, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/medical/surgery) +"nAo" = ( +/obj/machinery/bluespace_beacon, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/teleporter) +"nAq" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/maintenance/fore/upper) +"nAB" = ( +/turf/closed/wall, +/area/security/locker) +"nAJ" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plating/beach/sand, +/area/hallway/secondary/exit) +"nAY" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/port) +"nBe" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/chapel/main) +"nBo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "SMES Room"; + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"nBp" = ( +/obj/item/reagent_containers/food/snacks/grown/coconut, +/turf/open/floor/plating/beach/sand, +/area/hallway/secondary/exit) +"nBH" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/bar/cafe/backroom{ + name = "Cafe Kitchen" + }) +"nBK" = ( +/mob/living/simple_animal/crab/Coffee, +/turf/open/floor/plating/beach/sand, +/area/hallway/secondary/exit) +"nBR" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/visitation) +"nBS" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"nCf" = ( +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/prison) +"nCm" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/crew_quarters/bar/cafe) +"nCp" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"nCr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/table, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"nCt" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + basecolor = ""; + bound_width = 64; + divide_file = 'icons/obj/doors/airlocks/station/medbaydouble.dmi'; + doorOpen = 'sound/machines/bigairlockopen.ogg'; + icon = 'icons/obj/doors/airlocks/station/medbaydouble.dmi'; + id_tag = "MedbayFoyer"; + name = "Medbay"; + note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + stripcolor = "" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/psych/lobby) +"nCA" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"nCN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/E) +"nCZ" = ( +/obj/structure/lattice/catwalk, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing, +/turf/open/water, +/area/layenia) +"nDa" = ( +/obj/structure/lattice/catwalk, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/water, +/area/layenia) +"nDb" = ( +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"nDd" = ( +/obj/structure/table/wood, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/wood, +/area/crew_quarters/dorms/B) +"nDg" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"nDi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "xenobio7"; + name = "containment blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"nDD" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/flora/junglebush, +/turf/open/floor/grass, +/area/hydroponics) +"nDV" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/landmark/carpspawn, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"nDY" = ( +/obj/structure/bookcase/random/adult, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/library) +"nDZ" = ( +/obj/machinery/space_heater, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/machinery/power/apc{ + areastring = "/area/security/courtroom"; + dir = 8; + name = "Courtroom APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_whole" + }, +/area/security/courtroom) +"nEi" = ( +/turf/open/floor/carpet, +/area/crew_quarters/dorms/G) +"nEj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port) +"nEu" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"nEv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"nEz" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 9 + }, +/turf/open/indestructible/concrete, +/area/layenia) +"nEC" = ( +/obj/machinery/door/airlock/command{ + dir = 4; + name = "Head of Personnel"; + req_access_txt = "57" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/heads/hop) +"nEH" = ( +/obj/machinery/computer/crew{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"nEY" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "serviceshut" + }, +/turf/open/floor/plating, +/area/hallway/secondary/service) +"nFb" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"nFf" = ( +/obj/machinery/door/poddoor/shutters{ + id = "aux_base_shutters_lobby"; + name = "Auxillary Base Lobby Shutters" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/port) +"nFh" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/item/toy/syndicateballoon, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/grimy{ + icon_state = "eighties"; + name = "retro floor" + }, +/area/arcade) +"nFk" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "Gymshutter"; + name = "Gym Window Shutter" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"nFm" = ( +/obj/machinery/button/door{ + id = "DormB"; + name = "Dorm Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 25; + specialfunctions = 4 + }, +/obj/structure/table/wood, +/obj/machinery/light_switch{ + pixel_x = 23; + pixel_y = -11 + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/dorms/B"; + dir = 1; + name = "Dorm B APC"; + pixel_y = 26 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/wood, +/area/crew_quarters/dorms/B) +"nFs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"nFu" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/fitness) +"nFD" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/grimy{ + icon_state = "eighties"; + name = "retro floor" + }, +/area/arcade) +"nFG" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/poster/official/report_crimes{ + pixel_y = 30 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"nFH" = ( +/obj/structure/lattice, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"nFU" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Storage"; + req_access_txt = "5" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/storage) +"nFV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"nFW" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/vaporwave, +/area/arcade) +"nFX" = ( +/obj/structure/chair/bench/metal/left{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"nGe" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"nGf" = ( +/obj/structure/sign/poster/official/help_others{ + pixel_x = -32 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore/upper) +"nGg" = ( +/obj/structure/rack, +/obj/item/aicard, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/book/lorebooks/engrams{ + pixel_y = 5 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"nGm" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/open/floor/plasteel/vaporwave, +/area/arcade) +"nGr" = ( +/obj/structure/table/plasmaglass, +/obj/item/toy/redbutton, +/turf/open/floor/plasteel/vaporwave, +/area/arcade) +"nGz" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel/checker, +/area/artatrium) +"nGA" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/port) +"nGD" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 4 + }, +/area/security/main/upper) +"nGF" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"nGI" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/dorms/C) +"nGL" = ( +/obj/structure/chair/comfy/black, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/checker, +/area/bridge) +"nGP" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"nGQ" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/plasteel/vaporwave, +/area/arcade) +"nGS" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/junglebush/b, +/turf/open/floor/grass, +/area/hallway/primary/aft/upper) +"nGV" = ( +/obj/structure/lattice, +/turf/closed/wall/r_wall, +/area/layenia/cave) +"nGX" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/vaporwave, +/area/arcade) +"nHd" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Chapel Office"; + req_access_txt = "22" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/chapel/office) +"nHg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/heads/captain) +"nHp" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/wood, +/area/crew_quarters/spa/sauna) +"nHx" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig/upper) +"nHy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/spa/sauna) +"nHB" = ( +/obj/structure/holohoop{ + layer = 3.9; + pixel_y = -10 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/prison) +"nHD" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white/side, +/area/medical/virology) +"nHE" = ( +/obj/effect/turf_decal/weather/grass/line, +/obj/effect/turf_decal/weather/grass/line{ + dir = 1 + }, +/obj/structure/flora/crystal/medium/growth{ + icon_state = "crystalgrowth2"; + layer = 5; + pixel_x = -15; + pixel_y = 7 + }, +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/primary/aft/upper) +"nHI" = ( +/obj/machinery/door/airlock/security{ + dir = 8; + name = "Cleaning Supplies"; + req_access_txt = "1" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig) +"nHJ" = ( +/obj/machinery/camera{ + c_tag = "Library North"; + dir = 5 + }, +/obj/structure/sign/painting/library{ + pixel_y = -24 + }, +/obj/structure/table/wood, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-18"; + pixel_y = 10 + }, +/turf/open/floor/plasteel, +/area/artatrium) +"nHM" = ( +/obj/structure/sign/painting/library{ + pixel_y = -24 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/bench/right{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/artatrium) +"nHO" = ( +/obj/machinery/computer/camera_advanced/xenobio{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"nHQ" = ( +/obj/machinery/camera{ + c_tag = "Chapel Hallway" + }, +/obj/machinery/computer/lore_terminal, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"nHS" = ( +/obj/structure/sign/painting/library{ + pixel_y = -24 + }, +/obj/structure/table/wood, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-29"; + pixel_y = 10 + }, +/turf/open/floor/plasteel, +/area/artatrium) +"nHX" = ( +/obj/structure/rack, +/obj/item/taperecorder{ + pixel_x = -3 + }, +/obj/item/paicard{ + pixel_x = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"nIe" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"nIh" = ( +/obj/machinery/door/airlock/engineering{ + name = "Starboard Quarter Solar Access"; + req_access_txt = "10" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"nIl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole" + }, +/area/maintenance/port/aft/upper) +"nIn" = ( +/obj/structure/closet/secure_closet/RD, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"nIw" = ( +/obj/structure/chair{ + dir = 4; + pixel_y = 2 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/visitation) +"nIC" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"nIE" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/science/research) +"nIH" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/science/research) +"nII" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/science/research) +"nIW" = ( +/obj/machinery/light_switch{ + pixel_x = 23 + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"nJh" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"nJj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/fore/upper) +"nJl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/science/research) +"nJu" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"nJy" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"nJC" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/checker, +/area/engine/atmos) +"nJE" = ( +/obj/structure/flora/junglebush{ + pixel_x = -9 + }, +/obj/effect/turf_decal/weather/grass/surround{ + dir = 8 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"nJF" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"nJG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/lounge) +"nJH" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"nJO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/science/research) +"nJQ" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/machinery/light/small{ + pixel_y = -1 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/C) +"nKc" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "maint2" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"nKf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/heads/captain) +"nKg" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"nKj" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"nKs" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/stairs, +/area/gateway) +"nKw" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/prison) +"nKy" = ( +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/obj/machinery/camera{ + c_tag = "Fore Primary Hallway South"; + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"nKG" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating/beach/coastline_t, +/area/hallway/secondary/exit) +"nKT" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/upper) +"nKU" = ( +/turf/closed/wall, +/area/medical/surgery) +"nKY" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = -28 + }, +/turf/open/floor/plasteel/white/side{ + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/exit) +"nLa" = ( +/obj/structure/sign/warning/securearea, +/turf/closed/wall/r_wall, +/area/storage/tech) +"nLb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/hallway/secondary/exit) +"nLd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/command/glass{ + dir = 4; + name = "Bridge"; + req_access_txt = "19" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/bridge) +"nLj" = ( +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"nLl" = ( +/obj/structure/chair/office/light, +/turf/open/floor/plasteel/dark/side, +/area/bridge) +"nLs" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/button/door{ + id = "psych_hall_window2"; + name = "Hallway Window Shutters"; + pixel_x = -5; + pixel_y = 28; + req_access_txt = "71" + }, +/obj/item/flashlight/lamp/green{ + pixel_x = -16; + pixel_y = 14 + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/medical/psych/therapy) +"nLu" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/dorms/D) +"nMa" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/exit) +"nMb" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"nMn" = ( +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"nMo" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/structure/closet/crate/engineering, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"nMq" = ( +/turf/open/floor/carpet, +/area/security/detectives_office) +"nMr" = ( +/obj/structure/closet/crate, +/obj/item/target/alien, +/obj/item/target/alien, +/obj/item/target/clown, +/obj/item/target/clown, +/obj/item/target/syndicate, +/obj/item/target/syndicate, +/obj/item/gun/energy/laser/practice, +/obj/item/gun/energy/laser/practice, +/obj/machinery/light_switch{ + pixel_x = 20 + }, +/obj/machinery/syndicatebomb/training, +/obj/item/target, +/obj/item/target, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plasteel/dark, +/area/security/range) +"nMy" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"nMA" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"nMB" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/structure/railing, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"nMG" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"nMI" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"nMJ" = ( +/obj/docking_port/stationary/public_mining_dock, +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"nMN" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/maintenance/port) +"nMS" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"nNd" = ( +/obj/item/trash/cheesie, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"nNh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"nNi" = ( +/obj/effect/landmark/carpspawn, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"nNp" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"nNt" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"nNw" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port) +"nNH" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white/corner, +/area/science/research) +"nNM" = ( +/obj/structure/flora/junglebush/large{ + pixel_x = -27; + pixel_y = 4 + }, +/turf/open/floor/grass, +/area/hydroponics) +"nNN" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/barber) +"nNY" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"nOn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"nOr" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"nOx" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/closet/boxinggloves, +/obj/item/clothing/shoes/jackboots, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"nOP" = ( +/obj/effect/landmark/start/depsec/supply, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"nOX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"nPd" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"nPe" = ( +/obj/structure/flora/junglebush/b, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/grass, +/area/hallway/primary/starboard/upper) +"nPg" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner, +/area/crew_quarters/kitchen) +"nPL" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"nPV" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"nQa" = ( +/obj/machinery/computer/arcade/orion_trail{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy{ + icon_state = "eighties"; + name = "retro floor" + }, +/area/arcade) +"nQb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/bar/cafe/backroom{ + name = "Cafe Kitchen" + }) +"nQl" = ( +/obj/machinery/computer/arcade/orion_trail{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy{ + icon_state = "eighties"; + name = "retro floor" + }, +/area/arcade) +"nQy" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/flora/crystal/small/growth, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/hallway/primary/fore/upper) +"nQB" = ( +/obj/machinery/computer/arcade/minesweeper{ + dir = 4 + }, +/turf/open/floor/plasteel/grimy{ + icon_state = "eighties"; + name = "retro floor" + }, +/area/arcade) +"nQG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"nQN" = ( +/obj/structure/chair/bench/left{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/chapel/main) +"nRa" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/dryer{ + pixel_y = 26 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/upper) +"nRg" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel/vaporwave, +/area/arcade) +"nRi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/quartermaster/mail) +"nRj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/structure/sign/nanotrasen{ + pixel_y = -32 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/main/upper) +"nRn" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Brig Control"; + req_access_txt = "3" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/delivery/white, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/warden) +"nRs" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/vaporwave, +/area/arcade) +"nRt" = ( +/obj/docking_port/stationary{ + dwidth = 3; + height = 13; + id = "ferry_home"; + name = "port bay 2"; + width = 7 + }, +/turf/open/indestructible/concrete, +/area/layenia/cloudlayer) +"nRv" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 8 + }, +/area/bridge) +"nRy" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"nRA" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"nRB" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/vaporwave, +/area/arcade) +"nRC" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/vaporwave, +/area/arcade) +"nRI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"nRM" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/light_switch{ + pixel_x = 23 + }, +/turf/open/floor/plasteel/vaporwave, +/area/arcade) +"nRO" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"nRV" = ( +/turf/closed/wall/r_wall, +/area/medical/psych/rec) +"nSa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/theatre/blackbox) +"nSe" = ( +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"nSf" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/security/courtroom) +"nSg" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/virology) +"nSm" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"nSn" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel, +/area/layenia/cloudlayer) +"nSu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"nSy" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"nSz" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/engine/atmos) +"nSA" = ( +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood, +/area/library) +"nSG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit/upper) +"nSH" = ( +/obj/machinery/door/airlock/research{ + name = "Research Division Access"; + req_access_txt = "47" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/research) +"nSR" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"nSX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/engine/custom) +"nSZ" = ( +/obj/machinery/quantumpad{ + map_pad_id = "station"; + map_pad_link_id = "xenoarch"; + mapped_quantum_pads = list("station","xenoarch") + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/research) +"nTd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/department/engine/upper) +"nTu" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/gateway) +"nTw" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Gateway Chamber" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"nTG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/custom) +"nTK" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/security/brig/upper) +"nTL" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/layenia/cloudlayer) +"nTN" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"nTP" = ( /obj/structure/window/reinforced{ dir = 4 }, @@ -24606,634 +89618,527 @@ dir = 8; layer = 2.9 }, -/obj/machinery/conveyor{ - id = "gasstor" +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/machinery/door/window/southleft{ + name = "n2o Storage"; + req_access_txt = "10" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/engine/engineering) +"nTS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"nTX" = ( +/obj/machinery/camera/autoname{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"nTZ" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" }, -/obj/machinery/portable_atmospherics/canister/oxygen, /obj/machinery/light{ dir = 1; pixel_y = 16 }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"nUa" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"nUe" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"nUm" = ( +/turf/open/floor/plasteel/dark, +/area/gateway) +"nUJ" = ( +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/machinery/shieldwallgen, +/obj/machinery/power/apc{ + areastring = "/area/teleporter"; + dir = 8; + name = "Teleporter APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/teleporter) +"nUP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"nUR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/teleporter) +"nUS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/door/airlock/atmos/abandoned{ + dir = 1; + name = "Atmospherics Maintenance"; + req_access_txt = "12;24" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, /turf/open/floor/plating, -/area/engine/engineering) -"eZc" = ( -/obj/effect/turf_decal/tile/neutral, +/area/maintenance/fore) +"nVc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, /obj/effect/turf_decal/tile/neutral{ dir = 8 }, +/obj/structure/sign/nanotrasen{ + pixel_x = 32 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"nVk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"nVp" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/psych/rec) +"nVw" = ( +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/obj/item/toy/beach_ball/holoball, +/obj/item/toy/beach_ball/holoball/dodgeball, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/indestructible/concrete, +/area/layenia) +"nVB" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"nVI" = ( +/turf/open/floor/plating/beach/coastline_b, +/area/hallway/secondary/exit) +"nVO" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/hallway/primary/fore) +"nVQ" = ( +/obj/structure/dresser, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"nVT" = ( /obj/effect/turf_decal/loading_area{ dir = 5; icon_state = "steel_panel"; name = "steel pannel" }, -/obj/machinery/door/airlock/public/glass, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"eZq" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/turf/open/floor/plating, -/area/maintenance/fore) -"eZr" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "virology_airlock_exterior"; - idInterior = "virology_airlock_interior"; - idSelf = "virology_airlock_control"; - name = "Virology Access Console"; - pixel_x = 8; - pixel_y = 22; - req_access_txt = "39" - }, /obj/effect/turf_decal/stripes/line{ dir = 1 }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" +/obj/structure/railing{ + dir = 1 }, -/area/medical/virology) -"eZG" = ( -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/airlock/atmos/glass{ - name = "Atmospherics Monitoring"; - req_access_txt = "24" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/break_room) -"eZJ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"eZM" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/camera{ - c_tag = "Research Division Access North"; - network = list("ss13","rd") - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/science/research) -"fap" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/purple/hidden, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"faw" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel{ +/turf/open/floor/plasteel/dark/layenia{ dir = 1; - icon_state = "floor_plate" + icon_state = "darkfull_plate" }, -/area/hallway/primary/port/fore) -"faB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"faI" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"faS" = ( -/obj/structure/lattice/catwalk, -/obj/structure/transit_tube/crossing/horizontal, -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"faW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/quartermaster/warehouse) -"fbb" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_y = -32 - }, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port/fore) -"fbn" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/wood, -/area/science/research) -"fbB" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"fbO" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/plating, -/area/engine/atmos) -"fbX" = ( -/obj/structure/chair/comfy/black{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/railing, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"fcd" = ( -/turf/open/floor/plasteel, -/area/engine/break_room) -"fci" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/ai_monitored/turret_protected/ai_upload) -"fcj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"fcs" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/medical/medbay/central) -"fcz" = ( -/turf/open/floor/wood, -/area/security/detectives_office) -"fcC" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/table, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/hallway/primary/central) -"fcN" = ( -/obj/machinery/camera/preset/toxins, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"fdc" = ( +/area/crew_quarters/dorms/upper) +"nVV" = ( /obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - sortType = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/security/main) -"fdd" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ dir = 6 }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"fdw" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/security/main) -"fdx" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law, /turf/open/floor/plasteel{ - dir = 4; icon_state = "floor_plate" }, -/area/security/main) -"fdN" = ( +/area/security/processing) +"nVW" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, /obj/effect/turf_decal/loading_area{ dir = 4; icon_state = "drain"; name = "drain" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" +/turf/open/floor/plating/beach/coastline_b, +/area/hallway/secondary/exit) +"nWb" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; name = "scrubbers pipe" }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/upper) +"nWl" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "xenobio6"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/structure/cable{ + icon_state = "4-8" }, -/area/hallway/secondary/exit) -"fdU" = ( /obj/effect/turf_decal/stripes/line{ dir = 10 }, -/obj/machinery/camera{ - c_tag = "Circuitry Lab"; - dir = 1; - network = list("ss13","rd") +/obj/machinery/light{ + dir = 4; + pixel_x = 7 }, -/turf/open/floor/plasteel, -/area/science/circuit) -"fed" = ( -/obj/machinery/atmospherics/components/unary/portables_connector{ +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"nWr" = ( +/obj/effect/turf_decal/stripes/end{ dir = 1 }, +/turf/open/floor/plating/layenia, +/area/layenia) +"nWs" = ( +/obj/effect/spawner/lootdrop/crate_spawner, +/turf/open/floor/plating, +/area/maintenance/fore) +"nWv" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"nWz" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/glasses/meson/engine, +/obj/item/clothing/gloves/color/black, +/obj/item/tank/internals/emergency_oxygen/engi{ + pixel_x = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"nWD" = ( /obj/machinery/light{ pixel_y = -1 }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/engine/engineering) -"feq" = ( -/obj/effect/turf_decal/tile/red{ +/obj/structure/chair/wood{ dir = 4 }, -/obj/effect/turf_decal/tile/red, -/obj/structure/table, -/obj/item/folder/red, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"nWE" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall, +/area/hallway/secondary/exit) +"nWH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, -/area/security/main) -"fet" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness) -"feP" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"feX" = ( -/obj/machinery/camera{ - c_tag = "Research Division Access South" - }, -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/science/research) -"ffm" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-8" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, /obj/structure/cable{ icon_state = "1-2" }, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard) +"nWM" = ( +/turf/closed/wall, +/area/maintenance/starboard) +"nWX" = ( +/obj/effect/spawner/structure/window/reinforced, /obj/structure/cable{ - icon_state = "2-4" + icon_state = "0-2" }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"ffA" = ( -/obj/structure/table, -/obj/machinery/recharger, -/obj/item/toy/figure/warden{ - pixel_x = -7; - pixel_y = 14 - }, -/obj/item/clothing/mask/gas/sechailer{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/clothing/mask/gas/sechailer, -/obj/item/clothing/mask/gas/sechailer{ - pixel_x = 3; - pixel_y = -3 - }, -/turf/open/floor/plasteel/showroomfloor, +/obj/structure/cable, +/turf/open/floor/plating, /area/security/warden) -"ffR" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/clothing/glasses/meson, -/obj/item/electronics/airlock{ - pixel_x = 3; - pixel_y = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"fgp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ +"nXc" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ dir = 8; - name = "air supply pipe" + id = "psych_hall_window"; + name = "Psychology Privacy Shutters" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/door/airlock/atmos/abandoned{ - dir = 4; - name = "Atmospherics Maintenance"; - req_access_txt = "12;24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 +/obj/machinery/door/firedoor{ + dir = 8 }, /turf/open/floor/plating, -/area/engine/atmos) -"fgr" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Long-Term Cell 2"; - req_access_txt = "2" +/area/medical/psych) +"nXh" = ( +/obj/structure/chair{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"fgw" = ( -/obj/structure/chair/comfy/black, /obj/effect/turf_decal/loading_area{ - dir = 1; icon_state = "drain"; name = "drain" }, -/obj/structure/cable{ - icon_state = "1-2" +/turf/open/floor/plasteel/white/side{ + icon_state = "whitehall_plate" }, -/obj/effect/landmark/start/head_of_security, -/turf/open/floor/carpet/red, -/area/crew_quarters/heads/hos) -"fgL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/trash_pile, -/turf/open/floor/plating, -/area/maintenance/fore) -"fgV" = ( -/obj/machinery/conveyor{ - dir = 6; - id = "QMLoad" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"fha" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/fore) -"fhj" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"fhl" = ( -/obj/machinery/chem_dispenser, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"fhs" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, +/area/hallway/secondary/exit/upper) +"nXk" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; + dir = 4; name = "air vent" }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"fhA" = ( -/obj/structure/fence/cut/medium{ +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"nXm" = ( +/obj/machinery/photocopier, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/library) +"nXE" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ dir = 4 }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"fhB" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"nXI" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/chair/bench/left{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"nXN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 1; + sortType = 14 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"nXV" = ( +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/plasteel/white/side{ + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/entry/upper) +"nXW" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/secondary/entry/upper) +"nXY" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/brflowers, +/obj/item/reagent_containers/food/snacks/grown/banana, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/mob/living/carbon/monkey, +/turf/open/floor/grass, +/area/medical/genetics) +"nXZ" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"nYb" = ( +/turf/closed/wall/r_wall, +/area/maintenance/starboard) +"nYi" = ( /obj/effect/turf_decal/loading_area{ dir = 6; icon_state = "steel_panel"; @@ -25244,446 +90149,190 @@ icon_state = "steel_panel"; name = "steel pannel" }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, /obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia) -"fhE" = ( -/obj/structure/closet/crate/coffin, -/obj/machinery/light/small{ dir = 8; pixel_x = -7 }, /turf/open/floor/plasteel/dark, -/area/chapel/main) -"fhP" = ( +/area/layenia) +"nYk" = ( /obj/effect/turf_decal/loading_area{ dir = 6; icon_state = "steel_panel"; name = "steel pannel" }, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/start/cook, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"fhX" = ( -/obj/machinery/door/airlock/virology{ - dir = 4; - name = "Virology Office"; - req_access_txt = "39" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"fik" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" }, /turf/open/floor/plasteel/dark, -/area/security/courtroom) -"fin" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"fiw" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"fiA" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - dir = 1; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/engine/engineering) -"fiL" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/carpet/red, -/area/crew_quarters/bar) -"fiS" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"fiT" = ( -/obj/structure/table, -/obj/item/hemostat, -/obj/item/cautery{ - pixel_x = 4 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"fjs" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/library/lounge) -"fkk" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1, -/turf/open/floor/plating/layenia, /area/layenia) -"fkl" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/westleft{ - dir = 1; - icon_state = "right"; - name = "Mining Desk"; - req_access_txt = "48" +"nYs" = ( +/obj/structure/cable{ + icon_state = "1-4" }, -/obj/item/toy/figure/miner, -/obj/machinery/door/poddoor/preopen{ - id = "cargoshut1"; - name = "shutters" +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" }, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"fks" = ( -/obj/machinery/computer/cargo{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"fkv" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; name = "scrubbers pipe" }, -/turf/open/floor/plasteel/white, -/area/science/research) -"flb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"fle" = ( -/obj/structure/closet/crate, -/obj/item/toy/beach_ball/holoball/dodgeball, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/indestructible/concrete, -/area/layenia) -"flu" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/side, -/area/tcommsat/computer) -"fly" = ( -/obj/structure/table/wood, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/stack/packageWrap, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; + dir = 5; name = "air supply pipe" }, -/obj/machinery/camera{ - c_tag = "Library Game Room"; +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/medical/psych/roomA{ + name = "Psychology Dorm A" + }) +"nYy" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 6 }, -/turf/open/floor/wood, -/area/library/lounge) -"flD" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" +/obj/structure/table, +/obj/machinery/light{ + pixel_y = -1 }, -/obj/structure/cable{ - icon_state = "4-8" +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"nYz" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" }, /turf/open/floor/plasteel/dark, -/area/storage/tech) -"flJ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kanyewest"; - name = "privacy shutters" +/area/storage/A) +"nYC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/security/detectives_office) -"flN" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "cargoshut1"; - name = "shutters" +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"flY" = ( -/obj/effect/turf_decal/loading_area{ +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"nYE" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/public/glass{ + dir = 8; + name = "Pool" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/fitness/pool) +"nYN" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"nYV" = ( +/obj/machinery/door/airlock/research{ dir = 4; + name = "Testing Lab"; + req_access_txt = "47" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; icon_state = "drain"; name = "drain" }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/misc_lab) +"nYW" = ( +/obj/machinery/door/airlock/external{ + name = "Construction Zone" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"nZd" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/theatre/blackbox"; + name = "Theatre Blackbox APC"; + pixel_y = -24 + }, +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"nZe" = ( +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"nZv" = ( /obj/structure/cable{ icon_state = "1-2" }, /obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/bridge) -"flZ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/obj/machinery/camera{ - c_tag = "Security Office North East" - }, -/turf/open/floor/plasteel/dark/side, -/area/security/main) -"fmg" = ( -/obj/machinery/conveyor{ - id = "garbage" - }, -/obj/structure/window/reinforced{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, /turf/open/floor/plating, -/area/maintenance/disposal) -"fmh" = ( -/obj/structure/table, -/obj/machinery/computer/reactor/control_rods{ - pixel_y = 9 +/area/maintenance/port) +"nZC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"fmw" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 +/turf/open/floor/plating, +/area/security/checkpoint/engineering) +"nZO" = ( +/obj/structure/closet, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/mask/gas, +/obj/item/clothing/head/hardhat/weldhat/orange, +/obj/item/tank/internals/emergency_oxygen/engi, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"oac" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, /obj/structure/cable{ icon_state = "1-2" }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"fmy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 +/obj/effect/turf_decal/tile/blue{ + dir = 6 }, -/obj/machinery/shower{ - dir = 4 +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_trim" }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"fmA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"fmC" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"fmG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" +/area/medical/sleeper) +"oak" = ( +/obj/structure/cable{ + icon_state = "1-2" }, /obj/structure/cable{ - icon_state = "4-8" + icon_state = "2-4" }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/ai_monitored/storage/eva) -"fmL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"fmO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"fng" = ( -/obj/structure/alien/weeds, -/obj/structure/alien/weeds, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"fnv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/turf/open/floor/plating, -/area/maintenance/fore) -"foe" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "garbage" - }, -/obj/item/trash/candy, -/turf/open/floor/plating, -/area/maintenance/disposal) -"fog" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ dir = 8; name = "scrubbers pipe" @@ -25692,24 +90341,421 @@ dir = 8; name = "air supply pipe" }, +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"oam" = ( +/obj/structure/railing/handrail{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/break_room) +"oao" = ( +/obj/structure/table/wood/fancy/kinaris, +/obj/effect/turf_decal/tile/yellow{ + dir = 9 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-30"; + pixel_y = 20 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/security/main/upper) +"oar" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/fitness/pool) +"oaD" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "half_stairs"; + name = "steps" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_decals_central6_corner"; + name = "maintenance hatch" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/custom) +"oaJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, /obj/structure/cable{ icon_state = "1-4" }, -/obj/structure/disposalpipe/segment{ - dir = 5 +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"oaN" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/arrows/white{ + dir = 1; + icon_state = "arrows_white_flip" }, /turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/theatre) +"oaP" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/sleeper) +"oaX" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"obc" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_trim" + }, +/area/medical/sleeper) +"obo" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/button/door{ + id = "qm_warehouse"; + name = "Warehouse Door Control"; + pixel_x = -1; + pixel_y = 24; + req_access_txt = "31" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/storage) +"obq" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; icon_plating = "floor"; icon_state = "floor_whole" }, -/area/hallway/primary/fore) -"fon" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hooded/wintercoat/engineering, -/obj/item/clothing/suit/hooded/wintercoat/engineering, +/area/hallway/primary/fore/upper) +"obr" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/computer/arcade/battle{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Arcade West"; + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/grimy{ + icon_state = "eighties"; + name = "retro floor" + }, +/area/arcade) +"obz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/window/southleft{ + name = "Armory"; + req_access_txt = "3" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/warden) +"obA" = ( +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/grimy{ + icon_state = "eighties"; + name = "retro floor" + }, +/area/arcade) +"obD" = ( +/obj/machinery/computer/arcade/battle{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy{ + icon_state = "eighties"; + name = "retro floor" + }, +/area/arcade) +"obK" = ( +/obj/structure/table{ + pixel_y = 2 + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, /turf/open/floor/plasteel/dark, -/area/maintenance/solars/port/aft) -"foo" = ( +/area/storage/A) +"obL" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"obM" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"obQ" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/window/reinforced/fulltile, +/turf/open/floor/grass, +/area/crew_quarters/fitness/pool) +"obZ" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Engineering Power Storage"; + dir = 4; + network = list("ss13","engine") + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"och" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/main"; + dir = 4; + name = "Security Office APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole" + }, +/area/security/main) +"ocj" = ( +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/vaporwave, +/area/arcade) +"ocm" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/medical/psych/rec) +"oco" = ( +/obj/structure/table/reinforced, +/obj/structure/window{ + dir = 1 + }, +/obj/item/toy/plush/carrot, +/obj/structure/window{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/arcade) +"ocp" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/upper) +"ocq" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = -30 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"ocx" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/door/window/northright{ + name = "Arcade Counter Door" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/arcade) +"ocC" = ( /obj/structure/window{ dir = 1 }, @@ -25738,117 +90784,894 @@ }, /turf/open/floor/plasteel/dark, /area/arcade) -"foG" = ( +"ocG" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/structure/sign/painting/library{ + pixel_y = 28 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/artatrium) +"ocH" = ( +/obj/structure/table, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/item/stack/cable_coil, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"ocM" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/primary/starboard/upper) +"ocN" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"ocO" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plasteel/stairs/right, +/area/crew_quarters/dorms/upper) +"ocQ" = ( +/obj/structure/sign/painting/library{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 4 + }, +/area/artatrium) +"ocR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/security/courtroom) +"ocX" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/structure/curtain, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_trim" + }, +/area/medical/patients_rooms/room_a) +"odb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"odd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"odg" = ( +/obj/structure/sign/painting/library{ + pixel_x = 25 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/checker, +/area/artatrium) +"odn" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-10" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/hallway/primary/port/fore) +"ods" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/research) +"odx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"odD" = ( +/obj/structure/rack, +/obj/item/storage/box/rubbershot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/rubbershot{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot, +/obj/item/storage/box/rubbershot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/box/rubbershot{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"odG" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/blood, +/obj/item/reagent_containers/blood, +/obj/item/reagent_containers/blood/AMinus, +/obj/item/reagent_containers/blood/BMinus{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/reagent_containers/blood/BPlus{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/item/reagent_containers/blood/OMinus, +/obj/item/reagent_containers/blood/OPlus{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/reagent_containers/blood/random, +/obj/item/reagent_containers/blood/random, +/obj/item/reagent_containers/blood/APlus, +/obj/item/reagent_containers/blood/random, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/medical/surgery) +"odL" = ( +/obj/machinery/door/window/southright{ + base_state = "left"; + dir = 4; + icon_state = "left"; + name = "Terrarium Door"; + req_access_txt = "35" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/hydroponics) +"odT" = ( +/obj/structure/trash_pile, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"odU" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/maintenance/solars/port/fore) +"oeb" = ( +/obj/machinery/computer/mecha{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/heads/hor) +"oec" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white/side, +/area/science/research) +"oee" = ( +/obj/effect/turf_decal/tile/green{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/firealarm{ + pixel_x = -24; + pixel_y = -32 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"oef" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/science/research) +"oeg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/science/research) +"oej" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"oel" = ( +/obj/structure/flora/crystal/small/growth, +/obj/effect/turf_decal/weather/grass/line{ + dir = 5 + }, +/turf/open/indestructible/layenia/crystal, +/area/layenia) +"oep" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/spa/sauna) +"oex" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/chair/bench{ + dir = 1 + }, +/turf/open/floor/plasteel/chapel, +/area/chapel/main) +"oey" = ( +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/obj/item/stack/sheet/rglass{ + amount = 50 + }, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/rods/fifty, +/obj/item/storage/toolbox/emergency, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/gateway) +"oez" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/engine/custom) +"oeE" = ( +/obj/structure/chair/sofa/corner{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/D) +"oeF" = ( +/obj/effect/decal/cleanable/semendrip{ + name = "pilk drop" + }, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/layenia/cave) +"oeG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/gateway) +"oeJ" = ( +/obj/structure/flora/junglebush/c, +/turf/open/floor/grass/layenia, +/area/layenia) +"oeR" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/gateway) +"oeW" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/gateway) +"off" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/gateway) +"ofj" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/visitation) +"ofl" = ( +/turf/closed/wall/r_wall, +/area/science/misc_lab) +"ofn" = ( +/turf/closed/wall, +/area/storage/D) +"ofE" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/gateway) +"ofV" = ( +/obj/structure/closet/secure_closet/exile, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/gateway) +"ofX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"ogh" = ( +/obj/structure/pool/ladder{ + dir = 1; + pixel_y = -21 + }, +/turf/open/pool, +/area/crew_quarters/fitness/pool) +"ogo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"ogs" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/obj/structure/sign/directions/engineering{ + pixel_y = -20 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"ogu" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/checker, +/area/maintenance/department/engine/upper) +"ogv" = ( +/obj/structure/chair/bench{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/spa/sauna) +"ogD" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/crew_quarters/locker) +"ogJ" = ( +/turf/closed/wall, +/area/quartermaster/qm) +"ogO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"ogU" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"ogV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/science/server) +"ogZ" = ( +/turf/open/floor/plating/beach/water, +/area/hallway/secondary/exit) +"oha" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/fore) +"ohb" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/glasses/meson/engine, +/obj/item/tank/internals/emergency_oxygen/engi{ + pixel_x = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/engine/engineering) +"ohe" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/tree/jungle/small{ + icon_state = "tree"; + pixel_x = -20; + pixel_y = 2 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/grass, +/area/medical/sleeper) +"ohl" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "medshut1"; + name = "shutters" + }, +/turf/open/floor/plating, +/area/medical/medbay/zone2) +"ohm" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plating/beach/water, +/area/hallway/secondary/exit) +"ohw" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating/beach/water, +/area/hallway/secondary/exit) +"ohx" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/bridge) +"ohz" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/transparent/openspace, +/area/security/brig/upper) +"ohJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"ohK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/engine/engineering) +"ohP" = ( +/turf/open/floor/plating, +/area/maintenance/starboard) +"ohU" = ( +/obj/machinery/power/apc{ + areastring = "/area/hallway/primary/port"; + dir = 1; + name = "Port Hall APC"; + pixel_y = 26 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"ohZ" = ( +/obj/structure/trash_pile, +/turf/open/floor/plating, +/area/maintenance/starboard) +"oie" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-29" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/medical/medbay/upper) +"oii" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/item/stack/rods/fifty, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/power/apc{ + areastring = "/area/construction/mining/aux_base"; + dir = 8; + name = "Auxillary Base Construction APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/computer/security/telescreen/auxbase{ + layer = 4; + pixel_y = 27 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"oil" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/command/glass{ + name = "Bridge"; + req_access_txt = "19" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/bridge) +"oiw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/visitation) +"oix" = ( +/obj/machinery/computer/camera_advanced/base_construction, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"oiI" = ( +/obj/machinery/computer/shuttle/mining, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"oiT" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/plasteel/dark, +/area/bridge) +"oiU" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/spa/sauna"; + dir = 4; + name = "Sauna APC"; + pixel_x = 27 + }, +/turf/open/floor/plating, +/area/crew_quarters/spa/sauna) +"oiW" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/solarpanel_small, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/construction/mining/aux_base) +"oiX" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/camera/autoname, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ dir = 4; name = "air vent" }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"foH" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 1 +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"foU" = ( /obj/structure/cable{ - icon_state = "1-2" + icon_state = "4-8" }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plasteel/stairs/medium, -/area/maintenance/port) -"foY" = ( -/obj/structure/chair/wood/normal{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/fore) -"fpb" = ( -/obj/effect/turf_decal/loading_area{ +/turf/open/floor/plasteel/dark{ dir = 1; - icon_state = "drain"; - name = "drain" + icon_state = "darkfull_plate" }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet/red, -/area/crew_quarters/heads/hos) -"fpg" = ( -/obj/item/crowbar/red, -/obj/item/wrench, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"fpp" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/landmark/carpspawn, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"fpD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"fpK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"fpP" = ( -/obj/effect/turf_decal/bot, +/area/security/prison) +"oiY" = ( +/obj/effect/turf_decal/delivery, /obj/machinery/light{ - pixel_y = -1 + dir = 1; + pixel_y = 16 }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"fpR" = ( -/obj/structure/cable{ - icon_state = "0-2" +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "xenobio6"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"fpW" = ( -/obj/machinery/door/airlock/medical{ - dir = 4; - name = "Operating Theatre"; - req_access_txt = "45" +/area/construction/mining/aux_base) +"oiZ" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"ojc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; @@ -25858,75 +91681,232 @@ dir = 8; name = "air supply pipe" }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"fqA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/bar/cafe/backroom{ + name = "Cafe Kitchen" + }) +"ojh" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"ojj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken3" + }, +/area/maintenance/department/engine/upper) +"ojp" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "loadingarea_flip" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/construction/mining/aux_base) +"ojy" = ( +/obj/machinery/button/door{ + id = "aux_base_shutters_lobby"; + name = "Auxiliary Base Lobby Shutters Control"; + pixel_y = 26; + req_one_access_txt = "32;47;48" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/construction/mining/aux_base) +"ojA" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"ojD" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 10; name = "air supply pipe" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"fqB" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6; - name = "air supply pipe" - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"fqJ" = ( -/turf/open/floor/plasteel/dark, -/area/layenia/cloudlayer) -"fqK" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"fqM" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ +/turf/open/floor/plasteel/white{ dir = 1; - name = "air scrubber" + icon_state = "plaswhite_trim" }, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"fqP" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "CO2 Outlet Pump" - }, -/obj/effect/turf_decal/tile/yellow{ +/area/medical/psych/lobby) +"ojE" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/construction/mining/aux_base) +"ojH" = ( +/obj/machinery/computer/arcade/minesweeper{ + dir = 8 + }, +/turf/open/floor/plasteel/grimy{ + icon_state = "eighties"; + name = "retro floor" + }, +/area/arcade) +"ojU" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, /turf/open/floor/plasteel, -/area/engine/atmos) -"frb" = ( -/obj/structure/railing, -/obj/structure/railing{ +/area/hallway/primary/aft/upper) +"oka" = ( +/obj/machinery/computer/arcade/battle{ dir = 4 }, -/turf/open/floor/plating, -/area/maintenance/fore) -"frk" = ( -/obj/machinery/telecomms/receiver/preset_left, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"frn" = ( -/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/grimy{ + icon_state = "eighties"; + name = "retro floor" + }, +/area/arcade) +"okg" = ( +/obj/structure/table/wood/fancy, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = -5; + pixel_y = 17 + }, +/obj/item/reagent_containers/food/snacks/meatballspaghetti{ + pixel_y = 10 + }, +/obj/item/candle{ + pixel_x = 1; + pixel_y = 1 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ + pixel_x = 7; + pixel_y = 5 + }, +/turf/open/floor/plasteel, +/area/maintenance/fore/upper) +"okl" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"okq" = ( +/obj/effect/turf_decal/stripes/line, /obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/aft) -"fru" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port/aft/upper) +"okE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/security/processing) +"okI" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 26 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"okL" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"okS" = ( +/turf/open/floor/plasteel/vaporwave, +/area/arcade) +"okV" = ( +/obj/machinery/camera{ + c_tag = "Kitchen Cold Room" + }, +/obj/machinery/chem_master/condimaster{ + name = "CondiMaster Neo" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen) +"okX" = ( +/obj/structure/table/plasmaglass, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"okZ" = ( /obj/effect/turf_decal/bot, /obj/machinery/navbeacon{ codes_txt = "delivery;dir=8"; @@ -25939,20 +91919,3602 @@ home_destination = "QM #1"; suffix = "#1" }, +/obj/machinery/status_display/supply{ + pixel_y = 32 + }, /turf/open/floor/plasteel/dark, /area/quartermaster/storage) -"frw" = ( +"oli" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"olr" = ( +/obj/structure/table/reinforced, +/obj/item/toy/plush/box, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/arcade) +"olu" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"olw" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/locker) +"oly" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/qm) +"olO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/carpet/orange, +/area/arcade) +"olV" = ( +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/structure/table/reinforced, +/obj/structure/table/reinforced, +/obj/machinery/door/window/northleft{ + name = "Visitation Desk"; + req_access_txt = "63" + }, +/turf/open/floor/wood, +/area/security/visitation) +"olX" = ( +/obj/structure/table/reinforced, +/obj/item/toy/plush/random{ + pixel_y = 13 + }, +/obj/item/toy/plush/random{ + pixel_y = 1 + }, +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/arcade) +"omd" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/hallway/primary/central) +"ome" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/computer/security/qm, +/turf/open/floor/plasteel/dark, +/area/quartermaster/qm) +"omh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"omj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/main/upper) +"oml" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/box, +/obj/structure/sign/directions/medical{ + pixel_y = -20 + }, +/turf/open/floor/plating{ + initial_gas_mix = "o2=22;n2=82;TEMP=180"; + planetary_atmos = 1 + }, +/area/layenia) +"omt" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/wood, +/area/quartermaster/qm) +"omv" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/white/line, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-27" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"omy" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"omB" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"omI" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/research) +"omV" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/engine/break_room) +"onc" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/computer/crew{ + dir = 1 + }, +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"one" = ( +/obj/structure/dresser, +/turf/open/floor/carpet/purple, +/area/crew_quarters/bar) +"onf" = ( +/obj/structure/table, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/research) +"onh" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/medical/medbay/central) +"oni" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/crayon, +/obj/item/toy/plush/borgplushie, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"onl" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"onq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/door/airlock{ + dir = 1; + id_tag = "DormH"; + name = "Dorm H" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/dorms/H) +"ons" = ( +/obj/structure/closet/secure_closet/personal/patient, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_a) +"ont" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"onw" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/security/lambent) +"ony" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/barber) +"onH" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "loadingarea_flip" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore) +"onJ" = ( +/obj/structure/mopbucket, +/obj/item/mop, +/obj/item/reagent_containers/glass/bucket{ + pixel_y = -5 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plating, +/area/crew_quarters/spa/sauna) +"onR" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/fore) +"oob" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/psych) +"ooc" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/main/upper) +"ooi" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "scishut1"; + name = "shutters" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/crew_quarters/heads/hor) +"ooj" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_decals_central6_corner"; + name = "maintenance hatch" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/engineering) +"oop" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"ooq" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/smes/engineering, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"oos" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "scishut1"; + name = "shutters" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hor) +"oou" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"ooF" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "scishut1"; + name = "shutters" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/crew_quarters/heads/hor) +"ooI" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/maintenance/port/aft) +"ooN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + dir = 1; + name = "Psychology Maintenance"; + req_access_txt = "45" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/department/medical/upper) +"ooO" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/science/research) +"ooS" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"ooT" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/research) +"ooV" = ( +/obj/structure/railing/handrail, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"ooY" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/science/research) +"opa" = ( +/obj/machinery/camera/autoname, +/turf/open/floor/plasteel, +/area/security/visitation) +"opf" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/theatre) +"oph" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/computer/pandemic, +/turf/open/floor/plasteel/white/side, +/area/medical/virology) +"opk" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"opm" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/security/warden) +"opn" = ( +/obj/machinery/door/airlock/research{ + name = "Research Division Xenoarchaeology Access"; + req_access_txt = "47" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/research) +"opo" = ( +/obj/structure/flora/crystal/medium/growth, +/turf/open/indestructible/layenia/crystal, +/area/layenia/cloudlayer) +"opy" = ( +/obj/structure/sign/logo/kinaris{ + icon_state = "kinaris_sign5"; + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"opB" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/carpet/purple, +/area/crew_quarters/bar) +"opC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/structure/sign/painting/library{ + pixel_y = 28 + }, +/turf/open/floor/wood, +/area/quartermaster/qm) +"opH" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"opN" = ( +/obj/machinery/door/airlock/command{ + name = "Server Room"; + req_access_txt = "30" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/server) +"opP" = ( +/obj/machinery/conveyor{ + dir = 6; + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"opW" = ( +/obj/structure/table, +/obj/item/storage/box/cups{ + pixel_y = 10 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) +"opZ" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"oqb" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel/dark, +/area/science/research) +"oqd" = ( +/obj/effect/turf_decal/box, +/obj/machinery/holopad, +/mob/living/simple_animal/sloth/paperwork, +/turf/open/floor/plasteel/dark, +/area/quartermaster/qm) +"oqf" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel/dark, +/area/science/research) +"oql" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/main/upper) +"oqr" = ( +/obj/structure/rack/shelf, +/obj/item/clothing/suit/judgerobe, +/obj/item/clothing/suit/judgerobe, +/obj/item/storage/briefcase, +/obj/item/storage/secure/briefcase{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"oqt" = ( +/obj/structure/table, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-22"; + pixel_y = 14 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) +"oqw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"oqx" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/science/misc_lab) +"oqy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/upper) +"oqB" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"oqG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"oqJ" = ( +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/hallway/secondary/exit) +"oqP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/mob/living/simple_animal/pet/cat{ + name = "Stray Maintenance Cat" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"oqV" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"oqX" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/item/clothing/head/cone, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/aisat/hallway) +"orc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/science/xenobiology) +"ore" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"orf" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard) +"org" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/open/floor/wood, +/area/library) +"ori" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/E) +"orj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"orp" = ( +/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/camera{ + c_tag = "Auxillary Base Construction"; + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"orr" = ( +/obj/effect/turf_decal/bot, +/obj/structure/railing/handrail, +/obj/structure/closet/crate, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/construction/mining/aux_base) +"orv" = ( +/turf/open/indestructible/layenia/sand, +/area/layenia/cloudlayer) +"orw" = ( +/obj/structure/table, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/item/folder/white, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/item/radio/intercom{ + frequency = 1485; + name = "Station Intercom (Medbay)"; + pixel_y = -30 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/chemistry) +"orD" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/bench/metal/left{ + dir = 8 + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/science/research) +"orK" = ( +/obj/structure/cable, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/captain) +"orO" = ( +/obj/effect/turf_decal/bot, +/obj/structure/railing/handrail, +/obj/structure/closet/crate/internals, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/construction/mining/aux_base) +"orQ" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port) +"orZ" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 5 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"osa" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall, +/area/quartermaster/warehouse) +"osj" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/fitness/pool) +"osm" = ( +/obj/structure/chair/bench/metal/right{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"osq" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 4; + freq = 1400; + location = "Atmospherics" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Atmospherics Desk"; + req_access_txt = "24" + }, +/obj/structure/plasticflaps/opaque{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/engine/break_room) +"osr" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/port/upper) +"ost" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/hallway/primary/fore) +"osy" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"osG" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/fore/upper) +"osQ" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/processing) +"osR" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/grimy{ + icon_state = "eighties"; + name = "retro floor" + }, +/area/arcade) +"osW" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel/vaporwave, +/area/arcade) +"osX" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/engineering/glass{ + dir = 1; + name = "Empty Engine Room"; + req_access_txt = "10" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/engine/custom) +"otb" = ( +/obj/effect/turf_decal/stripes/end, +/turf/open/floor/plating/layenia, +/area/layenia) +"otc" = ( +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/maintenance/fore/upper) +"otd" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/vaporwave, +/area/arcade) +"otg" = ( +/obj/effect/spawner/lootdrop/trash, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"otm" = ( +/obj/structure/table/reinforced, +/obj/item/toy/plush/dr_scanny, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/arcade) +"oto" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/carpet/orange, +/area/arcade) +"otB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/brig) +"otG" = ( +/obj/machinery/door/poddoor/preopen{ + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 1; + name = "Central Access" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/central) +"otJ" = ( +/obj/machinery/door/poddoor/preopen{ + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 1; + name = "Central Access" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/central) +"otL" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/prison) +"otM" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/science/robotics/lab) +"otX" = ( +/obj/structure/rack/shelf, +/obj/item/gavelblock, +/obj/item/pen/red, +/obj/item/folder/blue, +/obj/item/folder/red, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"otY" = ( +/obj/structure/table/reinforced, +/obj/item/restraints/handcuffs, +/obj/item/radio/off, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "briggate"; + name = "security shutters" + }, +/obj/machinery/door/window/eastright{ + dir = 8; + name = "Brig Desk"; + req_access_txt = "1" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/security/brig/upper) +"oua" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_whole_alt" + }, +/area/medical/psych/lobby) +"oum" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar) +"ouz" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white/side, +/area/science/research) +"ouB" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"ouC" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/prison) +"ouG" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable{ icon_state = "0-2" }, -/obj/structure/cable, /turf/open/floor/plating, -/area/bridge) -"frE" = ( -/obj/structure/table/plasmaglass, +/area/security/warden) +"ouN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"ouP" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, /obj/machinery/camera{ - c_tag = "Bar East"; + c_tag = "Research Division North"; + network = list("ss13","rd") + }, +/obj/machinery/computer/lore_terminal, +/turf/open/floor/plasteel/white/side, +/area/science/research) +"ouT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/medical/surgery) +"ovb" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"ovd" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/landmark/start/assistant, +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"ove" = ( +/obj/structure/rack, +/obj/item/stack/packageWrap, +/obj/item/stack/packageWrap{ + pixel_y = 8 + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"ovf" = ( +/obj/machinery/door/airlock{ + dir = 1; + name = "Service Hall"; + req_one_access_txt = "25;26;35;28" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/service) +"ovp" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 8 + }, +/area/science/research) +"ovq" = ( +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"ovs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/ladder, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/maintenance/port) +"ovB" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Testing Lab"; + req_access_txt = "47" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/white/corner, +/area/science/research) +"ovE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/main/upper) +"ovK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_decals_central6_corner"; + name = "maintenance hatch" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"ovW" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/entry/upper) +"owc" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/bar/cafe/backroom{ + name = "Cafe Kitchen" + }) +"owo" = ( +/obj/structure/disposalpipe/broken{ + dir = 1 + }, +/turf/open/floor/plating, +/area/crew_quarters/dorms/upper) +"owB" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/white/corner, +/area/science/research) +"owC" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white/corner, +/area/science/research) +"owE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 8; + icon_state = "stairs_darkfull_m"; + name = "dark medium" + }, +/area/maintenance/port/aft/upper) +"owP" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/security/courtroom) +"owU" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/camera{ + c_tag = "Research Division North East"; + dir = 6; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel/white/corner, +/area/science/research) +"oxn" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/door/window/southleft{ + name = "Firing Range"; + req_access_txt = "63" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark, +/area/security/range) +"oxq" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/storage/primary) +"oxv" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/fore) +"oxw" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/directions/command{ + dir = 1; + pixel_y = 24 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"oxG" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/southleft{ + base_state = "right"; + icon_state = "right"; + name = "Armory"; + req_access_txt = "3" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/warden) +"oxH" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"oxO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/docking_port/stationary/random{ + dir = 8; + id = "pod_lavaland3"; + name = "lavaland" + }, +/turf/open/indestructible/concrete, +/area/layenia) +"oxR" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/grass, +/area/crew_quarters/park) +"oxU" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/crew_quarters/dorms/upper) +"oye" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_plate" + }, +/area/medical/sleeper) +"oyg" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"oyx" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab) +"oyz" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-05" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/bridge) +"oyA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"oyB" = ( +/obj/effect/landmark/start/bartender, +/turf/open/floor/carpet/purple, +/area/crew_quarters/bar) +"oyF" = ( +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/bar/cafe"; + name = "Cafe APC"; + pixel_y = -24 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"oyG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"oyP" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/prison) +"oyZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"oza" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/medical/psych/ward) +"ozd" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/bridge) +"ozg" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/sign/poster/official/safety_eye_protection{ + pixel_y = 31 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab) +"ozs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"ozt" = ( +/obj/machinery/telecomms/broadcaster/preset_right, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"ozy" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/vacantoffice/a"; + dir = 1; + name = "Vacant Office A"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"ozA" = ( +/obj/machinery/button/door{ + id = "aux_base_shutters"; + name = "Auxillary Base Shutters Control"; + pixel_x = -26; + req_one_access_txt = "32;47;48" + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"ozL" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/bridge) +"ozQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/prison) +"oAd" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"oAh" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/barber) +"oAm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark/layenia{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"oAs" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal/incinerator) +"oAt" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/prison) +"oAz" = ( +/turf/open/transparent/openspace, +/area/ai_monitored/turret_protected/aisat/hallway) +"oAE" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/engine/break_room) +"oAP" = ( +/obj/structure/chair/bench/left, +/obj/effect/turf_decal/weather/grass/line{ + dir = 10 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"oAY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/bridge) +"oBc" = ( +/obj/machinery/atmospherics/components/unary/portables_connector, +/obj/effect/turf_decal/delivery, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 1; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/engine/engineering) +"oBf" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/engine_smes) +"oBi" = ( +/obj/structure/closet, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/mask/gas, +/obj/item/clothing/head/hardhat/weldhat/orange, +/obj/item/tank/internals/emergency_oxygen/engi, +/turf/open/floor/plating, +/area/maintenance/port) +"oBk" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"oBo" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"oBp" = ( +/obj/effect/turf_decal/delivery/red, +/obj/machinery/door/poddoor/multi_tile/three_tile_ver{ + id = "TEG_Vent" + }, +/turf/open/floor/engine/vacuum, +/area/engine/engineering) +"oBw" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"oBy" = ( +/obj/structure/chair/sofa/corner{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/grimy{ + icon_state = "eighties"; + name = "retro floor" + }, +/area/arcade) +"oBz" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/grimy{ + icon_state = "eighties"; + name = "retro floor" + }, +/area/arcade) +"oBC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"oBD" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/grimy{ + icon_state = "eighties"; + name = "retro floor" + }, +/area/arcade) +"oBE" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"oBO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"oBT" = ( +/turf/closed/wall/r_wall, +/area/security/brig) +"oBW" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/wood, +/area/lawoffice) +"oCg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/sleeper) +"oCo" = ( +/obj/structure/table/plasmaglass, +/obj/item/toy/prize{ + pixel_y = 11 + }, +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/grimy{ + icon_state = "eighties"; + name = "retro floor" + }, +/area/arcade) +"oCw" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"oCI" = ( +/obj/structure/table/plasmaglass, +/obj/item/ashtray, +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/vaporwave, +/area/arcade) +"oCJ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/vaporwave, +/area/arcade) +"oCN" = ( +/obj/structure/table/reinforced, +/obj/item/toy/plush/bird/kenk{ + desc = "An adorable stuffed plushie that resembles a kenku" + }, +/obj/structure/window{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/arcade) +"oCQ" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/arcade) +"oCW" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/indestructible/layenia/sand, +/area/layenia/cave) +"oDa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"oDh" = ( +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"oDj" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/transparent/openspace, +/area/security/brig/upper) +"oDl" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/mech_bay_recharge_floor, +/area/science/robotics/lab) +"oDo" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/circuit, +/area/science/robotics/lab) +"oDp" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/secondary/exit) +"oDq" = ( +/obj/structure/table/reinforced, +/obj/item/pickaxe{ + pixel_x = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/miningdock) +"oDt" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/bridge) +"oDE" = ( +/obj/structure/railing/handrail{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"oDG" = ( +/obj/structure/rack/shelf, +/obj/item/gavelhammer{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/gavelhammer, +/obj/item/book/manual/wiki/security_space_law, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"oDW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"oDX" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"oDZ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/spa/sauna) +"oEa" = ( +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/science/research) +"oEh" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"oEp" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"oEr" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"oEs" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/security/range) +"oEt" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge_short"; + name = "short ledge" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"oEy" = ( +/turf/open/floor/wood, +/area/quartermaster/qm) +"oEE" = ( +/obj/machinery/camera{ + c_tag = "Secure Tech Storage" + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-05" + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"oEJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/upper) +"oEL" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall, +/area/hallway/primary/aft) +"oEP" = ( +/obj/structure/dresser, +/obj/item/toy/figure/qm{ + pixel_x = 4; + pixel_y = 14 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = -4; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/wood, +/area/quartermaster/qm) +"oEQ" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/machinery/computer/card/minor/qm{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/requests_console{ + department = "Cargo Bay"; + departmentType = 2; + pixel_x = -30 + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/qm) +"oET" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "cargoshut1"; + name = "shutters" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"oEX" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/security/visitation) +"oEZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_whole_alt" + }, +/area/layenia/cloudlayer) +"oFb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 8 + }, +/area/science/research) +"oFc" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/hallway/primary/port) +"oFe" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/fore/upper) +"oFi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"oFj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"oFv" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"oFF" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/flora/crystal/small/growth, +/turf/open/floor/plating/asteroid/layenia, +/area/crew_quarters/dorms/upper) +"oFG" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/window/reinforced/fulltile, +/turf/open/floor/grass, +/area/crew_quarters/fitness/pool) +"oFH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"oFN" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"oFQ" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"oGd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/barber) +"oGi" = ( +/obj/machinery/door/airlock/security{ + dir = 8; + name = "Security Checkpoint"; + req_access_txt = "1" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/checkpoint/auxiliary) +"oGr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_whole_alt" + }, +/area/medical/psych/lobby) +"oGt" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"oGu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + sortType = 12 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"oGC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, +/turf/open/floor/plasteel/white, +/area/science/research) +"oGG" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/psych/rec) +"oGN" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"oGR" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"oGV" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"oHc" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/corner{ + dir = 2 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"oHd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"oHe" = ( +/obj/structure/chair/office/dark, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/landmark/start/quartermaster, +/turf/open/floor/plasteel/dark, +/area/quartermaster/qm) +"oHf" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"oHi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/crew_quarters/theatre) +"oHl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"oHn" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/security/visitation) +"oHp" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/secondary/entry/upper) +"oHq" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/engine/break_room) +"oHs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/science/research) +"oHv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"oHF" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Testing Lab"; + req_access_txt = "47" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/research) +"oHI" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"oHQ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge_short"; + name = "short ledge" + }, +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/security/lambent) +"oHT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/xenobiology) +"oHU" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/visitation) +"oHV" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/science/research) +"oHW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"oHX" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/qm) +"oHY" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/button/door{ + id = "DormC"; + name = "Dorm Bolt Control"; + normaldoorcontrol = 1; + pixel_x = -25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/light_switch{ + pixel_x = -23; + pixel_y = -11 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/C) +"oIh" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sink{ + pixel_y = 30 + }, +/obj/structure/mirror{ + pixel_y = 35 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/dorms/E) +"oIj" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Testing Lab"; + req_access_txt = "47" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/science/research) +"oIl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab) +"oIo" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/aft) +"oIq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/F) +"oIs" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ dir = 8 }, /obj/effect/turf_decal/loading_area{ @@ -25960,56 +95522,1363 @@ icon_state = "drain"; name = "drain" }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"frR" = ( -/obj/machinery/button/door{ - id = "mining_warehouse"; - name = "Mining Warehouse Door Control"; - pixel_x = -1; - pixel_y = 24; - req_access_txt = "31" +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" }, -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" +/obj/item/reagent_containers/glass/bucket{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/structure/mopbucket, +/obj/item/mop, +/obj/structure/sink{ + dir = 4; + pixel_x = 12 + }, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"oIv" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/zone2) +"oIy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"oIB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/table/wood, +/obj/machinery/status_display{ + pixel_y = 26 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/F) +"oID" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/library) +"oIE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/virology) +"oIJ" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/aft/upper) +"oIN" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab) +"oIO" = ( +/obj/machinery/bloodbankgen, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/medical/storage) +"oIU" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"oJg" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/crew_quarters/locker) +"oJk" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/dorms/F) +"oJl" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Testing Lab Maintenance"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/misc_lab) +"oJm" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"oJv" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = -20 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"oJx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"oJz" = ( +/obj/structure/lattice, +/turf/open/transparent/openspace, +/area/maintenance/theatre/upper) +"oJF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"oJH" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 }, /obj/effect/turf_decal/loading_area{ dir = 8; icon_state = "drain"; name = "drain" }, -/obj/structure/table, -/obj/item/storage/toolbox/emergency{ - pixel_x = 1; - pixel_y = 9 +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" }, -/obj/item/storage/toolbox/emergency, -/obj/machinery/light_switch{ - pixel_x = 23 +/area/hallway/primary/fore) +"oKb" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/railing, +/turf/open/floor/wood, +/area/quartermaster/mail) +"oKc" = ( +/turf/closed/wall, +/area/medical/psych/roomB{ + name = "Psychology Dorm B" + }) +"oKe" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"oKh" = ( +/obj/structure/disposalpipe/junction/yjunction{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" }, /turf/open/floor/plating, -/area/quartermaster/miningdock) -"frV" = ( -/obj/machinery/mech_bay_recharge_port, +/area/maintenance/starboard/central/upper) +"oKi" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder/reagentblender{ + pixel_y = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/bar/cafe/backroom{ + name = "Cafe Kitchen" + }) +"oKk" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Entertainment Theatre" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/theatre) +"oKm" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/prison) +"oKx" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"oKC" = ( +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/closet/secure_closet/personal, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/psych/rec) +"oKG" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"oKK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"oKO" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard) +"oKP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"oKY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_trim" + }, +/area/medical/sleeper) +"oLa" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"oLb" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall, +/area/hallway/secondary/service) +"oLf" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/library) +"oLh" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry/upper) +"oLj" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/construction/mining/aux_base) +"oLk" = ( +/obj/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_whole_alt" + }, +/area/layenia/cloudlayer) +"oLp" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/ai_upload) +"oLt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/construction/mining/aux_base) +"oLy" = ( +/turf/closed/wall, +/area/hallway/secondary/service) +"oLB" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 1; + name = "Park" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/park) +"oLC" = ( +/obj/structure/table/reinforced, +/obj/item/gun/energy/laser/practice, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plasteel/dark, +/area/security/range) +"oLE" = ( +/obj/machinery/space_heater, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/quartermaster/warehouse) +"oLG" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/ward) +"oLO" = ( +/obj/machinery/power/apc/highcap/fifteen_k{ + areastring = "/area/engine/engineering"; + dir = 1; + name = "Engineering APC"; + pixel_y = 25 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/engine/break_room) +"oLQ" = ( +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/quartermaster/warehouse) +"oLY" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/rack, +/obj/item/clothing/shoes/magboots, +/obj/item/clothing/shoes/magboots{ + pixel_x = -4; + pixel_y = 3 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"oMa" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"oMb" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"oMe" = ( +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft/upper) +"oMi" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/pen, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) +"oMm" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/flora/crystal/small/pile, +/turf/open/floor/plating/asteroid/layenia, +/area/crew_quarters/dorms/upper) +"oMq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 8 + }, +/area/crew_quarters/dorms/upper) +"oMs" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21"; + pixel_y = 3 + }, +/turf/open/floor/plasteel, +/area/bridge) +"oMK" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/theatre) +"oML" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Cargo Bay Warehouse Maintenance"; + req_access_txt = "31" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/quartermaster/warehouse) +"oMR" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/box, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/ai) +"oMS" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"oMT" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/closed/wall, +/area/hallway/secondary/service) +"oNc" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"oNd" = ( +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"oNf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/button/door{ + id = "Skynet_launch"; + name = "Mech Bay Door Control"; + pixel_x = -24; + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"oNm" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/ward) +"oNw" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"oNy" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"oNz" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"oNB" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/checker, +/area/artatrium) +"oNC" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/construction/mining/aux_base) +"oNM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/security/prison) +"oNQ" = ( +/obj/structure/dresser, +/turf/open/floor/wood, +/area/crew_quarters/dorms/A) +"oNV" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics2"; + name = "robotics lab shutters" + }, +/obj/effect/spawner/structure/window, /turf/open/floor/plating, /area/science/robotics/lab) -"fsx" = ( -/obj/machinery/light_switch{ - pixel_x = 23 +"oOl" = ( +/obj/structure/pool/ladder{ + pixel_x = -3 + }, +/turf/open/pool, +/area/crew_quarters/fitness/pool) +"oOt" = ( +/obj/effect/turf_decal/loading_area{ + color = null; + dir = 1; + icon_state = "half_stairs_wood"; + name = "wood steps" + }, +/turf/open/floor/wood, +/area/maintenance/department/engine/upper) +"oOv" = ( +/obj/machinery/disposal/bin, +/obj/structure/sign/warning/deathsposal{ + pixel_y = -32 + }, +/obj/effect/turf_decal/stripes/box, +/obj/effect/turf_decal/stripes/red/box, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel/dark, +/area/medical/virology) +"oOx" = ( +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Mech Bay"; + req_access_txt = "29" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/robotics/lab) +"oOA" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/science/research) +"oOD" = ( +/obj/machinery/holopad, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"oOV" = ( +/obj/structure/window{ + dir = 4 + }, +/obj/structure/chair/bench/metal/left{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/hallway/secondary/exit) +"oOZ" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 1; + height = 4; + name = "escape pod loader"; + roundstart_template = /datum/map_template/shuttle/escape_pod/default; + width = 3 + }, +/turf/open/indestructible/concrete, +/area/layenia) +"oPb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"oPg" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/science/research) +"oPi" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/camera/autoname, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"oPj" = ( +/obj/effect/landmark/carpspawn, +/turf/open/indestructible/layenia/crystal, +/area/layenia) +"oPl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/engine/engineering) +"oPo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/medical/surgery) +"oPt" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/transparent/openspace, +/area/layenia/cave) +"oPB" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/camera{ + c_tag = "Research Division West"; + dir = 10; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/science/research) +"oPC" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/research) +"oPK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"oPM" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/machinery/power/apc{ + areastring = "/area/security/main/upper"; + dir = 4; + name = "Upper Security Office APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/main/upper) +"oPO" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/science/research) +"oPP" = ( +/obj/structure/chair/bench/metal/left, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/structure/sign/poster/official/moth_epi{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/central) +"oPS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/conveyor{ + id = "QMLoad" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"oPZ" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/science/research) +"oQc" = ( +/obj/structure/table/wood, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-18"; + pixel_y = 10 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/machinery/light{ + pixel_y = -1 }, /obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/wood, +/area/crew_quarters/spa/sauna) +"oQf" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/science/storage) +"oQg" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/medbay/central) +"oQh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/science/research) +"oQk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/science/research) +"oQl" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/science/research) +"oQo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/engine/upper) +"oQp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; - pixel_x = 24 + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, /turf/open/floor/plasteel{ dir = 4; icon_state = "floor_trim" }, -/area/security/processing) -"fsC" = ( -/obj/machinery/door/airlock/research/glass{ +/area/engine/break_room) +"oQs" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/science/research) +"oQu" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "psych_hall_window2"; + name = "psychology shutters" + }, +/turf/open/floor/plating, +/area/medical/psych/therapy) +"oQE" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/science/research) +"oQJ" = ( +/obj/machinery/smartfridge/chemistry/virology/preloaded, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/medical/virology) +"oQK" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ dir = 1; - name = "Test Chamber"; + name = "air vent" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/park) +"oQL" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box{ + pixel_y = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"oQN" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"oQO" = ( +/obj/structure/rack/shelf, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/open/floor/plasteel, +/area/storage/C) +"oQZ" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/airlock/research{ + dir = 1; + name = "Circuitry Lab"; req_access_txt = "47" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ @@ -26018,31 +96887,158 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/turf/open/floor/plasteel/dark, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/research) +"oRc" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "testlab"; + name = "test chamber blast door" + }, +/turf/open/floor/engine, +/area/science/research) +"oRi" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner, /area/science/misc_lab) -"fsY" = ( +"oRk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; name = "air supply pipe" }, +/obj/structure/cable{ + icon_state = "2-8" + }, /turf/open/floor/plasteel/dark, /area/security/courtroom) -"ftq" = ( -/obj/effect/turf_decal/tile/red{ +"oRp" = ( +/obj/item/crowbar, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/engine/custom) +"oRx" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/structure/railing{ dir = 8 }, -/obj/effect/turf_decal/tile/red{ +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"oRy" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/sign/warning/nosmoking{ + pixel_x = 28 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white/corner{ dir = 1 }, -/obj/effect/turf_decal/tile/red, -/obj/structure/table, -/obj/item/restraints/handcuffs, -/obj/item/assembly/timer, -/turf/open/floor/plasteel, -/area/security/main) -"ftt" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ +/area/science/misc_lab) +"oRC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ dir = 1; - name = "air vent" + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"oRE" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/chair/comfy{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"oRI" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/crew_quarters/dorms/upper) +"oRN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" @@ -26050,1450 +97046,421 @@ /obj/structure/cable{ icon_state = "1-2" }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard) +"oRR" = ( +/obj/structure/railing/handrail, +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate, /turf/open/floor/plasteel/dark, -/area/science/storage) -"ftw" = ( -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, +/area/construction/mining/aux_base) +"oRS" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"oRV" = ( /obj/effect/turf_decal/loading_area{ dir = 8; icon_state = "drain"; name = "drain" }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"ftx" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/airalarm{ - pixel_y = 22 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"ftB" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/table, -/obj/item/folder/red, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/main) -"fuf" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, +/turf/open/floor/plasteel/white/corner, /area/science/research) -"fut" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 +"oRX" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/security/main) -"fuB" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate/engineering, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia/cloudlayer) -"fuT" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/firealarm{ +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/warehouse"; dir = 4; - pixel_x = 24 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/security/main) -"fuW" = ( -/obj/machinery/computer/crew, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"fuZ" = ( -/obj/machinery/computer/atmos_control/tank/oxygen_tank{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"fva" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"fvh" = ( -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"fvr" = ( -/obj/structure/railing, -/obj/structure/railing{ - dir = 8 + name = "Cargo Warehouse APC"; + pixel_x = 26 }, +/obj/structure/cable, /turf/open/floor/plating, -/area/maintenance/fore) -"fvA" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/structure/railing, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"fwb" = ( -/obj/effect/landmark/nuclear_waste_spawner, -/turf/open/floor/plasteel, -/area/engine/atmos) -"fwc" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"fwg" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"fwl" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/obj/machinery/camera{ - c_tag = "Prison Hallway"; - network = list("ss13","prison") - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/prison) -"fwq" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"fws" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; +/area/maintenance/port) +"oRZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; name = "scrubbers pipe" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"fwu" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/security/checkpoint/auxiliary) -"fwL" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 5; name = "air supply pipe" }, /obj/structure/cable{ - icon_state = "4-8" + icon_state = "1-2" }, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"fxh" = ( -/obj/machinery/gulag_item_reclaimer{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/rack, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/item/clothing/suit/hooded/wintercoat, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/security/processing) -"fxn" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/supply) -"fxt" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "permacell2"; - name = "Cell 2 Lockdown"; - pixel_x = -4; - pixel_y = 25; - req_access_txt = "2" - }, -/obj/machinery/button/flasher{ - id = "PCell 2"; - pixel_x = 6; - pixel_y = 24 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/prison) -"fxJ" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"fxS" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"fyk" = ( -/turf/open/floor/carpet, -/area/security/detectives_office) -"fyv" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/brig) -"fyx" = ( -/obj/machinery/door/airlock/external{ - dir = 1; - name = "Supply Dock Airlock"; - req_access_txt = "31" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/quartermaster/storage) -"fyz" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/landmark/carpspawn, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"fyC" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/table, -/obj/item/restraints/handcuffs, -/obj/item/storage/box/hug, -/obj/machinery/button/door{ - id = "permacell1"; - name = "Cell 1 Lockdown"; - pixel_x = -4; - pixel_y = 25; - req_access_txt = "2" - }, -/obj/machinery/button/flasher{ - id = "PCell 1"; - pixel_x = 6; - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"fyG" = ( -/obj/structure/table/wood, -/obj/item/book/lorebooks/welcome_to_kinaris, -/turf/open/floor/carpet, -/area/library/lounge) -"fyP" = ( -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"fyZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/camera{ - c_tag = "SMES Access"; - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/engine_smes) -"fzb" = ( -/obj/structure/table, -/obj/item/reagent_containers/rag/towel{ - pixel_x = -2; - pixel_y = 18 - }, -/obj/item/reagent_containers/rag/towel{ - pixel_y = 22 - }, -/obj/item/reagent_containers/rag/towel{ - pixel_y = 3 - }, -/obj/item/reagent_containers/rag/towel{ - pixel_x = -1; - pixel_y = 7 - }, -/obj/effect/turf_decal/tile/neutral{ +/obj/structure/disposalpipe/junction{ dir = 1 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/turf/open/floor/plating, +/area/maintenance/port) +"oSa" = ( +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/primary/aft/upper) +"oSb" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, -/obj/effect/turf_decal/loading_area{ +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/spa/sauna) +"oSc" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ dir = 8; - icon_state = "drain"; - name = "drain" + name = "air supply pipe" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel{ +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"oSd" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; - icon_state = "floor_plate" + name = "scrubbers pipe" }, -/area/maintenance/fore) -"fzi" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/science/research) -"fzt" = ( -/obj/structure/bed, -/obj/effect/spawner/lootdrop/bedsheet, +/turf/open/floor/wood, +/area/crew_quarters/dorms/A) +"oSg" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ dir = 8; name = "air vent" }, -/turf/open/floor/carpet, +/turf/open/floor/plasteel, /area/crew_quarters/dorms) -"fzu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/item/trash/waffles, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"fzI" = ( -/obj/structure/closet/secure_closet/freezer/kitchen, +"oSh" = ( /obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"fzO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/closet/radiation, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/engine/break_room) -"fzV" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"fzX" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/genetics) -"fAi" = ( -/obj/machinery/space_heater, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"fAr" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/service) -"fAY" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/quartermaster/storage) +"oSl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; name = "scrubbers pipe" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; name = "air supply pipe" }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"fBb" = ( -/obj/structure/lattice, -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/layenia/cloudlayer) -"fBc" = ( -/obj/effect/turf_decal/tile/yellow{ +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/chair/office/light{ - dir = 4 +/obj/effect/landmark/blobstart, +/turf/open/floor/plating, +/area/maintenance/port) +"oSn" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing/handrail{ + dir = 8 }, -/obj/effect/landmark/start/chemist, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"fBs" = ( /obj/structure/table/wood/fancy, -/obj/item/reagent_containers/food/snacks/grown/poppy, -/obj/item/reagent_containers/food/snacks/grown/harebell, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"fBw" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/table, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 3; - pixel_y = 7 - }, -/obj/item/ashtray, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3; - pixel_y = 5 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/science/research) -"fBG" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"fBW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/science/research) -"fCm" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/aft) -"fCz" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"fCC" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"fDf" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "Holodeckshutter"; - name = "Holodeck Shutter" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"fDn" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 8; - sortType = 7 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/main) -"fDA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/closed/wall/r_wall, -/area/medical/virology) -"fDN" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"fDX" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock"; - req_access_txt = "2" - }, -/turf/open/floor/plating, -/area/security/processing) -"fEl" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/door/airlock/security{ - dir = 4; - name = "Security Office"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/main) -"fEn" = ( -/obj/structure/table, -/obj/item/folder/blue, -/obj/item/stamp/hop, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"fEp" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Drone Storage"; - req_one_access_txt = "65" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"fEF" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/airlock/external{ - name = "Escape Pod One" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"fEJ" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/folder/red, -/obj/item/clothing/ears/earmuffs{ - pixel_x = -3; - pixel_y = -2 - }, -/obj/item/clothing/ears/earmuffs{ - pixel_x = -3; - pixel_y = -2 - }, -/obj/item/pen, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/security/range) -"fEP" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/science/xenobiology) -"fFh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"fFA" = ( -/obj/item/ashtray, -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"fFD" = ( -/obj/structure/weightmachine/stacklifter, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"fFF" = ( -/obj/structure/closet/emcloset, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"fFG" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 2; - icon_state = "left"; - name = "Chemistry Desk"; - req_access_txt = "33" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "medshut1"; - name = "shutters" - }, -/turf/open/floor/plating, -/area/medical/chemistry) -"fFI" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/brigdoor{ - dir = 4; - name = "Armory Desk"; - req_access_txt = "3" - }, -/obj/machinery/door/window/southleft{ - dir = 8; - name = "Reception Desk"; - req_access_txt = "63" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/security/warden) -"fFL" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/carbon_input{ - dir = 8 - }, -/turf/open/floor/engine/co2, -/area/engine/atmos) -"fFS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"fGf" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/start/warden, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"fGi" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/solars/port/fore"; - dir = 8; - name = "Port Bow Solar APC"; - pixel_x = -25; - pixel_y = 3 - }, -/obj/structure/cable, -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"fGw" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"fGE" = ( -/obj/machinery/button/door{ - id = "Maintbarshutter"; - name = "Window Shutter Control"; - pixel_y = 26 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/item/cigbutt, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"fGJ" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/chapel/main"; - dir = 1; - name = "Chapel APC"; - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"fGM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/science/xenobiology) -"fHg" = ( -/obj/machinery/disposal/bin, -/obj/machinery/camera{ - c_tag = "Robotics Lab - South"; - dir = 1; - network = list("ss13","rd") - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"fHu" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 6 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/science/research) -"fHI" = ( -/obj/machinery/space_heater, -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"fHP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/medical/sleeper"; - dir = 4; - name = "Treatment Center APC"; - pixel_x = 26 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"fHT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"fIe" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"fIu" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"fIE" = ( -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/item/toy/beach_ball/holoball, -/obj/item/toy/beach_ball/holoball/dodgeball, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/indestructible/concrete, -/area/layenia) -"fIG" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"fIH" = ( -/obj/machinery/door/airlock/external{ - name = "Construction Zone" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"fIQ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"fIS" = ( -/obj/machinery/processor, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/maintenance/port/aft) -"fJk" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"fJr" = ( -/obj/machinery/computer/prisoner/management{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"fJS" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/security/warden) -"fKc" = ( -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"fKi" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/table, -/obj/item/clothing/suit/straight_jacket, -/obj/machinery/power/apc{ - areastring = "/area/security/prison"; - dir = 4; - name = "Prison Wing APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"fKl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"fKK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"fKQ" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"fKS" = ( -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"fKU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Moderator to Reactor" - }, -/obj/structure/cable/white{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/engine/engineering/reactor_core"; - dir = 1; - name = "Nuclear Reactor APC"; - pixel_y = 24 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"fKW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/engine/atmos) -"fLc" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = -3; - pixel_y = 5 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"fLh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/landmark/nuclear_waste_spawner, -/turf/open/floor/plasteel, -/area/maintenance/disposal/incinerator) -"fLo" = ( -/turf/open/floor/plasteel/yellowsiding{ - dir = 4 - }, -/area/crew_quarters/fitness/pool) -"fLs" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/quartermaster/storage) -"fLF" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/engine/engineering) -"fLS" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/item/storage/crayons, -/turf/open/floor/plasteel{ - dir = 4; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/artatrium) -"fLU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"fMp" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/security/checkpoint/engineering) -"fMv" = ( -/obj/structure/chair/sofa/left, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"fMF" = ( -/obj/structure/falsewall, -/turf/open/floor/plating, -/area/maintenance/fore) -"fMK" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/item/trash/can, -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"fNf" = ( +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"oSo" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/quartermaster/storage) -"fNk" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/door/airlock/engineering{ - dir = 4; - name = "Burn Chamber Room"; - req_access_txt = "32" - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"fNm" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "executionfireblast" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/security/execution/transfer) -"fNn" = ( -/obj/effect/decal/cleanable/oil{ - icon_state = "floor5" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"fNu" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/co2{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"fNw" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"fNz" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"fNF" = ( -/turf/closed/wall, -/area/arcade) -"fNP" = ( -/obj/structure/flora/crystal/small/pile, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"fNR" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"fOb" = ( -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plating, -/area/layenia/cloudlayer) -"fOc" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/courtroom) -"fOk" = ( -/obj/structure/table/wood, -/obj/machinery/computer/med_data/laptop{ - dir = 1; - pixel_x = -2; - pixel_y = 4 - }, /obj/machinery/light{ dir = 8; pixel_x = -7 }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 +/obj/machinery/portable_atmospherics/scrubber, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"oSp" = ( +/obj/item/clothing/head/cone, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/crew_quarters/dorms/upper"; + dir = 1; + name = "Upper Dormitory APC"; + pixel_y = 24 }, -/area/medical/psych) -"fOp" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +/obj/structure/cable{ + icon_state = "0-2" }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"fOy" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; +/turf/open/floor/plating, +/area/maintenance/port/upper) +"oSt" = ( +/obj/structure/table{ pixel_y = 2 }, -/obj/machinery/doorButtons/access_button{ - idDoor = "virology_airlock_interior"; - idSelf = "virology_airlock_control"; - name = "Virology Access Button"; - pixel_x = 8; - pixel_y = -28; - req_access_txt = "39" +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/aft/upper) +"oSB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/primary/port/upper) +"oSE" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/dorms) +"oSG" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating/asteroid/layenia, +/area/crew_quarters/dorms/upper) +"oSJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar) +"oSM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + sortType = 3 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"oSO" = ( +/obj/structure/flora/junglebush/large{ + pixel_x = -25; + pixel_y = 6 + }, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/grassybush, +/turf/open/floor/grass, +/area/security/prison) +"oSQ" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 }, /obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/entry/upper) +"oSS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ dir = 10 }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"fOL" = ( +/turf/open/floor/plating, +/area/maintenance/port) +"oSW" = ( +/obj/machinery/door/airlock{ + dir = 4; + id_tag = "DormD"; + name = "Dorm D" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/dorms/D) +"oTd" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"oTf" = ( +/obj/structure/lattice, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"oTk" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/dorms/E) +"oTl" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/vending/wardrobe/jani_wardrobe, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/janitor) +"oTo" = ( +/turf/closed/wall, +/area/crew_quarters/toilet/upper) +"oTq" = ( +/obj/structure/table/wood/fancy, +/obj/machinery/door/window/northright{ + dir = 8; + name = "Secure Paintings"; + req_access_txt = "37" + }, +/obj/structure/sign/painting/library_secure{ + pixel_x = 25 + }, +/turf/open/floor/light, +/area/artatrium) +"oTu" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/hallway/primary/fore/upper) +"oTA" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/security/brig/upper) +"oTC" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/artatrium) +"oTE" = ( +/obj/machinery/door/window/southright{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Terrarium Door"; + req_access_txt = "25" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/hydroponics) +"oTH" = ( +/obj/structure/disposalpipe/broken, +/obj/structure/disposalpipe/broken{ + dir = 1 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/crew_quarters/dorms/upper) +"oTM" = ( +/obj/machinery/door/airlock/research{ + name = "Robotics Lab"; + req_access_txt = "29" + }, +/obj/machinery/door/firedoor/heavy, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, @@ -27503,28 +97470,593 @@ /obj/structure/cable{ icon_state = "1-2" }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"fOM" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty{ - pixel_x = 2; - pixel_y = 2 +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" }, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel, -/area/engine/atmos) -"fOS" = ( -/obj/effect/turf_decal/tile/brown{ +/area/science/robotics/lab) +"oTO" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft/upper) +"oTU" = ( +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 5; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/hallway/secondary/service) +"oTX" = ( +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"oTY" = ( +/turf/closed/wall, +/area/engine/custom) +"oUb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/artatrium"; + dir = 1; + name = "Art Atrium APC"; + pixel_x = 24 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"oUc" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white/side{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" +/area/bridge) +"oUe" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"fOV" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/science/research) +"oUi" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"oUl" = ( +/obj/structure/table/wood, +/obj/machinery/computer/libraryconsole/bookmanagement{ + pixel_y = 7 + }, +/turf/open/floor/carpet, +/area/library) +"oUo" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/carpet/blue, +/area/ai_monitored/turret_protected/aisat_interior) +"oUJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"oUO" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/science/research) +"oUV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"oUZ" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall, +/area/science/lab) +"oVa" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/medical/genetics) +"oVj" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"oVq" = ( +/obj/machinery/modular_computer/console/preset/engineering, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 4 + }, +/area/bridge) +"oVz" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/theatre) +"oVC" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/button/door{ + id = "Toilet4"; + name = "Lock Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/freezer, +/area/medical/medbay/central) +"oVD" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/carpet, +/area/hallway/secondary/entry/upper) +"oVL" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"oVR" = ( +/obj/structure/chair/comfy/blue, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"oVS" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 6; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/railing, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/maintenance/department/engine/upper) +"oVX" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/flora/ausbushes/ppflowers, +/turf/open/floor/grass, +/area/crew_quarters/park) +"oVZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"oWf" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd2"; + name = "research lab shutters" + }, +/obj/effect/spawner/structure/window, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/science/lab) +"oWm" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd2"; + name = "research lab shutters" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/lab) +"oWt" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_a) +"oWw" = ( +/obj/effect/turf_decal/tile/green{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_trim" + }, +/area/medical/medbay/upper) +"oWG" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"oWH" = ( +/obj/structure/chair/bench/metal/right, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"oWN" = ( +/obj/structure/table/wood/fancy, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/maintenance/fore/upper) +"oWW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/central/upper) +"oXa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"oXb" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/security/visitation) +"oXg" = ( +/obj/machinery/atmospherics/pipe/manifold/orange/visible{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"oXm" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/theatre) +"oXt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"oXu" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"oXv" = ( +/obj/structure/chair/sofa, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/medical/psych/rec) +"oXw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/fence, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"oXx" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"oXA" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"oXP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/barber) +"oXY" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"oYk" = ( +/turf/open/floor/plasteel, +/area/bridge) +"oYl" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/crew_quarters/dorms/upper) +"oYu" = ( /obj/structure/closet/crate, /obj/item/target/alien, /obj/item/target/alien, @@ -27538,7 +98070,7 @@ department = "Science"; departmentType = 2; name = "Science Requests Console"; - pixel_y = 30; + pixel_y = 27; receive_ore_updates = 1 }, /obj/structure/cable{ @@ -27546,884 +98078,21 @@ }, /turf/open/floor/plasteel/dark, /area/science/circuit) -"fOW" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"fPh" = ( -/obj/machinery/door/airlock/medical{ - dir = 4; - name = "Operating Theatre"; - req_access_txt = "45" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"fPm" = ( -/obj/machinery/smartfridge/chemistry/preloaded, -/turf/closed/wall, -/area/medical/chemistry) -"fPs" = ( +"oYC" = ( /obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"fPJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" }, +/obj/structure/table/wood, /turf/open/floor/wood, /area/library) -"fPK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/start/janitor, -/turf/open/floor/plasteel, -/area/janitor) -"fPO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"fPS" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/table, -/obj/item/trash/plate, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/science/research) -"fQe" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/engine/engineering) -"fQm" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/table, -/obj/item/stack/packageWrap{ - pixel_y = 8 - }, -/obj/machinery/camera{ - c_tag = "Security Office West"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/main) -"fQo" = ( -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/engine/atmos) -"fQy" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"fQY" = ( -/obj/machinery/recharge_station, +"oYI" = ( +/obj/structure/chair/office/dark, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/service) -"fRk" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/door/airlock/security{ - dir = 4; - name = "Security Office"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/main) -"fRv" = ( -/obj/structure/alien/weeds, -/obj/structure/mecha_wreckage/ripley, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"fRy" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/canvas/twentythreeXtwentythree, -/obj/item/canvas/twentythreeXnineteen, -/obj/item/canvas/nineteenXnineteen, -/turf/open/floor/plasteel/dark, -/area/artatrium) -"fRC" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/pen/red, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/obj/machinery/camera{ - c_tag = "Cargo Desk"; - dir = 6 - }, -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/sorting"; - dir = 1; - name = "Delivery Office APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"fSf" = ( -/obj/machinery/camera/motion{ - c_tag = "Vault"; - dir = 1; - network = list("vault") - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"fSl" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/brig) -"fSo" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/artatrium) -"fSr" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/stairs/medium, -/area/hallway/primary/aft) -"fTa" = ( -/obj/structure/table, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"fTc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"fTl" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass{ - amount = 20; - pixel_x = -3; - pixel_y = 6 - }, -/obj/item/stack/sheet/glass{ - amount = 20; - pixel_x = -3; - pixel_y = 6 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/science/robotics/lab) -"fTm" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/ausbushes/ppflowers, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/grass, -/area/medical/genetics) -"fTy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/door/window/southleft{ - dir = 4; - name = "Reception Desk"; - req_access_txt = "1" - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"fTO" = ( -/obj/structure/table, -/obj/machinery/button/door{ - id = "Secure Gate"; - name = "Cell Shutters"; - pixel_x = -6 - }, -/obj/machinery/button/door{ - id = "Prison Gate"; - name = "Prison Wing Lockdown"; - pixel_x = -6; - pixel_y = 9; - req_access_txt = "2" - }, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = 9; - pixel_y = 5 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"fTW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"fUb" = ( -/obj/machinery/rnd/production/techfab/department/security, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"fUc" = ( -/obj/effect/turf_decal/tile/red, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/security/prison) -"fUd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"fUf" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/office"; - dir = 4; - name = "Cargo Office APC"; - pixel_x = 26 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"fUg" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/camera{ - c_tag = "Research Division North East"; - dir = 6; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/white/corner, -/area/science/research) -"fUq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on, -/turf/open/floor/plating, -/area/security/execution/transfer) -"fUx" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"fUC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"fUG" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness) -"fUR" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/aft) -"fUU" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/indestructible/concrete, -/area/layenia) -"fVj" = ( -/obj/structure/table, -/obj/item/electropack, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/prison) -"fVk" = ( -/obj/structure/table, -/obj/item/storage/box/hug, -/obj/item/razor{ - pixel_x = -6 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/prison) -"fVI" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"fVP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"fVQ" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos) -"fWa" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/break_room) -"fWk" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"fWK" = ( -/obj/structure/table/glass, -/obj/item/hemostat, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/fore) -"fWV" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"fXh" = ( -/obj/machinery/space_heater, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"fXn" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"fXp" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/science/mixing) -"fXr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/medical/virology) -"fXv" = ( -/obj/machinery/light_switch{ - pixel_x = -22; - pixel_y = 28 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/science/storage) -"fXx" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"fXA" = ( -/obj/effect/turf_decal/bot, -/obj/structure/ore_box, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"fXC" = ( -/obj/structure/table, -/obj/item/assembly/signaler, -/obj/item/clothing/suit/straight_jacket, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/prison) -"fXP" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"fXU" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/table, -/obj/item/restraints/handcuffs, -/turf/open/floor/plasteel, -/area/security/prison) -"fYg" = ( -/obj/machinery/door/window/southleft{ - name = "O2 Storage"; - req_access_txt = "10" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plasteel{ - dir = 1; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/engine/engineering) -"fYp" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/item/paper/guides/jobs/medical/morgue{ - pixel_x = 5; - pixel_y = 4 - }, -/obj/item/clothing/gloves/color/latex, -/turf/open/floor/plasteel, -/area/medical/morgue) -"fZi" = ( -/obj/machinery/power/generator, -/obj/structure/cable/yellow, -/turf/open/floor/circuit/green, -/area/engine/engineering) -"fZv" = ( -/obj/item/storage/box/cups{ - pixel_y = 10 - }, -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 10 - }, -/area/engine/break_room) -"fZw" = ( -/obj/structure/window/reinforced, -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"fZO" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/science/xenobiology) -"gab" = ( -/obj/effect/turf_decal/caution/stand_clear{ - dir = 8 - }, -/turf/open/indestructible/concrete, -/area/layenia) -"gam" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"gay" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"gaF" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"gaH" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"gaL" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/chair/comfy/black, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/science/research) -"gaQ" = ( -/obj/structure/table/glass, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 5 - }, -/obj/item/book/lorebooks/welcome_to_kinaris, -/obj/item/stamp/cmo, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"gaX" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/caution, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"gbI" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore/secondary) -"gbN" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"gbY" = ( -/obj/machinery/autolathe, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"gbZ" = ( +/area/security/brig/upper) +"oYJ" = ( /obj/machinery/door/window/northleft{ base_state = "right"; dir = 8; @@ -28435,39 +98104,628 @@ dir = 8 }, /obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" }, /area/science/xenobiology) -"gca" = ( +"oYK" = ( +/obj/structure/table/wood, +/obj/item/export/bottle/wine{ + pixel_x = 4; + pixel_y = 8 + }, +/turf/open/floor/wood, +/area/maintenance/fore/upper) +"oYR" = ( +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/stock_parts/cell/high, +/obj/item/stock_parts/cell/high, +/obj/item/stock_parts/cell/high, +/obj/item/stock_parts/cell/high, +/obj/item/stock_parts/cell/high, +/obj/item/stock_parts/cell/high, +/obj/structure/table, +/obj/machinery/magnetic_controller{ + autolink = 1; + pixel_x = -5; + pixel_y = 28 + }, +/obj/machinery/power/apc{ + areastring = "/area/science/circuit"; + dir = 4; + name = "Circuitry Lab APC"; + pixel_x = 30 + }, /obj/structure/cable{ - icon_state = "2-8" + icon_state = "0-8" }, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"gcu" = ( -/obj/structure/window/reinforced{ - dir = 4 +/turf/open/floor/plasteel/dark, +/area/science/circuit) +"oYU" = ( +/obj/structure/cable{ + icon_state = "1-8" }, -/obj/structure/window/reinforced{ +/turf/open/floor/plasteel, +/area/bridge) +"oYV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"oZc" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ dir = 8; - layer = 2.9 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/machinery/door/window/southleft{ - name = "n2o Storage"; - req_access_txt = "10" + icon_state = "drain"; + name = "drain" }, /turf/open/floor/plasteel{ dir = 1; + icon_state = "floor_trim" + }, +/area/hallway/primary/port/fore) +"oZd" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"oZp" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/science/misc_lab) +"oZx" = ( +/obj/structure/railing/handrail, +/obj/structure/table{ + pixel_y = 2 + }, +/obj/item/reagent_containers/food/snacks/popcorn{ + pixel_x = 3; + pixel_y = 14 + }, +/obj/item/reagent_containers/food/snacks/popcorn{ + pixel_x = -3; + pixel_y = 11 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft/upper) +"oZy" = ( +/turf/open/floor/carpet/blue, +/area/medical/psych/therapy) +"oZC" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/closed/wall/r_wall, +/area/medical/virology) +"oZE" = ( +/turf/open/floor/plasteel/stairs{ + dir = 1; + icon_state = "stairs_wood"; + name = "wood stairs" + }, +/area/library) +"oZF" = ( +/obj/structure/closet/crate, +/obj/item/toy/beach_ball/holoball, +/obj/item/toy/beach_ball/holoball, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/indestructible/concrete, +/area/layenia) +"oZK" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry/upper) +"oZP" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/misc_lab) +"oZQ" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/misc_lab) +"oZR" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"oZX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/security/lambent) +"oZZ" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/machinery/light/broken{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/freezer, +/area/maintenance/starboard) +"paa" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"pab" = ( +/obj/structure/table/wood/fancy, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/sign/painting/library_secure{ + pixel_x = 25 + }, +/turf/open/floor/light, +/area/artatrium) +"pal" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; icon_plating = "floor"; - icon_state = "floor_whole" + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/port/upper) +"pao" = ( +/obj/structure/fence/door, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"paq" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/multiz, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"paF" = ( +/obj/machinery/door/firedoor, +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters{ + id = "cargoshut2"; + name = "mailroom shutters" + }, +/turf/open/floor/plating, +/area/quartermaster/mail) +"paI" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port) +"paK" = ( +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" }, /area/engine/engineering) -"gcR" = ( +"paQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"paS" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/construction/mining/aux_base) +"paU" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/table, +/obj/item/folder/red, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/main) +"paV" = ( +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/prison) +"paZ" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/hallway/primary/fore/upper) +"pbe" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/theatre) +"pbj" = ( +/turf/open/floor/plasteel/stairs/medium{ + dir = 8; + icon_state = "stairs_darkfull_m"; + name = "dark medium" + }, +/area/construction/mining/aux_base) +"pbk" = ( +/obj/structure/chair/stool, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/construction/mining/aux_base) +"pbl" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/park) +"pbq" = ( +/obj/structure/table, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/construction/mining/aux_base) +"pbw" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/open/floor/plasteel, +/area/storage/B) +"pbM" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate/medical, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/quartermaster/warehouse) +"pbT" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + sortType = 11 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/port) +"pbV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"pbW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/port) +"pca" = ( +/obj/machinery/mecha_part_fabricator, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/science/robotics/lab) +"pce" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"pcj" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"pcA" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"pcB" = ( +/obj/machinery/vending/wardrobe/robo_wardrobe, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"pcM" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/landmark/start/shaft_miner, +/turf/open/floor/plasteel/dark/side, +/area/quartermaster/miningdock) +"pcO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner, +/area/quartermaster/sorting) +"pcY" = ( +/turf/open/floor/plasteel/stairs/medium{ + dir = 8 + }, +/area/quartermaster/mail) +"pcZ" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/bridge) +"pdc" = ( +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"pdf" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/engine/custom) +"pdn" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"pdr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"pdz" = ( +/obj/structure/chair/comfy{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/fitness/pool) +"pdB" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"pdD" = ( /obj/structure/flora/ausbushes/lavendergrass, /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/ausbushes/fullgrass, @@ -28475,58 +98733,1510 @@ /obj/structure/flora/ausbushes/ppflowers, /obj/structure/flora/ausbushes/pointybush, /obj/structure/flora/junglebush, -/obj/structure/flora/junglebush/large, +/turf/open/floor/grass, +/area/security/prison) +"pdF" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/port/fore) +"pdH" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "linealt_corner"; + name = "line" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/security/prison) +"pdN" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "robotics2"; + name = "robotics lab shutters" + }, +/turf/open/floor/plating, +/area/science/robotics/lab) +"pdQ" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/chapel/office) +"pdS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/security/warden) +"pdZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"pec" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/closet/crate, +/obj/item/kitchen/fork/plastic, +/obj/item/kitchen/fork/plastic, +/obj/item/kitchen/fork/plastic, +/obj/item/kitchen/knife/plastic, +/obj/item/kitchen/knife/plastic, +/obj/item/kitchen/knife/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/kitchen/spoon/plastic, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/reagent_containers/glass/bowl, +/obj/item/storage/box/drinkingglasses, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/prison) +"pef" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"peh" = ( +/obj/structure/chair/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/wood, +/area/security/prison) +"pem" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/machinery/button/door{ + id = "stationawaygate"; + name = "Gateway Access Shutter Control"; + pixel_x = -7; + pixel_y = 27; + req_access_txt = "31" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"pep" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/turf/open/floor/grass, -/area/medical/genetics) -"gdb" = ( +/turf/open/floor/plasteel/white, +/area/science/research) +"per" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/medical/psych/ward) +"peB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/carpet/royalblack, +/area/bridge) +"peF" = ( /obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/science/research) +"peM" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"peS" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft/upper) +"peX" = ( +/turf/open/floor/plasteel/stairs/left, +/area/science/lab) +"pfa" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/machinery/camera{ + c_tag = "Research and Development"; + network = list("ss13","rd"); + pixel_x = 22 + }, +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"pfc" = ( +/obj/machinery/door/airlock/public{ + name = "Condemned" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/department/engine/upper) +"pfl" = ( +/obj/machinery/space_heater, +/turf/open/floor/plasteel, +/area/medical/psych/ward) +"pfo" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry/upper) +"pfr" = ( +/obj/structure/sign/painting/library{ + pixel_y = -24 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"pft" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"pfu" = ( +/obj/structure/sign/warning/electricshock{ + pixel_x = 32 + }, +/turf/open/floor/plating, +/area/engine/custom) +"pfw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/wood, +/area/library) +"pfy" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/circuit) +"pfz" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; icon_state = "drain"; name = "drain" }, /turf/open/floor/plasteel{ + dir = 8; icon_state = "floor_plate" }, -/area/science/misc_lab) -"gdh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ +/area/hallway/primary/aft/upper) +"pfB" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "line"; + name = "line" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/prison) +"pfI" = ( +/obj/structure/table/reinforced, +/obj/item/integrated_electronics/analyzer, +/obj/item/integrated_electronics/debugger, +/obj/item/integrated_electronics/wirer, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"pfL" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "atmosbreak"; + name = "Engineering Breakroom Blast Door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/break_room) +"pfR" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/machinery/light{ dir = 4; - name = "air scrubber" + pixel_x = 7 }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"gdi" = ( -/obj/structure/cable, -/obj/machinery/power/solar{ - id = "auxsolareast"; - name = "Port Auxiliary Solar Array" +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-27" }, -/turf/open/floor/plasteel/airless/solarpanel{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 +/turf/open/floor/plasteel/white/corner{ + dir = 1 }, -/area/layenia) -"gdt" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Departures"; - location = "ACH" +/area/medical/virology) +"pfX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" }, /turf/open/floor/plasteel, -/area/hallway/primary/central) -"gdz" = ( -/obj/machinery/button/door{ - id = "stationxenoarchaeologyawaygate"; - name = "Xenoarchaeology Access Shutter Control"; - pixel_x = -7; - pixel_y = 27 +/area/quartermaster/office) +"pgd" = ( +/turf/open/floor/plasteel/white, +/area/science/circuit) +"pgh" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"pgj" = ( +/obj/machinery/camera{ + c_tag = "Fitness Room"; + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"pgm" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"pgA" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"pgC" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/sleeper, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/sleeper) +"pgI" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark/side, +/area/ai_monitored/turret_protected/ai_upload) +"pgJ" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/engine/atmos) +"pgM" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/hallway/secondary/entry/upper) +"pgN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"pgO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"pgV" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"pgW" = ( +/turf/open/floor/plasteel/checker, +/area/bridge) +"phk" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/service) +"phl" = ( +/obj/structure/table/wood, +/obj/item/candle{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/spa/sauna) +"phA" = ( +/turf/open/floor/plasteel/stairs{ + icon_state = "stairs_darkfull"; + name = "dark steps" + }, +/area/maintenance/fore) +"phC" = ( +/turf/closed/wall, +/area/hallway/primary/aft) +"phH" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"phJ" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "cargoshut1"; + name = "shutters" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"phV" = ( +/obj/item/beacon, +/turf/open/floor/engine, +/area/science/misc_lab) +"pim" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/box, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/ai) +"pin" = ( +/obj/structure/closet/crate/internals, +/turf/open/floor/plasteel, +/area/engine/engineering) +"pit" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"piv" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/locker) +"piD" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/maintenance/starboard) +"piG" = ( +/obj/structure/railing, +/obj/effect/turf_decal/tile/red{ + dir = 6 }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; + dir = 1; name = "air scrubber" }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"piK" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 12 + }, +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_x = 28 + }, +/obj/item/newspaper, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/freezer, +/area/maintenance/starboard) +"piS" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/conveyor{ + id = "gasstor" + }, +/obj/machinery/portable_atmospherics/canister/toxins, +/turf/open/floor/plating, +/area/engine/engineering) +"piU" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/construction/mining/aux_base) +"piZ" = ( +/obj/machinery/computer/card{ + dir = 8 + }, +/obj/machinery/button/door{ + id = "hopqueue"; + name = "Queue Shutters Control"; + pixel_x = -5; + pixel_y = -25; + req_access_txt = "57" + }, +/obj/machinery/button/door{ + id = "hop"; + name = "Privacy Shutters Control"; + pixel_x = 6; + pixel_y = -25; + req_access_txt = "57" + }, +/obj/machinery/button/flasher{ + id = "hopflash"; + pixel_x = 6; + pixel_y = -36 + }, +/obj/machinery/light_switch{ + pixel_x = -4; + pixel_y = -36 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"pja" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"pjb" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"pjc" = ( +/obj/structure/railing/handrail, +/turf/open/floor/plating, +/area/maintenance/port) +"pjd" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate/freezer, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/quartermaster/warehouse) +"pje" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/D) +"pjj" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard) +"pjk" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"pjn" = ( +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/storage"; + name = "Cargo Bay APC"; + pixel_x = 1; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"pjo" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"pjs" = ( +/obj/machinery/computer/station_alert{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"pju" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/mirror{ + pixel_x = 28 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet) +"pjv" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/closet, +/turf/open/floor/plating, +/area/maintenance/port) +"pjA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/layenia/cave) +"pjH" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 5; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/theatre) +"pjM" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/spa/sauna) +"pjR" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/tile/green{ + dir = 6 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"pjU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"pjV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"pjZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/storage/B) +"pkg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness/pool) +"pkk" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/security/visitation) +"pkm" = ( +/obj/effect/turf_decal/arrows{ + icon_state = "arrows_flip" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"pko" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/spa/sauna) +"pkp" = ( +/obj/machinery/firealarm{ + pixel_x = -22; + pixel_y = 24 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"pkz" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/quartermaster/qm) +"pkE" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/upper) +"pkG" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"pkQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall, +/area/quartermaster/sorting) +"pkZ" = ( +/turf/open/floor/grass, +/area/hydroponics) +"plk" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/engine, +/area/science/storage) +"pll" = ( +/obj/structure/disposalpipe/trunk/multiz, +/turf/open/floor/plating, +/area/maintenance/fore) +"pln" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/artatrium) +"plq" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/camera/autoname, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/aft/upper) +"plr" = ( +/obj/structure/sign/logo/cpr{ + icon_state = "CPR_sign4"; + pixel_y = 33 + }, +/turf/open/transparent/openspace, +/area/maintenance/fore/upper) +"plt" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"plz" = ( +/obj/structure/disposalpipe/sorting/wrap{ + dir = 4 + }, +/turf/closed/wall, +/area/quartermaster/sorting) +"plE" = ( +/obj/structure/table, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/fore/upper) +"plF" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/closed/wall, +/area/quartermaster/sorting) +"plK" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-10" + }, +/turf/open/floor/plasteel, +/area/artatrium) +"plN" = ( +/turf/closed/wall, +/area/quartermaster/storage) +"plQ" = ( +/obj/machinery/vending/wardrobe/viro_wardrobe, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"plR" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/latex, +/obj/item/surgical_drapes, +/obj/machinery/camera{ + c_tag = "Robotics Lab - Surgery"; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"plY" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side, +/area/bridge) +"pma" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"pmb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"pmj" = ( +/obj/structure/bed/double, +/obj/item/bedsheet/red/double, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/F) +"pml" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"pms" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/medical/medbay/upper) +"pmB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"pmD" = ( +/obj/machinery/power/deck_relay, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"pmE" = ( +/obj/machinery/button/door{ + id = "robotics2"; + name = "Shutters Control Button"; + pixel_x = 24; + pixel_y = -24; + req_access_txt = "29" + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"pmM" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/science/research) +"pmS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/crew_quarters/dorms/upper) +"pmV" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 8; + icon_state = "left"; + name = "Robotics Desk"; + req_access_txt = "29" + }, +/obj/item/folder/white, +/obj/item/pen, +/obj/machinery/door/poddoor/shutters/preopen/alt{ + dir = 8; + id = "robotics2" ; + name = "robotics lab shutters" + }, +/turf/open/floor/plating, +/area/science/robotics/lab) +"pmX" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/science/research) +"pnb" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/science/research) +"pne" = ( +/obj/machinery/telecomms/bus/preset_one, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"pnh" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/weather/grass/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"pnl" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/security/visitation) +"pnr" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/science/research) +"pnt" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 9 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/security/main/upper) +"pnw" = ( +/obj/structure/lattice/catwalk, +/obj/item/stack/cable_coil/random, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"pnI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"pnJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"pnP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"pnT" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/external{ + dir = 8; + name = "Escape Pod Three" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/main/upper) +"pnU" = ( +/obj/effect/turf_decal/weather/grass/surround, +/obj/structure/flora/ausbushes, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/hallway/primary/port) +"pnW" = ( +/obj/machinery/vending/cola/random, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/status_display/ai{ + pixel_y = 26 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/hallway/primary/aft/upper) +"pof" = ( +/obj/machinery/power/apc{ + areastring = "/area/science/lab"; + dir = 4; + name = "Research Lab APC"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/white, +/area/science/lab) +"poi" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_decals_central6_corner"; + name = "maintenance hatch" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"poz" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"poD" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/turf/closed/wall/r_wall, +/area/engine/break_room) +"poG" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/library) +"poH" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -28544,211 +100254,563 @@ }, /turf/open/floor/plasteel/dark, /area/science/research) -"gdI" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/neutral{ +"poM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"poN" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/flora/crystal/small/pile, +/turf/open/floor/plating/asteroid/layenia, +/area/crew_quarters/dorms/upper) +"poS" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/central/upper) +"poV" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"ppg" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"pph" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/science/circuit) +"ppi" = ( +/obj/structure/railing{ dir = 1 }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/aft/upper) +"ppq" = ( +/obj/structure/chair/bench/metal/right{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"ppr" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing/handrail{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"pps" = ( +/obj/structure/target_stake, +/obj/machinery/magnetic_module, +/turf/open/floor/plasteel{ + dir = 1; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/science/circuit) +"ppv" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock"; + shuttledocked = 1 + }, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/processing) +"ppy" = ( +/obj/machinery/door/poddoor/preopen{ + id = "telelab"; + name = "test chamber blast door" + }, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/engine, +/area/science/misc_lab) +"ppz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/science/circuit) +"ppE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/mineral/lead, +/area/engine/break_room) +"ppJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar) +"ppX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"pqe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"pqj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/landmark/blobstart, +/turf/open/floor/engine, +/area/science/misc_lab) +"pqn" = ( +/obj/structure/chair/office/light, +/obj/structure/noticeboard/captain{ + pixel_y = 27 + }, +/turf/open/floor/plasteel/dark/side, +/area/bridge) +"pqs" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/maintenance/fore/upper) +"pqt" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, /obj/effect/turf_decal/tile/neutral{ dir = 4 }, /obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"pqu" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/assembly/flash/handheld{ + pixel_x = -6; + pixel_y = 1 + }, /turf/open/floor/plasteel/dark, /area/security/main) -"gdO" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/storage/satellite"; - name = "MiniSat Maint APC"; - pixel_y = -26 - }, -/obj/structure/cable, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/satellite) -"gdT" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "Holodeckshutter"; - name = "Holodeck Shutter" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"gek" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/pool) -"geu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, +"pqG" = ( /obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"gfa" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Holodeck Door" + icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 10; name = "scrubbers pipe" }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"pqI" = ( +/obj/structure/table, +/obj/item/hemostat, +/obj/item/cautery{ + pixel_x = 4 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 }, -/area/crew_quarters/fitness) -"gfd" = ( -/obj/structure/plasticflaps/opaque, -/obj/effect/turf_decal/delivery, /turf/open/floor/plasteel/dark, -/area/storage/primary) -"gfh" = ( -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 +/area/science/robotics/lab) +"pqL" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 }, -/area/layenia/cloudlayer) -"gfn" = ( -/obj/effect/turf_decal/tile/yellow{ +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 5; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"pqO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"pqP" = ( +/obj/structure/window/reinforced{ dir = 4 }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/hydroponics) +"pqQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"pqW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"pqX" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/turf/open/floor/plasteel/white/corner, +/area/science/misc_lab) +"pqZ" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/space_heater, +/turf/open/floor/plasteel, +/area/engine/break_room) +"prb" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/curtain, +/obj/item/soap, +/obj/machinery/shower{ + dir = 1 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/dorms/F) +"prd" = ( +/obj/structure/table, +/obj/item/reagent_containers/rag/towel, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/dorms/F) +"prg" = ( +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/misc_lab) +"pri" = ( +/obj/structure/trash_pile, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"prn" = ( +/obj/machinery/door/airlock/abandoned{ + id_tag = "PottySci"; + name = "Science Bathroom" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/freezer, +/area/maintenance/starboard) +"prq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/camera{ + c_tag = "Arrivals Bay 2 South"; + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/construction/mining/aux_base) +"prt" = ( +/turf/open/indestructible/concrete, +/area/layenia) +"prv" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/caution, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/construction/mining/aux_base) +"prx" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/light/floor, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"pry" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/psych/ward) +"prE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/construction/mining/aux_base) +"prL" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/structure/mirror{ + pixel_x = 28 + }, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ dir = 8; name = "air vent" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet) +"prR" = ( +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 3" }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"gfr" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"gfs" = ( -/turf/open/floor/plasteel/white/corner{ - dir = 8 +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, -/area/medical/psych) -"gfN" = ( -/turf/open/floor/plasteel{ - icon_state = "floor_plate" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" }, -/area/crew_quarters/locker) -"gfR" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/dark/corner{ - dir = 8 - }, -/area/ai_monitored/turret_protected/ai_upload) -"gfW" = ( -/obj/effect/landmark/start/assistant, -/turf/open/floor/carpet/black, -/area/arcade) -"ggb" = ( -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/security/courtroom) -"ggf" = ( +/area/construction/mining/aux_base) +"prS" = ( /obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"ggj" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/turf/open/floor/plasteel/freezer, -/area/medical/sleeper) -"ggr" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/machinery/light/small{ dir = 4; pixel_x = 7 }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"ggB" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/westright{ - dir = 4; - name = "Security Checkpoint"; - req_access_txt = "1" - }, -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, /turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"ghb" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/fire, -/turf/open/floor/plating, -/area/layenia) -"ghm" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "xenobio2"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"ghv" = ( -/obj/machinery/button/door{ - id = "qm_warehouse"; - name = "Warehouse Door Control"; - pixel_x = -1; - pixel_y = -24; - req_access_txt = "31" - }, +/area/construction/mining/aux_base) +"psb" = ( +/obj/structure/table/wood, +/obj/item/book/lorebooks/welcome_to_kinaris, +/turf/open/floor/carpet/royalblack, +/area/bridge) +"psd" = ( +/obj/structure/closet/crate, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; name = "scrubbers pipe" }, /turf/open/floor/plasteel{ @@ -28756,1152 +100818,256 @@ icon_state = "floor_plate" }, /area/quartermaster/warehouse) -"ghB" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"ghO" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/computer/lore_terminal, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"ghX" = ( +"psh" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/maintenance/fore) +"psl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"pst" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall, +/area/quartermaster/qm) +"psB" = ( /obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" + color = "#55391A"; + dir = 6; + icon_state = "siding_wood_line"; + name = "wood" }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"ghY" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ +/obj/structure/chair/comfy/black{ dir = 8 }, -/obj/machinery/portable_atmospherics/scrubber, -/obj/machinery/power/apc{ - areastring = "/area/science/mixing"; - dir = 4; - name = "Toxins Lab APC"; - pixel_x = 26 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"gib" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/camera{ - c_tag = "Research Division South"; - dir = 8; - network = list("ss13","rd") - }, -/turf/open/floor/wood, -/area/science/research) -"gif" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_x = -23 - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/engine/break_room) -"giL" = ( -/obj/structure/lattice/catwalk, -/obj/item/stack/cable_coil/random, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"giY" = ( -/obj/effect/turf_decal/caution/stand_clear{ - dir = 4 - }, -/turf/open/indestructible/concrete, -/area/layenia) -"gjg" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" }, +/area/hallway/secondary/service) +"psG" = ( +/obj/effect/turf_decal/stripes/corner, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ dir = 8; name = "scrubbers pipe" }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness) -"gjr" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall/r_wall, -/area/security/processing) -"gjN" = ( -/obj/structure/lattice/catwalk, -/obj/effect/landmark/carpspawn, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"gjV" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"gkg" = ( -/obj/structure/closet/crate/internals, -/turf/open/floor/plasteel{ +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ dir = 8; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"gkr" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/fore) -"gku" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/science/research) -"gkv" = ( -/turf/closed/wall/r_wall, -/area/maintenance/port/aft) -"gkz" = ( -/obj/structure/table, -/obj/item/reagent_containers/rag/towel{ - pixel_x = -2; - pixel_y = 18 - }, -/obj/item/reagent_containers/rag/towel{ - pixel_y = 22 - }, -/obj/item/reagent_containers/rag/towel{ - pixel_y = 3 - }, -/obj/item/reagent_containers/rag/towel{ - pixel_x = -1; - pixel_y = 7 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"gkF" = ( -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 1; name = "air supply pipe" }, -/turf/open/floor/plasteel, -/area/medical/virology) -"gkU" = ( -/obj/structure/trash_pile, -/turf/open/floor/plating, -/area/maintenance/fore) -"gls" = ( -/obj/machinery/computer/crew{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" +/obj/structure/cable{ + icon_state = "1-4" }, /turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/cmo) -"glu" = ( -/obj/structure/grille, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia/cloudlayer) -"glB" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, +/area/storage/tech) +"psM" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; name = "scrubbers pipe" }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/main) -"glL" = ( -/turf/open/floor/plasteel/stairs/right{ - dir = 4 - }, -/area/quartermaster/sorting) -"glR" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/item/toy/syndicateballoon, -/obj/structure/sign/poster/random{ - pixel_y = 32 - }, -/turf/open/floor/carpet/black, -/area/arcade) -"glS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness/pool) +"psN" = ( /obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"psO" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 6; name = "scrubbers pipe" }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"glV" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Prisoner Processing"; - req_access_txt = "2" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, /obj/structure/cable{ icon_state = "1-2" }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/processing) -"glW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" }, +/area/crew_quarters/heads/captain) +"psR" = ( +/obj/item/clothing/suit/hooded/wintercoat/engineering, +/obj/item/clothing/suit/hooded/wintercoat/engineering, +/obj/item/clothing/suit/hooded/wintercoat/engineering, +/obj/structure/rack, +/turf/open/floor/plating, +/area/crew_quarters/dorms/upper) +"psW" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, /obj/structure/cable{ icon_state = "4-8" }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"gme" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ +/area/security/main/upper) +"ptc" = ( +/obj/effect/turf_decal/tile/brown{ dir = 1 }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/effect/turf_decal/tile/brown{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" +/obj/machinery/computer/cargo, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 }, +/obj/machinery/camera{ + c_tag = "Quartermaster's Office"; + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/qm) +"pte" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/security/brig) -"gmi" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"gmr" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/item/radio/intercom{ - name = "Station Intercom (General)" - }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"ptm" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 }, /obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/brig) -"gmu" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1; - sortType = 13 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"gmw" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/ywflowers, -/obj/structure/window/reinforced{ dir = 8 }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/grass, -/area/medical/medbay/central) -"gmz" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, /obj/effect/turf_decal/tile/neutral, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/dark/side{ +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"ptz" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ dir = 4 }, -/area/security/main) -"gmB" = ( -/obj/structure/cable{ - icon_state = "4-8" +/obj/machinery/computer/bounty, +/obj/effect/turf_decal/tile/brown, +/turf/open/floor/plasteel/dark, +/area/quartermaster/qm) +"ptB" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"ptF" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 }, /turf/open/floor/plating, -/area/maintenance/port/fore) -"gmG" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/closet/crate, -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/miningdock"; +/area/hydroponics/garden) +"ptK" = ( +/obj/machinery/door/airlock/public/glass{ dir = 1; - name = "Mining Dock APC"; + name = "Barbershop" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/barber) +"ptO" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/filingcabinet, +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/qm"; + dir = 1; + name = "Quartermaster APC"; pixel_y = 24 }, /obj/structure/cable{ icon_state = "0-2" }, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"gmQ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/cigbutt, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/engine/break_room) -"gmX" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/security/warden) -"gna" = ( -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" - }, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"gnc" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/security/warden) -"gnq" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Brig Control"; - req_access_txt = "3" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, /turf/open/floor/plasteel/dark, -/area/security/warden) -"gnM" = ( -/obj/machinery/holopad, +/area/quartermaster/qm) +"puc" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"pui" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/quartermaster/mail) +"puk" = ( +/obj/structure/disposalpipe/segment, /obj/structure/cable{ icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel{ - dir = 4; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/security/processing) -"gnX" = ( -/obj/item/radio/intercom{ - pixel_x = -30 - }, -/obj/machinery/disposal/bin, +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"pus" = ( +/obj/structure/disposaloutlet, /obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"gnY" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/courtroom) -"gnZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"goe" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Prison Gate"; - name = "prison blast door" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/security/glass{ - basecolor = ""; - bound_width = 64; - divide_file = 'icons/obj/doors/airlocks/station/medbaydouble.dmi'; - doorOpen = 'sound/machines/bigairlockopen.ogg'; - icon = 'icons/obj/doors/airlocks/station/securitydouble.dmi'; - name = "Brig"; - note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; - overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/security/prison) -"goi" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white/corner, -/area/science/research) -"gor" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/announcement_system, -/turf/open/floor/plasteel/dark/corner{ dir = 1 }, -/area/tcommsat/computer) -"gos" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"gov" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "medshut2"; - name = "shutters" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/heads/cmo) -"goG" = ( -/obj/item/storage/box/bodybags{ - pixel_y = 4 - }, -/obj/item/reagent_containers/syringe{ - name = "steel point" - }, -/obj/item/reagent_containers/glass/bottle/charcoal, -/obj/item/reagent_containers/glass/bottle/epinephrine, -/obj/structure/table/glass, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"goK" = ( -/obj/machinery/door/airlock/external{ - name = "Disposal External Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/fans/tiny, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, /turf/open/floor/plating, -/area/maintenance/aft) -"goL" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/iv_drip, -/obj/item/reagent_containers/blood, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white, -/area/security/prison) -"goR" = ( -/obj/structure/closet/emcloset/anchored, -/turf/open/floor/plating, -/area/science/xenobiology) -"goS" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"gph" = ( -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - sortType = 22 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"gpt" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/library) -"gpE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"gpP" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"gpS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"gpT" = ( -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"gpX" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Incinerator Output Pump" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"gqj" = ( -/obj/machinery/door/window/westleft{ - dir = 1; - name = "Brig Infirmary" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/security/prison) -"gqq" = ( -/obj/machinery/door/window/westleft{ - base_state = "right"; - dir = 1; - icon_state = "right"; - name = "Brig Infirmary" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/security/prison) -"gqv" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/table/glass, -/obj/machinery/computer/med_data/laptop, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white, -/area/security/prison) -"gqz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, +/area/quartermaster/sorting) +"put" = ( /turf/open/floor/plasteel{ dir = 8; - icon_state = "floor_plate" - }, -/area/engine/engine_smes) -"gqA" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"gqD" = ( -/obj/structure/toilet{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"gqL" = ( -/turf/open/floor/plasteel{ - dir = 1; icon_state = "floor_trim" }, -/area/engine/atmos) -"gre" = ( -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"grE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/table, -/obj/item/toy/figure/ce{ - pixel_x = -4; - pixel_y = -3 - }, -/obj/item/coin/uranium{ - pixel_x = 8; - pixel_y = 7 - }, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"grG" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/storage/eva) -"grL" = ( -/obj/structure/flora/junglebush, -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/grass, -/area/medical/medbay/central) -"grV" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"gsf" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"gsh" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/trash_pile, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/maintenance/fore) -"gsw" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness) -"gsz" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"gsU" = ( -/obj/structure/railing, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/port) -"gti" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ +/area/hallway/secondary/exit) +"puv" = ( +/obj/effect/turf_decal/tile/red{ dir = 9 }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"gtj" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/power/apc{ - areastring = "/area/science/research"; - dir = 8; - name = "Misc Research APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/science/research) -"gtn" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; + dir = 5; name = "scrubbers pipe" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"gtt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/stairs/medium, -/area/hallway/secondary/entry) -"gtE" = ( -/obj/machinery/vending/tool, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"gtJ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"gtN" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"gtW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"guc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/quartermaster/storage) -"gud" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel{ +/turf/open/floor/plasteel/dark{ dir = 1; - icon_state = "floor_plate" + icon_state = "darkfull_trim" }, -/area/engine/break_room) -"guh" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "12" - }, -/obj/structure/fans/tiny, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"gul" = ( -/turf/closed/wall/r_wall, -/area/security/courtroom) -"guF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"guO" = ( +/area/security/visitation) +"puF" = ( /obj/structure/closet/crate/internals, /obj/item/clothing/suit/hazardvest{ desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; @@ -29936,9 +101102,1814 @@ /obj/item/clothing/mask/breath, /obj/item/clothing/mask/breath, /obj/item/clothing/mask/breath, -/turf/open/floor/plasteel/dark, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, /area/gateway) -"guP" = ( +"pve" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"pvh" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/storage/eva) +"pvi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/carpet, +/area/chapel/main) +"pvv" = ( +/obj/structure/flora/tree/jungle{ + icon_state = "tree"; + pixel_y = -13 + }, +/obj/effect/turf_decal/weather/grass, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"pvA" = ( +/obj/structure/easel, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/plasteel/dark, +/area/artatrium) +"pvB" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/security/prison) +"pvJ" = ( +/obj/machinery/atmospherics/components/binary/pump/on/layer3{ + dir = 8; + name = "Air In" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/security/brig/upper) +"pvL" = ( +/obj/structure/easel, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/plasteel/dark, +/area/artatrium) +"pvV" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"pvX" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Storage Office C"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/storage/C) +"pwd" = ( +/obj/machinery/door/poddoor/shutters{ + id = "stationxenoarchaeologyawaygate"; + name = "Xenoarchaeology Access Shutters" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/research) +"pwe" = ( +/obj/machinery/computer/secure_data, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"pwg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"pwn" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"pwq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"pww" = ( +/obj/structure/fence/corner{ + dir = 10 + }, +/obj/effect/turf_decal/weather/grass/line{ + dir = 5 + }, +/turf/open/indestructible/layenia/crystal, +/area/layenia) +"pwx" = ( +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"pwA" = ( +/obj/structure/table/wood, +/obj/item/storage/crayons, +/obj/item/storage/crayons, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/plasteel/dark, +/area/artatrium) +"pwB" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 5 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cloudlayer) +"pwC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/power/apc{ + areastring = "/area/hallway/primary/aft"; + dir = 8; + name = "Aft Hall APC"; + pixel_x = -25; + pixel_y = 1 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"pwF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"pwO" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"pwS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"pwT" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/robotics/lab) +"pwU" = ( +/obj/machinery/door/airlock/mining/glass{ + dir = 4; + name = "Cargo Office"; + req_access_txt = "50" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/quartermaster/sorting) +"pwW" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/open/floor/wood, +/area/engine/break_room) +"pwX" = ( +/obj/structure/rack/shelf, +/obj/item/vending_refill/wardrobe/viro_wardrobe, +/obj/item/vending_refill/wardrobe/robo_wardrobe, +/obj/item/vending_refill/wardrobe/jani_wardrobe, +/obj/item/vending_refill/wardrobe/engi_wardrobe, +/obj/item/vending_refill/wardrobe/chem_wardrobe, +/obj/item/vending_refill/wardrobe/bar_wardrobe, +/obj/item/vending_refill/clothing, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/break_room) +"pwZ" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/closet, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"pxb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"pxh" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 1 + }, +/turf/open/indestructible/concrete, +/area/layenia) +"pxq" = ( +/obj/structure/chair/bench/left, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"pxr" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/flora/crystal/small/pile, +/turf/open/indestructible/layenia/sand{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/hallway/primary/aft/upper) +"pxD" = ( +/obj/machinery/door/window/southleft{ + dir = 4; + name = "Court Cell"; + req_access_txt = "2" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"pxJ" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"pxL" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing/handrail{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"pxO" = ( +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"pxS" = ( +/obj/machinery/computer/card/minor/hos, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hos) +"pxU" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/security/visitation) +"pyb" = ( +/turf/closed/wall, +/area/crew_quarters/dorms/B) +"pyc" = ( +/obj/structure/flora/crystal/small/pile, +/obj/structure/flora/crystal/small/growth, +/turf/open/indestructible/layenia/crystal/garden, +/area/security/locker) +"pyf" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/research) +"pyj" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/research) +"pyk" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/poddoor/preopen{ + id = "Biohazard"; + name = "biohazard containment door" + }, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/delivery, +/obj/machinery/light_switch{ + pixel_y = -28 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/research) +"pym" = ( +/turf/closed/wall/r_wall, +/area/science/lab) +"pyp" = ( +/obj/machinery/rnd/destructive_analyzer, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/lab) +"pyu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/lab) +"pyK" = ( +/obj/structure/table, +/obj/item/toy/talking/drone, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"pyO" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/effect/baseturf_helper/asteroid/layenia, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore/secondary) +"pyU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"pyW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/rnd/production/protolathe/department/science, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/lab) +"pzd" = ( +/obj/structure/table/reinforced, +/obj/item/integrated_circuit_printer, +/obj/item/integrated_circuit_printer{ + pixel_y = 6 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"pzm" = ( +/obj/structure/chair/comfy/black, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"pzs" = ( +/obj/structure/table/reinforced, +/obj/item/multitool, +/obj/item/screwdriver, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"pzx" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/turf/open/floor/plasteel, +/area/bridge) +"pzA" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/power/apc{ + areastring = "/area/engine/atmos"; + dir = 8; + name = "Atmospherics APC"; + pixel_x = -24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/engine/atmos) +"pzB" = ( +/obj/structure/table/plasmaglass, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"pzE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"pzF" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/vending/assist, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"pzH" = ( +/obj/structure/lattice, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"pzI" = ( +/obj/structure/window/reinforced, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"pzK" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall, +/area/crew_quarters/toilet) +"pzW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/camera{ + c_tag = "Circuitry Lab"; + dir = 1; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel, +/area/science/circuit) +"pzZ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/science/circuit) +"pAc" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/security/prison) +"pAd" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"pAe" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_a) +"pAj" = ( +/obj/structure/table, +/obj/item/taperecorder, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"pAo" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/central/upper) +"pAr" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing, +/obj/machinery/light/floor, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/theatre) +"pAu" = ( +/obj/structure/railing, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark/layenia{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"pAE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_decals_central6_corner"; + name = "maintenance hatch" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/sorting) +"pAP" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "rnd2"; + name = "research lab shutters" + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/science/lab) +"pAR" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/flora/crystal/small/growth, +/turf/open/floor/plating/asteroid/layenia, +/area/crew_quarters/dorms/upper) +"pAV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"pAX" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"pBv" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on, +/turf/open/floor/engine, +/area/science/misc_lab) +"pBz" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + req_access_txt = "12" + }, +/obj/structure/fans/tiny, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/aft/upper) +"pBB" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel, +/area/engine/custom) +"pBG" = ( +/obj/machinery/camera{ + c_tag = "Testing Chamber"; + dir = 9; + network = list("test","rd") + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"pBY" = ( +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/misc_lab) +"pCa" = ( +/turf/open/floor/plasteel, +/area/quartermaster/mail) +"pCc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/port/upper"; + name = "Upper Port Maintenance APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/upper) +"pCg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"pCi" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"pCj" = ( +/obj/structure/sign/departments/restroom{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"pCl" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/aft/upper) +"pCo" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/construction/mining/aux_base) +"pCp" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"pCs" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/engine/break_room) +"pCy" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"pCA" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/construction/mining/aux_base) +"pCE" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms/upper) +"pCH" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/sleeper) +"pCL" = ( +/obj/structure/closet/crate, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/warehouse) +"pCN" = ( +/obj/machinery/door/airlock/mining{ + dir = 4; + name = "Quartermaster's Quarters"; + req_access_txt = "41" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/qm) +"pCS" = ( +/obj/machinery/camera{ + c_tag = "TEG - North Center"; + dir = 8; + network = list("ss13","engine") + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"pCX" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/department/engine/upper) +"pCY" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/qm) +"pDb" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/qm) +"pDe" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"pDf" = ( +/obj/structure/rack/shelf, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"pDg" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/sign/warning/securearea{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/security/warden) +"pDj" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/tile/green{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hydroponics) +"pDm" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"pDn" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/qm) +"pDo" = ( +/obj/structure/window/reinforced, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"pDt" = ( +/obj/machinery/conveyor{ + dir = 6; + id = "packageSort2" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"pDI" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/artatrium) +"pDU" = ( +/turf/open/floor/plasteel/dark, +/area/artatrium) +"pDW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"pEh" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/flora/junglebush/b, +/turf/open/floor/grass, +/area/hydroponics) +"pEi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/displaycase/labcage, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"pEq" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 8 + }, +/area/crew_quarters/heads/cmo) +"pEr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/hallway/primary/aft) +"pEu" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/item/clothing/suit/hooded/wintercoat/viro, +/obj/structure/rack, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/medical/virology) +"pEx" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"pEB" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/table/reinforced, +/obj/item/storage/bag/tray, +/obj/item/kitchen/rollingpin, +/obj/item/kitchen/knife/plastic, +/turf/open/floor/plasteel, +/area/security/prison) +"pED" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"pEE" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "linealt_corner"; + name = "line" + }, +/turf/open/indestructible/concrete/smooth, +/area/layenia) +"pEG" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/misc_lab) +"pEQ" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = 6 + }, +/obj/item/clothing/glasses/welding, +/obj/item/multitool{ + pixel_x = 3 + }, +/obj/item/clothing/glasses/welding, +/obj/item/multitool{ + pixel_x = 3 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/science/robotics/lab) +"pEU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"pEV" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/aug_manipulator, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"pEW" = ( +/obj/machinery/computer/rdconsole/core{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/lab) +"pEZ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "kitchen2"; + name = "kitchen shutters" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/kitchen) +"pFd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/lab) +"pFl" = ( +/obj/effect/turf_decal/loading_area, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/warehouse) +"pFm" = ( +/obj/structure/closet/secure_closet/freezer{ + name = "fridge" + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets/donkpocketberry, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/security/main/upper) +"pFp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/main/upper) +"pFr" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 8; + name = "Barbershop" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/barber) +"pFA" = ( +/obj/item/reagent_containers/glass/beaker/sulphuric, +/obj/machinery/rnd/production/circuit_imprinter/department/science, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/lab) +"pFB" = ( +/turf/closed/wall, +/area/maintenance/port/upper) +"pFD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"pFH" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/turf/open/floor/wood, +/area/security/detectives_office) +"pFJ" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/bar"; + name = "Bar APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/hallway/secondary/service) +"pFM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"pFO" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel/white, +/area/science/lab) +"pFW" = ( +/obj/structure/flora/crystal/small/pile, +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/primary/starboard/upper) +"pFY" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/crew_quarters/dorms/upper) +"pFZ" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/hallway/primary/fore) +"pGa" = ( +/obj/structure/table/glass, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/micro_laser, +/obj/item/stock_parts/micro_laser, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"pGb" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit/upper) +"pGc" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "testlab"; + name = "test chamber blast door" + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"pGj" = ( +/obj/machinery/door/poddoor/preopen{ + id = "testlab"; + name = "test chamber blast door" + }, +/obj/machinery/door/airlock/research/glass{ + dir = 1; + name = "Test Chamber"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"pGk" = ( +/turf/closed/wall, +/area/quartermaster/office) +"pGm" = ( +/turf/open/floor/plasteel/checker, +/area/maintenance/department/engine/upper) +"pGo" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/hallway/secondary/service) +"pGp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/turf/open/floor/engine, +/area/layenia/cave) +"pGt" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/fitness/pool) +"pGv" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/general/hidden, +/obj/machinery/door/poddoor/preopen{ + id = "testlab"; + name = "test chamber blast door" + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"pGx" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"pGD" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/camera{ + c_tag = "Research Division East"; + dir = 5; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel/white/corner, +/area/science/misc_lab) +"pGF" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/holopad, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"pGO" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/visitation) +"pGP" = ( +/obj/structure/chair/sofachair{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/barber) +"pGR" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/misc_lab) +"pGU" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"pGV" = ( +/obj/machinery/portable_atmospherics/canister, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/misc_lab) +"pGY" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 5; name = "air supply pipe" @@ -29950,126 +102921,362 @@ /obj/structure/cable{ icon_state = "1-4" }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"guS" = ( -/obj/effect/turf_decal/stripes/corner{ +/turf/open/floor/plating, +/area/maintenance/starboard) +"pHf" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/security/courtroom) +"pHj" = ( +/obj/structure/window/reinforced{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 }, -/obj/effect/landmark/nuclear_waste_spawner, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"guV" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"guW" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ +/turf/open/indestructible/layenia/crystal/garden, +/area/medical/psych/rec) +"pHl" = ( +/obj/effect/turf_decal/tile/yellow{ dir = 9 }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"guX" = ( -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/quartermaster/storage) -"guZ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"gvd" = ( /obj/effect/turf_decal/loading_area{ dir = 1; icon_state = "drain"; name = "drain" }, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; name = "air supply pipe" }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"gve" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"pHo" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"pHr" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 9 }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"gvk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"gvl" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/machinery/button/door{ - id = "stationawaygate"; - name = "Gateway Access Shutter Control"; - pixel_x = -7; - pixel_y = 27; - req_access_txt = "31" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"gvt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"gvL" = ( /obj/effect/turf_decal/loading_area{ + dir = 1; icon_state = "drain"; name = "drain" }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"pHu" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/sign/painting/library{ + pixel_y = -24 + }, +/turf/open/floor/plasteel/stairs{ + dir = 8 + }, +/area/hallway/secondary/service) +"pHC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/reagent_dispensers/water_cooler, +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/wood, +/area/engine/break_room) +"pHG" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plating, +/area/layenia/cave) +"pHV" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"pHW" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/chair/bench/metal/right{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/psych/ward) +"pHY" = ( +/obj/structure/chair/comfy/brown, +/obj/effect/landmark/start/psychologist, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/medical/psych) +"pIe" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/exit) +"pIh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"pIj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"pIk" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/dorms/upper) +"pIn" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/engine/custom) +"pIr" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/storage/C) +"pIx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"pIB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/construction/mining/aux_base) +"pIN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"pIP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/engine/tether) +"pIQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/security/checkpoint/auxiliary) +"pIX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/construction/mining/aux_base) +"pIZ" = ( +/obj/effect/turf_decal/stripes/box, +/obj/item/reagent_containers/food/snacks/donut/berry, +/turf/open/floor/plating, +/area/security/brig/upper) +"pJb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"pJd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"pJm" = ( +/obj/structure/railing, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"pJn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/theatre) +"pJp" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/qm) +"pJB" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/qm) +"pJC" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, @@ -30081,44 +103288,310 @@ }, /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, -/area/hallway/primary/fore) -"gvR" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 4 +/area/science/research) +"pJK" = ( +/obj/machinery/firealarm{ + pixel_y = -28 }, -/obj/machinery/meter, -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 1 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"gwb" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" }, +/area/hallway/primary/starboard/upper) +"pJL" = ( +/obj/effect/turf_decal/delivery, /turf/open/floor/plasteel{ - icon_state = "floor_trim" + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" }, -/area/crew_quarters/fitness) -"gwf" = ( -/obj/effect/turf_decal/loading_area{ +/area/quartermaster/sorting) +"pJT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_trim" + }, +/area/medical/psych/lobby) +"pJZ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; icon_state = "steel_panel"; name = "steel pannel" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore/upper) +"pKa" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"pKb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/storage/D) +"pKi" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"pKl" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"pKo" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit/upper) +"pKw" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/weather/grass/line{ + dir = 4 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/security/prison) +"pKx" = ( +/obj/effect/turf_decal/loading_area{ dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/bridge) +"pKz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/shower{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"pKG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; name = "air supply pipe" }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"gwo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"pKN" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ dir = 4 }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/fore) +"pKV" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + basecolor = ""; + bound_width = 64; + divide_file = 'icons/obj/doors/airlocks/station/medbaydouble.dmi'; + doorOpen = 'sound/machines/bigairlockopen.ogg'; + icon = 'icons/obj/doors/airlocks/station/medbaydouble.dmi'; + id_tag = "MedbayFoyer"; + name = "Psychology Ward"; + note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + req_access_txt = "71"; + stripcolor = "" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/psych/ward) +"pKW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"pLi" = ( +/turf/open/floor/plasteel/dark, +/area/engine/tether) +"pLj" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "packageSort2" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Cargo Delivery Office"; + dir = 6 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"pLm" = ( +/obj/machinery/door/window/westleft{ + dir = 4; + name = "Disposal Loop"; + req_access_txt = "50" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"pLn" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/flora/crystal/small/pile, +/turf/open/floor/plating/asteroid/layenia, +/area/crew_quarters/dorms/upper) +"pLq" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/layenia{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"pLt" = ( +/obj/effect/decal/cleanable/oil{ + icon_state = "floor5" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/storage/D) +"pLz" = ( +/obj/machinery/hydroponics/constructable, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hydroponics) +"pLK" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"pLL" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Shop Maintenance Access"; + req_access_txt = "12" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" @@ -30127,9 +103600,898 @@ dir = 4; name = "scrubbers pipe" }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/storage/D) +"pLP" = ( +/obj/structure/flora/crystal/medium/growth{ + icon_state = "crystalgrowth3" + }, +/turf/open/indestructible/layenia/crystal/garden, +/area/bridge) +"pLT" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"pLW" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 4; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/exit/upper) +"pLX" = ( +/obj/machinery/conveyor{ + id = "packageSort2" + }, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"pLY" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/external{ + dir = 8; + name = "External Access"; + req_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/upper) +"pMa" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box, +/obj/item/storage/fancy/candle_box, +/obj/item/stack/sheet/micro_bricks/twenty, +/obj/item/stack/sheet/micro_bricks/twenty, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/artatrium) +"pMb" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/item/canvas/twentythreeXtwentythree, +/obj/item/canvas/twentythreeXnineteen, +/obj/item/canvas/nineteenXnineteen, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/item/canvas/nineteenXnineteen, +/obj/item/canvas, +/obj/item/canvas, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark, +/area/artatrium) +"pMc" = ( +/obj/structure/chair/bench/left{ + dir = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/spa/sauna) +"pMf" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, /turf/open/floor/plasteel, -/area/engine/atmos) -"gwA" = ( +/area/hallway/primary/port/upper) +"pMl" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/aft) +"pMw" = ( +/obj/machinery/computer/mech_bay_power_console, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/maintenance/department/engine/upper) +"pMM" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "loadingarea_flip" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"pMT" = ( +/obj/structure/bodycontainer/morgue{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"pNg" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"pNj" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"pNk" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/machinery/camera{ + c_tag = "Xenobiology Outer South"; + dir = 8; + network = list("ss13","rd") + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 12; + pixel_y = 2 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/science/xenobiology) +"pNp" = ( +/obj/machinery/requests_console{ + department = "Robotics"; + departmentType = 2; + name = "Robotics RC"; + pixel_x = 30; + receive_ore_updates = 1 + }, +/obj/item/toy/figure/roboticist{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/machinery/rnd/production/circuit_imprinter/department/science, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"pNx" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 1; + id = "xenobio8"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"pNz" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/white/corner, +/area/science/research) +"pNI" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/closet/crate/wooden, +/obj/item/stack/sheet/mineral/wood, +/obj/item/stack/sheet/mineral/wood, +/obj/item/stack/sheet/mineral/wood, +/obj/item/stack/sheet/mineral/wood, +/obj/item/paper/guides/jobs/hydroponics, +/turf/open/floor/grass, +/area/hydroponics) +"pNR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white/side, +/area/science/research) +"pNY" = ( +/obj/machinery/camera{ + c_tag = "Research Division Access South" + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 8 + }, +/area/science/research) +"pNZ" = ( +/obj/structure/rack/shelf, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/turf/open/floor/plasteel/dark, +/area/storage/A) +"pOa" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "half_stairs"; + name = "steps" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/maintenance/starboard/aft/upper) +"pOd" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"pOf" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/security/checkpoint/medical) +"pOx" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/open/transparent/glass/reinforced, +/area/quartermaster/office) +"pOE" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/locker) +"pOF" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 4; + name = "Armory Desk"; + req_access_txt = "3" + }, +/obj/machinery/door/window/southleft{ + dir = 8; + name = "Reception Desk"; + req_access_txt = "63" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/security/warden) +"pOR" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/library) +"pOV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"pOW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/obj/item/toy/figure/scientist{ + pixel_x = -5; + pixel_y = -11 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"pPj" = ( +/obj/machinery/door/airlock/highsecurity{ + name = "AI Upload Access"; + req_access_txt = "16" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/ai_upload) +"pPm" = ( +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/crew_quarters/theatre) +"pPD" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/aisat/atmos) +"pPI" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"pPK" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"pPU" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/security/main/upper) +"pQa" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/stairs/medium, +/area/crew_quarters/dorms) +"pQd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"pQn" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/wood, +/area/library) +"pQo" = ( +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/storage) +"pQs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/docking_port/stationary/random{ + dir = 8; + id = "pod_lavaland1"; + name = "lavaland" + }, +/turf/open/indestructible/concrete, +/area/layenia) +"pQt" = ( +/obj/item/stack/sheet/glass, +/obj/structure/table/glass, +/obj/item/stack/sheet/glass, +/obj/item/stack/sheet/glass, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/scanning_module{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/stock_parts/scanning_module, +/turf/open/floor/plasteel/white, +/area/science/lab) +"pQx" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/visitation) +"pQD" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/misc_lab) +"pQF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/hallway/primary/fore/upper) +"pQI" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/misc_lab) +"pQQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/general/hidden, +/turf/open/floor/plating, +/area/science/misc_lab) +"pQX" = ( +/obj/structure/table, +/obj/machinery/button/door{ + id = "testlab"; + name = "Test Chamber Blast Doors"; + pixel_x = 4; + pixel_y = 2; + req_access_txt = "55" + }, +/obj/machinery/button/ignition{ + id = "testigniter"; + pixel_x = -6; + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab) +"pRb" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/robotics/lab) +"pRd" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"pRl" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"pRp" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 6 + }, +/obj/item/folder/white{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/folder/white{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/pen, +/obj/item/taperecorder, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab) +"pRy" = ( +/obj/structure/closet, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/mask/gas, +/obj/item/clothing/head/hardhat/weldhat/orange, +/obj/item/tank/internals/emergency_oxygen/engi, +/turf/open/floor/plating, +/area/maintenance/starboard) +"pRG" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/poster/official/safety_eye_protection{ + pixel_y = -31 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"pRI" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/checkpoint/supply) +"pRQ" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 9; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/security/courtroom) +"pSe" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/G) +"pSr" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/computer/security/telescreen{ + name = "Test Chamber Monitor"; + network = list("test"); + pixel_y = 30 + }, +/obj/item/toy/plush/lizardplushie/arctaisia{ + pixel_y = 14 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab) +"pSs" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"pSw" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/misc_lab) +"pSC" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/spa/sauna) +"pSD" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/engine/break_room) +"pSE" = ( +/obj/effect/turf_decal/bot_white/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"pSF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/bridge) +"pSH" = ( +/obj/machinery/computer/station_alert, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/bridge) +"pSP" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft/upper) +"pSY" = ( +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"pTb" = ( +/turf/open/floor/plating, +/area/layenia/cloudlayer) +"pTi" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"pTl" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"pTs" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 8; + freq = 1400; + location = "Research Division" + }, +/obj/effect/turf_decal/bot, +/obj/structure/plasticflaps/opaque, +/turf/open/floor/plating, +/area/maintenance/starboard) +"pTB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_trim" + }, +/area/medical/medbay/upper) +"pTK" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 10 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/crew_quarters/dorms/upper) +"pTQ" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/fore) +"pUb" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, @@ -30146,2595 +104508,927 @@ }, /turf/open/floor/plating, /area/maintenance/starboard) -"gwH" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/crew_quarters/fitness/pool) -"gwJ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"gwL" = ( -/obj/structure/target_stake, -/obj/machinery/magnetic_module, -/turf/open/floor/holofloor{ - icon_state = "white" - }, -/area/security/range) -"gwO" = ( -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"gxa" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"gxf" = ( -/obj/structure/alien/weeds, -/obj/structure/alien/weeds, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"gxl" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/bridge) -"gxn" = ( -/obj/structure/closet/secure_closet/courtroom, -/obj/effect/decal/cleanable/cobweb, -/obj/item/gavelhammer, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/security/courtroom) -"gxK" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/science/misc_lab) -"gyf" = ( -/obj/machinery/computer{ - desc = "A console used to monitor fuel reserves for the shuttles that dock here. It seems iced-over and non-functional."; - name = "Fuel Monitoring Console 2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating/snowed/smoothed, -/area/layenia) -"gyl" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"gyr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"gyu" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/structure/mirror{ - pixel_x = 28 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"gyE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/quartermaster/storage) -"gyM" = ( -/obj/machinery/rnd/production/circuit_imprinter, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"gyO" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/primary/starboard) -"gyR" = ( -/obj/structure/chair{ - name = "Judge" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Courtroom North" - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"gyU" = ( -/obj/structure/holohoop{ - dir = 1; - layer = 4.1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/turf/open/indestructible/concrete/smooth, -/area/layenia) -"gzb" = ( -/obj/machinery/chem_heater, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"gzh" = ( -/obj/machinery/atmospherics/components/binary/valve/digital{ - dir = 4; - name = "Moderator Purge" - }, -/obj/structure/cable/white{ - icon_state = "1-8" - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"gzl" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/security/courtroom) -"gzr" = ( -/obj/structure/table, -/obj/item/storage/belt/utility, -/obj/item/storage/belt/utility, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 5 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/science/robotics/lab) -"gzR" = ( -/obj/structure/chair{ - name = "Judge" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"gzW" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1; - name = "Connector Port (Air Supply)" - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"gAe" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/structure/mirror{ - pixel_x = 28 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"gAD" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 4; - external_pressure_bound = 120; - name = "server vent" - }, -/turf/open/floor/circuit/telecomms/server, -/area/science/server) -"gAM" = ( -/obj/structure/chair{ - name = "Judge" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"gAU" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "Research Division" - }, -/obj/effect/turf_decal/bot, -/obj/structure/plasticflaps/opaque, -/turf/open/floor/plating, -/area/maintenance/starboard) -"gBL" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/artatrium) -"gBQ" = ( -/obj/machinery/door/airlock/security{ - dir = 4; - name = "Court Cell Door"; - req_access_txt = "63; 42" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"gBU" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"gCb" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/brig) -"gCv" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/brig) -"gCz" = ( -/obj/machinery/door/airlock{ - dir = 4; - id_tag = "null"; - name = "Unit 1" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"gCI" = ( -/obj/structure/table, -/obj/item/crowbar, -/obj/item/beacon, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"gCM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/stairs/medium, -/area/maintenance/port) -"gCR" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"gCV" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/obj/effect/landmark/carpspawn, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"gDf" = ( -/obj/structure/flora/junglebush, -/obj/structure/flora/ausbushes/ppflowers, -/turf/open/floor/grass, -/area/crew_quarters/dorms) -"gDm" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/brig) -"gDz" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"gDA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"gDB" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/cmo"; - dir = 1; - name = "CM Office APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"gDD" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/maintenance/fore) -"gDH" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "MiniSat Maintenance Storage"; - network = list("minisat"); - start_active = 1 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"gEn" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"gEE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"gEH" = ( -/obj/structure/closet/l3closet, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"gEL" = ( -/obj/machinery/door/airlock/external{ - name = "Security External Airlock"; - req_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/maintenance/fore) -"gEM" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet, -/area/crew_quarters/fitness/pool) -"gES" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"gEV" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/button/door{ - id = "qm_warehouse"; - name = "Warehouse Door Control"; - pixel_x = -1; - pixel_y = 24; - req_access_txt = "31" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/quartermaster/storage) -"gFe" = ( -/obj/structure/chair/office/dark, -/turf/open/floor/wood, -/area/engine/engineering) -"gFG" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"gFP" = ( -/obj/machinery/door/airlock/external{ - name = "Security External Airlock"; - req_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"gFR" = ( -/obj/structure/lattice/catwalk, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"gGj" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/flora/crystal/small/growth, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"gGF" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"gGH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"gGM" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"gGP" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 4 - }, -/area/engine/break_room) -"gGY" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"gHt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"gHy" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/security/main) -"gHC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"gHL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/window/southright{ - dir = 1; - name = "Garden Door" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hydroponics/garden) -"gHN" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"gHS" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/grass, -/area/hydroponics) -"gIv" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"gIy" = ( -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/secondary/entry) -"gID" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"gIX" = ( -/obj/structure/plasticflaps/opaque, -/obj/effect/turf_decal/bot, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"gJv" = ( -/obj/machinery/vending/cola/random, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"gJw" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"gJF" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/railing, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"gJI" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"gJK" = ( -/obj/structure/table, -/obj/item/paper_bin, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/artatrium) -"gJV" = ( -/obj/machinery/computer/atmos_control/tank/air_tank{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"gJW" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/artatrium) -"gKe" = ( -/obj/structure/flora/crystal/medium/growth{ - icon_state = "crystalgrowth1" - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/secondary/exit) -"gKr" = ( -/obj/effect/spawner/lootdrop/keg, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/starboard/aft) -"gKz" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 4 - }, -/turf/closed/wall, -/area/engine/engineering) -"gKC" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/satellite) -"gKX" = ( -/obj/structure/chair/stool, -/obj/machinery/button/door{ - id = "permabolt2"; - name = "Cell Bolt Control"; - normaldoorcontrol = 1; - pixel_y = 25; - specialfunctions = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"gLh" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/pool) -"gLr" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"gLu" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 2; - height = 5; - id = "laborcamp_home"; - name = "fore bay 1"; - roundstart_template = /datum/map_template/shuttle/labour/box; - width = 9 - }, -/turf/open/indestructible/concrete/smooth, -/area/layenia) -"gLx" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/bridge"; - name = "Bridge APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/bridge) -"gLB" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/maintenance/fore) -"gLL" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock"; - shuttledocked = 1 - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/security/processing) -"gLY" = ( -/obj/effect/turf_decal/loading_area, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/quartermaster/storage) -"gMh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"gMn" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"gMx" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/kitchen) -"gMy" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"gMJ" = ( -/obj/structure/table/glass, -/obj/item/storage/box/disks{ - pixel_x = -1; - pixel_y = 8 - }, -/obj/item/storage/box/rxglasses, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/requests_console{ - department = "Genetics"; - name = "Genetics Requests Console"; - pixel_y = 30 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"gMW" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/primary/starboard) -"gMY" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"gNc" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"gNv" = ( -/obj/effect/turf_decal/arrows/white{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"gNE" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 1; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"gNO" = ( -/obj/structure/table/wood, -/obj/item/radio/intercom{ - dir = 8; - name = "Station Intercom (Court)" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/courtroom) -"gNP" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"gOn" = ( -/turf/open/indestructible/layenia/crystal, -/area/layenia) -"gOy" = ( -/obj/machinery/disposal/bin, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/disposalpipe/trunk, -/obj/machinery/camera{ - c_tag = "Starboard Primary Hallway" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"gOQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/janitor) -"gOV" = ( -/obj/structure/table/wood, -/obj/item/gavelblock, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/courtroom) -"gOZ" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/courtroom) -"gPa" = ( -/obj/structure/table/wood, -/obj/item/book/lorebooks/welcome_to_kinaris{ - pixel_y = 3 - }, -/turf/open/floor/wood, -/area/quartermaster/qm) -"gPd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"gPq" = ( -/obj/structure/lattice, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"gPv" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"gPy" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"gPA" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"gPG" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/computer/secure_data{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/security/brig) -"gPT" = ( -/obj/machinery/door/window/southleft{ - name = "Court Cell"; - req_access_txt = "2" - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"gQh" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/rnd/production/techfab/department/medical, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Medbay Storage"; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"gQi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white/side{ - dir = 9 - }, -/area/bridge) -"gQk" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/open/chasm/cloud, -/area/layenia) -"gQn" = ( -/obj/structure/flora/crystal/medium/growth{ - icon_state = "crystalgrowth3" - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/science/misc_lab) -"gQo" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"gQw" = ( -/obj/structure/table, -/obj/item/flashlight/lamp, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"gQy" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/fore) -"gQH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/hop) -"gQT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"gQW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/portables_connector{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"gRb" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/effect/landmark/start/detective, -/turf/open/floor/wood, -/area/security/detectives_office) -"gRo" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/item/flashlight/lantern{ - icon_state = "lantern-on"; - pixel_x = -2; - pixel_y = 8 - }, -/turf/open/floor/wood, -/area/chapel/main) -"gRp" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"gRr" = ( -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"gRt" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/bridge) -"gRF" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"gRG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"gRN" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Cargo Office"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"gRS" = ( -/obj/structure/chair/foldingchair{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"gSc" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/sign/painting/library{ - pixel_y = 28 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/artatrium) -"gSe" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"gSq" = ( -/obj/structure/table/glass, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/mask/surgical, -/obj/item/reagent_containers/spray/cleaner, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/white, -/area/security/prison) -"gSX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/artatrium) -"gTc" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"gTd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"gTx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/item/reagent_containers/rag/towel{ - pixel_x = 3; - pixel_y = 9 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"gTJ" = ( -/obj/structure/trash_pile, -/obj/effect/decal/cleanable/cobweb, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/maintenance/fore) -"gTU" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/maintenance/fore) -"gTW" = ( -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"gUx" = ( -/obj/structure/chair/sofa/right{ - dir = 4 - }, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"gUA" = ( -/obj/effect/turf_decal/bot_white/right, -/obj/structure/closet/crate/goldcrate, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"gUI" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"gUL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"gUS" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"gVc" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/medical/virology) -"gVf" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"gVp" = ( -/obj/structure/chair/sofa/right{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/fore) -"gVP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"gVX" = ( -/obj/machinery/atmospherics/components/unary/cryo_cell, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"gWc" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/box, -/obj/machinery/camera{ - c_tag = "Bridge North"; - dir = 6 - }, -/turf/open/floor/plasteel, -/area/bridge) -"gWh" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/item/cultivator, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"gWo" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Incinerator to Output" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/disposal/incinerator"; - name = "Incinerator APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"gWD" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"gWE" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"gWK" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"gXa" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"gXw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/closet/emcloset, -/obj/machinery/button/door{ - desc = "A remote control switch for the exit."; - id = "laborexit"; - name = "exit button"; - normaldoorcontrol = 1; - pixel_x = 8; - pixel_y = -24 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/security/processing) -"gXx" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay Storage"; - req_access_txt = "5" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"gXN" = ( -/obj/machinery/door/airlock/public/glass{ - dir = 1; - name = "Xenoarchaeology Access" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"gYt" = ( -/obj/structure/table, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"gYH" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/artatrium) -"gYO" = ( -/obj/structure/table/wood, -/obj/machinery/button/door{ - id = "psych_med_window"; - name = "Medical Window Shutters"; - pixel_x = 5; - pixel_y = 5; - req_access_txt = "71" - }, -/obj/machinery/button/door{ - id = "psych_hall_window"; - name = "Hallway Window Shutters"; - pixel_x = -5; - pixel_y = 5; - req_access_txt = "71" - }, -/obj/machinery/light_switch{ - pixel_x = -7; - pixel_y = -2 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/medical/psych) -"gYT" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/processing) -"gYU" = ( -/obj/machinery/disposal/bin, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/trunk, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/crew_quarters/heads/hor) -"gYW" = ( -/obj/structure/table, -/obj/item/ashtray, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/engine/break_room) -"gZj" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "Biohazard"; - name = "Biohazard Shutter Control"; - pixel_x = 25; - pixel_y = 28; - req_access_txt = "47" - }, -/obj/machinery/light_switch{ - pixel_x = 25; - pixel_y = 39 - }, -/obj/item/radio/intercom{ - pixel_x = 25 - }, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/item/radio/off, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science) -"gZo" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"gZp" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/maintenance/fore) -"gZs" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"gZv" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, +"pUg" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 6; name = "air supply pipe" }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/science/research) -"gZA" = ( -/obj/machinery/door/airlock/external{ - name = "Atmospherics External Access 2"; - req_access_txt = "24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"gZX" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/rack, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/item/clothing/suit/hooded/wintercoat, -/turf/open/floor/plating, -/area/maintenance/aft) -"gZZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, /turf/closed/wall, -/area/chapel/main) -"haf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/processing) -"hak" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 4; - name = "Incinerator Output Pump" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"haT" = ( -/obj/machinery/door/poddoor/shutters{ - id = "mining_warehouse"; - name = "mining warehouse shutters" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"hbl" = ( -/obj/machinery/door/airlock/security{ - dir = 4; - name = "Brig"; - req_access_txt = "63; 42" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/security/courtroom) -"hbF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/port) -"hbH" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"hbQ" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"hcg" = ( -/obj/structure/rack, -/obj/item/stack/rods/fifty, -/turf/open/floor/plating, -/area/quartermaster/storage) -"hcn" = ( -/obj/machinery/computer/cloning, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/turf/open/floor/plasteel/dark, -/area/medical/genetics/cloning) -"hcz" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/engine, -/area/science/mixing) -"hcD" = ( -/obj/machinery/door/airlock/security{ - dir = 4; - name = "Interrogation"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"hcH" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/item/trash/plate{ - pixel_y = 12 - }, -/turf/open/floor/plasteel/white/side{ - dir = 10 - }, -/area/engine/break_room) -"hcQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"hcS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"hcU" = ( -/turf/closed/wall, -/area/crew_quarters/bar) -"hcV" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"hdf" = ( -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/general/hidden, -/obj/structure/cable/yellow, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"hdl" = ( -/obj/structure/table, -/obj/item/storage/toolbox/electrical{ - pixel_y = 4 - }, -/obj/item/t_scanner{ - pixel_x = 5; - pixel_y = 7 - }, -/obj/item/multitool, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"hdv" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"hdC" = ( -/turf/open/floor/plasteel/stairs/medium{ - dir = 1 - }, -/area/medical/medbay/central) -"hdE" = ( -/obj/structure/table, -/obj/item/folder/red, -/obj/item/taperecorder, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"hdH" = ( -/obj/structure/window, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"hdP" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"hea" = ( -/obj/structure/table, -/obj/item/storage/bag/ore, -/obj/item/shovel, -/turf/open/floor/plating, -/area/maintenance/starboard) -"heo" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 4 - }, -/obj/machinery/power/smes, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"hex" = ( +/area/crew_quarters/locker) +"pUn" = ( /obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"heI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 9 }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"hfb" = ( -/obj/machinery/atmospherics/pipe/manifold/general/hidden, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"hff" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plasteel/stairs/medium{ - dir = 1 - }, -/area/quartermaster/miningdock) -"hfv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"hfz" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 5; name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; + dir = 5; name = "scrubbers pipe" }, /obj/structure/cable{ icon_state = "1-4" }, +/turf/open/floor/plating, +/area/maintenance/port/upper) +"pUu" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/sand{ + icon_state = "sandyfloor_red"; + name = "crimson sand" + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia) +"pUx" = ( +/obj/structure/table/wood, +/obj/item/toy/figure/detective, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/security/detectives_office) +"pUz" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"pUF" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"pUH" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/bridge) +"pUI" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 1; + name = "Custodial Maintenance"; + req_access_txt = "26" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/janitor/upper) +"pUJ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/mail) +"pUL" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/wood, +/area/lawoffice) +"pUN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"pUO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"pUQ" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/suit/hooded/wintercoat, +/turf/open/floor/plating, +/area/maintenance/starboard) +"pUR" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/structure/table, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"pUS" = ( +/obj/item/trash/carbonnanotube_noodles, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/fore/upper) +"pUX" = ( +/obj/structure/medkit_cabinet{ + pixel_x = -26 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"pVc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"pVf" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/psych/rec) +"pVk" = ( +/obj/machinery/door/poddoor{ + name = "Elevator door" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/theatre) +"pVs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"pVy" = ( +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/central) +"pVz" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/central/upper) +"pVB" = ( +/obj/machinery/camera{ + c_tag = "Security Checkpoint South"; + dir = 1 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"pVC" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/crew_quarters/dorms/upper) +"pVE" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 8 + }, +/turf/open/indestructible/concrete, +/area/layenia) +"pVG" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/port) +"pVJ" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Custodial Maintenance"; + req_access_txt = "26" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/janitor) +"pVL" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"pVM" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/fore) +"pVR" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/construction/mining/aux_base) +"pVT" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/dark/corner{ + dir = 4 + }, +/area/ai_monitored/turret_protected/ai_upload) +"pVW" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"pWa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"pWd" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/open/floor/grass, +/area/crew_quarters/dorms/upper) +"pWh" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/beacon{ + layer = 4; + pixel_y = 15 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"pWj" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/table, +/turf/open/floor/carpet/blue, +/area/ai_monitored/turret_protected/aisat_interior) +"pWq" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/prison) +"pWs" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 9; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/library) +"pWt" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/storage) +"pWz" = ( /turf/open/floor/plasteel/white, -/area/science/lab) -"hfI" = ( +/area/medical/psych) +"pWD" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/camera{ + c_tag = "Cargo Bay North" + }, +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/storage) +"pWF" = ( +/obj/structure/sign/poster/official/safety_internals{ + pixel_y = -31 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"pWH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/fore) +"pWM" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/engine/break_room) +"pWW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"pWX" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"pWY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light_switch{ + pixel_x = 23 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/storage) +"pWZ" = ( +/obj/machinery/light/small{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/wood, +/area/quartermaster/qm) +"pXa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/fence/door{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"pXg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/light_switch{ + pixel_x = 23 + }, +/obj/structure/bed/double, +/obj/item/bedsheet/qm/double, +/turf/open/floor/wood, +/area/quartermaster/qm) +"pXk" = ( +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"pXm" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"pXv" = ( +/turf/open/transparent/openspace, +/area/security/brig/upper) +"pXw" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 26 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"pXy" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/main) +"pXE" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ dir = 8; name = "scrubbers pipe" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; name = "air supply pipe" }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"hfM" = ( -/turf/closed/wall/r_wall, -/area/hydroponics/garden) -"hfP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"pXG" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, /obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"hfX" = ( -/obj/structure/table/wood, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/wood, -/area/engine/engineering) -"hge" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "xenobio6"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"hgi" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/pen, -/obj/structure/sign/warning/nosmoking{ - pixel_x = 28 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"hgr" = ( -/obj/effect/turf_decal/tile/yellow{ dir = 1 }, -/obj/effect/turf_decal/tile/yellow{ +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"pXO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/closet/emcloset, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"pXS" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/effect/turf_decal/tile/brown{ dir = 8 }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/item/stamp/qm, +/turf/open/floor/plasteel/dark, +/area/quartermaster/qm) +"pXW" = ( +/obj/structure/grille, +/turf/open/floor/plating, +/area/maintenance/port) +"pYb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/lounge) +"pYd" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown, +/obj/item/folder/yellow, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen/red, +/obj/machinery/button/door{ + id = "cargoshut1"; + name = "Departmental Lockdown"; + pixel_x = 5; + pixel_y = 5; + req_access_txt = "41" + }, +/obj/machinery/button/door{ + id = "cargoshut2"; + name = "Office Lockdown"; + pixel_x = -5; + pixel_y = 5; + req_access_txt = "41" + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/qm) +"pYe" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/drinks/britcup{ + desc = "Kingston's personal cup." + }, +/obj/machinery/door/window/northleft{ + name = "Reception Desk"; + red_alert_access = 1; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_whole_alt" + }, +/area/medical/medbay/central) +"pYk" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, /turf/open/floor/plasteel{ dir = 4; icon_state = "floor_plate" }, -/area/artatrium) -"hgG" = ( -/obj/effect/turf_decal/caution/stand_clear{ - dir = 1 +/area/hallway/primary/port/fore) +"pYn" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/cartridge/quartermaster{ + pixel_x = 6; + pixel_y = 5 }, -/turf/open/indestructible/concrete, -/area/layenia) -"hgU" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 +/obj/item/cartridge/quartermaster{ + pixel_x = -4; + pixel_y = 7 }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" +/obj/item/cartridge/quartermaster, +/obj/item/coin/silver, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 }, -/area/engine/engineering) -"hhr" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/turf/open/floor/plating, -/area/science/misc_lab) -"hhE" = ( -/obj/machinery/status_display{ - pixel_x = -32 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai"; - dir = 1; - name = "AI Chamber APC"; - pixel_y = 24 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"hhG" = ( -/obj/structure/flora/crystal/medium/growth{ - pixel_y = 3 - }, -/turf/open/indestructible/layenia/crystal, -/area/layenia) -"hhR" = ( -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" +/turf/open/floor/plasteel/dark, +/area/quartermaster/qm) +"pYs" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall, +/area/hallway/primary/port) +"pYx" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" }, /obj/machinery/light{ dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"hib" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"hif" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 + pixel_y = 19 }, /turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"hik" = ( -/obj/machinery/status_display/ai{ - pixel_x = 32 +/area/hallway/primary/fore/upper) +"pYz" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"hil" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +/obj/effect/turf_decal/tile/brown, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-10" }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"hiB" = ( -/obj/machinery/door/airlock/security{ - dir = 1; - id_tag = "laborexit"; - name = "Labor Shuttle"; - req_access_txt = "63" +/area/quartermaster/qm) +"pYM" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 6 }, -/obj/machinery/door/firedoor, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"pYU" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light_switch{ + pixel_x = 23 + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/qm) +"pZe" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"pZg" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 4 + }, +/obj/structure/flora/rock/jungle, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=180" + }, +/area/layenia/cloudlayer) +"pZh" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"pZs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock{ + name = "Kitchen cold room"; + req_access_txt = "28" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/kitchen) +"pZt" = ( +/obj/structure/sign/warning/electricshock, +/turf/closed/wall/r_wall, +/area/maintenance/solars/port/aft) +"pZu" = ( /obj/structure/cable{ icon_state = "1-2" }, @@ -32744,10 +105438,435 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"pZv" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"pZB" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/fore) +"pZH" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"pZK" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/table, +/obj/item/folder/red, +/obj/item/pen, +/turf/open/floor/plasteel, +/area/security/main) +"pZL" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "half_stairs_darkfull"; + name = "dark steps" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/crew_quarters/theatre) +"pZO" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Medbay West"; + network = list("ss13","medbay") + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/central) +"pZP" = ( +/obj/effect/decal/cleanable/oil, +/obj/structure/table, +/obj/item/electropack/shockcollar, +/obj/item/assembly/signaler, +/obj/effect/decal/cleanable/cobweb, +/obj/item/clothing/head/kitty, +/obj/item/clothing/under/maid, +/turf/open/floor/plating, +/area/crew_quarters/theatre) +"pZR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/turf/open/floor/engine, +/area/layenia/cave) +"qaf" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"qaj" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, /obj/structure/disposalpipe/segment, /turf/open/floor/plasteel, -/area/security/processing) -"hiI" = ( +/area/quartermaster/sorting) +"qar" = ( +/obj/structure/table, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/radio/off, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) +"qat" = ( +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/popcorn, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"qau" = ( +/obj/machinery/conveyor{ + id = "packageSort2" + }, +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"qax" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/primary/aft) +"qaK" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/science/robotics/lab"; + dir = 8; + name = "Robotics Lab APC"; + pixel_x = -25 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"qaU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"qaV" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/main) +"qaX" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/gateway) +"qaY" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"qbm" = ( +/obj/structure/railing/handrail, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/port) +"qbo" = ( +/obj/structure/flora/junglebush/b{ + pixel_y = 4 + }, +/obj/structure/railing/handrail, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"qbs" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/engine/break_room) +"qbA" = ( +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"qbH" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/machinery/button/door{ + id = "robotics"; + name = "Shutters Control Button"; + pixel_x = -26; + pixel_y = 8; + req_access_txt = "29" + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/effect/landmark/start/roboticist, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"qbZ" = ( +/turf/closed/wall, +/area/security/checkpoint/auxiliary) +"qcb" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/prison) +"qcd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"qcj" = ( +/obj/machinery/flasher{ + id = "Cell 2"; + pixel_x = -28 + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"qcl" = ( +/obj/machinery/computer/rdconsole/robotics{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/posialert{ + pixel_x = 28 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"qcm" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "cargoshut1"; + name = "shutters" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/aft) +"qcp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/construction/mining/aux_base) +"qcq" = ( +/obj/item/gun/energy/ionrifle, +/obj/item/gun/energy/temperature/security, +/obj/item/clothing/suit/armor/laserproof, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/rack/shelf, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"qcr" = ( +/turf/open/floor/plating, +/area/maintenance/fore) +"qcu" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/science/xenobiology) +"qcv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/F) +"qcw" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"qcB" = ( +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/bridge) +"qcC" = ( /obj/structure/closet/firecloset, /obj/effect/turf_decal/stripes/line{ dir = 8 @@ -32760,1927 +105879,1049 @@ dir = 4 }, /area/science/research) -"hiP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/chair/bench/left{ - dir = 1 - }, -/turf/open/floor/plasteel/chapel{ - dir = 4 - }, -/area/chapel/main) -"hiW" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/shutters{ - id = "teledoor"; - name = "MiniSat Teleport Access" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"hjl" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ +"qcD" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/aft) -"hjn" = ( -/obj/structure/chair{ - dir = 4; - name = "Prosecution" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"hjq" = ( -/turf/open/floor/plasteel/white, -/area/medical/virology) -"hjz" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/security/brig) -"hjD" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/range) -"hjF" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/science/robotics/lab"; - dir = 8; - name = "Robotics Lab APC"; - pixel_x = -25 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"hjN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"hka" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/engine/break_room) -"hkb" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/security/glass{ - basecolor = ""; - bound_width = 64; - divide_file = 'icons/obj/doors/airlocks/station/medbaydouble.dmi'; - doorOpen = 'sound/machines/bigairlockopen.ogg'; - icon = 'icons/obj/doors/airlocks/station/securitydouble.dmi'; - id_tag = "innerbrig"; - name = "Brig"; - note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; - overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; - req_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel{ - dir = 4; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/security/brig) -"hkd" = ( -/obj/structure/trash_pile, -/turf/open/pool, -/area/maintenance/fore) -"hkm" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"hks" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"hkB" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/engine/break_room) -"hkM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/oil{ - icon_state = "floor5" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"hkZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"hlo" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/machinery/button/door{ - desc = "A remote control switch for the medbay foyer."; - id = "MedbayFoyer"; - name = "Medbay Doors Control"; - normaldoorcontrol = 1; - pixel_x = -26; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"hlx" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/medical/chemistry) -"hlA" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"hlB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"hlE" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/science/research) -"hlF" = ( -/turf/closed/wall/r_wall, -/area/security/checkpoint/engineering) -"hlN" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/security/brig) -"hlT" = ( -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"hlW" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"hmc" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/closed/wall, -/area/security/brig) -"hmk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/table, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/security/brig) -"hmC" = ( -/obj/machinery/vending/medical{ - pixel_x = -2 - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/central) -"hmE" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/medical/psych) -"hmF" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9; - name = "air supply pipe" - }, -/turf/closed/wall, -/area/engine/engineering) -"hmH" = ( -/obj/structure/flora/crystal/small/growth, -/obj/structure/flora/crystal/small/pile, -/turf/open/indestructible/layenia/crystal, -/area/layenia/cloudlayer) -"hmX" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"hnd" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/white/side, -/area/medical/virology) -"hnv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"hny" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"hnD" = ( -/obj/machinery/camera{ - c_tag = "Chemistry" - }, -/obj/machinery/chem_master, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"hnH" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"hnT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/conveyor{ - dir = 5; - id = "QMLoad2" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"hoe" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, /obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/aft) -"hog" = ( -/turf/open/floor/plating, -/area/security/processing) -"hoj" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/brig) -"hor" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/computer/lore_terminal, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"hox" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, /obj/effect/turf_decal/tile/neutral, -/obj/structure/chair/comfy{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/fitness/pool"; - name = "Pool APC"; - pixel_y = -24 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"hoA" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/security/prison) -"hpD" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"hpI" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/chair/comfy/black, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"hpS" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/computer/security/telescreen/interrogation{ - dir = 8; - pixel_x = 30 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/security/brig) -"hqa" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/engine/engineering) -"hqk" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/engine/break_room) -"hqn" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/escape) -"hqK" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"hqV" = ( -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/theatre) -"hqY" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, /obj/structure/disposalpipe/segment{ dir = 10 }, -/turf/open/floor/plating, -/area/maintenance/port) -"hrm" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"hrs" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/bot_red, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"hry" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; + dir = 10; name = "air supply pipe" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"qcG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 }, -/turf/open/floor/plating, -/area/maintenance/fore) -"hrO" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/crew_quarters/heads/cmo) -"hse" = ( -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/maintenance/fore) -"hsm" = ( /obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; + icon_state = "drain_corner"; name = "drain" }, -/obj/machinery/light/small{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plating, -/area/security/execution/transfer) -"hsn" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/telecomms/message_server, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"hsv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"hsw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"hsy" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"hsA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/science/misc_lab) -"hsG" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"hsN" = ( -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1480; - name = "Confessional Intercom"; - pixel_x = 25 - }, -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"hsU" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/trash_pile, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"hsV" = ( -/obj/structure/trash_pile, -/turf/open/floor/plasteel/yellowsiding{ - dir = 8 - }, -/area/maintenance/fore) -"htf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 1; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"hto" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/carpet/red, -/area/crew_quarters/bar) -"htz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/engine/break_room) -"htJ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"htL" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"htP" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/artatrium) -"hue" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"huK" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"huP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/carpet/red, -/area/security/checkpoint/auxiliary) -"huR" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ - dir = 8; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ - dir = 8; - name = "visible" - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"hva" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"hvw" = ( -/turf/closed/wall/r_wall, -/area/maintenance/solars/port/aft) -"hvA" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plasteel, -/area/engine/break_room) -"hvG" = ( -/obj/structure/table/optable{ - name = "Robotics Operating Table" - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"hvQ" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"hwb" = ( -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "Laneshutter"; - name = "Lane Control"; - pixel_x = 5; - pixel_y = 7 - }, -/obj/machinery/magnetic_controller{ - autolink = 1; - pixel_x = -5; - pixel_y = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/range) -"hwd" = ( -/obj/machinery/atmospherics/pipe/simple/purple/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"hwr" = ( -/obj/structure/trash_pile, -/turf/open/floor/plating, -/area/layenia/cloudlayer) -"hwB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel{ dir = 4; icon_state = "floor_trim" }, -/area/engine/engineering) -"hwF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/structure/sign/painting/library{ - pixel_y = 28 - }, -/turf/open/floor/wood, -/area/quartermaster/qm) -"hwJ" = ( -/obj/effect/turf_decal/loading_area, -/obj/structure/sign/poster/random{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"hwL" = ( -/obj/structure/bookcase/random/religion, -/obj/structure/sign/painting/library{ - pixel_y = 28 - }, -/turf/open/floor/wood, -/area/library) -"hwX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, +/area/crew_quarters/dorms/upper) +"qcI" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/clothing/head/welding, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"qcV" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"hxa" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" +/turf/open/floor/plasteel/white, +/area/science/research) +"qcW" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/structure/sign/warning/securearea{ + pixel_x = 32 }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"hxd" = ( -/obj/machinery/bluespace_beacon, /obj/effect/turf_decal/stripes/line{ dir = 4 }, -/turf/open/floor/plasteel, -/area/teleporter) -"hxj" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/chair{ - dir = 8 - }, /turf/open/floor/plasteel/white/side{ dir = 8 }, /area/science/research) -"hxw" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 +"qcX" = ( +/obj/item/folder/white, +/obj/structure/table, +/obj/item/disk/tech_disk, +/obj/item/disk/tech_disk, +/obj/item/disk/design_disk, +/obj/item/disk/design_disk, +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_x = -30; + receive_ore_updates = 1 }, -/obj/effect/turf_decal/tile/neutral{ +/obj/item/book/lorebooks/engrams{ + pixel_y = 5 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"qdb" = ( +/obj/effect/turf_decal/tile/brown{ dir = 8 }, -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark/side{ + dir = 1 }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "steel_panel"; - name = "steel pannel" +/area/quartermaster/miningdock) +"qdd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/item/clothing/head/cone, +/turf/open/floor/plasteel/dark/layenia{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"qdf" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/toilet/locker"; + dir = 4; + name = "Locker Restrooms APC"; + pixel_x = 27; + pixel_y = 2 }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"hxx" = ( -/obj/effect/spawner/structure/window/reinforced, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-8" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/locker) +"qdi" = ( +/turf/open/transparent/openspace, +/area/science/xenobiology) +"qdv" = ( +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"qdz" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/scientist, +/turf/open/floor/plasteel/white, +/area/science/lab) +"qdG" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"qdH" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/power/apc{ + areastring = "/area/science/research"; + dir = 8; + name = "Misc Research APC"; + pixel_x = -25 }, -/obj/structure/cable, /obj/structure/cable{ icon_state = "0-4" }, -/turf/open/floor/plating, -/area/medical/virology) -"hxL" = ( -/obj/effect/landmark/start/ai/secondary, -/obj/item/radio/intercom{ - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_y = 28 +/turf/open/floor/plasteel/white/side{ + dir = 4 }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -27; +/area/science/research) +"qdP" = ( +/obj/structure/fluff/arc, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia) +"qeb" = ( +/obj/effect/turf_decal/tile/green{ + dir = 6 + }, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"qer" = ( +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/fitness/pool) +"qeC" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; pixel_y = 5 }, -/obj/item/radio/intercom{ - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_y = -25 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"hxP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"hxU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, +/obj/item/pen, /obj/machinery/light{ - dir = 1; - pixel_y = 19 + dir = 8; + pixel_x = -7 }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"hyc" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +/turf/open/floor/plasteel/dark, +/area/science/misc_lab) +"qeX" = ( +/obj/structure/chair/foldingchair{ + dir = 8 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; name = "scrubbers pipe" }, -/obj/structure/cable{ - icon_state = "2-8" - }, /turf/open/floor/plasteel/dark, -/area/storage/tech) -"hyt" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 +/area/security/brig/upper) +"qeZ" = ( +/obj/machinery/light{ + pixel_y = -1 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; - name = "air vent" + name = "scrubbers pipe" }, /turf/open/floor/plasteel/dark, -/area/chapel/main) -"hyx" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 +/area/security/brig/upper) +"qfe" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab) +"qfh" = ( +/obj/structure/flora/junglebush/large, +/turf/open/floor/grass, +/area/crew_quarters/dorms/upper) +"qfs" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 }, -/obj/effect/turf_decal/tile/red{ - dir = 4 +/turf/open/floor/plasteel/dark, +/area/science/misc_lab) +"qfu" = ( +/turf/open/floor/plating, +/area/maintenance/starboard/aft/upper) +"qfD" = ( +/obj/machinery/door/airlock/research/glass{ + dir = 1; + name = "Test Chamber"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/misc_lab) +"qfG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, /obj/structure/cable{ icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/processing) -"hyB" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"hyF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/turf/closed/wall/r_wall, -/area/engine/engineering/reactor_control) -"hyJ" = ( -/obj/effect/turf_decal/tile/blue{ +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"qfL" = ( +/obj/structure/window/reinforced, +/obj/structure/railing{ dir = 1 }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 +/obj/structure/lattice/catwalk, +/turf/open/transparent/glass/reinforced, +/area/layenia/cloudlayer) +"qfN" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/general/hidden{ + dir = 5 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"hyK" = ( -/obj/structure/chair{ - dir = 4; - name = "Prosecution" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"hyQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" +/turf/open/floor/plating, +/area/science/misc_lab) +"qfO" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"qgl" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, /turf/open/floor/plasteel/dark, /area/bridge) -"hyS" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"hyX" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/starboard/aft) -"hzg" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/crew_quarters/heads/cmo) -"hzs" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/landmark/start/lawyer, -/turf/open/floor/carpet, -/area/lawoffice) -"hzH" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"hzO" = ( -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/artatrium) -"hAa" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"hAd" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"hAe" = ( -/obj/item/beacon, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/courtroom) -"hAA" = ( -/turf/open/floor/plating, -/area/maintenance/disposal) -"hAM" = ( -/obj/machinery/computer/atmos_alert{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/break_room) -"hAR" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall/r_wall, -/area/hallway/secondary/entry) -"hAT" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/purple/hidden{ - dir = 5 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"hAV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"hBe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"hBf" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, +"qgm" = ( /obj/machinery/light{ dir = 8; pixel_x = -7 }, -/turf/open/floor/plasteel/dark, -/area/layenia) -"hBl" = ( -/obj/structure/chair{ - dir = 8; - name = "Defense" - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"hBn" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"hBq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics Entrance" - }, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"hBs" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/item/radio/intercom{ - desc = "Talk through this. It looks like it has been modified to not broadcast."; - name = "Prison Intercom (General)"; - pixel_x = -25; - pixel_y = -2; - prison_radio = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/security/brig) -"hBM" = ( -/obj/item/radio/intercom{ - desc = "Talk through this. It looks like it has been modified to not broadcast."; - name = "Prison Intercom (General)"; - pixel_x = -25; - pixel_y = -2; - prison_radio = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/security/brig) -"hBP" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/table, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/security/brig) -"hBX" = ( -/turf/open/floor/wood, -/area/quartermaster/qm) -"hCt" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"hCU" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/science/xenobiology) -"hCZ" = ( -/obj/effect/landmark/nuclear_waste_spawner/strong, /obj/effect/turf_decal/loading_area{ - dir = 4; + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner, +/area/hallway/primary/port/upper) +"qgr" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; icon_state = "drain"; name = "drain" }, /turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" + dir = 1; + icon_state = "floor_plate" }, +/area/science/misc_lab) +"qgy" = ( +/obj/machinery/atmospherics/components/binary/pump, +/obj/effect/turf_decal/stripes/box, +/turf/open/floor/plasteel/dark, /area/engine/engineering) -"hDa" = ( -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" +"qgz" = ( +/obj/structure/cable{ + icon_state = "4-8" }, +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"qgA" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"qgH" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"qgK" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"qgR" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"qgU" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"qhe" = ( +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/white/side, +/area/medical/psych) +"qhj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"qhk" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"qhs" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"qhD" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/porta_turret/ai{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"qhF" = ( +/obj/structure/table/wood, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/crew_quarters/spa/sauna) +"qhH" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"qhI" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/obj/machinery/meter, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"qhW" = ( +/obj/structure/sign/poster/official/here_for_your_safety{ + pixel_x = 30 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/security/main/upper) +"qif" = ( /obj/machinery/airalarm{ dir = 8; pixel_x = 24 }, -/obj/structure/table, -/obj/item/watertank, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_x = 13; - pixel_y = 5 - }, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_y = 3 - }, -/obj/item/reagent_containers/spray/plantbgone{ - pixel_x = 8; - pixel_y = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"hDl" = ( -/obj/machinery/vending/snack/random, -/obj/machinery/firealarm{ - pixel_y = 25 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"hDG" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard) -"hDH" = ( -/obj/machinery/disposal/bin, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"hDO" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/portable_atmospherics/pump, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"hEe" = ( -/obj/machinery/light/small{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"hEn" = ( -/obj/structure/lattice, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"hEv" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/main) -"hEI" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/vending/cola/random, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"hEL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/science/research) -"hEX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/maintenance/starboard) -"hFl" = ( -/obj/machinery/holopad, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"hFo" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 8 - }, -/obj/structure/table, -/obj/machinery/button/door{ - id = "au_nuclear_vent"; - name = "RBMK Compartment Flush" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"hFr" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"hFL" = ( -/obj/structure/lattice/catwalk, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"hFN" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/aft) -"hGa" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, /obj/structure/cable{ icon_state = "2-8" }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"hGc" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"hGg" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"hGj" = ( -/obj/item/shard, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"hGl" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ +/area/security/range) +"qii" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ dir = 9 }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer1{ - dir = 9 - }, -/obj/structure/lattice/catwalk, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"hGq" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"hGE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"hGV" = ( -/obj/machinery/door/airlock/command/glass{ - dir = 4; - name = "AI Core"; - req_access_txt = "65" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"hHb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/carpet/blue, -/area/ai_monitored/turret_protected/aisat_interior) -"hHc" = ( -/obj/structure/table, -/obj/item/kitchen/rollingpin, -/obj/item/reagent_containers/food/condiment/enzyme, -/obj/item/reagent_containers/food/condiment/sugar, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/maintenance/port/aft) -"hHs" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/engine/atmos) -"hHx" = ( -/obj/machinery/clonepod, -/turf/open/floor/plasteel/dark, -/area/medical/genetics/cloning) -"hHC" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"hHJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"hHK" = ( -/obj/item/assembly/signaler{ - pixel_y = 8 - }, -/obj/item/assembly/signaler{ - pixel_x = -8; - pixel_y = 5 - }, -/obj/item/assembly/signaler{ - pixel_x = 6; - pixel_y = 5 - }, -/obj/item/assembly/signaler{ - pixel_x = -2; - pixel_y = -2 - }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"hHQ" = ( -/obj/effect/turf_decal/loading_area, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 1; - name = "Research Division Delivery"; - req_access_txt = "47" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"hHV" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/chief) -"hHY" = ( -/turf/closed/wall/r_wall, -/area/engine/engine_smes) -"hIe" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science Requests Console"; - pixel_x = 32; - receive_ore_updates = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, /obj/item/wrench, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"hIj" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"hIs" = ( -/obj/structure/toilet{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"hIu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"hIy" = ( +/obj/item/crowbar, /obj/effect/turf_decal/loading_area{ dir = 1; icon_state = "drain"; name = "drain" }, -/obj/structure/chair, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"hIA" = ( -/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"qik" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"qin" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"qiE" = ( +/obj/machinery/door/airlock{ + dir = 4; + id_tag = "null"; + name = "Unit 2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/locker) +"qiH" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing/handrail, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft/upper) +"qiJ" = ( +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/storage) +"qiO" = ( +/turf/open/floor/plasteel, +/area/hallway/secondary/exit/upper) +"qiW" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/misc_lab) +"qiX" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "Holodeckshutter"; + name = "Holodeck Shutter" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" +/turf/open/floor/plating, +/area/crew_quarters/locker) +"qjj" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 10 }, -/area/security/brig) -"hIF" = ( -/obj/structure/dresser, -/obj/item/flashlight/lamp/green{ - pixel_x = -4; - pixel_y = 14 +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing/handrail{ + dir = 8 }, /turf/open/floor/plasteel{ - dir = 1; + dir = 8; icon_state = "floor_plate" }, -/area/crew_quarters/dorms) -"hIO" = ( +/area/quartermaster/office) +"qjn" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"qju" = ( +/obj/structure/flora/rock/jungle{ + pixel_x = -8; + pixel_y = 11 + }, +/obj/item/toy/beach_ball, +/turf/open/floor/grass, +/area/crew_quarters/dorms/upper) +"qjG" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/storage) +"qjI" = ( +/obj/structure/closet/secure_closet/quartermaster, +/turf/open/floor/wood, +/area/quartermaster/qm) +"qjP" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "linealt_corner"; + name = "line" + }, +/turf/open/floor/plasteel/dark/side, +/area/security/prison) +"qkf" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/maintenance/starboard/aft/upper) +"qkg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/corner{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"qkm" = ( +/obj/structure/table/wood, +/obj/item/book/lorebooks/welcome_to_kinaris{ + pixel_y = 3 + }, +/turf/open/floor/wood, +/area/quartermaster/qm) +"qkt" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner, +/area/hallway/primary/fore/upper) +"qkz" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/vending/wardrobe/science_wardrobe, +/turf/open/floor/plasteel/white, +/area/science/lab) +"qkB" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/weather/grass/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"qkH" = ( +/obj/effect/turf_decal/tile/green{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/hallway/primary/fore) +"qkI" = ( +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "xenobio3"; + name = "containment blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"qkN" = ( +/obj/machinery/door/window/southright{ + base_state = "left"; + dir = 4; + icon_state = "left"; + name = "Bar Door"; + req_one_access_txt = "25;28" + }, +/obj/structure/sign/barsign{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"qlb" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Cafe Maintenance"; + req_access_txt = "74" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/central/upper) +"qlc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"qlg" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/tree/jungle/small{ + icon_state = "tree"; + pixel_x = -20; + pixel_y = -9 + }, +/turf/open/floor/grass, +/area/crew_quarters/dorms/upper) +"qlk" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/table, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"qls" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/pen/red, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/medical/virology) +"qlw" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "cargoshut2"; + name = "shutters" + }, +/turf/open/floor/plating, +/area/quartermaster/qm) +"qlF" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"qlI" = ( +/obj/structure/rack/shelf, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"qlJ" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 10; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/fitness/pool) +"qlK" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"qlR" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"qlS" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/crew_quarters/toilet/locker) +"qmh" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/shaker, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar) +"qmj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/engine/custom) +"qmA" = ( +/obj/machinery/disposal/deliveryChute{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plating, +/area/quartermaster/sorting) +"qmC" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"qmO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"qmS" = ( +/obj/structure/chair/sofa, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/hallway/primary/aft) +"qmX" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/secondary/entry/upper) +"qmZ" = ( /obj/structure/table, /obj/item/assembly/prox_sensor{ pixel_x = -8; @@ -34710,203 +106951,1828 @@ }, /turf/open/floor/plasteel/white, /area/science/robotics/lab) -"hIT" = ( +"qnk" = ( +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"qnl" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"qnm" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics"; + name = "robotics lab shutters" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/science/robotics/lab) +"qnn" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/central/upper) +"qnr" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"qns" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/psych/ward) +"qnK" = ( /obj/structure/cable{ icon_state = "4-8" }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/engine/break_room) +"qnQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 1; + icon_state = "left"; + name = "Robotics Desk"; + req_access_txt = "29" + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/door/poddoor/shutters/preopen/alt{ + id = "robotics" ; + name = "robotics lab shutters" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/science/robotics/lab) +"qnS" = ( +/obj/structure/closet/firecloset, /obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/science/research) +"qnT" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel/white/side{ dir = 1 }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"hIW" = ( -/obj/machinery/power/terminal{ +/area/science/research) +"qof" = ( +/obj/structure/table, +/obj/item/aiModule/supplied/oxygen, +/obj/item/aiModule/zeroth/oneHuman, +/obj/item/aiModule/reset/purge, +/obj/effect/spawner/lootdrop/aimodule_harmful, +/obj/item/aiModule/supplied/protectStation, +/obj/machinery/flasher{ + id = "brigentry"; + pixel_x = 28 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/door/window{ + base_state = "right"; + icon_state = "right"; + name = "Core Modules"; + req_access_txt = "20" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ dir = 1 }, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload) +"qoi" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/break_room) +"qol" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = -6; + pixel_y = 15 + }, +/obj/item/toy/plush/enchanted{ + pixel_x = 5; + pixel_y = 3 + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/library) +"qos" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/science/research) +"qox" = ( +/obj/structure/table, +/obj/item/reagent_containers/rag/towel{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/reagent_containers/rag/towel{ + pixel_x = 3; + pixel_y = 9 + }, +/obj/item/reagent_containers/rag/towel{ + pixel_y = 3 + }, +/obj/item/reagent_containers/rag/towel{ + pixel_x = -1; + pixel_y = 7 + }, +/obj/item/soap, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/crew_quarters/toilet/locker) +"qoD" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "rnd2"; + name = "research lab shutters" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/science/lab) +"qoF" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/external{ + dir = 8; + name = "Escape Pod Three" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/main/upper) +"qoH" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/library) +"qoZ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + dir = 1; + id = "xenobio4"; + name = "containment blast door" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, /obj/structure/cable{ icon_state = "0-8" }, -/obj/machinery/ai_slipper{ - uses = 10 +/turf/open/floor/plating, +/area/science/xenobiology) +"qpe" = ( +/obj/structure/closet/secure_closet/bar{ + req_access_txt = "25" }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/machinery/camera{ + c_tag = "Bar Backroom" }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"hIY" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar) +"qpg" = ( +/turf/open/floor/wood, +/area/security/prison) +"qph" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/computer/security{ dir = 4 }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +/obj/effect/turf_decal/tile/red{ + dir = 10 }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ +/turf/open/floor/plasteel/dark{ dir = 8; - name = "air scrubber" + icon_state = "darkfull_plate" }, -/turf/open/floor/plasteel, -/area/security/processing) -"hJa" = ( -/obj/effect/decal/cleanable/oil{ - icon_state = "floor5" +/area/security/brig/upper) +"qpp" = ( +/obj/structure/kitchenspike, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen) +"qpv" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/southright{ + dir = 1; + name = "Research and Development Desk"; + req_one_access_txt = "7;29" + }, +/obj/item/book/lorebooks/layenia_crystals, +/obj/machinery/door/poddoor/shutters/preopen/alt{ + id = "rnd2"; + name = "research lab shutters" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/science/lab) +"qpG" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 5 }, /obj/machinery/light{ dir = 4; pixel_x = 7 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" +/turf/open/floor/plasteel/cafeteria{ + dir = 5 }, +/area/maintenance/starboard/aft/upper) +"qpH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel/white/corner, +/area/engine/break_room) +"qpJ" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/security/checkpoint/science) +"qpP" = ( +/obj/structure/table, +/obj/item/assembly/flash/handheld, +/obj/item/assembly/flash/handheld, /turf/open/floor/plasteel, -/area/security/vacantoffice/a) -"hJb" = ( -/turf/closed/wall, -/area/maintenance/disposal) -"hJv" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ +/area/storage/tech) +"qpR" = ( +/obj/machinery/door/airlock/command/glass{ + name = "AI Chamber Service Bay"; + req_access_txt = "65" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/delivery, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/aisat_interior) +"qqf" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor{ dir = 8 }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"hJB" = ( -/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/central/upper) +"qqi" = ( +/obj/structure/table, +/obj/item/storage/box/beakers{ + pixel_x = 5; + pixel_y = 15 + }, +/obj/item/storage/box/syringes{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = 11; + pixel_y = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab) +"qqp" = ( +/obj/structure/table{ + pixel_y = 2 + }, +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing/handrail, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft/upper) +"qqs" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 10 + }, +/area/science/research) +"qqD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"qqK" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/crew_quarters/fitness) +"qqT" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"qqV" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder{ + pixel_y = 9 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab) +"qqW" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/security/checkpoint/science) +"qqY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"qrd" = ( +/turf/open/floor/plasteel/stairs/medium{ + dir = 8 + }, +/area/quartermaster/sorting) +"qre" = ( +/obj/structure/chair/comfy/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/carpet/royalblack, +/area/bridge) +"qrf" = ( +/turf/closed/wall, +/area/medical/psych/lobby) +"qrs" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"qru" = ( +/turf/open/floor/plasteel/stairs/right{ + dir = 4 + }, +/area/crew_quarters/fitness) +"qrw" = ( +/obj/machinery/door/window/eastleft{ + dir = 2; + name = "Monkey Pen"; + req_one_access_txt = "9" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/medical/genetics) +"qrx" = ( +/obj/structure/lattice, +/turf/open/transparent/openspace, +/area/crew_quarters/theatre) +"qrA" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"qrB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"qrC" = ( +/obj/structure/table/plasmaglass, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"qrJ" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/visitation) +"qrN" = ( +/turf/closed/wall/r_wall, +/area/maintenance/starboard/upper) +"qrR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/central/upper) +"qrS" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/arrows/white{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"qrU" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central/upper) +"qsc" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"qsj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_trim" + }, +/area/medical/medbay/central) +"qsy" = ( +/obj/machinery/computer/security/mining, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/bridge) +"qsz" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"qsG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"qsJ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark/corner, +/area/crew_quarters/dorms/upper) +"qsK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"qsN" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"qsO" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/landmark/start/scientist, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"qsS" = ( +/turf/open/floor/plasteel/white/side{ + dir = 10 + }, +/area/bridge) +"qsW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"qsX" = ( +/turf/open/floor/plasteel, +/area/science/misc_lab) +"qtb" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"qtf" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"qtr" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"qtD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 2 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/hallway/primary/starboard) +"qtE" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/aft) +"qtK" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/railing, +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"qtS" = ( +/obj/effect/turf_decal/tile/red, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"qtT" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/atmos) +"qtW" = ( +/obj/effect/turf_decal/loading_area, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 1; + name = "Research Division Delivery"; + req_access_txt = "47" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/misc_lab) +"qua" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard) +"qub" = ( +/obj/machinery/door/poddoor{ + id = "QMLoaddoor"; + name = "supply dock loading door" + }, +/obj/structure/fans/tiny, +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad2" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"que" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/turf_decal/weather/grass/line{ + dir = 4 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"qug" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/caution/stand_clear, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"quj" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 4 + }, +/obj/item/slime_scanner, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/glasses/science, /obj/machinery/camera{ - c_tag = "Cargo Bay East"; + c_tag = "Xenobiology Inner East"; + dir = 8; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"qum" = ( +/obj/structure/table, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-30"; + pixel_y = 20 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"qun" = ( +/obj/structure/sign/nanotrasen{ + pixel_y = 31 + }, +/turf/open/floor/plasteel/dark/corner, +/area/bridge) +"quv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/virology) +"quE" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"quG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"quJ" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 9 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=180" + }, +/area/layenia/cloudlayer) +"quP" = ( +/obj/machinery/vending/wardrobe/cargo_wardrobe, +/obj/effect/turf_decal/tile/brown, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/sorting) +"quQ" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/prison) +"quX" = ( +/obj/structure/disposalpipe/segment{ dir = 9 }, /obj/structure/cable{ icon_state = "1-2" }, -/obj/machinery/light_switch{ - pixel_x = 23 +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"quY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 4"; + name = "Cell 4" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/security/brig/upper) +"quZ" = ( +/obj/machinery/door/airlock/atmos/abandoned{ + dir = 1; + name = "Atmospherics Maintenance"; + req_access_txt = "12;24" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"qvc" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/hand_labeler, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/machinery/cell_charger{ + pixel_y = 5 }, /turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/quartermaster/sorting) +"qvm" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"qvv" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/poster/official/safety_internals{ + pixel_y = -31 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"qvw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/ai_monitored/security/armory) +"qvz" = ( +/obj/structure/table, +/obj/item/clothing/head/soft, +/obj/item/clothing/head/soft, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/quartermaster/sorting) +"qvC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel{ + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/quartermaster/sorting) +"qvE" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/break_room) +"qvO" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"qwa" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"qwb" = ( +/obj/machinery/door/airlock/mining/glass{ + dir = 1; + name = "Cargo Office"; + req_access_txt = "50" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/quartermaster/sorting) +"qwc" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"qwh" = ( +/turf/open/floor/carpet/royalblack, +/area/bridge) +"qwi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/corner{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"qwk" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/storage/eva) +"qwl" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms/upper) +"qwt" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "Cusgarage"; + name = "Custodial Closet Shutters" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/janitor/upper) +"qwy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; icon_state = "floor_plate" }, /area/quartermaster/storage) -"hJI" = ( -/turf/closed/wall/r_wall, -/area/maintenance/disposal) -"hJO" = ( +"qwz" = ( +/obj/structure/closet/toolcloset, +/turf/open/floor/plating, +/area/maintenance/fore) +"qwA" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/aft) +"qwB" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/window/reinforced, +/obj/structure/chair/sofa/right{ + dir = 4 + }, /obj/effect/turf_decal/loading_area{ dir = 8; icon_state = "drain"; name = "drain" }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/brown{ - dir = 4 +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/hallway/primary/aft) +"qwP" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/checkpoint/auxiliary"; + name = "Security Checkpoint APC"; + pixel_x = 1; + pixel_y = -24 + }, +/obj/structure/closet/secure_closet/security, +/obj/machinery/light_switch{ + pixel_x = 23; + pixel_y = 12 + }, +/obj/machinery/camera{ + c_tag = "Security Checkpoint"; + dir = 1 + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) +"qwQ" = ( +/obj/machinery/space_heater, +/obj/effect/turf_decal/bot, +/turf/open/floor/plating, +/area/engine/custom) +"qwR" = ( +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/obj/item/clothing/suit/space/orange, +/obj/item/clothing/head/helmet/space/orange, +/turf/open/floor/plasteel, +/area/engine/engineering) +"qxd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; + dir = 4; name = "scrubbers pipe" }, +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"qxe" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 5; name = "air supply pipe" }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"qxj" = ( +/obj/structure/table, +/obj/item/book/lorebooks/welcome_to_kinaris, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, -/area/hallway/primary/aft) -"hJU" = ( -/obj/structure/tank_dispenser, -/turf/open/floor/plasteel, -/area/science/mixing) -"hJV" = ( /obj/structure/cable{ icon_state = "1-2" }, /obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"hKq" = ( -/turf/open/floor/plasteel/yellowsiding{ +/obj/item/book/lorebooks/layenia_crystals{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"qxp" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/central/upper) +"qxt" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/hallway/primary/aft) +"qxw" = ( +/obj/effect/turf_decal/loading_area{ + color = null; + dir = 1; + icon_state = "half_stairs_wood"; + name = "wood steps" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/hallway/primary/aft) +"qxy" = ( +/obj/effect/turf_decal/tile/purple{ dir = 8 }, -/area/crew_quarters/fitness/pool) -"hKr" = ( -/obj/structure/table/reinforced, -/obj/item/toy/plush/random{ - pixel_y = 13 - }, -/obj/item/toy/plush/random{ - pixel_y = 1 - }, -/obj/structure/sign/poster/random{ - pixel_x = 32 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ +/obj/effect/turf_decal/tile/purple{ dir = 1 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/arcade) -"hKt" = ( -/obj/structure/bed, -/obj/item/bedsheet, -/obj/machinery/flasher{ - id = "Cell 2"; - pixel_x = -28 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/security/brig) -"hKu" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ +/obj/effect/turf_decal/tile/purple{ dir = 4 }, -/obj/structure/medkit_cabinet{ - pixel_y = 27 +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"qxD" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 }, /turf/open/floor/plasteel{ icon_state = "floor_plate" }, -/area/security/prison) -"hKA" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" +/area/hallway/primary/aft) +"qyf" = ( +/obj/machinery/computer/card, +/obj/machinery/status_display/ai{ + pixel_y = 26 }, -/obj/effect/turf_decal/stripes/line{ +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"qyi" = ( +/obj/structure/railing, +/obj/structure/sign/poster/ripped{ + pixel_y = 32 + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"qyk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/engine/custom"; + dir = 8; + name = "Custom Engine APC"; + pixel_x = -24 + }, +/turf/open/floor/plasteel, +/area/engine/custom) +"qyp" = ( +/obj/effect/turf_decal/tile/purple{ dir = 1 }, -/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"qyq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"qyL" = ( +/obj/machinery/camera{ + c_tag = "Chapel West"; + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/light/small{ + pixel_y = -1 + }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"hKF" = ( +/area/chapel/main) +"qyN" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/sleeper) +"qyS" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/research_director, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/carpet/purple, +/area/crew_quarters/heads/hor) +"qyT" = ( +/obj/machinery/door/poddoor{ + name = "Elevator door" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/central/upper) +"qzb" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/machinery/status_display/ai{ + pixel_y = 26 + }, +/turf/open/floor/plasteel, +/area/bridge) +"qzd" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/port/fore) +"qzm" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"qzs" = ( +/obj/structure/table, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/fore/upper) +"qzA" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/research{ + name = "Research Division Access"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/research) +"qzC" = ( +/obj/structure/pool/ladder{ + pixel_x = -3 + }, +/turf/open/pool, +/area/maintenance/fore/upper) +"qzF" = ( +/obj/structure/table, +/obj/machinery/computer/security/telescreen/circuitry, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/airalarm{ + pixel_y = 25 + }, +/obj/item/book/manual/wiki/security_space_law, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) +"qzL" = ( +/obj/structure/closet/l3closet/scientist, +/obj/structure/window/reinforced{ + dir = 1 + }, /obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/misc_lab) +"qzU" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"qAb" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/railing{ dir = 8 }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"qAe" = ( +/turf/open/transparent/openspace, +/area/security/main/upper) +"qAh" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"qAn" = ( +/obj/machinery/door/airlock/external{ + dir = 8; + name = "External Access"; + req_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port) +"qAA" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/prison) +"qAE" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"qAF" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"qAH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/engine, +/area/ai_monitored/storage/eva) +"qAL" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"qAP" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"qAQ" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/misc_lab) +"qAR" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" @@ -34918,110 +108784,757 @@ /obj/structure/cable{ icon_state = "4-8" }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"qBc" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible, /turf/open/floor/plasteel, +/area/engine/atmos) +"qBh" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/exit/upper) +"qBC" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/crew_quarters/dorms/upper) +"qBG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"qBK" = ( +/obj/machinery/door/airlock/public{ + dir = 8; + name = "Backstage" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/department/engine/upper) +"qBR" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, /area/maintenance/starboard) -"hKL" = ( -/obj/structure/table, -/obj/item/aiModule/supplied/freeform, -/obj/machinery/flasher{ - id = "brigentry"; - pixel_x = 28 +"qBS" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 +/obj/effect/turf_decal/stripes/corner, +/obj/structure/beacon{ + layer = 4; + pixel_y = 15 }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai_upload) -"hKX" = ( -/obj/structure/closet/secure_closet/brig{ - id = "Cell 2"; - name = "Cell 2 Locker" - }, -/turf/open/floor/plasteel{ +/turf/open/floor/plasteel/layenia, +/area/layenia) +"qBT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/sign/warning/fire, +/turf/open/floor/plating, +/area/layenia) +"qBY" = ( +/obj/machinery/door/airlock/atmos/abandoned{ dir = 4; - icon_state = "floor_trim" + name = "Atmospherics Maintenance"; + req_access_txt = "12;24" }, -/area/security/brig) -"hLf" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/red{ +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"qCj" = ( +/obj/structure/bookcase/random, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/wood, +/area/security/prison) +"qCm" = ( +/obj/machinery/computer{ + desc = "A console used to monitor fuel reserves for the shuttles that dock here. It seems iced-over and non-functional."; + name = "Fuel Monitoring Console 1" + }, +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/brig) -"hLs" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 +/obj/structure/railing{ + dir = 4 }, +/turf/open/floor/plating/snowed/smoothed, +/area/layenia) +"qCq" = ( +/turf/open/floor/plasteel/stairs, +/area/layenia) +"qCs" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; name = "scrubbers pipe" }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"hLx" = ( -/turf/closed/wall, -/area/medical/medbay/central) -"hLF" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ +/turf/open/floor/plasteel/dark{ dir = 1; - name = "air scrubber" + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"qCu" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 }, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"hLL" = ( /obj/effect/turf_decal/loading_area{ dir = 1; icon_state = "drain"; name = "drain" }, -/obj/machinery/light{ +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"qCx" = ( +/obj/structure/chair/wood, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; - pixel_x = 7 + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/wood, +/area/security/prison) +"qCE" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/power/apc{ + areastring = "/area/medical/medbay/upper"; + name = "Upper Medbay APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"qCO" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/effect/turf_decal/weather/grass/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"qCQ" = ( +/obj/machinery/computer{ + desc = "A console used to monitor fuel reserves for the shuttles that dock here. It seems iced-over and non-functional."; + name = "Fuel Monitoring Console 2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating/snowed/smoothed, +/area/layenia) +"qCR" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/crew_quarters/toilet/locker) +"qCT" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/security/warden) +"qCV" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 9; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/open/floor/wood, +/area/quartermaster/mail) +"qDf" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/entry/upper) +"qDg" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/security/visitation) +"qDn" = ( +/obj/machinery/computer{ + desc = "A console used to monitor fuel reserves for the shuttles that dock here. It seems iced-over and non-functional."; + name = "Fuel Monitoring Console 3" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating/snowed/smoothed, +/area/layenia) +"qDs" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" }, /obj/structure/cable{ icon_state = "2-8" }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"qDx" = ( +/obj/machinery/computer{ + desc = "A console used to monitor fuel reserves for the shuttles that dock here. It seems iced-over and non-functional."; + name = "Fuel Monitoring Console 4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating/snowed/smoothed, +/area/layenia) +"qDy" = ( +/obj/structure/table/reinforced, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil/white{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/multitool, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"qDC" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/aft/upper) +"qDH" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"qDM" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/lambent) +"qDN" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/structure/closet/secure_closet/security/cargo, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"qDO" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue, +/obj/structure/chair/bench/metal/right{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/ward) +"qDP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/prison) +"qDR" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, /obj/structure/cable{ icon_state = "1-8" }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"qDV" = ( +/obj/effect/decal/cleanable/oil{ + icon_state = "floor5" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, /turf/open/floor/plasteel, -/area/bridge) -"hLN" = ( +/area/maintenance/fore/upper) +"qDW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"qEf" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "linealt_corner"; + name = "line" + }, +/turf/open/indestructible/concrete/smooth, +/area/layenia) +"qEj" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; + dir = 8; + freq = 1400; + location = "QM #2" + }, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #2"; + suffix = "#2" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/storage) +"qEk" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/engine/break_room) +"qEn" = ( +/obj/structure/chair/comfy/plywood, +/obj/item/instrument/guitar, +/obj/item/reagent_containers/food/snacks/marshmallow{ + pixel_x = 15; + pixel_y = -16 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=180" + }, +/area/layenia/cloudlayer) +"qEw" = ( /obj/structure/cable{ icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/sorting) +"qEx" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen) +"qEH" = ( /obj/effect/turf_decal/tile/red{ - dir = 8 + dir = 10 + }, +/obj/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"qEK" = ( +/obj/structure/table/optable, +/turf/open/floor/plasteel/freezer, +/area/medical/surgery) +"qEM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/chapel/main) +"qEN" = ( +/obj/structure/weightmachine/stacklifter, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/fitness) +"qET" = ( +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/central) +"qFg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/starboard) +"qFn" = ( +/obj/structure/lattice, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/light/small{ + dir = 8; + pixel_x = -7 + }, +/turf/open/transparent/openspace, +/area/crew_quarters/theatre) +"qFB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/camera{ + c_tag = "Burn Chamber"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"qFK" = ( +/turf/closed/wall, +/area/layenia) +"qFN" = ( +/obj/structure/closet/secure_closet/security/med, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 }, /obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"qFW" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel/checker, +/area/hallway/primary/aft/upper) +"qGc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"qGh" = ( +/obj/machinery/door/firedoor, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"qGm" = ( +/obj/effect/landmark/start/depsec/medical, +/obj/structure/chair/office/dark, /obj/structure/cable{ - icon_state = "1-4" + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"qGn" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/obj/effect/turf_decal/tile/brown{ + dir = 10 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"qGq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/closed/wall, +/area/crew_quarters/locker) +"qGu" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/machinery/conveyor{ + id = "gasstor" + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/engine/engineering) +"qGB" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/warning/nosmoking{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/white/corner, +/area/science/research) +"qGD" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ dir = 8; @@ -35031,120 +109544,146 @@ dir = 8; name = "scrubbers pipe" }, -/obj/structure/disposalpipe/segment{ - dir = 5 +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/visitation) +"qGE" = ( +/obj/machinery/door/airlock/command{ + name = "Captain's Quarters"; + req_access_txt = "20" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/heads/captain) +"qGM" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/table, +/obj/item/stack/rods/fifty, +/obj/item/stack/rods/fifty, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"qGN" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/quartermaster/mail) +"qGO" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/break_room) +"qGU" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate/rcd, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/storage/eva) +"qHf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atm{ + pixel_y = 30 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" }, /turf/open/floor/plasteel{ dir = 1; icon_state = "floor_plate" }, -/area/security/brig) -"hLO" = ( -/obj/effect/spawner/lootdrop/maintenance, +/area/quartermaster/office) +"qHo" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; + dir = 4; name = "scrubbers pipe" }, +/obj/structure/curtain, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/crew_quarters/toilet/locker) +"qHs" = ( /obj/structure/disposalpipe/segment{ - dir = 9 + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/science/xenobiology) +"qHt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" }, /turf/open/floor/plating, /area/maintenance/fore) -"hMb" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/turf/closed/wall/r_wall, -/area/engine/break_room) -"hMk" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/aft) -"hMn" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/chair/office/light, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Chief Medical Officer's Desk"; - departmentType = 5; - name = "Chief Medical Officer RC"; - pixel_y = 32 - }, -/turf/open/floor/plasteel/white/side, -/area/crew_quarters/heads/cmo) -"hMr" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Medbay West"; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"hMH" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/brig) -"hMI" = ( -/obj/machinery/gateway{ - dir = 10 - }, -/obj/effect/turf_decal/bot_white/left, +"qHB" = ( /obj/effect/turf_decal/tile/neutral{ - dir = 1 + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, /obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, /turf/open/floor/plasteel/dark, -/area/gateway) -"hMO" = ( +/area/crew_quarters/dorms/upper) +"qHG" = ( /obj/structure/table, /obj/item/reagent_containers/food/condiment/peppermill{ pixel_x = 3; @@ -35162,385 +109701,752 @@ dir = 5 }, /area/engine/break_room) -"hNa" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" +"qHR" = ( +/obj/structure/table/wood/fancy/kinaris, +/obj/item/book/lorebooks/welcome_to_kinaris{ + pixel_x = -3; + pixel_y = 3 }, +/turf/open/floor/carpet/kinaris, +/area/security/lambent) +"qIj" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; name = "scrubbers pipe" }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white/corner, -/area/science/misc_lab) -"hNd" = ( -/obj/machinery/camera{ - c_tag = "Xenobiology Inner South"; +/obj/machinery/light{ dir = 4; - network = list("ss13","rd") + pixel_x = 7 }, -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 +/turf/open/floor/plasteel/dark, +/area/storage/A) +"qIo" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/medical/psych/roomB{ + name = "Psychology Dorm B" + }) +"qIr" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, /turf/open/floor/plasteel{ dir = 8; icon_state = "floor_trim" }, -/area/science/xenobiology) -"hNs" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ +/area/security/main/upper) +"qIB" = ( +/obj/effect/turf_decal/tile/yellow{ dir = 4 }, +/turf/open/floor/plasteel/white/side{ + dir = 10 + }, +/area/engine/break_room) +"qID" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + dir = 1; + id = "xenobio8"; + name = "containment blast door" + }, /obj/structure/cable{ - icon_state = "4-8" + icon_state = "0-8" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"hNy" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/loading_area{ +/turf/open/floor/plating, +/area/science/xenobiology) +"qIF" = ( +/obj/structure/chair/bench/metal/left{ dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, /obj/structure/disposalpipe/segment{ dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, /turf/open/floor/plasteel/dark, /area/security/brig) -"hNB" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 5 - }, -/obj/item/pen, -/obj/machinery/light{ +"qIJ" = ( +/obj/machinery/door/poddoor/preopen{ dir = 8; - pixel_x = -7 + id = "cargoshut1"; + name = "shutters" }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"hNN" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/button/door{ - id = "TEG_Vent"; - pixel_x = 7; - pixel_y = 27 - }, -/obj/machinery/button/ignition/incinerator{ - id = "TEG_igniter"; - pixel_x = -6; - pixel_y = 27 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"hNP" = ( +/obj/effect/turf_decal/delivery, /obj/effect/turf_decal/loading_area{ - dir = 4; + dir = 1; icon_state = "drain"; name = "drain" }, -/obj/structure/closet/crate, -/obj/structure/cable{ - icon_state = "1-2" +/obj/machinery/door/firedoor{ + dir = 8 }, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"hNS" = ( -/obj/machinery/door/airlock/external{ - name = "Nuclear Reactor Access"; - req_access_txt = "24" +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 +/area/hallway/primary/aft) +"qIL" = ( +/obj/machinery/camera{ + c_tag = "Aft Primary Hallway West"; + dir = 6 }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/effect/turf_decal/tile/brown{ + dir = 9 }, -/obj/structure/fans/tiny, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"hOD" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/keycard_auth{ - pixel_x = -24 - }, -/obj/machinery/light{ +/obj/effect/turf_decal/loading_area{ dir = 1; - pixel_y = 19 + icon_state = "drain"; + name = "drain" }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" }, -/turf/open/floor/plasteel/white/corner, -/area/crew_quarters/heads/cmo) -"hOH" = ( -/obj/effect/turf_decal/stripes/line{ +/area/hallway/primary/aft) +"qIT" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"qIW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/space_heater, +/obj/structure/cable{ + icon_state = "4-8" + }, /turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"hOK" = ( -/obj/effect/turf_decal/tile/yellow{ +/area/maintenance/port/aft/upper) +"qJd" = ( +/obj/machinery/dna_scannernew, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/button/door{ + desc = "A remote control switch for the genetics doors."; + id = "GeneticsDoor"; + name = "Genetics Exit Button"; + normaldoorcontrol = 1; + pixel_x = -24 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/medical/genetics/cloning) +"qJf" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"qJi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/fore/upper) +"qJl" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/machinery/conveyor{ + id = "gasstor" + }, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/turf/open/floor/plating, +/area/engine/engineering) +"qJn" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/exit/upper) +"qJq" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ dir = 8 }, +/turf/open/transparent/openspace, +/area/layenia/cave) +"qJv" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 4 + }, +/area/bridge) +"qJy" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, /obj/effect/turf_decal/tile/neutral{ dir = 4 }, /obj/effect/turf_decal/tile/neutral, -/obj/machinery/light_switch{ - pixel_x = -23 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" }, /turf/open/floor/plasteel, -/area/engine/engineering) -"hOX" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/crew_quarters/kitchen) -"hPa" = ( -/obj/structure/chair/office/dark{ +/area/hallway/primary/fore/upper) +"qJz" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/firedoor{ dir = 8 }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge) +"qJG" = ( +/obj/structure/table/reinforced, +/obj/item/folder/white, +/obj/item/pen, +/obj/machinery/door/window/northright{ + name = "Reception Desk"; + red_alert_access = 1; + req_access_txt = "5" }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"hPd" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/security_space_law{ - pixel_x = -3; - pixel_y = 5 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"hPn" = ( -/obj/structure/table, -/obj/machinery/computer/security/telescreen/circuitry, -/obj/effect/turf_decal/tile/red{ - dir = 1 +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_whole_alt" }, +/area/medical/medbay/central) +"qJK" = ( +/obj/effect/turf_decal/tile/red, /obj/effect/turf_decal/tile/red{ dir = 4 }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/airalarm{ - pixel_y = 25 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" }, -/obj/item/book/manual/wiki/security_space_law, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science) -"hPr" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken" +/obj/structure/cable{ + icon_state = "4-8" }, -/area/maintenance/port/aft) -"hQm" = ( -/obj/structure/chair/stool/bar, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"hQo" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Pool" +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/security/checkpoint/medical) +"qJQ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/spa/sauna) +"qJW" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/directions/supply{ + dir = 8; + pixel_y = 24 + }, +/obj/structure/sign/directions/medical{ + pixel_y = 30 + }, +/obj/structure/sign/directions/science{ + dir = 4; + pixel_y = 36 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"qJZ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/aft) +"qKa" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Cargo"; + location = "APH1" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" }, -/obj/machinery/door/firedoor, /turf/open/floor/plasteel, -/area/crew_quarters/fitness/pool) -"hQz" = ( -/obj/structure/flora/junglebush/large, -/obj/structure/window/reinforced{ +/area/hallway/primary/aft) +"qKb" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/indestructible/layenia/sand, +/area/layenia/cave) +"qKd" = ( +/obj/structure/chair/comfy/black{ dir = 8 }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"qKe" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "cargoshut1"; + name = "shutters" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/aft) +"qKi" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/security/prison) +"qKn" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing/handrail{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"qKs" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"qKu" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/landmark/nuclear_waste_spawner, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"qKz" = ( +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/obj/machinery/camera{ + c_tag = "Aft Primary Hallway East"; + dir = 6 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"qKE" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/engine/break_room) +"qKJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/security/courtroom) +"qKO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/engine/custom) +"qKP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"qKS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"qKT" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/security/main/upper) +"qLa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"qLc" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"qLi" = ( +/obj/machinery/computer/rdconsole/experiment, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"qLj" = ( +/obj/structure/chair/bench/metal/right{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"qLt" = ( +/obj/machinery/button/door{ + id = "Dorm2Shutters"; + name = "Privacy Shutters Control"; + pixel_y = 26 + }, +/obj/structure/closet/secure_closet/personal/cabinet, +/turf/open/floor/wood, +/area/crew_quarters/dorms/B) +"qLx" = ( +/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/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"qLy" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/spa/sauna) +"qLA" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"qLC" = ( /obj/machinery/light{ dir = 1; pixel_y = 16 }, /obj/effect/turf_decal/loading_area{ - dir = 8; + dir = 4; icon_state = "drain"; name = "drain" }, -/turf/open/floor/grass, -/area/crew_quarters/dorms) -"hQN" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"hQO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"hQP" = ( -/obj/machinery/door/window/westleft{ - dir = 4; - name = "Disposal Loop"; - req_access_txt = "50" - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"hQS" = ( -/obj/structure/trash_pile, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"hQW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/grimy, -/area/hallway/primary/port) -"hQZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"hRa" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/heater{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"hRd" = ( /obj/effect/turf_decal/loading_area{ dir = 1; icon_state = "drain"; name = "drain" }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" }, /turf/open/floor/plasteel{ dir = 1; icon_state = "floor_plate" }, -/area/hallway/primary/port) -"hRh" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 +/area/hallway/primary/aft/upper) +"qLL" = ( +/obj/machinery/airalarm{ + pixel_y = 23 }, -/turf/open/floor/carpet/blue, -/area/ai_monitored/turret_protected/aisat_interior) -"hRq" = ( -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"hRM" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 +/obj/structure/extinguisher_cabinet{ + pixel_x = 25 }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/plasteel/dark/side, -/area/engine/break_room) -"hRO" = ( -/obj/machinery/pool/controller, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/yellowsiding, -/area/maintenance/fore) -"hRT" = ( -/obj/structure/girder, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"hSc" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" }, /turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"hSn" = ( -/obj/machinery/door/airlock/command/glass{ - dir = 4; - name = "AI Core"; - req_access_txt = "65" +/area/science/misc_lab) +"qLN" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"hSr" = ( +/area/medical/medbay/upper) +"qLO" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/effect/turf_decal/weather/grass/line{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/water/jungle, +/area/medical/psych/rec) +"qLP" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" @@ -35549,6 +110455,119 @@ dir = 8; name = "air supply pipe" }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"qLQ" = ( +/obj/structure/closet/bombcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/misc_lab) +"qLV" = ( +/obj/structure/rack/shelf, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plasteel, +/area/storage/B) +"qLW" = ( +/obj/structure/closet/radiation, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/misc_lab) +"qLY" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge_short"; + name = "short ledge" + }, +/mob/living/simple_animal/cockroach, +/turf/open/floor/plasteel/checker, +/area/maintenance/department/engine/upper) +"qMb" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"qMc" = ( +/obj/structure/closet/radiation, +/obj/structure/railing, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/engine/custom) +"qMd" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/library) +"qMs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/misc_lab) +"qMu" = ( +/obj/item/grenade/barrier{ + pixel_x = 4 + }, +/obj/item/grenade/barrier, +/obj/item/grenade/barrier{ + pixel_x = -4 + }, +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"qMx" = ( +/obj/machinery/door/window/westleft{ + dir = 4; + name = "Janitorial Delivery"; + req_access_txt = "26" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/janitor) +"qMy" = ( +/obj/structure/trash_pile, +/turf/open/floor/plating, +/area/maintenance/fore) +"qMF" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, /obj/structure/cable{ icon_state = "4-8" }, @@ -35557,419 +110576,1352 @@ }, /turf/open/floor/plating, /area/maintenance/port) -"hSz" = ( +"qMG" = ( +/turf/closed/wall, +/area/maintenance/starboard/central/upper) +"qMM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/bar/cafe/backroom{ + name = "Cafe Kitchen" + }) +"qNj" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/aisat/service) +"qNr" = ( +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/storage/eva) +"qNu" = ( +/obj/structure/railing, +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"qNw" = ( +/turf/open/floor/carpet/black, +/area/crew_quarters/fitness) +"qNA" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"qNJ" = ( +/obj/structure/table/reinforced, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil/white{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"qNL" = ( +/turf/open/floor/carpet, +/area/crew_quarters/spa/sauna) +"qNM" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=APH1"; + location = "PCH" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"qNU" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/hallway/primary/aft/upper) +"qNV" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "ledge_pool"; + name = "pool ledge" + }, +/turf/open/pool, +/area/maintenance/fore/upper) +"qNY" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/security/checkpoint/medical) +"qOa" = ( +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "12" + }, +/obj/structure/fans/tiny, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard) +"qOc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"qOd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"qOm" = ( +/obj/structure/table, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/bridge) +"qOn" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/quartermaster/mail) +"qOq" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/security/main/upper) +"qOu" = ( +/obj/structure/flora/crystal/small/pile, +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/primary/aft/upper) +"qOx" = ( +/turf/open/lava/plasma, +/area/layenia) +"qOD" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 9; name = "scrubbers pipe" }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" }, +/area/crew_quarters/toilet/locker) +"qOK" = ( +/obj/structure/chair/bench/metal/right, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"qOM" = ( +/obj/structure/table, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-30"; + pixel_y = 20 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/lobby) +"qON" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/transparent/openspace, +/area/ai_monitored/turret_protected/aisat/hallway) +"qOP" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Bridge East"; + dir = 6 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel, +/area/bridge) +"qOQ" = ( +/obj/machinery/door/airlock/public{ + dir = 8; + name = "Park Garden Storage" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/park) +"qOW" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/crew_quarters/locker) +"qOZ" = ( /turf/open/floor/plasteel/white, -/area/medical/sleeper) -"hSB" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ +/area/medical/medbay/zone2) +"qPb" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush"; + pixel_x = -3; + pixel_y = -5 + }, +/turf/open/floor/grass, +/area/crew_quarters/park) +"qPf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating/snowed/smoothed, +/area/layenia) +"qPg" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hydroponics) +"qPp" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"qPr" = ( +/obj/structure/chair/bench/metal{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"qPt" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/crew_quarters/locker) +"qPw" = ( +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/primary/starboard/upper) +"qPA" = ( +/obj/structure/chair/bench/left{ dir = 4 }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/spa/sauna) +"qPC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/crew_quarters/spa/sauna) +"qPD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"qPJ" = ( +/obj/structure/table, +/obj/machinery/recharger, /turf/open/floor/plasteel/dark, -/area/engine/atmos) -"hSI" = ( +/area/security/main) +"qPV" = ( +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"qPX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"qQa" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/transparent/openspace, +/area/maintenance/fore/upper) +"qQe" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"qQf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plating/snowed, +/area/layenia) +"qQm" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"qQw" = ( +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/radio/off, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"qQx" = ( +/obj/machinery/door/airlock/mining/glass{ + dir = 4; + name = "Cargo Office"; + req_access_txt = "50" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "cargoshut1"; + name = "shutters" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/quartermaster/sorting) +"qQz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"qQH" = ( +/obj/effect/landmark/blobstart, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"qQJ" = ( +/obj/structure/flora/ausbushes/fullgrass, +/mob/living/simple_animal/butterfly, +/turf/open/floor/grass, +/area/security/prison) +"qQK" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/chair/office/dark, +/turf/open/floor/carpet, +/area/library) +"qQO" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/prison) +"qQS" = ( +/obj/structure/rack/shelf, +/obj/item/vending_refill/wardrobe/science_wardrobe, +/obj/item/vending_refill/wardrobe/medi_wardrobe, +/obj/item/vending_refill/wardrobe/hydro_wardrobe, +/obj/item/vending_refill/wardrobe/curator_wardrobe, +/obj/item/vending_refill/wardrobe/chap_wardrobe, +/obj/item/vending_refill/wardrobe/atmos_wardrobe, +/obj/effect/turf_decal/bot, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/break_room) +"qQV" = ( +/obj/machinery/libraryscanner, +/turf/open/floor/carpet, +/area/library) +"qRa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"qRg" = ( +/obj/structure/curtain, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/crew_quarters/toilet/locker) +"qRh" = ( +/obj/machinery/door/airlock/engineering{ + name = "Starboard Quarter Solar Access"; + req_access_txt = "10" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"qRi" = ( +/obj/structure/table, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"qRj" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"qRk" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/main/upper) +"qRm" = ( /obj/effect/turf_decal/stripes/line{ dir = 9 }, -/obj/structure/trash_pile, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"qRo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"hSO" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"qRq" = ( +/obj/machinery/light/small{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/break_room) +"qRw" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Cargo Bay Maintenance"; + req_access_txt = "31" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port) +"qRy" = ( +/obj/machinery/door/airlock/command/glass{ + dir = 8; + name = "Bridge"; + req_access_txt = "19" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/bridge) +"qRz" = ( +/obj/structure/flora/tree/jungle/small{ + icon_state = "tree" + }, +/turf/open/floor/grass, +/area/crew_quarters/park) +"qRA" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 8 + }, +/area/hallway/primary/port/fore) +"qRG" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/prison) +"qRH" = ( +/obj/structure/flora/junglebush/large, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/grass, +/area/medical/genetics) +"qRK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"qRO" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/security/visitation) +"qRR" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"qRV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/effect/decal/cleanable/oil{ + icon_state = "floor6" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/custom) +"qRW" = ( +/turf/open/floor/plasteel/stairs/medium{ + dir = 1 + }, +/area/hallway/primary/port/fore) +"qRX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"qRY" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/hallway/primary/fore/upper) +"qRZ" = ( +/obj/structure/fence{ + dir = 4 + }, +/obj/effect/turf_decal/weather/grass/line{ + dir = 6 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"qSf" = ( +/obj/machinery/door/poddoor/preopen{ + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/command/glass{ + name = "Bridge"; + req_access_txt = "19" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/bridge) +"qSg" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "cargoshut1"; + name = "shutters" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/aft) +"qSk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"qSu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"qSy" = ( +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig/upper) +"qSC" = ( +/obj/effect/turf_decal/delivery/white, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/airlock/security{ + dir = 8; + name = "Security Office"; + req_access_txt = "1" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/brig) +"qSD" = ( +/obj/machinery/power/generator, +/obj/structure/cable/yellow, +/turf/open/floor/circuit/green, +/area/engine/engineering) +"qSU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"qTf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"qTh" = ( +/turf/closed/wall, +/area/medical/medbay/aft) +"qTj" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"qTk" = ( +/obj/machinery/rnd/production/techfab/department/security, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"qTm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"qTp" = ( +/turf/open/floor/plasteel/dark/layenia{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"qTr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 5; name = "air supply pipe" }, /obj/structure/cable{ - icon_state = "4-8" + icon_state = "1-8" }, -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"hSY" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/science/server) -"hTd" = ( -/obj/structure/table, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/neck/stethoscope{ - pixel_y = 8 +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"hTp" = ( -/obj/structure/bed, -/obj/item/bedsheet/medical, -/obj/machinery/light_switch{ - pixel_y = 28 +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"qTs" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" }, /turf/open/floor/plasteel, -/area/medical/virology) -"hTq" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/locker) -"hTx" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/secondary/entry) -"hTG" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"hTM" = ( +/area/hallway/primary/starboard/upper) +"qTy" = ( +/obj/structure/closet/secure_closet/freezer/meat, /obj/machinery/light{ dir = 8; pixel_x = -7 }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/kitchen) +"qTz" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel/dark/side, +/area/bridge) +"qTJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, /obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, /obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/turf/open/floor/plasteel{ +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"qTK" = ( +/obj/structure/flora/grass/jungle/b, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/item/reagent_containers/food/snacks/grown/wheat, +/turf/open/floor/grass, +/area/hydroponics) +"qTM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"hTR" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/science/research) -"hUi" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"hUm" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"hUr" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" + name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ dir = 1; name = "scrubbers pipe" }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"qTO" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/engine/tether) +"qTR" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ dir = 1; name = "air supply pipe" }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"hUz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" }, /obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"hUB" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"hUV" = ( -/obj/machinery/status_display/supply{ - pixel_y = 32 - }, -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/hand_labeler, -/obj/item/hand_labeler, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/quartermaster/storage) -"hUX" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/yellow, -/obj/item/toy/figure/atmos{ - pixel_y = 14 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"hUY" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/library/lounge) -"hVa" = ( -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"qTU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; - id = "xenobio8"; - name = "containment blast door" + name = "air supply pipe" }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"hVe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"qTY" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"qUl" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" }, +/turf/open/floor/carpet, +/area/crew_quarters/spa/sauna) +"qUu" = ( +/obj/machinery/door/airlock/medical/glass{ + dir = 4; + name = "Chemistry Lab"; + req_access_txt = "5; 33" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/plasteel/stairs/medium{ - dir = 8 - }, -/area/maintenance/aft) -"hVi" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/door_timer{ - id = "Cell 1"; - name = "Cell 1"; - pixel_y = -32 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/brig) -"hVt" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/chief) -"hVJ" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/bridge) -"hVL" = ( -/obj/docking_port/stationary{ - dir = 2; - dwidth = 11; - height = 22; - id = "whiteship_home"; - name = "SS13: Auxiliary Dock, Station-Port"; - width = 35 - }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"hVP" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"hVQ" = ( -/obj/effect/turf_decal/tile/red{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/security/brig) -"hVU" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness) -"hVX" = ( -/obj/machinery/status_display/ai{ - pixel_y = 32 +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" }, +/area/medical/chemistry) +"qUF" = ( /obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"hWb" = ( -/obj/structure/table, -/obj/item/reagent_containers/glass/bottle/morphine{ - pixel_x = 8; - pixel_y = 13 - }, -/obj/item/reagent_containers/syringe{ - pixel_y = 4 - }, -/obj/item/reagent_containers/syringe{ - pixel_y = 4 - }, -/obj/item/reagent_containers/glass/bottle/morphine{ - pixel_x = 4; - pixel_y = 10 - }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"hWd" = ( -/turf/open/floor/plasteel/dark, -/area/bridge) -"hWf" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - id = "Secure Gate"; - name = "brig shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/brig) -"hWn" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ dir = 4 }, -/obj/effect/turf_decal/tile/red{ +/obj/machinery/space_heater, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 5 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"qUY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/chapel/main) +"qUZ" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ dir = 1 }, /obj/machinery/light{ dir = 1; pixel_y = 16 }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Brig East" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"hWq" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Secure Gate"; - name = "brig shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/brig) -"hWw" = ( -/obj/machinery/door/airlock/medical{ +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ dir = 8; - name = "Medbay Break Room"; - req_access_txt = "5" + name = "air vent" }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" }, +/area/crew_quarters/toilet/locker) +"qVc" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" @@ -35981,157 +111933,4256 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 +/obj/machinery/door/firedoor{ + dir = 8 }, -/area/medical/medbay/central) -"hWz" = ( -/obj/machinery/door/airlock/engineering{ - name = "Reactor Control"; - req_one_access_txt = "10;24" +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/area/engine/break_room) +"qVd" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/transparent/openspace, +/area/medical/medbay/upper) +"qVl" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ dir = 4 }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"qVm" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"qVu" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"qVz" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_y = 6 + }, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/obj/item/folder/white{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/book/lorebooks/engrams{ + pixel_y = 5 + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"qVF" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/range) +"qVH" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"qVL" = ( +/obj/structure/chair/sofa/corner{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/hallway/secondary/entry/upper) +"qVO" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"qVP" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/security/courtroom) +"qVR" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"qWa" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" }, -/obj/structure/cable/yellow{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab) +"qWc" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/bridge) +"qWk" = ( +/obj/structure/fence, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"qWq" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/main/upper) +"qWr" = ( +/obj/structure/closet/crate, +/obj/structure/sign/poster/official/moth_piping{ + pixel_y = 32 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"qWv" = ( +/obj/structure/cable{ icon_state = "4-8" }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"hWA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"qWz" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/port/upper) +"qWA" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/misc_lab) +"qWB" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Security Access" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/processing) +"qWG" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/crew_quarters/spa/sauna) +"qWI" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, /obj/effect/turf_decal/loading_area{ dir = 1; icon_state = "drain"; name = "drain" }, -/obj/effect/turf_decal/tile/neutral, /turf/open/floor/plasteel{ dir = 1; icon_state = "floor_plate" }, -/area/hallway/primary/port/fore) -"hWC" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/meter, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"hWM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/obj/machinery/camera{ - c_tag = "Xenobiology Outer South"; - dir = 8; - network = list("ss13","rd") - }, -/obj/structure/sink{ - dir = 4; - pixel_x = 12; - pixel_y = 2 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/science/xenobiology) -"hWN" = ( -/obj/machinery/door/airlock/security/glass{ - basecolor = ""; - bound_width = 64; - divide_file = 'icons/obj/doors/airlocks/station/medbaydouble.dmi'; - doorOpen = 'sound/machines/bigairlockopen.ogg'; - icon = 'icons/obj/doors/airlocks/station/securitydouble.dmi'; - id_tag = "outerbrig"; - name = "Brig"; - note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; - overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; - req_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/area/hallway/primary/starboard) +"qWR" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel{ - dir = 4; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/security/brig) -"hWR" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/security/brig) -"hWT" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/gloves/color/black, -/obj/item/clothing/glasses/meson/engine, -/obj/item/tank/internals/emergency_oxygen/engi{ - pixel_x = 5 - }, /obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, /obj/effect/turf_decal/tile/neutral{ dir = 4 }, /obj/effect/turf_decal/tile/neutral{ - dir = 1 + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Firing Range Room"; + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 }, /turf/open/floor/plasteel/dark, -/area/engine/engineering) -"hXq" = ( +/area/security/range) +"qWS" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/security{ + dir = 8; + name = "Security Checkpoint"; + req_access_txt = "1" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/visitation) +"qWY" = ( +/obj/structure/flora/junglebush/c, +/turf/open/floor/grass, +/area/crew_quarters/park) +"qXb" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 6 + }, +/area/bridge) +"qXh" = ( +/obj/structure/flora/crystal/medium/growth, +/turf/open/indestructible/layenia/crystal/garden, +/area/science/misc_lab) +"qXm" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"qXn" = ( /obj/effect/turf_decal/loading_area{ dir = 1; icon_state = "drain"; name = "drain" }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white/corner, +/area/science/research) +"qXo" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/port/upper) +"qXp" = ( +/obj/structure/sign/warning/securearea{ + pixel_x = 32 + }, +/obj/structure/table, +/obj/item/storage/box/prisoner, +/obj/machinery/camera{ + c_tag = "Labor Shuttle Dock North" + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/processing) +"qXs" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/bridge) +"qXt" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/grass, +/area/medical/sleeper) +"qXv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"qXx" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"qXy" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"qXz" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"qXB" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"qXI" = ( +/obj/structure/flora/crystal/small/pile, +/obj/structure/flora/crystal/small/growth, +/turf/open/indestructible/layenia/crystal/garden, +/area/science/misc_lab) +"qXO" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"qXP" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"qXU" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white/side, +/area/medical/virology) +"qXX" = ( +/turf/closed/wall/r_wall, +/area/security/main/upper) +"qXZ" = ( +/turf/open/floor/plating/asteroid/layenia/garden, +/area/science/misc_lab) +"qYa" = ( +/obj/structure/chair/bench/metal/right{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"qYd" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/secondary/exit) +"qYe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/storage/C) +"qYf" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/park) +"qYi" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"qYj" = ( +/obj/machinery/camera/autoname, +/turf/open/floor/carpet/kinaris, +/area/security/main/upper) +"qYq" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods{ + amount = 23 + }, +/obj/item/stack/sheet/glass{ + amount = 12 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/engine/upper) +"qYt" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/item/storage/box{ + pixel_y = 8 + }, +/obj/item/storage/box{ + pixel_y = 8 + }, +/obj/item/storage/box, +/obj/item/storage/box, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"qYv" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"qYL" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/science/misc_lab) +"qYM" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/starboard) +"qYN" = ( +/obj/structure/table/glass, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"qYP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"qYV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"qYX" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/engine/break_room) +"qZa" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/crew_quarters/dorms/upper) +"qZe" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "half_stairs"; + name = "steps" + }, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/airless, +/area/maintenance/starboard) +"qZk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/aft/upper) +"qZo" = ( +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/turf/open/indestructible/concrete, +/area/layenia) +"qZH" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/hallway/primary/starboard) +"qZN" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"qZR" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/button/door{ + id = "evashutter"; + name = "EVA Shutters Control"; + pixel_y = -24; + req_access_txt = "18" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"rab" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/closet/secure_closet/personal/patient, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"rad" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plasteel/layenia, +/area/maintenance/starboard) +"rak" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/railing, +/turf/open/floor/plating/layenia, +/area/layenia) +"ram" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/white, +/area/maintenance/fore) +"raq" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/railing, +/turf/open/floor/plating/layenia, +/area/layenia) +"rau" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/railing, +/turf/open/floor/plating/snowed, +/area/layenia) +"rax" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"raA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/locker) +"raF" = ( +/obj/structure/bed/double, +/obj/item/bedsheet/yellow/double, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/C) +"raK" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"raL" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "bridgespace"; + name = "bridge external shutters" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/bridge) +"raX" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/library) +"raY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/railing, +/turf/open/floor/plating/snowed, +/area/layenia) +"rbb" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_trim" + }, +/area/medical/psych/ward) +"rbh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/port) +"rbu" = ( +/obj/structure/table/wood, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-18"; + pixel_y = 10 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, /obj/machinery/light{ pixel_y = -1 }, /turf/open/floor/wood, -/area/crew_quarters/fitness) -"hXr" = ( -/obj/machinery/computer/rdconsole/robotics{ +/area/crew_quarters/spa/sauna) +"rbH" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/pen, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/security/vacantoffice/a) +"rbJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/railing, +/turf/open/floor/plating/layenia, +/area/layenia) +"rbN" = ( +/obj/effect/turf_decal/loading_area{ + color = null; + dir = 4; + icon_state = "half_stairs_wood"; + name = "wood steps" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/engine/upper) +"rbO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/railing{ dir = 8 }, +/obj/item/clothing/head/cone, +/turf/open/floor/plasteel/dark/layenia{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"rbS" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/storage) +"rce" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/wood, +/area/security/detectives_office) +"rcn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"rcr" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/storage/eva) +"rcv" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"rcw" = ( +/turf/closed/wall, +/area/medical/psych/rec) +"rcC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"rcG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"rcK" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"rcM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"rcX" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/table/glass, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/science/xenobiology) +"rcY" = ( +/obj/machinery/light_switch{ + pixel_x = -24; + pixel_y = 28 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"rcZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/sleeper) +"rda" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"rdb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/spa/sauna) +"rdB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar) +"rdF" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar) +"rdI" = ( +/obj/item/radio/intercom{ + desc = "Talk through this. It looks like it has been modified to not broadcast."; + name = "Prison Intercom (General)"; + pixel_x = -25; + pixel_y = -2; + prison_radio = 1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/security/brig/upper) +"rdR" = ( +/obj/machinery/light/floor, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/theatre) +"rdU" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/engine/atmos) +"rdW" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Entrance"; + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/closet/l3closet/scientist, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"rdZ" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/science/research) +"rec" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner, +/area/science/xenobiology) +"red" = ( +/obj/machinery/mech_bay_recharge_port, +/turf/open/floor/plating, +/area/science/robotics/lab) +"ref" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"ret" = ( +/obj/structure/table/wood/fancy/kinaris, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/lambent) +"reu" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"reB" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/sorting) +"reE" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"reG" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/quartermaster/office) +"reI" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/psych/rec) +"reJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/sleeper) +"reT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/corner{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"reZ" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"rff" = ( +/obj/machinery/door/poddoor/shutters{ + id = "aux_base_shutters_lobby"; + name = "Auxillary Base Lobby Shutters" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/construction/mining/aux_base) +"rfu" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/structure/chair/bench/metal/left, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore/upper) +"rfx" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/railing/handrail{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"rfB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/corner, +/area/bridge) +"rfE" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/hallway/primary/aft) +"rfF" = ( +/obj/structure/table/wood/fancy, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/sign/painting/library_secure{ + pixel_x = 25 + }, +/turf/open/floor/light, +/area/artatrium) +"rfN" = ( +/turf/open/floor/plating, +/area/crew_quarters/spa/sauna) +"rfR" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=ACH"; + location = "APH2" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/hallway/primary/aft) +"rfW" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/locker) +"rgc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/bridge) +"rgt" = ( +/obj/structure/flora/rock/pile, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=180" + }, +/area/layenia/cloudlayer) +"rgu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/box, +/obj/machinery/holopad, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_whole_alt" + }, +/area/medical/sleeper) +"rgx" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"rgG" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/chapel/main) +"rgH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit/upper) +"rgM" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet/royalblack, +/area/bridge) +"rgR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"rgT" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "cargoshut1"; + name = "shutters" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/aft) +"rha" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"rhb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"rhd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"rhB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/hallway/primary/aft) +"rhD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"rhG" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/smes, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"rhI" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "linealt_corner"; + name = "line" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/security/prison) +"rhK" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/chair, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"rhQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"rhR" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/storage/firstaid/regular, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/storage/primary) +"rhW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"rhX" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=APH2"; + location = "Science" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"ria" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"rif" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"rij" = ( +/turf/open/floor/plasteel, +/area/quartermaster/office) +"rik" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/stairs{ + dir = 4 + }, +/area/security/visitation) +"ril" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/custom) +"riq" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/turretid{ + control_area = "/area/ai_monitored/turret_protected/ai_upload"; + name = "AI Upload turret control"; + pixel_y = 29 + }, +/turf/open/floor/plasteel/dark/side, +/area/bridge) +"riv" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"rix" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"riC" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/power/apc{ + areastring = "/area/security/checkpoint/science"; + name = "Science Security APC"; + pixel_y = -24 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) +"riF" = ( +/obj/structure/closet/secure_closet/security/science, +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = -30 + }, /obj/effect/turf_decal/tile/red{ dir = 8 }, /obj/effect/turf_decal/tile/red, -/obj/machinery/posialert{ - pixel_x = 28 +/obj/effect/turf_decal/tile/red{ + dir = 4 }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"hXw" = ( -/obj/machinery/door/airlock/external{ - name = "MiniSat External Access"; - req_access_txt = "65" +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) +"riG" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hydroponics) +"riJ" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair{ + dir = 4; + pixel_y = 2 + }, +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/medical/medbay/upper) +"riK" = ( +/obj/effect/turf_decal/bot_white/left, +/obj/structure/closet/crate/silvercrate, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"riL" = ( +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/security/visitation) +"riP" = ( +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/aft/upper) +"riS" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, -/obj/effect/turf_decal/delivery, /obj/structure/cable{ icon_state = "1-2" }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"riX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Engineering Maintenance"; + req_access_txt = "10" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"rji" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/engine/break_room) +"rjk" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"rjl" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/starboard) +"rjo" = ( +/obj/machinery/computer/bounty, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/sorting) +"rju" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"rjx" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"rjy" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/quartermaster/office) +"rjC" = ( +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel/white/side{ + dir = 9 + }, +/area/medical/virology) +"rjD" = ( +/obj/structure/railing, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"rjH" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/locker) +"rjK" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"rjP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"rjV" = ( +/mob/living/simple_animal/pet/cat{ + color = "#ff5733"; + desc = "A deranged, feral cat."; + name = "Verse" + }, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/layenia/cave) +"rjX" = ( +/turf/closed/wall/r_wall, +/area/maintenance/port) +"rjY" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light/floor, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/theatre) +"rjZ" = ( +/obj/structure/chair, +/obj/effect/landmark/start/assistant, +/turf/open/transparent/glass/reinforced, +/area/quartermaster/office) +"rkb" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ + dir = 8; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ + dir = 8; + name = "visible" + }, +/turf/open/indestructible/layenia/sand, +/area/layenia) +"rkc" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/porta_turret/ai{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"rkd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"rke" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 2; + icon_state = "left"; + name = "Chemistry Desk"; + req_access_txt = "33" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "medshut1"; + name = "shutters" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/chemistry) +"rkg" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/hallway/primary/port) +"rkj" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall, +/area/medical/medbay/central) +"rkl" = ( +/obj/structure/table/reinforced, +/obj/item/ashtray, +/turf/open/floor/plasteel, +/area/bridge) +"rkv" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/comfy/black, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"rkB" = ( +/obj/machinery/door/airlock/research/glass{ + dir = 4; + name = "Circuitry Lab"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/misc_lab) +"rkD" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/purple{ + dir = 10 + }, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/janitor/upper) +"rkL" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"rkO" = ( +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/science/xenobiology) +"rkR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"rkT" = ( +/obj/structure/chair/foldingchair{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"rla" = ( +/obj/structure/railing, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"rlb" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "medshut1"; + name = "shutters" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/medical/medbay/central) +"rln" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "medshut1"; + name = "shutters" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/medical/medbay/central) +"rlv" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"rlz" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/structure/disposalpipe/junction/yjunction{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/security/brig) +"rlO" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_whole" + }, +/area/medical/sleeper) +"rlQ" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/medical/virology) +"rlU" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/door/poddoor/preopen{ + id = "maint3" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"rlW" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall, +/area/medical/genetics) +"rlZ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/beacon{ + layer = 4; + pixel_y = 15 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"rmd" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/aft) +"rmj" = ( +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/locker) +"rmk" = ( +/obj/structure/rack, +/turf/open/floor/plating, +/area/maintenance/fore) +"rmn" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel/yellowsiding, +/area/crew_quarters/fitness/pool) +"rmp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/hallway/primary/port/fore) +"rmq" = ( +/turf/closed/wall/r_wall, +/area/hallway/primary/aft) +"rmC" = ( +/turf/open/floor/carpet/green, +/area/security/courtroom) +"rmD" = ( +/obj/structure/railing/handrail{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/port) +"rmE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/quartermaster/mail) +"rmQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"rmR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/science/research) +"rmU" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Mining Locker Room"; + dir = 8 + }, +/turf/open/floor/plasteel/dark/side, +/area/quartermaster/miningdock) +"rne" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/white/side, +/area/science/misc_lab) +"rnm" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/ore_box, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"rnr" = ( +/turf/open/floor/carpet, +/area/chapel/main) +"rnt" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side, +/area/science/misc_lab) +"rny" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/security/prison) +"rnA" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/item/twohanded/required/kirbyplants/photosynthetic{ + pixel_y = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"rnL" = ( +/obj/structure/sink{ + pixel_y = 30 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/janitor/upper) +"rnN" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Escape Pod 2"; + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/main/upper) +"rnO" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_y = 32 + }, +/obj/machinery/chem_heater, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/misc_lab) +"rnS" = ( +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"roh" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central/upper) +"roo" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"rot" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Engineering Maintenance"; + req_access_txt = "10" + }, +/turf/open/floor/plating, +/area/engine/custom) +"rov" = ( +/obj/structure/bonfire, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=180" + }, +/area/layenia/cloudlayer) +"roy" = ( +/obj/machinery/door/airlock{ + dir = 8; + name = "Unisex Restrooms" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/toilet/locker) +"roD" = ( +/obj/machinery/button/door{ + id = "medprivB"; + name = "Privacy Shutters"; + pixel_y = 25 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_trim" + }, +/area/medical/patients_rooms/room_b) +"roF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"roI" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/weather/grass/line{ + dir = 10 + }, +/turf/open/indestructible/concrete, +/area/layenia) +"roP" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 4 + }, +/area/hallway/primary/aft) +"roW" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"rpa" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"rpb" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/wood, +/area/crew_quarters/dorms/A) +"rph" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/virology) +"rpn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/box/corners, +/turf/open/floor/engine, +/area/ai_monitored/storage/eva) +"rpt" = ( +/obj/machinery/atmospherics/components/trinary/filter{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"rpH" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel, +/area/artatrium) +"rpL" = ( +/obj/structure/table, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/crew_quarters/locker) +"rpM" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = -30 + }, +/obj/machinery/power/apc{ + areastring = "/area/security/checkpoint/supply"; + dir = 1; + name = "Cargo Security APC"; + pixel_x = 1; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"rpN" = ( +/turf/closed/wall/r_wall, +/area/science/xenobiology) +"rpR" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"rqj" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"rqk" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"rqm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"rqu" = ( +/obj/machinery/door/airlock{ + id_tag = "null"; + name = "Unit 1" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/upper) +"rqy" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/F) +"rqG" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"rqH" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/upper) +"rqI" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/heater{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"rqM" = ( +/obj/structure/chair/comfy/black, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab) +"rqO" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white/corner, +/area/science/misc_lab) +"rqS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness/pool) +"rqT" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"rra" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"rrc" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/power/apc{ + areastring = "/area/science/misc_lab"; + dir = 4; + name = "Testing Lab APC"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/science/misc_lab) +"rrl" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/theatre/blackbox) +"rrp" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/starboard) +"rrr" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/turf/open/floor/plasteel/white/corner, +/area/medical/psych) +"rrw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/storage) +"rry" = ( +/obj/structure/railing/handrail, +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel/dark, +/area/construction/mining/aux_base) +"rrC" = ( +/obj/structure/sign/warning/pods, +/turf/closed/wall, +/area/security/main/upper) +"rrG" = ( +/obj/structure/stairs{ + dir = 1 + }, +/turf/open/floor/plasteel/stairs/medium, +/area/science/misc_lab) +"rrH" = ( +/obj/structure/sign/warning/docking, +/turf/closed/wall/r_wall, +/area/security/main/upper) +"rrI" = ( +/obj/effect/turf_decal/box, +/obj/machinery/holopad, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/quartermaster/storage) +"rrJ" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/locker) +"rrO" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 10 + }, +/turf/open/water/jungle, +/area/crew_quarters/dorms/upper) +"rrR" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/crew_quarters/bar) +"rrS" = ( +/obj/machinery/autolathe, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/sorting) +"rrT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"rrW" = ( +/obj/structure/chair/bench/metal{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"rrY" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics2"; + name = "robotics lab shutters" + }, +/obj/effect/spawner/structure/window, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/science/robotics/lab) +"rsa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"rsc" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"rsp" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/break_room) +"rsr" = ( +/obj/structure/chair, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"rss" = ( +/obj/machinery/chem_heater, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/chemistry) +"rsw" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/central/upper) +"rsx" = ( +/obj/machinery/chem_master, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/chemistry) +"rsB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"rsD" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sink{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/mirror{ + pixel_y = 35 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/dorms/F) +"rsF" = ( +/obj/machinery/door/airlock/freezer{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/prison) +"rsI" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/camera{ + c_tag = "Port Hallway 2" + }, +/obj/structure/railing/handrail{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"rsU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"rsV" = ( +/obj/structure/chair, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/central) +"rsY" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plasteel/stairs/right{ + dir = 4 + }, +/area/crew_quarters/dorms/upper) +"rsZ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/machinery/conveyor{ + id = "gasstor" + }, +/obj/machinery/portable_atmospherics/canister/toxins, +/turf/open/floor/plating, +/area/engine/engineering) +"rta" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/dna_scannernew, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"rtc" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/open/floor/plasteel/white/side{ + dir = 10 + }, +/area/bridge) +"rtf" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyer2"; + name = "Medbay Doors Control"; + normaldoorcontrol = 1; + pixel_x = -3; + pixel_y = 23; + req_access_txt = "5" + }, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 30 + }, +/obj/machinery/newscaster{ + pixel_x = -30 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"rti" = ( +/obj/machinery/door/airlock/command/glass{ + name = "AI Core"; + req_access_txt = "65" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/aisat_interior) +"rtj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"rtm" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"rtu" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing/handrail{ + dir = 8 + }, +/obj/structure/chair/wood, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"rtv" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_y = 6 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/science/research) +"rty" = ( +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/obj/structure/chair/sofa, +/turf/open/floor/carpet, +/area/security/main/upper) +"rtC" = ( +/obj/structure/stairs{ + dir = 4 + }, +/turf/open/floor/plating, +/area/medical/medbay/central) +"rtD" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, /turf/open/floor/plasteel/dark, /area/engine/break_room) -"hXF" = ( +"rtS" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/railing, +/turf/open/floor/plasteel/dark/layenia{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"rtW" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/bridge) +"rtX" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"rua" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"rud" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"ruh" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "xenobio1"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"rui" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/storage/A) +"ruj" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/science/research) +"ruu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/park) +"rux" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/medical/virology) +"ruB" = ( +/turf/open/floor/wood, +/area/maintenance/starboard/aft/upper) +"ruK" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel/white/corner, +/area/science/misc_lab) +"ruM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"ruX" = ( +/obj/structure/table/wood, +/obj/item/storage/secure/briefcase, +/turf/open/floor/carpet/royalblack, +/area/bridge) +"ruZ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/theatre) +"rva" = ( +/obj/machinery/door/airlock{ + dir = 8; + name = "Custodial Closet"; + req_access_txt = "26" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/janitor/upper) +"rvc" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + freq = 1400; + location = "Service" + }, +/obj/structure/plasticflaps/opaque, +/turf/open/floor/plating, +/area/hallway/secondary/service) +"rvj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port/aft/upper) +"rvp" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/heads/captain) +"rvt" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters{ + id = "evashutter"; + name = "EVA Storage Shutters" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/storage/eva) +"rvE" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/theatre"; + dir = 4; + name = "Starboard Maintenance APC"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"rvL" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/science/misc_lab) +"rvO" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 8 + }, +/area/science/misc_lab) +"rvR" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/weather/grass/line{ + dir = 8 + }, +/obj/effect/turf_decal/weather/grass/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"rwa" = ( +/obj/structure/lattice/catwalk, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"rwc" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/vault{ + req_access_txt = "53" + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/nuke_storage) +"rwe" = ( +/obj/effect/turf_decal/bot_white, +/obj/item/reagent_containers/glass/bucket{ + pixel_x = -8; + pixel_y = 10 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"rwl" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/misc_lab) +"rwx" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/H) +"rwy" = ( +/obj/effect/turf_decal/caution/stand_clear{ + dir = 1 + }, +/turf/open/indestructible/concrete, +/area/layenia) +"rwD" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"rwL" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"rwR" = ( +/obj/structure/rack/shelf, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"rwT" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"rxd" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"rxi" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/machinery/meter, +/turf/open/floor/engine, +/area/science/misc_lab) +"rxj" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"rxm" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge"; + name = "ledge" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge_pool"; + name = "pool ledge" + }, +/turf/open/pool, +/area/crew_quarters/fitness/pool) +"rxB" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "Holodeckshutter"; + name = "Holodeck Shutter" + }, +/turf/open/floor/plating, +/area/crew_quarters/locker) +"rxF" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"rxG" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/item/bikehorn/rubberducky, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/locker) +"rxI" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"rxL" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/maintenance/fore/upper) +"rxM" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 15; + id = "arrivals_stationary"; + name = "arrivals"; + roundstart_template = /datum/map_template/shuttle/arrival/box; + width = 7 + }, +/turf/open/indestructible/concrete, +/area/layenia) +"rxO" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/arrows/white{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"ryc" = ( +/obj/structure/rack/shelf, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"ryj" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing, +/obj/effect/landmark/carpspawn, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"ryk" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central/upper) +"ryn" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/item/book/lorebooks/layenia_crystals, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab) +"ryo" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_one_access_txt = "12;47" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard) +"ryq" = ( +/turf/open/floor/plasteel/stairs/medium, +/area/science/misc_lab) +"ryv" = ( +/obj/structure/railing, +/obj/structure/lattice/catwalk, +/turf/open/floor/plating/layenia, +/area/layenia) +"ryz" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore) +"ryA" = ( +/obj/structure/window/reinforced/fulltile, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/ai) +"ryK" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"ryU" = ( +/obj/structure/lattice, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/transparent/openspace, +/area/security/brig/upper) +"rzc" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"rzq" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) +"rzz" = ( /obj/effect/turf_decal/stripes/line{ dir = 6 }, @@ -36140,754 +116191,777 @@ }, /turf/open/floor/plasteel/dark, /area/security/processing) -"hXH" = ( -/obj/structure/cable/yellow{ - icon_state = "2-8" +"rzA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/sign/departments/restroom{ + pixel_x = 32 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/blue{ - dir = 8 +/obj/effect/turf_decal/tile/neutral{ + dir = 6 }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"rzD" = ( +/turf/open/floor/plasteel/dark/layenia{ + dir = 8; + icon_state = "darkfull_whole" + }, +/area/layenia) +"rzU" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"rAa" = ( /obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/circuit, +/area/engine/engineering) +"rAe" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1; + icon_state = "pipe-t" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/quartermaster/storage) +"rAg" = ( +/turf/open/floor/plasteel/stairs/medium{ dir = 8 }, +/area/crew_quarters/bar) +"rAh" = ( +/obj/structure/table, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"hXM" = ( -/obj/machinery/computer/operating{ - dir = 1 +/area/janitor/upper) +"rAi" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/freezer, -/area/medical/sleeper) -"hXO" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Brig Desk"; - req_access_txt = "1" +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"rAC" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" }, -/obj/structure/cable{ - icon_state = "1-2" +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"rAD" = ( +/obj/structure/chair/comfy{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/layenia{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"rAE" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" }, -/obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; name = "scrubbers pipe" }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"hXP" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/captain) -"hXS" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 +/obj/machinery/firealarm{ + pixel_y = 24 }, -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock" - }, -/turf/open/floor/plating, -/area/security/processing) -"hXX" = ( -/obj/machinery/door/window/eastright{ - base_state = "left"; +/turf/open/floor/plasteel{ dir = 1; - icon_state = "left"; - name = "Security Delivery"; - req_access_txt = "1" + icon_state = "floor_plate" }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" +/area/crew_quarters/dorms/upper) +"rAK" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"hXY" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/scrubber, -/obj/machinery/camera{ - c_tag = "Atmospherics South West"; - dir = 4 +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"hYm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"hYo" = ( +/area/quartermaster/storage) +"rAM" = ( /obj/effect/turf_decal/loading_area{ dir = 6; icon_state = "steel_panel"; name = "steel pannel" }, -/obj/machinery/atm{ - pixel_y = 30 +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"hYt" = ( -/obj/structure/flora/crystal/small/growth{ - icon_state = "crystalgrowth3" +/obj/machinery/light{ + dir = 4; + pixel_x = 7 }, -/turf/open/indestructible/layenia/crystal/garden, -/area/security/main) -"hYG" = ( -/obj/structure/closet/crate, -/obj/structure/railing{ - dir = 8 +/turf/open/floor/plasteel/layenia, +/area/layenia) +"rAU" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" }, /turf/open/floor/plating, -/area/maintenance/fore) -"hYX" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 +/area/maintenance/starboard/upper) +"rAZ" = ( +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"rBb" = ( +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/construction/mining/aux_base) +"rBh" = ( +/obj/machinery/computer/cargo{ + dir = 1 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/sorting) +"rBk" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/yellow{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"rBn" = ( +/obj/structure/cable{ + icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; name = "scrubbers pipe" }, /obj/structure/cable{ icon_state = "1-8" }, /turf/open/floor/plating, -/area/maintenance/disposal) -"hZb" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"hZo" = ( -/obj/machinery/shower{ - dir = 1 - }, -/obj/structure/curtain, -/turf/open/floor/plasteel/freezer, -/area/medical/medbay/central) -"hZs" = ( -/obj/machinery/door/airlock/research{ - name = "Robotics Lab"; - req_access_txt = "29" - }, -/obj/machinery/door/firedoor/heavy, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"hZw" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"hZA" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"hZD" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"hZL" = ( -/obj/machinery/door/airlock/external{ - dir = 1; - name = "Supply Dock Airlock"; - req_access_txt = "31" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/fans/tiny, +/area/maintenance/port/aft/upper) +"rBo" = ( /turf/open/floor/plating, -/area/quartermaster/storage) -"hZP" = ( -/turf/closed/wall, -/area/medical/psych) -"iac" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 1 +/area/maintenance/department/engine/upper) +"rBs" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"iay" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 +/area/medical/chemistry) +"rBu" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"iaB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" +/area/medical/chemistry) +"rBy" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_panel"; + name = "steel pannel" }, /obj/structure/cable{ icon_state = "1-2" }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"iaL" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"ibh" = ( -/obj/effect/landmark/start/ai/secondary, -/obj/item/radio/intercom{ - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_y = 28 - }, -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = 27; - pixel_y = 5 - }, -/obj/item/radio/intercom{ - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_y = -25 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"ibo" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/security/brig) -"ibA" = ( -/obj/effect/turf_decal/tile/neutral, +/area/medical/chemistry) +"rBB" = ( /obj/effect/turf_decal/tile/neutral{ - dir = 4 + dir = 5 }, -/obj/machinery/camera{ - c_tag = "Atmospherics Entrance Internal"; - dir = 10 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"ibB" = ( -/obj/structure/flora/gmushroom/gggmushroom, -/turf/open/floor/grass/fairy/pink, -/area/maintenance/fore) -"ibD" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/bed, -/obj/item/bedsheet/medical, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"ibH" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/crew_quarters/fitness) -"ibX" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/security/prison) -"ibZ" = ( -/obj/structure/closet/secure_closet/brig{ - id = "Cell 1"; - name = "Cell 1 Locker" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/security/brig) -"ict" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"icD" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/closet/crate, -/turf/open/floor/plasteel{ - dir = 4; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/quartermaster/warehouse) -"icE" = ( -/obj/structure/fence/end, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"icG" = ( /obj/structure/table, -/obj/item/storage/firstaid/regular, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"idh" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/quartermaster/office) -"idt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"idz" = ( -/obj/machinery/cell_charger{ - pixel_y = 5 - }, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/obj/item/stock_parts/cell/high, -/obj/structure/table, -/obj/machinery/magnetic_controller{ - autolink = 1; - pixel_x = -5; - pixel_y = 28 - }, -/obj/machinery/power/apc{ - areastring = "/area/science/circuit"; +/turf/open/floor/plasteel/dark{ dir = 4; - name = "Circuitry Lab APC"; - pixel_x = 30 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/circuit) -"idF" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/science/storage) -"idH" = ( -/obj/machinery/vending/assist, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"idL" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"idP" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"idV" = ( -/obj/machinery/computer/bounty{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Head of Personnel's Office"; - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"ieb" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "garbage" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"ieu" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"iev" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"ifa" = ( -/obj/structure/closet/crate, -/turf/open/floor/plating, -/area/maintenance/fore) -"iff" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"ifC" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"ifN" = ( -/obj/machinery/atmospherics/pipe/layer_manifold, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"igb" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"ige" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"igi" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"igl" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"igs" = ( -/obj/machinery/atmospherics/pipe/layer_manifold, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/spawner/lootdrop/maintenance, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/fore) -"igw" = ( -/obj/structure/table/wood/fancy, -/obj/item/candle{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/storage/fancy/candle_box, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/chapel/main) -"igF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"igM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/dark/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"igS" = ( -/obj/structure/bodycontainer/crematorium{ - id = "crematoriumChapel" - }, -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel, -/area/chapel/main) -"ihh" = ( -/obj/structure/chair/wood/normal{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"iht" = ( -/obj/structure/table/wood/fancy, -/obj/item/candle{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/storage/box/matches{ - pixel_x = -3; - pixel_y = 8 - }, -/obj/machinery/camera{ - c_tag = "Chapel Crematorium"; - dir = 8 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/chapel/main) -"ihu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/closed/wall/r_wall, -/area/science/mixing) -"ihF" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/airalarm{ - pixel_y = 22 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"ihV" = ( -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"iia" = ( -/obj/machinery/mecha_part_fabricator, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/science/robotics/lab) -"iid" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"iil" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/light{ - pixel_y = -1 + icon_state = "darkfull_plate" }, +/area/crew_quarters/dorms/upper) +"rBC" = ( /obj/structure/disposalpipe/segment{ dir = 5 }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"iio" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/maintenance/starboard/aft/upper) +"rBE" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/chemist, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/chemistry) +"rBJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/starboard/aft"; + dir = 8; + name = "Aft Starboard Quarter Maintenance APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"rBS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; - name = "Courtroom" + name = "scrubbers pipe" + }, +/obj/structure/table/wood, +/obj/machinery/status_display{ + pixel_y = 26 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/E) +"rBV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"rCa" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"rCc" = ( +/obj/structure/table, +/obj/item/storage/firstaid/fire{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/machinery/door/window/northright{ + name = "First-Aid Supplies"; + red_alert_access = 1; + req_access_txt = "5" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/medical/storage) +"rCg" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"rCh" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "Holodeckshutter"; + name = "Holodeck Shutter" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/crew_quarters/locker) +"rCi" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + req_access_txt = "48" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/quartermaster/miningdock) +"rCn" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel/yellowsiding{ + dir = 1 + }, +/area/crew_quarters/fitness/pool) +"rCE" = ( +/obj/structure/chair/foldingchair{ + dir = 4 + }, +/obj/effect/turf_decal/weather/grass/line{ + dir = 8 + }, +/turf/open/indestructible/concrete, +/area/layenia) +"rCF" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"rCU" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/westleft{ + dir = 2; + name = "Cargo Desk"; + req_access_txt = "50" + }, +/obj/machinery/door/window/westleft{ + dir = 1; + name = "Public Cargo Desk" + }, +/obj/machinery/door/poddoor/preopen{ + id = "cargoshut1"; + name = "shutters" + }, +/turf/open/floor/plasteel, +/area/quartermaster/mail) +"rDc" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/science/research) +"rDd" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/engine/atmos) +"rDh" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/science/research) +"rDk" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/sign/painting/library{ + pixel_y = -24 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/artatrium) +"rDp" = ( +/turf/closed/wall/r_wall, +/area/hallway/primary/port/upper) +"rDu" = ( +/turf/open/floor/plasteel, +/area/engine/atmos) +"rDv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"rDw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/fore) +"rDB" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"rDH" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/research) +"rDK" = ( +/obj/machinery/camera{ + c_tag = "Arrivals North"; + dir = 8 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/entry/upper) +"rDN" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/security/warden) +"rDO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"rDQ" = ( +/obj/structure/flora/crystal/medium/growth{ + icon_state = "crystalgrowth3" + }, +/turf/open/indestructible/layenia/crystal/garden, +/area/science/misc_lab) +"rDX" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet) +"rEa" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"rEh" = ( +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"rEj" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/D) +"rEl" = ( +/obj/structure/rack/shelf, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/melee/baton/loaded, +/obj/item/melee/baton/loaded{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/melee/baton/loaded{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"rEm" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/plasteel/dark, +/area/janitor/upper) +"rEr" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/engine/break_room) +"rEw" = ( +/turf/open/floor/plasteel/stairs/medium, +/area/medical/medbay/zone2) +"rEz" = ( +/turf/open/transparent/openspace, +/area/space) +"rEA" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"rEP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_decals_central6_corner"; + name = "maintenance hatch" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"rEQ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/bridge) +"rEV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"rEW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; @@ -36897,15 +116971,107 @@ dir = 4; name = "scrubbers pipe" }, -/obj/structure/cable{ - icon_state = "4-8" +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"rFb" = ( +/obj/structure/reagent_dispensers/watertank/high, +/obj/effect/turf_decal/bot, +/obj/item/reagent_containers/glass/bucket{ + pixel_x = -16; + pixel_y = -5 }, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/park) +"rFl" = ( +/obj/structure/chair{ dir = 4 }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/break_room) +"rFp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/entry/upper) +"rFr" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 8 + }, +/area/hallway/primary/fore/upper) +"rFs" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark/corner{ + dir = 4 + }, +/area/bridge) +"rFz" = ( +/obj/structure/closet/l3closet/janitor, +/obj/item/storage/box/mousetraps, +/obj/item/storage/box/mousetraps, /turf/open/floor/plasteel/dark, -/area/security/processing) -"iiu" = ( +/area/janitor/upper) +"rFC" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Bay 1 North"; + dir = 1 + }, +/turf/open/floor/plasteel/white/side{ + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/entry/upper) +"rFG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/engine/engineering) +"rFK" = ( +/obj/structure/table, +/obj/item/ashtray, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/engine/break_room) +"rFS" = ( +/obj/machinery/atmospherics/components/binary/valve, +/turf/open/floor/engine, +/area/science/misc_lab) +"rGb" = ( +/obj/structure/table, +/obj/item/folder{ + pixel_y = 2 + }, +/obj/item/folder/yellow{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/folder/white{ + pixel_x = 2; + pixel_y = 5 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/bridge) +"rGd" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ dir = 8 @@ -36923,13 +117089,2537 @@ }, /turf/open/floor/plasteel/dark, /area/engine/engineering) -"iiy" = ( +"rGi" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"rGn" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/station_engineer, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/engine/break_room) +"rGo" = ( +/obj/machinery/door/airlock/public{ + dir = 4; + name = "Storage" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"rGp" = ( +/obj/machinery/atmospherics/components/trinary/mixer/flipped{ + dir = 1 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"rGs" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"rGt" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"rGw" = ( +/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 + }, +/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 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"rGx" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab) +"rGA" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light_switch{ + pixel_x = 23 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/science/misc_lab) +"rGC" = ( +/obj/structure/table, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"rGE" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"rGK" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"rGS" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/maintenance/starboard) +"rGV" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/upper) +"rHf" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/wood, +/area/crew_quarters/dorms/B) +"rHk" = ( +/obj/machinery/door/airlock/external{ + name = "Escape Airlock"; + req_access_txt = "19" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/bridge) +"rHt" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/obj/structure/railing, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/crew_quarters/theatre) +"rHD" = ( +/turf/open/floor/plasteel/dark, +/area/storage/A) +"rHM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/bridge) +"rHO" = ( +/obj/structure/table/plasmaglass, +/obj/item/reagent_containers/rag{ + pixel_y = 9 + }, +/obj/item/toy/figure/bartender, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"rHR" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"rHS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel, +/area/maintenance/starboard) +"rId" = ( +/obj/effect/turf_decal/tile/green{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/visitation) +"rIi" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel, +/area/maintenance/starboard) +"rIr" = ( +/obj/machinery/recharge_station, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/robotics/lab) +"rIs" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"rIt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/spa/sauna) +"rIv" = ( +/obj/structure/table, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/clothing/glasses/hud/security/sunglasses, +/obj/item/clothing/glasses/hud/security/sunglasses, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"rIw" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/primary/central) +"rIx" = ( +/obj/machinery/atmospherics/pipe/layer_manifold, +/turf/open/floor/plating, +/area/maintenance/fore) +"rIG" = ( +/obj/structure/table/wood, +/obj/item/canvas/twentythreeXtwentythree, +/obj/item/canvas/twentythreeXnineteen, +/obj/item/canvas/nineteenXnineteen, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/item/canvas/nineteenXnineteen, +/obj/item/canvas, +/obj/item/canvas, +/turf/open/floor/plasteel/dark, +/area/artatrium) +"rIU" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/drinks, +/obj/item/radio/intercom{ + name = "Station Intercom"; + pixel_y = 26 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"rIW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/science/misc_lab) +"rJb" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"rJc" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"rJh" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 4 + }, +/area/science/misc_lab) +"rJl" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/science/misc_lab) +"rJm" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 5; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/medical/psych/rec) +"rJn" = ( +/obj/machinery/vending/boozeomat, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"rJt" = ( +/obj/machinery/computer/cryopod/gate{ + pixel_y = 26 + }, +/obj/effect/turf_decal/tile/green{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/crew_quarters/dorms/upper) +"rJz" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"rJA" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"rJB" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"rJD" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"rJF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_trim" + }, +/area/medical/sleeper) +"rJM" = ( +/obj/structure/rack, +/obj/item/stack/rods/fifty, +/turf/open/floor/plating, +/area/quartermaster/storage) +"rJQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"rJX" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"rKc" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/engine/engineering) +"rKi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/heads/captain) +"rKr" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 4"; + name = "Cell 4 Locker" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/security/brig/upper) +"rKu" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/secondary/exit/upper) +"rKA" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"rKI" = ( +/obj/effect/landmark/start/cargo_technician, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"rKJ" = ( +/turf/open/transparent/openspace, +/area/maintenance/starboard/central/upper) +"rKP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"rKQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"rKU" = ( +/turf/closed/wall, +/area/hallway/primary/port/upper) +"rKX" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/science/research) +"rLe" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/hop) +"rLg" = ( +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/engine/vacuum, +/area/engine/engineering) +"rLi" = ( +/obj/machinery/chem_heater, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/chemistry) +"rLo" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig/upper) +"rLt" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/bridge) +"rLv" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"rLw" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"rLD" = ( +/obj/structure/chair/comfy{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_whole_alt" + }, +/area/layenia/cloudlayer) +"rLL" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"rLO" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"rMb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"rMo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_whole" + }, +/area/bridge) +"rMs" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge_short"; + name = "short ledge" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/custom) +"rMt" = ( +/obj/structure/sign/painting/library{ + pixel_y = -24 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/bench{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/artatrium) +"rMC" = ( +/obj/structure/chair/comfy/brown, +/obj/machinery/light/small{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/G) +"rMD" = ( +/obj/structure/table/glass, +/obj/item/folder/white, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/chemistry) +"rMK" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/spawner/lootdrop/trash, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"rMO" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_trimcorner" + }, +/area/medical/storage) +"rMQ" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/camera{ + c_tag = "Virology Airlock"; + network = list("ss13","medbay") + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/virology) +"rMT" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/courtroom) +"rNe" = ( +/obj/structure/table/glass, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/chemistry) +"rNj" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/chemistry) +"rNz" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_whole_alt" + }, +/area/medical/medbay/central) +"rNB" = ( +/obj/item/seeds/apple, +/obj/item/seeds/banana, +/obj/item/seeds/cocoapod, +/obj/item/seeds/grape, +/obj/item/seeds/orange, +/obj/item/seeds/sugarcane, +/obj/item/seeds/wheat, +/obj/item/seeds/watermelon, +/obj/structure/table, +/obj/item/seeds/tower, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"rNF" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/computer/scan_consolenew{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"rNN" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/toy/figure/md{ + pixel_x = -15 + }, +/obj/machinery/light_switch{ + pixel_x = 23 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_whole_alt" + }, +/area/medical/medbay/central) +"rNO" = ( +/obj/structure/fence{ + dir = 4 + }, +/obj/structure/sign/nanotrasen, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"rNP" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 8 + }, +/area/hallway/primary/aft/upper) +"rNW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"rNX" = ( +/turf/open/floor/plasteel/white/side{ + dir = 4; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/entry/upper) +"rOc" = ( +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"rOh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/button/crematorium{ + id = "crematoriumChapel"; + pixel_x = 25; + req_access_txt = "27" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/chapel/main) +"rOk" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"rOp" = ( +/obj/structure/flora/grass/jungle/b, +/obj/structure/flora/ausbushes/ppflowers, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/grass, +/area/medical/genetics) +"rOw" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/bridge) +"rOy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"rOz" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-26" + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"rOA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/stairs/right{ + dir = 1 + }, +/area/maintenance/starboard/aft) +"rOB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"rOH" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"rOL" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge"; + name = "ledge" + }, +/obj/structure/chair/bench/metal/right, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore/upper) +"rON" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"rOP" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/chair/comfy/black, +/obj/effect/landmark/start/scientist, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/science/research) +"rOQ" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/chair/comfy/black, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/science/research) +"rOT" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/wood, +/area/science/research) +"rPl" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/hallway/primary/fore) +"rPn" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/reagent_containers/dropper, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/science/xenobiology) +"rPr" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 9 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/custom) +"rPE" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "half_stairs"; + name = "steps" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/crew_quarters/theatre) +"rPN" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood, +/area/security/detectives_office) +"rPQ" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"rPW" = ( +/obj/machinery/cryopod/gate, +/turf/open/floor/plasteel/recharge_floor, +/area/crew_quarters/dorms/upper) +"rPY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/theatre) +"rPZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"rQa" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"rQd" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) +"rQh" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/turf/open/floor/engine, +/area/science/misc_lab) +"rQm" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"rQo" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/ward) +"rQK" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/obj/machinery/camera{ + c_tag = "Toxins Pipe Lab"; + dir = 1; + network = list("ss13","rd") + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"rQL" = ( +/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/item/pipe_dispenser, +/turf/open/floor/engine, +/area/science/misc_lab) +"rQW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, /obj/structure/cable{ icon_state = "1-2" }, /obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"rQX" = ( +/obj/item/stack/sheet/mineral/plasma, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/ai_monitored/turret_protected/ai) +"rQZ" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/camera{ + c_tag = "Xenobiology Maintenance Entrance"; + dir = 5; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab) +"rRo" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/white/corner, +/area/science/misc_lab) +"rRz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + name = "Server Room"; + req_access_txt = "30" + }, +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/server) +"rRE" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/central/upper) +"rRG" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge"; + name = "ledge" + }, +/obj/structure/chair/bench/metal/right{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore/upper) +"rRK" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/machinery/conveyor{ + id = "gasstor" + }, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plating, +/area/engine/engineering) +"rRM" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/science/misc_lab) +"rRP" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/engine/custom) +"rRR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"rSf" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"rSg" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark/corner, +/area/security/prison) +"rSn" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/starboard/upper) +"rSp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Xenobiology Maintenance"; + req_access_txt = "55" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/misc_lab) +"rSq" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/central) +"rSr" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/hallway/secondary/entry/upper) +"rSC" = ( +/obj/effect/turf_decal/caution/stand_clear, +/turf/open/indestructible/concrete, +/area/layenia) +"rSE" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/portable_atmospherics/canister/carbon_dioxide, +/turf/open/floor/engine, +/area/science/storage) +"rSI" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/fore) +"rSM" = ( +/obj/item/reagent_containers/food/snacks/grown/mushroom/plumphelmet{ + pixel_x = 14 + }, +/turf/open/floor/grass/fairy/pink, +/area/maintenance/fore/upper) +"rSN" = ( +/obj/machinery/computer/cloning, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/medical/genetics/cloning) +"rSX" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-05" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"rSZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/starboard) +"rTa" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"rTk" = ( +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/security/main/upper) +"rTm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/maintenance/starboard) +"rTq" = ( +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/grass/fairy/pink, +/area/maintenance/fore/upper) +"rTt" = ( +/obj/structure/railing/handrail, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cloudlayer) +"rTy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/security/lambent) +"rTB" = ( +/turf/closed/wall/r_wall, +/area/hallway/primary/starboard/upper) +"rTC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/maintenance/starboard) +"rTK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "xenobio6"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"rTL" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/preopen{ + id = "medshut1"; + name = "shutters" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/medbay/central) +"rTN" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/starboard/upper) +"rTV" = ( +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Xenobiology Maintenance"; + req_access_txt = "55" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/misc_lab) +"rTW" = ( +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/crew_quarters/theatre) +"rUa" = ( +/obj/machinery/power/apc{ + areastring = "/area/science/xenobiology"; + dir = 8; + name = "Xenobiology APC"; + pixel_x = -25 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"rUc" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/disposaloutlet, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"rUf" = ( +/obj/machinery/status_display/ai{ + pixel_y = 26 + }, +/turf/open/floor/plasteel, +/area/maintenance/fore) +"rUh" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"rUl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/turf/closed/wall/r_wall, +/area/medical/virology) +"rUo" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/secondary/entry/upper) +"rUq" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"rUA" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"rUD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"rUH" = ( +/obj/structure/stairs{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"rUM" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/item/stack/packageWrap, +/obj/item/hand_labeler, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/chemistry) +"rUP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"rUQ" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 25 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/chemistry) +"rUS" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/hallway/secondary/entry/upper) +"rUV" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/central/upper) +"rVr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/primary/starboard) +"rVu" = ( +/obj/structure/chair/sofa/corner, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 5; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/fitness/pool) +"rVz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_b) +"rVB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/security/main/upper) +"rVE" = ( +/obj/structure/bed/roller, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/central) +"rVF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_trim" + }, +/area/medical/medbay/central) +"rVJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/main/upper) +"rVL" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_whole_alt" + }, +/area/medical/medbay/central) +"rVQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/bridge) +"rVR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/engine/custom) +"rVT" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/locker) +"rVX" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"rVY" = ( +/obj/structure/rack, +/obj/item/wrench, +/obj/item/screwdriver, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"rWb" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"rWc" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"rWf" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_plate" + }, +/area/medical/sleeper) +"rWg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 8 + }, +/area/security/prison) +"rWh" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/central) +"rWi" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/processing) +"rWj" = ( +/obj/structure/rack/shelf, +/obj/item/soap/nanotrasen{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -4; + pixel_y = -2 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/port/upper) +"rWo" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"rWp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/firealarm{ + pixel_x = 24; + pixel_y = 21 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/central/upper) +"rWr" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"rWt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"rWv" = ( +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"rWw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"rWG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 25 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/secondary/service) +"rWI" = ( +/obj/machinery/computer/scan_consolenew{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"rWJ" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/maintenance/starboard/aft) +"rWK" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/table, +/obj/item/book/lorebooks/layenia_crystals{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/book/lorebooks/engrams{ + pixel_y = 5 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/science/research) +"rWL" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/table, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/item/ashtray, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/science/research) +"rWR" = ( +/obj/structure/bookcase/random/reference, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/wood, +/area/science/research) +"rWV" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/science/misc_lab) +"rXa" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 1; + name = "visible" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"rXb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"rXe" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/closed/wall/r_wall, +/area/security/warden) +"rXg" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/airlock/research{ + name = "Toxins Lab"; + req_access_txt = "8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"rXj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"rXn" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/button/door{ + id = "Visitation"; + name = "Visitation Door Control"; + normaldoorcontrol = 1; + pixel_y = -25; + req_access_txt = "63"; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; name = "scrubbers pipe" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ @@ -36937,12 +119627,1703 @@ name = "air supply pipe" }, /turf/open/floor/plasteel, +/area/security/visitation) +"rXo" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/visitation) +"rXq" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"rXw" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"rXC" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 9 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cloudlayer) +"rXD" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/science/misc_lab) +"rXG" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/maintenance/starboard) +"rXH" = ( +/obj/effect/spawner/lootdrop/crate_spawner, +/turf/open/floor/plating, +/area/maintenance/aft) +"rXJ" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, /area/science/xenobiology) -"iiB" = ( +"rXM" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/H) +"rXP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/maintenance/starboard) +"rXQ" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/surgery) +"rXR" = ( +/obj/machinery/computer/lore_terminal/security, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"rYb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/docking_port/stationary/random{ + dir = 8; + id = "pod_lavaland2"; + name = "lavaland" + }, +/turf/open/indestructible/concrete, +/area/layenia) +"rYh" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/park"; + dir = 4; + name = "Park APC"; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/park) +"rYm" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/structure/table, +/obj/item/clothing/neck/stethoscope{ + pixel_y = 8 + }, +/obj/item/clothing/mask/surgical, +/turf/open/floor/plasteel/white{ + dir = 5; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/zone2) +"rYn" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/light/small{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/maintenance/starboard) +"rYJ" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/visitation) +"rYR" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/landmark/nuclear_waste_spawner, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/break_room) +"rYS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"rYU" = ( +/obj/structure/rack, +/obj/item/stack/sheet/cardboard, +/turf/open/floor/plating, +/area/quartermaster/storage) +"rZe" = ( +/obj/structure/girder, +/obj/structure/grille, +/turf/open/floor/plating, +/area/engine/custom) +"rZk" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"rZl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"rZs" = ( +/obj/structure/beacon{ + layer = 4; + pixel_y = 15 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cloudlayer) +"rZz" = ( +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"rZB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"rZH" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"rZN" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/secondary/exit) +"rZQ" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/hallway/primary/aft/upper) +"rZX" = ( +/obj/machinery/disposal/bin, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/locker) +"saa" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/sorting) +"sad" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/tile/yellow{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"sah" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"sao" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/open/floor/carpet/blue, +/area/ai_monitored/turret_protected/aisat_interior) +"saz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"saM" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/security/prison) +"saP" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/locker) +"saQ" = ( +/obj/structure/table, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"saR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"saV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"sba" = ( +/turf/closed/wall, +/area/medical/genetics/cloning) +"sbf" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/science/research) +"sbi" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"sbn" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/dropper, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/chemistry) +"sbo" = ( +/obj/structure/table/glass, +/obj/item/radio/headset/headset_med, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/chemistry) +"sbq" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/G) +"sbs" = ( +/obj/machinery/computer/secure_data, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_x = -30 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) +"sbA" = ( +/turf/open/floor/plasteel/dark, +/area/security/brig) +"sbE" = ( +/obj/structure/table/glass, +/obj/item/toy/figure/chemist, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/chemistry) +"sbM" = ( +/turf/closed/wall/mineral/lead, +/area/engine/engineering) +"sbN" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/library) +"sbR" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry/upper) +"sbU" = ( +/obj/structure/chair/bench/metal/right, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"sbV" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/spa/sauna) +"sca" = ( +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/trunk, +/obj/machinery/light_switch{ + pixel_x = 23 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/chemistry) +"scc" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/medbay/central) +"scd" = ( +/obj/machinery/computer/crew{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/central) +"sce" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Crematorium"; + req_access_txt = "27" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/chapel/main) +"scl" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard/aft/upper) +"scn" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/central) +"scr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/landmark/start/bartender, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/crew_quarters/bar) +"scx" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/quartermaster/office) +"scD" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"scK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/stairs/medium, +/area/crew_quarters/dorms/upper) +"scM" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/junglebush, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/grass, +/area/medical/genetics) +"scQ" = ( +/obj/machinery/smartfridge, +/turf/closed/wall, +/area/crew_quarters/kitchen) +"scR" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"scT" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"scU" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/engine/break_room) +"sda" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"sdg" = ( +/obj/structure/closet, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/mask/gas, +/obj/item/clothing/head/hardhat/weldhat/orange, +/obj/item/tank/internals/emergency_oxygen/engi, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"sdk" = ( +/obj/machinery/portable_atmospherics/canister/nitrous_oxide, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/break_room) +"sdm" = ( +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"sdp" = ( +/obj/structure/table, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/amplifier, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/obj/item/stock_parts/subspace/analyzer, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"sdq" = ( +/obj/machinery/door/airlock/virology{ + name = "Break Room"; + req_access_txt = "39" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"sdu" = ( +/obj/machinery/door/airlock/engineering/glass/critical{ + dir = 4; + heat_proof = 1; + name = "TEG Burn Chamber"; + req_access_txt = "10" + }, +/obj/machinery/atmospherics/pipe/simple/dark/visible{ + dir = 4 + }, +/obj/structure/fans/tiny, +/turf/open/floor/engine/vacuum, +/area/engine/engineering) +"sdv" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/open/floor/plasteel/checker, +/area/maintenance/department/engine/upper) +"sdw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/landmark/start/geneticist, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"sdx" = ( +/obj/machinery/dna_scannernew, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"sdB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/meter, +/obj/effect/turf_decal/stripes/box, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"sdJ" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/maintenance/starboard/aft) +"sdN" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"sdY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/sorting) +"sed" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner, +/area/engine/break_room) +"sef" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/obj/item/clothing/head/cone, +/turf/open/transparent/openspace, +/area/maintenance/fore/upper) +"seg" = ( +/obj/machinery/disposal/bin, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"sei" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"seu" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "cargoshut1"; + name = "shutters" + }, +/turf/open/floor/plating, +/area/quartermaster/mail) +"sex" = ( +/obj/structure/chair/comfy/blue, +/obj/effect/landmark/start/captain, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"sez" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/indestructible/concrete, +/area/layenia/cloudlayer) +"seE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/valve/digital{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/engine/engineering) +"seJ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/bridge) +"seK" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/railing, +/turf/open/floor/plasteel/dark/layenia{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"seL" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel, +/area/maintenance/starboard/aft) +"seQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/security/vacantoffice/a) +"sfm" = ( +/obj/machinery/door/airlock/research{ + name = "Toxins Storage"; + req_access_txt = "8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/science/storage) +"sfq" = ( +/obj/effect/baseturf_helper/asteroid/layenia, /turf/closed/wall/r_wall, +/area/science/mixing) +"sfv" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"sfE" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/medbay/upper) +"sfP" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/hor) +"sgg" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"sgi" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/turf/open/floor/plating/layenia, +/area/bridge) +"sgn" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-27" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/security/main/upper) +"sgs" = ( +/obj/structure/fence/cut/medium{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"sgz" = ( +/turf/open/transparent/openspace, +/area/maintenance/fore/upper) +"sgO" = ( +/obj/structure/tank_dispenser, +/turf/open/floor/plasteel, +/area/science/mixing) +"sgU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"sgW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/airalarm/unlocked{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"sgZ" = ( +/obj/machinery/camera{ + c_tag = "Toxins Lab Starboard"; + network = list("ss13","rd") + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"shg" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"shq" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"shu" = ( +/obj/structure/chair, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/hallway/primary/port/upper) +"shy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/layenia{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"shz" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/transparent/openspace, +/area/maintenance/fore/upper) +"shC" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"shN" = ( +/obj/item/toy/plush/mammal/marilyn{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/semen, +/obj/item/condom/filled{ + pixel_x = -4; + pixel_y = -4 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/science/mixing) +"shX" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_one_access_txt = "12;47" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard) +"shZ" = ( +/obj/machinery/door_timer{ + id = "Cell 4"; + name = "Cell 4"; + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"sid" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/beacon{ + layer = 4; + pixel_y = 15 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"sie" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"sij" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/quartermaster/storage) +"sim" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/recharger, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"sip" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/quartermaster/storage) +"siv" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/metal/ten, +/obj/item/stack/sheet/metal/ten, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/book/lorebooks/engrams{ + pixel_y = 5 + }, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"siy" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/light/floor, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/theatre) +"siO" = ( +/obj/machinery/camera{ + c_tag = "Tech Storage North" + }, +/obj/machinery/power/apc{ + areastring = "/area/storage/tech"; + dir = 1; + name = "Tech Storage APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"siT" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/central/upper) +"sje" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"sjh" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/aft) +"sjk" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/machinery/requests_console{ + department = "Chemistry"; + departmentType = 2; + pixel_x = -30; + receive_ore_updates = 1 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/chemistry) +"sjo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/circuit, +/area/engine/engineering) +"sjv" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"sjA" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/chemistry) +"sjC" = ( +/turf/open/transparent/openspace, +/area/quartermaster/mail) +"sjM" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/bridge) +"sjP" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, /area/ai_monitored/turret_protected/ai) -"iiJ" = ( -/obj/machinery/holopad, +"sjS" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/hallway/primary/starboard/upper) +"sjW" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"skb" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/chemistry) +"skl" = ( +/turf/open/transparent/openspace, +/area/layenia/cave) +"sks" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"skt" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing/handrail, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"skw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"skx" = ( +/obj/structure/lattice/catwalk, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"skG" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ name = "air supply pipe" }, @@ -36952,84 +121333,794 @@ /obj/structure/cable{ icon_state = "4-8" }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"skL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"iiR" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"skM" = ( +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/bridge) +"skT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"skU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/corner{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"skV" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"skW" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/H) +"slc" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"slh" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/pen{ + pixel_x = -4; + pixel_y = 9 + }, +/obj/item/folder/red{ + pixel_x = 10; + pixel_y = 7 + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"slj" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"slk" = ( +/obj/structure/closet, +/turf/open/floor/plating, +/area/crew_quarters/theatre) +"slm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/spa/sauna) +"slo" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/medkit_cabinet{ + pixel_x = -26 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/security/main/upper) +"slA" = ( +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Genetics Research Access"; + req_access_txt = "9" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/maintenance/starboard/aft) +"slD" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/maintenance/starboard/aft) +"slN" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/aft/upper) +"slQ" = ( +/obj/machinery/vending/snack/random, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"slY" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"smb" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 }, +/obj/effect/turf_decal/tile/neutral, /turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"iiZ" = ( -/obj/effect/turf_decal/tile/red{ +/area/hydroponics) +"sml" = ( +/obj/effect/turf_decal/tile/purple{ dir = 4 }, -/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/maintenance/starboard/aft) +"smp" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/crew_quarters/park) +"smu" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/artatrium) +"smw" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/port) +"smx" = ( +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Genetics Research Access"; + req_access_txt = "47" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/maintenance/starboard/aft) +"smy" = ( +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/xenobiology) +"smE" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light_switch{ + pixel_y = -28 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/science/research) +"smG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, /obj/effect/turf_decal/loading_area{ dir = 8; icon_state = "drain"; name = "drain" }, -/obj/effect/turf_decal/tile/purple, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = -30 - }, /turf/open/floor/plasteel{ dir = 8; icon_state = "floor_plate" }, -/area/hallway/primary/fore) -"ijg" = ( -/obj/structure/table/reinforced, -/obj/item/folder/white, -/obj/item/pen, -/obj/machinery/door/window/northright{ - name = "Reception Desk"; - red_alert_access = 1; - req_access_txt = "5" +/area/hallway/primary/fore/upper) +"smL" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"ijj" = ( -/obj/structure/disposalpipe/segment, /turf/open/floor/plasteel{ - dir = 1; icon_state = "floor_plate" }, -/area/security/main) -"ijk" = ( -/obj/structure/table, -/obj/item/restraints/handcuffs, -/obj/item/radio/off, +/area/security/main/upper) +"smN" = ( +/obj/structure/table/wood, +/obj/item/book/lorebooks/layenia_crystals, +/obj/structure/sign/painting/library{ + pixel_y = -24 + }, +/turf/open/floor/wood, +/area/science/research) +"smO" = ( +/obj/structure/sign/warning/electricshock{ + pixel_y = 32 + }, +/obj/effect/turf_decal/loading_area/white{ + dir = 4; + icon_state = "loadingarea_white_flip" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"smP" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/storage) +"smT" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/science/research) +"smU" = ( /obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"smZ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/crew_quarters/dorms/upper) +"sna" = ( +/turf/closed/wall/r_wall, +/area/engine/break_room) +"snc" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/science/research) +"sng" = ( +/obj/machinery/portable_atmospherics/scrubber/huge, +/turf/open/floor/engine, +/area/science/storage) +"snk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"sny" = ( +/obj/item/assembly/prox_sensor{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 8; + pixel_y = 9 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 9; + pixel_y = -2 + }, +/obj/item/assembly/prox_sensor{ + pixel_y = 2 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"snA" = ( +/obj/structure/table, +/obj/item/book/lorebooks/layenia_crystals, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/engine/break_room) +"snE" = ( +/obj/structure/table/wood, +/obj/item/book/lorebooks/welcome_to_kinaris, +/obj/item/clothing/mask/cigarette/cigar, +/obj/item/storage/box/matches, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"snF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"snK" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall, +/area/medical/morgue) +"snP" = ( +/obj/structure/chair/stool, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"snW" = ( +/obj/machinery/atmospherics/pipe/simple/yellow/visible/layer1{ + dir = 8; + name = "visible" + }, +/obj/machinery/atmospherics/pipe/simple/green/visible/layer3{ + dir = 8; + name = "visible" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"soa" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/machinery/light_switch{ + pixel_y = -28 + }, +/obj/machinery/camera{ + c_tag = "Locker Room Toilets"; + dir = 10 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/locker) +"soh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/vending/kink, +/turf/open/floor/plating, +/area/crew_quarters/theatre) +"soi" = ( +/obj/structure/table/reinforced, +/obj/item/wrench, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/analyzer, +/obj/item/storage/firstaid/toxin, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"soj" = ( +/obj/structure/fence/corner{ + dir = 9 + }, +/obj/effect/turf_decal/weather/grass/line{ + dir = 9 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"sol" = ( +/obj/machinery/light/small{ dir = 1; pixel_y = 16 }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"ijQ" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 9 +/turf/open/transparent/openspace, +/area/crew_quarters/theatre) +"soq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/turf/open/floor/engine/vacuum, -/area/engine/engineering) -"ijS" = ( -/obj/structure/table/reinforced, -/obj/item/toy/plush/random{ - pixel_y = 13 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, -/obj/item/toy/plush/random{ - pixel_y = 1 +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"soB" = ( +/obj/effect/decal/cleanable/blood/tracks, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/security/prison) +"soE" = ( +/obj/machinery/atmospherics/components/trinary/mixer/flipped{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, /obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"soF" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"soI" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/machinery/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_x = 32; + receive_ore_updates = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/wrench, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"soM" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 }, @@ -37039,33 +122130,1611 @@ /obj/effect/turf_decal/tile/neutral{ dir = 8 }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/security/prison) +"soT" = ( +/turf/closed/wall/r_wall, +/area/maintenance/starboard/aft/upper) +"spc" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"spf" = ( +/obj/machinery/suit_storage_unit/rd, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, /turf/open/floor/plasteel/dark, -/area/arcade) -"ijV" = ( -/obj/effect/turf_decal/bot, +/area/science/mixing) +"spm" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/decal/cleanable/semendrip, +/turf/open/floor/plasteel/showroomfloor, +/area/security/prison) +"spo" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/medbay/aft) +"spv" = ( +/obj/machinery/airalarm{ + pixel_y = 22 + }, +/obj/structure/closet/crate, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"spN" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"ijW" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, /obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/folder/yellow, -/obj/item/clothing/ears/earmuffs{ - pixel_x = -3; - pixel_y = -2 +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"spO" = ( +/obj/structure/table, +/obj/item/stack/ore/iron, +/obj/item/storage/bag/ore, +/obj/item/shovel, +/obj/item/storage/backpack/satchel/explorer, +/turf/open/floor/plating, +/area/maintenance/starboard) +"spP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/starboard) +"spQ" = ( +/obj/structure/railing/handrail, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/fore/upper) +"spR" = ( +/turf/closed/wall, +/area/hallway/primary/port/fore) +"spU" = ( +/obj/machinery/power/deck_relay, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"spX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_trim" + }, +/area/medical/medbay/upper) +"spY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"spZ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/machinery/door/window/southleft{ + name = "n2 Storage"; + req_access_txt = "10" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/engine/engineering) +"sqe" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21"; + pixel_x = 3; + pixel_y = 6 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"sqi" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 9; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/item/radio/intercom{ + dir = 8; + name = "Station Intercom (Court)" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/security/courtroom) +"sqj" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/engine/break_room) +"sqk" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"sql" = ( +/obj/structure/flora/junglebush/c, +/turf/open/floor/grass/layenia, +/area/layenia/cloudlayer) +"sqn" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 5; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/library) +"sqr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/chapel/main) +"sqC" = ( +/obj/structure/ladder, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/aisat/hallway) +"sqP" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, +/turf/closed/wall/r_wall, +/area/engine/break_room) +"sqQ" = ( +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/lounge) +"srj" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/light_switch{ + pixel_x = 23 + }, +/turf/open/floor/plasteel, +/area/bridge) +"srk" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"srm" = ( +/obj/machinery/gulag_item_reclaimer{ + pixel_y = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/rack, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/suit/hooded/wintercoat, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/security/processing) +"srt" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_decals_central6_corner"; + name = "maintenance hatch" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/storage) +"srv" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"srz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"srP" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/park) +"srZ" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/prison) +"ssm" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"ssp" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/barricade/wooden, +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"ssu" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/F) +"ssv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating/layenia, +/area/layenia) +"ssw" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/central) +"ssB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/storage/B) +"ssD" = ( +/obj/structure/lattice, +/obj/machinery/button/door{ + id = "evashutter"; + name = "EVA Shutters Control"; + pixel_y = 24; + req_access_txt = "18" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"ssG" = ( +/obj/machinery/requests_console{ + department = "Medbay"; + departmentType = 1; + name = "Medbay RC"; + pixel_y = 27 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/central) +"ssP" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/research) +"stc" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"stk" = ( +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/central) +"stl" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"sts" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/engine/engineering) +"stx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/effect/landmark/start/scientist, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"stA" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/structure/chair/stool{ + pixel_y = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"stI" = ( +/obj/structure/ladder, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"stL" = ( +/obj/structure/table/plasmaglass, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/bar) +"stU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood, +/obj/item/storage/box/cups{ + pixel_y = 10 + }, +/turf/open/floor/wood, +/area/engine/break_room) +"stV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"stW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"sud" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/engine, +/area/ai_monitored/storage/eva) +"sul" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/bot, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_whole_alt" + }, +/area/medical/medbay/central) +"sum" = ( +/obj/structure/sink/kitchen{ + dir = 4; + pixel_x = -13 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"sux" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/engine/atmos) +"suG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/stairs{ + dir = 8 + }, +/area/medical/medbay/central) +"suM" = ( +/obj/machinery/door/airlock/research/glass{ + dir = 4; + name = "Genetics Research"; + req_access_txt = "5; 9; 68" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/medical/genetics) +"suO" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/side, +/area/quartermaster/miningdock) +"suQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"suW" = ( +/turf/open/indestructible/layenia/crystal/garden, +/area/security/locker) +"svr" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/engine/break_room) +"svt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/start/geneticist, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_decals_central6_corner"; + name = "maintenance hatch" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/medical/genetics) +"svu" = ( +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/entry/upper) +"svy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"svA" = ( +/obj/effect/turf_decal/box, +/obj/machinery/holopad, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_whole_alt" + }, +/area/medical/genetics) +"svC" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/stock_parts/cell/high/plus, +/obj/item/multitool, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"svG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/ai_monitored/security/armory) +"svN" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 9 }, /turf/open/floor/plasteel, /area/engine/engineering) -"ikn" = ( +"svV" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/noticeboard/rd{ + pixel_y = 27 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/science/research) +"swc" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/medical/upper) +"swe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 8; + icon_state = "stairs_darkfull_m"; + name = "dark medium" + }, +/area/maintenance/starboard/aft) +"swg" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"swk" = ( +/obj/structure/window{ + dir = 8 + }, +/obj/structure/chair/bench/metal/left{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/hallway/secondary/exit) +"swn" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/bench{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"swv" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/wood, +/area/security/prison) +"swz" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"swC" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/white/side{ + dir = 10 + }, +/area/medical/medbay/upper) +"swG" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"swH" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28" + }, +/turf/open/floor/plasteel/dark, +/area/medical/medbay/aft) +"swI" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/table, +/obj/item/storage/box/cups{ + pixel_y = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/maintenance/starboard/aft) +"swM" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/closet/firecloset/full, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"swP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"swQ" = ( +/obj/machinery/door/poddoor/preopen{ + id = "hos" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/grille, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/hos) +"swU" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Genetics Access"; + dir = 8; + network = list("ss13","medbay"); + pixel_y = -22 + }, +/turf/open/floor/plasteel, +/area/maintenance/starboard/aft) +"swY" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/theatre) +"sxb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/theatre) +"sxe" = ( +/obj/structure/railing/handrail{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/chair/bench/metal/right{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/medical/medbay/upper) +"sxg" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"sxi" = ( +/obj/item/assembly/signaler{ + pixel_y = 8 + }, +/obj/item/assembly/signaler{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/assembly/signaler{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/assembly/signaler{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"sxD" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/landmark/start/scientist, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"sxH" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge"; + name = "ledge" + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-29" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/security/lambent) +"sxY" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"syd" = ( +/obj/machinery/atmospherics/components/binary/valve{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"sye" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 4 + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"syk" = ( /obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"syr" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/hug, +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge"; + name = "ledge" + }, +/obj/machinery/camera/autoname, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"syv" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/cigbutt, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/engine/break_room) +"syz" = ( +/obj/structure/closet/emcloset, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"syA" = ( +/obj/machinery/door/window/southleft{ + name = "O2 Storage"; + req_access_txt = "10" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/portable_atmospherics/canister/oxygen, +/turf/open/floor/plasteel{ + dir = 1; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/engine/engineering) +"syB" = ( +/obj/item/clothing/head/collectable/police, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"syE" = ( +/obj/structure/closet/firecloset, +/obj/machinery/camera{ + c_tag = "Toxins Launch Area"; + network = list("ss13","rd") + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/sign/warning/nosmoking{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"syF" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/checker, +/area/engine/atmos) +"syH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"syL" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/theatre) +"syR" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"syS" = ( +/obj/structure/ore_box, +/turf/open/floor/plating, +/area/maintenance/starboard) +"syV" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/indestructible/concrete, +/area/layenia) +"szb" = ( +/obj/machinery/door/airlock/security/glass{ + dir = 1; + name = "Evidence Storage"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/brig/upper) +"szc" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/park) +"szd" = ( +/obj/structure/lattice/catwalk, +/obj/structure/chair/foldingchair{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"szf" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"szh" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"szj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"szp" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/machinery/camera/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"szs" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"szx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"szz" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = 32; + pixel_y = 7 + }, +/obj/item/cigbutt, +/obj/item/paper/crumpled/bloody{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/ash/crematorium, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/security/prison) +"szA" = ( +/obj/machinery/rnd/production/techfab/department/medical, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/camera{ + c_tag = "Medbay Storage"; + network = list("ss13","medbay") + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/medical/storage) +"szC" = ( +/obj/structure/trash_pile, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"szD" = ( +/obj/structure/lattice/catwalk, +/obj/structure/table, +/obj/item/ashtray, +/obj/item/cigbutt, /obj/structure/railing{ dir = 4 }, @@ -37074,19 +123743,7300 @@ }, /turf/open/chasm/cloud, /area/layenia/cloudlayer) -"ikx" = ( +"szI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"szL" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/oil{ + icon_state = "floor6" + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"szO" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "half_stairs_darkfull"; + name = "dark steps" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"szR" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/security/checkpoint/science) +"szU" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad2" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/quartermaster/storage) +"sAb" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/space_heater, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"sAd" = ( +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"sAh" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"sAk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port/aft/upper) +"sAl" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"sAn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "telelab"; + name = "test chamber blast door" + }, +/turf/open/floor/plating, +/area/science/misc_lab) +"sAr" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/table, +/obj/item/trash/plate, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/science/research) +"sAs" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"sAz" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/camera/autoname, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/ward) +"sAH" = ( +/obj/structure/bookcase/random/fiction, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/library) +"sAJ" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Engineering Canteen South"; + dir = 1 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/engine/break_room) +"sAX" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/port/fore) +"sBi" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/engine/break_room) +"sBq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"sBt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"sBA" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"sBD" = ( +/obj/item/gun/energy/laser{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/rack/shelf, +/turf/open/floor/plasteel{ + dir = 1; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/ai_monitored/security/armory) +"sBF" = ( +/obj/structure/sign/logo/cpr{ + pixel_y = 33 + }, +/turf/open/transparent/openspace, +/area/maintenance/fore/upper) +"sBG" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"sBM" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"sBR" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/table, +/obj/item/stack/ore/plasma, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"sCd" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"sCh" = ( +/obj/effect/landmark/event_spawn, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/central) +"sCi" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/central) +"sCt" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 4 + }, +/area/hallway/secondary/exit/upper) +"sCB" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/clothing/neck/stethoscope, +/obj/machinery/power/apc{ + areastring = "/area/medical/patients_rooms/room_a"; + dir = 1; + name = "Patients Room A APC"; + pixel_y = 26 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_a) +"sCD" = ( +/obj/machinery/camera{ + c_tag = "Medbay East"; + dir = 9; + network = list("ss13","medbay") + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-29" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/central) +"sCE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/security/vacantoffice/a) +"sCF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"sCH" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/machinery/light_switch{ + pixel_y = -28 + }, +/obj/item/toy/figure/geneticist{ + pixel_x = 15; + pixel_y = 7 + }, +/obj/item/storage/pill_bottle/mannitol{ + pixel_x = -4; + pixel_y = -1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/medical/genetics) +"sCK" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/pen, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"sCL" = ( +/obj/structure/table, +/turf/open/floor/plasteel/dark, +/area/construction/mining/aux_base) +"sCP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"sCV" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/H) +"sCY" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/computer/lore_terminal, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/fore) +"sDl" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"sDn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"sDp" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"sDz" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"sDA" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/medical/psych/rec) +"sDL" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/structure/reagent_dispensers/water_cooler, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/maintenance/starboard/aft) +"sDN" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/obj/item/twohanded/binoculars, +/obj/structure/table, +/turf/open/floor/plating/layenia, +/area/layenia) +"sDQ" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/qm) +"sEb" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/circuit, +/area/science/robotics/lab) +"sEg" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/main) +"sEm" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/security, +/turf/open/floor/plating, +/area/storage/tech) +"sEs" = ( +/obj/structure/rack/shelf, +/obj/item/vending_refill/hydroseeds, +/obj/item/vending_refill/hydroseeds, +/obj/item/vending_refill/hydronutrients, +/obj/item/vending_refill/hydronutrients, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/break_room) +"sEt" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/item/toy/beach_ball, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/mob/living/carbon/monkey, +/turf/open/floor/grass, +/area/medical/genetics) +"sEy" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"sEE" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/maintenance/starboard/aft) +"sEH" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/aft) +"sEM" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"sEV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/science/storage) +"sEZ" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"sFg" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/portable_atmospherics/pump, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"sFv" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/engine/engineering) +"sFI" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/closet/bombcloset, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"sFK" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 6; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft/upper) +"sFO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad2" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"sFS" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"sFV" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"sFX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"sGa" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/obj/item/grown/rose, +/turf/open/floor/wood, +/area/maintenance/fore/upper) +"sGj" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"sGl" = ( +/obj/structure/chair/stool, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"sGn" = ( +/obj/effect/landmark/secequipment, +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"sGr" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"sGA" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/scrubber, +/obj/machinery/power/apc{ + areastring = "/area/science/mixing"; + dir = 4; + name = "Toxins Lab APC"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"sGE" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/bridge) +"sGJ" = ( +/turf/open/floor/plasteel/yellowsiding/corner{ + dir = 1 + }, +/area/crew_quarters/fitness/pool) +"sGK" = ( +/obj/machinery/button/massdriver{ + dir = 4; + id = "toxinsdriver"; + pixel_x = 28 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"sGL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"sGT" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"sGU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"sGW" = ( +/obj/structure/chair{ + dir = 1; + name = "Defense" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/bridge) +"sHl" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/C) +"sHp" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel, +/area/engine/engineering) +"sHx" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "rnd2"; + name = "research lab shutters" + }, +/turf/open/floor/plating, +/area/science/lab) +"sHy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/chapel/main) +"sHA" = ( +/obj/structure/sign/warning/docking, +/turf/closed/wall, +/area/layenia) +"sHC" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"sHD" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/upper) +"sHG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/conveyor{ + id = "QMLoad" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"sHN" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"sHS" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/dorms/D) +"sHU" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/table, +/obj/item/folder/blue{ + pixel_x = -2; + pixel_y = -5 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 9 + }, +/area/bridge) +"sHY" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/security/courtroom) +"sId" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/indestructible/layenia/sand, +/area/layenia/cave) +"sIe" = ( +/obj/machinery/button/door{ + id = "mining_warehouse"; + name = "Mining Warehouse Door Control"; + pixel_x = -1; + pixel_y = -24; + req_access_txt = "31" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"sIg" = ( +/turf/open/transparent/glass/reinforced, +/area/maintenance/starboard/aft/upper) +"sIm" = ( +/obj/machinery/chem_master, +/obj/machinery/camera{ + c_tag = "Xenobiology Inner West"; + dir = 4; + network = list("ss13","rd") + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"sIq" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/security/prison) +"sIx" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"sIy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"sIJ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/sign/directions/security{ + dir = 8; + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 8 + }, +/area/hallway/primary/fore) +"sIU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 8; + icon_state = "stairs_darkfull_m"; + name = "dark medium" + }, +/area/maintenance/aft) +"sJa" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"sJl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"sJn" = ( +/obj/machinery/suit_storage_unit/captain, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"sJo" = ( +/obj/structure/closet/secure_closet/freezer{ + name = "fridge" + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets/donkpocketteriyaki, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/sign/painting/library{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/medical/medbay/central) +"sJv" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"sJC" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, /obj/structure/cable/yellow{ icon_state = "2-8" }, /turf/open/floor/plasteel, /area/engine/engineering) -"ikF" = ( +"sJG" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/airalarm{ + pixel_y = 25 + }, +/obj/item/storage/fancy/donut_box{ + pixel_y = 8 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/medical/medbay/central) +"sJM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet, +/area/crew_quarters/spa/sauna) +"sJP" = ( +/turf/closed/wall/r_wall, +/area/security/checkpoint/science) +"sJV" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/library) +"sJW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "xenobio2"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"sJZ" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/maintenance/fore/upper) +"sKi" = ( +/obj/structure/table/glass, +/obj/machinery/microwave{ + pixel_y = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/medical/medbay/central) +"sKn" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/chair/bench{ + dir = 4 + }, +/turf/open/floor/plasteel/checker, +/area/artatrium) +"sKo" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"sKs" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/grass, +/area/medical/sleeper) +"sKu" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "line"; + name = "line" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"sKD" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/medbay/central) +"sKE" = ( +/obj/item/stack/ore/iron, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/start/shaft_miner, +/turf/open/floor/plasteel/dark, +/area/quartermaster/miningdock) +"sKH" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/captain) +"sKK" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"sKO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/heads/captain) +"sKR" = ( +/obj/structure/fence/corner{ + dir = 6 + }, +/turf/open/indestructible/layenia/sand, +/area/layenia) +"sKU" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"sKW" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/visitation) +"sLb" = ( +/obj/effect/decal/cleanable/oil{ + icon_state = "floor5" + }, +/turf/open/floor/plating, +/area/engine/custom) +"sLg" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"sLk" = ( +/obj/item/clothing/head/cone, +/obj/structure/lattice, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"sLv" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 1 + }, +/obj/machinery/meter, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"sLz" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"sLA" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/layer_manifold, +/turf/open/floor/plasteel, +/area/science/mixing) +"sLJ" = ( +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/medical/psych) +"sLM" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"sLQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"sMa" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/checker, +/area/engine/break_room) +"sMd" = ( +/obj/structure/bed/double, +/obj/item/bedsheet/green/double, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/E) +"sMh" = ( +/obj/structure/railing/handrail{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"sMu" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/machinery/meter, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"sME" = ( +/turf/open/floor/plasteel/stairs/medium{ + dir = 1; + icon_state = "stairs_darkfull_m"; + name = "dark medium" + }, +/area/chapel/main) +"sNg" = ( +/obj/machinery/atmospherics/pipe/layer_manifold, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/green{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_trim" + }, +/area/medical/medbay/upper) +"sNk" = ( +/obj/structure/table, +/obj/item/storage/firstaid/o2{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/medical/storage) +"sNw" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/side, +/area/bridge) +"sNz" = ( +/obj/structure/chair/comfy{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"sNJ" = ( +/obj/structure/reagent_dispensers/fueltank/high, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/engine/custom) +"sNO" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"sNV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/theatre) +"sNX" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/crew_quarters/bar) +"sOd" = ( +/obj/machinery/gateway{ + dir = 10 + }, +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"sOf" = ( +/obj/structure/railing/handrail{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "ledge_alt"; + name = "ledge" + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/fitness) +"sOm" = ( +/obj/structure/lattice, +/turf/open/transparent/openspace, +/area/maintenance/fore/upper) +"sOv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, /turf/open/floor/plasteel{ icon_state = "floor_plate" }, +/area/security/prison) +"sOw" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white/side{ + dir = 5 + }, +/area/medical/virology) +"sOz" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 26 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/secondary/entry/upper) +"sOD" = ( +/obj/machinery/camera{ + c_tag = "Holodeck East" + }, +/obj/structure/chair/comfy/brown, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"sOI" = ( +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "bridgespace"; + name = "bridge external shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge) +"sOM" = ( +/obj/structure/sink/kitchen{ + pixel_y = 28 + }, +/obj/item/reagent_containers/glass/bucket, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/medical/psych/ward) +"sOX" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/fore) +"sOY" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/general/visible{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"sPa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 1; + icon_state = "stairs_darkfull_m"; + name = "dark medium" + }, +/area/chapel/main) +"sPm" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"sPq" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"sPv" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/theatre) +"sPD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"sPF" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/hallway/primary/central) +"sPG" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry/upper) +"sPN" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/processing) +"sPQ" = ( +/turf/open/floor/plasteel, +/area/engine/engineering) +"sPV" = ( +/turf/open/floor/plasteel/dark/corner{ + dir = 4 + }, +/area/bridge) +"sPY" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"sQm" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"sQr" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"sQs" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_trim" + }, +/area/medical/medbay/upper) +"sQz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 1 + }, +/area/quartermaster/miningdock) +"sQO" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "Laneshutter"; + name = "Lane Shutter" + }, +/turf/open/floor/plasteel, +/area/security/range) +"sQV" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Toxins Launch Room"; + req_access_txt = "8" + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"sQW" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"sRg" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Toxins Launch Maintenance"; + req_access_txt = "8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/science/mixing) +"sRi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"sRp" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/obj/item/clothing/head/cone, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"sRD" = ( +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/department/engine/upper) +"sRM" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"sRX" = ( +/obj/machinery/atmospherics/pipe/layer_manifold, +/turf/open/floor/plating, +/area/maintenance/starboard) +"sSa" = ( +/obj/structure/chair/sofa/left{ + desc = "More inviting than the average couch."; + dir = 8; + name = "comfy couch" + }, +/obj/machinery/light/small{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/H) +"sSc" = ( +/obj/structure/flora/junglebush/large, +/obj/effect/turf_decal/weather/grass/line, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"sSd" = ( +/turf/open/floor/carpet/purple, +/area/crew_quarters/bar) +"sSh" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"sSm" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/research) +"sSr" = ( +/obj/machinery/vending/wardrobe/curator_wardrobe, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/library) +"sSt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/fore) +"sSu" = ( +/obj/machinery/atmospherics/components/binary/valve/digital, +/turf/open/floor/plasteel, +/area/engine/engineering) +"sSw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"sSx" = ( +/turf/open/floor/wood, +/area/maintenance/fore/upper) +"sSA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + dir = 1; + name = "Medbay Maintenance"; + req_access_txt = "45" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port/aft/upper) +"sSG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"sSH" = ( +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/surgery) +"sSW" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/chair/bench/metal/left{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/ward) +"sSY" = ( +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/maintenance/fore/upper) +"sTb" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/item/clipboard, +/obj/item/stamp{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stamp/denied{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"sTj" = ( +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/security/main) +"sTk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/solars/port/aft) +"sTs" = ( +/obj/structure/fence{ + dir = 4 + }, +/obj/effect/turf_decal/weather/grass/line{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"sTy" = ( +/obj/structure/rack, +/obj/item/toy/beach_ball/holoball/dodgeball{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/toy/beach_ball/holoball/dodgeball, +/obj/item/toy/beach_ball/holoball/dodgeball{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/prison) +"sTE" = ( +/obj/structure/table/wood, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-18"; + pixel_y = 10 + }, +/turf/open/floor/carpet, +/area/artatrium) +"sTF" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, /area/crew_quarters/dorms) -"ikH" = ( +"sTL" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/dorms) +"sTP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore/upper) +"sTQ" = ( +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"sTR" = ( +/obj/machinery/light_switch{ + pixel_x = -22; + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/science/storage) +"sUe" = ( +/obj/effect/decal/cleanable/oil{ + icon_state = "floor5" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"sUf" = ( +/obj/machinery/computer/upload/ai, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"sUm" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"sUs" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"sUt" = ( +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"sUz" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_trim" + }, +/area/medical/sleeper) +"sUD" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/item/hairbrush/comb, +/obj/item/razor, +/obj/item/scissors, +/turf/open/floor/plasteel, +/area/barber) +"sUP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/miningdock) +"sUT" = ( +/obj/machinery/atmospherics/components/unary/cryo_cell, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/medical/sleeper) +"sUU" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall, +/area/medical/genetics/cloning) +"sUV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/genetics/cloning) +"sUY" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel/dark, +/area/janitor/upper) +"sVc" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"sVd" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/cmo) +"sVf" = ( +/obj/structure/table/wood, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/item/toy/plush/mothplushie/moffplush/safetymoth_doctor{ + pixel_x = 6; + pixel_y = 15 + }, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 1 + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/cmo) +"sVh" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/engine/upper) +"sVw" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms/upper) +"sVy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/processing) +"sVA" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/keycard_auth{ + pixel_x = -24 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel/white/corner, +/area/crew_quarters/heads/cmo) +"sVB" = ( +/obj/machinery/portable_atmospherics/canister/water_vapor, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/janitor) +"sVC" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Chief Medical Office"; + network = list("ss13","medbay") + }, +/turf/open/floor/plasteel/white/side, +/area/crew_quarters/heads/cmo) +"sVE" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/hallway/secondary/entry/upper) +"sVH" = ( +/obj/effect/landmark/nuclear_waste_spawner/strong, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/engine/engineering) +"sVQ" = ( +/obj/structure/flora/crystal/small/pile, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cloudlayer) +"sVT" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/crew_quarters/dorms/upper) +"sVU" = ( +/turf/open/floor/plasteel/dark, +/area/engine/break_room) +"sVW" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen/cmo{ + pixel_y = 27 + }, +/turf/open/floor/plasteel/white/side, +/area/crew_quarters/heads/cmo) +"sVZ" = ( +/obj/machinery/portable_atmospherics/canister/air, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"sWa" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"sWg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/camera{ + c_tag = "Chapel North" + }, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/chapel/main) +"sWi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "xenobio8"; + name = "containment blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"sWj" = ( +/obj/machinery/shower{ + pixel_y = 19 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/prison) +"sWk" = ( +/obj/machinery/light/small/broken{ + pixel_y = -1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/fore/upper) +"sWn" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/engine/engineering) +"sWp" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"sWq" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/landmark/start/security_officer, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/main) +"sWu" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-27" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/medical/psych/rec"; + dir = 1; + name = "Psychologist's RecRoom APC"; + pixel_y = 24 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_whole" + }, +/area/medical/psych/rec) +"sWv" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/wood, +/area/engine/break_room) +"sWB" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"sWI" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/science/research) +"sWJ" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/item/pen/red, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"sWP" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1; + name = "Connector Port (Air Supply)" + }, +/obj/machinery/portable_atmospherics/canister, +/turf/open/floor/plasteel, +/area/science/mixing) +"sWQ" = ( +/obj/effect/turf_decal/tile/green{ + dir = 6 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"sWT" = ( +/obj/machinery/door/airlock/security/glass{ + dir = 8; + id_tag = "Lockright"; + name = "Security Office"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/checkpoint/medical) +"sWY" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/range) +"sXa" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"sXc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"sXh" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1; + name = "Connector Port (Air Supply)" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"sXn" = ( +/obj/structure/chair/wood, +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/upper) +"sXr" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"sXz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/department/medical/upper) +"sXB" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 1; + name = "Connector Port (Air Supply)" + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"sXC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/engine/engineering) +"sXE" = ( +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 2; + sortType = 22 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"sXM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/checker, +/area/engine/break_room) +"sXN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/turf/closed/wall/r_wall, +/area/science/mixing) +"sXO" = ( +/obj/machinery/atmospherics/components/binary/valve, +/obj/machinery/button/door/incinerator_vent_toxmix{ + pixel_y = -24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"sXS" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"sXT" = ( +/obj/machinery/atmospherics/components/binary/valve, +/obj/machinery/button/ignition{ + id = "toxigniter"; + pixel_x = -6; + pixel_y = -24 + }, +/obj/machinery/embedded_controller/radio/airlock_controller/incinerator_toxmix{ + pixel_x = 6; + pixel_y = -26 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"sYa" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/dorms/C) +"sYe" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/theatre) +"sYg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 6 + }, +/turf/closed/wall/r_wall, +/area/science/mixing) +"sYn" = ( +/obj/structure/table, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"sYJ" = ( +/obj/structure/window/reinforced, +/obj/machinery/doppler_array/research/science, +/obj/effect/turf_decal/bot, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/item/radio/intercom{ + name = "Station Intercom"; + pixel_x = 26 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"sYO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/closed/wall/r_wall, +/area/science/mixing) +"sYU" = ( +/obj/structure/table{ + pixel_y = 2 + }, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "storageA"; + name = "Storage Office A Shutter Controls"; + normaldoorcontrol = 1; + pixel_y = 26 + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plasteel/dark, +/area/storage/A) +"sZc" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lantern{ + icon_state = "lantern-on"; + pixel_y = 8 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 6; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/chapel/main) +"sZd" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/item/book/lorebooks/engrams, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"sZt" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"sZv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard) +"sZz" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "psychologydorm2" + }, +/turf/open/floor/plating, +/area/medical/psych/roomB{ + name = "Psychology Dorm B" + }) +"sZC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + id_tag = "Visitation"; + name = "Security Check Point" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/visitation) +"sZF" = ( +/obj/machinery/atmospherics/pipe/simple/multiz, +/turf/open/floor/plating, +/area/maintenance/starboard) +"sZH" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/item/soap/nanotrasen, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/showroomfloor, +/area/security/prison) +"sZJ" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/cockroach, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"sZK" = ( +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/security/prison) +"sZQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/upper) +"sZS" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"taa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"tad" = ( +/obj/structure/flora/junglebush/large, +/turf/open/floor/grass/layenia, +/area/layenia) +"taf" = ( +/obj/structure/flora/tree/jungle/small, +/turf/open/floor/grass/layenia, +/area/layenia) +"tag" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"taj" = ( +/obj/structure/flora/junglebush, +/turf/open/floor/grass/layenia, +/area/layenia) +"tap" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 26 + }, +/obj/structure/chair, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/rec) +"taq" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/structure/rack/shelf, +/obj/item/storage/bag/plants/portaseeder, +/obj/item/cultivator, +/obj/item/hatchet, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"tat" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/structure/dresser, +/obj/item/card/id/captains_spare, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"tax" = ( +/obj/machinery/telecomms/processor/preset_three, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"taL" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"taM" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"taY" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/maintenance/port/aft) +"tbc" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/crew_quarters/dorms/upper) +"tbe" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/artatrium) +"tbg" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central/upper) +"tbi" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/public/glass{ + name = "Unused Auxiliary Construction" + }, +/turf/open/floor/plasteel, +/area/maintenance/port/aft) +"tbl" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"tbp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/port) +"tbu" = ( +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"tbv" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/pointybush, +/obj/structure/flora/junglebush, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/medical/sleeper) +"tbB" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"tbE" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "Chapelconveyor" + }, +/turf/open/floor/plating{ + initial_gas_mix = "o2=22;n2=82;TEMP=180"; + planetary_atmos = 1 + }, +/area/chapel/main) +"tbJ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/maintenance/port/aft) +"tbK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/junction, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"tbP" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/turf/open/floor/plasteel, +/area/security/main) +"tbR" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/computer/atmos_alert{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/break_room) +"tbY" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/main/upper) +"tca" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"tcc" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/artatrium) +"tci" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 8 + }, +/area/hallway/primary/aft/upper) +"tck" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/artatrium) +"tcn" = ( +/obj/item/seeds/apple, +/obj/item/seeds/banana, +/obj/item/seeds/cocoapod, +/obj/item/seeds/grape, +/obj/item/seeds/orange, +/obj/item/seeds/sugarcane, +/obj/item/seeds/wheat, +/obj/item/seeds/watermelon, +/obj/item/seeds/tower, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"tcu" = ( +/obj/machinery/iv_drip, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_plate" + }, +/area/medical/sleeper) +"tcz" = ( +/obj/machinery/iv_drip, +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_plate" + }, +/area/medical/sleeper) +"tcM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"tcO" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/sleeper) +"tcR" = ( +/obj/machinery/door/airlock/medical/glass{ + dir = 4; + id_tag = "GeneticsDoor"; + name = "Genetics"; + req_access_txt = "5; 68" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/genetics/cloning) +"tcT" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/genetics/cloning) +"tda" = ( +/obj/structure/weightmachine/weightlifter, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/fitness) +"tdb" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/genetics/cloning) +"tdf" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/surgery) +"tdm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/trash_pile, +/obj/item/storage/belt/utility, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/engine/upper) +"tdo" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/genetics/cloning) +"tdr" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/cmo) +"tdu" = ( +/obj/structure/table/wood, +/obj/item/toy/figure/cmo, +/turf/open/floor/wood, +/area/crew_quarters/heads/cmo) +"tdv" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/central/upper) +"tdw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/bridge) +"tdy" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/book/lorebooks/welcome_to_kinaris, +/obj/item/stamp/cmo, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/cmo) +"tdz" = ( +/obj/structure/table/glass, +/obj/item/folder/white, +/obj/item/clothing/glasses/hud/health/gar, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/cmo) +"tdD" = ( +/obj/structure/table/glass, +/obj/machinery/button/door{ + id = "medshut1"; + name = "Departmental Lockdown"; + pixel_x = 6; + pixel_y = 5; + req_access_txt = "40" + }, +/obj/machinery/button/door{ + id = "medshut2"; + name = "Office Lockdown"; + pixel_x = -6; + pixel_y = 5; + req_access_txt = "40" + }, +/obj/item/clothing/neck/stethoscope, +/mob/living/simple_animal/pet/cat/Runtime, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/cmo) +"tdE" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"tdF" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/crew_quarters/heads/cmo) +"tdG" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"tdH" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 5; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/fitness) +"tea" = ( +/obj/structure/bookcase{ + name = "Forbidden Knowledge" + }, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/library) +"tek" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/primary/starboard) +"teo" = ( +/obj/structure/lattice/catwalk, +/obj/structure/chair/foldingchair, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/transparent/openspace, +/area/crew_quarters/theatre) +"tew" = ( +/obj/machinery/computer/crew{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/cmo) +"teO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"teS" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/closed/wall/r_wall, +/area/science/mixing) +"teT" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white/side, +/area/medical/virology) +"teX" = ( +/obj/machinery/door/airlock/research/glass/incinerator/toxmix_interior, +/turf/open/floor/engine, +/area/science/mixing) +"tfg" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/obj/structure/table, +/obj/item/folder/white{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/folder/white{ + pixel_x = 6; + pixel_y = -1 + }, +/obj/item/pen, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/zone2) +"tfk" = ( +/turf/open/floor/engine/o2, +/area/engine/atmos) +"tfm" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/brig) +"tfo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"tfs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/layenia{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"tfu" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"tfv" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the test chamber."; + dir = 4; + layer = 4; + name = "Test Chamber Telescreen"; + network = list("toxins"); + pixel_x = -25 + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"tfw" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"tfx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"tfy" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/mixing) +"tfC" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"tfD" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/sleeper) +"tfE" = ( +/obj/structure/flora/crystal/small/pile, +/turf/open/floor/grass/layenia, +/area/layenia) +"tfQ" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/stairs/left, +/area/security/prison) +"tfV" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush"; + pixel_y = 7 + }, +/turf/open/floor/grass/layenia, +/area/layenia) +"tgc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"tgn" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"tgq" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/machinery/airalarm{ + pixel_y = 22 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"tgA" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/medical/medbay/central) +"tgB" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "linealt_corner"; + name = "line" + }, +/turf/open/floor/plasteel/dark/side, +/area/security/prison) +"tgC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"tgI" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/primary/port/upper) +"tgJ" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/machinery/computer/security/mining{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"tgU" = ( +/obj/structure/chair/sofa/right, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/H) +"tgY" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-29" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/medical/virology) +"tgZ" = ( +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/engine/custom) +"thb" = ( +/obj/structure/flora/crystal/small/growth, +/turf/open/floor/grass/layenia, +/area/layenia) +"thf" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"thh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"thl" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"thw" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port) +"thz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"thI" = ( +/turf/closed/wall, +/area/security/detectives_office) +"thU" = ( +/turf/open/floor/wood, +/area/maintenance/department/engine/upper) +"thV" = ( +/obj/effect/turf_decal/tile/green{ + dir = 5 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-29" + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"thW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/bridge) +"tih" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"tij" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/open/floor/engine{ + name = "Holodeck Projector Floor" + }, +/area/holodeck/rec_center) +"tiw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"tiG" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/machinery/door_timer{ + id = "Cell 2"; + name = "Cell 2"; + pixel_y = -32 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"tiM" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"tiY" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"tiZ" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/port/fore) +"tji" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"tjn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"tjo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"tju" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"tjy" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/security/vacantoffice/a) +"tjG" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel/white/side, +/area/medical/psych) +"tjI" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/spa/sauna) +"tjJ" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/warden) +"tjR" = ( +/obj/machinery/button/door{ + id = "maint3"; + name = "Blast Door Control C"; + pixel_x = -28 + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"tjT" = ( +/turf/open/floor/plasteel/yellowsiding/corner{ + dir = 4 + }, +/area/crew_quarters/fitness/pool) +"tjU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"tkc" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/spawner/lootdrop/trash, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"tkd" = ( +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/condom{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/condom, +/obj/item/condom{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/bar) +"tke" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/visitation) +"tkk" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/dorms/upper) +"tkm" = ( +/obj/structure/fence, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"tkq" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"tkr" = ( +/obj/structure/chair/comfy/blue{ + dir = 1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/bridge) +"tkx" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 10; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/hallway/secondary/service) +"tkz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"tkD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"tkH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/door/airlock/medical{ + name = "Upper Medbay"; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/medbay/upper) +"tkL" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_plate" + }, +/area/medical/sleeper) +"tkS" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = -2; + pixel_y = 9 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_plate" + }, +/area/medical/sleeper) +"tkU" = ( +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/genetics/cloning) +"tlc" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"tld" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/genetics/cloning) +"tle" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/closet/secure_closet/personal, +/obj/item/toy/poolnoodle/blue, +/obj/item/toy/poolnoodle/red, +/obj/item/toy/poolnoodle/yellow, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness/pool) +"tlj" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/hallway/primary/fore) +"tln" = ( +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"tlt" = ( +/obj/structure/chair/sofa/corner{ + dir = 4 + }, +/obj/structure/window, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"tlx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_trim" + }, +/area/medical/medbay/central) +"tlz" = ( +/obj/machinery/telecomms/receiver/preset_right, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"tlH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/engine/tether) +"tlL" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"tlM" = ( +/obj/structure/chair/comfy/black, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/science/research) +"tlT" = ( +/obj/machinery/power/apc{ + areastring = "/area/medical/genetics/cloning"; + dir = 4; + name = "Cloning Lab APC"; + pixel_x = 25 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/genetics/cloning) +"tlU" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/obj/item/clothing/head/cone, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"tlW" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_traction_corner" + }, +/area/medical/sleeper) +"tlY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"tma" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/tile/yellow{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"tmc" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/aft) +"tmd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/quartermaster/mail) +"tmf" = ( +/obj/structure/flora/rock/pile/largejungle, +/turf/open/floor/grass, +/area/crew_quarters/dorms/upper) +"tmo" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/quartermaster/mail) +"tmC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/cmo) +"tmE" = ( +/turf/closed/wall/ice, +/area/layenia/cloudlayer) +"tmF" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/maintenance/starboard/aft) +"tmR" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/prison) +"tmT" = ( +/obj/structure/bed/double, +/obj/item/bedsheet/hop/double, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"tmU" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/cmo) +"tmV" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/structure/window, +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"tmX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/bar) +"tmY" = ( +/obj/machinery/door/airlock/command{ + dir = 4; + name = "Chief Medical Officer's Quarters"; + req_access_txt = "40" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/cmo) +"tmZ" = ( +/obj/item/picket_sign, +/turf/open/indestructible/layenia/sand, +/area/layenia/cave) +"tnl" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/crew_quarters/heads/cmo) +"tnm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/cmo) +"tnn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"tnt" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 5; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/table/wood, +/obj/item/reagent_containers/rag/towel{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/reagent_containers/rag/towel{ + pixel_x = 3; + pixel_y = 9 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/fitness/pool) +"tnu" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"tnB" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/science/research) +"tnG" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/crew_quarters/heads/cmo) +"tnS" = ( +/obj/machinery/computer/med_data{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/cmo) +"tnU" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/heads/cmo"; + dir = 1; + name = "CM Office APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel{ + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/medical/sleeper) +"tnY" = ( +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"tnZ" = ( +/obj/structure/mopbucket, +/obj/item/mop, +/obj/machinery/light/small{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating, +/area/medical/sleeper) +"tog" = ( +/obj/machinery/door/poddoor/preopen{ + id = "maint2" + }, +/obj/structure/table/reinforced, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"toh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/science/mixing) +"toi" = ( +/obj/machinery/atmospherics/components/binary/pump/on, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/airlock_sensor/incinerator_toxmix{ + pixel_x = -24 + }, +/turf/open/floor/engine, +/area/science/mixing) +"tor" = ( +/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/incinerator_toxmix{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/mixing) +"tot" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"toz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Rec Room" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/prison) +"toK" = ( +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/engine/atmos) +"toS" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/medical/psych/ward) +"toX" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/engine, +/area/science/mixing) +"tpa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/chapel/main) +"tpd" = ( +/obj/structure/bed/double, +/obj/item/paicard, +/turf/open/floor/carpet, +/area/maintenance/fore/upper) +"tph" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/main/upper) +"tps" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/starboard/upper) +"tpw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 9 + }, +/turf/closed/wall/r_wall, +/area/science/mixing) +"tpB" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"tpC" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port/upper) +"tpD" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/mixing) +"tpG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + req_access_txt = "8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/mixing) +"tpI" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plating, +/area/science/mixing) +"tpL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood, +/obj/machinery/camera/autoname, +/turf/open/floor/wood, +/area/engine/break_room) +"tpQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"tpV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms/upper) +"tpX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"tqo" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"tqv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/closed/wall/r_wall, +/area/science/mixing) +"tqz" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"tqE" = ( +/turf/open/floor/plasteel/stairs/right{ + dir = 1 + }, +/area/layenia) +"tqM" = ( +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Testing Lab"; + req_access_txt = "47" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/research) +"tqQ" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard) +"tqR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/psych) +"tqT" = ( +/turf/open/transparent/openspace, +/area/maintenance/port/aft) +"tqX" = ( +/obj/structure/fence/corner{ + dir = 9 + }, +/turf/open/floor/grass/layenia, +/area/layenia) +"tqY" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 8 + }, +/area/janitor/upper) +"tqZ" = ( +/obj/machinery/processor/slime, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 9 + }, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"trb" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit/upper) +"trj" = ( +/obj/effect/turf_decal/loading_area{ + color = null; + icon_state = "half_stairs_wood"; + name = "wood steps" + }, +/obj/effect/turf_decal/weather/grass/line, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"trl" = ( +/obj/structure/table, +/obj/item/stack/sheet/cardboard{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stack/sheet/cardboard{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stack/sheet/cardboard, +/obj/item/stack/sheet/cardboard, +/obj/machinery/light/small{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/theatre) +"trm" = ( +/obj/structure/flora/junglebush/b, +/obj/structure/fence{ + dir = 4 + }, +/turf/open/floor/grass/layenia, +/area/layenia) +"tru" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"trz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/bridge) +"trD" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 4 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=180" + }, +/area/layenia/cloudlayer) +"trI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/security/range) +"trJ" = ( +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/storage) +"trK" = ( +/obj/structure/chair/sofa/left, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/sign/painting/library{ + pixel_y = 28 + }, +/turf/open/floor/wood, +/area/library) +"trL" = ( +/turf/open/floor/plasteel, +/area/ai_monitored/security/armory) +"trM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/starboard/upper) +"trS" = ( +/obj/machinery/button/door{ + id = "maint2"; + name = "Blast Door Control B"; + pixel_x = -28 + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"trU" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"trX" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"trZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"tsf" = ( +/turf/open/floor/plasteel, +/area/engine/custom) +"tsi" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/wood, +/area/library) +"tsu" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Unused Auxiliary Construction" + }, +/turf/open/floor/plasteel, +/area/maintenance/port/aft) +"tsw" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard/upper) +"tsI" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/cleaner, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"tsK" = ( +/obj/structure/rack, +/obj/item/storage/briefcase, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood, +/area/security/detectives_office) +"tsP" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"ttc" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/upper) +"tti" = ( +/obj/structure/flora/crystal/small/growth, +/obj/effect/turf_decal/weather/grass/line, +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/primary/port/fore) +"ttm" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/holopad, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/artatrium) +"ttp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/port) +"tts" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/orange/visible{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ttz" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/medical/medbay/central) +"ttB" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/storage/primary) +"ttE" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"ttG" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + dir = 6; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/aft) +"ttH" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"ttJ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"ttT" = ( +/obj/structure/table, +/obj/item/assembly/igniter{ + pixel_x = -3; + pixel_y = -1 + }, +/obj/item/assembly/igniter, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/machinery/camera{ + c_tag = "Primary Tool Storage" + }, +/obj/item/t_scanner{ + pixel_y = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/storage/primary) +"ttV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/open/floor/plating, +/area/maintenance/port) +"ttW" = ( +/obj/machinery/door/airlock/medical{ + dir = 8; + name = "Psychology Office"; + req_access_txt = "71" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/medical/psych) +"tua" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/plasteel/dark, +/area/gateway) +"tuf" = ( +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/port/aft/upper) +"tuh" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"tui" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"tuk" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/port/upper) +"tun" = ( +/obj/structure/fence/door/opened{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"tur" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/sleeper) +"tuv" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/dorms/E) +"tuD" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"tuE" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"tuF" = ( +/turf/open/floor/plasteel/layenia, +/area/layenia) +"tuK" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/artatrium) +"tuL" = ( +/obj/structure/grille/broken, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"tuO" = ( +/obj/structure/chair/bench/metal, +/obj/machinery/newscaster{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/aft/upper) +"tuZ" = ( +/obj/machinery/door/window/brigdoor/security/cell{ + id = "Cell 3"; + name = "Cell 3" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/security/brig/upper) +"tvc" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plasteel, +/area/engine/engineering) +"tvs" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/engineering{ + dir = 4; + name = "Burn Chamber Room"; + req_access_txt = "32" + }, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/engineering) +"tvu" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/open/floor/engine/vacuum, +/area/engine/engineering) +"tvw" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"tvB" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/hallway/secondary/entry/upper) +"tvE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"tvR" = ( +/turf/closed/wall, +/area/maintenance/department/medical/upper) +"tvS" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/button/door{ + id = "maint2"; + name = "Blast Door Control B"; + pixel_y = 28 + }, +/turf/open/transparent/openspace, +/area/maintenance/fore/upper) +"tvT" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/machinery/light/broken{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"tvV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"twb" = ( +/obj/structure/fence, +/obj/effect/turf_decal/weather/grass/line, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"twc" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/bridge) +"twn" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"twq" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/closed/wall, +/area/quartermaster/miningdock) +"twr" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 8; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/exit) +"tws" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/artatrium) +"twx" = ( +/obj/structure/flora/crystal/small/growth, +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/primary/starboard/upper) +"twI" = ( +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/medical/virology) +"twN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/janitor/upper"; + dir = 4; + name = "uppreCustodial Closet APC"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"twO" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"txb" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/crew_quarters/dorms/upper) +"txd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plasteel/dark, +/area/quartermaster/miningdock) +"txl" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/dorms/H"; + dir = 1; + name = "Dorm H APC"; + pixel_y = 26 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/H) +"txp" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"txz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/upper) +"txA" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/item/clothing/neck/stethoscope, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/sleeper) +"txE" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"txV" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"txY" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "line"; + name = "line" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"tya" = ( +/obj/structure/flora/tree/jungle/small{ + icon_state = "tree" + }, +/turf/open/floor/grass/layenia, +/area/layenia) +"tyg" = ( +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"tyh" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "line"; + name = "line" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/prison) +"tyi" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/maintenance/starboard/aft/upper) +"tyn" = ( +/obj/structure/table, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/heads/hop"; + name = "Head of Personnel APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/obj/item/flashlight/lamp{ + pixel_y = 10 + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"tyo" = ( +/obj/structure/sign/logo/kinaris{ + icon_state = "kinaris_sign3"; + pixel_y = 32 + }, +/turf/open/transparent/glass/reinforced, +/area/layenia/cloudlayer) +"tys" = ( +/obj/structure/railing/handrail{ + dir = 4 + }, +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"tyv" = ( +/obj/structure/lattice/catwalk, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"tyz" = ( +/obj/structure/lattice/catwalk, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"tyC" = ( +/obj/structure/table, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"tyI" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/camera{ + c_tag = "Arrivals Bay 2 North"; + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/entry/upper) +"tyJ" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/pen, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/visitation) +"tyN" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "linealt"; + name = "line" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 1 + }, +/area/security/prison) +"tyO" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4; + name = "Mix to Turbine and Reactor" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/atmos) +"tyP" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/fitness) +"tyT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/ai_monitored/security/armory) +"tyU" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/table/reinforced, +/obj/item/reagent_containers/dropper/precision, +/turf/open/floor/plasteel/dark, +/area/barber) +"tyW" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/item/soap/nanotrasen, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/sleeper) +"tzi" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 5; + pixel_y = 9 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = -5; + pixel_y = 14 + }, +/obj/machinery/cell_charger, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/camera{ + c_tag = "Medbay Cryogenics"; + dir = 9; + network = list("ss13","medbay") + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/sleeper) +"tzl" = ( +/obj/machinery/atm{ + pixel_y = 30 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/entry/upper) +"tzt" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"tzB" = ( +/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/engine/break_room) +"tzC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "Holodeckshutter"; + name = "Holodeck Shutter" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/crew_quarters/locker) +"tzF" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"tzG" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/open/floor/grass, +/area/crew_quarters/park) +"tzI" = ( +/obj/structure/trash_pile, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"tzL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"tzM" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/machinery/requests_console{ + department = "Medbay"; + departmentType = 1; + name = "Medbay RC"; + pixel_y = -30 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/genetics/cloning) +"tzO" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/main) +"tzP" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 6; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/fitness/pool) +"tzT" = ( +/obj/structure/table, +/obj/item/storage/box/rxglasses{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/bodybags, +/obj/item/pen, +/obj/machinery/camera{ + c_tag = "Genetics Cloning"; + dir = 9; + network = list("ss13","medbay") + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/genetics/cloning) +"tzW" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/rack, +/obj/item/clothing/suit/hooded/wintercoat/medical, +/obj/item/clothing/suit/hooded/wintercoat/medical, +/turf/open/floor/plasteel/dark, +/area/medical/medbay/aft) +"tzX" = ( +/obj/structure/stairs{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"tzY" = ( +/obj/machinery/light_switch{ + pixel_x = 23 + }, +/obj/item/bedsheet/cmo/double, +/obj/structure/bed/double, +/turf/open/floor/wood, +/area/crew_quarters/heads/cmo) +"tAl" = ( +/obj/structure/chair/bench/metal/left{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"tAq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"tAv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/fitness/pool) +"tAx" = ( +/obj/machinery/door/airlock/command/glass{ + dir = 8; + name = "Command Cloudskipper"; + req_access_txt = "19" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/bridge) +"tAz" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/door/airlock/public{ + name = "Lockers" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/fitness/pool) +"tAF" = ( +/obj/structure/table, +/obj/item/cartridge/medical{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/cartridge/medical{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/cartridge/chemistry{ + pixel_y = 2 + }, +/obj/item/reagent_containers/spray/cleaner, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/crew_quarters/heads/cmo) +"tAM" = ( +/obj/structure/sink/kitchen{ + dir = 8; + pixel_x = 13 + }, +/turf/open/floor/plasteel/checker, +/area/bridge) +"tAT" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/construction, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/artatrium) +"tBb" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/heads/cmo) +"tBc" = ( +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"tBf" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/G) +"tBq" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/external{ + dir = 8; + name = "External Access"; + req_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port/aft/upper) +"tBs" = ( /obj/effect/turf_decal/tile/blue{ dir = 1 }, @@ -37106,72 +131056,15068 @@ dir = 1 }, /area/crew_quarters/heads/cmo) -"ikO" = ( -/obj/item/shard, -/turf/open/floor/wood{ - icon_state = "wood-broken7" +"tBy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"tBz" = ( +/turf/open/floor/plasteel/white, +/area/medical/virology) +"tBJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/security/brig/upper) +"tBM" = ( +/obj/structure/chair/bench/metal/left{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"tBZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 }, -/area/maintenance/fore) -"ikT" = ( /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/carpet/purple, -/area/crew_quarters/heads/hor) -"ila" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/structure/railing{ +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"tCb" = ( +/obj/effect/turf_decal/tile/blue{ dir = 1 }, -/turf/open/chasm/cloud, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/heads/cmo) +"tCc" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/jacuzzi, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/fitness/pool) +"tCg" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/crew_quarters/heads/cmo) +"tCi" = ( +/obj/machinery/computer/card/minor/cmo{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Chief Medical Office"; + dir = 8; + network = list("ss13","medbay"); + pixel_y = -22 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/cmo) +"tCk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/medical/sleeper) +"tCn" = ( +/obj/item/reagent_containers/glass/bucket, +/obj/structure/sink/kitchen{ + dir = 8; + pixel_x = 13 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating, +/area/medical/sleeper) +"tCs" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"tCu" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"tCK" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"tCQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_trim" + }, +/area/medical/medbay/central) +"tCT" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/exit/upper) +"tDc" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms/upper) +"tDe" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/brown{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"tDk" = ( +/obj/machinery/door/airlock/research/glass/incinerator/toxmix_exterior, +/turf/open/floor/engine, +/area/science/mixing) +"tDo" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hooded/wintercoat/science, +/obj/item/clothing/suit/hooded/wintercoat/science, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/mixing) +"tDp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"tDx" = ( +/obj/structure/chair/bench/metal/left{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"tDA" = ( +/obj/structure/table/glass, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/chemistry) +"tDD" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/security/prison) +"tDE" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/crew_quarters/dorms/upper) +"tDF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/mixing) +"tDK" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"tDT" = ( +/obj/machinery/door/poddoor{ + id = "toxinsdriver"; + name = "toxins launcher bay door" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/science/mixing) +"tDZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard) +"tEc" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start/chemist, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/chemistry) +"tEf" = ( +/obj/structure/closet/emcloset, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard) +"tEk" = ( +/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/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"tEq" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"tEr" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "line"; + name = "line" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"tEs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"tEu" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"tEv" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/engine/custom) +"tEA" = ( +/obj/structure/fence, +/obj/effect/turf_decal/weather/grass/line{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"tEG" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"tEK" = ( +/turf/open/floor/plating, +/area/engine/break_room) +"tEN" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/layenia, /area/layenia/cloudlayer) -"ilh" = ( +"tEP" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"tEU" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/tree/jungle/small{ + pixel_x = -20; + pixel_y = 2 + }, +/turf/open/floor/grass, +/area/medical/psych/ward) +"tEV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"tFg" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"tFi" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/theatre) +"tFm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/bridge) +"tFv" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 1; + name = "Library" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/library) +"tFx" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"tFy" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/visitation) +"tFA" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/crew_quarters/spa/sauna) +"tFF" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/department/medical/upper) +"tFH" = ( +/obj/effect/decal/cleanable/oil{ + icon_state = "floor5" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"tFR" = ( +/obj/effect/spawner/structure/window/reinforced, /obj/structure/cable{ icon_state = "0-4" }, /obj/structure/cable{ icon_state = "0-8" }, -/obj/machinery/door/poddoor/preopen{ - id = "Secure Gate"; - name = "brig shutters" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, -/obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, -/area/security/brig) -"ilv" = ( -/obj/structure/closet/emcloset, +/area/security/brig/upper) +"tGc" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/miningdock) +"tGj" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"tGs" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, /turf/open/floor/plating, /area/maintenance/port/aft) -"ily" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ +"tGv" = ( +/obj/structure/table, +/obj/item/flashlight/lamp{ + pixel_x = -4; + pixel_y = 13 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"tGw" = ( +/obj/structure/fence, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ dir = 10 }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ilI" = ( +/turf/open/floor/plasteel/layenia, +/area/layenia) +"tGx" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/secondary/entry/upper) +"tGB" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"tGC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"tGD" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/power/apc{ + areastring = "/area/security/checkpoint/medical"; + dir = 8; + name = "Medbay Security APC"; + pixel_x = -25 + }, +/obj/structure/cable, +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp{ + pixel_y = 10 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"tGE" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"tGL" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, /obj/structure/cable{ icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/department/engine/upper) +"tGM" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"tGT" = ( +/obj/structure/table, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 + }, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/science/circuit) +"tGV" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/closet/secure_closet/personal, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/fitness/pool) +"tGX" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/xenobiology) +"tHd" = ( +/obj/structure/closet, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/mask/gas, +/obj/item/clothing/head/hardhat/weldhat/orange, +/obj/item/tank/internals/emergency_oxygen/engi, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"tHe" = ( +/obj/structure/railing, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plasteel/stairs{ + dir = 8 + }, +/area/bridge) +"tHp" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/railing, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"tHq" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/science/research) +"tHt" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry/upper) +"tHu" = ( +/obj/machinery/newscaster{ + pixel_y = 28 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/secondary/entry/upper) +"tHw" = ( +/obj/machinery/door/poddoor{ + id = "QMLoaddoor2"; + name = "supply dock loading door" + }, +/obj/machinery/conveyor{ + id = "QMLoad" + }, +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/quartermaster/storage) +"tHN" = ( +/obj/effect/turf_decal/tile/red, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"tHQ" = ( +/obj/structure/railing, +/turf/closed/wall, +/area/quartermaster/sorting) +"tHW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"tIa" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"tId" = ( +/obj/effect/turf_decal/bot, +/obj/structure/ore_box, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/quartermaster/miningdock) +"tIg" = ( +/obj/effect/turf_decal/tile/green{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"tIh" = ( +/obj/machinery/door/airlock/mining{ + dir = 4; + name = "mining warehouse airlock"; + req_access_txt = "48" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/quartermaster/miningdock) +"tIj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/miningdock) +"tIu" = ( +/turf/open/floor/plasteel/dark, +/area/construction/mining/aux_base) +"tIz" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"tIC" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"tIE" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/maintenance/fore) +"tII" = ( +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/theatre) +"tIK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"tIM" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/entry/upper) +"tIO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"tIP" = ( +/obj/machinery/vending/wardrobe/sec_wardrobe, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"tIS" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/bridge) +"tIW" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"tIY" = ( +/obj/machinery/door/airlock{ + id_tag = "Toilet4"; + name = "Restroom" + }, +/turf/open/floor/plasteel/freezer, +/area/medical/medbay/central) +"tIZ" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/sleeper) +"tJc" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/sleeper) +"tJf" = ( +/obj/structure/lattice/catwalk, +/turf/open/transparent/openspace, +/area/maintenance/fore/upper) +"tJk" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/science/xenobiology) +"tJn" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"tJo" = ( +/obj/machinery/door/airlock/command/glass{ + dir = 8; + name = "EVA Storage"; + req_access_txt = "18" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/ai_monitored/storage/eva) +"tJt" = ( +/obj/structure/flora/ausbushes/ppflowers{ + pixel_x = -6 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/crew_quarters/park) +"tJy" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/sleeper) +"tJB" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28" + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"tJD" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/science/misc_lab) +"tJE" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/sleeper, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/sleeper) +"tJL" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/lattice/catwalk, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"tJT" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating, +/area/layenia/cloudlayer) +"tJU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/sleeper) +"tJX" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"tJY" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"tJZ" = ( +/turf/closed/wall, +/area/crew_quarters/heads/cmo) +"tKf" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/weather/grass/line, +/turf/open/indestructible/concrete, +/area/layenia) +"tKh" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "medshut2"; + name = "shutters" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/crew_quarters/heads/cmo) +"tKm" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 11; + height = 22; + id = "whiteship_home"; + name = "SS13: Auxiliary Dock, Station-Port"; + width = 35 + }, +/turf/open/indestructible/concrete, +/area/layenia) +"tKr" = ( +/obj/structure/sign/warning/securearea{ + desc = "A warning sign which reads 'BOMB RANGE"; + name = "BOMB RANGE" + }, +/turf/closed/indestructible{ + desc = "A wall impregnated with Fixium, able to withstand massive explosions with ease"; + icon_state = "riveted"; + name = "hyper-reinforced wall" + }, +/area/layenia) +"tKv" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "medshut2"; + name = "shutters" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/crew_quarters/heads/cmo) +"tKC" = ( +/obj/machinery/disposal/bin, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"tKH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/door/airlock/command/glass{ + name = "Chief Medical Officer"; + req_access_txt = "40" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/heads/cmo) +"tKW" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"tKZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/bridge) +"tLd" = ( +/obj/structure/chair/sofa/left, +/obj/item/grown/rose, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/fore/upper) +"tLg" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"tLj" = ( +/turf/open/floor/plasteel/dark, +/area/crew_quarters/park) +"tLk" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"tLq" = ( +/turf/closed/mineral/layenia, +/area/security/prison) +"tLu" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/lobby) +"tLw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"tLx" = ( +/obj/structure/table/plasmaglass, +/obj/item/ashtray{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/item/candle{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"tLy" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Closet"; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/medical/sleeper) +"tLA" = ( +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/floodlight_frame, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/maintenance/fore/upper) +"tLD" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/atmospheric_technician, +/turf/open/floor/plasteel/white/corner, +/area/engine/break_room) +"tLH" = ( +/obj/structure/grille, +/turf/open/floor/plating{ + initial_gas_mix = "o2=22;n2=82;TEMP=180"; + planetary_atmos = 1 + }, +/area/layenia/cloudlayer) +"tLI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"tLJ" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/aft) +"tLM" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 1; + frequency = 1441; + id = "inc_in" + }, +/obj/structure/sign/warning/vacuum/external{ + pixel_x = -32 + }, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"tLN" = ( +/obj/machinery/igniter{ + id = "toxigniter"; + luminosity = 2 + }, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"tLQ" = ( +/obj/structure/table, +/obj/item/beacon, +/obj/item/crowbar, +/obj/item/hand_tele, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/teleporter) +"tLY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/sleeper) +"tMb" = ( +/obj/machinery/atmospherics/pipe/manifold4w/general/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"tMc" = ( +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"tMd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Strip Club" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/bar) +"tMj" = ( +/turf/closed/wall, +/area/crew_quarters/theatre/mime) +"tMl" = ( +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/fans/tiny, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/entry/upper) +"tMo" = ( +/mob/living/simple_animal/chicken, +/turf/open/floor/carpet, +/area/maintenance/fore/upper) +"tMp" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ + dir = 1 + }, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"tMD" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/department/engine/upper) +"tMI" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"tMK" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"tMP" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/bar) +"tMW" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/spa/sauna) +"tMZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/machinery/door/airlock/external{ + req_access_txt = "8" + }, +/obj/structure/fans/tiny, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/mixing) +"tNb" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"tNd" = ( +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/hallway/secondary/entry/upper) +"tNf" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"tNv" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs, +/turf/open/floor/plasteel/dark, +/area/security/main) +"tNx" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/item/folder/white{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/folder/white{ + pixel_x = 6; + pixel_y = -1 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/sleeper) +"tNy" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard) +"tNB" = ( +/turf/closed/wall/r_wall, +/area/construction/mining/aux_base) +"tNF" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 1 + }, +/obj/effect/turf_decal/weather/grass/line, +/obj/structure/flora/ausbushes/ppflowers, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"tNL" = ( +/obj/structure/sign/warning/fire, +/turf/closed/wall/r_wall, +/area/maintenance/starboard) +"tNQ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/bridge) +"tNU" = ( +/obj/structure/flora/crystal/medium/growth, +/turf/open/floor/grass/layenia, +/area/layenia) +"tNY" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"tOd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig"; + name = "Security Lobby"; + req_access_txt = "63" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/brig/upper) +"tOh" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/structure/fence/corner{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"tOk" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"tOm" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/construction/mining/aux_base) +"tOn" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/trash_pile, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"tOr" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/engineering) +"tOx" = ( +/turf/open/floor/plasteel/stairs/medium{ + dir = 4 + }, +/area/maintenance/port/aft) +"tOA" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics Monitoring" + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"tOD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/sleeper) +"tOG" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/table, +/obj/item/stack/sheet/mineral/plasma{ + amount = 35 + }, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 4 + }, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/service) +"tOI" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"tOM" = ( +/obj/structure/chair/sofa/corner, +/obj/machinery/button/door{ + id = "Dorm4Shutters"; + name = "Privacy Shutters Control"; + pixel_y = 26 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/H) +"tON" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/transparent/openspace, +/area/maintenance/fore/upper) +"tOO" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "maint2" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "loadingarea_flip" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"tOR" = ( +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/obj/structure/table, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"tOT" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/fitness/pool) +"tOV" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/storage/B) +"tPc" = ( +/obj/machinery/door/airlock/virology/glass{ + dir = 8; + name = "Isolation A"; + req_access_txt = "39" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"tPg" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/aft) +"tPj" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"tPq" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_traction_corner" + }, +/area/medical/sleeper) +"tPu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_plate" + }, +/area/medical/sleeper) +"tPz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 4 + }, +/area/bridge) +"tPC" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/fore) +"tPD" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hop"; + name = "Privacy Shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/crew_quarters/heads/hop) +"tQf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/closed/wall/r_wall, +/area/maintenance/starboard/upper) +"tQh" = ( +/obj/structure/flora/junglebush, +/obj/structure/railing/handrail{ + dir = 8 + }, +/obj/effect/turf_decal/weather/grass/line{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"tQi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/radio/intercom{ + frequency = 1485; + name = "Station Intercom (Medbay)"; + pixel_x = -30 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_trimcorner" + }, +/area/medical/medbay/aft) +"tQj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_traction_trim" + }, +/area/medical/medbay/aft) +"tQr" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"tQt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/newscaster{ + pixel_y = 28 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/aft) +"tQA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_traction_trim" + }, +/area/medical/medbay/aft) +"tQF" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/prison) +"tQO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/aft) +"tQS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/turf/open/transparent/openspace, +/area/maintenance/fore/upper) +"tQT" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"tRb" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/medical/psych/rec) +"tRc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"tRj" = ( +/obj/machinery/door/airlock/external{ + name = "Security External Airlock"; + req_access_txt = "63" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/main/upper) +"tRm" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "loadingarea_flip" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/janitor/upper) +"tRt" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/aft) +"tRy" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_traction_trimcorner" + }, +/area/medical/medbay/aft) +"tRC" = ( +/obj/structure/table/wood, +/obj/item/stack/sheet/micro_bricks/twenty, +/turf/open/floor/carpet/blue, +/area/medical/psych/rec) +"tRG" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/machinery/button/door{ + id = "medpriv4"; + name = "Privacy Shutters"; + pixel_y = 25 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_trim" + }, +/area/medical/patients_rooms/room_a) +"tRM" = ( +/turf/closed/wall/r_wall, +/area/security/brig/upper) +"tRO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/aft) +"tRV" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/security/prison) +"tRZ" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 1"; + name = "Cell 1 Locker" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/security/brig/upper) +"tSj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"tSr" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/department/medical/upper) +"tSu" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"tSA" = ( +/obj/item/reagent_containers/food/snacks/grown/harebell, +/turf/open/floor/carpet, +/area/chapel/main) +"tSE" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/maintenance/fore/upper) +"tSJ" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/checker, +/area/engine/break_room) +"tSK" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/psych/rec) +"tSQ" = ( +/obj/machinery/door/airlock/medical/glass{ + basecolor = ""; + bound_width = 64; + divide_file = 'icons/obj/doors/airlocks/station/medbaydouble.dmi'; + doorOpen = 'sound/machines/bigairlockopen.ogg'; + icon = 'icons/obj/doors/airlocks/station/medbaydouble.dmi'; + id_tag = "MedbayFoyer"; + name = "Medbay"; + note_overlay_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + overlays_file = 'icons/obj/doors/airlocks/station/overlaysdouble.dmi'; + req_access_txt = "5"; + stripcolor = "" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/medbay/central) +"tSR" = ( +/obj/structure/bed/dogbed, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/mob/living/simple_animal/pet/dog/pug{ + name = "McGriff" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/security/warden) +"tSV" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/security/brig/upper) +"tTb" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/aft) +"tTm" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/fitness/pool) +"tTA" = ( +/obj/effect/turf_decal/bot, +/obj/structure/ore_box, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/quartermaster/miningdock) +"tTI" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/starboard/aft"; + dir = 8; + name = "Starboard Quarter Maintenance APC"; + pixel_x = -25 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/maintenance/starboard/aft/upper) +"tTM" = ( +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"tTY" = ( +/obj/item/gun/energy/e_gun{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/e_gun, +/obj/item/gun/energy/e_gun{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/rack/shelf, +/turf/open/floor/plasteel{ + dir = 1; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/ai_monitored/security/armory) +"tUb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"tUf" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 10 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/janitor/upper) +"tUi" = ( +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard) +"tUn" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"tUp" = ( +/obj/structure/table, +/obj/item/toy/figure/virologist, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"tUD" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "maint1" + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"tUE" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"tUF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/port/upper) +"tUG" = ( +/obj/structure/table/wood/fancy, +/obj/item/candle{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/maintenance/fore/upper) +"tUK" = ( +/obj/machinery/hydroponics/constructable, +/obj/item/reagent_containers/glass/bucket{ + pixel_x = -8; + pixel_y = 18 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hydroponics) +"tUM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"tUQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/psych/lobby) +"tUU" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/railing, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"tVb" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/processing) +"tVd" = ( +/obj/structure/stairs{ + dir = 8 + }, +/obj/structure/railing/handrail, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"tVf" = ( +/obj/machinery/status_display/ai{ + pixel_y = 26 + }, +/turf/open/floor/plasteel/dark/side, +/area/bridge) +"tVk" = ( +/turf/closed/wall, +/area/storage/C) +"tVl" = ( +/obj/structure/disposalpipe/trunk/multiz/down, +/turf/open/floor/plating, +/area/security/brig/upper) +"tVn" = ( +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/hydroponics) +"tVw" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"tVy" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"tVE" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/wood, +/area/security/prison) +"tVH" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"tVK" = ( +/obj/structure/railing/handrail, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 4 + }, +/area/hallway/secondary/exit) +"tVO" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "Chapelconveyor" + }, +/obj/machinery/door/poddoor{ + dir = 4; + id = "holyshutters"; + name = "Holy Shutters" + }, +/turf/open/floor/plating, +/area/chapel/main) +"tVQ" = ( +/obj/item/toy/beach_ball/holoball{ + name = "baskingball" + }, +/turf/open/floor/plating, +/area/security/prison) +"tVV" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/open/floor/grass/layenia, +/area/layenia) +"tVY" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/engine/atmos) +"tVZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/arrows, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"tWa" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/structure/railing, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"tWf" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/medical/psych/rec) +"tWg" = ( +/obj/structure/sign/painting/library{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"tWh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"tWv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port/aft/upper) +"tWF" = ( +/turf/closed/wall, +/area/engine/engineering) +"tWG" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"tWL" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"tWN" = ( +/obj/machinery/door/airlock/maintenance/abandoned{ + dir = 1; + name = "Bridge Maintenance Access"; + req_access_txt = "19" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/department/medical/upper) +"tWR" = ( +/obj/machinery/pool/filter{ + pixel_y = 24 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge_pool"; + name = "pool ledge" + }, +/turf/open/pool, +/area/maintenance/fore/upper) +"tWU" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"tWV" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "linealt_corner"; + name = "line" + }, +/turf/open/indestructible/concrete/smooth, +/area/layenia) +"tWW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"tXf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Unused Auxiliary Construction" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"tXh" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"tXi" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"tXo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"tXw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"tXx" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/security/prison) +"tXB" = ( +/turf/open/floor/plating/asteroid/layenia/garden, +/area/security/prison) +"tXF" = ( +/obj/machinery/door/airlock/security{ + dir = 8; + name = "Security Office"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/main) +"tXJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"tXO" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 10 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/engine/engineering) +"tXW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/sign/warning/radiation{ + pixel_x = 32 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"tXX" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"tXY" = ( +/obj/effect/turf_decal/bot_white/right, +/obj/structure/closet/crate/goldcrate, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"tYd" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"tYi" = ( +/turf/closed/wall/r_wall, +/area/maintenance/theatre/upper) +"tYB" = ( +/obj/structure/railing, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/checker, +/area/artatrium) +"tYC" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 28 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"tYD" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"tYF" = ( +/obj/structure/flora/gmushroom/gggmushroom, +/turf/open/floor/grass/fairy/pink, +/area/maintenance/fore/upper) +"tYG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"tYJ" = ( +/obj/structure/chair/comfy, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"tYL" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"tYQ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/arrows/white, +/turf/open/floor/plasteel/dark, +/area/security/main/upper) +"tYR" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/science/circuit) +"tYY" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/library) +"tZh" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"tZl" = ( +/turf/open/floor/plasteel/stairs/right, +/area/medical/sleeper) +"tZs" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner, +/area/bridge) +"tZt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/sleeper) +"tZu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/security/processing) +"tZx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_trim" + }, +/area/medical/sleeper) +"tZy" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"tZC" = ( +/obj/structure/flora/crystal/medium/growth, +/turf/open/indestructible/layenia/crystal, +/area/layenia) +"tZJ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"tZS" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"uaf" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "loadingarea_flip" + }, +/turf/open/floor/plasteel, +/area/layenia/cloudlayer) +"uar" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-29" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/sleeper) +"uaI" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/window{ + dir = 4 + }, +/obj/structure/closet/secure_closet/medical1, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/sleeper) +"uaP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "xenobio3"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"uaS" = ( +/obj/structure/railing/handrail{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "ledge_alt"; + name = "ledge" + }, +/turf/open/floor/plasteel/checker, +/area/engine/atmos) +"uaU" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/flora/crystal/small/growth, +/turf/open/indestructible/layenia/crystal/garden, +/area/crew_quarters/bar) +"uaW" = ( +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"uaY" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/transparent/glass/reinforced, +/area/layenia/cloudlayer) +"uaZ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/flora/crystal/small/pile, +/turf/open/indestructible/layenia/crystal/garden, +/area/crew_quarters/bar) +"ubb" = ( +/obj/structure/lattice, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"ubc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_traction_trimcorner" + }, +/area/medical/medbay/aft) +"ubd" = ( +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/fueltank, +/turf/open/floor/plating, +/area/layenia/cave) +"ube" = ( +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"ubf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/layenia{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"ubx" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_corner" + }, +/area/medical/medbay/aft) +"ubA" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/bar) +"ubB" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_decals_central6_corner"; + name = "maintenance hatch" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/theatre) +"ubH" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/bridge"; + name = "Bridge APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel, +/area/bridge) +"ubJ" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/research) +"ubO" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"ubP" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/psych/lobby) +"ubQ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"ubS" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/warden) +"ubZ" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/fore/upper) +"uck" = ( +/obj/machinery/door/airlock/engineering/glass{ + name = "Gas Storage"; + req_access_txt = "10" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/engine/engineering) +"uco" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_traction_trim" + }, +/area/medical/medbay/aft) +"ucM" = ( +/obj/machinery/door/airlock/medical{ + dir = 4; + name = "Patient Room C"; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/patients_rooms/room_a) +"ucP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_trim" + }, +/area/medical/patients_rooms/room_a) +"ucS" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/turf/open/floor/carpet, +/area/chapel/main) +"ucT" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/structure/curtain, +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_a) +"uda" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/airalarm{ + pixel_y = 22 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/F) +"udh" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/crew_quarters/fitness/pool) +"udk" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft/upper) +"udn" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"udr" = ( +/obj/machinery/button/door{ + id = "Cusgarage"; + name = "Custodial Closet Shutters Control"; + pixel_x = 25; + req_access_txt = "26" + }, +/obj/machinery/camera{ + c_tag = "Upper Floor Custodial Closet"; + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/janitor/upper) +"udt" = ( +/obj/item/cigbutt, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 10 + }, +/area/engine/break_room) +"udu" = ( +/obj/structure/chair/sofa/right, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"udJ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "ledge"; + name = "ledge" + }, +/obj/structure/closet/firecloset/full, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/prison) +"udK" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"udM" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"udN" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/crew_quarters/dorms/upper) +"udP" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"udS" = ( +/obj/machinery/door/firedoor, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/hallway/primary/aft/upper) +"udZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"ueb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/starboard/aft) +"ued" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/library) +"uef" = ( +/obj/machinery/button/door{ + id = "Maintbarshutter"; + name = "Window Shutter Control"; + pixel_y = 26 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/cigbutt, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"ueg" = ( +/obj/effect/spawner/lootdrop/keg, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/starboard/aft) +"uej" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/security/warden) +"uek" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/hydroponics) +"uem" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/xenobiology) +"uer" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/engine_waste{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/end, +/turf/open/floor/plating/airless, +/area/engine/engineering/reactor_core) +"uew" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/red/corner, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"uex" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/external{ + name = "External Access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/aft) +"ueF" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/structure/sign/warning/fire{ + pixel_x = 32 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ueG" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"ueM" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "psych_hall_window2"; + name = "psychology shutters" + }, +/turf/open/floor/plating, +/area/medical/psych/therapy) +"ueN" = ( +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, /obj/effect/turf_decal/tile/green{ dir = 1 }, +/obj/effect/turf_decal/tile/green, +/obj/structure/closet/l3closet/virology, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/medical/virology) +"ueP" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 4 + }, +/area/hallway/primary/fore) +"ueU" = ( +/obj/structure/sign/warning/fire, +/turf/closed/wall/r_wall, +/area/science/mixing) +"ueV" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/security/lambent) +"ueY" = ( +/obj/machinery/door/poddoor/incinerator_toxmix, +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"ufd" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/engine/engineering) +"uff" = ( +/obj/effect/turf_decal/tile/green{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"ufh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/quartermaster/mail) +"ufj" = ( +/obj/machinery/computer/shuttle/labor{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/security/processing) +"ufk" = ( +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"ufl" = ( +/obj/effect/landmark/carpspawn, +/turf/open/floor/grass/layenia, +/area/layenia) +"ufo" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"ufr" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"ufC" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "line"; + name = "line" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/prison) +"ufI" = ( +/obj/machinery/door/poddoor/preopen{ + id = "hos" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/grille, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/hos) +"ufK" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "line"; + name = "line" + }, +/turf/open/indestructible/concrete/smooth, +/area/layenia) +"ufM" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/chair/bench/right{ + dir = 4 + }, +/turf/open/floor/plasteel/checker, +/area/artatrium) +"ufW" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "xenobio2"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"ufY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public{ + name = "Cell 1" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"uga" = ( +/turf/closed/wall/r_wall, +/area/maintenance/solars/port/aft) +"ugc" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/structure/table, +/obj/item/ashtray, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"uge" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/quartermaster/mail) +"ugj" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "line"; + name = "line" + }, +/turf/open/indestructible/concrete/smooth, +/area/layenia) +"ugo" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/barricade/wooden/snowed{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"ugq" = ( +/obj/structure/holohoop{ + layer = 3.9; + pixel_y = -10 + }, +/turf/open/indestructible/concrete, +/area/layenia) +"ugw" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"ugD" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet, +/area/security/detectives_office) +"ugI" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"ugQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"ugS" = ( +/obj/machinery/computer/communications, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"ugW" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"uhc" = ( +/obj/structure/flora/crystal/small/growth, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/indestructible/layenia/crystal, +/area/layenia) +"uhe" = ( +/obj/structure/sauna_oven, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/item/reagent_containers/glass/bucket{ + pixel_x = -16; + pixel_y = -5 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/crew_quarters/spa/sauna) +"uhh" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/secondary/exit/upper) +"uhl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"uhn" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/crew_quarters/theatre) +"uhq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Meeting Room"; + req_access_txt = "19" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/bridge) +"uhv" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/camera/autoname, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/fore/upper) +"uhw" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"uhC" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/dorms/F) +"uhE" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/crew_quarters/park) +"uhF" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/security/main/upper) +"uhH" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"uhK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"uhL" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"uhP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/closed/wall/r_wall, +/area/security/visitation) +"uhS" = ( +/obj/structure/table/wood, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/wood, +/area/crew_quarters/dorms/A) +"uie" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/library) +"uif" = ( +/obj/effect/turf_decal/arrows/red, +/obj/effect/turf_decal/caution/red, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/miningdock) +"uig" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/quartermaster/miningdock) +"uii" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/structure/chair/bench/metal/right, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore/upper) +"uiq" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"uit" = ( +/obj/machinery/space_heater, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/prison) +"uiB" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/cmo) +"uiH" = ( +/obj/machinery/button/door{ + id = "Cusgarage"; + name = "Custodial Closet Shutters Control"; + pixel_x = -25; + req_access_txt = "26" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"uiN" = ( +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/fitness) +"uiO" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"uiP" = ( +/obj/machinery/door/airlock/glass{ + dir = 4; + id_tag = "checkpointouter"; + name = "outer airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel{ + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/hallway/primary/port/upper) +"uiV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/medical/sleeper) +"uiW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "half_stairs"; + name = "steps" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/crew_quarters/theatre) +"ujd" = ( +/obj/structure/closet/wardrobe/pjs, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/medical/sleeper) +"uje" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Storage"; + req_access_txt = "5" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/storage) +"ujh" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/camera{ + c_tag = "Medbay South"; + dir = 4; + network = list("ss13","medbay") + }, +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/aft) +"ujj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"ujl" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"ujn" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/aft) +"ujx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"ujy" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/medbay/aft) +"ujz" = ( +/obj/structure/table/wood, +/obj/item/ashtray, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"ujA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/security/visitation) +"ujE" = ( +/turf/closed/wall, +/area/hallway/secondary/exit) +"ujG" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/rag{ + pixel_y = 9 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = -12; + pixel_y = 7 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"ujI" = ( +/obj/machinery/status_display{ + layer = 4; + pixel_y = 26 + }, +/turf/open/floor/plasteel/dark/side, +/area/bridge) +"ujJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"ujL" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"ujN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/psych/rec) +"ujO" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/turf/open/transparent/openspace, +/area/crew_quarters/theatre) +"ujR" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"ujT" = ( +/obj/structure/chair/bench/metal/right, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/central) +"ujV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/spa/sauna) +"ujW" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"uka" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/lambent) +"ukf" = ( +/obj/structure/mineral_door/wood, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"ukn" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/starboard/upper) +"ukq" = ( +/obj/machinery/door/airlock/external{ + dir = 4; + name = "Escape Pod One" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/entry/upper) +"ukw" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/main/upper) +"ukx" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/port) +"uky" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"ukz" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/bridge) +"ukM" = ( +/turf/closed/wall, +/area/medical/medbay/upper) +"ukW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/purple{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard) +"ukY" = ( +/obj/structure/trash_pile, +/turf/open/floor/plating, +/area/maintenance/theatre) +"ukZ" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/crew_quarters/dorms/upper) +"ula" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"ulb" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "half_stairs"; + name = "steps" + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/wood, +/area/security/prison) +"ulh" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing, +/obj/effect/turf_decal/stripes/line, +/obj/structure/chair/comfy{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"ull" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/chapel/main) +"ulp" = ( +/obj/structure/railing, +/turf/open/floor/plating, +/area/maintenance/fore) +"ulF" = ( +/obj/machinery/computer/monitor{ + name = "bridge power monitoring console" + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/bridge) +"ulL" = ( +/obj/structure/flora/junglebush/large{ + pixel_x = -3; + pixel_y = -5 + }, +/turf/open/floor/grass/layenia, +/area/layenia) +"ulM" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "linealt"; + name = "line" + }, +/obj/effect/turf_decal/stripes/white/line, +/turf/open/indestructible/concrete/smooth, +/area/layenia) +"umb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"umk" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"umu" = ( +/obj/structure/table, +/turf/open/transparent/glass/reinforced, +/area/quartermaster/office) +"umw" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "linealt_corner"; + name = "line" + }, +/turf/open/indestructible/concrete/smooth, +/area/layenia) +"umx" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"umz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"umD" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/brig) +"umE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/storage/tech) +"umJ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"umL" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Lab - Test Chamber"; + dir = 1; + network = list("ss13","rd","xeno") + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"umP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit/upper) +"umQ" = ( +/turf/open/floor/plasteel/stairs/medium{ + dir = 8 + }, +/area/maintenance/port/aft) +"una" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"unk" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"unn" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"unq" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "psych_hall_window"; + name = "Psychology Privacy Shutters" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/psych/lobby) +"unx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"unD" = ( +/obj/structure/flora/crystal/small/pile, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/primary/central) +"unG" = ( +/obj/structure/table/wood, +/obj/item/paicard, +/turf/open/floor/carpet, +/area/crew_quarters/dorms) +"unK" = ( +/obj/machinery/door/airlock/medical{ + name = "Morgue"; + req_access_txt = "6;5" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/morgue) +"unQ" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/engine/break_room) +"unW" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/structure/chair, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/medbay/zone2) +"unY" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal/bin, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/aft) +"uoa" = ( +/obj/structure/table, +/obj/item/clothing/suit/apron/surgical{ + pixel_y = 11 + }, +/obj/item/surgical_drapes, +/obj/machinery/camera{ + c_tag = "Surgery Operating"; + dir = 4; + network = list("ss13","medbay") + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/surgery) +"uod" = ( +/obj/structure/table, +/obj/item/storage/box/masks{ + pixel_y = 12 + }, +/obj/item/storage/box/gloves{ + pixel_x = 5; + pixel_y = 2 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/surgery) +"uoe" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/medical/surgery) +"uoi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/stairs/medium{ + icon_state = "stairs_darkfull_m"; + name = "dark medium" + }, +/area/maintenance/aft) +"uoj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"uom" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/security/brig/upper) +"uor" = ( +/obj/structure/chair/sofa/left, +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/hallway/primary/aft) +"uow" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"uoy" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Storage Office A" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/storage/A) +"uoz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"uoA" = ( +/turf/open/floor/plasteel, +/area/science/xenobiology) +"uoE" = ( +/turf/open/floor/plasteel/white, +/area/medical/storage) +"uoI" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"uoL" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/carpet, +/area/security/prison) +"upc" = ( +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 3" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/structure/fans/tiny, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/construction/mining/aux_base) +"upn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"upo" = ( +/obj/machinery/chem_heater, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_trim" + }, +/area/medical/sleeper) +"upu" = ( +/obj/machinery/chem_dispenser, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"upx" = ( +/obj/structure/table/wood/fancy, +/obj/item/reagent_containers/food/snacks/grown/poppy, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"upD" = ( +/obj/machinery/chem_master, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"upF" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/machinery/light/small{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"upU" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"upV" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"upW" = ( +/obj/structure/chair/stool/bar{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"upY" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/bottle/vermouth{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"uqb" = ( +/turf/closed/wall, +/area/medical/patients_rooms/room_b) +"uqg" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/layenia/cave) +"uqi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/arrows{ + dir = 4; + icon_state = "arrows_flip" + }, +/turf/open/floor/plating, +/area/layenia/cave) +"uqk" = ( +/obj/structure/lattice, +/turf/open/transparent/openspace, +/area/maintenance/starboard/central/upper) +"uql" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/maintenance/starboard/aft) +"uqv" = ( +/obj/structure/fence/corner{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/end, +/turf/open/floor/plating/layenia, +/area/layenia) +"uqw" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"uqy" = ( +/obj/effect/decal/cleanable/oil, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"uqA" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/D) +"uqD" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, /obj/effect/turf_decal/tile/green{ dir = 8 }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"uqE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"uqG" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_trim" + }, +/area/medical/psych/ward) +"uqL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/barber) +"uqO" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"uqP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"uqR" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 8 + }, +/area/security/main/upper) +"uqV" = ( +/obj/machinery/camera{ + c_tag = "Bar West"; + dir = 4 + }, +/obj/machinery/vending/cola/random, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_x = -30 + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"uqX" = ( +/obj/structure/railing/handrail{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/crew_quarters/park) +"uqY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/heads/captain) +"urf" = ( +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"urh" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/break_room) +"uri" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"url" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_y = -32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"urq" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"urA" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/miningdock) +"urH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"urN" = ( +/obj/structure/rack/shelf, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"urO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/medical/morgue) +"urQ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/bar) +"ush" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/medbay/aft) +"usi" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/indestructible/layenia/sand, +/area/layenia/cave) +"usj" = ( +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/obj/machinery/light/small{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/morgue) +"usp" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/storage/B) +"usu" = ( +/obj/structure/table, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/storage/belt/medical{ + pixel_y = 2 + }, +/obj/item/storage/belt/medical{ + pixel_y = 2 + }, +/obj/item/storage/belt/medical{ + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/storage) +"usE" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/prison) +"usQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"usT" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_y = 6 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"usU" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/dorms/D"; + dir = 1; + name = "Dorm D APC"; + pixel_y = 26 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/D) +"usV" = ( +/obj/structure/table, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/medbay/zone2) +"usW" = ( +/turf/closed/wall, +/area/medical/sleeper) +"uth" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"utl" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"uto" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-27" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/aft) +"utx" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/chair/office/light, +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Chief Medical Officer's Desk"; + departmentType = 5; + name = "Chief Medical Officer RC"; + pixel_y = 26 + }, +/turf/open/floor/plasteel/white/side, +/area/crew_quarters/heads/cmo) +"utz" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"utA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"utK" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_whole" + }, +/area/medical/medbay/aft) +"utL" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"utN" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/security/lambent) +"utQ" = ( +/obj/machinery/door/airlock/medical{ + dir = 4; + name = "Apothecary"; + req_access_txt = "5" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/sleeper) +"utT" = ( +/obj/structure/rack, +/obj/item/storage/fancy/candle_box, +/obj/item/reagent_containers/food/snacks/grown/poppy, +/obj/item/reagent_containers/food/snacks/grown/harebell, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood, +/area/maintenance/fore/upper) +"uua" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_trim" + }, +/area/medical/sleeper) +"uub" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/power/deck_relay, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"uuq" = ( +/turf/open/floor/plasteel/stairs/medium{ + dir = 1 + }, +/area/medical/medbay/upper) +"uus" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"uut" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/cigbutt, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"uuu" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/aft) +"uuz" = ( +/obj/structure/chair/bench/metal/left{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/main/upper) +"uuT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/starboard/aft) +"uuU" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"uuW" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/aft/upper) +"uuX" = ( +/obj/structure/table/wood, +/obj/item/ashtray, +/obj/item/cigbutt, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/starboard/aft) +"uvq" = ( +/obj/structure/sink/kitchen{ + dir = 8; + pixel_x = 13 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"uvs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"uvz" = ( +/obj/structure/rack, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/item/clothing/suit/hooded/wintercoat/medical, +/obj/item/clothing/suit/hooded/wintercoat/medical, +/obj/item/radio/intercom{ + frequency = 1485; + name = "Station Intercom (Medbay)"; + pixel_x = -30 + }, +/turf/open/floor/plasteel/dark, +/area/medical/medbay/aft) +"uvG" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/snacks/grown/wheat, +/obj/item/reagent_containers/food/snacks/grown/watermelon, +/obj/item/reagent_containers/food/snacks/grown/citrus/orange, +/obj/item/reagent_containers/food/snacks/grown/grapes, +/obj/item/reagent_containers/food/snacks/grown/cocoapod, +/obj/item/reagent_containers/food/snacks/grown/apple, +/obj/item/reagent_containers/food/snacks/grown/chili, +/obj/item/reagent_containers/food/snacks/grown/cherries, +/obj/item/reagent_containers/food/snacks/grown/soybeans, +/obj/item/reagent_containers/food/snacks/grown/citrus/lime, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"uvH" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"uvL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/warehouse) +"uwo" = ( +/obj/structure/table, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 9; + pixel_y = 3 + }, +/turf/open/floor/plasteel/dark, +/area/janitor/upper) +"uwr" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"uww" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"uwB" = ( +/obj/structure/table/plasmaglass, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-18"; + pixel_x = 17; + pixel_y = 14 + }, +/obj/item/ashtray, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"uwR" = ( +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/structure/trash_pile, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"uwV" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/obj/structure/railing, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/crew_quarters/theatre) +"uwY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"uxd" = ( +/obj/machinery/door/airlock/glass_large, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel/dark, +/area/maintenance/port/aft) +"uxj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel/dark, +/area/maintenance/port/aft) +"uxk" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Entertainment Theatre" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/theatre) +"uxn" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/security/brig/upper) +"uxp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"uxs" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/engineering) +"uxt" = ( +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/obj/structure/table, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"uxu" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"uxB" = ( +/obj/machinery/door/airlock/glass_large{ + name = "Art Supplies" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"uxD" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"uxI" = ( +/turf/closed/wall, +/area/hydroponics/garden) +"uxL" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/checker, +/area/bridge) +"uxP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/hallway/primary/starboard) +"uxQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/science/xenobiology) +"uxY" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/beacon{ + layer = 4; + pixel_y = 15 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"uxZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"uyc" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/carpet/blue, +/area/medical/psych/roomB{ + name = "Psychology Dorm B" + }) +"uyk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/storage) +"uyl" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/chair/sofa/left{ + desc = "More inviting than the average couch."; + dir = 8; + name = "comfy couch" + }, +/turf/open/floor/carpet, +/area/security/main/upper) +"uyq" = ( +/obj/structure/filingcabinet, +/obj/item/folder/documents, +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/status_display/ai{ + pixel_y = 26 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"uyw" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/engine/engineering) +"uyz" = ( +/turf/open/floor/plasteel/yellowsiding/corner, +/area/crew_quarters/fitness/pool) +"uyI" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"uyP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/closed/wall, +/area/quartermaster/miningdock) +"uyS" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"uyW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"uyX" = ( +/obj/structure/table/wood, +/obj/item/canvas/twentythreeXtwentythree, +/turf/open/floor/carpet/blue, +/area/medical/psych/rec) +"uzc" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/medical/morgue) +"uze" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/medical/medbay/upper) +"uzf" = ( +/obj/structure/chair/bench/metal/right{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"uzk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/medical/morgue) +"uzn" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"uzs" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/hallway/primary/port) +"uzy" = ( +/obj/structure/chair/comfy/brown, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/hallway/primary/port) +"uzz" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/visitation) +"uzB" = ( +/obj/structure/table, +/turf/open/floor/plasteel, +/area/security/main/upper) +"uzE" = ( +/obj/structure/table/wood, +/obj/item/coin/plasma, +/obj/item/hand_tele, +/obj/machinery/keycard_auth{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"uzI" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/medbay/zone2) +"uzO" = ( +/obj/machinery/door/airlock/public{ + name = "Psychology Dorm A" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/psych/roomA{ + name = "Psychology Dorm A" + }) +"uzT" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/vending/cigarette, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"uzU" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/quartermaster/storage) +"uzW" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/entry/upper) +"uzX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_traction_trim" + }, +/area/medical/medbay/aft) +"uAo" = ( +/obj/structure/chair/bench/metal/right{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"uAr" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"uAx" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port/upper) +"uAB" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/surgery) +"uAD" = ( +/obj/machinery/computer/operating{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/freezer, +/area/medical/surgery) +"uAI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/aft) +"uAL" = ( +/turf/open/floor/plating, +/area/hallway/primary/fore) +"uAM" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, /obj/effect/turf_decal/tile/green{ dir = 4 }, /obj/effect/turf_decal/tile/green, /turf/open/floor/plasteel/white/corner{ - dir = 1 + dir = 8 }, /area/medical/virology) -"ilR" = ( +"uAT" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/pen, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_trim" + }, +/area/medical/sleeper) +"uBb" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/barricade/wooden/snowed{ + dir = 4 + }, +/turf/open/floor/plating{ + initial_gas_mix = "o2=22;n2=82;TEMP=180"; + planetary_atmos = 1 + }, +/area/maintenance/port/aft) +"uBh" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 10 + }, +/obj/structure/sign/poster/official/safety_eye_protection{ + pixel_y = -31 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_trim" + }, +/area/medical/medbay/central) +"uBo" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/dropper, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"uBs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/turf/open/floor/engine, +/area/ai_monitored/storage/eva) +"uBu" = ( +/obj/machinery/pool/controller, +/turf/open/floor/plasteel/yellowsiding, +/area/crew_quarters/fitness/pool) +"uBy" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/machinery/light_switch{ + pixel_x = 23 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"uBF" = ( +/obj/structure/chair/wood/normal{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"uBG" = ( +/obj/structure/table/glass, +/obj/machinery/light/small{ + pixel_y = -1 + }, +/obj/item/seeds/sunflower, +/obj/item/seeds/starthistle{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/seeds/rose{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/park) +"uBJ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/dryer{ + pixel_y = 26 + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/upper) +"uBM" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/bar) +"uBP" = ( +/obj/structure/flora/junglebush, +/turf/open/floor/grass, +/area/crew_quarters/park) +"uBT" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"uBV" = ( +/obj/structure/chair/sofa/right, +/obj/machinery/light/small{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"uCb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/hallway/primary/port) +"uCp" = ( +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"uCt" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) +"uCv" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "bridge blast"; + name = "bridge blast door" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/command/glass{ + dir = 8; + name = "Bridge"; + req_access_txt = "19" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/bridge) +"uCy" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/medical/psych/therapy) +"uCO" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"uCY" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/theatre) +"uDk" = ( +/obj/machinery/door/poddoor/shutters{ + id = "mining_warehouse"; + name = "mining warehouse shutters" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/quartermaster/miningdock) +"uDp" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/bar) +"uDr" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/wood, +/area/crew_quarters/spa/sauna) +"uDv" = ( +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/ai_monitored/security/armory"; + name = "Armory APC"; + pixel_x = 1; + pixel_y = -24 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/ai_monitored/security/armory) +"uDx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/trash_pile, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"uDA" = ( +/obj/structure/flora/junglebush/b, +/obj/structure/railing/handrail{ + dir = 4 + }, +/obj/effect/turf_decal/weather/grass/line{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"uDB" = ( +/turf/closed/wall, +/area/crew_quarters/dorms/F) +"uDK" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 9; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/park) +"uDL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"uEj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/crew_quarters/theatre) +"uEu" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/engine/custom) +"uEx" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/reagent_containers/food/drinks/bottle/whiskey, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"uEy" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 6 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"uEJ" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/crew_quarters/bar/cafe/storage) +"uEK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"uEM" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/drinks/beer, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"uER" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/drinks, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"uES" = ( +/obj/machinery/light_switch{ + pixel_y = -28 + }, +/obj/machinery/camera{ + c_tag = "Kitchen South"; + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"uET" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/mob/living/carbon/monkey, +/turf/open/floor/grass, +/area/medical/genetics) +"uEV" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/hallway/primary/fore) +"uEZ" = ( +/obj/structure/bed/double, +/obj/item/bedsheet/purple/double, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/D) +"uFe" = ( +/obj/effect/turf_decal/stripes/box, +/obj/structure/beacon{ + layer = 4; + pixel_y = 15 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"uFf" = ( +/obj/machinery/vending/boozeomat/all_access, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"uFi" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/reedbush, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/grass, +/area/layenia) +"uFk" = ( +/obj/machinery/computer/arcade/orion_trail{ + dir = 8 + }, +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/grimy, +/area/security/prison) +"uFo" = ( +/obj/machinery/button/door{ + id = "maint1"; + name = "Blast Door Control A"; + pixel_x = -28 + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"uFr" = ( +/obj/machinery/camera/preset/toxins, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"uFs" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/flora/ausbushes/stalkybush, +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/flora/ausbushes/ywflowers, +/turf/open/floor/grass, +/area/layenia) +"uFv" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"uFw" = ( +/turf/open/indestructible/layenia/crystal/garden, +/area/bridge) +"uFB" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"uFC" = ( +/obj/structure/bed/double, +/obj/item/bedsheet/nanotrasen/double, +/turf/open/floor/carpet/kinaris, +/area/security/lambent) +"uFD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"uFF" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"uFT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"uFW" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/captain) +"uFX" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia) +"uGf" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia) +"uGh" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/flora/ausbushes/ywflowers, +/turf/open/floor/grass, +/area/layenia) +"uGn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/checkpoint/engineering) +"uGq" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"uGv" = ( +/obj/machinery/status_display{ + pixel_x = -32 + }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"uGw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "xenobio4"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"uGA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"uGB" = ( +/turf/open/floor/plasteel/stairs/medium, +/area/crew_quarters/theatre) +"uGI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=ArrivalsCorner"; + location = "ArrivalsNorth" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"uGM" = ( +/obj/machinery/atmospherics/components/unary/portables_connector{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel{ + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/engine/engineering) +"uGO" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/obj/machinery/camera{ + c_tag = "Labor Shuttle Dock South"; + dir = 9 + }, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/processing) +"uGT" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/lobby) +"uGV" = ( +/obj/structure/flora/bush, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/window/reinforced/fulltile, +/turf/open/floor/grass, +/area/hallway/primary/aft/upper) +"uGW" = ( +/obj/structure/disposalpipe/broken, +/turf/open/floor/plating, +/area/crew_quarters/dorms/upper) +"uHc" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 3"; + name = "Cell 3 Locker" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/security/brig/upper) +"uHl" = ( +/obj/effect/decal/cleanable/oil, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"uHp" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"uHt" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"uHu" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/exit/upper) +"uHx" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/table, +/obj/item/crowbar, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"uHO" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/item/paper/guides/jobs/medical/morgue{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/clothing/gloves/color/latex, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/medical/morgue) +"uIg" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "evashutter"; + name = "EVA Storage Shutters" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/storage/eva) +"uIt" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/engine/break_room) +"uIF" = ( +/obj/machinery/telecomms/bus/preset_three, +/turf/open/floor/circuit/telecomms/mainframe, +/area/tcommsat/server) +"uIG" = ( +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/medical/morgue) +"uIS" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + dir = 6; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/storage) +"uJb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"uJc" = ( +/turf/open/floor/plating, +/area/maintenance/port/aft) +"uJf" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/wood, +/area/library) +"uJg" = ( +/obj/machinery/computer/security{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) +"uJh" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/main) +"uJs" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"uJx" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"uJI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/stairs/medium{ + dir = 1 + }, +/area/hallway/primary/starboard/upper) +"uJK" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_traction_trim" + }, +/area/medical/medbay/aft) +"uJL" = ( +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"uJT" = ( +/mob/living/simple_animal/slime, +/turf/open/floor/engine, +/area/science/xenobiology) +"uKa" = ( +/obj/structure/table/wood/fancy, +/obj/item/reagent_containers/food/snacks/grown/poppy, +/obj/item/reagent_containers/food/snacks/grown/harebell, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/chapel/main) +"uKc" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/library) +"uKh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating/layenia, +/area/layenia) +"uKj" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_traction_trim" + }, +/area/medical/medbay/aft) +"uKn" = ( +/obj/machinery/door/airlock/medical{ + dir = 4; + name = "Operating Theatre"; + req_access_txt = "45" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/surgery) +"uKt" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/surgery) +"uKv" = ( +/obj/machinery/computer/med_data, +/turf/open/floor/wood, +/area/security/detectives_office) +"uKz" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"uKC" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/processing) +"uKD" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/freezer, +/area/medical/surgery) +"uKI" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/quartermaster/mail) +"uKL" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/H) +"uKP" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/structure/curtain, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_trim" + }, +/area/medical/patients_rooms/room_b) +"uKR" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/wood, +/area/crew_quarters/dorms/B) +"uKS" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/theatre) +"uKW" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "linealt_corner"; + name = "line" + }, +/turf/open/indestructible/concrete/smooth, +/area/layenia) +"uKX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/aft) +"uKY" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/solar{ + id = "auxsolareast"; + name = "Port Auxiliary Solar Array" + }, +/turf/open/floor/plasteel/airless/solarpanel{ + initial_gas_mix = "o2=22;n2=82;TEMP=180"; + planetary_atmos = 1 + }, +/area/layenia/cloudlayer) +"uLa" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/processing) +"uLb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/closed/wall, +/area/crew_quarters/locker) +"uLl" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/arrows/white{ + dir = 1; + icon_state = "arrows_white_flip" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/light/floor, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/theatre) +"uLn" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = 14; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = 4; + pixel_y = 5 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"uLq" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/bed, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/maintenance/fore/upper) +"uLu" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/spa/sauna) +"uLA" = ( +/obj/structure/table/wood, +/obj/item/ashtray, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = -12; + pixel_y = 7 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"uLI" = ( +/obj/structure/chair/sofa/corner, +/turf/open/floor/carpet, +/area/hallway/secondary/entry/upper) +"uLN" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/aft/upper) +"uLR" = ( +/obj/effect/landmark/start/janitor, +/obj/structure/chair/stool, +/turf/open/floor/plasteel/dark, +/area/janitor/upper) +"uLT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft/upper) +"uLW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"uLZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"uMc" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"uMh" = ( +/obj/structure/table/glass, +/obj/item/plant_analyzer, +/obj/item/plant_analyzer, +/obj/item/plant_analyzer, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"uMo" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/structure/reagent_dispensers/watertank/high, +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"uMt" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cloudlayer) +"uMu" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/starboard/aft) +"uMz" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"uMC" = ( +/obj/machinery/pool/filter{ + pixel_y = 24 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge_pool"; + name = "pool ledge" + }, +/turf/open/pool, +/area/security/prison) +"uNd" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"uNk" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/machinery/portable_atmospherics/canister/toxins, +/obj/machinery/door/window/southleft{ + name = "Plasma Storage"; + req_access_txt = "10" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel{ + dir = 1; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/engine/engineering) +"uNp" = ( +/obj/structure/flora/junglebush/b, +/turf/open/floor/grass/layenia, +/area/layenia) +"uNq" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/toy/figure/curator{ + pixel_x = 13 + }, +/obj/item/pen, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/carpet, +/area/library) +"uND" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + name = "Meeting Room"; + req_access_txt = "19" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/bridge) +"uNH" = ( +/obj/structure/chair/bench/metal/right{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/main/upper) +"uNJ" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"uNN" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "line"; + name = "line" + }, +/turf/open/indestructible/concrete/smooth, +/area/layenia) +"uNU" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/junction, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"uOf" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia) +"uOo" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"uOu" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/engine/break_room) +"uOw" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia) +"uOx" = ( +/obj/structure/table{ + pixel_y = 2 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/aft/upper) +"uOy" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"uOB" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/camera/autoname, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"uOJ" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/bar/cafe) +"uOO" = ( +/turf/closed/wall, +/area/janitor) +"uOX" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"uPb" = ( +/obj/structure/table, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/hallway/primary/port) +"uPc" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"uPg" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/regular, +/turf/open/floor/plasteel, +/area/bridge) +"uPh" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia) +"uPj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"uPk" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/stalkybush, +/turf/open/floor/grass, +/area/layenia) +"uPo" = ( +/obj/structure/table, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = -8 + }, +/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 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"uPq" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/trash_pile, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"uPs" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/supply) +"uPz" = ( +/obj/machinery/modular_computer/console/preset/research{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"uPA" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "meeting"; + name = "Privacy Shutters" + }, +/obj/machinery/door/firedoor, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge) +"uPB" = ( +/turf/closed/wall, +/area/maintenance/port/aft/upper) +"uPD" = ( +/turf/closed/wall, +/area/medical/genetics) +"uPI" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel/dark, +/area/engine/tether) +"uPP" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/decal/cleanable/oil, +/obj/effect/spawner/lootdrop/trash, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"uPR" = ( +/obj/structure/flora/crystal/small/pile, +/obj/structure/flora/crystal/medium/growth, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"uPT" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/aft/upper) +"uPU" = ( +/obj/machinery/door/airlock/external{ + dir = 4; + name = "Escape Pod One" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/entry/upper) +"uPV" = ( +/turf/closed/wall, +/area/maintenance/port) +"uPW" = ( +/obj/structure/lattice/catwalk, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"uQb" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 10 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_trim" + }, +/area/medical/medbay/central) +"uQc" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"uQm" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/crew_quarters/bar) +"uQn" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/grille/broken, +/obj/structure/barricade/wooden/snowed{ + dir = 1 + }, +/turf/open/floor/plating{ + initial_gas_mix = "o2=22;n2=82;TEMP=180"; + planetary_atmos = 1 + }, +/area/maintenance/port/aft) +"uQw" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/engine/break_room) +"uQy" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/white/side{ + dir = 6 + }, +/area/medical/medbay/upper) +"uQF" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"uQM" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/main/upper) +"uQN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"uQQ" = ( +/obj/structure/table, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/item/folder/white{ + pixel_x = -4; + pixel_y = 17 + }, +/obj/item/storage/box/bodybags{ + pixel_y = 6 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/medical/morgue) +"uQR" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "Laneshutter"; + name = "Lane Control"; + pixel_x = 5; + pixel_y = 7 + }, +/obj/machinery/magnetic_controller{ + autolink = 1; + pixel_x = -5; + pixel_y = 4 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plasteel/dark, +/area/security/range) +"uRb" = ( +/obj/structure/chair/stool, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/medical/morgue) +"uRj" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/westright{ + dir = 1; + name = "Security Checkpoint"; + req_access_txt = "1" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/auxiliary) +"uRq" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/deck_relay, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"uRr" = ( +/obj/item/storage/secure/safe{ + dir = 8; + pixel_x = 32 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/heads/captain) +"uRJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen/alt{ + id = "kitchen"; + name = "kitchen shutters" + }, +/obj/item/storage/fancy/donut_box{ + pixel_y = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/kitchen) +"uRM" = ( +/obj/structure/table/wood/fancy, +/obj/item/candle{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/structure/extinguisher_cabinet{ + dir = 4; + pixel_y = -27 + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"uRT" = ( +/obj/machinery/door/poddoor/preopen{ + id = "maint1" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"uSe" = ( +/obj/structure/table, +/obj/item/storage/firstaid/toxin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/machinery/door/window/northleft{ + name = "First-Aid Supplies"; + red_alert_access = 1; + req_access_txt = "5" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/medical/storage) +"uSj" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/port) +"uSn" = ( +/obj/structure/chair/foldingchair{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"uSp" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"uSt" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"uSu" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/chair/comfy/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/science/xenobiology) +"uSv" = ( +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white{ + dir = 10; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/zone2) +"uSy" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/psych/rec) +"uSz" = ( +/turf/open/floor/plating, +/area/maintenance/port) +"uSA" = ( +/obj/structure/sign/warning/securearea{ + pixel_y = -32 + }, +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 2"; + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard) +"uSC" = ( +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/medbay/zone2) +"uSD" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/vending/medical{ + pixel_x = -2 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/medical/medbay/aft) +"uSJ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/closet/crate/coffin, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/wood, +/area/chapel/main) +"uSR" = ( +/obj/structure/table, +/obj/item/storage/box, +/obj/item/storage/box, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"uST" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_trim" + }, +/area/medical/medbay/aft) +"uSY" = ( +/obj/machinery/suit_storage_unit/hos, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hos) +"uSZ" = ( +/turf/open/floor/plasteel/dark, +/area/janitor/upper) +"uTc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/F) +"uTg" = ( +/obj/structure/chair/sofa, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/carpet, +/area/hallway/secondary/entry/upper) +"uTh" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"uTi" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"uTm" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/port) +"uTn" = ( +/obj/machinery/light, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"uTB" = ( +/obj/effect/spawner/lootdrop/mre, +/obj/structure/trash_pile, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"uTJ" = ( +/obj/structure/table, +/obj/item/folder/white{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/sign/warning/pods{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + dir = 6; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/aft) +"uTL" = ( +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Central Access" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/central/upper) +"uTQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_trim" + }, +/area/medical/psych/rec) +"uTR" = ( +/obj/structure/table, +/obj/item/storage/backpack/duffelbag/med/surgery, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/surgery) +"uTU" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/stairs/medium{ + icon_state = "stairs_darkfull_m"; + name = "dark medium" + }, +/area/engine/atmos) +"uTW" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/effect/turf_decal/bot, +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/engineering) +"uTZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"uUa" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/engine/break_room) +"uUj" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 9 + }, +/turf/open/indestructible/layenia/sand, +/area/layenia/cloudlayer) +"uUm" = ( +/obj/structure/chair/bench/metal/right{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/main/upper) +"uUn" = ( +/obj/structure/closet/secure_closet/medical2, +/turf/open/floor/plasteel/freezer, +/area/medical/surgery) +"uUp" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"uUC" = ( +/turf/closed/wall, +/area/security/visitation) +"uUI" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/medbay/aft) +"uUT" = ( +/obj/structure/flora/crystal/small/growth{ + icon_state = "crystalgrowth4" + }, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/bridge) +"uUU" = ( +/obj/structure/railing/handrail{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"uUV" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"uUX" = ( +/obj/structure/janitorialcart, +/obj/item/mop, +/obj/item/reagent_containers/glass/bucket, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/janitor) +"uUZ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"uVe" = ( +/obj/structure/chair/bench/metal/right{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"uVr" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/medical/psych/ward) +"uVA" = ( +/turf/open/floor/carpet, +/area/maintenance/fore/upper) +"uVH" = ( +/obj/structure/flora/crystal/small/growth, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/crew_quarters/dorms/upper) +"uVM" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 1 + }, +/obj/machinery/camera/motion{ + c_tag = "MiniSat AI Chamber Observation"; + dir = 5; + network = list("minisat") + }, +/turf/open/floor/carpet/blue, +/area/ai_monitored/turret_protected/aisat_interior) +"uVO" = ( +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"uVU" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/crew_quarters/dorms/upper) +"uVV" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"uVZ" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/park) +"uWd" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/transparent/openspace, +/area/quartermaster/mail) +"uWm" = ( +/obj/item/cigbutt, +/turf/open/floor/wood{ + icon_state = "wood-broken5" + }, +/area/maintenance/starboard/aft) +"uWn" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/shaker, +/obj/item/reagent_containers/dropper, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"uWt" = ( +/obj/structure/table/wood, +/obj/item/pen/invisible, +/obj/item/camera, +/turf/open/floor/carpet, +/area/library) +"uWv" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"uWA" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/rag{ + pixel_y = 9 + }, +/obj/item/reagent_containers/food/drinks/drinkingglass{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/drinks/beer{ + pixel_x = -8; + pixel_y = 9 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"uWB" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia) +"uWF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"uWJ" = ( +/turf/open/floor/plasteel/dark/layenia, +/area/layenia) +"uWQ" = ( +/obj/structure/flora/crystal/small/growth, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/security/locker) +"uWX" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "xenobio5"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"uXc" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia) +"uXd" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/security/prison) +"uXf" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/grass, +/area/security/prison) +"uXl" = ( +/obj/structure/bed, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/fitness/pool) +"uXn" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/storage/C) +"uXo" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/construction/mining/aux_base) +"uXy" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia) +"uXD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "xenobio1"; + name = "containment blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"uXE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/barricade/wooden/snowed{ + dir = 8 + }, +/turf/open/floor/plating{ + initial_gas_mix = "o2=22;n2=82;TEMP=180"; + planetary_atmos = 1 + }, +/area/maintenance/port/aft) +"uXI" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"uXM" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"uXR" = ( +/turf/open/floor/plasteel/stairs/medium{ + dir = 1 + }, +/area/maintenance/port/aft) +"uXT" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Garden" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hydroponics/garden) +"uXV" = ( +/obj/effect/landmark/start/lambent, +/obj/structure/chair/office/light, +/turf/open/floor/carpet/kinaris, +/area/security/lambent) +"uXX" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Labor Camp Shuttle Airlock"; + req_access_txt = "2"; + shuttledocked = 1 + }, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/processing) +"uYc" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/rack, +/obj/item/clothing/suit/hooded/wintercoat/viro, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/medical/virology) +"uYh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"uYj" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/fitness) +"uYo" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"uYp" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/starboard/upper"; + dir = 1; + name = "Upper Starboard Quarter Maintenance APC"; + pixel_y = 26 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"uYq" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/item/crowbar/large, +/obj/machinery/camera{ + c_tag = "Mech Bay"; + dir = 1; + network = list("ss13","rd") + }, +/obj/item/toy/figure/borg{ + pixel_x = -4; + pixel_y = 13 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"uYv" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/ppflowers, +/turf/open/floor/grass, +/area/hallway/primary/port/fore) +"uYx" = ( +/obj/structure/plasticflaps/opaque{ + dir = 8 + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 1; + freq = 1400; + location = "Janitor" + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plating, +/area/janitor) +"uYC" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard/aft/upper) +"uYF" = ( +/obj/machinery/conveyor{ + id = "QMLoad" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"uYG" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/security/brig) +"uYI" = ( +/obj/machinery/door/airlock/security/glass{ + dir = 4; + name = "Warden's Quarters"; + req_access_txt = "3" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/security/warden) +"uYN" = ( +/obj/machinery/meter, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/dark/visible, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"uYP" = ( +/obj/structure/chair/bench/metal{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"uYV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry/upper) +"uZa" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"uZd" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"uZf" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/door/airlock{ + dir = 1; + id_tag = "DormG"; + name = "Dorm G" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/dorms/G) +"uZn" = ( +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/engine/vacuum, +/area/engine/engineering) +"uZo" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/structure/railing, +/obj/structure/filingcabinet/chestdrawer, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/sorting) +"uZp" = ( +/obj/structure/flora/crystal/small/growth, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"uZw" = ( +/obj/structure/window/reinforced, +/turf/open/floor/engine, +/area/science/xenobiology) +"uZE" = ( +/obj/machinery/door/airlock/atmos/glass{ + dir = 8; + name = "Atmospherics Monitoring"; + req_access_txt = "24" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/engine/break_room) +"uZH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/medical/morgue) +"uZL" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/medical/medbay/zone2) +"uZM" = ( +/obj/structure/table, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/crew_quarters/locker) +"uZV" = ( +/obj/machinery/hydroponics/soil, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/hydroponics/garden) +"vae" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-26" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/medical/medbay/zone2) +"vaf" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/crew_quarters/dorms/upper) +"vag" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing, +/obj/effect/decal/cleanable/oil{ + icon_state = "floor5" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"vai" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/external{ + name = "Escape Pod One" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/medbay/aft) +"vaj" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_whole_alt" + }, +/area/medical/medbay/upper) +"vak" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance{ + dir = 1; + name = "Medbay Maintenance"; + req_access_txt = "45" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/aft) +"vaq" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port/upper) +"vas" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"vat" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/white, +/area/medical/psych/ward) +"vay" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit/upper) +"vaz" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"vaC" = ( +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/structure/trash_pile, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"vaF" = ( +/obj/structure/railing, +/turf/open/floor/plasteel/stairs/left{ + dir = 4 + }, +/area/crew_quarters/dorms/upper) +"vaO" = ( +/obj/machinery/computer/arcade/battle{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"vaV" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/custom) +"vbd" = ( +/obj/machinery/suit_storage_unit/cmo, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/cmo) +"vbe" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/turf/open/floor/carpet/blue, +/area/ai_monitored/turret_protected/aisat_interior) +"vbf" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"vbh" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"vbj" = ( +/mob/living/simple_animal/skunk/Skook, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/maintenance/starboard/aft) +"vbp" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/storage/eva) +"vbr" = ( +/obj/structure/chair/mountchair{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/security/visitation) +"vbs" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/camera{ + c_tag = "Security Checkpoint North"; + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"vbt" = ( +/turf/closed/wall, +/area/crew_quarters/kitchen) +"vbx" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 4 + }, +/turf/open/indestructible/concrete, +/area/layenia) +"vby" = ( +/obj/structure/chair/stool/bar{ + dir = 1 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/starboard/aft) +"vbA" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia) +"vbC" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"vbD" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port/aft/upper) +"vbG" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_trim" + }, +/area/medical/psych/ward) +"vbN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/gateway) +"vbU" = ( +/obj/structure/railing, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia) +"vbX" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"vco" = ( +/obj/structure/table, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"vcp" = ( +/obj/structure/table, +/obj/item/flashlight/lamp{ + pixel_x = -4; + pixel_y = 13 + }, +/obj/item/paper_bin{ + pixel_x = 11; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"vct" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Engineering Tether Maintenance"; + req_access_txt = "10" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/tether) +"vcu" = ( +/obj/structure/railing, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia) +"vcx" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/yellowsiding{ + dir = 4 + }, +/area/maintenance/fore/upper) +"vcz" = ( +/obj/machinery/rnd/experimentor, +/turf/open/floor/engine, +/area/science/misc_lab) +"vcA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/carpet/purple, +/area/crew_quarters/heads/hor) +"vcK" = ( +/obj/machinery/computer/shuttle/labor, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/bridge) +"vcP" = ( +/obj/structure/railing, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia) +"vcV" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"vcX" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/xenobiology) +"vcZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/science/circuit) +"vde" = ( +/obj/structure/stairs, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"vdk" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"vdl" = ( +/obj/structure/chair/bench/metal/right, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"vdm" = ( +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/psych/rec) +"vdp" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_whole_alt" + }, +/area/layenia/cloudlayer) +"vdv" = ( +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/science, +/obj/structure/table, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"vdC" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/wood, +/area/security/prison) +"vdD" = ( +/obj/effect/turf_decal/stripes/line, +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/miningdock) +"vdE" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/bridge) +"vdP" = ( +/obj/structure/closet/crate, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"vdQ" = ( +/obj/structure/sink/kitchen{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/bar/cafe/backroom{ + name = "Cafe Kitchen" + }) +"vef" = ( +/obj/structure/chair/sofa/left{ + desc = "More inviting than the average couch."; + dir = 8; + name = "comfy couch" + }, +/obj/machinery/light/small{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/G) +"vel" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/closet/crate, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"vem" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/engine/break_room) +"vev" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"vex" = ( +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms/upper) +"vez" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/table, +/obj/item/assembly/flash/handheld, +/turf/open/floor/plasteel, +/area/security/main) +"veB" = ( +/obj/structure/easel, +/obj/item/canvas/twentythreeXtwentythree, +/obj/structure/sign/painting/library{ + pixel_y = 28 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/upper) +"veC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/lootdrop/trash, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"veJ" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/F) +"veK" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel/dark, +/area/engine/break_room) +"veM" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 4; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/exit/upper) +"veP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"veQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"vfa" = ( +/obj/machinery/computer/robotics{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/heads/hor) +"vfc" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/railing, +/turf/open/floor/plating, +/area/maintenance/aft) +"vfg" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/suit/hooded/wintercoat, +/turf/open/floor/plating, +/area/maintenance/aft) +"vfi" = ( +/obj/structure/flora/crystal/small/pile, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/indestructible/layenia/crystal, +/area/layenia/cloudlayer) +"vfk" = ( +/obj/machinery/computer/communications, +/obj/machinery/status_display/ai{ + pixel_y = 26 + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"vfn" = ( +/turf/closed/wall/r_wall, +/area/medical/medbay/aft) +"vft" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/medbay/aft) +"vfN" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"vfS" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"vfU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/captain) +"vfW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_trim" + }, +/area/medical/medbay/upper) +"vfZ" = ( +/obj/item/beacon, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"vgb" = ( +/obj/structure/railing, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"vgp" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/spa/sauna) +"vgv" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/medbay/aft) +"vgz" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry/upper) +"vgA" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"vgC" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 9; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/chair/sofa/right, +/obj/structure/window{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/security/prison) +"vgD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/smartfridge/extract/preloaded, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"vgE" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/fitness/pool) +"vgK" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"vgL" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat_interior) +"vgN" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/bin, +/turf/open/floor/plasteel/checker, +/area/hallway/secondary/service) +"vgR" = ( +/obj/structure/table/wood, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"vhg" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/command, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/storage/tech) +"vhk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/closet/emcloset, +/obj/machinery/camera{ + c_tag = "Medical Escape Pod"; + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/medbay/aft) +"vhq" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 2 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"vhs" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge_short"; + name = "short ledge" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"vhB" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/weather/grass/line{ + dir = 8 + }, +/obj/effect/turf_decal/weather/grass/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"vhC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit/upper) +"vhI" = ( +/obj/structure/chair/foldingchair, +/turf/open/floor/grass, +/area/security/prison) +"vhN" = ( +/obj/structure/railing, +/turf/open/floor/plasteel/stairs/medium{ + dir = 8 + }, +/area/janitor/upper) +"vhR" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"vhT" = ( +/obj/structure/table/wood, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/machinery/camera{ + c_tag = "Library Game Room"; + dir = 6 + }, +/obj/item/pen, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/library) +"vhW" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/central/upper) +"vib" = ( +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/primary/port) +"vic" = ( +/obj/item/clothing/under/burial, +/obj/item/clothing/under/burial, +/obj/item/clothing/under/burial, +/obj/structure/table/wood/fancy, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"vig" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/effect/turf_decal/weather/grass/surround, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 3; + pixel_y = -1 + }, +/turf/open/water/jungle, +/area/medical/psych/rec) +"vip" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/fore) +"vix" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"viI" = ( +/mob/living/simple_animal/hostile/lizard{ + name = "Wags-His-Tail"; + real_name = "Wags-His-Tail" + }, +/turf/open/floor/plasteel, +/area/janitor) +"viK" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/port/aft/upper"; + dir = 8; + name = "Upper Port Quarter Maintenance APC"; + pixel_x = -25; + pixel_y = 1 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"viQ" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/engine/break_room) +"viR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"viU" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"viV" = ( +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"vjb" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light/small{ + pixel_y = -1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/chapel/main) +"vjd" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + req_access_txt = "12" + }, +/obj/structure/fans/tiny, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/aft) +"vje" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/H) +"vjf" = ( +/obj/machinery/computer/atmos_alert{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"vjk" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/virology) +"vjq" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 8; + icon_state = "stairs_darkfull_m"; + name = "dark medium" + }, +/area/maintenance/starboard/aft) +"vjt" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/aft) +"vjw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"vjA" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"vjK" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/preopen{ + id = "maint1" + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"vjM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"vjN" = ( +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/crew_quarters/dorms/upper) +"vjQ" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 8; + sortType = 7 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"vjT" = ( +/turf/closed/wall, +/area/chapel/main) +"vjV" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/transparent/openspace, +/area/crew_quarters/dorms/upper) +"vjY" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/main/upper) +"vka" = ( +/turf/open/indestructible/concrete/smooth, +/area/layenia) +"vkg" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/engine/break_room) +"vkh" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/port/upper) +"vki" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"vkk" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"vkp" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"vkq" = ( +/turf/open/floor/carpet, +/area/crew_quarters/dorms/H) +"vkD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/upper) +"vkE" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-10" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/crew_quarters/heads/hor) +"vkW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/closet/secure_closet/lethalshots, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"vkX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"vlb" = ( +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"vlh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/spa/sauna) +"vlk" = ( +/obj/effect/spawner/lootdrop/keg, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/starboard/aft) +"vlo" = ( +/obj/structure/table/wood, +/obj/item/canvas/nineteenXnineteen, +/obj/item/canvas, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/upper) +"vlt" = ( +/obj/structure/closet/crate/large, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"vlB" = ( +/obj/structure/table/wood/fancy, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"vlC" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "line"; + name = "line" + }, +/turf/open/indestructible/concrete/smooth, +/area/layenia) +"vlH" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/arrows/white{ + dir = 1; + icon_state = "arrows_white_flip" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/light/floor, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/theatre) +"vlJ" = ( +/obj/structure/flora/crystal/small/growth, +/turf/open/indestructible/layenia/crystal, +/area/layenia) +"vmh" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "medprivB"; + name = "privacy door" + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/medical/patients_rooms/room_b) +"vmi" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/medical/medbay/central) +"vmn" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Cleaning Supplies Closet"; + req_access_txt = "26" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/port/upper) +"vmx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry/upper) +"vmC" = ( +/obj/structure/table/glass, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"vmF" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 6; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/fitness) +"vmL" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"vmO" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "linealt_corner"; + name = "line" + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "linealt_corner"; + name = "line" + }, +/turf/open/indestructible/concrete/smooth, +/area/layenia) +"vmP" = ( +/obj/item/cigbutt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/ash/crematorium, +/turf/open/floor/plating{ + icon_state = "platingdmg1" + }, +/area/security/prison) +"vmR" = ( +/obj/structure/table_frame, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"vmY" = ( +/obj/machinery/button/door{ + id = "maint1"; + name = "Blast Door Control A"; + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"vnc" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"vnf" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/sign/poster/official/safety_eye_protection{ + pixel_y = 31 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/research) +"vnj" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/indestructible/concrete, +/area/layenia) +"vnl" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/port) +"vnm" = ( +/obj/structure/table/glass, +/obj/item/seeds/strawberry, +/obj/item/seeds/poppy{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/seeds/harebell{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/park) +"vnt" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"vnz" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/table, +/obj/item/flashlight/lamp{ + pixel_x = -4; + pixel_y = 13 + }, +/obj/item/folder/white{ + pixel_x = 6; + pixel_y = -1 + }, +/turf/open/floor/carpet/blue, +/area/medical/psych/roomB{ + name = "Psychology Dorm B" + }) +"vnJ" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"vnK" = ( +/obj/structure/girder, +/obj/structure/lattice/catwalk, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"vnL" = ( +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/security/courtroom) +"vnO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"vnY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/layenia, +/area/layenia) +"voc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/layenia, +/area/layenia) +"voi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/stairs/medium{ + icon_state = "stairs_darkfull_m"; + name = "dark medium" + }, +/area/maintenance/aft) +"von" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"voo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"vor" = ( +/turf/open/floor/plasteel/dark, +/area/bridge) +"vow" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 9 + }, +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel, +/area/engine/engineering) +"vox" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"voy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"voD" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"voG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"voH" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/fans/tiny, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + dir = 4; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"voK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/engine/break_room) +"voQ" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/medical/virology) +"voR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"voX" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"voZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/primary/port) +"vpj" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/chemistry) +"vpk" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/external{ + name = "Escape Pod One" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/medbay/aft) +"vpm" = ( +/obj/structure/table/wood, +/obj/item/toy/crayon/orange, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/upper) +"vpo" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/obj/machinery/light/small{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"vpy" = ( +/obj/effect/spawner/lootdrop/trash, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/layenia/cave) +"vpz" = ( +/obj/structure/table/wood, +/obj/item/ashtray, +/obj/item/reagent_containers/food/drinks/beer{ + pixel_x = -8; + pixel_y = 9 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"vpB" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop/keg, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"vpD" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"vpG" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 5 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=180" + }, +/area/layenia/cloudlayer) +"vpI" = ( +/obj/structure/flora/crystal/medium/growth{ + pixel_y = 3 + }, +/turf/open/indestructible/layenia/crystal, +/area/layenia) +"vpJ" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"vpM" = ( +/obj/structure/table/wood, +/obj/item/ashtray, +/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"vpP" = ( +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/bridge) +"vpQ" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "loadingarea_flip" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/janitor/upper) +"vpS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/stairs/left{ + dir = 4 + }, +/area/crew_quarters/fitness) +"vpZ" = ( +/obj/structure/flora/crystal/small/pile, +/obj/structure/flora/crystal/small/growth, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/primary/central) +"vqc" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"vqe" = ( +/turf/open/floor/plating/layenia, +/area/layenia) +"vqg" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/break_room) +"vqh" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms/upper) +"vqn" = ( +/obj/structure/tank_dispenser/oxygen{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/gateway) +"vqx" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/open/floor/plating, +/area/chapel/main) +"vqD" = ( +/obj/structure/flora/rock/jungle{ + pixel_x = -8; + pixel_y = 11 + }, +/turf/open/floor/grass/layenia, +/area/layenia/cloudlayer) +"vqJ" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush" + }, +/turf/open/floor/grass/layenia, +/area/layenia) +"vqP" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"vqQ" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder{ + pixel_y = 9 + }, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"vqS" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"vqY" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"vrd" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/maintenance/starboard/aft) +"vre" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/obj/structure/table/wood, +/obj/item/reagent_containers/food/drinks/flask/gold, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"vro" = ( +/obj/structure/table/wood, +/obj/item/ashtray, +/obj/item/reagent_containers/food/drinks/beer, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"vrq" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"vrW" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating{ + icon_state = "panelscorched" + }, +/area/security/prison) +"vsd" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "linealt_corner"; + name = "line" + }, +/turf/open/indestructible/concrete/smooth, +/area/layenia) +"vse" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/space_heater, +/turf/open/floor/plating/layenia, +/area/layenia) +"vsf" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"vsk" = ( +/obj/structure/table/wood, +/obj/item/storage/pill_bottle/dice{ + pixel_x = -3 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/fitness/pool) +"vsn" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/closet/l3closet/janitor, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/janitor) +"vso" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/psych/lobby) +"vst" = ( +/obj/structure/table/wood, +/obj/item/storage/wallet, +/obj/item/toy/foamblade, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/upper) +"vsx" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plating/layenia, +/area/layenia) +"vsG" = ( +/turf/open/floor/plasteel/stairs/medium, +/area/crew_quarters/dorms) +"vsH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating/layenia, +/area/layenia) +"vsR" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"vsY" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/open/floor/carpet/blue, +/area/medical/psych/therapy) +"vta" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"vtj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms/upper) +"vtr" = ( +/obj/structure/disposalpipe/sorting/mail{ + dir = 4; + sortType = 1 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"vts" = ( +/obj/structure/flora/junglebush/c, +/obj/effect/turf_decal/weather/grass/surround{ + dir = 4 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"vtu" = ( +/obj/machinery/light/broken{ + pixel_y = -1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/yellowsiding{ + dir = 8 + }, +/area/maintenance/fore/upper) +"vtB" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"vtD" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/medical/psych/rec) +"vtE" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"vtF" = ( +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"vtI" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"vtU" = ( +/obj/structure/chair/sofa/corner{ + dir = 4 + }, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/carpet, +/area/hallway/secondary/entry/upper) +"vuc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/indestructible/concrete, +/area/layenia/cloudlayer) +"vuf" = ( +/turf/open/floor/plasteel, +/area/security/visitation) +"vuh" = ( +/obj/structure/ladder, +/turf/open/floor/plating, +/area/hallway/primary/aft/upper) +"vui" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"vuj" = ( +/obj/structure/table/wood/fancy/kinaris, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/lambent) +"vuk" = ( +/obj/item/twohanded/required/kirbyplants/dead, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/maintenance/department/engine/upper) +"vun" = ( +/obj/structure/rack/shelf, +/obj/item/storage/toolbox/electrical{ + pixel_x = -1; + pixel_y = -5 + }, +/obj/item/flashlight{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/flashlight{ + pixel_x = -1; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"vus" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"vuv" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 1; + height = 4; + name = "escape pod loader"; + roundstart_template = /datum/map_template/shuttle/escape_pod/default; + width = 3 + }, +/turf/open/indestructible/concrete, +/area/layenia/cloudlayer) +"vuz" = ( +/obj/item/grown/rose, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"vuF" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"vuH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"vuI" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/main/upper) +"vuK" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"vuM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/indestructible/concrete, +/area/layenia/cloudlayer) +"vuR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"vuV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/storage/eva) +"vuX" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/port) +"vuY" = ( +/obj/structure/chair/sofa/corner{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"vuZ" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"vvn" = ( +/obj/structure/filingcabinet, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/barber) +"vvt" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/hallway/secondary/exit/upper) +"vvu" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/grass, +/area/crew_quarters/park) +"vvw" = ( +/obj/structure/flora/crystal/medium/growth, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/crew_quarters/dorms/upper) +"vvD" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/starboard/aft) +"vvE" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"vvH" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + name = "air supply pipe" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"vvL" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/fitness/pool) +"vvQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"vvU" = ( +/obj/machinery/shower{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/prison) +"vvX" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/railing/handrail{ + dir = 4 + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 1 + }, +/area/quartermaster/miningdock) +"vvZ" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"vwk" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/atmos) +"vwB" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"vwD" = ( +/turf/closed/wall, +/area/maintenance/starboard/aft) +"vwG" = ( +/turf/open/transparent/glass, +/area/layenia/cloudlayer) +"vwH" = ( +/turf/closed/wall/r_wall, +/area/hallway/primary/fore/upper) +"vwV" = ( +/obj/machinery/vending/snack/random, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"vwW" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/crew_quarters/dorms/upper) +"vwX" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig/upper) +"vxm" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"vxq" = ( +/obj/machinery/door/poddoor{ + id = "QMLoaddoor2"; + name = "supply dock loading door" + }, +/obj/structure/fans/tiny, +/obj/machinery/conveyor{ + id = "QMLoad" + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"vxr" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/layenia) +"vxu" = ( +/turf/open/floor/plasteel/dark, +/area/quartermaster/miningdock) +"vxI" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"vyc" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/structure/window{ + dir = 8 + }, +/obj/machinery/light/small{ + pixel_y = -1 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken6" + }, +/area/maintenance/starboard/aft) +"vyg" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/maintenance/department/engine/upper) +"vyh" = ( +/obj/structure/chair/sofa/left{ + desc = "More inviting than the average couch."; + dir = 8; + name = "comfy couch" + }, +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"vyn" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/structure/window{ + dir = 8 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"vyr" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/fitness/pool) +"vyx" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/security/visitation) +"vyA" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"vyI" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/upper) +"vyS" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"vyU" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/bridge) +"vyX" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 7 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"vyY" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"vza" = ( +/obj/structure/flora/crystal/small/pile, +/obj/effect/turf_decal/weather/grass/line{ + dir = 5 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"vze" = ( +/obj/structure/chair/sofa/left{ + desc = "More inviting than the average couch."; + dir = 8; + name = "comfy couch" + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"vzh" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "line_box"; + name = "line" + }, +/obj/item/toy/beach_ball/holoball, +/turf/open/indestructible/concrete, +/area/layenia) +"vzj" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"vzx" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/wood, +/area/crew_quarters/spa/sauna) +"vzB" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "line"; + name = "line" + }, +/turf/open/indestructible/concrete/smooth, +/area/layenia) +"vzF" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "line"; + name = "line" + }, +/turf/open/indestructible/concrete/smooth, +/area/layenia) +"vzG" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port) +"vzH" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"vzY" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/main/upper) +"vAa" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 1; + name = "Sauna" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/wood, +/area/crew_quarters/spa/sauna) +"vAb" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "line"; + name = "line" + }, +/turf/open/indestructible/concrete/smooth, +/area/layenia) +"vAh" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge) +"vAi" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "linealt_corner"; + name = "line" + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "linealt_corner"; + name = "line" + }, +/turf/open/indestructible/concrete/smooth, +/area/layenia) +"vAk" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/item/toy/figure/warden{ + pixel_x = -7; + pixel_y = 14 + }, +/obj/item/clothing/mask/gas/sechailer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/mask/gas/sechailer, +/obj/item/clothing/mask/gas/sechailer{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"vAu" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/medical/sleeper) +"vAw" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/aisat/hallway) +"vAx" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/door/airlock/public/glass{ + dir = 8; + name = "Game Room" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/library) +"vAE" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"vAH" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible, +/obj/machinery/portable_atmospherics/canister/oxygen, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/sleeper) +"vAI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/closet/emcloset, +/turf/open/floor/plating/layenia, +/area/layenia) +"vAJ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating/layenia, +/area/layenia) +"vAN" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"vAR" = ( +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + sortType = 20 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/hallway/secondary/service) +"vAT" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"vAW" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 9; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/chapel/main) +"vAX" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/table, +/obj/item/clipboard, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/service) +"vAY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"vBg" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "Cusgarage"; + name = "Custodial Closet Shutters" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/janitor/upper) +"vBi" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"vBl" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"vBq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/power/apc{ + areastring = "/area/storage/B"; + name = "Storage Office B APC"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"vBs" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"vBu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"vBF" = ( +/obj/machinery/portable_atmospherics/canister/air, +/turf/open/floor/plating, +/area/maintenance/department/security) +"vBO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/psych/ward) +"vBR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"vBT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/port) +"vBU" = ( +/obj/structure/flora/junglebush/b, +/turf/open/floor/grass, +/area/crew_quarters/park) +"vBZ" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"vCa" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/fitness/pool) +"vCc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/port/fore) +"vCg" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"vCk" = ( +/obj/structure/table/wood, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/carpet, +/area/library) +"vCm" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_trim" + }, +/area/medical/medbay/central) +"vCo" = ( +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/aft) +"vCt" = ( +/obj/machinery/camera{ + c_tag = "HOP Line"; + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/primary/starboard) +"vCu" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"vCH" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/bench/metal{ + dir = 8 + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/science/research) +"vCI" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/aft/upper) +"vCL" = ( +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "QMLoad" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/storage) +"vCO" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/science/research) +"vCQ" = ( +/obj/structure/grille, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"vCT" = ( +/obj/structure/closet/firecloset, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"vCV" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/port) +"vCX" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"vCY" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/item/twohanded/required/kirbyplants/photosynthetic{ + pixel_y = 10 + }, +/obj/machinery/camera{ + c_tag = "Research Division South East"; + network = list("ss13","rd") + }, +/obj/machinery/light_switch{ + pixel_x = -23 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"vDh" = ( +/obj/structure/chair/stool, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"vDp" = ( +/obj/item/wrench, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"vDq" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/heater{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"vDu" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/engine/atmos) +"vDv" = ( +/obj/machinery/door/airlock/security/glass{ + dir = 8; + name = "Firing Range"; + req_access_txt = "63" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/range) +"vDx" = ( +/obj/machinery/atmospherics/components/unary/tank/air{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"vDD" = ( +/obj/machinery/button/door{ + id = "Dorm3"; + name = "Dorm Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = 23; + pixel_y = -11 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/F) +"vDE" = ( +/obj/structure/chair/bench/metal/left{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/main/upper) +"vDF" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"vDO" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/bridge) +"vDP" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/condiment/enzyme{ + layer = 5; + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/kitchen) +"vDS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"vDV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_plate" + }, +/area/medical/sleeper) +"vDW" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/crew_quarters/locker) +"vDZ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/ward) +"vEa" = ( +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/science/research) +"vEh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/security/processing) +"vEl" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 9 + }, +/turf/open/water/jungle, +/area/crew_quarters/dorms/upper) +"vEw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"vEF" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/engine/break_room) +"vEL" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"vEM" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"vEV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/medical/medbay/central"; + dir = 4; + name = "Medbay APC"; + pixel_x = 24 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"vEX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/indestructible/concrete, +/area/layenia/cloudlayer) +"vFf" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"vFh" = ( +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"vFo" = ( +/obj/machinery/door/airlock/medical{ + dir = 4; + name = "Patient Room B"; + req_access_txt = "5" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/patients_rooms/room_b) +"vFp" = ( +/obj/machinery/igniter{ + id = "xenoigniter"; + luminosity = 2 + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"vFw" = ( +/obj/structure/trash_pile, +/turf/open/floor/plating, +/area/maintenance/port) +"vFN" = ( +/obj/structure/trash_pile, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"vFW" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/bench/right{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"vFY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/hallway/secondary/entry/upper) +"vFZ" = ( +/obj/structure/table/reinforced, +/obj/item/stack/packageWrap{ + pixel_y = 8 + }, +/obj/item/stack/wrapping_paper{ + pixel_x = 3; + pixel_y = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"vGb" = ( +/obj/structure/table, +/obj/machinery/power/apc{ + areastring = "/area/security/prison"; + dir = 4; + name = "Prison Wing APC"; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/brig) +"vGd" = ( +/obj/structure/rack/shelf, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/item/stack/sheet/metal/five, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"vGf" = ( +/obj/machinery/door/airlock/security{ + dir = 4; + name = "Interrogation"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig/upper) +"vGg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"vGk" = ( +/obj/structure/girder, +/obj/structure/lattice, +/obj/structure/barricade/wooden/snowed, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"vGn" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/structure/sign/poster/official/moth_meth{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/chemistry) +"vGr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Xenobiology Maintenance"; + req_access_txt = "55" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/xenobiology) +"vGv" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/corner, +/area/hallway/primary/aft/upper) +"vGx" = ( +/obj/effect/landmark/secequipment, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"vGy" = ( +/obj/structure/table, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"vGz" = ( +/obj/effect/decal/cleanable/oil, +/obj/item/shovel, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/maintenance/fore/upper) +"vGN" = ( /obj/structure/table, /obj/machinery/button/door{ id = "Biohazard"; @@ -37210,1269 +146156,93 @@ dir = 8 }, /area/crew_quarters/heads/hor) -"ilS" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"imc" = ( +"vGO" = ( /obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/primary/aft) -"imd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white/corner, -/area/engine/break_room) -"imR" = ( -/obj/machinery/shower{ - dir = 8; - name = "emergency shower" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"ing" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hooded/wintercoat/engineering, -/obj/item/clothing/suit/hooded/wintercoat/engineering, -/turf/open/floor/plating, -/area/maintenance/fore) -"inh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_y = -28 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"inR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"iob" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"iom" = ( -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"iot" = ( -/obj/structure/table, -/obj/item/twohanded/rcl/pre_loaded, -/obj/item/twohanded/rcl/pre_loaded, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"ioG" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/port) -"ioM" = ( -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/bridge) -"ioS" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/engine/engineering) -"ipa" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/machinery/cryopod{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"ipe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - req_access_txt = "8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/science/mixing) -"ipj" = ( -/obj/effect/turf_decal/stripes/box, -/obj/structure/railing, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia) -"ipm" = ( -/obj/machinery/door/airlock{ - id_tag = "Toilet4"; - name = "Restroom" - }, -/turf/open/floor/plasteel/freezer, -/area/medical/medbay/central) -"ipo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/closed/wall, -/area/crew_quarters/fitness) -"ipt" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - sortType = 20 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"ipu" = ( -/obj/structure/dresser, -/obj/item/clothing/glasses/hud/security/sunglasses/gars{ - pixel_y = 8 - }, -/turf/open/floor/wood, -/area/security/warden) -"ipC" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"ipF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/machinery/button/crematorium{ - id = "crematoriumChapel"; - pixel_x = 25; - req_access_txt = "27" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/chapel/main) -"ipG" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"iqc" = ( -/obj/structure/table, -/obj/machinery/recharger, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"iqp" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/clothing/glasses/meson{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/clothing/glasses/meson, -/turf/open/floor/plasteel, -/area/engine/engineering) -"iqt" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"iqu" = ( -/obj/structure/table, -/turf/open/floor/plasteel/freezer, -/area/medical/sleeper) -"iqD" = ( -/obj/structure/flora/crystal/medium/growth, -/turf/open/indestructible/layenia/crystal/garden, -/area/crew_quarters/heads/hop) -"iqP" = ( -/obj/structure/flora/junglebush, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/grass, -/area/medical/sleeper) -"ire" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/porta_turret/ai{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"irn" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/structure/window{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/secondary/exit) -"irr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"irx" = ( -/turf/closed/wall/r_wall, -/area/science/lab) -"irB" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"irC" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/starboard) -"irH" = ( -/turf/open/floor/plasteel/stairs/medium{ - dir = 1 - }, -/area/hallway/primary/port/fore) -"irJ" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/bloodbankgen, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"isf" = ( -/obj/structure/closet/crate, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia/cloudlayer) -"isp" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/hallway/primary/port/fore) -"isL" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"isN" = ( -/obj/effect/turf_decal/tile/brown, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/quartermaster/office) -"ita" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/camera{ - c_tag = "Atmospherics Access"; - dir = 4 - }, -/obj/structure/closet/radiation, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/engine/engineering) -"itf" = ( -/obj/machinery/camera/motion{ - c_tag = "MiniSat AI Chamber West"; - dir = 4; - network = list("minisat") - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"itn" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"ito" = ( -/obj/structure/table/wood, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"itv" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall/r_wall, -/area/maintenance/fore) -"itw" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"ity" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/RnD_secure, -/turf/open/floor/plasteel, -/area/storage/tech) -"itN" = ( -/obj/machinery/door/airlock{ - dir = 4; - id_tag = "Dorm2"; - name = "Dorm 2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"iuh" = ( -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/delivery, -/obj/machinery/light_switch{ - pixel_y = -28 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/science/research) -"iuq" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) -"ius" = ( -/obj/structure/flora/crystal/small/growth{ - icon_state = "crystalgrowth4" - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/security/main) -"iuA" = ( -/turf/open/floor/plasteel, -/area/security/brig) -"iuC" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"iuJ" = ( -/obj/machinery/hydroponics/soil, -/turf/open/floor/grass, -/area/hydroponics/garden) -"iuR" = ( -/obj/structure/table, -/obj/item/ashtray, -/turf/open/floor/plasteel/white/corner, -/area/engine/break_room) -"iuT" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"ivb" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"ivq" = ( -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"ivt" = ( -/obj/effect/spawner/lootdrop/crate_spawner, -/turf/open/floor/plating, -/area/maintenance/aft) -"ivv" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"ivx" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/hos"; - dir = 8; - name = "Head of Security's Office APC"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"ivz" = ( -/obj/structure/chair{ - pixel_y = -2 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"ivA" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/security/execution/transfer"; - name = "Prisoner Transfer Centre"; - pixel_y = -27 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"ivD" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/maintenance/fore) -"iwa" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/starboard/aft) -"iwi" = ( -/obj/item/radio/intercom{ - freerange = 1; - name = "Common Channel"; - pixel_x = -27; - pixel_y = -9 - }, -/obj/machinery/flasher{ - id = "AI"; - pixel_x = -11; +/obj/structure/sign/painting/library{ pixel_y = -24 }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"iwl" = ( -/obj/machinery/vending/coffee, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/machinery/camera{ - c_tag = "Library South"; - dir = 5 - }, /turf/open/floor/wood, /area/library) -"iwm" = ( -/obj/structure/lattice/catwalk, -/obj/structure/window/reinforced, +"vGS" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/aft) +"vGX" = ( +/obj/structure/table/glass, +/obj/item/storage/box/disks{ + pixel_x = -1; + pixel_y = 8 + }, +/obj/item/storage/box/rxglasses, /obj/structure/window/reinforced{ dir = 8 }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"iwv" = ( -/obj/structure/cable{ - icon_state = "4-8" +/obj/machinery/requests_console{ + department = "Genetics"; + name = "Genetics Requests Console"; + pixel_y = 27 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"iwA" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/engineering) -"iwB" = ( -/obj/machinery/door/airlock/external{ - name = "Atmospherics External Access"; - req_access_txt = "24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/engine/atmos) -"iwM" = ( +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"vGY" = ( /obj/machinery/door/airlock/external{ name = "Disposal External Airlock" }, /obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/maintenance/disposal) -"iwY" = ( -/obj/effect/landmark/start/ai, -/obj/item/radio/intercom{ - freerange = 1; - listening = 0; - name = "Custom Channel"; - pixel_y = -31 - }, -/obj/machinery/requests_console{ - department = "AI"; - departmentType = 5; - pixel_x = 28; - pixel_y = -28 - }, -/obj/machinery/newscaster/security_unit{ - pixel_x = -28; - pixel_y = -28 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"ixa" = ( -/obj/structure/table/wood, -/obj/item/storage/box/bodybags{ - pixel_y = 6 - }, -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"ixi" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 5 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"ixk" = ( -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/hallway/primary/fore) -"ixp" = ( -/obj/effect/decal/cleanable/oil, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/engine/engineering) -"ixq" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"ixv" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/chapel/main) -"ixD" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/vending/coffee, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/medical/sleeper) -"ixI" = ( -/obj/machinery/gateway{ - dir = 5 - }, -/obj/effect/turf_decal/bot_white/left, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"ixJ" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos, -/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos, -/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos, -/turf/open/floor/plating, -/area/engine/atmos) -"ixW" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/science/xenobiology) -"ixX" = ( -/obj/structure/table, -/obj/item/papercutter{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"ixZ" = ( /obj/structure/cable{ icon_state = "1-2" }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, -/turf/open/floor/plasteel/dark, -/area/security/range) -"iyd" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"iyg" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"iyh" = ( -/obj/structure/window/reinforced/fulltile, -/obj/structure/transit_tube, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"iyi" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" }, +/area/maintenance/aft) +"vHe" = ( /obj/structure/sink{ - pixel_y = 30 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/science/xenobiology) -"iyk" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"iym" = ( -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/obj/machinery/door/poddoor{ dir = 4; - id = "TEG_Vent" + pixel_x = 11 }, -/obj/effect/turf_decal/delivery/red, -/turf/open/floor/engine/vacuum, -/area/engine/engineering) -"iyr" = ( -/obj/item/radio/intercom{ - freerange = 1; - frequency = 1447; - name = "Private Channel"; - pixel_x = 27; - pixel_y = -9 +/obj/structure/mirror{ + pixel_x = 28 }, -/obj/machinery/turretid{ - name = "AI Chamber turret control"; - pixel_x = 18; - pixel_y = -24 - }, -/obj/machinery/camera/motion{ - c_tag = "MiniSat AI Chamber North"; - dir = 1; - network = list("aicore") - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"iyw" = ( -/obj/structure/table, -/obj/item/storage/box/cups{ - pixel_y = 10 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"iyy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 4 - }, -/area/engine/break_room) -"iyH" = ( -/obj/structure/bookcase/random/fiction, -/obj/structure/sign/painting/library{ - pixel_y = 28 - }, -/turf/open/floor/wood, -/area/library) -"iyJ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/iv_drip, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"iyQ" = ( -/obj/structure/chair/sofa/right{ - dir = 4 - }, -/obj/structure/window{ - dir = 8 - }, -/obj/machinery/light/small{ - pixel_y = -1 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/starboard/aft) -"izc" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"izr" = ( -/obj/machinery/camera{ - c_tag = "Engineering MiniSat Access"; - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/transit_tube/station/reverse/flipped{ - dir = 1 - }, -/obj/structure/transit_tube_pod{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/break_room) -"izt" = ( /obj/effect/turf_decal/loading_area{ - dir = 4; + dir = 1; icon_state = "drain"; name = "drain" }, /turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"izF" = ( -/obj/structure/table, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/item/clipboard, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"izL" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=ACH"; - location = "APH2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"izV" = ( -/obj/machinery/door/airlock/engineering/glass{ - name = "Gas Storage"; - req_access_txt = "10" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/engineering) -"izW" = ( -/turf/open/floor/plating/snowed/smoothed, -/area/layenia/cloudlayer) -"izZ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/bridge) -"iAc" = ( -/obj/machinery/camera/motion{ - c_tag = "MiniSat AI Chamber East"; - dir = 8; - network = list("minisat") - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"iAe" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, +/area/medical/medbay/central) +"vHf" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/closet, /obj/machinery/power/apc{ - areastring = "/area/security/main"; - dir = 4; - name = "Security Office APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"iAg" = ( -/obj/effect/turf_decal/loading_area{ + areastring = "/area/maintenance/fore/secondary"; dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"iAq" = ( -/obj/machinery/atmospherics/components/unary/cryo_cell, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"iAv" = ( -/obj/structure/cable{ - icon_state = "0-4" + name = "Fore Maintenance APC"; + pixel_y = 24 }, /obj/structure/cable{ icon_state = "0-8" }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, /turf/open/floor/plating, -/area/security/brig) -"iAL" = ( -/obj/effect/turf_decal/loading_area{ +/area/maintenance/fore/secondary) +"vHh" = ( +/obj/machinery/door/airlock/atmos/abandoned{ dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/science/research) -"iBd" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"iBi" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/security/brig) -"iBj" = ( -/obj/structure/closet/secure_closet/engineering_electrical, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"iBk" = ( -/obj/structure/chair/bench/left, -/turf/open/floor/plasteel/chapel{ - dir = 8 - }, -/area/chapel/main) -"iBl" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/science/xenobiology) -"iBn" = ( -/obj/structure/chair/sofa/corner{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"iBD" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Starboard Primary Hallway 3"; - dir = 1 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/primary/starboard) -"iBI" = ( -/obj/structure/window{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"iBM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 + name = "Atmospherics Maintenance"; + req_access_txt = "12;24" }, /obj/machinery/atmospherics/pipe/simple/cyan/hidden{ dir = 4; @@ -38480,33 +146250,293 @@ }, /turf/open/floor/plating, /area/maintenance/aft) -"iBP" = ( -/obj/structure/closet/secure_closet/engineering_welding, -/obj/effect/turf_decal/tile/yellow{ +"vHi" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/item/storage/fancy/donut_box{ + pixel_y = 6 + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"vHk" = ( +/obj/machinery/atmospherics/components/binary/valve/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"vHm" = ( +/obj/machinery/porta_turret/ai{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/box, +/obj/machinery/status_display/ai{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/ai) +"vHq" = ( +/obj/machinery/meter, +/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ + name = "air supply pipe" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/maintenance/aft) +"vHA" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cloudlayer) +"vHC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"vHI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"vHJ" = ( +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"vHK" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 + }, +/obj/machinery/portable_atmospherics/canister/air, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"vHL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/turf/open/indestructible/concrete, +/area/layenia/cloudlayer) +"vHN" = ( +/turf/closed/mineral/layenia, +/area/layenia/cloudlayer) +"vHQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/indestructible/concrete, +/area/layenia/cloudlayer) +"vHU" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/window/northleft{ + dir = 4; + name = "Atmospherics Desk"; + req_access_txt = "24" + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/engine/break_room) +"vId" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, /obj/effect/turf_decal/tile/yellow{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/port) +"vIe" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/prison) +"vIi" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"vIo" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/psych/rec) +"vIp" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"vIq" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/port) +"vIv" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"vIz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"vIA" = ( +/obj/structure/flora/crystal/medium/growth{ + pixel_x = -27 + }, +/obj/effect/landmark/carpspawn, +/turf/open/floor/grass/layenia, +/area/layenia) +"vIB" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/rack, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/aft) +"vIK" = ( +/obj/structure/sign/painting/library{ + pixel_y = 28 + }, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"iCd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/artatrium) +"vIQ" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/plasteel, -/area/science/research) -"iCj" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; name = "air supply pipe" }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"iCr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/aft) +"vIS" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/aft) +"vIU" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"vIV" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/flashlight, +/obj/item/pipe_dispenser, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, /obj/effect/turf_decal/loading_area{ dir = 8; icon_state = "drain"; @@ -38514,50 +146544,25 @@ }, /turf/open/floor/plasteel{ dir = 8; - icon_state = "floor_plate" + icon_state = "floor_trim" }, -/area/crew_quarters/fitness) -"iCw" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/disposaloutlet{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"iCC" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "Dorm2Shutters"; - name = "Dorm Shutters" +/area/engine/engineering) +"vJa" = ( +/obj/structure/closet, +/obj/item/clothing/suit/hazardvest, +/obj/item/clothing/mask/gas, +/obj/item/clothing/head/hardhat/weldhat/orange, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/structure/railing{ + dir = 1 }, /turf/open/floor/plating, -/area/crew_quarters/dorms) -"iCJ" = ( -/obj/machinery/computer/station_alert{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, +/area/maintenance/aft) +"vJo" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"iCQ" = ( -/obj/structure/flora/crystal/small/pile{ - icon_state = "crystals4" - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/arcade) -"iCT" = ( -/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/neutral, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" @@ -38569,42 +146574,869 @@ /obj/structure/cable{ icon_state = "4-8" }, -/obj/machinery/door/airlock/research{ - dir = 4; - name = "Xenobiology Maintenance"; - req_access_txt = "55" +/obj/structure/cable{ + icon_state = "1-4" }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/hallway/primary/fore/upper) +"vJs" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/grimy{ + icon_state = "eighties"; + name = "retro floor" + }, +/area/arcade) +"vJx" = ( +/obj/structure/bookcase/random, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/wood, +/area/security/prison) +"vJy" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"vJB" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/department/security) +"vJJ" = ( +/turf/closed/wall/r_wall, +/area/layenia/cloudlayer) +"vJO" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/aft) +"vKg" = ( +/obj/effect/turf_decal/tile/yellow{ dir = 4 }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"iCV" = ( +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"vKi" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"vKn" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/maintenance/aft) +"vKp" = ( +/turf/closed/indestructible{ + desc = "A wall impregnated with Fixium, able to withstand massive explosions with ease"; + icon_state = "riveted"; + name = "hyper-reinforced wall" + }, +/area/layenia/cave) +"vKt" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/space_heater, +/turf/open/floor/plating, +/area/maintenance/aft) +"vKA" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; + dir = 8; name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; + dir = 4; name = "scrubbers pipe" }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard) +"vKB" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/D) +"vKD" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"vKH" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"vKI" = ( +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 1" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/entry/upper) +"vKJ" = ( +/obj/machinery/computer/arcade/battle{ + dir = 8 + }, +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/grimy, +/area/security/prison) +"vKP" = ( +/obj/structure/flora/tree/jungle, +/obj/structure/flora/junglebush/large{ + pixel_x = -27; + pixel_y = 4 + }, +/turf/open/floor/grass/layenia, +/area/layenia) +"vKT" = ( +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"vKV" = ( +/obj/machinery/atmospherics/pipe/simple/orange/visible, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"vKW" = ( +/obj/machinery/door/airlock/external{ + name = "Disposal External Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/structure/fans/tiny, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/aft) +"vKX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/theatre) +"vKY" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard) +"vLe" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/security/vacantoffice/a) +"vLg" = ( +/obj/structure/chair/bench/metal, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/psych/lobby) +"vLn" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/secondary/entry/upper) +"vLx" = ( +/obj/structure/table/glass, +/obj/item/multitool{ + pixel_x = 3 + }, +/obj/item/screwdriver{ + pixel_y = 6 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"vLy" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard) +"vLA" = ( +/obj/effect/turf_decal/stripes/line, +/obj/docking_port/stationary/random{ + dir = 2; + id = "pod_lavaland4"; + name = "lavaland" + }, +/turf/open/indestructible/concrete, +/area/layenia/cloudlayer) +"vLC" = ( +/turf/open/floor/carpet, +/area/crew_quarters/dorms/D) +"vLF" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/engine/break_room) +"vLH" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"vLM" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/hallway/primary/fore/upper) +"vLO" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/C) +"vLR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/open/indestructible/concrete, +/area/layenia/cloudlayer) +"vLT" = ( +/obj/structure/fence/corner{ + dir = 6 + }, +/turf/open/floor/grass/layenia, +/area/layenia) +"vLU" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/maintenance/fore) +"vLV" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/library) +"vLX" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"vMb" = ( +/obj/machinery/camera/autoname, +/turf/open/floor/plasteel/stairs/medium{ + dir = 4 + }, +/area/crew_quarters/dorms/upper) +"vMl" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "medshut1"; + name = "shutters" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/medical/chemistry) +"vMo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/theatre) +"vMp" = ( +/obj/machinery/space_heater, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/decal/cleanable/cobweb/cobweb2, +/obj/effect/turf_decal/weather/grass/line{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/security/prison) +"vMq" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white/side{ + dir = 4 + }, +/area/science/research) +"vMx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"vMy" = ( +/obj/machinery/atm{ + pixel_y = 30 + }, +/obj/structure/window/reinforced, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"vMz" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"vMA" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, /obj/structure/cable{ icon_state = "2-8" }, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/plasteel, +/area/security/prison) +"vMC" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/engine/break_room) +"vMH" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/checker, +/area/engine/break_room) +"vMN" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/central) +"vMQ" = ( +/obj/machinery/gulag_teleporter, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark, +/area/security/processing) +"vNa" = ( +/obj/structure/table/glass, +/obj/item/storage/box/syringes{ + pixel_y = 5 + }, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 7 + }, +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/monkeycubes{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"vNh" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/medical/medbay/upper) +"vNn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/heads/captain) +"vNo" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 10 }, /turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" + dir = 8; + icon_state = "floor_trim" }, -/area/hallway/primary/fore) -"iDc" = ( +/area/security/main/upper) +"vNs" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-2" }, /obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, /obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/heads/captain) +"vNA" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/medical/psych/ward) +"vNH" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/visitation) +"vNJ" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/railing, +/obj/structure/lattice/catwalk, +/turf/open/transparent/glass/reinforced, +/area/layenia/cloudlayer) +"vNM" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"vNP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"vNT" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-10" + }, +/turf/open/floor/plasteel, +/area/artatrium) +"vNV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"vOa" = ( +/obj/structure/flora/crystal/medium/growth{ + pixel_y = 3 + }, +/turf/open/floor/grass/layenia, +/area/layenia) +"vOe" = ( +/obj/structure/flora/crystal/small/pile, +/turf/open/floor/grass, +/area/layenia) +"vOf" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/obj/structure/railing, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/theatre) +"vOh" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"vOn" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/park) +"vOu" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/secondary/exit) +"vOv" = ( +/obj/machinery/door/poddoor{ + id = "QMLoaddoor"; + name = "supply dock loading door" + }, +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad2" + }, +/obj/structure/plasticflaps, +/turf/open/floor/plating, +/area/quartermaster/storage) +"vOw" = ( +/obj/effect/turf_decal/stripes/box, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"vOB" = ( +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, /obj/machinery/door/poddoor/preopen{ dir = 8; id = "xenobio4"; @@ -38612,310 +147444,44 @@ }, /turf/open/floor/engine, /area/science/xenobiology) -"iDd" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"iDg" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ +"vOI" = ( +/obj/effect/turf_decal/tile/purple{ dir = 4 }, -/turf/open/floor/plasteel, -/area/security/range) -"iDk" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/maintenance/starboard) -"iDq" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 8 }, +/obj/structure/closet/secure_closet/medical1, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"vOO" = ( /obj/effect/baseturf_helper/asteroid/layenia, -/turf/open/floor/plating, -/area/tcommsat/computer) -"iDw" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/computer/security/telescreen{ - name = "Test Chamber Monitor"; - network = list("test"); - pixel_y = 30 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"iDy" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "Laneshutter"; - name = "Lane Shutter" - }, -/turf/open/floor/plasteel, -/area/security/range) -"iDE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"iDG" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ +/turf/closed/wall/r_wall, +/area/maintenance/disposal) +"vOT" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible{ dir = 1 }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/item/gun/energy/laser/practice, /turf/open/floor/plasteel/dark, -/area/security/range) -"iDI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/valve/digital{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"iDS" = ( -/obj/machinery/door/airlock/virology{ - name = "Break Room"; - req_access_txt = "39" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"iEg" = ( -/obj/structure/lattice/catwalk, +/area/science/server) +"vOU" = ( /obj/structure/railing{ dir = 8 }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"iEh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"iEk" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"iEm" = ( -/obj/structure/lattice/catwalk, -/turf/closed/wall, -/area/maintenance/port/aft) -"iEs" = ( -/obj/machinery/door/airlock/security/glass{ - dir = 8; - name = "Firing Range"; - req_access_txt = "1" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/range) -"iEv" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/security/courtroom) -"iEF" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"iFa" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/side, -/area/security/prison) -"iFf" = ( -/obj/machinery/door/airlock/engineering{ - dir = 4; - name = "TEG Room"; - req_access_txt = "32" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 1; - name = "air supply pipe" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"iFk" = ( -/obj/structure/table, -/obj/item/multitool, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"iFl" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/railing{ +/obj/structure/chair/foldingchair{ dir = 8 }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"iFx" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet/red, -/area/crew_quarters/heads/hos) -"iFJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"iFN" = ( -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = 30 - }, /obj/effect/turf_decal/tile/red{ - dir = 4 + dir = 10 }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/light_switch{ - pixel_x = 27; - pixel_y = -7 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"iFP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"iFY" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel/white, -/area/science/lab) -"iGr" = ( -/obj/machinery/light/small{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/camera{ - c_tag = "Prison Common Room 3"; +/turf/open/floor/plasteel/dark{ dir = 8; - network = list("ss13","prison") + icon_state = "darkfull_plate" }, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"iGu" = ( -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/item/radio/off, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"iGv" = ( -/obj/structure/lattice/catwalk, +/area/security/brig/upper) +"vOW" = ( +/obj/structure/flora/crystal/small/pile, /obj/structure/window/reinforced{ dir = 4 }, @@ -38923,418 +147489,77 @@ dir = 1; layer = 2.9 }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"iGw" = ( -/obj/structure/closet/emcloset, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"iGP" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/central) -"iGQ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 1; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"iGU" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/science/misc_lab) -"iHE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"iIf" = ( -/obj/structure/flora/crystal/small/pile{ - icon_state = "crystals3" - }, -/obj/structure/flora/crystal/small/growth{ - icon_state = "crystalgrowth2" - }, /turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/aft) -"iIh" = ( -/obj/structure/closet, -/obj/item/clothing/head/helmet/roman/legionnaire, -/obj/item/clothing/shoes/roman, -/obj/item/clothing/under/roman, -/obj/item/shield/riot/roman/fake, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"iIk" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/crew_quarters/toilet/restrooms) -"iIl" = ( -/obj/machinery/computer/card{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "hopqueue"; - name = "Queue Shutters Control"; - pixel_x = -4; - pixel_y = -25; - req_access_txt = "57" - }, -/obj/machinery/button/door{ - id = "hop"; - name = "Privacy Shutters Control"; - pixel_x = 6; - pixel_y = -25; - req_access_txt = "57" - }, -/obj/machinery/button/flasher{ - id = "hopflash"; - pixel_x = 6; - pixel_y = -36 - }, -/obj/machinery/light_switch{ - pixel_x = -4; - pixel_y = -36 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"iIs" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"iIB" = ( -/obj/machinery/gibber, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"iIF" = ( -/obj/structure/table, -/obj/item/storage/box/masks{ - pixel_y = 12 - }, -/obj/item/storage/box/gloves{ - pixel_x = 5; - pixel_y = 2 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/turf/open/floor/plasteel/freezer, -/area/medical/sleeper) -"iIZ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/structure/sign/warning/securearea{ - desc = "A warning sign which reads 'SERVER ROOM'."; - name = "SERVER ROOM" - }, -/turf/open/floor/plating, -/area/tcommsat/computer) -"iJc" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"iJi" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 4; - external_pressure_bound = 120; - name = "server vent" - }, -/obj/machinery/camera{ - c_tag = "Xenobiology Kill Room"; - dir = 4; - network = list("ss13","rd") - }, -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"iJo" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"iJp" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/range) -"iJq" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced, -/obj/structure/plasticflaps/opaque, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"iJD" = ( -/obj/machinery/computer/security{ - dir = 1 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/camera{ - c_tag = "Brig Checkpoint"; - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"iJG" = ( -/obj/effect/decal/cleanable/oil{ - icon_state = "floor5" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"iJN" = ( +/area/hallway/primary/central) +"vPa" = ( /obj/effect/turf_decal/loading_area{ icon_state = "drain"; name = "drain" }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"iJO" = ( -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/computer/lore_terminal, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"iJV" = ( -/obj/docking_port/stationary{ - dir = 2; - dwidth = 1; - height = 4; - name = "escape pod loader"; - roundstart_template = /datum/map_template/shuttle/escape_pod/default; - width = 3 - }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"iJX" = ( -/mob/living/simple_animal/pet/cat{ - name = "Stray Maintenance Cat" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"iKj" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/quartermaster/storage) -"iKv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"iKz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"iKA" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"iKE" = ( -/turf/closed/wall, -/area/hallway/secondary/exit) -"iKK" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"iKN" = ( -/obj/machinery/vending/wardrobe/viro_wardrobe, /obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"iKO" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/machinery/light/small{ dir = 8; pixel_x = -7 }, -/turf/open/floor/plating, -/area/engine/break_room) -"iKZ" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 +/obj/structure/chair/wood{ + dir = 4 }, +/obj/structure/railing/handrail, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"vPk" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"vPn" = ( +/obj/machinery/door/poddoor/preopen{ + id = "cargoshut1"; + name = "shutters" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/quartermaster/storage) +"vPo" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" }, /turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/engine/atmos) -"iLF" = ( -/obj/machinery/pool/drain, -/turf/open/pool, -/area/maintenance/fore) -"iLP" = ( -/obj/machinery/door/airlock/engineering/glass{ dir = 1; - name = "Engineering Locker Room" + icon_state = "floor_plate" }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/break_room) -"iLT" = ( -/obj/structure/table/reinforced, -/turf/open/floor/plasteel, -/area/bridge) -"iMb" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/machinery/camera{ - c_tag = "Law Office"; - dir = 4 - }, -/turf/open/floor/wood, -/area/lawoffice) -"iMd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/fore) -"iMm" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/wood, -/area/library/lounge) -"iMu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/area/hallway/primary/fore/upper) +"vPt" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"vPv" = ( /obj/effect/turf_decal/tile/yellow{ dir = 8 }, @@ -39344,714 +147569,80 @@ icon_state = "floor_trim" }, /area/engine/engineering) -"iMv" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"iMy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/turf/open/floor/plasteel, -/area/science/research) -"iMB" = ( -/turf/closed/wall/r_wall, -/area/maintenance/port) -"iMT" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "TEG - East"; - dir = 8; - network = list("ss13","engine") - }, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"iMV" = ( -/obj/structure/table, -/obj/item/radio/off, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"iNg" = ( +"vPG" = ( /obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/science/xenobiology) -"iNl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"iNn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"iNO" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia) -"iNP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/closet/radiation, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/engine/engineering) -"iNS" = ( -/obj/structure/table, -/obj/item/storage/box/beakers{ - pixel_x = 5; - pixel_y = 15 - }, -/obj/item/storage/box/syringes{ - pixel_x = -4; - pixel_y = 7 - }, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_x = 11; - pixel_y = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"iNX" = ( -/obj/machinery/door/poddoor{ - id = "QMLoaddoor"; - name = "supply dock loading door" - }, -/obj/machinery/conveyor{ - dir = 1; - id = "QMLoad2" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"iOb" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/turf/open/floor/plating, -/area/maintenance/fore) -"iOf" = ( -/obj/structure/table, -/obj/item/analyzer, -/obj/item/healthanalyzer, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"iOh" = ( -/obj/machinery/computer/security/telescreen/engine{ - pixel_y = 28 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"iOk" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/door/airlock/atmos{ - dir = 4; - name = "Atmospherics"; - req_access_txt = "24" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/engineering) -"iOm" = ( -/turf/closed/wall/r_wall, -/area/teleporter) -"iOo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/security/processing) -"iOp" = ( -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"iOx" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/machinery/vending/cigarette, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"iOy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"iON" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - req_access_txt = "8" - }, -/obj/structure/fans/tiny, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/science/mixing) -"iOU" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/vaporwave, -/area/arcade) -"iOY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"iOZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"iPD" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel{ - dir = 4; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/port/fore) -"iPE" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light_switch{ - pixel_x = 23 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"iPT" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/medbay/central) -"iPV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/artatrium) -"iQd" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics2"; - name = "robotics lab shutters" - }, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/science/robotics/lab) -"iQj" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel{ - dir = 4; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/security/courtroom) -"iQn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"iQp" = ( -/obj/structure/chair/sofa/left{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"iQs" = ( -/obj/structure/chair/stool, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"iQw" = ( -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/security/vacantoffice/a) -"iQy" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=APH1"; - location = "PCH" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"iQB" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"iQI" = ( -/obj/effect/decal/cleanable/oil{ - icon_state = "floor6" - }, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"iQL" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/turf/open/floor/wood, -/area/lawoffice) -"iQR" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "Chapelconveyor" - }, -/obj/machinery/door/poddoor{ - dir = 4; - id = "holyshutters"; - name = "Holy Shutters" - }, -/turf/open/floor/plating, -/area/chapel/main) -"iQW" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/sign/painting/library{ - pixel_y = -24 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/artatrium) -"iRe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"iRg" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"iRh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"iRj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, /obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/stairs/medium{ - dir = 1 - }, -/area/hallway/secondary/entry) -"iRv" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"iRG" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"iRH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_access_txt = "12" - }, /turf/open/floor/plating, -/area/maintenance/fore) -"iSf" = ( -/obj/machinery/button/door{ - id = "teledoor"; - name = "MiniSat Teleport Shutters Control"; - pixel_y = 25; - req_access_txt = "17;65" +/area/maintenance/disposal) +"vPH" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ + dir = 10 }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"iSh" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/layenia/cloudlayer) -"iSk" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"iSr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"iSu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/security/courtroom) -"iSE" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/obj/machinery/meter, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"iSF" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/obj/machinery/camera{ - c_tag = "Turbine Access East"; - dir = 9; - network = list("turbine") - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"iSK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/machinery/computer/station_alert{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"iSL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"iSP" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/solar{ - id = "auxsolareast"; - name = "Port Auxiliary Solar Array" - }, -/turf/open/floor/plasteel/airless/solarpanel{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia/cloudlayer) -"iSX" = ( -/obj/structure/table/wood/fancy, -/obj/item/reagent_containers/food/snacks/grown/harebell, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"iTh" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/science/misc_lab) -"iUa" = ( -/obj/machinery/door/poddoor/preopen{ - id = "psych_hall_window"; - name = "Psychology Privacy Shutters" - }, -/obj/machinery/door/firedoor, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/psych) -"iUd" = ( -/obj/machinery/door/airlock/engineering/glass/critical{ - dir = 4; - heat_proof = 1; - name = "TEG Burn Chamber"; - req_access_txt = "10" - }, -/obj/machinery/atmospherics/pipe/simple/dark/visible{ - dir = 4 - }, -/obj/structure/fans/tiny, /turf/open/floor/engine/vacuum, /area/engine/engineering) -"iUe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" +"vPL" = ( +/obj/machinery/door/airlock/external{ + name = "Disposal External Airlock" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/structure/fans/tiny, +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"iUf" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"vPM" = ( +/obj/machinery/computer/cryopod{ + pixel_x = -1; + pixel_y = 26 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, /obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/prison) +"vPP" = ( +/obj/effect/turf_decal/tile/red{ dir = 9 }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"iUg" = ( -/obj/structure/table, -/obj/item/aicard, -/obj/item/aiModule/reset, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"iUp" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_one_access_txt = "12;47" +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 +/area/security/brig/upper) +"vPT" = ( +/obj/machinery/power/apc{ + areastring = "/area/storage/A"; + dir = 1; + name = "Storage Office A APC"; + pixel_y = 24 }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"vPY" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, @@ -40061,1321 +147652,361 @@ /obj/structure/cable{ icon_state = "1-2" }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"iUK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"iVe" = ( -/obj/structure/table/wood/fancy, -/obj/item/candle{ - pixel_x = 1; - pixel_y = 5 +/turf/open/floor/plasteel/stairs, +/area/security/main) +"vQe" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"iWe" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"iWi" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light/small{ +/obj/structure/closet/emcloset, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/disposal"; dir = 8; - pixel_x = -7 - }, -/obj/machinery/camera{ - c_tag = "Chapel Office" - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"iWl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" + name = "Disposal APC"; + pixel_x = -24 }, /obj/structure/cable{ - icon_state = "2-8" + icon_state = "0-4" }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"vQf" = ( /obj/structure/disposalpipe/segment{ - dir = 10 + dir = 4 }, -/obj/machinery/power/apc{ - areastring = "/area/library"; +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"vQg" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"vQm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/trash_pile, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/obj/machinery/light{ dir = 4; - name = "Library APC"; - pixel_x = 24 + pixel_x = 7 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"vQq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/maintenance/disposal) +"vQs" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/structure/chair/sofachair{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/artatrium) +"vQD" = ( +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plating, +/area/maintenance/disposal) +"vQE" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "garbage" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"vQG" = ( +/obj/machinery/power/apc{ + areastring = "/area/medical/morgue"; + dir = 1; + name = "Morgue APC"; + pixel_y = 24 }, /obj/structure/cable{ icon_state = "0-8" }, -/turf/open/floor/plating, -/area/maintenance/port) -"iWm" = ( -/obj/structure/trash_pile, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole" }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/port/aft) -"iWy" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"iWG" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/closet/emcloset, -/obj/machinery/light/small{ - dir = 8; - pixel_x = -7 - }, -/obj/machinery/camera{ - c_tag = "Mining Storage"; - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"iWH" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/carpet/red, -/area/crew_quarters/heads/hos) -"iWV" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/hydroponics) -"iWZ" = ( -/obj/machinery/vending/wardrobe/chap_wardrobe, -/obj/machinery/light/small{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"iXk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness) -"iXt" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"iXz" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"iXT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"iYk" = ( -/obj/machinery/processor/slime, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/science/xenobiology) -"iYm" = ( -/obj/structure/chair/foldingchair, -/obj/machinery/light/small{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/layenia/cloudlayer) -"iYq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"iYB" = ( -/obj/effect/spawner/structure/window, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/medical/virology) -"iYJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"iYW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"iZh" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/science/research) -"iZn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat/hallway) -"iZz" = ( -/obj/machinery/door/window/brigdoor/security/cell{ - id = "Cell 3"; - name = "Cell 3" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/security/brig) -"iZG" = ( -/obj/machinery/computer/communications, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"iZK" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Central Primary Hallway South"; - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/central) -"iZU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"iZX" = ( -/obj/structure/rack, -/obj/item/storage/briefcase, -/turf/open/floor/wood, -/area/lawoffice) -"jaj" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"jao" = ( -/obj/structure/lattice/catwalk, -/obj/structure/table, -/obj/item/ashtray, -/obj/item/cigbutt, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"jaw" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"jax" = ( -/obj/machinery/meter/atmos/atmos_waste_loop, -/obj/machinery/camera{ - c_tag = "Atmospherics North East" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"jaB" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/lawoffice) -"jaD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/security/main) -"jaH" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/aisat/hallway"; - name = "Antechamber Turret Control"; - pixel_y = 24; - req_access = null; - req_access_txt = "65" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"jaR" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/structure/sign/departments/restroom{ - pixel_y = -32 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"jaX" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"jaZ" = ( -/obj/machinery/vending/wardrobe/law_wardrobe, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/wood, -/area/lawoffice) -"jbh" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/misc_lab) -"jbl" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"jbG" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/table, -/obj/item/reagent_containers/rag/towel{ - pixel_x = 2; - pixel_y = 5 - }, -/obj/item/reagent_containers/rag/towel{ - pixel_x = 3; - pixel_y = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/maintenance/fore) -"jbO" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"jbV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"jbW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/effect/turf_decal/box, -/obj/machinery/holopad, -/turf/open/floor/wood, -/area/library) -"jcr" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/main) -"jcx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"jcB" = ( -/obj/machinery/light/broken{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plating, -/area/layenia/cloudlayer) -"jcD" = ( -/obj/machinery/door/airlock{ - dir = 4; - id_tag = "null"; - name = "Unit 2" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"jdg" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/item/clothing/mask/surgical, -/obj/item/reagent_containers/dropper, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"jdh" = ( -/obj/machinery/door/airlock/mining{ - req_access_txt = "48" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"jdi" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"jdr" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/door/poddoor/preopen{ - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"jdx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"jdC" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/yellowsiding{ - dir = 8 - }, -/area/maintenance/fore) -"jdG" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"jdK" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia/cloudlayer) -"jdP" = ( -/obj/structure/table/plasmaglass, -/obj/item/book/lorebooks/layenia_crystals, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"jdR" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/poddoor/preopen{ - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"jdV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/table, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"jeg" = ( -/obj/structure/window{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/biogenerator, -/turf/open/floor/plasteel/dark, -/area/hydroponics/garden) -"jel" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/quartermaster/storage) -"jen" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/engine/engineering) -"jeA" = ( -/obj/structure/closet/radiation, -/obj/effect/turf_decal/delivery, -/obj/item/clothing/glasses/meson/engine, -/obj/machinery/camera/autoname, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"jeW" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"jfe" = ( -/obj/structure/chair/comfy/black{ - dir = 1 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"jfm" = ( -/obj/machinery/door/airlock/command{ - dir = 4; - name = "MiniSat Access"; - req_access_txt = "65" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"jfo" = ( -/obj/machinery/atmospherics/pipe/simple/purple/hidden, -/turf/closed/wall/r_wall, -/area/engine/engineering/reactor_control) -"jfz" = ( -/obj/structure/table/reinforced, -/obj/item/storage/fancy/donut_box, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/sign/poster/random{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/engine/break_room) -"jfA" = ( -/obj/structure/closet/wardrobe/pjs, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/medical/sleeper) -"jfE" = ( -/obj/structure/table/glass, -/obj/machinery/microwave{ - pixel_y = 6 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/medical/medbay/central) -"jfU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/circuit, -/area/engine/engineering) -"jfZ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"jgg" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/crew_quarters/heads/cmo) -"jgw" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/engine/break_room) -"jgD" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/computer/security/telescreen/cmo{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/white/side, -/area/crew_quarters/heads/cmo) -"jgM" = ( -/obj/machinery/atmospherics/components/binary/pump, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"jhk" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness) -"jhp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/circuit/red, -/area/engine/engineering) -"jhB" = ( -/obj/machinery/door/poddoor{ - id = "toxinsdriver"; - name = "toxins launcher bay door" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/science/mixing) -"jhH" = ( -/turf/open/floor/plasteel/dark, /area/medical/morgue) -"jhU" = ( -/turf/closed/wall, -/area/engine/break_room) -"jic" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/science/research) -"jim" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Distro to Waste" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"jis" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/visible, -/obj/machinery/meter/atmos/distro_loop, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"jiA" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/arcade) -"jiU" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/visible{ +"vQJ" = ( +/obj/effect/turf_decal/tile/blue{ dir = 1 }, -/obj/machinery/airalarm{ - pixel_y = 23 +/turf/open/floor/plasteel/white, +/area/medical/medbay/upper) +"vQK" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "garbage" }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"jja" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Air to Distro" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"jjb" = ( -/obj/item/reagent_containers/food/snacks/grown/harebell, -/turf/open/floor/carpet, -/area/chapel/main) -"jjc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/carpet, -/area/library) -"jjk" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/closet/firecloset, -/obj/structure/sign/warning/fire{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/engine/engineering) -"jjl" = ( -/obj/structure/chair/sofa/left{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/carpet/blue, -/area/medical/psych) -"jjp" = ( -/obj/structure/table, -/obj/item/storage/box/lights/mixed, -/obj/item/pipe_dispenser, /obj/effect/turf_decal/stripes/line{ dir = 1 }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"jjv" = ( -/obj/effect/turf_decal/loading_area{ +/obj/item/trash/can, +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/light/small{ dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"vQN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ icon_state = "drain"; name = "drain" }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 5 +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"vQQ" = ( +/obj/structure/chair{ + dir = 8 }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" }, /area/hallway/primary/fore) -"jjy" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"jjz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"jjC" = ( -/obj/structure/closet, -/turf/open/floor/plating, -/area/maintenance/port) -"jjH" = ( -/obj/structure/chair/office/light, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"jjI" = ( -/obj/item/coin/gold, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"jjJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"jjN" = ( -/obj/structure/lattice/catwalk, -/obj/structure/closet/crate, -/turf/open/floor/plasteel/elevatorshaft, -/area/ai_monitored/storage/satellite) -"jjR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on{ - dir = 1 - }, -/turf/open/floor/engine/vacuum, -/area/science/mixing) -"jjT" = ( -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/main) -"jjV" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"jkb" = ( -/obj/item/cigbutt, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ +"vQR" = ( +/obj/effect/turf_decal/tile/blue{ dir = 10 }, -/area/engine/break_room) -"jko" = ( -/obj/structure/table/wood, -/obj/machinery/chem_dispenser/drinks/beer, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_trim" + }, +/area/medical/psych/ward) +"vQX" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/chair/stool{ + dir = 8 + }, /turf/open/floor/wood, -/area/maintenance/starboard/aft) -"jku" = ( -/obj/structure/table/reinforced, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil/white{ - pixel_x = 3; - pixel_y = 3 +/area/maintenance/starboard/aft/upper) +"vRa" = ( +/turf/open/floor/plasteel/stairs/medium{ + dir = 8 }, -/obj/item/multitool, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"jkz" = ( -/obj/effect/landmark/start/cyborg, -/obj/machinery/camera{ - c_tag = "MiniSat Cyborg Storage"; - network = list("minisat"); - start_active = 1 - }, -/turf/open/floor/mech_bay_recharge_floor, -/area/ai_monitored/storage/satellite) -"jkI" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" +/area/hallway/primary/aft/upper) +"vRb" = ( +/obj/machinery/recycler, +/obj/machinery/conveyor{ + dir = 4; + id = "garbage" }, /turf/open/floor/plating, -/area/maintenance/starboard/aft) -"jkS" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" +/area/maintenance/disposal) +"vRk" = ( +/obj/machinery/computer/crew, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"vRw" = ( +/obj/structure/cable{ + icon_state = "1-4" }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"jkW" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ +/turf/open/floor/plating, +/area/maintenance/port/aft) +"vRx" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"jlz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/engine/engineering) -"jlH" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; name = "air supply pipe" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "4-8" }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/science/misc_lab) -"jlR" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/light_switch{ - pixel_x = -23 - }, -/turf/open/floor/wood, -/area/library) -"jlT" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"jma" = ( -/obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, -/area/layenia) -"jmi" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 +/area/security/brig) +"vRG" = ( +/obj/machinery/conveyor{ + dir = 6; + id = "garbage" }, -/obj/effect/turf_decal/tile/yellow{ +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"vRH" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue{ dir = 8 }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/upper) +"vRI" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/lattice/catwalk, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"vRJ" = ( +/turf/closed/wall/r_wall, +/area/chapel/main) +"vRK" = ( +/turf/closed/wall/mineral/wood, +/area/crew_quarters/spa/sauna) +"vRM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore/upper) +"vRO" = ( +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/bridge) +"vRP" = ( +/turf/closed/wall, +/area/maintenance/disposal) +"vRS" = ( +/obj/structure/table, +/turf/open/floor/plasteel/checker, +/area/engine/atmos) +"vRY" = ( +/obj/structure/railing/handrail{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/hallway/secondary/exit/upper) +"vSh" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"vSk" = ( +/turf/closed/wall, +/area/hallway/secondary/entry/upper) +"vSm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; name = "air supply pipe" }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; name = "scrubbers pipe" }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 4; - sortType = 6 +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"jmv" = ( -/turf/open/floor/plasteel/yellowsiding, -/area/maintenance/fore) -"jmz" = ( -/obj/machinery/atmospherics/components/binary/circulator{ +/turf/open/floor/plating, +/area/maintenance/port/upper) +"vSq" = ( +/obj/structure/chair/bench/metal/left, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/power/apc{ + areastring = "/area/medical/psych/lobby"; + name = "Psychologist's Lobby APC"; + pixel_y = -24 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/psych/lobby) +"vSv" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/turf/open/floor/circuit/green, -/area/engine/engineering) -"jmK" = ( +/obj/vehicle/ridden/secway, +/obj/item/key/security, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"vSI" = ( /obj/machinery/door/airlock/external{ name = "Disposal External Airlock" }, @@ -41390,54 +148021,1442 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) -"jmP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ +"vSK" = ( +/obj/structure/disposalpipe/segment, +/turf/closed/wall, +/area/maintenance/disposal) +"vSL" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/oil{ + icon_state = "floor6" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"vSU" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sink{ + pixel_y = 30 + }, +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/item/twohanded/required/kirbyplants/photosynthetic, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/camera{ - c_tag = "MiniSat Foyer"; - dir = 1; - network = list("minisat"); - start_active = 1 +/turf/open/floor/plasteel/freezer, +/area/medical/sleeper) +"vSY" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/disposal) +"vTh" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light{ + pixel_y = -1 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"jnp" = ( -/obj/structure/cable{ - icon_state = "1-2" +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" }, -/obj/machinery/door/window/northleft{ +/area/hallway/primary/port) +"vTj" = ( +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"vTl" = ( +/obj/machinery/light{ dir = 4; - name = "Containment Pen"; - req_access_txt = "55" + pixel_x = 7 + }, +/turf/open/floor/engine, +/area/science/misc_lab) +"vTm" = ( +/turf/closed/wall, +/area/security/lambent) +"vTq" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor{ + dir = 8 }, /obj/machinery/door/poddoor/preopen{ dir = 8; - id = "xenobio6"; - name = "containment blast door" + id = "medprivB"; + name = "privacy door" + }, +/turf/open/floor/plating, +/area/medical/patients_rooms/room_b) +"vTv" = ( +/obj/machinery/mineral/stacking_unit_console{ + machinedir = 8; + pixel_y = -8 + }, +/turf/closed/wall, +/area/maintenance/disposal) +"vTB" = ( +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/spa/sauna) +"vTE" = ( +/turf/open/transparent/openspace, +/area/crew_quarters/dorms/upper) +"vTJ" = ( +/obj/machinery/conveyor{ + id = "garbage" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/trash/carbonnanotube_noodles, +/turf/open/floor/plating, +/area/maintenance/disposal) +"vTL" = ( +/obj/machinery/door/airlock/atmos/abandoned{ + dir = 1; + name = "Atmospherics Maintenance"; + req_access_txt = "12;24" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/central/upper) +"vTO" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"vTT" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"vTY" = ( +/obj/structure/sign/warning/pods, +/turf/closed/wall, +/area/hallway/secondary/entry/upper) +"vUc" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/lattice/catwalk, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"vUi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/trash_pile, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal) +"vUj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"vUr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, -/turf/open/floor/engine, -/area/science/xenobiology) -"jnD" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 5; name = "air supply pipe" }, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal) +"vUw" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-05" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel, +/area/bridge) +"vUy" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal) +"vUz" = ( +/obj/effect/turf_decal/tile/green{ + dir = 10 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_trim" + }, +/area/medical/medbay/upper) +"vUC" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/science/research) +"vUF" = ( +/turf/open/floor/plasteel, +/area/science/robotics/lab) +"vUU" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/medical/virology) +"vVb" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/closet/crate/coffin, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/wood, +/area/chapel/main) +"vVd" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/chair/foldingchair{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"vVe" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"vVh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_whole_alt" + }, +/area/layenia/cloudlayer) +"vVj" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_traction_trim" + }, +/area/medical/medbay/zone2) +"vVr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/machinery/camera{ + c_tag = "Disposals" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal) +"vVA" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/table, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/hallway) +"vVE" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/arrows, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"vVG" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/storage/primary) +"vVJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/oil, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal) +"vVK" = ( +/obj/structure/flora/junglebush/large{ + pixel_x = -25 + }, +/obj/effect/turf_decal/weather/grass/surround{ + dir = 8 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"vVM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal) +"vVN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/maintenance/department/engine/upper) +"vVS" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/grass, +/area/crew_quarters/park) +"vVY" = ( +/obj/structure/table/reinforced, +/turf/open/floor/plasteel, +/area/bridge) +"vWc" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar) +"vWm" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/storage) +"vWu" = ( +/obj/structure/table, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/engine/break_room) +"vWw" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"vWD" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/window/reinforced/fulltile, +/turf/open/floor/grass, +/area/hallway/primary/aft/upper) +"vWI" = ( +/obj/structure/chair/stool, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal) +"vWJ" = ( +/obj/structure/table/reinforced, +/obj/item/trash/candy, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal) +"vWY" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"vWZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/closed/wall, +/area/medical/medbay/aft) +"vXc" = ( +/obj/machinery/door/poddoor/shutters{ + id = "qm_warehouse"; + name = "warehouse shutters" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/quartermaster/warehouse) +"vXj" = ( +/obj/machinery/conveyor{ + id = "garbage" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/trash/pistachios, +/turf/open/floor/plating, +/area/maintenance/disposal) +"vXk" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"vXm" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/lattice/catwalk, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"vXw" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/disposal) +"vXy" = ( +/turf/open/floor/engine, +/area/science/misc_lab) +"vXA" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/dorms/A) +"vXD" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/grass, +/area/medical/sleeper) +"vXI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/closet/crate, +/obj/effect/spawner/lootdrop/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal) +"vXK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/ai_monitored/security/armory) +"vXS" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard) +"vYc" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/fitness) +"vYd" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal) +"vYm" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/gateway) +"vYp" = ( +/mob/living/simple_animal/butterfly, +/turf/open/floor/grass, +/area/crew_quarters/park) +"vYu" = ( +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating{ + icon_state = "platingdmg3" + }, +/area/crew_quarters/dorms/upper) +"vYB" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"vYJ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 5; name = "scrubbers pipe" }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/storage) +"vYL" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/button/door{ + id = "armory"; + name = "Armory Shutters"; + pixel_x = -24; + req_access_txt = "3" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"vYR" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard) +"vYY" = ( /obj/structure/cable{ - icon_state = "1-4" + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" }, /obj/structure/disposalpipe/segment{ - dir = 5 + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"vYZ" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal) +"vZe" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal) +"vZf" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood, +/area/crew_quarters/spa/sauna) +"vZj" = ( +/obj/effect/turf_decal/stripes/full, +/obj/machinery/conveyor{ + dir = 1; + id = "QMLoad2" }, /turf/open/floor/plating, -/area/maintenance/starboard/aft) -"jnI" = ( +/area/quartermaster/storage) +"vZl" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"vZp" = ( +/obj/structure/window/reinforced, +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "garbage"; + name = "disposal conveyor" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal) +"vZu" = ( +/turf/closed/wall/r_wall, +/area/quartermaster/storage) +"vZy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/circuit/red, +/area/engine/engineering) +"vZD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/security/glass{ + name = "Prisoner Processing"; + req_access_txt = "2" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/processing) +"vZR" = ( +/turf/open/floor/plasteel/dark, +/area/security/main) +"vZV" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/storage/A) +"waa" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central/upper) +"wak" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"wam" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"wav" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal) +"waz" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall, +/area/arcade) +"waC" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"waG" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/chair/bench/metal/left{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/bridge) +"waR" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"wbc" = ( +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/engine/atmos) +"wbd" = ( +/turf/open/floor/plasteel/white/side{ + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/entry/upper) +"wbj" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"wbo" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"wbq" = ( +/turf/closed/wall/r_wall, +/area/hallway/secondary/entry/upper) +"wbu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/medbay/upper) +"wbF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"wbG" = ( +/obj/structure/closet/secure_closet/hop, +/obj/item/bedsheet/ian/double, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"wbN" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/hallway/primary/fore/upper) +"wbS" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/quartermaster/warehouse) +"wbT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/ai_monitored/security/armory) +"wbV" = ( +/obj/effect/turf_decal/stripes/line, +/obj/item/trash/rkibble, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal) +"wbW" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/obj/machinery/button/massdriver{ + id = "Safety"; + name = "Safety Door Control" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal) +"wbY" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/fitness/pool) +"wcf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Art Atrium" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/artatrium) +"wcg" = ( +/obj/machinery/vending/snack/random, +/obj/machinery/status_display/ai{ + pixel_y = 26 + }, +/turf/open/floor/plasteel/checker, +/area/engine/atmos) +"wci" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"wcm" = ( +/obj/machinery/button/door{ + id = "medprivA"; + name = "Privacy Shutters"; + pixel_y = 25 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_trim" + }, +/area/medical/patients_rooms/room_a) +"wcw" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"wcx" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/flora/crystal/small/growth, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/indestructible/layenia/crystal/garden, +/area/crew_quarters/dorms/upper) +"wcB" = ( +/obj/machinery/conveyor{ + id = "garbage" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"wcD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_trim" + }, +/area/medical/psych/ward) +"wcI" = ( +/obj/machinery/door/airlock/external{ + dir = 1; + name = "Supply Dock Airlock"; + req_access_txt = "31" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, +/area/quartermaster/storage) +"wcM" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 4 + }, +/turf/open/floor/plating, +/area/engine/custom) +"wcQ" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"wcU" = ( +/turf/closed/wall/r_wall, +/area/science/mixing) +"wcW" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/engine/break_room) +"wcY" = ( +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel/checker, +/area/engine/atmos) +"wdb" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id = "evashutter"; + name = "EVA Storage Shutters" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/layenia/cave) +"wde" = ( +/obj/effect/spawner/structure/window/plasma/reinforced, +/turf/open/floor/plating, +/area/engine/custom) +"wdg" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/area/science/research) +"wdh" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/hydroponics) +"wdm" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark/side, +/area/security/prison) +"wdp" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"wdD" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"wdF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/external{ + name = "Solar Maintenance"; + req_access_txt = "10; 13" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/solars/port/aft) +"wdK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/obj/item/trash/waffles, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal) +"wdP" = ( +/obj/structure/closet/crate{ + icon_state = "crateopen" + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"wdR" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 6; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"wdW" = ( +/obj/machinery/recharge_station, +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/robotics/lab) +"wea" = ( +/obj/structure/floodlight_frame, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/engine/custom) +"wec" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"wed" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal) +"wef" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"weg" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, /obj/machinery/light{ dir = 1; pixel_y = 16 @@ -41445,633 +149464,338 @@ /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"joa" = ( -/obj/machinery/requests_console{ - department = "Robotics"; - departmentType = 2; - name = "Robotics RC"; - pixel_x = 30; - receive_ore_updates = 1 - }, -/obj/item/toy/figure/roboticist{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"jom" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; - name = "air vent" + name = "air supply pipe" }, -/turf/open/floor/plasteel/white/side{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/ward) +"weo" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 1; + name = "air supply pipe" + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"wep" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/layenia/cave) +"weq" = ( +/obj/machinery/conveyor/inverted{ + dir = 5; + id = "garbage" + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/disposal) +"wer" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" }, -/area/science/research) -"jou" = ( -/obj/effect/turf_decal/stripes/line, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, /turf/open/floor/plasteel, -/area/medical/virology) -"joG" = ( -/obj/effect/turf_decal/tile/neutral{ +/area/construction/mining/aux_base) +"wev" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "garbage" + }, +/obj/machinery/door/poddoor{ + dir = 4; + id = "Safety"; + name = "Safety Door" + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"wew" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "garbage" + }, +/obj/item/trash/candy, +/turf/open/floor/plating, +/area/maintenance/disposal) +"wex" = ( +/obj/machinery/vending/coffee, +/obj/machinery/status_display/ai{ + pixel_y = 26 + }, +/turf/open/floor/plasteel/checker, +/area/engine/atmos) +"weK" = ( +/obj/structure/railing{ dir = 1 }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/checker, -/area/artatrium) -"joI" = ( -/obj/structure/table, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"wfa" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"wfb" = ( +/obj/structure/rack/shelf, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"wfc" = ( +/obj/structure/railing/handrail{ + dir = 4 + }, /obj/effect/turf_decal/loading_area{ dir = 4; icon_state = "drain"; name = "drain" }, -/obj/item/folder/white{ - pixel_x = -4; - pixel_y = 17 +/turf/open/floor/grass, +/area/crew_quarters/park) +"wfh" = ( +/turf/closed/wall, +/area/hydroponics) +"wfl" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" }, -/obj/item/storage/box/bodybags{ - pixel_y = 6 - }, -/turf/open/floor/plasteel, -/area/medical/morgue) -"jpo" = ( +/turf/open/floor/plasteel/checker, +/area/engine/atmos) +"wfn" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" }, -/area/crew_quarters/fitness) -"jqa" = ( -/obj/machinery/atmospherics/pipe/manifold4w/general/visible, +/area/crew_quarters/park) +"wfr" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/barber) +"wfu" = ( /obj/effect/turf_decal/stripes/line{ - dir = 4 + dir = 9 }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"jqr" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/security/brig) -"jqs" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"jqM" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/transit_tube/horizontal, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/turf/open/floor/plating, -/area/engine/break_room) -"jqU" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"jrc" = ( /obj/structure/cable{ - icon_state = "1-2" + icon_state = "4-8" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"jrx" = ( -/obj/structure/flora/grass/jungle/b, -/obj/structure/flora/ausbushes/ppflowers, -/obj/item/reagent_containers/food/snacks/grown/banana, -/obj/structure/window/reinforced, -/mob/living/carbon/monkey, -/turf/open/floor/grass, -/area/medical/genetics) -"jrI" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/maintenance/fore/secondary) -"jrL" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; + dir = 10; name = "scrubbers pipe" }, -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"jrU" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/tertiary) -"jsa" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/turf/open/floor/plasteel, +/area/gateway) +"wfw" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5; + name = "air supply pipe" }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"jsn" = ( -/obj/structure/chair/sofa/left, -/obj/item/grown/rose, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/fore) -"jst" = ( -/obj/structure/window/reinforced/fulltile, -/obj/structure/transit_tube/horizontal, /turf/open/floor/plating, -/area/engine/break_room) -"jsu" = ( -/obj/machinery/door/firedoor, +/area/maintenance/port/aft/upper) +"wfy" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, /obj/effect/turf_decal/loading_area{ dir = 1; icon_state = "drain"; name = "drain" }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/secondary/exit/upper) +"wfP" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "garbage" + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/disposal) +"wfQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, /turf/open/floor/plasteel, -/area/science/research) -"jsM" = ( -/obj/machinery/vending/games, -/turf/open/floor/wood, -/area/library) -"jty" = ( +/area/quartermaster/storage) +"wfX" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 5; + name = "air supply pipe" + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"wgd" = ( /obj/effect/spawner/structure/window/reinforced, /obj/machinery/door/poddoor/preopen{ + dir = 8; id = "atmos"; name = "Atmospherics Blast Door" }, /turf/open/floor/plating, /area/engine/break_room) -"jtD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"jtE" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"jtJ" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/disposalpipe/trunk{ +"wge" = ( +/obj/structure/stairs{ dir = 1 }, -/turf/open/floor/plasteel/dark, -/area/library) -"jtP" = ( -/obj/structure/table, -/obj/item/paper, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/security/prison) -"jus" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"juB" = ( -/obj/structure/alien/resin/wall, -/obj/structure/alien/weeds, +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/primary/aft) +"wgk" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, /turf/open/floor/plating/asteroid/layenia, /area/layenia) -"juM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/break_room) -"jva" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, +"wgl" = ( /obj/structure/cable{ icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"jvp" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/obj/effect/landmark/start/depsec/science, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science) -"jvB" = ( -/obj/structure/plasticflaps, -/obj/machinery/conveyor{ - dir = 8; - id = "Chapelconveyor" - }, /turf/open/floor/plating, -/area/chapel/main) -"jvE" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/table/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "briggate"; - name = "security shutters" - }, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/machinery/door/window/southleft{ - dir = 4; - name = "Brig Desk"; - req_access_txt = "1" - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"jvS" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/camera{ - c_tag = "Research Division East"; - dir = 5; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/white/corner, -/area/science/misc_lab) -"jwe" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/item/clothing/suit/hooded/wintercoat, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"jwv" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 4 - }, -/obj/machinery/meter, -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"jwC" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp{ - pixel_y = 10 - }, -/obj/item/toy/figure/chaplain, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"jwX" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"jwZ" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"jxh" = ( -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"jxs" = ( -/obj/machinery/space_heater, -/obj/structure/railing, -/turf/open/floor/plating, -/area/maintenance/aft) -"jxD" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical, -/obj/item/crowbar/large, -/obj/machinery/camera{ - c_tag = "Mech Bay"; - dir = 1; - network = list("ss13","rd") - }, -/obj/item/toy/figure/borg{ - pixel_x = -4; - pixel_y = 13 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"jxF" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"jxJ" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Pool" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/pool) -"jya" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge RC"; - pixel_y = -30 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/bridge) -"jyb" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"jyc" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 8 - }, -/obj/item/pen, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"jyt" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia) -"jyQ" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"jyW" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, +/area/maintenance/starboard/aft/upper) +"wgm" = ( +/obj/effect/spawner/structure/window/reinforced, /obj/structure/cable{ icon_state = "1-4" }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"jyX" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 5 - }, -/obj/item/storage/crayons, -/obj/item/folder{ - pixel_y = 2 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"jyY" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"jzc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"jzi" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "12" - }, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "1-8" }, -/obj/structure/disposalpipe/segment, +/obj/structure/cable, /turf/open/floor/plating, -/area/maintenance/starboard) -"jzj" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"jzp" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/bottle/holywater, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"jzC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/bluespace_beacon, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"jzT" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/railing, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia) -"jzY" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, +/area/security/warden) +"wgo" = ( +/obj/structure/tank_dispenser/oxygen, /obj/effect/turf_decal/loading_area{ dir = 1; - icon_state = "drain"; - name = "drain" + icon_state = "steel_panel"; + name = "steel pannel" }, -/turf/open/floor/carpet, -/area/lawoffice) -"jAc" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"wgp" = ( +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "loadingarea_flip" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"wgt" = ( +/obj/machinery/conveyor{ + dir = 10; + id = "garbage" + }, +/obj/machinery/button/massdriver{ + id = "Safety"; + name = "Safety Door Control"; + pixel_x = 24 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"wgy" = ( +/obj/structure/table/wood, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"wgz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"wgE" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft/upper) +"wgM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + dir = 8; + pixel_x = -7 + }, +/obj/structure/closet, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal) +"wgR" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal) +"whe" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 }, @@ -42081,601 +149805,319 @@ /obj/item/trash/semki, /turf/open/floor/plasteel/dark, /area/maintenance/disposal) -"jAi" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/item/toy/figure/lawyer, -/turf/open/floor/carpet, -/area/lawoffice) -"jAm" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/engine/engineering) -"jAn" = ( -/obj/effect/landmark/start/assistant, -/turf/open/floor/carpet, -/area/library) -"jAo" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"jAr" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"jAv" = ( -/obj/item/toy/plush/mammal/marilyn{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/effect/decal/cleanable/semen, -/obj/item/condom/filled{ - pixel_x = -4; - pixel_y = -4 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"jAO" = ( -/obj/structure/closet/emcloset, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/light/small{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"jAY" = ( -/obj/structure/mirror{ - pixel_y = 28 - }, -/obj/effect/decal/cleanable/oil, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/theatre) -"jBe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"jBl" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hos) -"jBr" = ( -/obj/machinery/door/window/brigdoor/security/cell{ - id = "Cell 1"; - name = "Cell 1" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/security/brig) -"jBG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=PCH"; - location = "PPW" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"jBH" = ( -/obj/machinery/door/airlock/command{ - name = "Teleport Access"; - req_access_txt = "17" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"jBN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/obj/machinery/camera/motion{ - c_tag = "MiniSat AI Chamber South"; - network = list("aicore") - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"jBR" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Security Office"; - req_access_txt = "63" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"jBV" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/glasses/meson/engine, -/obj/item/clothing/gloves/color/black, -/obj/item/tank/internals/emergency_oxygen/engi{ - pixel_x = 5 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"jBY" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"jCE" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/meter, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"jCI" = ( -/obj/machinery/door/poddoor/shutters{ - id = "teleshutter"; - name = "Teleporter Shutters" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"jCJ" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/prison) -"jCV" = ( -/obj/structure/chair/comfy/black, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"jCX" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Mining Dock maintenance access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"jCZ" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/obj/machinery/meter, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/science/misc_lab) -"jDs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hydroponics/garden) -"jDL" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/engineering, -/turf/open/floor/plating, -/area/storage/tech) -"jDS" = ( -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/science/misc_lab) -"jDZ" = ( -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=SCH"; - location = "Departures" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"jEK" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"jEQ" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"jER" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/carpet/black, -/area/arcade) -"jFj" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"jFv" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"jFw" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/gateway) -"jFx" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/railing, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"jFz" = ( -/obj/structure/kitchenspike, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"jFB" = ( -/obj/machinery/power/solar_control{ - dir = 1; - id = "starboardsolar"; - name = "Starboard Quarter Solar Control" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"jFL" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/toilet/locker"; - dir = 4; - name = "Locker Restrooms APC"; - pixel_x = 27; - pixel_y = 2 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"jFX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"jGg" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"jGh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/engine/atmos) -"jGl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"jGt" = ( -/obj/machinery/power/smes, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"jGH" = ( -/obj/structure/table/glass, -/obj/item/ashtray, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/medical/medbay/central) -"jGI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white/side, -/area/science/research) -"jGM" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/machinery/disposal/bin, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"jGZ" = ( -/obj/machinery/conveyor_switch/oneway{ - dir = 8; - id = "Chapelconveyor" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"jHi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"jHu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"jHz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, +"whf" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, /obj/effect/turf_decal/tile/neutral{ dir = 4 }, /obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, /obj/structure/cable{ icon_state = "1-2" }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ dir = 4; name = "air supply pipe" }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ +/turf/open/floor/plasteel, +/area/hallway/primary/fore/upper) +"whi" = ( +/obj/machinery/conveyor{ + id = "garbage" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"whn" = ( +/obj/machinery/disposal/deliveryChute{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + layer = 3 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"whr" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "garbage" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"why" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "garbage" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/small{ + pixel_y = -1 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"whD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel, +/area/engine/custom) +"whF" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "garbage" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"whK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"jHR" = ( -/obj/structure/girder, -/obj/structure/grille, -/obj/effect/baseturf_helper/asteroid/layenia, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/quartermaster/mail) +"whR" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/maintenance/starboard/aft/upper) +"wig" = ( +/obj/machinery/mineral/stacking_machine{ + input_dir = 1; + stack_amt = 10 + }, /turf/open/floor/plating, -/area/maintenance/central/secondary) -"jIN" = ( -/obj/structure/bookcase/random/fiction, -/turf/open/floor/wood, -/area/library) -"jIQ" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/railing, +/area/maintenance/disposal) +"wih" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"wiq" = ( +/turf/open/transparent/openspace, +/area/hallway/primary/aft/upper) +"wiI" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Engineering Maintenance"; + req_access_txt = "10" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/department/engine/upper) +"wiK" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, /obj/effect/turf_decal/loading_area{ + dir = 1; icon_state = "drain"; name = "drain" }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard) +"wiQ" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + layer = 4; + pixel_x = -6; + pixel_y = 15 + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/barber) +"wiR" = ( +/turf/open/floor/plasteel, +/area/security/prison) +"wiT" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, /turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"jJq" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics2"; - name = "robotics lab shutters" +/area/security/range) +"wjc" = ( +/obj/structure/flora/crystal/small/growth{ + icon_state = "crystalgrowth4" }, -/obj/effect/spawner/structure/window, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics2"; - name = "robotics lab shutters" +/turf/open/indestructible/layenia/crystal/garden, +/area/arcade) +"wje" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" }, -/turf/open/floor/plating, -/area/science/robotics/lab) -"jJs" = ( -/obj/item/reagent_containers/food/snacks/grown/poppy, -/turf/open/floor/carpet, -/area/chapel/main) -"jJv" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"wjg" = ( +/obj/structure/flora/crystal/small/growth, +/obj/effect/turf_decal/weather/grass/line{ + dir = 8 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"wjj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/gateway) +"wjo" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/wood, +/area/engine/break_room) +"wjt" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"wjw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/oil{ + icon_state = "floor5" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal) +"wjH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/processing) +"wjJ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"wjK" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/machinery/door/airlock/research{ + name = "Research Division Access"; + req_access_txt = "47" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/science/research) +"wjR" = ( /obj/effect/decal/cleanable/dirt, /obj/machinery/button/massdriver{ id = "Disposal Exit 1"; @@ -42692,6071 +150134,885 @@ }, /turf/open/floor/plasteel/dark, /area/maintenance/disposal) -"jJF" = ( -/obj/structure/table/wood, -/obj/item/nullrod, -/obj/item/book/granter/spell/smoke{ - name = "Mysterious Old Book of Cloud-Chasing" - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"jKa" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"jKd" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Law Office Maintenance"; - req_access_txt = "38" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/lawoffice) -"jKu" = ( -/obj/structure/table, -/obj/item/camera_film, -/obj/item/camera, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, +"wjT" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ name = "air scrubber" }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"jKw" = ( -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/closed/wall, -/area/maintenance/aft) -"jKz" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 5 - }, -/obj/item/pen/red, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/medical/virology) -"jKB" = ( -/obj/structure/sign/logo/kinaris{ - icon_state = "kinaris_sign4"; - pixel_y = 32 - }, -/obj/structure/flora/crystal/small/pile, -/turf/open/indestructible/layenia/crystal/garden, -/area/bridge) -"jKG" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/stamp/law, -/obj/item/pen/red, -/turf/open/floor/carpet, -/area/lawoffice) -"jKV" = ( -/obj/structure/sign/poster/random{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"jLe" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plasteel, -/area/engine/engineering) -"jLr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"jLA" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/portable_atmospherics/scrubber, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/atmos) -"jLJ" = ( -/obj/machinery/door/poddoor/shutters{ - id = "qm_warehouse"; - name = "warehouse shutters" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/quartermaster/warehouse) -"jLL" = ( -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"jLM" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"jLT" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"jMm" = ( -/obj/structure/table/plasmaglass, -/obj/item/ashtray, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/item/cigbutt, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"jMB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/railing, -/turf/open/floor/plating/snowed, -/area/layenia) -"jMG" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/quartermaster/sorting) -"jMR" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"jMV" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"jNm" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Mix to Distro" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"jNs" = ( -/obj/machinery/conveyor{ - dir = 10; - id = "garbage" - }, -/obj/machinery/button/massdriver{ - id = "Safety"; - name = "Safety Door Control"; - pixel_x = 24 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"jNC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/science/lab) -"jNJ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"jNR" = ( -/obj/machinery/atmospherics/pipe/manifold4w/general/visible, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"jNS" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"jNT" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Medbay Break Room"; - dir = 4; - network = list("ss13","medbay") - }, -/obj/machinery/light_switch{ - pixel_x = -23 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/medical/medbay/central) -"jNY" = ( -/obj/structure/table/wood, -/obj/item/clipboard, -/obj/item/clothing/glasses/meson/gar, -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"jOf" = ( -/turf/open/floor/plasteel/dark, -/area/security/prison) -"jOl" = ( -/obj/machinery/disposal/bin, -/obj/machinery/light/small{ - dir = 4; - pixel_x = 7 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"jOr" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/quartermaster/office) -"jOH" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"jOI" = ( -/turf/closed/wall/r_wall, -/area/security/checkpoint/science) -"jOT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"jPd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/gateway) -"jPr" = ( -/obj/machinery/door/airlock/medical{ - name = "Medbay Reception"; - req_access_txt = "5" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"jPD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"jPE" = ( -/obj/structure/alien/weeds, -/obj/effect/decal/cleanable/blood, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"jQc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 5 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/engine/engineering) -"jQk" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/carpet/purple, -/area/crew_quarters/heads/hor) -"jQq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "permacell3"; - name = "Cell 3 Lockdown"; - pixel_x = -4; - pixel_y = 25; - req_access_txt = "2" - }, -/obj/machinery/button/flasher{ - id = "PCell 3"; - pixel_x = 6; - pixel_y = 24 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/prison) -"jQy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light/small{ - pixel_y = -1 - }, -/turf/open/floor/noslip, -/area/engine/engineering/reactor_control) -"jQM" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"jQS" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"jQY" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"jRt" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hooded/wintercoat/science, -/obj/item/clothing/suit/hooded/wintercoat/science, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plating, -/area/science/mixing) -"jRw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/start/bartender, -/turf/open/floor/carpet/red, -/area/crew_quarters/bar) -"jRC" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, /obj/effect/turf_decal/tile/neutral, -/obj/structure/table, -/obj/item/stack/ore/plasma, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"jRM" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, /obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel/dark/side, -/area/security/main) -"jRR" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Chapel Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/chapel/main) -"jRW" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 1; - name = "Hydroponics Maintenance"; - req_access_txt = "35" - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"jSj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"jSs" = ( -/obj/machinery/disposal/bin, -/obj/structure/sign/warning/deathsposal{ - pixel_y = -32 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/effect/turf_decal/stripes/box, -/obj/effect/turf_decal/stripes/red/box, -/turf/open/floor/plasteel/white/corner{ +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/area/medical/virology) -"jSu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"jSA" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"jSG" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/security/processing) -"jSP" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, /obj/effect/turf_decal/tile/neutral{ - dir = 8 + dir = 4 }, -/obj/effect/turf_decal/tile/brown, /turf/open/floor/plasteel, -/area/hallway/primary/aft) -"jSU" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"jTf" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"jTg" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/solar{ - id = "auxsolareast"; - name = "Port Auxiliary Solar Array" - }, -/turf/open/floor/plasteel/airless/solarpanel{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia) -"jTj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/science/research) -"jTq" = ( -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/science/xenobiology) -"jTt" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics2"; - name = "robotics lab shutters" - }, -/turf/open/floor/plating, -/area/science/robotics/lab) -"jTu" = ( -/obj/structure/chair/foldingchair{ - dir = 4 - }, -/turf/open/indestructible/concrete, -/area/layenia) -"jTB" = ( -/obj/structure/lattice/catwalk, -/turf/open/floor/plasteel/elevatorshaft, -/area/ai_monitored/storage/satellite) -"jTE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/secondary/entry) -"jTK" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/table/glass, -/obj/item/storage/backpack/duffelbag/sec/surgery{ - pixel_y = 5 - }, -/turf/open/floor/plasteel/white, -/area/security/execution/transfer) -"jTP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"jTV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/processing) -"jTY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"jUh" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/science/research) -"jUE" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/primary/aft) -"jUP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"jUT" = ( -/obj/structure/table, -/obj/item/stack/ore/iron, -/turf/open/floor/plating, -/area/maintenance/starboard) -"jUU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/computer/lore_terminal/security, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"jUY" = ( -/turf/open/floor/plating/asteroid/layenia, -/area/layenia/cloudlayer) -"jVg" = ( -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"jVq" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/chemistry) -"jVu" = ( -/obj/structure/railing, -/turf/open/floor/plasteel/stairs/medium{ - dir = 4 - }, -/area/chapel/main) -"jVv" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 8 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"jVz" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 10 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"jVE" = ( +/area/hallway/primary/central) +"wjV" = ( /obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 1 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"jWm" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"jWs" = ( -/turf/open/floor/carpet/blue, -/area/ai_monitored/turret_protected/aisat_interior) -"jWt" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "O2 Outlet Pump" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"jWC" = ( -/obj/machinery/telecomms/server/presets/medical, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"jWF" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"jWK" = ( -/obj/structure/closet/crate, -/obj/item/toy/katana, -/obj/item/clothing/head/fedora, -/turf/open/floor/plating, -/area/maintenance/fore) -"jWU" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"jXe" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/secondary/entry) -"jXj" = ( -/obj/machinery/light/broken{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/layenia/cloudlayer) -"jXu" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"jXC" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"jXD" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"jXI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"jYc" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/computer/security/telescreen/prison{ - pixel_y = 30 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/prison) -"jYt" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"jYA" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/camera{ - c_tag = "Research Division North"; - network = list("ss13","rd") - }, -/obj/machinery/computer/lore_terminal, -/turf/open/floor/plasteel/white/side, -/area/science/research) -"jYC" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/closet, -/turf/open/floor/plating, -/area/maintenance/starboard) -"jYD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/airalarm{ - pixel_y = 22 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"jYF" = ( -/turf/closed/wall/r_wall, -/area/maintenance/starboard/central) -"jYN" = ( -/obj/structure/table/wood/fancy, -/obj/item/reagent_containers/food/snacks/grown/poppy, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"jYQ" = ( -/obj/structure/table/wood/fancy, -/obj/machinery/button/door{ - id = "holyshutters"; - name = "Holy Shutters Control"; - pixel_y = 7; - req_access_txt = "22" - }, -/obj/item/reagent_containers/food/snacks/grown/harebell, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"jYY" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "Holodeckshutter"; - name = "Holodeck Shutter" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"jZA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"jZB" = ( -/obj/structure/flora/crystal/small/pile, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/layenia) -"jZF" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/machinery/light_switch{ - pixel_y = -28 - }, -/obj/item/toy/figure/geneticist{ - pixel_x = 15; - pixel_y = 7 - }, -/obj/item/storage/pill_bottle/mannitol{ - pixel_x = -4; - pixel_y = -1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"jZQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"jZZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"kak" = ( -/obj/structure/table/plasmaglass, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"kal" = ( -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"kam" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/virology{ - autoclose = 0; - frequency = 1449; - id_tag = "virology_airlock_interior"; - name = "Virology Interior Airlock"; - req_access_txt = "39" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"kao" = ( -/obj/structure/table/wood, -/obj/item/taperecorder, -/obj/item/cartridge/lawyer, -/turf/open/floor/wood, -/area/lawoffice) -"kaS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/easel, -/turf/open/floor/plasteel/dark, -/area/artatrium) -"kaT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/camera{ - c_tag = "Escape Arm Airlocks"; - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/secondary/exit) -"kaV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"kbl" = ( -/obj/structure/tank_dispenser/oxygen{ - pixel_x = -1; - pixel_y = 2 - }, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"kbm" = ( -/obj/machinery/photocopier, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet, -/area/lawoffice) -"kbr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/obj/effect/landmark/nuclear_waste_spawner, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"kbK" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/security_space_law, -/obj/item/book/manual/wiki/security_space_law, -/turf/open/floor/carpet, -/area/lawoffice) -"kbO" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"kbP" = ( -/obj/structure/chair/sofa/left{ - dir = 1 - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"kcd" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hydroponics) -"kco" = ( -/obj/machinery/door/airlock/glass_large, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel/dark, -/area/artatrium) -"kcM" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"kcW" = ( -/obj/structure/bed, -/obj/item/bedsheet/qm, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/machinery/light_switch{ - pixel_x = 23 - }, -/turf/open/floor/wood, -/area/quartermaster/qm) -"kdc" = ( -/obj/structure/table, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"kdy" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/port/fore) -"kdM" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/security/courtroom) -"kdY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"kee" = ( -/obj/structure/bed, -/obj/item/bedsheet/ce, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"kef" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/engine/break_room) -"keA" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel, -/area/engine/break_room) -"keF" = ( -/turf/open/floor/wood, -/area/chapel/main) -"keJ" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/turf/open/indestructible/concrete/smooth, -/area/layenia) -"keT" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/quartermaster/sorting) -"kfp" = ( -/obj/structure/fence/corner{ - dir = 10 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"kfq" = ( -/obj/effect/landmark/start/shaft_miner, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"kfu" = ( -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"kfB" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"kfR" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Pure to Mix" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"kgh" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"kgi" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hos" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"kgq" = ( -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"kgs" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"kgv" = ( -/obj/machinery/iv_drip, -/turf/open/floor/plasteel, -/area/medical/virology) -"kgH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"kha" = ( -/obj/machinery/door/airlock/medical{ - name = "Morgue"; - req_access_txt = "6;5" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"khe" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"khj" = ( -/obj/machinery/atmospherics/components/binary/valve/digital{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"khk" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"khx" = ( -/obj/structure/disposaloutlet, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"khJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"khZ" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"kia" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"kif" = ( -/obj/structure/alien/weeds, -/obj/structure/alien/weeds, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"kiu" = ( -/obj/structure/table, -/obj/item/paper_bin/construction, -/obj/item/stack/cable_coil/random, -/obj/item/stack/cable_coil/random, -/obj/machinery/camera{ - c_tag = "Art Storage"; - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"kiF" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/layenia/cloudlayer) -"kiJ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/sign/warning/pods{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"kiN" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"kiT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"kiU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/security/range) -"kja" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/security/range) -"kjb" = ( -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/brig) -"kjk" = ( -/obj/structure/chair/comfy/black{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"kjy" = ( -/obj/machinery/door/airlock/external{ - req_access_txt = "55" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/science/xenobiology) -"kjF" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"kjM" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/medical/genetics) -"kjY" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/engine/engineering) -"kke" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/railing, -/turf/open/floor/plating, -/area/maintenance/aft) -"kkx" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/aft) -"kkA" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/maintenance/port/aft) -"kkB" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/security/main) -"kkD" = ( -/obj/structure/chair/stool, -/obj/structure/railing, -/turf/open/floor/plating, -/area/maintenance/port) -"kkJ" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/structure/chair/office/light{ - dir = 8 - }, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/bridge) -"klb" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"klf" = ( -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"klg" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"klr" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"klD" = ( -/obj/structure/chair/sofa/left, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"klH" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"klJ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"kma" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hydroponics) -"kml" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"kmq" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"kms" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/item/twohanded/required/kirbyplants/photosynthetic, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"kmv" = ( -/obj/structure/chair/wood{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"kmw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/ash, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/layenia) -"kmG" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/security/checkpoint/supply) -"kmX" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/quartermaster/sorting) -"knD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"knF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"knN" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"kob" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/stairs/right{ - dir = 4 - }, -/area/hallway/primary/port) -"kon" = ( -/obj/structure/closet/secure_closet/CMO, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/cmo) -"koo" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/fore) -"kor" = ( -/obj/structure/table, -/obj/item/reagent_containers/rag/towel{ - pixel_x = 3; - pixel_y = 9 - }, -/obj/item/reagent_containers/rag/towel{ - pixel_y = 3 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"kow" = ( -/turf/closed/wall, -/area/medical/morgue) -"kox" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness) -"koF" = ( -/obj/machinery/atmospherics/components/binary/valve/digital, -/turf/open/floor/plasteel, -/area/engine/engineering) -"kpk" = ( -/obj/structure/chair/office/light{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"kpp" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"kpq" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/engineering) -"kps" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"kpA" = ( -/obj/structure/chair/sofa/right{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"kpC" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"kpO" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/cmo) -"kpR" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"kpT" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/engine/atmos) -"kqy" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/locker) -"kqz" = ( -/obj/structure/table/wood/fancy, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/open/floor/wood, -/area/maintenance/fore) -"kqI" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/security/checkpoint/science) -"kqQ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"kqZ" = ( -/obj/structure/lattice/catwalk, /obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/railing, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"krj" = ( -/obj/machinery/door/airlock/research{ - name = "Research Division Xenoarchaeology Access"; - req_access_txt = "47" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/turf/open/floor/plasteel, -/area/science/research) -"kro" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/manifold4w/general/visible, -/obj/item/wrench/medical, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"krB" = ( -/turf/closed/wall, -/area/maintenance/fore/secondary) -"krG" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - name = "Waste In" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"krH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"krL" = ( -/obj/machinery/vending/kink, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"krM" = ( -/turf/open/floor/plasteel/white/side{ - dir = 9 - }, -/area/science/research) -"ksw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/stairs/medium{ - dir = 4 - }, -/area/maintenance/fore/secondary) -"ksy" = ( -/turf/closed/wall, -/area/janitor) -"ksC" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ dir = 8 }, -/obj/effect/turf_decal/tile/yellow{ +/obj/structure/window{ dir = 4 }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/engine/break_room) -"ksD" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ksE" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/camera{ - c_tag = "Engineering Access West" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"ksM" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/medical/virology) -"ksY" = ( -/obj/structure/table/wood, -/obj/machinery/chem_dispenser/drinks, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"kta" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "cargoshut1"; - name = "shutters" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/aft) -"kte" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1; - sortType = 14 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"ktj" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"ktr" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark/side, -/area/security/main) -"ktt" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Mix Outlet Pump" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ktu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"ktD" = ( -/obj/structure/chair/foldingchair, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"ktG" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"ktW" = ( -/obj/structure/table, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"kud" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Closet"; - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"kui" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"kuk" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/aft"; - dir = 8; - name = "Aft Hall APC"; - pixel_x = -25; - pixel_y = 1 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/aft) -"kul" = ( -/turf/open/floor/plasteel{ - dir = 4; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/artatrium) -"kup" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/atmos) -"kur" = ( -/obj/machinery/door/airlock/security/glass{ - dir = 4; - name = "Security Office"; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/science) -"kuA" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/medical/virology) -"kuB" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/n2, -/turf/open/floor/plasteel, -/area/engine/atmos) -"kuD" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"kvp" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/closet/crate/coffin, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"kvy" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/closet/crate/coffin, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"kvN" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/chair/comfy{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"kvP" = ( -/obj/machinery/shower{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"kvS" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"kvW" = ( -/obj/structure/bookcase{ - name = "Holy Bookcase" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"kwi" = ( -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/starboard) -"kwn" = ( -/obj/structure/plasticflaps/opaque, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - dir = 4; - freq = 1400; - location = "Atmospherics" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/window/northleft{ - dir = 4; - name = "Atmospherics Desk"; - req_access_txt = "24" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"kwr" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/science/research) -"kwx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"kwD" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"kwP" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"kwV" = ( -/obj/machinery/vending/kink, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/dorms) -"kxd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/kitchen"; - name = "Kitchen APC"; - pixel_y = -24 - }, /obj/structure/cable{ icon_state = "0-4" }, /turf/open/floor/plating, -/area/maintenance/fore/secondary) -"kxe" = ( -/obj/machinery/computer/atmos_control{ - dir = 8 +/area/maintenance/aft) +"wjY" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 5; + height = 7; + id = "supply_home"; + name = "Cargo Bay"; + width = 12 }, -/obj/machinery/requests_console{ - department = "Atmospherics"; - departmentType = 4; - name = "Atmos RC"; - pixel_x = 30 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics Monitoring" - }, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/break_room) -"kxi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"kxn" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/closet/firecloset, -/obj/structure/sign/warning/radiation{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/engine/engineering) -"kxo" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/security/checkpoint/medical) -"kxp" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/artatrium"; - dir = 1; - name = "Art Atrium APC"; - pixel_x = 24 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/artatrium) -"kxx" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"kxG" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "cargoshut1"; - name = "shutters" - }, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"kxJ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"kxM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/carpet/blue, -/area/ai_monitored/turret_protected/aisat_interior) -"kxS" = ( -/obj/machinery/atmospherics/components/trinary/mixer/flipped{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"kxX" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/white/corner, -/area/science/research) -"kyq" = ( -/turf/open/floor/carpet, -/area/crew_quarters/fitness/pool) -"kyU" = ( -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"kzd" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/server) -"kzv" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/camera{ - c_tag = "Prisoner Transfer Entrance"; - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"kzC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"kzI" = ( -/turf/open/floor/grass, +/turf/open/indestructible/concrete/smooth, /area/layenia) -"kzL" = ( -/obj/machinery/cryopod{ - dir = 4 +"wkc" = ( +/turf/closed/wall, +/area/science/lab) +"wkf" = ( +/obj/machinery/conveyor{ + id = "garbage" }, -/obj/machinery/computer/cryopod{ - pixel_x = -1; - pixel_y = 26 +/obj/machinery/door/poddoor{ + id = "Disposal Exit 1"; + name = "Disposal Exit Vent" }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"kzP" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Aft Primary Hallway 2" - }, -/obj/machinery/computer/lore_terminal, -/turf/open/floor/plasteel/white/corner, -/area/hallway/primary/aft) -"kAb" = ( -/obj/structure/table, -/obj/item/storage/firstaid/fire{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/fire, -/obj/item/storage/firstaid/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/machinery/door/window/northright{ - name = "First-Aid Supplies"; - red_alert_access = 1; - req_access_txt = "5" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"kAl" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/maintenance/solars/port/aft) -"kAp" = ( -/turf/open/floor/plasteel/freezer, -/area/medical/sleeper) -"kAz" = ( -/obj/structure/window/reinforced, -/obj/structure/plasticflaps/opaque, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"kAA" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel{ - dir = 4; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/science/robotics/lab) -"kAB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"kAG" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"kAO" = ( -/obj/structure/railing, -/obj/effect/landmark/carpspawn, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"kAT" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"kAW" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/shaker, -/obj/item/reagent_containers/dropper, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"kBa" = ( -/obj/machinery/vending/cola/random, -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port/fore) -"kBL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/brig) -"kBR" = ( -/obj/item/clothing/head/cone, +/obj/structure/plasticflaps, /turf/open/floor/plating, -/area/maintenance/fore) -"kBV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"kCC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/door/airlock/engineering/glass{ - dir = 4; - name = "Engineering Break Room"; - req_access_txt = "10" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/break_room) -"kCJ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"kCL" = ( -/turf/closed/wall/r_wall, -/area/science/storage) -"kCS" = ( -/obj/structure/chair/sofa{ - dir = 1 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/starboard/aft) -"kCV" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/obj/machinery/light_switch{ - pixel_x = -23 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"kDc" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hooded/wintercoat/science, -/obj/item/clothing/suit/hooded/wintercoat/science, +/area/maintenance/disposal) +"wkl" = ( /obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"kDl" = ( -/obj/machinery/button/door{ - id = "QMLoaddoor"; - layer = 4; - name = "Loading Doors"; - pixel_x = 8; - pixel_y = -22 - }, -/obj/machinery/button/door{ - id = "QMLoaddoor2"; - layer = 4; - name = "Loading Doors"; - pixel_x = -8; - pixel_y = -22 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"kDn" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"kDp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"kDv" = ( -/obj/structure/chair/comfy/black, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"kDD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/security/range) -"kDU" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light_switch{ - pixel_y = -28 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"kEp" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/vehicle/ridden/wheelchair, -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"kEv" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"kEz" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"kEW" = ( -/obj/structure/dresser, -/obj/item/flashlight/lamp/green{ - pixel_x = -4; - pixel_y = 14 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"kFb" = ( -/obj/machinery/light/small{ dir = 8; pixel_x = -7 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/wood, -/area/quartermaster/qm) -"kFg" = ( -/obj/structure/chair/office/light, -/obj/effect/landmark/start/security_officer, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"kFk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/hop) -"kFy" = ( -/obj/machinery/teleport/station, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"kFC" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/chair/comfy/black{ - dir = 1 - }, -/obj/effect/landmark/start/scientist, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/science/research) -"kFO" = ( -/turf/open/floor/wood, -/area/library) -"kGl" = ( -/obj/structure/displaycase/trophy, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/wood, -/area/library) -"kGn" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Air to Mix" - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"kGr" = ( -/turf/open/floor/plasteel, -/area/science/misc_lab) -"kGt" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/turf/open/floor/plasteel/dark, -/area/artatrium) -"kGx" = ( -/obj/effect/turf_decal/loading_area{ +/turf/open/floor/plasteel/dark{ dir = 8; - icon_state = "drain"; - name = "drain" + icon_state = "darkfull_plate" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"kGy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"kGC" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/artatrium) -"kGE" = ( -/obj/machinery/door/airlock/external{ - req_access_txt = "13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/science/xenobiology) -"kGI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"kGX" = ( -/obj/structure/cable/yellow{ - icon_state = "0-8" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/aisat_interior"; - dir = 4; - name = "MiniSat Foyer APC"; - pixel_x = 27 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"kHc" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"kHt" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "Holodeckshutter"; - name = "Holodeck Shutter" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"kHT" = ( -/obj/structure/weightmachine/weightlifter, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"kHZ" = ( -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/security/brig) -"kIb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/button/door{ - desc = "A remote control switch for the medbay foyer."; - id = "innerbrig"; - name = "Brig Interior Doors Control"; - normaldoorcontrol = 1; - pixel_x = -26; - pixel_y = 5; - req_access_txt = "63" - }, -/obj/machinery/button/door{ - desc = "A remote control switch for the medbay foyer."; - id = "outerbrig"; - name = "Brig Exterior Doors Control"; - normaldoorcontrol = 1; - pixel_x = -26; - pixel_y = -5; - req_access_txt = "63" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"kIc" = ( -/obj/machinery/button/door{ - id = "mining_warehouse"; - name = "Mining Warehouse Door Control"; - pixel_x = -1; - pixel_y = -24; - req_access_txt = "31" - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"kIh" = ( -/obj/machinery/computer/atmos_control/tank/nitrogen_tank{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"kIr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/engine, -/area/science/misc_lab) -"kIu" = ( -/obj/structure/chair/bench/left, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"kJg" = ( -/obj/structure/table/wood, -/obj/item/ashtray, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/maintenance/fore) -"kJq" = ( -/obj/item/grown/rose, -/turf/open/floor/plating, -/area/maintenance/fore) -"kJu" = ( -/turf/open/floor/plasteel/grimy, -/area/hallway/primary/port) -"kKa" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/quartermaster/storage) -"kKf" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/item/flashlight/lamp/bananalamp{ - pixel_y = 3 - }, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/sign/painting/library{ - pixel_y = 28 - }, -/obj/machinery/light_switch{ - pixel_x = -23 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"kKo" = ( +/area/hallway/primary/fore/upper) +"wkm" = ( /obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light_switch{ - pixel_x = 23 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/quartermaster/storage) -"kKp" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/security/processing) -"kKw" = ( -/obj/effect/decal/cleanable/oil, -/obj/structure/table, -/obj/item/electropack/shockcollar, -/obj/item/assembly/signaler, -/obj/effect/decal/cleanable/cobweb, -/obj/item/clothing/head/kitty, -/obj/item/clothing/under/maid, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"kKM" = ( -/obj/structure/rack, -/obj/item/tank/jetpack/carbondioxide/eva, -/obj/item/tank/jetpack/carbondioxide/eva{ - pixel_x = -4; - pixel_y = 1 - }, -/obj/item/clothing/shoes/magboots, -/obj/item/clothing/shoes/magboots{ - pixel_x = -4; - pixel_y = 3 - }, -/obj/machinery/camera/motion{ - c_tag = "EVA Motion Sensor" - }, -/obj/machinery/light_switch{ - pixel_y = 28 + dir = 10 }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"kKR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, +/area/maintenance/disposal) +"wko" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/trash_pile, +/turf/open/floor/plasteel/dark, +/area/maintenance/disposal) +"wkq" = ( /obj/machinery/door/window/northleft{ - dir = 4; + base_state = "right"; + dir = 8; + icon_state = "right"; name = "Containment Pen"; req_access_txt = "55" }, +/obj/structure/cable{ + icon_state = "1-2" + }, /obj/machinery/door/poddoor/preopen{ dir = 8; - id = "xenobio5"; + id = "xenobio2"; name = "containment blast door" }, /turf/open/floor/engine, /area/science/xenobiology) -"kKU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"kLb" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"kLv" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/rec_center) -"kLx" = ( -/obj/effect/turf_decal/box, -/obj/machinery/holopad, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"kLz" = ( +"wkv" = ( /obj/structure/window/reinforced{ dir = 4 }, -/obj/structure/closet/crate/coffin, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"kLK" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/trophy{ - pixel_y = 8 - }, -/turf/open/floor/wood, -/area/chapel/main) -"kLW" = ( -/obj/structure/alien/weeds, -/obj/structure/alien/weeds, -/obj/structure/alien/resin/wall, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"kMH" = ( -/turf/open/floor/plasteel/yellowsiding/corner, -/area/crew_quarters/fitness/pool) -"kMN" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"kMS" = ( -/obj/structure/lattice, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"kMY" = ( -/turf/closed/wall, -/area/security/prison) -"kNs" = ( -/obj/machinery/door/morgue{ - name = "Confession Booth (Chaplain)"; - req_access_txt = "22" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"kNv" = ( -/obj/machinery/door/airlock/security{ - name = "Security Checkpoint"; - req_access_txt = "1" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/tertiary) -"kNH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"kNJ" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/science/circuit) -"kNK" = ( /obj/structure/window/reinforced, /obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21"; - pixel_x = -3; - pixel_y = 6 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"kNL" = ( -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1480; - name = "Confessional Intercom"; - pixel_x = 25 - }, -/obj/structure/chair, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"kNW" = ( -/obj/structure/window, -/obj/structure/window{ dir = 8 }, -/obj/structure/statue/sandstone/venus, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"kNZ" = ( -/obj/structure/grille/broken, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"kOl" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/medical/virology) -"kOm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/bridge) -"kOn" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"kOA" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"kOB" = ( -/obj/structure/disposalpipe/sorting/wrap{ - dir = 4 - }, -/turf/closed/wall, -/area/quartermaster/sorting) -"kOF" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"kOJ" = ( -/obj/item/clothing/under/burial, -/obj/item/clothing/under/burial, -/obj/item/clothing/under/burial, -/obj/structure/table/wood/fancy, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"kPl" = ( -/obj/structure/tank_dispenser{ - pixel_x = -1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"kPq" = ( -/obj/machinery/suit_storage_unit/ce, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"kPt" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"kPw" = ( -/turf/open/floor/plating, -/area/maintenance/port/aft) -"kPM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"kPQ" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"kPT" = ( -/obj/machinery/button/door{ - desc = "A remote control-switch for secure storage."; - id = "Secure Storage"; - name = "Engineering Secure Storage"; - pixel_y = 26; - req_access_txt = "11" - }, -/obj/machinery/button/door{ - desc = "A remote control-switch for the engineering security doors."; - id = "Engineering"; - name = "Engineering Lockdown"; - pixel_x = -10; - pixel_y = 26; - req_access_txt = "10" - }, -/obj/machinery/button/door{ - id = "ceprivacy"; - name = "Privacy Shutters Control"; - pixel_x = 10; - pixel_y = 26 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"kQd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/stairs{ - dir = 4 - }, -/area/crew_quarters/heads/chief) -"kQv" = ( -/obj/structure/trash_pile, -/turf/open/floor/wood, -/area/maintenance/fore) -"kQw" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/engine/break_room) -"kQE" = ( -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"kQM" = ( -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/aft) -"kRp" = ( -/obj/machinery/atmospherics/components/binary/valve, -/obj/machinery/button/ignition{ - id = "toxigniter"; - pixel_x = -6; - pixel_y = -24 - }, -/obj/machinery/embedded_controller/radio/airlock_controller/incinerator_toxmix{ - pixel_x = 6; - pixel_y = -26 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"kRq" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"kRs" = ( -/obj/machinery/seed_extractor, -/turf/open/floor/plasteel, -/area/security/prison) -"kRG" = ( -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/maintenance/fore) -"kRR" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/security/main) -"kRV" = ( -/obj/machinery/camera{ - c_tag = "TEG - South Center"; - dir = 1; - network = list("ss13","engine") - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"kRW" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/plating, -/area/maintenance/fore) -"kSo" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"kSq" = ( -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/aft) -"kSB" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"kSS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"kTJ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"kTP" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"kTV" = ( -/obj/machinery/computer/message_monitor{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/tcommsat/computer) -"kUr" = ( -/turf/open/floor/plating, -/area/engine/atmos) -"kUL" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"kUM" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"kUR" = ( -/obj/machinery/door/airlock{ - name = "Unisex Restrooms" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/toilet/restrooms) -"kUZ" = ( -/turf/closed/wall, -/area/lawoffice) -"kVq" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/light_switch{ - pixel_x = 23 - }, -/turf/open/floor/wood, -/area/library/lounge) -"kVx" = ( -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Dormitory" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"kVC" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "Security" - }, -/obj/structure/plasticflaps/opaque, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"kVR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/artatrium) -"kVS" = ( -/obj/machinery/computer/upload/ai, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"kVZ" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"kWi" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"kWq" = ( -/obj/machinery/light/small{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"kWw" = ( -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"kWM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/security/range) -"kWV" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/bridge) -"kWX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"kWZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"kXh" = ( -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"kXq" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"kXu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Art Atrium" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel, -/area/artatrium) -"kXI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/closed/wall/r_wall, -/area/engine/break_room) -"kXX" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"kYd" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"kYf" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_x = -28 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"kYx" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"kYL" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"kYV" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"kYX" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = 2; - pixel_y = 3 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/machinery/camera{ - c_tag = "Research and Development"; - network = list("ss13","rd"); - pixel_x = 22 - }, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"kZe" = ( -/obj/machinery/telecomms/broadcaster/preset_right, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"kZx" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 1 - }, -/obj/effect/landmark/carpspawn, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"kZQ" = ( -/obj/structure/chair/stool, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"lae" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"lan" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/brig) -"laq" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 1; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"laB" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"laC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/stairs{ - dir = 8 - }, -/area/medical/medbay/central) -"laD" = ( -/obj/effect/decal/cleanable/cobweb, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"laQ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/bridge) -"lba" = ( -/obj/structure/cable/yellow{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"lbc" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"lbx" = ( -/obj/effect/landmark/xmastree, -/turf/open/floor/carpet, -/area/chapel/main) -"lbz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light_switch{ - pixel_y = -28 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"lbE" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"lcs" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"lcF" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/security/main) -"lcH" = ( -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai) -"lcK" = ( -/obj/machinery/door/airlock/external{ - name = "Engineering External Access"; - req_access_txt = "10;13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plating, -/area/maintenance/fore) -"lcQ" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/closet, -/turf/open/floor/plating, -/area/maintenance/fore) -"lcY" = ( -/obj/effect/turf_decal/delivery/white, -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1, -/turf/open/floor/plating/layenia, -/area/layenia) -"ldJ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plasteel/elevatorshaft, -/area/ai_monitored/storage/satellite) -"ldO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"ldX" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/atmos/glass{ - dir = 8; - name = "Turbine Hallway Access"; - req_access_txt = "32" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"lej" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 8; - name = "Mix to Filter" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"lek" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"lel" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"leo" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel/white/corner, -/area/science/research) -"leE" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel/yellowsiding{ - dir = 1 - }, -/area/crew_quarters/fitness/pool) -"leK" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"leP" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"lfg" = ( -/obj/structure/closet/secure_closet/medical2, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"lfo" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/bridge) -"lft" = ( -/obj/structure/mirror{ - pixel_y = 28 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"lfz" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"lfA" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/carpet/red, -/area/crew_quarters/bar) -"lfB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"lfD" = ( -/obj/item/stack/cable_coil/random, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"lfO" = ( -/obj/structure/lattice/catwalk, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating/asteroid/layenia, -/area/ai_monitored/storage/satellite) -"lfS" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hos" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"lfX" = ( -/obj/structure/closet/emcloset, -/turf/open/indestructible/concrete, -/area/layenia) -"lga" = ( -/obj/machinery/door/airlock/glass_large{ - name = "Art Supplies" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/artatrium) -"lgd" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/engineering) -"lgf" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/maintenance/solars/port/fore) -"lgh" = ( -/obj/machinery/atmospherics/pipe/manifold/green/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"lgj" = ( -/obj/machinery/atmospherics/pipe/manifold/green/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"lgn" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science) -"lgo" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/sign/poster/official/here_for_your_safety{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"lgw" = ( -/obj/structure/rack, -/obj/item/circuitboard/aicore{ - pixel_x = -2; - pixel_y = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, /obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"lgL" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/bridge) -"lgS" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/structure/railing, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"lgT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"lgW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"lgY" = ( -/obj/machinery/computer/atmos_control/tank/mix_tank{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"lhj" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"lhm" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/item/stack/packageWrap{ - pixel_x = -1; - pixel_y = -1 - }, -/obj/item/stack/wrapping_paper{ - pixel_x = 3; - pixel_y = 4 - }, -/obj/item/storage/box, -/obj/item/storage/box, -/obj/item/storage/box, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"lhn" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/main) -"lhw" = ( -/obj/machinery/door/airlock/medical/glass{ - dir = 4; - id_tag = "GeneticsDoor"; - name = "Genetics"; - req_access_txt = "5; 68" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"lhC" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/item/cigbutt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"lhW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"lig" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"liJ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"liQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/engine/break_room) -"ljj" = ( -/obj/machinery/suit_storage_unit/security, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/security/main) -"ljp" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"ljw" = ( -/obj/structure/table/wood, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/item/paper_bin{ - pixel_x = 5; - pixel_y = 4 - }, -/obj/structure/cable, -/obj/machinery/power/apc{ - areastring = "/area/medical/psych"; - name = "Psychologist's Office APC"; - pixel_y = -24 - }, -/obj/item/book/lorebooks/layenia_crystals, -/turf/open/floor/carpet/blue, -/area/medical/psych) -"ljz" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/hallway/primary/port/fore) -"lkd" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "Mix to Engine" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"lkl" = ( -/obj/item/assembly/prox_sensor{ - pixel_x = -4; - pixel_y = 1 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 8; - pixel_y = 9 - }, -/obj/item/assembly/prox_sensor{ - pixel_x = 9; - pixel_y = -2 - }, -/obj/item/assembly/prox_sensor{ - pixel_y = 2 - }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"lkq" = ( -/obj/machinery/air_sensor/atmos/mix_tank, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"lkG" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/theatre"; - dir = 8; - name = "Theatre APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"lkW" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"lli" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/starboard) -"lmk" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/table, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"lmu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=FPW"; - location = "FP2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"lmM" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"lmO" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/item/reagent_containers/food/snacks/grown/poppy{ - pixel_y = 2 - }, -/turf/open/floor/wood, -/area/chapel/main) -"lnb" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/item/storage/book/bible, -/turf/open/floor/wood, -/area/chapel/main) -"lne" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/item/flashlight/lantern{ - icon_state = "lantern-on"; - pixel_y = 8 - }, -/turf/open/floor/wood, -/area/chapel/main) -"lng" = ( -/obj/structure/closet, -/turf/open/floor/plating, -/area/maintenance/aft) -"lnr" = ( -/obj/structure/table, -/obj/item/kitchen/rollingpin, -/obj/item/shovel/spade, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"lnt" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"lnz" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/security/brig) -"lnL" = ( -/obj/structure/window, -/obj/structure/table/wood/fancy, -/obj/item/storage/book/bible{ - pixel_y = 5 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"lnM" = ( -/turf/closed/wall/r_wall, -/area/artatrium) -"lnQ" = ( -/obj/machinery/vending/cigarette, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"lnY" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"loe" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/window/northleft{ - dir = 4; - name = "Atmospherics Desk"; - req_access_txt = "24" - }, -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/engine/break_room) -"log" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel/white/side, -/area/science/misc_lab) -"lok" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/crew_quarters/fitness/pool) -"loz" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/atmos/air_output{ - dir = 8 - }, -/turf/open/floor/engine/air, -/area/engine/atmos) -"loU" = ( -/obj/structure/closet/radiation, -/obj/effect/turf_decal/delivery, -/obj/item/clothing/glasses/meson/engine, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"loZ" = ( -/obj/structure/sink/puddle, -/obj/structure/flora/ausbushes/reedbush{ - pixel_y = 6 - }, -/mob/living/carbon/monkey, -/turf/open/floor/grass, -/area/medical/genetics) -"lpk" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "briggate"; - name = "security blast door" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/security/brig) -"lpn" = ( -/obj/machinery/computer/apc_control{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"lpt" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/obj/machinery/camera{ - c_tag = "Locker Room Toilets"; - dir = 1 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"lpA" = ( -/obj/structure/closet/crate{ - name = "Asshole Containment" - }, -/obj/item/banhammer, -/obj/item/toy/plush/mammal/winfre{ - item_state = "Winfre"; - name = "Winfre, Destroyer of Fun" - }, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"lpZ" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"lqj" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/ai_monitored/storage/eva) -"lqn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"lqq" = ( -/obj/structure/window{ - dir = 1 - }, -/obj/structure/table/reinforced, -/obj/item/twohanded/rcl/pre_loaded, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"lqK" = ( -/obj/structure/table/reinforced, -/obj/structure/window{ - dir = 1 - }, -/obj/structure/window{ - dir = 4 - }, -/obj/item/clipboard, -/obj/item/paper/monitorkey, -/obj/item/book/lorebooks/welcome_to_kinaris, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"lqP" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "privacy shutter" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"lrc" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/machinery/porta_turret/ai{ - dir = 8 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"lrn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/port) -"lrp" = ( -/obj/machinery/computer/arcade/orion_trail{ - dir = 4 - }, -/turf/open/floor/carpet/black, -/area/arcade) -"lrA" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/effect/baseturf_helper/asteroid/layenia, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"lrE" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"lrI" = ( -/obj/machinery/computer/secure_data, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"lrJ" = ( -/obj/machinery/door/airlock/command/glass{ - name = "AI Core"; - req_access_txt = "65" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"lrX" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"lrY" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"lsh" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"lsm" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"lsq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/storage/primary) -"lsu" = ( -/obj/structure/table, -/obj/item/weldingtool, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"lsx" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore/secondary) -"lsR" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"ltj" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"lts" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/indestructible/concrete/smooth, -/area/layenia) -"ltt" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/ywflowers, -/obj/structure/window, -/turf/open/floor/grass, -/area/maintenance/port/aft) -"lty" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"ltM" = ( -/turf/closed/wall/r_wall, -/area/maintenance/solars/port/fore) -"ltN" = ( -/obj/effect/turf_decal/stripes/corner{ dir = 1 }, /obj/structure/flora/crystal/small/growth, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"luA" = ( -/obj/structure/cable{ - icon_state = "4-8" +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/primary/central) +"wkD" = ( +/obj/machinery/conveyor{ + id = "garbage" }, +/obj/item/trash/raisins, +/turf/open/floor/plating, +/area/maintenance/disposal) +"wkE" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/security/main/upper) +"wkV" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; + dir = 8; name = "air supply pipe" }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"luG" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"wkW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, -/obj/structure/bed, -/obj/item/bedsheet/medical, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"luQ" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/medical/sleeper"; + dir = 4; + name = "Treatment Center APC"; + pixel_x = 26 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"wkX" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/central) +"wlg" = ( +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"wlk" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 5 }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"luT" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light{ +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"wln" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"wlp" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"wlu" = ( +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "meeting"; + name = "Privacy Shutters" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/bridge) +"wlx" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"wlA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ dir = 1; - pixel_y = 19 + name = "air scrubber" }, -/obj/structure/railing, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"luV" = ( -/obj/structure/sign/plaques/atmos{ - pixel_y = -32 +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/structure/table, -/obj/item/storage/box, -/obj/item/storage/box, -/obj/machinery/light{ - pixel_y = -1 +/obj/effect/turf_decal/tile/blue{ + dir = 8 }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"lvn" = ( +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_traction_corner" + }, +/area/medical/medbay/aft) +"wlI" = ( +/obj/machinery/door/airlock/external{ + name = "Disposal External Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/maintenance/disposal) +"wlS" = ( /obj/effect/turf_decal/tile/yellow{ dir = 8 }, -/obj/machinery/light_switch{ - pixel_y = -28 +/obj/machinery/computer/atmos_control{ + dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ +/obj/structure/sign/plaques/atmos{ + pixel_y = -32 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/break_room) +"wma" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id = "Dorm3Shutters"; + name = "Dorm Shutters" + }, +/turf/open/floor/plating, +/area/crew_quarters/dorms/G) +"wmb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; - name = "air vent" + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "loadingarea_flip" }, /turf/open/floor/plasteel{ dir = 1; icon_state = "floor_plate" }, -/area/engine/break_room) -"lvp" = ( -/obj/effect/turf_decal/stripes/line{ +/area/quartermaster/storage) +"wmc" = ( +/obj/effect/turf_decal/stripes/box, +/obj/structure/railing, +/obj/structure/railing{ dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"lvD" = ( -/obj/machinery/camera{ - c_tag = "Kitchen Cold Room" - }, +/turf/open/floor/plating/layenia, +/area/layenia) +"wmg" = ( +/obj/structure/sign/nanotrasen, +/turf/closed/wall, +/area/hallway/primary/port/upper) +"wmu" = ( /obj/machinery/light{ - dir = 1; - pixel_y = 16 + dir = 4; + pixel_x = 7 }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"lwc" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/wood, -/area/engine/engineering) -"lwf" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 9 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/camera{ - c_tag = "TEG - South East"; +/obj/effect/turf_decal/loading_area{ dir = 8; - network = list("ss13","engine") + icon_state = "ledge"; + name = "ledge" + }, +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore/upper) +"wmv" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 }, /turf/open/floor/plasteel{ + dir = 8; icon_state = "floor_trim" }, -/area/engine/engineering) -"lwF" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 6 +/area/security/brig/upper) +"wmC" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/wood, +/area/lawoffice) +"wmJ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ name = "air supply pipe" }, /turf/open/floor/plasteel, -/area/engine/atmos) -"lwH" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ +/area/hallway/primary/starboard/upper) +"wmK" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"wmL" = ( +/obj/effect/turf_decal/tile/yellow{ dir = 8 }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 +/obj/machinery/computer/atmos_control{ + dir = 1 }, -/obj/effect/decal/cleanable/oil, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" +/turf/open/floor/plasteel/dark/corner, +/area/engine/break_room) +"wmO" = ( +/obj/item/shard, +/obj/item/clothing/head/cone, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/dorms"; + name = "Dormitory APC"; + pixel_y = -24 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/port/fore) +"wmP" = ( +/obj/structure/table/plasmaglass, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" }, /turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"lwZ" = ( -/obj/structure/sign/warning/securearea{ - pixel_x = 32 +/area/crew_quarters/bar) +"wmW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/obj/structure/table, -/obj/item/storage/box/prisoner, -/obj/machinery/camera{ - c_tag = "Labor Shuttle Dock North" +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/layenia{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"wni" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 }, /turf/open/floor/plasteel{ - icon_state = "floor_trim" + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" }, -/area/security/processing) -"lxz" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 +/area/hallway/primary/starboard/upper) +"wnk" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 }, /obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/power/apc/highcap/fifteen_k{ - areastring = "/area/engine/engineering"; - dir = 1; - name = "Engineering APC"; - pixel_y = 25 - }, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "1-2" + }, +/obj/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"wnp" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"wnq" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, /turf/open/floor/plasteel, -/area/engine/engineering) -"lxF" = ( +/area/security/prison) +"wnv" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"wnx" = ( +/obj/effect/turf_decal/stripes/box, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"wnA" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 5 + }, +/obj/structure/flora/junglebush, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cloudlayer) +"wnB" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/structure/flora/crystal/small/pile, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/security/prison) +"wnH" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/light/small{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plating, +/area/maintenance/disposal) +"wnJ" = ( +/turf/open/floor/plating, +/area/maintenance/disposal) +"wnL" = ( +/obj/machinery/conveyor{ + id = "garbage" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/maintenance/disposal) +"wnO" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/fitness) +"wnQ" = ( +/turf/closed/mineral/layenia, +/area/maintenance/fore/upper) +"wnS" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"wnV" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"wnW" = ( +/obj/machinery/door/airlock/mining/glass{ + dir = 4; + name = "Cargo Office"; + req_access_txt = "50" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "cargoshut1"; + name = "shutters" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/quartermaster/sorting) +"woc" = ( +/turf/closed/wall/r_wall, +/area/engine/tether) +"wod" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"woj" = ( +/obj/structure/sign/warning/docking, +/turf/closed/wall/r_wall, +/area/layenia) +"wom" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"woo" = ( +/obj/machinery/disposal/bin, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/sign/poster/official/safety_eye_protection{ + pixel_y = 31 + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/crew_quarters/heads/hor) +"wop" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/chair/bench/left{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/chapel/main) +"wos" = ( +/obj/structure/table/wood, +/obj/item/clothing/glasses/hud/security/sunglasses, +/turf/open/floor/wood, +/area/security/detectives_office) +"wox" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"woy" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"woz" = ( +/obj/structure/railing/handrail{ + dir = 1 + }, /obj/effect/turf_decal/loading_area{ dir = 10; icon_state = "steel_panel"; name = "steel pannel" }, -/obj/machinery/light_switch{ - pixel_x = 23 - }, -/turf/open/floor/plasteel/vaporwave, -/area/arcade) -"lxO" = ( -/obj/machinery/power/apc{ - areastring = "/area/security/courtroom"; +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; dir = 8; - name = "Courtroom APC"; - pixel_x = -24 + icon_state = "siding_wood_line"; + name = "wood" }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"lxT" = ( -/obj/machinery/shower{ - dir = 1 +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/park) +"woG" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "Holodeckshutter"; + name = "Holodeck Shutter" + }, +/turf/open/floor/plating, +/area/crew_quarters/locker) +"woK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/fence/door{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"woN" = ( +/obj/structure/bodycontainer/morgue{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Medbay Morgue"; + dir = 8; + network = list("ss13","medbay") + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/morgue) +"woS" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/structure/window, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"woZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/landmark/start/medical_doctor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"wpc" = ( +/turf/open/transparent/openspace, +/area/medical/medbay/upper) +"wpj" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"wpk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/fence, +/turf/open/floor/plating/layenia, +/area/layenia) +"wpu" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard) +"wpv" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" }, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ dir = 8; name = "air vent" }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"lyi" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" }, -/obj/item/pen, -/obj/effect/turf_decal/tile/purple{ - dir = 1 +/area/hallway/primary/starboard/upper) +"wpB" = ( +/obj/structure/cable{ + icon_state = "1-4" }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Custodial Closet" - }, -/turf/open/floor/plasteel, -/area/janitor) -"lyn" = ( -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/engine/air, -/area/engine/atmos) -"lyA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"lyH" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"wpF" = ( +/obj/structure/flora/crystal/small/pile, +/turf/open/indestructible/layenia/crystal, +/area/layenia) +"wpG" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 10 }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/break_room) -"lyP" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 4 +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"lza" = ( -/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"wpH" = ( +/obj/machinery/door/airlock/external{ + name = "Disposal External Airlock" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/structure/fans/tiny, /turf/open/floor/plating, -/area/hallway/secondary/exit) -"lzi" = ( -/obj/machinery/computer/station_alert{ +/area/maintenance/disposal) +"wpM" = ( +/obj/structure/railing{ dir = 8 }, +/turf/open/floor/plasteel/stairs/left, +/area/crew_quarters/locker) +"wpS" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/psych/rec) +"wpU" = ( /obj/machinery/button/door{ id = "atmos"; name = "Atmospherics Lockdown"; @@ -48764,790 +151020,286 @@ pixel_y = 4; req_access_txt = "24" }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, /obj/effect/turf_decal/tile/yellow{ dir = 8 }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/break_room) -"lzj" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"lzm" = ( -/turf/open/floor/engine, -/area/science/misc_lab) -"lzp" = ( -/obj/machinery/computer/card/minor/ce{ - dir = 4 - }, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Chief Engineer's Desk"; - departmentType = 3; - name = "Chief Engineer RC"; - pixel_x = -32 - }, -/obj/machinery/camera{ - c_tag = "Chief Engineer's Office"; - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"lzq" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"lzP" = ( -/obj/structure/flora/junglebush, -/obj/structure/flora/tree/jungle/small{ - pixel_x = -20; - pixel_y = 2 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/open/floor/grass, -/area/medical/sleeper) -"lzQ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/structure/table, -/obj/item/phone{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"lzR" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/effect/landmark/start/chief_engineer, -/obj/effect/landmark/nuclear_waste_spawner, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"lzS" = ( -/obj/structure/closet, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"lAh" = ( -/obj/structure/chair/foldingchair{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"lAr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"lAt" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"lAv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"lAz" = ( -/obj/structure/table/reinforced, -/obj/structure/window{ - dir = 4 - }, -/obj/item/book/lorebooks/engrams{ - pixel_x = 5 - }, -/obj/item/folder/yellow, -/obj/item/stamp/ce, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"lAD" = ( -/turf/open/floor/plasteel/stairs/medium{ - dir = 8 - }, -/area/layenia) -"lAP" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"lAR" = ( -/obj/machinery/disposal/bin, /obj/structure/disposalpipe/trunk{ dir = 1 }, +/obj/machinery/disposal/bin, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/break_room) +"wpX" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/suit/hooded/wintercoat, /turf/open/floor/plasteel/dark, -/area/storage/primary) -"lAU" = ( +/area/layenia/cave) +"wpY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 1 + }, +/area/medical/sleeper) +"wpZ" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel/dark, +/area/layenia/cave) +"wqb" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "scishut1"; + name = "shutters" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hor) +"wqg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark/side, +/area/bridge) +"wqh" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/transparent/openspace, +/area/security/brig/upper) +"wqm" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"wqp" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark, +/area/layenia/cave) +"wqq" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/camera{ + c_tag = "Research Division Access North"; + network = list("ss13","rd") + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 8 + }, +/area/science/research) +"wqr" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_trim" + }, +/area/medical/medbay/upper) +"wqu" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) +"wqw" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/item/healthanalyzer, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"wqA" = ( +/turf/closed/wall, +/area/theatre/blackbox) +"wqB" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/chair/sofa/left, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/medical/psych/rec) +"wqC" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, /obj/effect/turf_decal/tile/neutral{ dir = 4 }, /obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"lBd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; name = "air supply pipe" }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, /turf/open/floor/plasteel, -/area/engine/break_room) -"lBA" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ +/area/hallway/primary/starboard/upper) +"wqD" = ( +/obj/effect/turf_decal/tile/red{ dir = 1 }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"lBG" = ( -/obj/effect/overlay/palmtree_r, -/turf/open/floor/plating/beach/sand, -/area/hallway/secondary/exit) -"lBH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"lBW" = ( -/turf/open/floor/engine/air, -/area/engine/atmos) -"lCm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"lCt" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"lCI" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/flora/ausbushes/ywflowers, -/obj/structure/flora/ausbushes/stalkybush, -/turf/open/floor/grass, -/area/layenia) -"lCP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/tile/blue{ dir = 4 }, /turf/open/floor/plasteel, -/area/hallway/primary/fore) -"lDb" = ( -/turf/closed/wall/r_wall, -/area/security/execution/transfer) -"lDe" = ( -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" +/area/bridge) +"wqF" = ( +/obj/structure/sign/poster/random{ + pixel_x = -32 }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 +/turf/open/floor/plasteel, +/area/security/prison) +"wqG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"lDf" = ( -/obj/structure/chair/sofa/corner{ +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"lDk" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, /obj/machinery/light{ - dir = 4; - pixel_x = 7 + dir = 1; + pixel_y = 16 }, /turf/open/floor/plasteel/dark, -/area/storage/tech) -"lDs" = ( +/area/ai_monitored/security/armory) +"wqH" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"wqP" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; name = "air supply pipe" }, /obj/structure/cable{ icon_state = "2-8" }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/toilet/restrooms"; - dir = 4; - name = "Restrooms APC"; - pixel_x = 26 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"lDu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, /turf/open/floor/plasteel, -/area/maintenance/fore) -"lDB" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/obj/structure/table, -/obj/item/clothing/head/soft, -/obj/item/clothing/head/soft, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/quartermaster/storage) -"lDC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/purple/hidden{ - dir = 8 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering/reactor_control) -"lDF" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/science/xenobiology) -"lEc" = ( -/obj/machinery/mineral/stacking_machine{ - input_dir = 1; - stack_amt = 10 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"lEd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"lEv" = ( -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"lED" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/hydroponics) -"lFB" = ( -/turf/open/floor/plasteel/dark, -/area/gateway) -"lFK" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/virology{ - name = "Virology Airlock"; - req_access_txt = "39" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"lFO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/fore) -"lFW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/warehouse"; - dir = 4; - name = "Cargo Warehouse APC"; - pixel_x = 26 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/port) -"lGb" = ( -/obj/structure/noticeboard{ - pixel_y = 32 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, +/area/hallway/primary/fore/upper) +"wqT" = ( /obj/effect/turf_decal/tile/brown{ - dir = 1 + dir = 5 }, -/obj/item/toy/figure/cargotech{ - pixel_x = 10; - pixel_y = 7 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"lGm" = ( -/turf/closed/wall, -/area/security/vacantoffice/a) -"lGr" = ( -/turf/open/floor/plasteel/stairs/right{ - dir = 1 - }, -/area/layenia) -"lGU" = ( -/obj/machinery/door/airlock/research/glass{ +/obj/effect/turf_decal/loading_area{ dir = 4; - name = "Genetics Research"; - req_access_txt = "5; 9; 68" + icon_state = "drain"; + name = "drain" }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ +/turf/open/floor/plasteel/dark{ dir = 4; - name = "scrubbers pipe" + icon_state = "darkfull_plate" }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"lHp" = ( -/obj/structure/grille, -/turf/open/floor/plating/airless, -/area/ai_monitored/turret_protected/aisat_interior) -"lHq" = ( -/obj/structure/table, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/aisat_interior"; - dir = 8; - name = "MiniSat Antechamber APC"; - pixel_x = -24 - }, -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"lHy" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, /area/hallway/primary/port) -"lHz" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/storage/tech) -"lHH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/stairs/medium, -/area/maintenance/port) -"lHI" = ( -/obj/structure/table/plasmaglass, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"lHL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"lHP" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/storage/tech) -"lIi" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/storage/tech) -"lIk" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"lIq" = ( -/obj/structure/janitorialcart, -/obj/item/mop, -/obj/item/reagent_containers/glass/bucket, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, +"wqX" = ( +/turf/closed/wall, +/area/crew_quarters/toilet/locker) +"wrb" = ( /turf/open/floor/plasteel/dark, -/area/janitor) -"lIv" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/trash_pile, -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"lIK" = ( -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/hydroponics) -"lIM" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/artatrium) -"lIS" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/biogenerator, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"lJb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"lJs" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/table, -/obj/machinery/modular_computer/console/preset, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"lJE" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 8; - name = "Maintenance Access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore/secondary) -"lJV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"lKe" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"lKn" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"lKO" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel/white/side, -/area/medical/psych) -"lKZ" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/artatrium) -"lLo" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/engine/atmos) -"lLv" = ( -/obj/machinery/air_sensor/atmos/nitrous_tank, -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"lLD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/chair/bench, -/turf/open/floor/plasteel/chapel{ - dir = 4 - }, -/area/chapel/main) -"lLH" = ( -/mob/living/simple_animal/hostile/lizard{ - name = "Wags-His-Tail"; - real_name = "Wags-His-Tail" - }, -/turf/open/floor/plasteel, -/area/janitor) -"lLJ" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Teleporter"; - req_access_txt = "17;65" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"lLN" = ( +/area/layenia/cave) +"wrc" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ dir = 4; name = "air supply pipe" @@ -49556,868 +151308,1567 @@ dir = 4; name = "scrubbers pipe" }, -/turf/open/floor/plating, -/area/maintenance/fore) -"lLW" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"lMd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"lMu" = ( -/obj/machinery/computer/station_alert{ - dir = 4 - }, -/obj/machinery/computer/security/telescreen/ce{ - dir = 4; - pixel_x = -24 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"lMB" = ( -/obj/machinery/disposal/bin, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"lMX" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/hallway/primary/aft) -"lMZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, /obj/structure/cable{ icon_state = "1-2" }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"lNl" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/sleeper) -"lNt" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/artatrium) -"lNu" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/science/research) -"lNB" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/checker, -/area/artatrium) -"lND" = ( -/obj/structure/table/reinforced, -/obj/item/cartridge/engineering{ - pixel_x = 4; - pixel_y = 5 - }, -/obj/item/cartridge/engineering{ - pixel_x = -3; - pixel_y = 2 - }, -/obj/item/cartridge/engineering{ - pixel_x = 3 - }, -/obj/item/cartridge/atmos, -/obj/structure/window{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"lNM" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"lOc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"lOA" = ( -/turf/open/floor/plating, -/area/maintenance/starboard) -"lOJ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"lPa" = ( -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"lPj" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"lPV" = ( -/obj/structure/chair/bench/left{ - dir = 1 - }, -/turf/open/floor/plasteel/chapel, -/area/chapel/main) -"lPW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"lQw" = ( -/turf/open/lava/plasma, -/area/layenia) -"lQB" = ( -/obj/structure/rack, -/obj/item/lighter, -/obj/item/clothing/glasses/meson{ - pixel_y = 4 - }, -/obj/item/stock_parts/cell/high/plus, -/obj/item/reagent_containers/pill/patch/silver_sulf, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"lQY" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "privacy shutter" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"lRg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"lRo" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"lRs" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/engine/break_room) -"lRA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, /obj/structure/cable{ icon_state = "1-8" }, /turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"lRO" = ( +/area/construction/mining/aux_base) +"wro" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_whole_alt" + }, +/area/layenia/cloudlayer) +"wrC" = ( +/obj/structure/lattice/catwalk, +/obj/structure/trash_pile, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"wrT" = ( /obj/structure/lattice/catwalk, /obj/machinery/light{ dir = 1; pixel_y = 19 }, -/obj/structure/railing{ - dir = 4 - }, +/obj/effect/landmark/carpspawn, /turf/open/chasm/cloud, /area/layenia/cloudlayer) -"lRQ" = ( -/obj/structure/flora/crystal/medium/growth{ - pixel_x = -20 - }, -/turf/open/indestructible/layenia/crystal, -/area/layenia) -"lRS" = ( -/obj/structure/table/reinforced, -/obj/item/integrated_circuit_printer, -/obj/item/integrated_circuit_printer{ - pixel_y = 6 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"lSb" = ( -/turf/open/floor/plasteel/yellowsiding/corner{ - dir = 8 - }, -/area/maintenance/fore) -"lSg" = ( -/obj/structure/table, -/obj/item/paper/guides/jobs/hydroponics, -/obj/item/reagent_containers/glass/bottle/mutagen, -/obj/item/reagent_containers/glass/bottle/mutagen, -/obj/item/reagent_containers/glass/bottle/mutagen, -/obj/item/toy/figure/botanist, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ +"wrW" = ( +/obj/machinery/door/airlock/external{ dir = 8; - name = "air vent" + name = "External Access"; + req_access_txt = "12" }, -/obj/machinery/reagentgrinder{ - pixel_y = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"lSI" = ( -/obj/effect/turf_decal/tile/blue{ +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 4 }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/medical/medbay/central) -"lTb" = ( -/obj/structure/table, -/obj/item/stack/sheet/glass/fifty{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/stack/sheet/metal/fifty, -/obj/item/clothing/glasses/welding, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"lTe" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hydroponics/garden) -"lTD" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/structure/table, -/obj/machinery/modular_computer/console/preset, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"lTI" = ( -/obj/structure/table/plasmaglass, -/obj/item/ashtray, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"lTM" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/door_timer{ - id = "Cell 2"; - name = "Cell 2"; - pixel_y = -32 - }, -/obj/machinery/camera{ - c_tag = "Brig Central"; - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/brig) -"lTO" = ( -/obj/structure/flora/junglebush, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/grass, -/area/medical/sleeper) -"lTR" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/security/courtroom) -"lTW" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"lUc" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"lUk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/security/brig) -"lUt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/ai_monitored/security/armory) -"lUA" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/science/misc_lab) -"lUH" = ( -/obj/structure/plasticflaps/opaque, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"lUJ" = ( -/obj/effect/spawner/lootdrop/keg, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/starboard/aft) -"lUM" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"lUN" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/medical/virology) -"lUW" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"lVs" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/circuit) -"lVz" = ( -/turf/closed/wall/r_wall, -/area/maintenance/port/fore) -"lVC" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/storage/tech) -"lVU" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/sign/poster/official/here_for_your_safety{ - pixel_y = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"lVX" = ( -/obj/machinery/pool/controller, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"lWB" = ( -/turf/closed/wall/r_wall, -/area/security/checkpoint/supply) -"lWF" = ( +/area/layenia/cave) +"wsd" = ( /obj/structure/table/wood, /obj/item/flashlight/lamp/green{ pixel_x = -4; pixel_y = 14 }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, /obj/item/folder/white{ pixel_x = 6; pixel_y = -1 }, /turf/open/floor/carpet/blue, -/area/medical/psych) -"lWR" = ( -/obj/machinery/door/firedoor, +/area/medical/psych/therapy) +"wse" = ( +/obj/machinery/rnd/server, +/turf/open/floor/circuit/telecomms/server, +/area/science/server) +"wsf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/layenia/cave) +"wss" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/crew_quarters/dorms/upper) +"wsC" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/medical/storage) +"wsD" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"wsF" = ( +/turf/closed/wall/r_wall, +/area/medical/virology) +"wsG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/teleporter) +"wsS" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 4; + name = "air supply pipe" + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"wsT" = ( +/obj/machinery/door/airlock/external{ + dir = 8; + name = "External Access"; + req_access_txt = "12" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/layenia/cave) +"wsU" = ( +/obj/structure/flora/crystal/small/growth, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"wtg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/chair/bench/left{ + dir = 1 + }, +/turf/open/floor/plasteel/chapel{ + dir = 4 + }, +/area/chapel/main) +"wtn" = ( +/obj/structure/lattice/catwalk, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"wtr" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"wtA" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/transparent/openspace, +/area/security/brig/upper) +"wtE" = ( +/obj/machinery/teleport/hub, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/teleporter) +"wtH" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/ladder, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"wtN" = ( +/obj/structure/table, +/obj/item/cultivator, +/obj/item/plant_analyzer, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/prison) +"wuc" = ( +/obj/structure/table/wood, +/obj/item/candle{ + pixel_x = 8; + pixel_y = 6 + }, /obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/fitness/pool) +"wuk" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; icon_state = "drain"; name = "drain" }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"wul" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/barber) +"wuo" = ( +/obj/structure/table/wood, +/obj/item/newspaper{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/newspaper, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/barber) +"wup" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig) +"wuv" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/layenia/cave) +"wuy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 1; + icon_state = "stairs_wood_m"; + name = "wood medium" + }, +/area/crew_quarters/bar/cafe) +"wuC" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10; + name = "air supply pipe" + }, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"wuE" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/layenia/cave) +"wuF" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/item/book/lorebooks/layenia_crystals, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"wuI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"wuJ" = ( +/obj/machinery/conveyor{ + id = "garbage" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/maintenance/disposal) +"wuX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/engineering/glass{ + dir = 4; + name = "Thermoelectric Generator Engine Room"; + req_access_txt = "10" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/engineering) +"wva" = ( +/turf/closed/wall, +/area/maintenance/port/aft) +"wvd" = ( +/obj/structure/closet/emcloset, +/turf/open/indestructible/concrete, +/area/layenia) +"wvf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/oil{ + icon_state = "floor6" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"wvg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/wood, +/area/library) +"wvh" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"wvk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/ai_monitored/security/armory) +"wvm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/aft) +"wvq" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, /turf/open/floor/plasteel, -/area/science/research) -"lWX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ +/area/crew_quarters/dorms/upper) +"wvt" = ( +/obj/machinery/atmospherics/pipe/simple/multiz, +/turf/open/floor/plating, +/area/security/brig/upper) +"wvu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/construction/mining/aux_base) +"wvA" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"wvG" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/layenia/cave) +"wvR" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/vacantoffice/a) +"wvT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"wvU" = ( +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"wvY" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"wwe" = ( +/obj/structure/table, +/obj/item/book/manual/chef_recipes, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/kitchen) +"wwf" = ( +/obj/item/cigbutt, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/medical/medbay/central) +"wwh" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"wwl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"wwm" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 9 + }, +/obj/structure/flora/junglebush, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=180" + }, +/area/layenia/cloudlayer) +"wwp" = ( +/turf/closed/wall, +/area/crew_quarters/toilet/restrooms) +"wwq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/cigbutt, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"wws" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_y = 6 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/maintenance/starboard/aft/upper) +"wwD" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/barricade/wooden{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/port) +"wwE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/trash_pile, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"wwG" = ( +/turf/closed/wall, +/area/medical/psych) +"wwH" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/D) +"wwK" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ dir = 4 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" }, -/turf/open/floor/plating, -/area/engine/atmos) -"lXa" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/structure/table, -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/item/toy/plush/plushvar{ - desc = "I fixed the wiring for you."; - name = "Engivar" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"lXc" = ( -/obj/machinery/space_heater, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/atmos) -"lXg" = ( -/obj/machinery/camera{ - c_tag = "Secure Tech Storage" - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-05" - }, -/obj/machinery/airalarm{ - pixel_y = 23 - }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"lXp" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"lXw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/medical/medbay/central"; - dir = 4; - name = "Medbay APC"; - pixel_x = 24 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"lXK" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ dir = 8; - name = "air vent" + name = "air supply pipe" }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"lXR" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/AI, -/turf/open/floor/plasteel, -/area/storage/tech) -"lYf" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/plating, -/area/crew_quarters/fitness/pool) -"lYi" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/shutters{ - id = "teledoor"; - name = "MiniSat Teleport Access" +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/fore) +"wwW" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 10; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/maintenance/department/engine/upper) +"wwY" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/sign/directions/engineering{ + dir = 4; + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/fore) +"wxa" = ( +/obj/structure/flora/crystal/medium/growth, +/obj/effect/turf_decal/weather/grass/line{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"wxc" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/toy/figure/cargotech{ + pixel_x = 10; + pixel_y = 7 + }, +/obj/machinery/camera{ + c_tag = "Cargo Desk"; + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/sorting) +"wxg" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/landmark/carpspawn, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"wxk" = ( +/obj/structure/closet, +/obj/item/clothing/head/helmet/roman/legionnaire, +/obj/item/clothing/shoes/roman, +/obj/item/clothing/under/roman, +/obj/item/shield/riot/roman/fake, +/obj/item/clothing/under/redeveninggown, +/obj/item/clothing/shoes/highheels, +/obj/item/clothing/under/singerb, +/obj/item/clothing/under/blacktango, +/obj/item/clothing/under/drfreeze, +/obj/item/clothing/under/janimaid, +/obj/machinery/light/small{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/theatre) +"wxs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ dir = 4 }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"lYl" = ( -/obj/machinery/power/apc{ - areastring = "/area/science/xenobiology"; - dir = 8; - name = "Xenobiology APC"; - pixel_x = -25 +/area/engine/engineering) +"wxu" = ( +/obj/machinery/door/airlock/atmos/abandoned{ + dir = 1; + name = "Atmospherics Maintenance"; + req_access_txt = "12;24" }, -/obj/structure/cable, /turf/open/floor/plating, -/area/science/xenobiology) -"lYu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ +/area/maintenance/department/engine/upper) +"wxw" = ( +/turf/open/floor/plating/snowed/smoothed, +/area/layenia/cloudlayer) +"wxz" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/turf/open/floor/plasteel/dark, +/area/layenia/cave) +"wxC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"wxF" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/heads/captain) +"wxI" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing{ dir = 4 }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"wxL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"wxM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, /obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"lYz" = ( -/obj/machinery/air_sensor/atmos/air_tank, -/turf/open/floor/engine/air, -/area/engine/atmos) -"lYO" = ( +/obj/structure/chair/foldingchair, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"wxQ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, /obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/maintenance/disposal) -"lYR" = ( -/obj/machinery/atmospherics/components/binary/valve, -/obj/machinery/button/door/incinerator_vent_toxmix{ +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_whole" + }, +/area/medical/medbay/aft) +"wxR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/security/visitation) +"wxU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/maintenance/department/engine/upper) +"wxV" = ( +/obj/machinery/microwave{ + pixel_y = 5 + }, +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/checker, +/area/bridge) +"wya" = ( +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/fitness"; + name = "Fitness Room APC"; pixel_y = -24 }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/crew_quarters/fitness) +"wyd" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/C) +"wyz" = ( /obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/item/ashtray, +/obj/item/cigbutt, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"wyE" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Park Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/layenia/cave) +"wyG" = ( +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "xenobio1"; + name = "containment blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"wyS" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/closed/wall/r_wall, +/area/maintenance/starboard/aft/upper) +"wze" = ( +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"wzj" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit/upper) +"wzn" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/layenia/cave) +"wzo" = ( +/obj/structure/table/wood, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-18"; + pixel_y = 14 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/spa/sauna) +"wzs" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"wzw" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"wzE" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"wzF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/newscaster{ + pixel_x = -32 + }, +/turf/open/floor/plasteel/stairs/left, +/area/medical/sleeper) +"wzK" = ( +/turf/closed/wall, +/area/science/robotics/lab) +"wzT" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/layenia{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"wzU" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"wzZ" = ( +/obj/structure/table/wood, +/obj/item/folder{ + pixel_y = 2 + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/barber) +"wAe" = ( +/obj/structure/flora/crystal/small/growth, +/obj/effect/turf_decal/weather/grass/line{ + dir = 9 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"wAm" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"wAo" = ( +/obj/structure/table, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard) +"wAt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos, +/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/department/engine/upper) +"wAv" = ( +/obj/structure/closet/secure_closet/freezer{ + name = "fridge" + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets, +/obj/item/reagent_containers/food/snacks/burger/baconburger, +/obj/item/reagent_containers/food/snacks/burger/baconburger, +/obj/item/reagent_containers/food/snacks/candy, +/obj/item/reagent_containers/food/snacks/candy, +/obj/item/reagent_containers/food/snacks/candy, +/obj/item/reagent_containers/food/snacks/cakeslice/lime, +/obj/item/reagent_containers/food/snacks/burrito, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/checker, +/area/bridge) +"wAz" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/stock_parts/cell/high/plus, +/turf/open/floor/plating, +/area/ai_monitored/storage/eva) +"wAD" = ( +/obj/machinery/door/airlock/external{ + dir = 8; + name = "Atmospherics External Access"; + req_access_txt = "24" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"wAE" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/window/reinforced{ dir = 8 }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"wAH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/department/engine/upper) +"wAI" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"wAL" = ( +/obj/machinery/door/airlock/external{ + dir = 8; + name = "Atmospherics External Access"; + req_access_txt = "24" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/maintenance/department/engine/upper) +"wAM" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"wAU" = ( +/turf/closed/wall/r_wall, +/area/engine/custom) +"wAV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"wBh" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"wBl" = ( +/obj/machinery/door/airlock/engineering{ + dir = 8; + name = "SMES Room"; + req_access_txt = "32" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/engine_smes) +"wBy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"wBD" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/secondary/exit) +"wBE" = ( +/obj/machinery/door/airlock/command{ + dir = 4; + name = "Research Director"; + req_access_txt = "30" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/heads/hor) +"wBF" = ( +/turf/open/floor/plasteel, +/area/maintenance/starboard/aft/upper) +"wBP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"wBV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"wBX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/department/medical/upper) +"wCc" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/department/engine/upper) +"wCj" = ( +/obj/structure/table, +/obj/item/ashtray, +/turf/open/floor/wood, +/area/maintenance/starboard/aft/upper) +"wCr" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/checker, +/area/hallway/primary/aft/upper) +"wCt" = ( +/obj/structure/table/reinforced, +/obj/machinery/button/door{ + id = "xenobio4"; + name = "Containment Blast Doors"; + pixel_y = 4; + req_access_txt = "55" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark, +/area/science/xenobiology) +"wCu" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/weather/grass/line{ + dir = 5 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/stalkybush, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/weather/grass/corner{ + dir = 1 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/hallway/primary/port) +"wCA" = ( +/obj/structure/bed/dogbed/renault, +/mob/living/simple_animal/pet/fox/Renault, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/heads/captain) +"wCC" = ( +/obj/structure/flora/crystal/medium/growth, +/turf/open/indestructible/layenia/crystal, +/area/maintenance/starboard/central/upper) +"wCE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/starboard) +"wCH" = ( +/obj/structure/grille, +/turf/open/floor/plating/airless, +/area/layenia/cloudlayer) +"wCL" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, /obj/effect/turf_decal/tile/neutral{ dir = 8 }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/security/visitation) +"wCP" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/grass, +/area/crew_quarters/dorms/upper) +"wCU" = ( +/obj/structure/flora/crystal/small/pile, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"wCV" = ( +/obj/structure/flora/junglebush/b, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"wDc" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"wDj" = ( +/obj/structure/table, +/obj/item/storage/box/lights/mixed{ + pixel_y = 13 + }, +/obj/item/storage/box/lights/mixed{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark, +/area/janitor/upper) +"wDk" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/closet/radiation, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"wDr" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ dir = 4 @@ -50425,67 +152876,69 @@ /obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"lYU" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"lZf" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/obj/structure/railing{ +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"lZg" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 +/obj/machinery/camera{ + c_tag = "Xenoarchaeology Access"; + dir = 5 }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" +/turf/open/floor/plasteel/dark, +/area/science/research) +"wDt" = ( +/obj/machinery/holopad, +/obj/structure/cable{ + icon_state = "1-2" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; + dir = 6; name = "air supply pipe" }, -/obj/structure/cable{ - icon_state = "4-8" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"lZj" = ( -/obj/structure/flora/crystal/small/pile{ - icon_state = "crystals3" +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" }, -/obj/structure/flora/crystal/small/growth{ - icon_state = "crystalgrowth4" +/area/security/processing) +"wDy" = ( +/turf/open/floor/carpet/blue, +/area/medical/psych/roomA{ + name = "Psychology Dorm A" + }) +"wDz" = ( +/obj/item/clothing/head/cone, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"wDD" = ( +/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ + dir = 8 }, -/turf/open/indestructible/layenia/crystal/garden, -/area/crew_quarters/heads/hor) -"lZz" = ( +/turf/open/floor/plasteel, +/area/engine/atmos) +"wDE" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/port/upper) +"wDF" = ( +/turf/open/floor/plating/asteroid/layenia/garden, +/area/layenia/cave) +"wDG" = ( /obj/structure/cable{ icon_state = "0-2" }, @@ -50500,5553 +152953,2200 @@ /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/engine, /area/science/xenobiology) -"lZM" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" +"wDH" = ( +/obj/machinery/space_heater, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/storage/tech) -"lZU" = ( +/area/quartermaster/warehouse) +"wDN" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/port/upper) +"wDQ" = ( +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/table_frame/wood, +/obj/item/stack/sheet/mineral/wood, +/turf/open/floor/wood, +/area/maintenance/fore/upper) +"wDT" = ( +/obj/machinery/vending/wardrobe/jani_wardrobe, +/turf/open/floor/plasteel/dark, +/area/janitor/upper) +"wDU" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/port/upper) +"wDX" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"wDZ" = ( +/turf/open/floor/plasteel/stairs/medium{ + icon_state = "stairs_darkfull_m"; + name = "dark medium" + }, +/area/engine/atmos) +"wEe" = ( +/obj/structure/bed/roller, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/gateway) +"wEg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"wEp" = ( +/turf/closed/wall/r_wall, +/area/science/server) +"wEq" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; + dir = 8; name = "air supply pipe" }, -/turf/open/floor/wood, -/area/library) -"lZZ" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" +/obj/structure/cable{ + icon_state = "4-8" }, -/area/security/main) -"mab" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hopqueue"; - name = "HoP Queue Shutters" +/turf/open/floor/plasteel, +/area/hallway/secondary/entry/upper) +"wEr" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 }, /obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"wEA" = ( +/obj/structure/bookcase/random, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/lounge) +"wEH" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/effect/turf_decal/tile/red{ dir = 1 }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"map" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"mar" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"mat" = ( -/obj/structure/table, -/obj/item/storage/firstaid/regular{ - empty = 1; - name = "First-Aid (empty)" - }, -/obj/item/storage/firstaid/regular{ - empty = 1; - name = "First-Aid (empty)" - }, -/obj/item/storage/firstaid/regular{ - empty = 1; - name = "First-Aid (empty)" - }, -/obj/item/healthanalyzer, -/obj/item/healthanalyzer, -/obj/item/healthanalyzer, -/obj/machinery/airalarm{ +/obj/effect/turf_decal/loading_area{ dir = 1; - pixel_y = -22 + icon_state = "drain"; + name = "drain" }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"mau" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/obj/machinery/light{ + dir = 1; + pixel_y = 19 }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"max" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"maJ" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/box, /turf/open/floor/plasteel{ dir = 4; - icon_plating = "floor"; - icon_state = "floor_whole" + icon_state = "floor_plate" }, -/area/crew_quarters/dorms) -"maO" = ( +/area/hallway/primary/fore/upper) +"wEI" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/dark/corner{ + dir = 4 + }, +/area/hallway/primary/aft/upper) +"wEM" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 13 + }, +/obj/item/storage/box/donkpockets/donkpocketpizza{ + pixel_y = 10 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"wEO" = ( /obj/structure/cable{ - icon_state = "1-2" + icon_state = "0-8" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/processing) -"maR" = ( -/obj/structure/chair/stool, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"maY" = ( -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"mbe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" +/obj/machinery/power/apc{ + areastring = "/area/maintenance/department/medical/upper"; + dir = 1; + name = "Upper Medbay Maintenance APC"; + pixel_y = 26 }, /obj/structure/cable{ - icon_state = "1-2" + icon_state = "2-8" }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"mbi" = ( -/obj/machinery/chem_dispenser, -/obj/effect/turf_decal/tile/yellow{ +/turf/open/floor/plating, +/area/maintenance/department/medical/upper) +"wES" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/engine/engineering/reactor_control) +"wFa" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Unisex Restrooms Maintenance"; + req_access_txt = "12" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/toilet/upper) +"wFg" = ( +/obj/machinery/computer/aifixer{ dir = 1 }, -/obj/effect/turf_decal/tile/yellow{ +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/crew_quarters/heads/hor) +"wFo" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/dorms) +"wFs" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/crew_quarters/lounge) +"wFB" = ( +/obj/structure/railing/handrail, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"wFF" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ dir = 4 }, /obj/machinery/light{ dir = 1; pixel_y = 19 }, -/obj/machinery/power/apc{ - areastring = "/area/medical/chemistry"; - dir = 1; - name = "Chemistry APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"mbt" = ( -/obj/item/toy/plush/mammal/chemlight{ - pixel_x = 8; - pixel_y = 10 - }, -/obj/item/coin/uranium{ - pixel_x = -7; - pixel_y = 4 - }, -/obj/item/flashlight/glowstick{ - pixel_y = -5 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"mbA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/security/vacantoffice/a) -"mbM" = ( -/obj/structure/table, -/obj/structure/railing{ - dir = 4 - }, -/obj/item/storage/box/lights/mixed{ - pixel_x = -3; - pixel_y = 5 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"mcl" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - dir = 4; - name = "Bridge"; - req_access_txt = "19" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/bridge) -"mcr" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"mcC" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/chasm/cloud, +/turf/open/floor/plating/layenia, /area/layenia/cloudlayer) -"mcF" = ( -/obj/structure/table/wood/fancy, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/sign/painting/library_secure{ - pixel_x = 25 - }, -/turf/open/floor/plasteel/dark, -/area/artatrium) -"mcG" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"mcS" = ( -/obj/structure/flora/crystal/medium/growth, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"mcY" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"mdj" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"mdx" = ( -/obj/item/shovel, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"mdC" = ( +"wFI" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; + dir = 8; name = "air vent" }, -/turf/open/floor/plasteel, -/area/science/mixing) -"mdI" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" +/area/crew_quarters/bar/cafe) +"wFM" = ( +/obj/machinery/teleport/station, +/obj/effect/turf_decal/bot{ + dir = 1 }, -/obj/structure/cable{ - icon_state = "4-8" +/obj/machinery/light{ + dir = 4; + pixel_x = 7 }, -/obj/structure/cable{ - icon_state = "1-4" +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" }, -/obj/structure/disposalpipe/segment{ +/area/teleporter) +"wFO" = ( +/obj/structure/chair/sofa/left{ dir = 4 }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/lounge) +"wFP" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "medprivA"; + name = "privacy door" + }, +/obj/effect/spawner/structure/window, /turf/open/floor/plating, -/area/maintenance/fore/secondary) -"mdO" = ( -/obj/structure/cable{ - icon_state = "4-8" +/area/medical/patients_rooms/room_a) +"wFQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/maintenance/port/fore) -"mdX" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"mea" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"meb" = ( +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"wFT" = ( /obj/machinery/door/airlock/maintenance{ + dir = 8; name = "Maintenance Access"; req_access_txt = "12" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"mee" = ( -/obj/machinery/hydroponics/soil{ - pixel_y = 8 - }, -/obj/item/seeds/poppy, -/turf/open/floor/grass, -/area/chapel/main) -"mel" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/maintenance/starboard/aft) -"mew" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/electricshock, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"meA" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/obj/structure/disposalpipe/segment{ - dir = 10 +/turf/open/floor/plating, +/area/maintenance/theatre/upper) +"wFW" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/open/floor/plasteel, -/area/security/brig) -"meG" = ( -/obj/structure/chair/comfy/black{ - dir = 1 +/obj/structure/cable{ + icon_state = "2-8" }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"mfT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/structure/cable{ + icon_state = "1-8" }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"mfW" = ( -/obj/structure/table/wood, -/obj/item/storage/photo_album, -/obj/item/camera{ - pixel_y = 5 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"wFX" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/teleporter) +"wGe" = ( +/obj/structure/chair/sofa/left, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 5; + icon_state = "siding_wood_line"; + name = "wood" }, /turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"mgh" = ( -/obj/effect/turf_decal/loading_area{ +/area/maintenance/starboard/aft/upper) +"wGi" = ( +/turf/closed/wall/r_wall, +/area/teleporter) +"wGn" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 10 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"wGq" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/ushanka, +/turf/open/floor/wood, +/area/maintenance/fore/upper) +"wGr" = ( +/obj/item/cigbutt, +/turf/open/floor/wood, +/area/science/research) +"wGt" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/lounge) +"wGE" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"wGF" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"wGI" = ( +/obj/structure/table/wood/fancy, +/obj/item/flashlight/lamp/green{ + pixel_x = 4; + pixel_y = 16 + }, +/obj/machinery/newscaster{ + pixel_x = 30 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/lounge) +"wGN" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/theatre/mime) +"wGP" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/lounge) +"wGQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; - icon_state = "drain"; - name = "drain" + name = "scrubbers pipe" }, /turf/open/floor/plasteel{ dir = 4; icon_state = "floor_plate" }, -/area/science/misc_lab) -"mgr" = ( -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/camera{ - c_tag = "Prison Common Room 2"; - dir = 10; - network = list("ss13","prison") - }, -/turf/open/floor/plating/asteroid/layenia/garden, /area/security/prison) -"mgB" = ( -/obj/machinery/door/poddoor/preopen{ - id = "primaryshut1"; - name = "primary blast door" +"wGW" = ( +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" +/area/hallway/primary/port/upper) +"wHb" = ( +/obj/structure/table/wood/fancy, +/obj/structure/sign/poster/random{ + pixel_x = 32 }, -/area/hallway/primary/fore) -"mgM" = ( -/obj/structure/railing, -/obj/structure/railing{ - dir = 8 +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" +/area/crew_quarters/lounge) +"wHe" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/medical/psych/ward) +"wHf" = ( +/obj/structure/table/wood/fancy, +/obj/item/flashlight/lamp{ + pixel_y = 7 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/lounge) +"wHm" = ( +/turf/closed/wall, +/area/medical/chemistry) +"wHn" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/vending/autodrobe{ + req_access = null }, /turf/open/floor/plating, -/area/maintenance/starboard/central) -"mgP" = ( -/obj/structure/table, -/obj/item/reagent_containers/spray/cleaner, -/obj/item/storage/belt/medical{ - pixel_y = 2 +/area/hallway/primary/fore) +"wHq" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 }, -/obj/item/storage/belt/medical{ - pixel_y = 2 +/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ + dir = 4 }, -/obj/item/storage/belt/medical{ - pixel_y = 2 +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 }, /turf/open/floor/plasteel/dark, /area/medical/sleeper) -"mgT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 +"wHu" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" }, +/area/crew_quarters/lounge) +"wHx" = ( +/obj/structure/grille, /turf/open/floor/plating, -/area/maintenance/starboard/central) -"mhd" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/sink{ - pixel_y = 20 - }, -/obj/item/reagent_containers/glass/bucket, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/chapel/main) -"mhh" = ( -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/maintenance/port/aft) -"mhn" = ( -/obj/machinery/conveyor{ - id = "garbage" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"mhD" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/checker, -/area/engine/atmos) -"mhE" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"mhI" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel{ - dir = 4; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/crew_quarters/fitness) -"mhR" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/maintenance/fore) -"mid" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"mih" = ( -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "xenobio4"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, +/area/maintenance/starboard/upper) +"wHC" = ( /obj/machinery/light{ dir = 8; pixel_x = -7 }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"miv" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"miz" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"miR" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment, -/obj/machinery/space_heater, -/turf/open/floor/plasteel, -/area/engine/break_room) -"miX" = ( -/obj/structure/chair/bench, -/turf/open/floor/plasteel/chapel, -/area/chapel/main) -"miY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/main) -"mjc" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Private Study maintenance access"; - req_access_txt = "37" - }, -/turf/open/floor/engine/cult, -/area/maintenance/port) -"mjB" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"mjH" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"mjJ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"mjP" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - req_access_txt = "48" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"mjR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/quartermaster/office) -"mjU" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plasteel, -/area/engine/engineering) -"mjX" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"mjY" = ( -/obj/structure/chair/bench/left{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"mkg" = ( -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/effect/decal/cleanable/oil{ - icon_state = "floor5" - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"mkn" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"mkr" = ( -/obj/structure/pool/ladder{ - dir = 8; - pixel_x = 2 - }, -/turf/open/pool, -/area/maintenance/fore) -"mkE" = ( -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"mlc" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/brig) -"mlf" = ( -/obj/machinery/button/door{ - id = "jangarage"; - name = "Custodial Closet Shutters Control"; - pixel_x = 25; - req_access_txt = "26" - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel, -/area/janitor) -"mlr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/effect/landmark/start/cargo_technician, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"mlB" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"mlD" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/fence, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"mlE" = ( +/obj/structure/rack/shelf, /obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/science/research) -"mlF" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; + dir = 1; icon_state = "drain"; name = "drain" }, /turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" }, +/area/crew_quarters/bar/cafe/storage) +"wHD" = ( +/obj/structure/chair/bench/metal, +/obj/structure/sign/painting/library{ + pixel_y = -24 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"wHE" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/vending/dinnerware, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/bar/cafe/storage) +"wHG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, /area/hallway/primary/fore) -"mlR" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ +"wHL" = ( +/obj/structure/railing{ dir = 8 }, -/obj/machinery/atmospherics/components/binary/pump/on{ +/obj/effect/turf_decal/tile/purple{ + dir = 10 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/janitor/upper) +"wHN" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/junglebush, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/loading_area{ dir = 1; - name = "Air Outlet Pump" + icon_state = "drain"; + name = "drain" }, -/turf/open/floor/plasteel/white/corner, -/area/engine/atmos) -"mmk" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Security Maintenance"; - req_access_txt = "1" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"mms" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "xenobio4"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"mmF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark/corner{ +/obj/structure/window/reinforced/tinted{ dir = 1 }, -/area/engine/atmos) -"mmM" = ( +/turf/open/floor/grass, +/area/hallway/primary/starboard/upper) +"wHT" = ( +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/white, +/area/medical/psych/ward) +"wHW" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/junglebush/large{ + icon_state = "bush"; + pixel_y = -24 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/window/reinforced/tinted{ + dir = 1 + }, +/turf/open/floor/grass, +/area/hallway/primary/starboard/upper) +"wIh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/xenobiology) +"wIl" = ( +/obj/structure/railing, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"wIm" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/carpet, +/area/library) +"wIu" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/quartermaster/warehouse) +"wIw" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/engine/break_room) +"wIG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark/layenia{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"wII" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/palebush, +/obj/structure/window/reinforced/fulltile, +/turf/open/floor/grass, +/area/hallway/primary/aft/upper) +"wIR" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"wIT" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, /obj/effect/turf_decal/loading_area{ dir = 4; icon_state = "drain"; name = "drain" }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" }, -/turf/open/floor/plating, -/area/security/execution/transfer) -"mna" = ( -/turf/closed/wall, -/area/maintenance/solars/starboard/fore) -"mnm" = ( -/obj/effect/turf_decal/tile/yellow{ +/obj/structure/window/reinforced/tinted{ dir = 1 }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark/corner{ +/obj/structure/window/reinforced/tinted{ dir = 4 }, -/area/engine/break_room) -"mns" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" +/turf/open/floor/grass, +/area/hallway/primary/starboard/upper) +"wIU" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/library) +"wJb" = ( +/obj/machinery/atmospherics/components/unary/tank/air, +/turf/open/floor/plating, +/area/ai_monitored/turret_protected/aisat/atmos) +"wJd" = ( +/obj/machinery/light{ + pixel_y = -1 }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"mnD" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "QMLoad2" +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/engine/custom) +"wJe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" }, /turf/open/floor/plasteel{ dir = 4; icon_state = "floor_trim" }, -/area/quartermaster/storage) -"mnE" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/disposal) -"mnU" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 4 - }, -/area/engine/break_room) -"mnW" = ( -/obj/machinery/teleport/hub, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"mof" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"moj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"mok" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"moo" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/engine/air, -/area/engine/atmos) -"mor" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"moG" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "privacy shutter" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"moQ" = ( -/turf/closed/wall, -/area/hallway/secondary/entry) -"mpb" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"mph" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/chair/comfy/black, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"mqp" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_one_access_txt = "12;47" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"mqF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"mqM" = ( -/obj/machinery/computer/monitor{ - pixel_x = -4 - }, -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/aisat_interior) -"mqP" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"mqT" = ( -/obj/item/beacon, -/turf/open/floor/engine, -/area/science/misc_lab) -"mqV" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"mrb" = ( -/obj/structure/window/reinforced, -/obj/structure/table/reinforced, -/obj/machinery/button/massdriver{ - id = "Safety"; - name = "Safety Door Control" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"mrd" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"mrf" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/artatrium) -"mrw" = ( -/obj/machinery/mass_driver{ - id = "toxinsdriver" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/window/southleft{ - dir = 8; - name = "Mass Driver Door"; - req_access_txt = "7" - }, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/turf/open/floor/plating, -/area/science/mixing) -"mrB" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/central) -"mrJ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/fore) -"mrL" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Toxins Launch Maintenance"; - req_access_txt = "8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/science/mixing) -"mrO" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"mrW" = ( -/obj/machinery/door/airlock/medical/glass{ - dir = 4; - name = "Chemistry Lab"; - req_access_txt = "5; 33" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"msf" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"msi" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "privacy shutter" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"msj" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/white/corner, -/area/engine/break_room) -"msk" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan, -/turf/open/floor/plating, -/area/engine/atmos) -"msD" = ( -/obj/item/gun/energy/e_gun/advtaser{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/gun/energy/e_gun/advtaser, -/obj/item/gun/energy/e_gun/advtaser{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/rack/shelf, -/turf/open/floor/plasteel{ - dir = 1; - icon_plating = "floor"; - icon_state = "floor_whole" - }, /area/ai_monitored/security/armory) -"msP" = ( -/turf/closed/wall, -/area/layenia) -"mtg" = ( +"wJk" = ( /obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/science/misc_lab) -"mtl" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/stairs/medium, -/area/layenia) -"mtr" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Chief Engineer"; - req_access_txt = "56" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"mtz" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/tcommsat/computer) -"mtZ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/circuit, -/area/engine/engineering) -"mub" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"muf" = ( -/obj/machinery/light/small{ - pixel_y = -1 - }, -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"muk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"mup" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"muu" = ( -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "xenobio1"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"muz" = ( -/obj/structure/mopbucket, -/obj/item/mop, -/obj/machinery/light/small{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"muF" = ( -/obj/machinery/shower{ - dir = 8; - name = "emergency shower" + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" }, /obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"muJ" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"muQ" = ( -/obj/machinery/door/airlock/external{ - name = "Disposal External Airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/fans/tiny, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"muR" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"muU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high/plus, -/obj/item/stock_parts/cell/high/plus, -/obj/item/toy/figure/scientist{ - pixel_x = -5; - pixel_y = -11 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"muW" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"mvd" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/chair/bench/left, -/turf/open/floor/plasteel/chapel{ - dir = 1 - }, -/area/chapel/main) -"mvf" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/flora/crystal/small/growth, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/central) -"mvo" = ( -/obj/machinery/atmospherics/components/trinary/filter{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"mvp" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"mvD" = ( -/obj/machinery/vending/cola/random, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ dir = 9; - name = "air supply pipe" - }, -/obj/machinery/camera{ - c_tag = "Engineering Access East" - }, -/obj/structure/sign/poster/random{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"mvH" = ( -/obj/effect/turf_decal/loading_area, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/quartermaster/storage) -"mvI" = ( -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"mwb" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/break_room) -"mwe" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"mwj" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"mwm" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 + icon_state = "steel_panel"; + name = "steel pannel" }, /obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ +/obj/machinery/camera/autoname{ dir = 8 }, -/obj/effect/landmark/start/scientist, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"mwz" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Bar Maintenance"; - req_access_txt = "25" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore/secondary) -"mwC" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/item/radio/intercom{ - frequency = 1485; - name = "Station Intercom (Medbay)"; - pixel_x = -30 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"mwT" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/obj/machinery/computer/lore_terminal/security, -/turf/open/floor/plasteel/dark/side, -/area/security/main) -"mwV" = ( -/turf/open/floor/plasteel/stairs/medium, -/area/hallway/primary/port) -"mxe" = ( -/obj/structure/closet/secure_closet/detective, -/turf/open/floor/wood, -/area/security/detectives_office) -"mxg" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"mxI" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/hallway/primary/fore) -"mxL" = ( -/obj/structure/table, -/obj/item/storage/crayons, -/obj/item/storage/crayons, -/obj/machinery/light_switch{ - pixel_x = -27; - pixel_y = 4 - }, -/obj/machinery/cell_charger{ - pixel_y = 5 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"mxN" = ( -/obj/machinery/hydroponics/soil{ - pixel_y = 8 - }, -/obj/item/seeds/harebell, -/turf/open/floor/grass, -/area/chapel/main) -"mxX" = ( -/obj/machinery/vending/wardrobe/gene_wardrobe, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"myj" = ( -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"myF" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/chapel/main) -"myL" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Custodial Maintenance"; - req_access_txt = "26" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/janitor) -"myO" = ( -/obj/structure/table/reinforced, -/obj/machinery/reagentgrinder{ - pixel_x = -1; - pixel_y = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/science/xenobiology) -"myR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/binary/pump{ - name = "Atmospherics to Reactor" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"myS" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/indestructible/concrete/smooth, +/turf/open/floor/plasteel/layenia, /area/layenia) -"myU" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/bed, +"wJo" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, /turf/open/floor/plasteel{ dir = 4; icon_state = "floor_plate" }, -/area/maintenance/fore) -"mze" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" +/area/engine/atmos) +"wJs" = ( +/obj/machinery/door/airlock{ + dir = 4; + name = "Cafe"; + req_access_txt = "74" }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science) -"mzg" = ( -/obj/effect/turf_decal/box, -/obj/machinery/holopad, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, /turf/open/floor/plasteel{ - dir = 4; + dir = 8; icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/quartermaster/office) -"mzw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 + icon_state = "floor_whole_alt" }, +/area/crew_quarters/bar/cafe/storage) +"wJz" = ( /obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"mzJ" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"mzN" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/library) -"mzP" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/washing_machine, -/obj/machinery/camera{ - c_tag = "Locker Room East"; - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/locker) -"mzV" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + color = "#55391A"; dir = 4; - name = "scrubbers pipe" + icon_state = "siding_wood_corner"; + name = "wood corner" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"mAc" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/janitor) -"mAd" = ( -/obj/effect/turf_decal/loading_area{ +/turf/open/floor/plasteel/dark{ dir = 1; - icon_state = "drain"; - name = "drain" + icon_state = "darkfull_plate" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" +/area/hallway/primary/starboard/upper) +"wJD" = ( +/turf/closed/wall, +/area/medical/patients_rooms/room_a) +"wJF" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white/corner, -/area/science/research) -"mAh" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/science/research) -"mAk" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/door/airlock/external{ - name = "Escape Pod One" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/area/hallway/primary/aft/upper) +"wJH" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/obj/effect/turf_decal/tile/yellow{ dir = 1 }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"mAt" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"mAO" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"mAP" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/engine/break_room) -"mAU" = ( -/obj/structure/chair{ +/obj/effect/turf_decal/tile/yellow{ dir = 8 }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"mAX" = ( -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/storage"; - name = "Cargo Bay APC"; - pixel_x = 1; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"mBf" = ( -/obj/structure/closet/l3closet/scientist, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"mBo" = ( -/obj/structure/fence, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia/cloudlayer) -"mBq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/indestructible/concrete/smooth, -/area/layenia) -"mBw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"mBz" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/sign/painting/library{ - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/artatrium) -"mBF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 9 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, /obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/engineering) -"mBH" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/storage/tech) -"mCB" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/door/airlock/glass{ - dir = 4; - id_tag = "checkpointinner"; - name = "inner airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"mCD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/computer/lore_terminal, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"mCJ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"mCL" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/obj/effect/landmark/start/station_engineer, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/engine/engineering) -"mCS" = ( -/obj/machinery/door/poddoor/preopen{ - id = "medpriv4"; - name = "privacy door" - }, -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/sleeper) -"mDa" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/science/xenobiology) -"mDA" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, /obj/structure/cable{ icon_state = "1-2" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, /turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/engine/engineering) +"wJO" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 1; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"mDK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; name = "scrubbers pipe" }, -/obj/structure/cable{ - icon_state = "2-8" +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" }, -/obj/structure/cable{ - icon_state = "0-8" +/area/crew_quarters/fitness) +"wJP" = ( +/obj/structure/chair/sofa, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" }, -/obj/structure/disposalpipe/segment{ - dir = 10 +/turf/open/floor/wood, +/area/maintenance/starboard/aft/upper) +"wJR" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" }, -/turf/open/floor/plating, -/area/maintenance/aft) -"mDL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/turf/open/floor/carpet/red, -/area/security/checkpoint/auxiliary) -"mDS" = ( +/area/hallway/primary/starboard/upper) +"wJS" = ( +/obj/structure/railing, /obj/machinery/light{ dir = 1; pixel_y = 19 }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"mEt" = ( -/obj/structure/table, -/obj/item/aiModule/supplied/oxygen, -/obj/item/aiModule/zeroth/oneHuman, -/obj/item/aiModule/reset/purge, -/obj/effect/spawner/lootdrop/aimodule_harmful, -/obj/item/aiModule/supplied/protectStation, -/obj/machinery/flasher{ - id = "brigentry"; - pixel_x = 28 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/door/window{ - base_state = "right"; - icon_state = "right"; - name = "Core Modules"; - req_access_txt = "20" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai_upload) -"mEz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/stairs/medium{ - dir = 8 - }, -/area/maintenance/starboard/aft) -"mEG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/storage/primary) -"mEJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/binary/pump{ - name = "Atmospherics to Moderator" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"mEK" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"mET" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "cargoshut1"; - name = "shutters" - }, /turf/open/floor/plating, -/area/quartermaster/sorting) -"mFz" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "medshut1"; - name = "shutters" +/area/layenia/cloudlayer) +"wJY" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" }, -/obj/effect/turf_decal/delivery, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" +/obj/machinery/door/firedoor{ + dir = 8 }, -/area/medical/medbay/central) -"mFG" = ( /obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"mFO" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"mGa" = ( -/obj/machinery/gateway{ - dir = 1 - }, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"mGd" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters{ - id = "Skynet_launch"; - name = "mech bay" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/science/robotics/lab) -"mGg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/stairs/medium{ - dir = 8 - }, -/area/maintenance/fore/secondary) -"mGn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/fore"; - dir = 1; - name = "Fore Maintenance APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"mGo" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/break_room) -"mGu" = ( -/obj/machinery/computer/arcade/minesweeper{ - dir = 8 - }, -/turf/open/floor/carpet/black, -/area/arcade) -"mGx" = ( -/obj/structure/closet/secure_closet/engineering_personal, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/engine/engineering) -"mGB" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"mGK" = ( -/obj/structure/chair/foldingchair, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"mGN" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet/red, -/area/crew_quarters/heads/hos) -"mGX" = ( -/obj/structure/table/reinforced, -/obj/item/book/lorebooks/welcome_to_kinaris, -/turf/open/floor/plasteel/dark, /area/bridge) -"mGZ" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/dorms) -"mHe" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/effect/landmark/start/chemist, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"mHh" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"mHn" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"mHD" = ( -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, +"wKd" = ( /obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"mHG" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"mHJ" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/research) -"mHS" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/fans/tiny, -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"mHT" = ( -/obj/structure/table, -/obj/machinery/light{ + color = "#55391A"; dir = 1; - pixel_y = 16 + icon_state = "siding_wood_corner"; + name = "wood corner" }, -/turf/open/floor/plasteel, -/area/science/research) -"mHX" = ( -/obj/machinery/flasher/portable, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/area/hallway/primary/starboard/upper) +"wKj" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"mHY" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_y = -28 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"mIB" = ( -/obj/machinery/button/door{ - id = "Gymshutter"; - name = "Shutters"; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/grass, +/area/hallway/primary/starboard/upper) +"wKo" = ( +/obj/structure/flora/rock/jungle, /obj/effect/turf_decal/loading_area{ dir = 4; icon_state = "drain"; name = "drain" }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" +/obj/structure/window/reinforced/tinted{ + dir = 4 }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" +/turf/open/floor/grass, +/area/hallway/primary/starboard/upper) +"wKt" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/pool) -"mIS" = ( -/obj/machinery/button/door{ - id = "Dorm2Shutters"; - name = "Privacy Shutters Control"; - pixel_y = 26 - }, -/obj/structure/closet/secure_closet/personal/cabinet, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"mIW" = ( -/obj/structure/window/reinforced{ - dir = 8 +/area/security/main/upper) +"wKv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, /obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ +/obj/machinery/airalarm{ + pixel_y = 25 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"wKH" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/nuke_storage) +"wKO" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"wKT" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/crew_quarters/spa/sauna) +"wKU" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing, +/obj/effect/landmark/carpspawn, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"wKX" = ( +/obj/machinery/button/door{ + id = "cafe"; + name = "Cafe Shutters Control"; + pixel_x = 5; + pixel_y = -23; + req_access_txt = "28" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/bar/cafe/backroom{ + name = "Cafe Kitchen" + }) +"wKY" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/G) +"wLc" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/stalkybush, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/hallway/primary/starboard/upper) +"wLh" = ( +/obj/effect/turf_decal/loading_area{ dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/medical/chemistry) +"wLm" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush"; + pixel_x = -25; + pixel_y = -4 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/turf/open/floor/grass, +/area/hallway/primary/starboard/upper) +"wLn" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/security/brig/upper) +"wLp" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port) +"wLs" = ( +/turf/closed/wall/r_wall, +/area/medical/psych/ward) +"wLy" = ( +/turf/closed/wall, +/area/hallway/primary/fore) +"wLA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/obj/machinery/light{ dir = 8; - name = "air supply pipe" + pixel_x = -7 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"wLJ" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/spa/sauna) +"wLL" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/icecream_vat, +/turf/open/floor/plasteel, +/area/crew_quarters/bar/cafe/storage) +"wLN" = ( +/obj/machinery/firealarm{ + pixel_x = -8; + pixel_y = -9 + }, +/turf/closed/wall, +/area/crew_quarters/bar/cafe/backroom{ + name = "Cafe Kitchen" + }) +"wLR" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/open/floor/plasteel/dark/telecomms, +/area/tcommsat/server) +"wLV" = ( +/obj/machinery/atmospherics/pipe/heat_exchanging/simple, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/open/floor/engine/vacuum, +/area/engine/engineering) +"wLW" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor, +/obj/item/reagent_containers/food/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/machinery/door/poddoor/shutters/preopen/alt{ + id = "cafe"; + name = "cafe shutters" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/bar/cafe/backroom{ + name = "Cafe Kitchen" + }) +"wMa" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable{ + icon_state = "1-2" }, /obj/structure/cable{ icon_state = "2-4" }, -/turf/open/floor/plasteel/white/side{ - dir = 4 +/obj/structure/cable{ + icon_state = "2-8" }, -/area/science/misc_lab) -"mJp" = ( -/obj/structure/table, -/obj/item/kitchen/knife, -/obj/item/storage/box/donkpockets/donkpocketberry, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 +/turf/open/floor/plating/layenia, +/area/layenia) +"wMf" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/light{ + pixel_y = -1 }, -/area/maintenance/port/aft) -"mJE" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrous_input{ - dir = 8 - }, -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"mKc" = ( +/turf/open/floor/plasteel/dark, +/area/security/prison) +"wMg" = ( /obj/machinery/button/door{ - id = "Dorm6"; - name = "Cabin Bolt Control"; + id = "DormE"; + name = "Dorm Bolt Control"; normaldoorcontrol = 1; pixel_x = 25; specialfunctions = 4 }, -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"mKd" = ( -/obj/structure/chair/sofa/right, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"mKq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"mKU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"mLb" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 12 - }, -/obj/structure/mirror{ - icon_state = "mirror_broke"; - pixel_x = 28 - }, -/obj/item/newspaper, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/freezer, -/area/maintenance/starboard) -"mLh" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/quartermaster/storage) -"mLj" = ( -/obj/structure/table/glass, -/obj/item/storage/toolbox/emergency, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"mLn" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/structure/lattice/catwalk, -/obj/structure/railing, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"mLo" = ( -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/cryopod/gate, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"mLA" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; name = "scrubbers pipe" }, +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_x = 23; + pixel_y = -11 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/E) +"wMj" = ( +/obj/structure/closet, +/obj/item/clothing/head/helmet/roman/legionnaire, +/obj/item/clothing/shoes/roman, +/obj/item/clothing/under/roman, +/obj/item/shield/riot/roman/fake, +/turf/open/floor/plasteel/dark, +/area/maintenance/fore/upper) +"wMs" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Medbay Maintenance"; + req_access_txt = "5" + }, +/turf/open/floor/plasteel/dark, +/area/medical/medbay/central) +"wMv" = ( +/obj/machinery/vending/teavendomatic, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen/alt{ + id = "cafe"; + name = "cafe shutters" + }, +/turf/closed/wall, +/area/crew_quarters/bar/cafe/backroom{ + name = "Cafe Kitchen" + }) +"wMx" = ( +/obj/structure/sign/plaques/golden{ + pixel_x = 32 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, /turf/open/floor/plasteel{ dir = 4; icon_state = "floor_plate" }, -/area/crew_quarters/dorms) -"mLB" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/library/lounge) -"mLD" = ( -/obj/structure/table/glass, -/obj/item/folder/white, -/obj/item/clothing/glasses/hud/health/gar, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"mLG" = ( -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" +/area/hallway/secondary/entry/upper) +"wMA" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"mMd" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 +/obj/structure/cable{ + icon_state = "1-4" }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 +/turf/open/floor/plasteel, +/area/science/xenobiology) +"wMF" = ( +/obj/structure/cable{ + icon_state = "2-4" }, /obj/structure/cable{ icon_state = "4-8" }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"wMG" = ( +/obj/machinery/door/airlock{ + dir = 1; + name = "Massage Room" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/spa/sauna) +"wML" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"wMP" = ( +/obj/structure/bookcase/random/reference, +/turf/open/floor/wood, +/area/library) +"wMR" = ( +/obj/structure/closet/secure_closet/security/sec, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"wMT" = ( +/obj/structure/lattice, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/crew_quarters/dorms/upper) +"wNa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" +/obj/structure/cable{ + icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/plasteel/dark/side{ +/turf/open/floor/plating, +/area/maintenance/port) +"wNc" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/westleft{ + dir = 1; + name = "Mining Desk"; + req_access_txt = "48" + }, +/obj/machinery/door/poddoor/shutters/preopen/alt{ + id = "cargoshut1"; + name = "shutters" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/quartermaster/miningdock) +"wNe" = ( +/obj/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"wNi" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/area/security/main) -"mMo" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; name = "scrubbers pipe" }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"mMs" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/meter, -/turf/open/floor/engine, -/area/science/misc_lab) -"mMI" = ( -/obj/structure/lattice/catwalk, -/obj/structure/chair/foldingchair{ +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"wNj" = ( +/turf/closed/wall/r_wall, +/area/science/storage) +"wNl" = ( +/obj/machinery/firealarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel, +/area/security/visitation) +"wNm" = ( +/turf/closed/wall, +/area/hallway/primary/aft/upper) +"wNn" = ( +/obj/structure/closet/crate, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/quartermaster/warehouse) +"wNs" = ( +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"mMQ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ +/obj/machinery/light{ dir = 4; - name = "air scrubber" + pixel_x = 7 }, /turf/open/floor/plasteel{ dir = 8; icon_state = "floor_plate" }, -/area/tcommsat/computer) -"mNq" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/fitness) -"mNr" = ( -/obj/structure/table/plasmaglass, -/obj/item/toy/prize{ - pixel_y = 11 - }, -/obj/structure/sign/poster/random{ - pixel_y = -32 - }, -/turf/open/floor/carpet/black, -/area/arcade) -"mNt" = ( -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"mNY" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ +/area/science/research) +"wNu" = ( +/obj/effect/turf_decal/tile/blue{ dir = 4 }, -/obj/structure/chair{ +/obj/effect/turf_decal/tile/blue{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/side, -/area/security/main) -"mOp" = ( -/obj/machinery/computer/security/telescreen{ +/obj/effect/turf_decal/loading_area{ dir = 1; - name = "Test Chamber Monitor"; - network = list("xeno"); - pixel_y = 2 + icon_state = "drain"; + name = "drain" }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, +/obj/structure/table, +/obj/structure/bedsheetbin, +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"wNw" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "test chamber blast door" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, /area/science/xenobiology) -"mPd" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Dormitory" +"wNy" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 1 }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" +/area/quartermaster/mail) +"wNz" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"mPf" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 8; - freq = 1400; - location = "QM #4" +/turf/closed/wall/r_wall, +/area/security/main) +"wNK" = ( +/obj/machinery/light{ + pixel_y = -1 }, +/obj/machinery/light_switch{ + pixel_y = -28 + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/security/lambent) +"wNM" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/camera/autoname{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig/upper) +"wNQ" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_plate" + }, +/area/medical/medbay/central) +"wNS" = ( /obj/machinery/light{ dir = 1; pixel_y = 19 }, -/obj/structure/railing{ - dir = 4 +/obj/effect/turf_decal/tile/brown{ + dir = 9 }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"mPg" = ( /obj/effect/turf_decal/loading_area{ - dir = 8; + dir = 1; icon_state = "drain"; name = "drain" }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"mPh" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/quartermaster/miningdock) -"mPm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, /turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/engine/break_room) -"mPw" = ( -/obj/structure/lattice/catwalk, -/obj/structure/window/reinforced, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"mPC" = ( -/obj/structure/chair/sofa/left{ - dir = 1 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/carpet, -/area/library) -"mQG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"mQH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"mQS" = ( -/obj/machinery/door/morgue{ - name = "Chapel Garden" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"mQV" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"mQW" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/indestructible/concrete/smooth, -/area/layenia) -"mRa" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 10 - }, -/turf/closed/wall/r_wall, -/area/engine/break_room) -"mRg" = ( -/obj/machinery/door/airlock/abandoned{ - id_tag = "PottySci"; - name = "Science Bathroom" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/freezer, -/area/maintenance/starboard) -"mRo" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/bridge) -"mRJ" = ( -/obj/machinery/door/airlock/research{ - autoclose = 0; - dir = 8; - frequency = 1449; - id_tag = "xeno_airlock_interior"; - name = "Xenobiology Lab Internal Airlock"; - req_access_txt = "55" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/locked, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"mRQ" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/bridge) -"mRX" = ( -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/nuke_storage"; dir = 1; - name = "Vault APC"; - pixel_y = 25 + icon_state = "floor_plate" }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"mSl" = ( -/obj/structure/flora/junglebush, -/obj/structure/flora/ausbushes/sparsegrass, -/turf/open/floor/grass, -/area/crew_quarters/dorms) -"mSr" = ( -/obj/structure/table/optable, -/turf/open/floor/plasteel/freezer, -/area/medical/sleeper) -"mSv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/chair/bench/left{ - dir = 1 - }, -/turf/open/floor/plasteel/chapel, -/area/chapel/main) -"mSw" = ( -/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{ - pixel_x = 9; - pixel_y = 3 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/item/toy/figure/janitor{ - pixel_x = -7; - pixel_y = 4 - }, -/turf/open/floor/plasteel, -/area/janitor) -"mSF" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel/vaporwave, -/area/arcade) -"mSG" = ( -/turf/open/floor/plasteel, -/area/ai_monitored/storage/satellite) -"mSH" = ( +/area/hallway/primary/aft) +"wNW" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 }, /obj/effect/decal/cleanable/oil, -/obj/machinery/airalarm{ - pixel_y = 24 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"mSK" = ( -/obj/docking_port/stationary/public_mining_dock, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"mSL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/engine/engineering) +"wOa" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"wOi" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"wOl" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"wOm" = ( +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"wOp" = ( +/obj/structure/lattice/catwalk, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"wOq" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"wOr" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/machinery/airalarm{ + pixel_y = 25 + }, +/obj/effect/turf_decal/stripes/white/end{ + dir = 1 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"wOs" = ( +/turf/closed/wall, +/area/crew_quarters/dorms/E) +"wOt" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/door/airlock{ + dir = 1; + name = "Cafe"; + req_access_txt = "74" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/bar/cafe/storage) +"wOD" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/dorms/G"; + dir = 1; + name = "Dorm G APC"; + pixel_y = 26 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/G) +"wOE" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/drinks, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/bar/cafe) +"wOF" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/stalkybush, +/obj/structure/flora/tree/jungle/small{ + pixel_y = -4 + }, +/turf/open/floor/grass, +/area/security/prison) +"wOK" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible, +/obj/machinery/atmospherics/pipe/simple/yellow/visible{ dir = 4 }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"mSN" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 +/turf/open/floor/plasteel, +/area/engine/atmos) +"wOW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, -/mob/living/simple_animal/skunk/Bandit, -/turf/open/floor/plasteel/white, -/area/science/lab) -"mTf" = ( -/obj/effect/decal/cleanable/generic, -/turf/open/indestructible/layenia/crystal, -/area/layenia) -"mTg" = ( -/obj/structure/cable/yellow{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ icon_state = "1-2" }, -/obj/structure/chair/office/dark{ +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_trim" + }, +/area/medical/medbay/aft) +"wOZ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/dark/corner{ dir = 1 }, +/area/ai_monitored/turret_protected/ai_upload) +"wPb" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"wPc" = ( /obj/effect/turf_decal/loading_area{ dir = 8; icon_state = "drain"; name = "drain" }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"mTi" = ( -/obj/machinery/door/airlock/atmos/abandoned{ - dir = 4; - name = "Atmospherics Maintenance"; - req_access_txt = "12;24" +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ +/area/hallway/primary/port/upper) +"wPd" = ( +/obj/effect/turf_decal/loading_area{ dir = 4; - name = "air supply pipe" + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/port/upper) +"wPe" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"wPk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/door{ + desc = "A remote control switch for the medbay foyer."; + id = "cargoshut2"; + name = "Mailroom Shutter Controls"; + normaldoorcontrol = 1; + pixel_y = 26 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"wPp" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, /turf/open/floor/plating, -/area/maintenance/aft) -"mTk" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" +/area/maintenance/port/aft) +"wPr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"wPt" = ( +/obj/structure/table/reinforced, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/bar/cafe) +"wPy" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"wPC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + dir = 1; + id = "xenobio4"; + name = "containment blast door" }, -/obj/structure/cable, /obj/structure/cable{ icon_state = "0-4" }, /turf/open/floor/plating, -/area/bridge) -"mTs" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/engine/break_room) -"mTy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/structure/trash_pile, -/turf/open/floor/plating, -/area/maintenance/fore) -"mTD" = ( -/obj/machinery/shower{ - dir = 4; - name = "emergency shower" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"mTH" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"mTX" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"mUb" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"mUd" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Atmospherics Maintenance"; - req_access_txt = "24" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"mUe" = ( -/obj/machinery/door/window/northleft{ - dir = 4; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - dir = 4; - icon_plating = "floor"; - icon_state = "floor_whole" - }, /area/science/xenobiology) -"mUf" = ( -/obj/machinery/atmospherics/components/trinary/mixer{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"mUg" = ( -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/artatrium) -"mUn" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/sign/warning/nosmoking{ - pixel_x = 28 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/science/misc_lab) -"mUr" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/jacuzzi, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"mUs" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 8 - }, -/obj/effect/turf_decal/caution/stand_clear/red{ - dir = 8 - }, -/obj/machinery/light/broken{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg2" - }, -/area/layenia) -"mUE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/main) -"mUS" = ( -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"mVc" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 9; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"mVd" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"mVl" = ( -/turf/closed/wall, -/area/maintenance/aft) -"mVm" = ( -/obj/item/twohanded/required/fuel_rod, -/obj/effect/turf_decal/stripes/line, -/turf/open/pool, -/area/engine/engineering/reactor_core) -"mVq" = ( -/obj/machinery/light/small{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"mVJ" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/engine/atmos) -"mVK" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/engine/atmos) -"mVL" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"mVM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/conveyor{ - dir = 4; - id = "QMLoad" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"mVR" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ +"wPD" = ( +/obj/structure/chair/sofa/corner{ dir = 4 }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/atmos) -"mVW" = ( -/obj/machinery/door/airlock{ - dir = 4; - id_tag = "Dorm6"; - name = "Cabin 2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"mWg" = ( -/obj/machinery/door/airlock{ - dir = 4; - id_tag = "Dorm3"; - name = "Dorm 3" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"mWD" = ( -/obj/effect/decal/cleanable/generic, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"mWL" = ( -/obj/structure/chair/sofa{ - dir = 1 - }, /turf/open/floor/carpet, -/area/library) -"mWN" = ( -/obj/structure/chair/sofa/left{ - desc = "More inviting than the average couch."; - dir = 8; - name = "comfy couch" - }, -/obj/structure/window{ +/area/crew_quarters/dorms/C) +"wPG" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"mWO" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/security/prison) +"wPH" = ( +/turf/open/floor/plasteel/dark/side, +/area/bridge) +"wPM" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"wPR" = ( +/turf/closed/wall, +/area/maintenance/fore/secondary) +"wPU" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"wPW" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_trim" + }, +/area/medical/medbay/central) +"wPZ" = ( +/turf/closed/wall/r_wall, +/area/security/main) +"wQa" = ( +/obj/effect/landmark/start/assistant, +/obj/structure/chair/stool/bar{ + dir = 1 + }, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/bar/cafe) +"wQb" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"wQe" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/item/radio/headset/headset_med, /obj/structure/cable{ icon_state = "1-2" }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/engine/atmos) -"mWQ" = ( -/obj/item/cigbutt, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, /turf/open/floor/plasteel/white/side{ - dir = 10 - }, -/area/engine/break_room) -"mWS" = ( -/obj/machinery/door/poddoor{ - id = "QMLoaddoor2"; - name = "supply dock loading door" - }, -/obj/structure/fans/tiny, -/obj/machinery/conveyor{ - id = "QMLoad" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"mWW" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ dir = 1 }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"mXd" = ( -/obj/effect/turf_decal/tile/red{ +/area/medical/virology) +"wQp" = ( +/obj/structure/railing/handrail{ dir = 8 }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/closet{ - name = "Evidence Closet" - }, -/turf/open/floor/plasteel, -/area/security/main) -"mXn" = ( -/obj/machinery/conveyor_switch/oneway{ +/obj/effect/turf_decal/loading_area{ dir = 8; - id = "QMLoad" + icon_state = "drain"; + name = "drain" }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" }, -/area/quartermaster/storage) -"mXp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" +/area/crew_quarters/fitness) +"wQr" = ( +/obj/structure/grille, +/turf/closed/wall/r_wall, +/area/engine/atmos) +"wQy" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" }, /obj/structure/disposalpipe/segment{ dir = 10 }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"mXJ" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"mXL" = ( -/obj/structure/plasticflaps/opaque, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; - dir = 1; - freq = 1400; - location = "Janitor" - }, -/obj/effect/turf_decal/bot, -/turf/open/floor/plating, -/area/janitor) -"mXM" = ( -/obj/structure/table, -/obj/item/storage/box/bodybags, -/obj/item/pen, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"mXV" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hydroponics) -"mXY" = ( -/obj/machinery/door/window/westleft{ - dir = 4; - name = "Janitorial Delivery"; - req_access_txt = "26" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/janitor) -"mYq" = ( -/obj/structure/disposaloutlet{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/maintenance/disposal) -"mYx" = ( -/obj/machinery/computer/security/telescreen{ - desc = "Used for watching the test chamber."; - dir = 4; - layer = 4; - name = "Test Chamber Telescreen"; - network = list("toxins"); - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"mYL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/ai_monitored/storage/eva) -"mYP" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"mZg" = ( -/obj/machinery/telecomms/processor/preset_three, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"mZm" = ( -/obj/structure/closet/secure_closet/freezer{ - name = "fridge" - }, -/obj/item/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/donkpockets/donkpocketberry, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, /turf/open/floor/plasteel/cafeteria{ dir = 5 }, -/area/security/main) -"mZw" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, -/turf/closed/wall/r_wall, -/area/engine/break_room) -"mZD" = ( +/area/security/main/upper) +"wQC" = ( /obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" }, -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"mZM" = ( +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/bar/cafe) +"wQD" = ( /obj/effect/turf_decal/loading_area{ + color = "#55391A"; dir = 1; - icon_state = "drain"; - name = "drain" + icon_state = "siding_wood_line"; + name = "wood" }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/airalarm{ - pixel_y = 22 +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_corner"; + name = "wood corner" }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" }, -/area/hallway/primary/port/fore) -"mZU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/engine/break_room) -"mZV" = ( +/area/crew_quarters/bar/cafe) +"wQI" = ( +/obj/effect/decal/cleanable/oil, /obj/structure/table, -/obj/item/folder/white, -/obj/machinery/light_switch{ - pixel_x = 23 +/obj/item/electropack/shockcollar, +/obj/item/assembly/signaler, +/obj/item/clothing/head/kitty, +/obj/item/clothing/under/maid, +/turf/open/floor/plating, +/area/hallway/primary/fore) +"wQJ" = ( +/obj/machinery/firealarm{ + pixel_y = -28 }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"nad" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel{ - dir = 4; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/science/misc_lab) -"naj" = ( -/obj/structure/flora/crystal/small/pile{ - icon_state = "crystals3" - }, -/turf/open/indestructible/layenia/crystal, -/area/layenia/cloudlayer) -"nao" = ( -/obj/machinery/computer/camera_advanced/base_construction, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"naz" = ( -/obj/structure/flora/crystal/small/growth{ - icon_state = "crystalgrowth3" - }, -/turf/open/indestructible/layenia/crystal, -/area/layenia/cloudlayer) -"naC" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/security/range) -"nbC" = ( -/obj/machinery/door/window/southright{ - base_state = "left"; - dir = 4; - icon_state = "left"; - name = "Terrarium Door" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plating/beach/sand, -/area/hallway/secondary/exit) -"nbV" = ( -/obj/effect/turf_decal/tile/neutral{ +/obj/structure/railing/handrail{ dir = 4 }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" }, -/area/crew_quarters/fitness/pool) -"nbX" = ( -/obj/structure/cable{ - icon_state = "0-8" +/area/hallway/primary/starboard/upper) +"wQO" = ( +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 }, +/obj/structure/table, +/obj/item/pen, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/theatre) +"wQS" = ( /obj/structure/cable{ - icon_state = "0-4" + icon_state = "0-2" + }, +/obj/structure/cable, +/obj/machinery/door/firedoor{ + dir = 8 }, /obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, /turf/open/floor/plating, -/area/security/brig) -"nco" = ( -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"ncq" = ( -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"ncv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/engine/break_room) -"ncF" = ( -/turf/open/floor/plating/asteroid/layenia/garden, -/area/hallway/secondary/exit) -"ndc" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/medical/virology) -"ndi" = ( -/obj/structure/table/glass, -/obj/item/radio/headset/headset_med, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"ndk" = ( -/obj/effect/turf_decal/bot, -/obj/structure/sign/warning/electricshock{ - pixel_y = 31 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"ndr" = ( -/obj/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, /area/bridge) -"ndz" = ( -/obj/effect/turf_decal/tile/neutral{ +"wRa" = ( +/obj/effect/turf_decal/tile/brown{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"ndE" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"ndP" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable/white, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"ndY" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/machinery/vending/wardrobe/science_wardrobe, -/turf/open/floor/plasteel/white, -/area/science/lab) -"nef" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall, -/area/security/checkpoint/auxiliary) -"neh" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/engine/break_room) -"nek" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/quartermaster/storage) -"nem" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"neH" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/chair/office/light, -/turf/open/floor/carpet/royalblack, -/area/engine/engineering/reactor_control) -"neT" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/brig) -"nfn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/security/range) -"nfp" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/railing, -/turf/open/floor/plating/snowed/smoothed, -/area/layenia) -"nfu" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"nfw" = ( -/turf/open/floor/grass, -/area/hydroponics) -"nfB" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/indestructible/concrete/smooth, -/area/layenia) -"nfE" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"nfL" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"nfN" = ( -/obj/structure/fence/corner{ - dir = 9 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"nfY" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"ngu" = ( -/obj/structure/fence{ - dir = 4 - }, -/obj/structure/sign/nanotrasen, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"ngy" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark/side, -/area/bridge) -"ngJ" = ( -/obj/machinery/pool/controller, -/turf/open/floor/plasteel/yellowsiding, -/area/crew_quarters/fitness/pool) -"ngM" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"ngR" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"ngW" = ( -/obj/structure/bed, -/obj/effect/spawner/lootdrop/bedsheet, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"nhl" = ( -/obj/structure/chair/comfy/brown, +/obj/effect/turf_decal/tile/brown, /obj/machinery/light{ dir = 8; pixel_x = -7 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, /turf/open/floor/plasteel{ dir = 8; icon_state = "floor_plate" }, -/area/crew_quarters/dorms) -"nhn" = ( -/obj/structure/table/wood, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"nhp" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"nhr" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"nhw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"nhI" = ( -/obj/effect/landmark/start/depsec/supply, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"nhL" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"nhX" = ( -/obj/structure/chair/sofa/corner{ - dir = 1 - }, -/obj/structure/sign/painting/library{ - pixel_y = 28 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"nil" = ( -/obj/structure/table/wood, -/obj/item/coin/silver, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"nio" = ( -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"nip" = ( -/obj/machinery/camera/motion{ - c_tag = "AI Upload Center"; - dir = 1; - network = list("aiupload") - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"niw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"niA" = ( -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"niM" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"niY" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/hallway/secondary/exit) -"njv" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/door_timer{ - id = "Cell 3"; - name = "Cell 3"; - pixel_y = -32 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/brig) -"njy" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"njB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/science/circuit) -"njX" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/easel, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/artatrium) -"nkk" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 8; - name = "Maintenance Access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"nky" = ( -/obj/machinery/vending/wardrobe/medi_wardrobe, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"nkW" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Chapel" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/chapel/main) -"nla" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/maintenance/starboard) -"nlh" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -20 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/engine/atmos) -"nlj" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/wood, -/area/library) -"nlk" = ( -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"nlm" = ( -/obj/machinery/door/airlock/security{ - dir = 4; - name = "Labor Shuttle"; - req_access_txt = "2" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"nlp" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/fore) -"nlr" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/vaporwave, -/area/arcade) -"nlL" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"nlQ" = ( -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"nmb" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"nmq" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"nmr" = ( -/obj/machinery/computer/prisoner/gulag_teleporter_computer, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"nmu" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"nmM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable/yellow, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/aisat/service"; - dir = 4; - name = "MiniSat Service Bay APC"; - pixel_x = 27 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/service) -"nnd" = ( -/obj/structure/chair/comfy/black{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/science/research) -"nnB" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"nnL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Telecomms Server Room"; - dir = 4; - network = list("tcomms") - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"nnQ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"nnR" = ( -/obj/structure/pole, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"nnT" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"noe" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, +/area/quartermaster/mail) +"wRe" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/sparsegrass, /obj/structure/window/reinforced{ - dir = 4 + dir = 1 }, -/obj/structure/filingcabinet, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" +/obj/machinery/light{ + dir = 8; + pixel_x = -7 }, -/obj/machinery/camera/motion{ - c_tag = "MiniSat AI Chamber Observation"; - dir = 1; - network = list("minisat") - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"noh" = ( -/obj/machinery/door/airlock/engineering/glass{ - dir = 1; - name = "Engineering"; - req_access_txt = "10" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" +/turf/open/floor/grass, +/area/security/prison) +"wRf" = ( +/obj/structure/trash_pile, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"wRh" = ( +/obj/effect/decal/cleanable/oil{ + icon_state = "floor6" }, +/turf/open/floor/plasteel, +/area/maintenance/fore/upper) +"wRn" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"noj" = ( -/obj/structure/closet/firecloset, -/obj/machinery/camera{ - c_tag = "Toxins Launch Area"; - network = list("ss13","rd") - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"nol" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/hallway/secondary/exit"; - dir = 8; - name = "Escape Hallway APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"nov" = ( -/obj/machinery/door/window/eastleft{ - dir = 2; - icon_state = "right"; - name = "Incoming Mail"; - req_access_txt = "50" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"nox" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"noH" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"noL" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"noM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"noP" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/table, -/obj/structure/bedsheetbin, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/obj/item/razor, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/locker) -"noQ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/security/checkpoint/engineering) -"noU" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/yellowsiding{ - dir = 4 - }, -/area/maintenance/fore) -"npd" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"npj" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/engine/atmos) -"npB" = ( -/obj/machinery/door/airlock{ - name = "Kitchen cold room"; - req_access_txt = "28" - }, -/obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"npG" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"npM" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/break_room) -"npQ" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"npR" = ( -/obj/structure/chair/sofa/corner{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/turf/open/floor/carpet, -/area/library) -"npV" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"nqx" = ( -/obj/structure/fence/corner{ +/obj/effect/turf_decal/tile/blue{ dir = 6 }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"nqy" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_trim" }, -/obj/structure/window/reinforced{ - dir = 8 +/area/medical/medbay/central) +"wRr" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hopqueue"; + name = "HoP Queue Shutters" }, -/obj/structure/filingcabinet, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"nqD" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/layenia) -"nqE" = ( -/turf/open/floor/plasteel/white/corner{ +/turf/open/floor/plasteel/stairs/medium{ dir = 1 }, -/area/hallway/secondary/exit) -"nqI" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "virology_airlock_exterior"; - idSelf = "virology_airlock_control"; - name = "Virology Access Button"; - pixel_x = -24; - req_access_txt = "39" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/door/airlock/virology{ - autoclose = 0; - frequency = 1449; - id_tag = "virology_airlock_exterior"; - name = "Virology Exterior Airlock"; - req_access_txt = "39" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"nqN" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"nqO" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/grimy, -/area/ai_monitored/turret_protected/aisat_interior) -"nqS" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/curtain, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"nre" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"nrh" = ( -/obj/machinery/computer/communications, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"nrj" = ( +/area/hallway/primary/aft/upper) +"wRs" = ( +/obj/structure/closet/crate/coffin, /obj/machinery/light/small{ dir = 8; pixel_x = -7 }, -/obj/machinery/camera{ - c_tag = "Chapel West"; - dir = 4 - }, -/turf/open/floor/plasteel/dark, +/turf/open/floor/wood, /area/chapel/main) -"nrB" = ( -/obj/machinery/door/airlock{ - dir = 8; - name = "Unisex Showers" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness/pool) -"nrE" = ( +"wRx" = ( /turf/closed/wall, /area/crew_quarters/fitness) -"nrH" = ( -/obj/effect/turf_decal/tile/neutral{ +"wRz" = ( +/obj/structure/falsewall, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"wRH" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"wRI" = ( +/obj/machinery/door/firedoor{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"nrU" = ( -/obj/machinery/power/apc{ - areastring = "/area/chapel/office"; - name = "Chapel Office APC"; - pixel_y = -24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"nsm" = ( -/obj/machinery/door/airlock/external{ - name = "Supply Dock Airlock"; - req_access_txt = "31" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/fans/tiny, +/obj/effect/spawner/structure/window, /turf/open/floor/plating, -/area/quartermaster/storage) -"nso" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"nss" = ( -/obj/machinery/pool/filter{ - pixel_y = 24 - }, -/turf/open/pool, -/area/crew_quarters/fitness/pool) -"nsH" = ( -/obj/structure/railing, -/turf/open/floor/plasteel/stairs/left{ - dir = 4 - }, -/area/layenia) -"nsJ" = ( -/obj/effect/turf_decal/loading_area{ +/area/engine/engineering) +"wRM" = ( +/obj/structure/disposalpipe/trunk/multiz/down{ dir = 1; - icon_state = "drain"; - name = "drain" + icon_state = "pipe-down" }, -/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plating, +/area/hallway/primary/aft/upper) +"wRV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction{ - dir = 2 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"ntb" = ( -/obj/structure/window/reinforced, -/obj/machinery/computer{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/layenia/cloudlayer) -"nti" = ( -/obj/structure/pool/ladder{ - dir = 2; - pixel_y = 24 - }, -/turf/open/pool, -/area/crew_quarters/fitness/pool) -"ntl" = ( -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/dorms) -"ntm" = ( -/obj/machinery/door/poddoor/preopen{ - id = "lawyer_blast"; - name = "privacy door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/lawoffice) -"ntE" = ( -/obj/structure/table/reinforced, -/obj/item/trash/candy, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"ntH" = ( -/obj/structure/chair/sofa/left{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"ntJ" = ( -/obj/structure/closet, -/obj/structure/railing, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"ntK" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Holodeck Door" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, /turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"ntQ" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/l3closet/security, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"nus" = ( -/obj/structure/lattice/catwalk, +/area/engine/atmos) +"wSa" = ( +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"wSb" = ( /obj/structure/railing{ dir = 4 }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"nuJ" = ( -/obj/structure/chair{ +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"nuK" = ( /obj/effect/spawner/lootdrop/maintenance{ lootcount = 2; name = "2maintenance loot spawner" }, -/turf/open/floor/grass/fairy/pink, -/area/maintenance/fore) -"nuO" = ( -/obj/machinery/door/airlock/command{ - name = "Head of Personnel's Quarters"; - req_access_txt = "57" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"nva" = ( -/obj/structure/table/glass, -/obj/item/toy/figure/chemist, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"nvf" = ( -/obj/structure/closet/emcloset, -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"nvs" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/engine/break_room) -"nvD" = ( -/obj/structure/table, -/obj/item/pen/red, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"nvW" = ( -/obj/structure/window, -/obj/structure/table/wood/fancy, -/obj/item/reagent_containers/food/drinks/trophy{ - pixel_x = 5; - pixel_y = 9 - }, -/obj/item/reagent_containers/food/drinks/bottle/wine{ - pixel_x = -4; - pixel_y = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"nwe" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"nwh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"nwo" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/white/corner, -/area/science/misc_lab) -"nwy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/science/mixing) -"nwz" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"nwF" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"nxh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1; - sortType = 23 - }, /turf/open/floor/plating, -/area/maintenance/starboard/aft) -"nxk" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"nxy" = ( -/obj/structure/window, -/obj/structure/window{ - dir = 4 - }, -/obj/structure/statue/sandstone/venus{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"nxD" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"nxF" = ( -/obj/item/flashlight/lantern{ - icon_state = "lantern-on"; - pixel_x = -2 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"nxI" = ( -/obj/item/flashlight/lantern{ - icon_state = "lantern-on" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"nxL" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"nxQ" = ( +/area/maintenance/fore/upper) +"wSg" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 }, @@ -56071,3020 +155171,165 @@ }, /turf/open/floor/plasteel, /area/ai_monitored/turret_protected/ai_upload) -"nxR" = ( -/obj/effect/turf_decal/loading_area{ +"wSi" = ( +/obj/structure/chair/sofa{ dir = 1 }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"nxV" = ( -/obj/machinery/camera{ - c_tag = "Engineering Secure Storage"; - dir = 4 - }, -/obj/machinery/shieldgen, -/turf/open/floor/plating, -/area/engine/break_room) -"nyd" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"nyG" = ( -/obj/machinery/atm{ - pixel_y = 30 - }, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"nyM" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/machinery/camera{ - c_tag = "Atmospherics West"; - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"nyP" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"nyU" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/engine/break_room) -"nyZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"nzb" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/ai_monitored/turret_protected/ai_upload) -"nzn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"nzs" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/table, -/obj/machinery/cell_charger{ - pixel_y = 5 - }, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel, -/area/engine/break_room) -"nzx" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"nzB" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/table, -/turf/open/floor/plasteel, -/area/engine/break_room) -"nzE" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"nzF" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Lockers"; - location = "Diner" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"nzG" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/sign/poster/random{ - pixel_y = 32 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"nzH" = ( -/obj/machinery/computer/rdconsole/production{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"nzN" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/barricade/wooden, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/fore) -"nzR" = ( -/obj/machinery/door/airlock/engineering{ - dir = 4; - name = "Starboard Bow Solar Access"; - req_access_txt = "10" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"nzX" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/artatrium) -"nAd" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/exit) -"nAh" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"nAn" = ( -/obj/item/cigbutt, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/starboard/aft) -"nAo" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"nAz" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"nAB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"nAJ" = ( -/obj/machinery/door/airlock/virology/glass{ - name = "Isolation A"; - req_access_txt = "39" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"nBc" = ( -/obj/structure/fence, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"nBp" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/crew_quarters/locker) -"nBy" = ( -/obj/structure/lattice/catwalk, -/obj/structure/transit_tube/crossing/horizontal, -/obj/structure/railing{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"nBI" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"nBJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"nBK" = ( -/obj/structure/closet/secure_closet/personal, -/obj/item/toy/poolnoodle/blue, -/obj/item/toy/poolnoodle/red, -/obj/item/toy/poolnoodle/yellow, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"nBS" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"nBW" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/security/brig) -"nBX" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/gateway) -"nBY" = ( -/obj/structure/table, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/dropper, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"nCe" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/chair/comfy/black{ - dir = 1 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/science/research) -"nCo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"nCp" = ( -/obj/structure/trash_pile, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"nCS" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "cargoshut1"; - name = "shutters" - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/aft) -"nCZ" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/engine/atmos) -"nDa" = ( -/obj/structure/table, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/clothing/head/welding{ - pixel_x = -5; - pixel_y = 3 - }, -/obj/item/multitool, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel, -/area/engine/atmos) -"nDd" = ( -/obj/structure/flora/crystal/small/growth, -/obj/machinery/door/window/southright{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Terrarium Door"; - req_access_txt = "12" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/crew_quarters/dorms) -"nDg" = ( -/obj/machinery/door/airlock/research{ - dir = 4; - name = "Testing Lab"; - req_access_txt = "47" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/science/research) -"nDp" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"nDz" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/ai_monitored/security/armory) -"nDQ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"nDY" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/engine/engineering) -"nEu" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/bridge) -"nEw" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"nEH" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/bridge) -"nER" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/main) -"nEU" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/engine/atmos) -"nEY" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"nFb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"nFf" = ( -/obj/machinery/door/airlock/external{ - name = "Mining Dock Airlock"; - req_access_txt = "48"; - shuttledocked = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"nFm" = ( -/obj/structure/flora/crystal/medium/growth{ - pixel_y = 3 - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/crew_quarters/dorms) -"nFs" = ( -/obj/structure/grille, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"nFH" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"nFT" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "Dorm1Shutters"; - name = "Dorm Shutters" - }, -/turf/open/floor/plating, -/area/crew_quarters/dorms) -"nFU" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"nFW" = ( -/obj/structure/lattice/catwalk, -/obj/structure/trash_pile, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"nFX" = ( -/turf/closed/wall/r_wall, -/area/hallway/primary/starboard) -"nGc" = ( -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/rack/shelf, -/obj/item/gun/energy/e_gun/dragnet/snare, -/obj/item/gun/energy/e_gun/dragnet/snare, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"nGe" = ( -/obj/machinery/button/door{ - id = "Dorm1Shutters"; - name = "Privacy Shutters Control"; - pixel_y = 26 - }, -/obj/structure/closet/secure_closet/personal/cabinet, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"nGg" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/item/storage/toolbox/emergency{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"nGp" = ( -/obj/structure/closet/secure_closet/injection, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"nGC" = ( -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"nGE" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat_interior) -"nGG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, /turf/open/floor/carpet, -/area/crew_quarters/dorms) -"nGI" = ( -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Dormitory" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"nGJ" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/artatrium) -"nGV" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plating, -/area/layenia/cloudlayer) -"nHd" = ( -/obj/machinery/camera{ - c_tag = "Aft Primary Hallway North"; - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"nHB" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"nHJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/area/crew_quarters/dorms/D) +"wSk" = ( /turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat_interior) -"nHM" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Chamber Observation"; - req_one_access_txt = "65" +/area/ai_monitored/turret_protected/ai) +"wSC" = ( +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_plate" }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/cable{ - icon_state = "1-2" +/area/medical/psych/rec) +"wSF" = ( +/obj/structure/railing/handrail{ + dir = 8 + }, +/obj/structure/chair{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"nHQ" = ( -/obj/machinery/door/firedoor, /obj/effect/turf_decal/loading_area{ - dir = 1; + dir = 8; icon_state = "drain"; name = "drain" }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/engine/break_room) -"nHX" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat_interior) -"nIh" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/medical/morgue) -"nIw" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"nJi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/landmark/event_spawn, -/obj/effect/landmark/nuclear_waste_spawner, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/fore) -"nJr" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"nJx" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 8; - name = "Library Maintenance"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"nJC" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 6 - }, -/turf/open/floor/plasteel, +/turf/open/floor/plasteel/checker, /area/engine/atmos) -"nJF" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"nJH" = ( -/obj/structure/table/glass, -/obj/item/folder/white, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"nJO" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"nJQ" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"nJW" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"nKb" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel, -/area/engine/break_room) -"nKg" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Mining Dock maintenance access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, +"wSG" = ( /obj/structure/cable{ icon_state = "4-8" }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"nKs" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"nKy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"nKz" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"nKG" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/table, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"nKI" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/research{ - dir = 4; - name = "Xenobiology Maintenance"; - req_access_txt = "55" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"nKP" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/science/research) -"nKU" = ( -/mob/living/simple_animal/skunk/Skook, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/maintenance/starboard/aft) -"nKY" = ( -/obj/machinery/conveyor{ - id = "garbage" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/trash/pistachios, -/turf/open/floor/plating, -/area/maintenance/disposal) -"nLt" = ( -/obj/structure/alien/weeds, -/obj/structure/bed/nest, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"nLu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table/glass, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"nLG" = ( -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/structure/chair/stool/bar, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"nLK" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/medical/medbay/central) -"nLL" = ( -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"nLU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"nMG" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/book/manual/wiki/engineering_hacking{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/book/manual/wiki/engineering_construction, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"nMH" = ( -/obj/structure/chair/comfy/black, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/science/research) -"nMN" = ( -/obj/structure/table, -/obj/item/toy/figure/engineer, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"nMV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/medical/sleeper) -"nMZ" = ( -/obj/structure/table, -/obj/item/storage/fancy/donut_box, -/turf/open/floor/plasteel, -/area/engine/break_room) -"nNa" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"nNe" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "N2O Outlet Pump" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/engine/atmos) -"nNh" = ( -/obj/structure/filingcabinet, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/structure/sign/painting/library{ - pixel_y = 28 - }, -/turf/open/floor/wood, -/area/library/lounge) -"nNp" = ( -/obj/machinery/rnd/production/protolathe/department/engineering, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"nNt" = ( -/turf/open/floor/plasteel, -/area/bridge) -"nNw" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/medical, -/turf/open/floor/plating, -/area/storage/tech) -"nNx" = ( -/turf/closed/wall, -/area/maintenance/port/aft) -"nNy" = ( -/obj/structure/closet/secure_closet/chemical, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"nND" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/bed, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/maintenance/fore) -"nNH" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/white/corner, -/area/science/research) -"nOq" = ( -/obj/structure/closet/secure_closet/lethalshots, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"nOB" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"nOP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/bridge) -"nPb" = ( -/obj/structure/table, -/obj/item/stamp{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/stamp/denied{ - pixel_x = 4; - pixel_y = -2 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"nPg" = ( -/obj/structure/fence/door{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"nPj" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/pointybush, -/obj/structure/flora/junglebush, -/obj/structure/flora/junglebush/large{ - pixel_x = -25 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/grass, -/area/medical/sleeper) -"nPm" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 10 - }, -/area/engine/break_room) -"nPu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/camera{ - c_tag = "Bridge Port Hallway"; - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"nPB" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/secondary/entry) -"nQa" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"nQl" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"nQr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"nQB" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "Secure Tech Storage"; - req_access_txt = "19;23" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"nQN" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/janitor) -"nQR" = ( -/obj/structure/pool/ladder{ - pixel_x = -3 - }, -/turf/open/pool, -/area/crew_quarters/fitness/pool) -"nQT" = ( -/obj/structure/pool/Rboard, -/turf/open/floor/plasteel/yellowsiding{ - dir = 8 - }, -/area/crew_quarters/fitness/pool) -"nQY" = ( -/obj/structure/railing, /turf/open/floor/plasteel/stairs/medium{ - dir = 8 - }, -/area/security/prison) -"nRa" = ( -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "Station Intercom (AI Private)"; - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"nRs" = ( -/obj/structure/closet/secure_closet/personal/patient, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"nRC" = ( -/obj/structure/holohoop{ - layer = 3.9 - }, -/obj/effect/turf_decal/tile/red{ dir = 4 }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/indestructible/concrete/smooth, -/area/layenia) -"nSm" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/firealarm{ - pixel_y = 25 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"nSr" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/artatrium) -"nSz" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrous_output{ - dir = 8 - }, -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"nSG" = ( -/obj/machinery/door/airlock{ - dir = 4; - id_tag = "Dorm5"; - name = "Cabin 1" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, +/area/maintenance/port/fore) +"wSR" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"nSH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/stairs/left{ - dir = 4 - }, -/area/hallway/primary/fore) -"nSK" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"nSX" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"nTn" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/northleft{ - dir = 4; - name = "Engineering Desk"; - red_alert_access = 1; - req_access_txt = "10" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/engine/break_room) -"nTw" = ( -/obj/structure/frame/computer{ - dir = 4 - }, -/turf/open/floor/plating, -/area/layenia/cloudlayer) -"nTN" = ( -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"nUa" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/closet/secure_closet/brig, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/prison) -"nUe" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/service) -"nUj" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"nUm" = ( -/obj/structure/chair/sofa/right{ - dir = 1 - }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"nUp" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_one_access_txt = "12;47" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard) -"nUP" = ( -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"nUR" = ( -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Art Atrium" - }, -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel, -/area/artatrium) -"nUT" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"nUZ" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ dir = 1; name = "air supply pipe" }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"nVk" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/security/checkpoint/engineering) -"nVr" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"nVw" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/artatrium) -"nVW" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/obj/machinery/vending/wardrobe/cargo_wardrobe, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/quartermaster/storage) -"nWs" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/engine/atmos) -"nWH" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/main) -"nWM" = ( -/obj/machinery/door/poddoor{ - id = "QMLoaddoor2"; - name = "supply dock loading door" - }, -/obj/machinery/conveyor{ - id = "QMLoad" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"nXk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/medical/psych) -"nXs" = ( -/obj/item/radio/off, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"nXE" = ( -/obj/structure/chair/office/dark, -/obj/effect/landmark/start/depsec/engineering, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"nXK" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"nXN" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/white/corner, -/area/science/research) -"nXY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/science/research) -"nXZ" = ( -/obj/machinery/computer/secure_data{ - dir = 8 - }, -/obj/machinery/computer/security/telescreen/engine{ - dir = 8; - pixel_x = 24 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"nYa" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/structure/cable, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/bar"; - name = "Bar APC"; - pixel_y = -24 - }, -/turf/open/floor/carpet/red, -/area/crew_quarters/bar) -"nYf" = ( -/obj/machinery/telecomms/server/presets/security, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"nYh" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/machinery/conveyor{ - id = "gasstor" - }, -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/turf/open/floor/plating, -/area/engine/engineering) -"nYi" = ( -/obj/structure/window/reinforced, -/obj/machinery/camera{ - c_tag = "MiniSat Drone Storage"; - dir = 8; - network = list("minisat"); - start_active = 1 - }, -/turf/open/floor/circuit/off, -/area/ai_monitored/turret_protected/aisat_interior) -"nYD" = ( -/obj/effect/overlay/coconut, -/turf/open/floor/plating/beach/sand, -/area/hallway/secondary/exit) -"nYF" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/main) -"nYU" = ( -/obj/machinery/door/poddoor/shutters{ - id = "jangarage"; - name = "Custodial Closet Shutters" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - dir = 1; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/janitor) -"nYV" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/item/book/lorebooks/layenia_crystals, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"nYW" = ( -/turf/open/floor/plasteel{ - dir = 1; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/crew_quarters/fitness) -"nZa" = ( -/obj/structure/bookcase/random/reference, -/turf/open/floor/wood, -/area/library) -"nZj" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/hop) -"nZv" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"nZF" = ( -/obj/machinery/power/solar_control{ - id = "auxsolareast"; - name = "Port Bow Solar Control" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"nZP" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, /obj/effect/turf_decal/tile/blue{ dir = 4 }, -/obj/machinery/camera{ - c_tag = "Medbay East"; - dir = 9; - network = list("ss13","medbay") - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/railing{ - dir = 1 - }, /turf/open/floor/plasteel/white, /area/medical/medbay/central) -"nZU" = ( -/obj/structure/weightmachine/stacklifter, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"nZV" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore/secondary) -"oac" = ( -/obj/machinery/computer/card/minor/cmo{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Chief Medical Office"; - dir = 8; - network = list("ss13","medbay"); - pixel_y = -22 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/cmo) -"oai" = ( -/obj/structure/chair/office/dark{ +"wSU" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/library/lounge) -"oam" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"oaG" = ( -/obj/machinery/power/port_gen/pacman, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/engine/engineering) -"oaN" = ( -/obj/machinery/hydroponics/soil, -/obj/structure/sign/poster/random{ - pixel_x = 32 - }, -/turf/open/floor/grass, -/area/hydroponics/garden) -"oaP" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"obc" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"obe" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/open/floor/engine, -/area/science/xenobiology) -"obo" = ( -/obj/machinery/conveyor{ - id = "packageSort2" - }, -/obj/structure/plasticflaps, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"obr" = ( -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"obF" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ dir = 10 }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/engine_smes) -"obJ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/security/processing) -"obL" = ( -/turf/closed/wall, -/area/medical/chemistry) -"obM" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/maintenance/port/fore) -"och" = ( -/obj/machinery/status_display/supply, -/turf/closed/wall, -/area/quartermaster/sorting) -"oco" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/drinks/soda_cans/pwr_game{ - pixel_x = 2; - pixel_y = 7 - }, -/obj/item/reagent_containers/food/drinks/soda_cans/pwr_game{ - pixel_x = -4; - pixel_y = 3 - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"ocs" = ( -/obj/machinery/door/firedoor, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"ocw" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/effect/landmark/start/lawyer, -/turf/open/floor/carpet, -/area/lawoffice) -"ocx" = ( +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; name = "scrubbers pipe" }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" +/obj/structure/cable{ + icon_state = "1-2" }, -/area/quartermaster/storage) -"ocC" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"ocH" = ( -/turf/closed/wall, -/area/security/checkpoint/science) -"ocN" = ( -/obj/item/toy/poolnoodle/blue, -/turf/open/pool, -/area/crew_quarters/fitness/pool) -"odb" = ( -/obj/machinery/light{ +/turf/open/floor/plasteel/dark{ dir = 8; - pixel_x = -7 + icon_state = "darkfull_trim" }, -/obj/structure/tank_dispenser, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"odg" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"odk" = ( -/obj/structure/flora/junglebush, -/obj/structure/flora/tree/jungle/small{ - pixel_x = -12 - }, -/obj/structure/window/reinforced{ - dir = 8 +/area/crew_quarters/dorms/upper) +"wTg" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet{ + name = "Evidence Closet" }, /obj/machinery/light{ - pixel_y = -1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/grass, -/area/crew_quarters/dorms) -"odn" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"odG" = ( -/obj/structure/chair/sofa/right{ - dir = 1 - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"odX" = ( -/obj/structure/pool/Lboard, -/turf/open/pool, -/area/crew_quarters/fitness/pool) -"oeb" = ( -/obj/machinery/power/terminal{ - dir = 4 - }, -/obj/machinery/light/small{ dir = 1; pixel_y = 16 }, -/obj/structure/cable{ - icon_state = "0-2" +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" }, +/area/security/brig/upper) +"wTp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden, +/turf/closed/wall/r_wall, +/area/science/mixing) +"wTr" = ( +/obj/machinery/vending/kink, /turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"oec" = ( -/obj/structure/pool/ladder{ - pixel_x = -3 - }, -/turf/open/pool, -/area/maintenance/fore) -"oee" = ( -/obj/machinery/vending/tool, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"oef" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/artatrium) -"oev" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"oex" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/vehicle/ridden/janicart, -/obj/item/key/janitor, -/turf/open/floor/plasteel, -/area/janitor) -"oey" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"oeA" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/railing{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"oeC" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input{ - dir = 8 - }, -/turf/open/floor/engine/air, -/area/engine/atmos) -"oeE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, /area/hallway/primary/fore) -"oeK" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"oeR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"oeS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/engine/engine_smes) -"oeW" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/amplifier, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/obj/item/stock_parts/subspace/analyzer, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"off" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/maintenance/fore) -"ofh" = ( -/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 - }, -/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 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"ofl" = ( -/turf/closed/wall/r_wall, -/area/science/misc_lab) -"ofu" = ( -/obj/structure/bed, -/obj/item/clothing/suit/straight_jacket, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/white, -/area/security/prison) -"ofy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"ofV" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"ofW" = ( -/obj/machinery/door/firedoor, +"wTv" = ( /obj/machinery/door/poddoor/preopen{ dir = 8; id = "primaryshut1"; name = "primary blast door" }, /obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/fore) -"ogq" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/bridge) -"ogC" = ( -/obj/machinery/door/firedoor, /obj/effect/turf_decal/loading_area{ icon_state = "drain"; name = "drain" }, +/obj/machinery/door/firedoor{ + dir = 8 + }, /turf/open/floor/plasteel{ dir = 8; icon_plating = "floor"; - icon_state = "floor_whole" + icon_state = "floor_whole_alt" }, -/area/engine/break_room) -"ogD" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"ogJ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/artatrium) -"ogQ" = ( -/obj/machinery/modular_computer/console/preset/research{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"ogV" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"ogZ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"oha" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"ohe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/cmo) -"ohl" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/medical/virology) -"ohm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"ohw" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "MiniSat External Access"; - req_access_txt = "65" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/fans/tiny, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"ohx" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/science/misc_lab) -"ohP" = ( -/obj/structure/closet/secure_closet/brig{ - id = "Cell 3"; - name = "Cell 3 Locker" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/security/brig) -"ohZ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/corner, -/area/security/main) -"oia" = ( -/obj/structure/sign/plaques/kiddie/badger{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"oic" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"oie" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/obj/machinery/airalarm{ - pixel_y = 22 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"oii" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/northright{ - dir = 4; - name = "Engineering Desk"; - red_alert_access = 1; - req_access_txt = "10" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/engine/break_room) -"oix" = ( +/area/hallway/primary/starboard/upper) +"wTG" = ( /obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/storage/crayons, -/obj/item/storage/crayons, -/turf/open/floor/plasteel/dark, -/area/artatrium) -"oiA" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"oiI" = ( -/obj/machinery/doorButtons/airlock_controller{ - idExterior = "xeno_airlock_exterior"; - idInterior = "xeno_airlock_interior"; - idSelf = "xeno_airlock_control"; - name = "Access Console"; - pixel_x = -25; - pixel_y = -25 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/science/xenobiology) -"oiR" = ( -/obj/item/bouquet/rose, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"ojh" = ( -/obj/item/reagent_containers/glass/beaker/sulphuric, -/obj/machinery/rnd/production/circuit_imprinter/department/science, -/turf/open/floor/plasteel, -/area/science/lab) -"oji" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"ojy" = ( -/obj/machinery/computer/mech_bay_power_console{ - dir = 8 - }, /obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" + icon_state = "ledge_short"; + name = "short ledge" }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"ojH" = ( -/obj/structure/window/reinforced/fulltile, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/hallway) -"okm" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 +/obj/item/flashlight/lamp/green{ + layer = 4; + pixel_x = -7; + pixel_y = 14 }, -/obj/effect/turf_decal/tile/red{ - dir = 1 +/obj/effect/decal/cleanable/dirt, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 3 }, -/obj/effect/turf_decal/tile/red{ - dir = 8 +/obj/item/pen, +/turf/open/floor/wood, +/area/security/prison) +"wTH" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hos) +"wTJ" = ( /obj/structure/cable{ icon_state = "1-4" }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"okp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"okJ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plasteel, +/area/maintenance/department/engine/upper) +"wTM" = ( +/obj/effect/turf_decal/tile/red{ dir = 10 }, -/obj/effect/turf_decal/box, -/obj/machinery/holopad, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"okL" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"okO" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/range) -"okV" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" @@ -59093,10959 +155338,446 @@ dir = 8; name = "air supply pipe" }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"okY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"okZ" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/baseturf_helper/asteroid/layenia, -/obj/machinery/computer/lore_terminal, /turf/open/floor/plasteel{ dir = 8; icon_state = "floor_plate" }, -/area/hallway/primary/aft) -"olu" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/door/airlock/command/glass{ - name = "Ferry Docking Airlock"; - req_access_txt = "19" - }, -/turf/open/floor/plasteel, -/area/bridge) -"oly" = ( -/obj/structure/weightmachine/weightlifter, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"olO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"ome" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/artatrium) -"oml" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/science/research) -"omt" = ( -/obj/structure/pool/ladder{ - dir = 1; - pixel_y = -21 - }, -/turf/open/pool, -/area/crew_quarters/fitness/pool) -"omy" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/medical/virology) -"omB" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"omV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"one" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/hydroponics) -"onf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/engine/atmos) -"onh" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/table/glass, -/obj/item/reagent_containers/glass/beaker/cryoxadone{ - pixel_x = 6; - pixel_y = 2 - }, -/obj/item/reagent_containers/glass/beaker/cryoxadone{ - pixel_x = -2; - pixel_y = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"ont" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/chair/comfy/brown{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"onR" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"oog" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"ooi" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/engine/atmos) -"ooF" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/hallway) -"ooI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/stairs/medium, -/area/maintenance/aft) -"ooO" = ( -/obj/structure/window/reinforced/fulltile, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/hallway) -"ooS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark, -/area/security/range) -"ooT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/fore) -"ooY" = ( -/obj/structure/bodycontainer/morgue, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"opk" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"opn" = ( -/obj/structure/chair/sofa{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"opB" = ( -/obj/structure/table, -/obj/machinery/smartfridge/disks{ - pixel_y = 2 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/power/apc{ - areastring = "/area/hydroponics"; - name = "Hydroponics APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"opC" = ( -/obj/structure/table/wood, -/obj/item/storage/pill_bottle/dice, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"opN" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/structure/railing{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "MiniSat Cyborg Storage Entrance"; - dir = 9; - network = list("minisat"); - start_active = 1 - }, -/turf/open/floor/plasteel/elevatorshaft, -/area/ai_monitored/storage/satellite) -"opP" = ( -/obj/structure/sink/kitchen{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/maintenance/port/aft) -"opW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/airalarm/unlocked{ - pixel_y = 24 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"oqd" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/chair/comfy/brown{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"oqf" = ( +/area/security/main/upper) +"wTW" = ( /obj/effect/turf_decal/loading_area{ dir = 9; icon_state = "steel_panel"; name = "steel pannel" }, -/obj/machinery/light/small{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"oqt" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"oqB" = ( -/obj/structure/closet/secure_closet/personal/cabinet, -/turf/open/floor/plasteel/white/corner, -/area/medical/psych) -"oqG" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"oqP" = ( /obj/effect/turf_decal/loading_area{ dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"oqV" = ( -/obj/machinery/atmospherics/components/binary/valve/digital{ - dir = 4; - name = "Emergency Coolant Purge" - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"ore" = ( -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"orf" = ( -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" - }, -/obj/structure/flora/crystal/small/pile, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"orj" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"orp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"orr" = ( -/obj/effect/decal/cleanable/oil, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"orw" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/bot, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"orE" = ( -/obj/machinery/smartfridge/chemistry/virology/preloaded, -/turf/closed/wall, -/area/medical/virology) -"orG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"osa" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/sign/warning/nosmoking{ - pixel_y = -32 + icon_state = "steel_panel"; + name = "steel pannel" }, /obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"osk" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/obj/machinery/button/door{ - id = "Skynet_launch"; - name = "Mech Bay Door Control"; - pixel_x = 28; - pixel_y = 24; - req_access_txt = "29" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/aft) -"osm" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"oss" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"osy" = ( -/obj/structure/closet/crate, -/turf/open/floor/plasteel{ dir = 1; - icon_state = "floor_trim" - }, -/area/quartermaster/warehouse) -"osR" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"osY" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/table, -/obj/item/book/lorebooks/layenia_crystals{ - pixel_x = 4; - pixel_y = 3 - }, -/obj/item/book/lorebooks/engrams{ - pixel_y = 5 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/science/research) -"otm" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/auxiliary"; - name = "Security Checkpoint APC"; - pixel_x = 1; - pixel_y = -24 + pixel_y = 19 }, /turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"oto" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on, -/turf/open/floor/engine, -/area/science/misc_lab) -"otv" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 9 +/area/hallway/primary/aft/upper) +"wUh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"otG" = ( -/obj/effect/turf_decal/tile/green{ +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) +"wUj" = ( +/obj/structure/trash_pile, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 3; + name = "3maintenance loot spawner" + }, +/obj/item/restraints/handcuffs/fake, +/turf/open/floor/plating, +/area/hallway/primary/fore) +"wUk" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, /turf/open/floor/plasteel/dark/corner{ dir = 1 }, -/area/engine/break_room) -"otM" = ( +/area/hallway/primary/aft/upper) +"wUl" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"wUo" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/primary/starboard/upper) +"wUq" = ( /obj/machinery/power/solar{ id = "auxsolareast"; name = "Port Auxiliary Solar Array" }, /obj/structure/cable{ - icon_state = "0-8" + icon_state = "0-4" }, /turf/open/floor/plasteel/airless/solarpanel{ initial_gas_mix = "o2=22;n2=82;TEMP=180"; planetary_atmos = 1 }, /area/layenia) -"otX" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/storage/fancy/donut_box{ - pixel_y = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 9 - }, -/area/security/brig) -"oul" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/landmark/start/station_engineer, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/engine/break_room) -"ouP" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"ouT" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"ovb" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"ove" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/structure/mirror{ - pixel_x = 28 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"ovf" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/table, -/obj/item/storage/box{ - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"ovp" = ( -/turf/closed/indestructible{ - desc = "A wall impregnated with Fixium, able to withstand massive explosions with ease"; - icon_state = "riveted"; - name = "hyper-reinforced wall" - }, -/area/layenia) -"ovK" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/storage/tech) -"owr" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"owB" = ( -/obj/item/assembly/timer{ - pixel_x = 5; - pixel_y = 4 - }, -/obj/item/assembly/timer{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/item/assembly/timer{ - pixel_x = 6; - pixel_y = -4 - }, -/obj/item/assembly/timer, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"owC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"owU" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Art Atrium" - }, -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel, -/area/artatrium) -"oxu" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plasteel, -/area/engine/break_room) -"oxv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"oxw" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "cargoshut1"; - name = "shutters" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/aft) -"oxH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/atmos/glass{ - dir = 4; - name = "Distribution Loop"; - req_access_txt = "24" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"oxR" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate/medical, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia/cloudlayer) -"oye" = ( -/obj/machinery/door/airlock/command{ - dir = 4; - name = "Chief Medical Officer's Quarters"; - req_access_txt = "40" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/cmo) -"oyA" = ( -/obj/structure/table, -/obj/item/storage/box/rxglasses{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/bodybags, -/obj/item/pen, -/obj/machinery/camera{ - c_tag = "Genetics Cloning"; - dir = 9; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"oyD" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"oyG" = ( -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"ozb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"ozk" = ( -/obj/machinery/space_heater, -/turf/open/floor/plating, -/area/maintenance/fore) -"ozs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ozu" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"ozL" = ( -/obj/structure/table, -/obj/item/toy/figure/virologist, -/obj/item/radio/intercom{ - pixel_y = 12 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"ozX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"oAs" = ( -/obj/effect/landmark/nuclear_waste_spawner, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"oAN" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/machinery/camera{ - c_tag = "Ferry North"; - dir = 6 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/bridge) -"oBi" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"oBt" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/bridge) -"oBy" = ( -/obj/structure/cable, -/obj/machinery/power/apc{ - dir = 8; - name = "Starboard Solar APC"; - pixel_x = -24 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"oBz" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"oBD" = ( -/obj/effect/decal/cleanable/ash/crematorium, -/turf/open/floor/plating, -/area/maintenance/fore) -"oBE" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"oBO" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/bridge) -"oBR" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_y = -28 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"oBT" = ( -/turf/closed/wall/r_wall, -/area/security/brig) -"oBY" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"oCg" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/effect/landmark/start/chief_medical_officer, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"oCo" = ( -/obj/structure/flora/crystal/small/growth{ - icon_state = "crystalgrowth4" - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/arcade) -"oCw" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/bridge) -"oCK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"oCL" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/turf/open/floor/plasteel, -/area/science/research) -"oCN" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"oCQ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"oDa" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"oDh" = ( -/obj/machinery/door/airlock/medical{ - dir = 8; - name = "Psychology Office"; - req_access_txt = "71" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/psych) -"oDl" = ( -/obj/structure/table, -/obj/machinery/button/door{ - id = "testlab"; - name = "Test Chamber Blast Doors"; - pixel_x = 4; - pixel_y = 2; - req_access_txt = "55" - }, -/obj/machinery/button/ignition{ - id = "testigniter"; - pixel_x = -6; - pixel_y = 2 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"oDo" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/structure/railing, -/obj/machinery/airalarm{ - pixel_y = 22 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"oDp" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/caution/stand_clear{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/airless, -/area/layenia) -"oDq" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"oDW" = ( -/obj/structure/flora/crystal/small/growth, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/indestructible/layenia/crystal, -/area/layenia) -"oEa" = ( -/obj/structure/flora/crystal/small/pile{ - icon_state = "crystals4" - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/crew_quarters/heads/hor) -"oEp" = ( -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/sunnybush, -/obj/structure/window/reinforced/fulltile, -/turf/open/floor/grass, -/area/hallway/primary/starboard) -"oEu" = ( +"wUr" = ( /obj/structure/table/wood, -/obj/machinery/recharger, -/obj/item/melee/chainofcommand, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"oEy" = ( -/obj/effect/landmark/start/assistant, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/fitness) -"oEP" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/fitness) -"oEQ" = ( -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Fitness" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/pool) -"oET" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/obj/machinery/requests_console{ - department = "Chemistry"; - departmentType = 2; - pixel_x = -30; - receive_ore_updates = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"oFb" = ( -/obj/effect/turf_decal/loading_area, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/quartermaster/warehouse) -"oFc" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"oFj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"oFn" = ( -/obj/structure/closet/athletic_mixed, -/obj/item/clothing/under/shorts/redwshort, -/obj/item/clothing/under/shorts/redwshort, -/obj/item/clothing/under/shorts/yellowwshort, -/obj/item/clothing/under/shorts/yellowwshort, -/obj/item/clothing/under/shorts/pinkwshort, -/obj/item/clothing/under/shorts/pinkwshort, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/pool) -"oFv" = ( -/obj/machinery/camera{ - c_tag = "Port Hallway"; - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"oFC" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"oFN" = ( -/obj/item/coin/gold, -/obj/item/coin/iron, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"oFQ" = ( -/obj/structure/chair/sofa/right, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/carpet, -/area/crew_quarters/fitness/pool) -"oGA" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"oGC" = ( -/obj/structure/table/wood, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/wood, -/area/maintenance/fore) -"oGV" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"oHc" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"oHe" = ( -/obj/structure/chair/sofa/corner, -/obj/machinery/camera{ - c_tag = "Pool East"; - dir = 6 - }, -/obj/structure/sign/painting/library{ - pixel_y = 28 - }, -/turf/open/floor/carpet, -/area/crew_quarters/fitness/pool) -"oHl" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"oHo" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"oHs" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/sign/poster/random{ - pixel_x = 32 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"oHv" = ( -/obj/structure/sign/warning/docking, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/hallway/secondary/exit) -"oHV" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"oHW" = ( -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/turf/open/floor/engine/co2, -/area/engine/atmos) -"oHX" = ( -/obj/structure/flora/crystal/medium/growth, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/aft) -"oHY" = ( -/obj/structure/table/wood, -/obj/item/toy/cards/deck{ - pixel_x = 2 - }, -/obj/item/clothing/mask/balaclava{ - pixel_x = -8; - pixel_y = 8 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"oIh" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/flora/crystal/small/pile, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/hallway/primary/port/fore) -"oIj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"oIl" = ( -/obj/structure/grille/broken, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"oIn" = ( -/obj/structure/table/reinforced, -/obj/item/stack/cable_coil, -/obj/item/stack/cable_coil/white{ - pixel_x = 3; - pixel_y = 3 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"oIo" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white/side, -/area/science/research) -"oIq" = ( -/obj/machinery/recharge_station, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"oIx" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/port) -"oIB" = ( -/obj/machinery/door/airlock{ - dir = 4; - name = "Unit B" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"oIN" = ( -/obj/effect/turf_decal/bot_white/right, -/obj/machinery/ore_silo, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"oIO" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/carpet/blue, -/area/medical/psych) -"oIU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness) -"oJr" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/item/clothing/neck/stethoscope, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"oJv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"oJx" = ( -/obj/machinery/space_heater, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"oJF" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/science/research) -"oJH" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/filingcabinet/chestdrawer, -/obj/item/toy/figure/ce{ - pixel_x = -3; - pixel_y = 10 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/crew_quarters/heads/chief"; - dir = 4; - name = "CE Office APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"oJL" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"oKk" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"oKA" = ( -/obj/machinery/shower{ - pixel_y = 19 - }, -/obj/item/reagent_containers/rag/towel, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"oKD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"oKO" = ( -/obj/machinery/door/airlock/engineering{ - name = "Auxillary Base Construction"; - req_one_access_txt = "32;47;48" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/turf/open/floor/plasteel/dark, -/area/construction/mining/aux_base) -"oKP" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/science/research) -"oKU" = ( -/obj/machinery/shower{ - pixel_y = 19 - }, -/obj/item/soap, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"oKY" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"oLb" = ( -/obj/structure/table, -/obj/item/assembly/igniter{ - pixel_x = -3; - pixel_y = -1 - }, -/obj/item/assembly/igniter, -/obj/item/screwdriver{ - pixel_y = 16 - }, -/obj/machinery/camera{ - c_tag = "Primary Tool Storage" - }, -/obj/machinery/requests_console{ - department = "Tool Storage"; - pixel_y = 30 - }, -/obj/item/t_scanner{ - pixel_y = 8 - }, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"oLr" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"oLy" = ( -/obj/structure/table, -/obj/item/assembly/signaler{ - pixel_y = 4 - }, -/obj/item/assembly/signaler{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = 20 - }, -/obj/item/multitool, -/obj/item/multitool{ - pixel_x = 4 - }, -/obj/item/analyzer{ - pixel_x = -15; - pixel_y = 3 - }, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"oLA" = ( -/obj/item/storage/secure/safe{ - pixel_x = 5; - pixel_y = 29 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"oLZ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"oMb" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/purple/visible, -/turf/open/floor/carpet/royalblack, -/area/engine/engineering/reactor_control) -"oMe" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/medical/virology) -"oMg" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/junction, -/obj/machinery/atmospherics/pipe/heat_exchanging/junction/layer1, -/obj/structure/lattice, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"oMF" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/engine/atmos) -"oMK" = ( -/obj/structure/alien/weeds, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"oML" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"oMT" = ( -/obj/effect/turf_decal/bot, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"oNc" = ( -/obj/machinery/door/airlock/engineering{ - name = "Telecommunications"; - req_access_txt = "61" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"oNf" = ( -/obj/machinery/conveyor{ - id = "garbage" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/trash/carbonnanotube_noodles, -/turf/open/floor/plating, -/area/maintenance/disposal) -"oNw" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/construction/mining/aux_base) -"oNz" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"oNB" = ( -/obj/structure/table, -/obj/item/clothing/gloves/color/latex, -/obj/item/surgical_drapes, -/obj/item/razor, -/obj/machinery/camera{ - c_tag = "Robotics Lab - Surgery"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"oNC" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"oNV" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/science/research) -"oOd" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/hallway/secondary/entry) -"oOo" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/plasteel/dark, -/area/security/range) -"oOx" = ( -/obj/item/beacon, -/turf/open/floor/plasteel, -/area/engine/atmos) -"oOI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"oOK" = ( -/obj/structure/table, -/obj/item/aiModule/core/full/asimov, -/obj/effect/spawner/lootdrop/aimodule_harmless, -/obj/item/aiModule/core/freeformcore, -/obj/effect/spawner/lootdrop/aimodule_neutral, -/obj/item/aiModule/core/full/custom, -/obj/machinery/flasher{ - id = "brigentry"; - pixel_x = -28 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/door/window{ - name = "High-Risk Modules"; - req_access_txt = "20" - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai_upload) -"oPc" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Air to Port" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"oPg" = ( -/obj/machinery/computer/upload/borg, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"oPo" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = 14; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_x = 4; - pixel_y = 5 - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"oPF" = ( -/obj/machinery/pool/drain, -/obj/item/twohanded/required/fuel_rod, -/turf/open/pool, -/area/engine/engineering/reactor_core) -"oPK" = ( -/obj/structure/table/reinforced, -/obj/machinery/microwave{ - pixel_y = 6 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/engine/break_room) -"oPL" = ( -/obj/structure/closet/crate/freezer, -/obj/item/reagent_containers/blood, -/obj/item/reagent_containers/blood, -/obj/item/reagent_containers/blood/AMinus, -/obj/item/reagent_containers/blood/BMinus{ - pixel_x = -4; - pixel_y = 4 - }, -/obj/item/reagent_containers/blood/BPlus{ - pixel_x = 1; - pixel_y = 2 - }, -/obj/item/reagent_containers/blood/OMinus, -/obj/item/reagent_containers/blood/OPlus{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/reagent_containers/blood/random, -/obj/item/reagent_containers/blood/random, -/obj/item/reagent_containers/blood/APlus, -/obj/item/reagent_containers/blood/random, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"oPP" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/science/research) -"oPS" = ( -/obj/machinery/computer/cargo/request{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"oQa" = ( -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/ai_upload"; - dir = 1; - name = "Upload APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/flasher{ - id = "AI"; - pixel_y = 35 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"oQf" = ( -/turf/closed/wall/r_wall, -/area/science/mixing) -"oQh" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"oQp" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"oQs" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/indestructible/concrete/smooth, -/area/layenia) -"oQE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard) -"oQP" = ( -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/bridge) -"oQV" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/fitness) -"oQX" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"oQZ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/fitness) -"oRc" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/fore) -"oRf" = ( -/obj/machinery/atmospherics/components/trinary/mixer/airmix{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"oRy" = ( -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/rec_center) -"oRD" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Mix to Port" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"oRG" = ( -/obj/item/cigbutt, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/medical/medbay/central) -"oRN" = ( /obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/crew_quarters/heads/hor) -"oRR" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/engine/engineering) -"oRV" = ( -/obj/structure/closet/secure_closet/exile, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"oRX" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/filingcabinet, -/obj/machinery/power/apc{ - areastring = "/area/quartermaster/qm"; - dir = 1; - name = "Quartermaster APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"oRZ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/aft) -"oSc" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/engine/engineering) -"oSg" = ( -/obj/structure/table/wood, -/obj/item/candle{ - pixel_x = 8; - pixel_y = 6 - }, -/obj/item/storage/pill_bottle/dice{ - pixel_x = -3 - }, -/turf/open/floor/carpet, -/area/crew_quarters/fitness/pool) -"oSh" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/table, -/obj/item/clipboard{ + icon_state = "plant-18"; pixel_y = 10 }, -/obj/item/folder/yellow{ - pixel_x = -4; - pixel_y = 6 - }, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"oSl" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "xenobio8"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"oSu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"oSE" = ( -/obj/structure/chair/sofa{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/crew_quarters/fitness/pool) -"oSG" = ( -/obj/structure/table/wood, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/carpet, -/area/library/lounge) -"oSM" = ( -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness) -"oSW" = ( /obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_corner"; + name = "wood corner" }, -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"oTk" = ( -/obj/structure/flora/crystal/small/growth{ - icon_state = "crystalgrowth2" - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/port/fore) -"oTl" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"oTo" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"oTu" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ +/obj/machinery/light{ dir = 1; - icon_state = "floor_trim" - }, -/area/quartermaster/sorting) -"oTB" = ( -/obj/machinery/door/airlock{ - dir = 4; - name = "Unisex Showers" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"oTE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"oTH" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/light/small{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"oTK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"oTM" = ( -/obj/machinery/door/airlock/public/glass{ - dir = 1; - name = "Arcade" - }, -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/vaporwave, -/area/arcade) -"oTU" = ( -/obj/effect/turf_decal/bot, -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"oTX" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"oUb" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/aft) -"oUJ" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/gateway) -"oUN" = ( -/obj/machinery/telecomms/hub/preset, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"oUT" = ( -/turf/open/floor/plating, -/area/security/main) -"oUV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"oVa" = ( -/obj/structure/table/wood, -/obj/item/book/lorebooks/layenia_crystals, -/obj/structure/sign/painting/library{ - pixel_y = -24 + pixel_y = 16 }, /turf/open/floor/wood, -/area/science/research) -"oVC" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"oVF" = ( -/obj/machinery/computer/arcade/battle{ - dir = 4 - }, -/turf/open/floor/carpet/black, -/area/arcade) -"oVI" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Pure to Port" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"oVO" = ( -/obj/machinery/computer/atmos_control/tank/nitrous_tank{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"oVZ" = ( -/obj/machinery/portable_atmospherics/canister/nitrous_oxide, -/turf/open/floor/engine/n2o, -/area/engine/atmos) -"oWf" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"oWm" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"oWx" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Medbay Maintenance"; - req_access_txt = "5" - }, -/turf/open/floor/plasteel/dark, -/area/medical/medbay/central) -"oWI" = ( -/obj/machinery/power/smes{ - charge = 5e+006 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"oWR" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"oWV" = ( -/obj/machinery/ntnet_relay, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"oXm" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"oXt" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"oXG" = ( -/obj/machinery/computer/telecomms/monitor{ - dir = 4; - network = "tcommsat" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/tcommsat/computer) -"oXK" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters{ - id = "Skynet_launch"; - name = "mech bay" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - dir = 1; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/science/robotics/lab) -"oXM" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/tcommsat/computer) -"oXR" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"oXY" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/cafeteria, -/area/security/prison) -"oYs" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"oYu" = ( -/obj/structure/reagent_dispensers/watertank/high, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/engine/atmos) -"oYv" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"oYP" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/crew_quarters/theatre) -"oYS" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/satellite) -"oZc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/structure/reagent_dispensers/watertank, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"oZp" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 6 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"oZF" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/artatrium) -"oZP" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"oZQ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia) -"oZZ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"pab" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"pan" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"par" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"pax" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/security/vacantoffice/a) -"paS" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"paZ" = ( -/obj/machinery/door/poddoor{ - dir = 4; - id = "Secure Storage"; - name = "secure storage" - }, -/turf/open/floor/plating, -/area/engine/break_room) -"pbj" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/quartermaster/qm) -"pbW" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/bridge) -"pca" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"pce" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/port) -"pcj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"pcp" = ( -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/camera/motion{ - c_tag = "AI Upload Port"; - dir = 4; - network = list("aiupload") - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai_upload) -"pcE" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"pcK" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/bridge) -"pcM" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"pcO" = ( -/obj/structure/table/glass, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"pcY" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"pcZ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/wood, -/area/library) -"pdc" = ( -/obj/structure/sign/warning/biohazard, -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"pdm" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/table/glass, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/camera{ - c_tag = "Pool North" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"pds" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/bridge) -"pdH" = ( -/obj/machinery/door/airlock/external{ - dir = 4; - name = "Escape Airlock"; - req_access_txt = "19" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"pdN" = ( -/obj/machinery/power/smes, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"pdQ" = ( -/obj/machinery/button/door{ - id = "lawyer_blast"; - name = "Privacy Shutters"; - pixel_y = -25 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/carpet, -/area/lawoffice) -"pdR" = ( -/obj/machinery/door/airlock/external{ - dir = 4; - name = "Escape Airlock"; - req_access_txt = "19" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel/dark, -/area/bridge) -"pdZ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"pef" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/window/northleft{ - dir = 4; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "xenobio7"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"pel" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"pem" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/teleporter) -"pep" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hydroponics/garden) -"peF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"peI" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/chief) -"peM" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/camera{ - c_tag = "Atmospherics North West" - }, -/obj/machinery/firealarm{ - pixel_y = 25 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"peQ" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/bridge) -"peX" = ( -/obj/docking_port/stationary{ - dir = 4; - dwidth = 2; - height = 13; - id = "ferry_home"; - name = "port bay 2"; - width = 5 - }, -/turf/open/indestructible/concrete, -/area/layenia) -"pfa" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/fitness) -"pft" = ( -/obj/structure/lattice, -/obj/structure/grille, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"pfw" = ( -/turf/open/floor/engine, -/area/science/xenobiology) -"pfz" = ( -/obj/structure/table, -/obj/item/aiModule/reset, -/obj/item/aiModule/supplied/quarantine, -/obj/machinery/flasher{ - id = "brigentry"; - pixel_x = -28 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/ai_upload) -"pfE" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"pfG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/science/circuit) -"pfI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/table, -/obj/item/paicard, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/pool) -"pfX" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"pgh" = ( -/obj/machinery/computer/mecha{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/crew_quarters/heads/hor) -"pgA" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 8; - name = "Maintenance Access"; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"pgC" = ( -/turf/closed/wall, -/area/crew_quarters/heads/cmo) -"pgN" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"pgO" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/tertiary) -"pgV" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"pgW" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"pgX" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/chair/comfy/black, -/obj/effect/landmark/start/scientist, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/science/research) -"phh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"phk" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"phx" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/tcommsat/computer) -"phC" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"phH" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/open/floor/plating, -/area/layenia/cloudlayer) -"phO" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"phX" = ( -/obj/machinery/telecomms/bus/preset_four, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"pii" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"pit" = ( -/obj/structure/flora/crystal/small/pile, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"piv" = ( -/obj/machinery/door/airlock{ - dir = 4; - id_tag = "null"; - name = "Unit 1" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"piD" = ( -/obj/structure/table, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = 5 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"piK" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/closet, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"piS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/chair/comfy{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"pjc" = ( -/obj/machinery/door/poddoor{ - dir = 4; - id = "TEG_Vent" - }, -/obj/effect/turf_decal/delivery/red, -/turf/open/floor/engine/vacuum, -/area/engine/engineering) -"pjf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/door/airlock/glass{ - dir = 4; - id_tag = "checkpointinner"; - name = "inner airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"pjj" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"pjk" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/chair/comfy{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"pjn" = ( -/obj/machinery/shower{ - dir = 1 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"pju" = ( -/obj/structure/table, -/obj/item/wirecutters, -/obj/item/flashlight{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"pjv" = ( -/obj/structure/table, -/obj/item/book/lorebooks/layenia_crystals, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"pjM" = ( -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Primary Tool Storage" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/storage/primary) -"pjS" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"pjU" = ( -/obj/machinery/door/airlock/command/glass{ - dir = 8; - name = "EVA Storage"; - req_access_txt = "18" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/ai_monitored/storage/eva) -"pks" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"pku" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"pkC" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"pkQ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"pkT" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/main) -"plh" = ( -/obj/machinery/button/door{ - desc = "A remote control switch for the medbay foyer."; - id = "MedbayFoyer"; - name = "Medbay Exit Button"; - normaldoorcontrol = 1; - pixel_y = 26 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"plj" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"plk" = ( -/obj/machinery/button/massdriver{ - dir = 4; - id = "toxinsdriver"; - pixel_x = 28 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"pln" = ( -/turf/closed/wall, -/area/science/robotics/lab) -"plq" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"plz" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/computer/bounty, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"plE" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"plN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/quartermaster/storage) -"plY" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hop) -"pmf" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"pmM" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/science/misc_lab) -"pmR" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/tcommsat/computer) -"pmV" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/medical/virology) -"pmZ" = ( -/obj/structure/sign/warning/securearea{ - desc = "A warning sign which reads 'SERVER ROOM'."; - name = "SERVER ROOM" - }, -/turf/closed/wall, -/area/tcommsat/computer) -"pnb" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/indestructible/concrete/smooth, -/area/layenia) -"pnr" = ( -/turf/open/floor/plating, -/area/maintenance/aft) -"pnF" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"pnH" = ( -/obj/structure/alien/weeds, -/obj/structure/alien/resin/wall, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"pnP" = ( -/obj/machinery/recycler, -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"poi" = ( -/obj/machinery/computer/med_data{ - dir = 1 - }, -/obj/item/radio/intercom{ - frequency = 1485; - name = "Station Intercom (Medbay)"; - pixel_y = -30 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"poj" = ( -/obj/structure/closet/secure_closet/hos, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"pom" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"poD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"poH" = ( -/turf/closed/wall/r_wall, -/area/science/server) -"poY" = ( -/obj/machinery/button/door{ - id = "Dorm1"; - name = "Dorm Bolt Control"; - normaldoorcontrol = 1; - pixel_x = -25; - specialfunctions = 4 - }, -/obj/structure/closet/secure_closet/personal, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"ppe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=Security"; - location = "FP1" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"ppg" = ( -/obj/machinery/teleport/station, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"pps" = ( -/obj/structure/curtain, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/medical/virology) -"ppy" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/science/misc_lab) -"ppE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"ppJ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/landmark/start/botanist, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/hydroponics) -"ppK" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ppM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"pqe" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"pqI" = ( -/turf/open/floor/plasteel/white, -/area/science/lab) -"pqP" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"pqW" = ( -/obj/item/wrench, -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"pqX" = ( -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/port/fore) -"pqZ" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"prb" = ( -/obj/structure/flora/crystal/small/pile, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/hallway/primary/port/fore) -"prc" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/engine/break_room) -"prd" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/port/fore) -"pre" = ( -/obj/structure/plasticflaps/opaque, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Hydroponics" - }, -/obj/effect/turf_decal/bot, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"prn" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/computer/cargo, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/obj/machinery/camera{ - c_tag = "Quartermaster's Office"; - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"prr" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"prt" = ( -/turf/open/indestructible/concrete, -/area/layenia) -"prv" = ( -/obj/effect/decal/cleanable/milk, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"prE" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Strip Club" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"prL" = ( -/obj/structure/table, -/obj/item/stack/cable_coil{ - pixel_x = 3; - pixel_y = 7 - }, -/obj/item/stack/cable_coil{ - pixel_x = 1; - pixel_y = 10 - }, -/obj/item/stock_parts/cell/high/plus, -/obj/machinery/cell_charger{ - pixel_y = 5 - }, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"prP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/chair/bench, -/turf/open/floor/plasteel/chapel{ - dir = 1 - }, -/area/chapel/main) -"prS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"psf" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/storage/primary) -"psh" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/n2o{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"psj" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/chair/comfy/brown, -/obj/effect/landmark/start/assistant, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"pso" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"pst" = ( -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/layenia, -/area/ai_monitored/storage/satellite) -"psB" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/storage/primary) -"psF" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 3; - height = 15; - id = "arrivals_stationary"; - name = "arrivals"; - roundstart_template = /datum/map_template/shuttle/arrival/box; - width = 7 - }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"psI" = ( -/obj/machinery/door/airlock/external{ - name = "Nuclear Reactor Access"; - req_access_txt = "24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"psM" = ( -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Primary Tool Storage" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/storage/primary) -"psO" = ( -/obj/machinery/door/airlock/engineering{ - dir = 4; - name = "Tech Storage"; - req_access_txt = "23" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"ptc" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/bridge) -"ptf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Atmos to Loop" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"ptz" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Coolent to Reactor" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"ptH" = ( -/obj/structure/toilet{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "Toilet4"; - name = "Lock Control"; - normaldoorcontrol = 1; - pixel_y = -25; - specialfunctions = 4 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/freezer, -/area/medical/medbay/central) -"ptL" = ( -/obj/machinery/door/poddoor/shutters{ - id = "evashutter"; - name = "EVA Storage Shutters" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"ptO" = ( -/obj/machinery/door/poddoor{ - id = "QMLoaddoor"; - name = "supply dock loading door" - }, -/obj/structure/fans/tiny, -/obj/machinery/conveyor{ - dir = 1; - id = "QMLoad2" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"pue" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Courtroom"; - req_access_txt = "42" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"pus" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"puF" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"puL" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"pvi" = ( -/obj/machinery/door/poddoor/shutters{ - id = "jangarage"; - name = "Custodial Closet Shutters" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/janitor) -"pvA" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/maintenance/port/aft) -"pvB" = ( -/obj/structure/table, -/obj/machinery/cell_charger{ - pixel_y = 5 - }, -/obj/item/stock_parts/cell/high/plus, -/obj/item/multitool, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"pvL" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"pvW" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"pvY" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"pwd" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"pwm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"pwF" = ( -/turf/closed/wall, -/area/quartermaster/warehouse) -"pwH" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/engineering/glass{ - dir = 4; - name = "Server Room"; - req_access_txt = "61" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"pwN" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"pwP" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner, -/area/engine/atmos) -"pwU" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"pwZ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"pxl" = ( -/turf/open/floor/plasteel/stairs/right, -/area/medical/sleeper) -"pxC" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"pxE" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/engineering/glass{ - dir = 4; - name = "Server Room"; - req_access_txt = "61" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"pxJ" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"pxS" = ( -/turf/open/floor/plating, -/area/security/prison) -"pxU" = ( -/obj/machinery/door/window/brigdoor/security/cell{ - id = "Cell 2"; - name = "Cell 2" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/security/brig) -"pyf" = ( -/obj/structure/girder, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/security/prison) -"pyj" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/stairs/right{ - dir = 8 - }, -/area/layenia) -"pym" = ( -/obj/structure/window{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/seed_extractor, -/turf/open/floor/plasteel/dark, -/area/hydroponics/garden) -"pyp" = ( -/obj/structure/bed, -/turf/open/floor/plating, -/area/layenia/cloudlayer) -"pyu" = ( -/obj/machinery/conveyor{ - id = "garbage" - }, -/obj/machinery/door/poddoor{ - id = "Disposal Exit 2"; - name = "Disposal Bay Vent" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/maintenance/disposal) -"pyE" = ( -/turf/open/floor/plasteel, -/area/security/range) -"pyK" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "bridgespace"; - name = "bridge external shutters" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/bridge) -"pyU" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"pyW" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"pzb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall/r_wall, -/area/hallway/secondary/entry) -"pzd" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"pzi" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "bridgespace"; - name = "bridge external shutters" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/bridge) -"pzA" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxin_output{ - dir = 8 - }, -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"pzB" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"pzE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/stairs/left{ - dir = 4 - }, -/area/quartermaster/sorting) -"pzF" = ( -/obj/structure/window/reinforced, -/obj/structure/flora/crystal/small/growth, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/aft) -"pzK" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"pzL" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "bridgespace"; - name = "bridge external shutters" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/bridge) -"pzW" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/camera{ - c_tag = "Cargo Bay North" - }, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/quartermaster/storage) -"pAe" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/fans/tiny, -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"pAr" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/machinery/door/poddoor/preopen{ - id = "Xenolab"; - name = "test chamber blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"pAE" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"pAJ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"pAU" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/window/southleft{ - base_state = "right"; - icon_state = "right"; - name = "Armory"; - req_access_txt = "3" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/ai_monitored/security/armory) -"pAV" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"pBq" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/reagent_dispensers/water_cooler, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/medical/medbay/central) -"pBv" = ( -/obj/structure/closet/lasertag/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Holodeck East" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/fitness) -"pBG" = ( -/obj/structure/closet/wardrobe/white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/locker"; - dir = 1; - name = "Locker Room APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"pBN" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"pBY" = ( -/obj/effect/decal/cleanable/generic, -/turf/open/floor/plating, -/area/layenia/cloudlayer) -"pCa" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"pCg" = ( -/obj/machinery/atmospherics/pipe/manifold/purple/visible{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"pCo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/status_display{ - pixel_y = 32 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"pCs" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/turf/closed/wall/r_wall, -/area/engine/engineering/reactor_control) -"pCA" = ( -/obj/machinery/mineral/stacking_unit_console{ - machinedir = 8; - pixel_y = -8 - }, -/turf/closed/wall, -/area/maintenance/disposal) -"pCE" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"pCL" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"pCN" = ( -/obj/structure/alien/weeds, -/obj/structure/alien/resin/membrane, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"pCW" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"pCY" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/service) -"pDb" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/obj/structure/table, -/obj/item/flashlight{ - pixel_x = -10; - pixel_y = 10 - }, -/obj/item/flashlight{ - pixel_x = -3; - pixel_y = 7 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"pDe" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"pDj" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/structure/sign/painting/library{ - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/artatrium) -"pDn" = ( -/obj/machinery/cryopod{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Cryogenics"; - dir = 5 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"pDo" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/power/apc{ - areastring = "/area/engine/engine_smes"; - name = "SMES room APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"pDt" = ( -/obj/machinery/vending/coffee, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port/fore) -"pDu" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"pDI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_access_txt = "12" - }, -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard) -"pDR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"pDY" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"pEi" = ( -/obj/structure/bed/roller, +/area/crew_quarters/spa/sauna) +"wUs" = ( +/obj/item/storage/belt/utility, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/item/radio/off, +/obj/structure/rack, /obj/effect/turf_decal/bot{ dir = 1 }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"pEq" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/turf/open/floor/engine, -/area/science/storage) -"pEr" = ( -/obj/structure/lattice/catwalk, -/obj/structure/trash_pile, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"pEx" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"pEG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"pEQ" = ( -/obj/structure/window/reinforced, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/hallway/primary/port/fore) -"pEV" = ( -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"pEW" = ( -/obj/structure/window/reinforced, -/obj/structure/flora/crystal/small/pile{ - icon_state = "crystals4" - }, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/hallway/primary/port/fore) -"pEZ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"pFa" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/turf/open/floor/engine, -/area/science/misc_lab) -"pFd" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/hallway/primary/port/fore) -"pFk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"pFl" = ( -/obj/structure/window/reinforced, -/obj/structure/disposaloutlet{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"pFt" = ( -/obj/structure/lattice, -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/layenia) -"pFA" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white/side{ - dir = 10 - }, -/area/medical/virology) -"pFB" = ( -/obj/machinery/door/window/eastright{ - dir = 1; - icon_state = "left"; - name = "Hydroponics Delivery"; - req_access_txt = "35" - }, -/obj/effect/turf_decal/loading_area, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"pFJ" = ( -/obj/structure/table, -/obj/item/storage/belt/utility, -/obj/item/storage/firstaid/regular, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"pFM" = ( -/obj/machinery/sparker{ - id = "Xenobio"; - pixel_x = -25 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"pGa" = ( -/obj/machinery/recharge_station, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"pGc" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/hallway/primary/aft) -"pGo" = ( -/obj/structure/table, -/obj/item/weldingtool, -/obj/item/crowbar, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"pGV" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/obj/effect/decal/cleanable/oil{ - icon_state = "floor5" - }, -/obj/machinery/light/broken{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"pHu" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"pHY" = ( -/obj/structure/chair/sofa, -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/wood, -/area/maintenance/fore) -"pIj" = ( -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"pIx" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/janitor) -"pIB" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"pIK" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/ai_monitored/nuke_storage) -"pIM" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/tcommsat/computer) -"pIX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/camera/motion{ - c_tag = "MiniSat Core Hallway"; - dir = 4; - network = list("aicore") - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/hallway) -"pJd" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/closet, -/obj/item/clothing/suit/bathrobe, -/obj/item/clothing/suit/bathrobe, -/obj/item/clothing/suit/bathrobe, -/obj/item/clothing/suit/bathrobe, -/obj/item/clothing/suit/bathrobe, -/obj/item/clothing/suit/bathrobe, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"pJl" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/disposaloutlet{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"pJp" = ( -/turf/open/floor/carpet, -/area/maintenance/fore) -"pJB" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"pJC" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"pJL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"pJW" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/secure_closet/security/sec, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"pJZ" = ( -/obj/machinery/telecomms/server/presets/science, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"pKd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/closet/emcloset, -/obj/machinery/camera{ - c_tag = "Xenobiology Lab - Airlock"; - dir = 4; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"pKq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"pKs" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/medical/medbay/central) -"pKw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/fore) -"pKU" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/library/lounge) -"pLd" = ( -/obj/machinery/telecomms/server/presets/common, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"pLm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness) -"pLn" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/closed/wall/r_wall, -/area/engine/break_room) -"pLz" = ( -/obj/machinery/telecomms/server/presets/service, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"pLL" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"pLQ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/engine/break_room) -"pLT" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/science/research) -"pLV" = ( -/obj/structure/bed, -/obj/item/bedsheet/mime, -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" - }, -/obj/effect/landmark/start/mime, -/obj/structure/sign/painting/library{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/theatre) -"pMb" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/closet/emcloset, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/disposal"; - dir = 8; - name = "Disposal APC"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"pMl" = ( -/obj/structure/cable{ - icon_state = "0-2"; - pixel_y = 1 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/tcommsat/computer) -"pMy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/turf/closed/wall/r_wall, -/area/engine/break_room) -"pMF" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/plating, -/area/science/mixing) -"pNg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"pNY" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/maintenance/port/aft) -"pOh" = ( -/obj/machinery/status_display, -/turf/closed/wall, -/area/tcommsat/computer) -"pOk" = ( -/obj/machinery/atmospherics/components/unary/portables_connector{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/engine/engineering) -"pOn" = ( -/obj/structure/table/glass, -/obj/item/folder/white, -/obj/item/radio/headset/headset_medsci, -/obj/item/storage/pill_bottle/mutadone, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"pOx" = ( -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"pOF" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Arrivals Bay 1 South" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"pOV" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/item/storage/toolbox/electrical{ - pixel_x = 1; - pixel_y = 6 - }, -/obj/item/clothing/glasses/welding, -/obj/item/multitool{ - pixel_x = 3 - }, -/obj/item/clothing/glasses/welding, -/obj/item/multitool{ - pixel_x = 3 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/science/robotics/lab) -"pOW" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Antechamber"; - req_one_access_txt = "65" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/hallway) -"pPj" = ( -/obj/machinery/modular_computer/console/preset/engineering, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 4 - }, -/area/bridge) -"pPx" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"pPI" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"pPQ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"pPV" = ( -/obj/structure/railing, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"pQd" = ( -/obj/machinery/computer/security/mining, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/bridge) -"pQo" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/westleft{ - dir = 1; - name = "Cargo Desk"; - req_access_txt = "50" - }, -/obj/machinery/door/window/westleft{ - dir = 2; - name = "Public Cargo Desk" - }, -/obj/machinery/door/poddoor/preopen{ - id = "cargoshut1"; - name = "shutters" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"pQt" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/pool) -"pQw" = ( -/obj/item/storage/toolbox/mechanical{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/storage/toolbox/electrical{ - pixel_x = -2 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/light_switch{ - pixel_y = -28 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"pQD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/maintenance/fore) -"pQQ" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/turf/open/floor/plasteel, -/area/bridge) -"pQX" = ( -/obj/effect/turf_decal/stripes/box, -/obj/structure/ore_box, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating, -/area/layenia) -"pRb" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"pRd" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"pRh" = ( -/obj/machinery/door/airlock{ - dir = 4; - id_tag = "Dorm1"; - name = "Dorm 1" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"pRp" = ( -/obj/structure/table/glass, -/obj/structure/reagent_dispensers/virusfood{ - pixel_x = -30 - }, -/obj/item/book/manual/wiki/infections{ - pixel_y = 7 - }, -/obj/item/reagent_containers/syringe/antiviral, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/spray/cleaner, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/medical/virology) -"pRI" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/requests_console{ - department = "Cargo Bay"; - departmentType = 2; - pixel_x = 30 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/quartermaster/storage) -"pSa" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/security/processing) -"pSd" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"pSk" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"pSp" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/engineering) -"pSr" = ( -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"pSs" = ( -/obj/structure/closet/crate, -/obj/item/shovel, -/obj/item/shovel, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"pSD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/engine/break_room) -"pSP" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/landmark/start/head_of_personnel, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"pTb" = ( -/turf/open/floor/plating, -/area/layenia/cloudlayer) -"pTg" = ( -/obj/structure/closet/lasertag/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, /obj/machinery/light{ dir = 8; pixel_x = -7 }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/fitness) -"pTl" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/gateway) +"wUu" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"wUv" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "primaryshut1"; + name = "primary blast door" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/primary/starboard/upper) +"wUz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"wUE" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/hallway/primary/aft/upper) +"wUG" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Therapy" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 4; + id = "psych_hall_window2"; + name = "psychology shutters" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/medical/psych/therapy) +"wUR" = ( +/obj/structure/table/wood, +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/library) +"wVg" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, /obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/rglass{ + amount = 50 + }, +/obj/item/stack/sheet/rglass{ + amount = 50 + }, /obj/item/stack/sheet/plasteel{ amount = 10 }, -/obj/item/stack/cable_coil, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/item/assembly/flash/handheld, -/obj/machinery/light{ - pixel_y = -1 +/obj/item/stack/sheet/plasteel{ + amount = 10 }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"pTm" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/rglass{ + amount = 50 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" +/obj/item/stack/sheet/rglass{ + amount = 50 }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/security/courtroom) -"pTp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/grille, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"pTX" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 +/obj/item/stack/sheet/plasteel{ + amount = 10 }, /turf/open/floor/plasteel/dark, -/area/engine/engineering) -"pUb" = ( -/obj/structure/flora/crystal/medium/growth{ - icon_state = "crystalgrowth1" - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/security/main) -"pUg" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = -27 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/closet/wardrobe/mixed, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"pUj" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/engine/engineering) -"pUu" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"pUC" = ( -/obj/structure/chair/sofa/right, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"pUG" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"pUH" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/smartfridge/extract/preloaded, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"pUQ" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "primaryshut1"; - name = "primary blast door" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/secondary/entry) -"pUR" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/locker) -"pUX" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/engine/break_room) -"pVb" = ( -/obj/machinery/computer/crew{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"pVc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"pVs" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"pVy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"pVF" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" +/area/ai_monitored/storage/eva) +"wVi" = ( +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 }, /obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Aft Primary Hallway 1"; - dir = 8; - pixel_y = -22 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/aft) -"pVJ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"pVK" = ( -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/camera{ - c_tag = "Virology Break Room"; - network = list("ss13","medbay") - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"pVM" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/structure/disposalpipe/segment{ dir = 10 }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/port/fore) -"pVP" = ( -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"pVR" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"pWh" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniMeteor Service Bay"; - req_one_access_txt = "65" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/satellite) -"pWt" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 1; - name = "Maintenance Access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"pWx" = ( -/turf/closed/wall/r_wall, -/area/medical/morgue) -"pWD" = ( -/obj/structure/plasticflaps/opaque, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=2"; - freq = 1400; - location = "Kitchen" - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"pWE" = ( -/obj/machinery/chem_master, -/obj/effect/turf_decal/bot, -/obj/machinery/camera{ - c_tag = "Research Division Chemistry Corner"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"pWH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 2; - sortType = 21 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"pWM" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"pWY" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Bar Maintenance"; - req_access_txt = "25" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore/secondary) -"pXg" = ( -/obj/machinery/space_heater, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"pXD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"pXJ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/power/apc{ - areastring = "/area/security/brig"; - dir = 1; - name = "Brig APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"pXN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/library) -"pXS" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"pXW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"pYd" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"pYe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/stairs/right{ - dir = 1 - }, -/area/maintenance/starboard/aft) -"pYg" = ( -/obj/machinery/computer/monitor{ - name = "bridge power monitoring console" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/bridge) -"pYk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall, -/area/hydroponics) -"pYn" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/disposal) -"pYo" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/wood, -/area/library) -"pYv" = ( -/obj/structure/table/reinforced, -/obj/item/storage/toolbox/mechanical, -/obj/item/flashlight, -/obj/item/pipe_dispenser, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, /obj/effect/turf_decal/loading_area{ dir = 8; icon_state = "drain"; name = "drain" }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"pYD" = ( -/turf/closed/wall/r_wall, -/area/tcommsat/computer) -"pYH" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/maintenance/fore) -"pYI" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"pYK" = ( -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/security/courtroom) -"pYQ" = ( -/obj/structure/closet/wardrobe/chemistry_white, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"pZj" = ( -/obj/machinery/door/poddoor/preopen{ - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/fore) -"pZs" = ( -/obj/machinery/door/poddoor/preopen{ - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/nuclear_waste_spawner, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/fore) -"pZu" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"pZv" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"pZE" = ( -/obj/machinery/vending/cola/random, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"pZG" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, /turf/open/floor/plasteel{ dir = 8; icon_state = "floor_plate" }, -/area/artatrium) -"pZH" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/quartermaster/warehouse) -"pZO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" +/area/hallway/primary/fore) +"wVj" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" +/area/crew_quarters/dorms/upper) +"wVm" = ( +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-21" }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"qaa" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"qan" = ( -/turf/open/floor/plasteel/dark/side, -/area/bridge) -"qax" = ( -/obj/machinery/telecomms/server/presets/supply, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"qaE" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/obj/item/storage/box/lights/mixed{ - pixel_x = -3; - pixel_y = 5 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"qaX" = ( -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/machinery/shieldwallgen, /obj/machinery/airalarm{ pixel_y = 24 }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"qbo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"qbH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/engine/atmos) -"qbJ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"qbM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"qbR" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"qbU" = ( -/obj/machinery/telecomms/server/presets/engineering, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"qcd" = ( -/turf/closed/wall/r_wall, -/area/medical/sleeper) -"qcl" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"qcm" = ( /obj/effect/turf_decal/loading_area{ dir = 8; icon_state = "drain"; name = "drain" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/science/research) -"qco" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/security/main) -"qcp" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/quartermaster/warehouse) -"qcr" = ( -/turf/open/floor/plating, -/area/maintenance/fore) -"qcC" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"qcR" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/vending/wardrobe/sec_wardrobe, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"qcT" = ( -/obj/structure/railing, -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"qcX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"qdb" = ( -/obj/structure/table/glass, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/item/folder/white{ - pixel_x = -4; - pixel_y = 3 - }, -/obj/item/folder/white{ - pixel_x = 6; - pixel_y = -1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"qdw" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/turf/open/floor/wood, -/area/library/lounge) -"qdy" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"qdG" = ( -/obj/machinery/camera{ - c_tag = "Tech Storage North" - }, -/obj/machinery/power/apc{ - areastring = "/area/storage/tech"; - dir = 1; - name = "Tech Storage APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"qdH" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/box, -/turf/open/floor/carpet, -/area/chapel/main) -"qdK" = ( -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/tcommsat/computer) -"qdP" = ( -/obj/structure/flora/crystal/small/growth, -/obj/structure/railing, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"qdZ" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel{ - dir = 4; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/tcommsat/computer) -"qee" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"qey" = ( -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/tcommsat/computer) -"qeC" = ( -/obj/structure/transit_tube, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"qfw" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/closet/crate/wooden/toy, -/obj/item/storage/box/donkpockets/donkpockethonk, -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"qfD" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/security/processing) -"qfG" = ( -/obj/structure/table, -/obj/item/folder/blue{ - pixel_x = -2; - pixel_y = -5 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/bridge) -"qfW" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "trim"; - name = "trim" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"qgp" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"qgA" = ( -/obj/structure/chair/office/light, -/turf/open/floor/plasteel/dark/side, -/area/bridge) -"qgJ" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/engine, -/area/science/storage) -"qgR" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/aft) -"qhc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/security/main) -"qhd" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/bombcloset/security, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"qhk" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"qhw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/security/range) -"qhx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"qhD" = ( -/obj/structure/table/reinforced, -/obj/item/storage/firstaid/regular, -/turf/open/floor/plasteel, -/area/bridge) -"qhI" = ( -/obj/structure/closet/masks, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/fitness) -"qik" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"qim" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/storage/primary) -"qiJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"qiW" = ( -/obj/structure/table, -/obj/item/hand_labeler, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"qiX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/closet/wardrobe/green, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"qjj" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"qjn" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"qjw" = ( -/obj/structure/table, -/obj/item/storage/box/cups{ - pixel_y = 10 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"qjB" = ( -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/indestructible/concrete, -/area/layenia) -"qjG" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/window/reinforced, -/obj/item/reagent_containers/food/snacks/cheesewedge, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"qkd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/aft) -"qki" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/eva) -"qkz" = ( -/obj/structure/table/reinforced, -/obj/item/integrated_electronics/analyzer, -/obj/item/integrated_electronics/debugger, -/obj/item/integrated_electronics/wirer, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"qkJ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/landmark/nuclear_waste_spawner, -/turf/open/floor/plasteel, -/area/engine/break_room) -"qkN" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"qld" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"qlo" = ( -/obj/structure/chair/stool, -/obj/item/instrument/guitar{ - pixel_x = 3; - pixel_y = 5 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"qlO" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/medical/virology) -"qlS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/door/window/northleft{ - dir = 4; - icon_state = "right"; - name = "Chicken Coop"; - req_access_txt = "35" - }, -/turf/open/floor/grass, -/area/hydroponics) -"qlU" = ( -/obj/structure/sign/logo/kinaris{ - icon_state = "kinaris_sign5"; - pixel_y = 32 - }, -/obj/structure/flora/crystal/small/growth{ - icon_state = "crystalgrowth3" - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/bridge) -"qmd" = ( -/obj/structure/sign/warning/fire, -/turf/closed/wall/r_wall, -/area/science/mixing) -"qmh" = ( -/obj/structure/sink{ - pixel_y = 30 - }, -/obj/item/reagent_containers/glass/bucket{ - pixel_x = -7; - pixel_y = 10 - }, -/obj/machinery/camera{ - c_tag = "Hydroponics North" - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"qml" = ( -/obj/machinery/flasher{ - id = "PCell 3"; - pixel_x = -28 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel, -/area/security/prison) -"qmp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/science/research) -"qmq" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/side, -/area/hydroponics) -"qms" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/science/research) -"qmx" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen/invisible, -/obj/item/toy/figure/curator{ - pixel_x = 13 - }, -/turf/open/floor/engine/cult, -/area/library) -"qmz" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"qmA" = ( -/obj/machinery/door/window/northleft{ - dir = 4; - icon_state = "right"; - name = "First-Aid Supplies"; - red_alert_access = 1; - req_access_txt = "40" - }, -/obj/structure/window/reinforced, -/obj/structure/table/reinforced, -/obj/item/gun/syringe, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"qmC" = ( -/obj/machinery/vending/wardrobe/engi_wardrobe, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/machinery/camera{ - c_tag = "Engineering Locker Room"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"qmD" = ( -/turf/open/floor/carpet, -/area/chapel/main) -"qmK" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/medical/virology) -"qmO" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"qmS" = ( -/obj/machinery/door/airlock/maintenance/abandoned{ - dir = 4; - req_access_txt = "12" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"qnm" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/camera{ - c_tag = "Dormitory Toilets"; - dir = 1 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"qno" = ( -/obj/structure/closet/secure_closet/personal/patient, -/obj/machinery/requests_console{ - department = "Medbay"; - departmentType = 1; - name = "Medbay RC"; - pixel_y = -30 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"qnq" = ( -/obj/structure/closet/bombcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"qny" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"qnH" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/engine/engineering) -"qnQ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/prison) -"qnS" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"qnT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"qnX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"qoi" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 10 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/engineering) -"qos" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Holodeck Door" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"qoD" = ( -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"qpe" = ( -/obj/machinery/hydroponics/constructable, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"qpg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/engine_smes) -"qpp" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"qpv" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"qpK" = ( -/turf/open/floor/wood, -/area/library/lounge) -"qpV" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/obj/machinery/atmospherics/components/binary/pump{ - name = "Air to Port" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"qqb" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "xenobio3"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"qqc" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/layer_manifold, -/turf/open/floor/plating, -/area/engine/atmos) -"qqi" = ( -/obj/structure/lattice, -/obj/structure/transit_tube/horizontal, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"qqs" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, /turf/open/floor/plasteel/white/corner, /area/science/research) -"qqt" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/security/main) -"qqw" = ( -/obj/structure/table, -/obj/machinery/recharger, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"qqC" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "xenobio2"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"qqW" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin{ - pixel_y = 6 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/item/folder/white{ - pixel_x = 2; - pixel_y = 5 - }, -/obj/item/book/lorebooks/engrams{ - pixel_y = 5 - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"qqY" = ( -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"qrd" = ( -/obj/structure/table/glass, -/obj/item/book/manual/wiki/chemistry{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/book/manual/wiki/chemistry, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"qre" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"qrl" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Labor Camp Shuttle Airlock"; - req_access_txt = "2"; - shuttledocked = 1 - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/security/processing) -"qrw" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/wood, -/area/science/research) -"qrB" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 - }, -/turf/open/floor/engine/vacuum, -/area/engine/engineering) -"qrC" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"qrQ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"qrZ" = ( -/obj/machinery/door/airlock/command/glass{ - name = "Control Room"; - req_access_txt = "19; 61" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"qsc" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/reagent_containers/food/snacks/grown/wheat, +"wVq" = ( +/obj/structure/flora/ausbushes/fullgrass, /turf/open/floor/grass, -/area/hydroponics) -"qsj" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"qsl" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"qsq" = ( -/obj/machinery/door/airlock/highsecurity{ - name = "AI Upload Access"; - req_access_txt = "16" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"qsr" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Mix to Port" - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/engine/atmos) -"qss" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/bridge) -"qsE" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"qsI" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/robotics/lab) -"qsN" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/machinery/door/airlock/public/glass{ - dir = 1; - name = "Central Access" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"qsX" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/structure/cable/white{ - icon_state = "1-2" - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"qtc" = ( -/obj/structure/table/reinforced, -/obj/item/storage/fancy/donut_box, -/turf/open/floor/plasteel/dark, -/area/bridge) -"qti" = ( -/obj/structure/lattice/catwalk, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"qtz" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"qtD" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/primary/starboard) -"qtE" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ +/area/crew_quarters/dorms/upper) +"wVs" = ( +/obj/machinery/power/apc{ + areastring = "/area/hallway/primary/central/upper"; dir = 8; - name = "air vent" + name = "Upper Central Hall APC"; + pixel_x = -25 }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"qtN" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"qtT" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/oxygen_output{ - dir = 8 - }, -/turf/open/floor/engine/o2, -/area/engine/atmos) -"qtW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 +/obj/structure/cable, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" }, +/area/hallway/primary/starboard/upper) +"wVy" = ( /turf/open/floor/plasteel/stairs/medium{ - dir = 8 - }, -/area/medical/sleeper) -"qua" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, -/turf/open/floor/plating, -/area/engine/atmos) -"qub" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"quc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/rack/shelf, -/obj/item/crowbar/red, -/obj/item/wrench, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/atmos) -"qug" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"qun" = ( -/obj/structure/safe, -/obj/item/clothing/head/bearpelt, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, -/obj/item/gun/ballistic/revolver/russian, -/obj/item/ammo_box/a357, -/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka, -/obj/effect/turf_decal/bot_white/left, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"qup" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"quu" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/main) -"quE" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"quG" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/medical/psych) -"quP" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "Holodeckshutter"; - name = "Holodeck Shutter" - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"quT" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "bridgespace"; - name = "bridge external shutters" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/bridge) -"qvc" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"qvh" = ( -/obj/structure/closet/wardrobe/white, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/railing, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/fitness) -"qvz" = ( -/obj/structure/girder, -/turf/open/floor/plating, -/area/maintenance/fore) -"qvC" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Art Storage" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"qvE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"qvH" = ( -/obj/machinery/requests_console{ - department = "Locker Room"; - pixel_x = -32 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/closet/wardrobe/grey, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"qvK" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/atmos) -"qvZ" = ( -/obj/machinery/disposal/bin, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/security/main) -"qwb" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/turf/open/floor/plasteel/dark, -/area/artatrium) -"qwg" = ( -/obj/structure/table, -/obj/item/book/lorebooks/welcome_to_kinaris, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/item/book/lorebooks/layenia_crystals{ - pixel_x = 4; - pixel_y = 3 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"qwy" = ( -/obj/machinery/door/airlock/mining/glass{ - dir = 4; - name = "Cargo Office"; - req_access_txt = "50" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"qwz" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"qwA" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/turf/open/indestructible/concrete/smooth, -/area/layenia) -"qwB" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/artatrium) -"qwC" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"qwI" = ( -/obj/structure/rack, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/item/clothing/suit/hooded/wintercoat/medical, -/obj/item/clothing/suit/hooded/wintercoat/medical, -/obj/item/radio/intercom{ - frequency = 1485; - name = "Station Intercom (Medbay)"; - pixel_x = -30 - }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"qwN" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"qwS" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hop) -"qxj" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"qxn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"qxD" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/chapel/office) -"qxY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"qyp" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"qyK" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"qyL" = ( -/obj/item/storage/box/mousetraps, -/obj/item/storage/box/mousetraps, -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/janitor) -"qyM" = ( -/obj/machinery/door/airlock{ - dir = 4; - id_tag = "null"; - name = "Unit 2" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"qyN" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Chief Medical Office"; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel/white/side, -/area/crew_quarters/heads/cmo) -"qyO" = ( -/obj/machinery/atmospherics/pipe/simple/orange/hidden, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"qyS" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/gateway) -"qyW" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/engine_waste{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/end{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/engine/engineering/reactor_core) -"qzd" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "primaryshut1"; - name = "primary blast door" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/port/fore) -"qzm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/processing) -"qzo" = ( -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/security/courtroom) -"qzL" = ( -/obj/machinery/chem_master/condimaster{ - name = "CondiMaster Neo" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"qzU" = ( -/obj/machinery/door/poddoor/preopen{ - id = "permacell3"; - name = "cell blast door" - }, -/obj/machinery/door/airlock/public/glass{ - id_tag = "permabolt3"; - name = "Cell 3" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel, -/area/security/prison) -"qzY" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/chair/wood{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/maintenance/fore) -"qAd" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/science/research) -"qAn" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"qAz" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 3; - pixel_y = 7 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/engine/break_room) -"qAE" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "Holodeckshutter"; - name = "Holodeck Shutter" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"qAH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"qAP" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/railing, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"qAR" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"qAX" = ( -/obj/structure/alien/weeds, -/obj/structure/alien/weeds, -/obj/effect/decal/cleanable/semen, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"qBa" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"qBc" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ - dir = 1; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ - dir = 1; - name = "visible" - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"qBw" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"qBI" = ( -/obj/item/cigbutt, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/medical/medbay/central) -"qBR" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/oil{ - icon_state = "floor5" - }, -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/maintenance/fore) -"qBS" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"qBT" = ( -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Hydroponics"; - req_access_txt = "35" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"qCm" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/security/processing) -"qCq" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hydroponics) -"qCx" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/engine/engine_smes) -"qCE" = ( -/obj/item/radio/off, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_x = 23 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"qCG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - sortType = 3 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"qCO" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"qCR" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/washing_machine, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/locker) -"qDc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/pool) -"qDj" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/mob/living/carbon/monkey, -/turf/open/floor/grass, -/area/medical/genetics) -"qDn" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"qDs" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/closet/bombcloset, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"qDx" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/closet/radiation, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"qDH" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"qDJ" = ( -/obj/structure/window/reinforced, -/obj/structure/flora/crystal/small/growth, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/hallway/primary/aft) -"qDN" = ( -/obj/machinery/door/airlock/research/glass/incinerator/toxmix_interior, -/turf/open/floor/engine, -/area/science/mixing) -"qDR" = ( -/obj/structure/closet/crate, -/turf/open/floor/plasteel, -/area/engine/atmos) -"qDW" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"qEf" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/sign/painting/library{ - pixel_y = 28 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/artatrium) -"qEk" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/machinery/camera/autoname{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"qEu" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/heater{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"qEw" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"qEx" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/northleft{ - dir = 8; - icon_state = "right"; - name = "Hydroponics Desk"; - req_access_txt = "35" - }, -/turf/open/floor/plating, -/area/hydroponics) -"qEH" = ( -/obj/machinery/telecomms/processor/preset_one, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"qEK" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"qEM" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/vending/wardrobe/jani_wardrobe, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/janitor) -"qEN" = ( -/obj/machinery/telecomms/bus/preset_one, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"qEP" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"qFg" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"qFt" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/item/paper_bin{ - pixel_y = 6 - }, -/obj/item/pen/blue, -/obj/item/folder/blue{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/tcommsat/computer) -"qFv" = ( -/obj/effect/turf_decal/tile/blue, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 8 - }, -/area/tcommsat/computer) -"qFG" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/item/radio/intercom{ - broadcasting = 1; - frequency = 1447; - listening = 0; - name = "Station Intercom (AI Private)"; - pixel_y = 28 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/side, -/area/bridge) -"qFH" = ( -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"qFJ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Courtroom" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"qFZ" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/ai_upload"; - name = "AI Upload turret control"; - pixel_y = 25 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/side, -/area/bridge) -"qGe" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"qGl" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"qGm" = ( -/obj/structure/chair/comfy/brown, -/obj/effect/landmark/start/psychologist, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/medical/psych) -"qGn" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/obj/structure/table/glass, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"qGq" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/locker) -"qGs" = ( -/obj/structure/table/reinforced, -/obj/item/storage/secure/briefcase, -/turf/open/floor/plasteel/dark, -/area/bridge) -"qGu" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel/dark/corner{ - dir = 8 - }, -/area/bridge) -"qGB" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"qGD" = ( -/obj/structure/lattice, -/obj/structure/sign/warning/docking{ - pixel_y = -32 - }, +/area/crew_quarters/dorms/upper) +"wVz" = ( /obj/machinery/light{ pixel_y = -1 }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"qGN" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/medical/virology) -"qGQ" = ( -/obj/structure/table, -/obj/item/hand_labeler, -/obj/item/radio/headset/headset_med, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/medical/virology) -"qGT" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/bz, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"qGU" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"qGX" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"qHf" = ( -/obj/machinery/computer/cryopod/gate{ - dir = 8; - pixel_x = 26 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"qHt" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"qHG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3, -/obj/machinery/atmospherics/pipe/simple/brown/visible{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"qHU" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/science/misc_lab) -"qIJ" = ( -/turf/open/pool, -/area/maintenance/fore) -"qIT" = ( -/obj/structure/lattice, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"qJd" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"qJe" = ( -/obj/structure/table/wood, -/obj/item/toy/figure/mime, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/theatre) -"qJf" = ( -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"qJl" = ( -/obj/machinery/vending/coffee, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"qJA" = ( -/obj/item/plant_analyzer, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"qJE" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"qJG" = ( -/obj/structure/rack, /obj/effect/spawner/lootdrop/maintenance{ lootcount = 2; name = "2maintenance loot spawner" }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"qJK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/psych) -"qJW" = ( -/obj/machinery/vending/snack/random, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, -/area/bridge) -"qJZ" = ( -/obj/structure/sink/kitchen{ - dir = 8; - pixel_x = 11 - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"qKd" = ( -/turf/closed/wall/r_wall, -/area/maintenance/solars/starboard/fore) -"qKe" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 4 - }, -/obj/item/pen, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/crew_quarters/fitness) -"qKi" = ( -/turf/open/floor/plasteel/yellowsiding/corner{ - dir = 8 - }, -/area/crew_quarters/fitness/pool) -"qKw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/wood, -/area/lawoffice) -"qKz" = ( -/obj/docking_port/stationary{ - dir = 2; - dwidth = 3; - height = 5; - id = "mining_home"; - name = "mining shuttle bay"; - roundstart_template = /datum/map_template/shuttle/mining/box; - width = 7 - }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"qKE" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/engine/engineering) -"qKO" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/closet/wardrobe/black, -/obj/item/clothing/shoes/jackboots, -/obj/machinery/camera{ - c_tag = "Locker Room West"; - dir = 5 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"qKP" = ( -/turf/open/indestructible/concrete/smooth, -/area/layenia/cloudlayer) -"qKQ" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/station_engineer, -/turf/open/floor/plasteel/white/corner, -/area/engine/break_room) -"qLa" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastright{ - base_state = "left"; - dir = 8; - icon_state = "left"; - name = "Robotics Desk"; - req_access_txt = "29" - }, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "robotics2"; - name = "robotics lab shutters" - }, -/obj/item/folder/white, -/obj/item/pen, -/turf/open/floor/plating, -/area/science/robotics/lab) -"qLc" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"qLf" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/science/research) -"qLt" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"qLC" = ( -/obj/machinery/power/apc{ - areastring = "/area/teleporter"; - dir = 8; - name = "Teleporter APC"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"qLL" = ( -/obj/structure/closet/secure_closet/miner, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark/side, -/area/quartermaster/miningdock) -"qLS" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/structure/mirror{ - pixel_x = 28 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/freezer, -/area/medical/medbay/central) -"qLW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"qMb" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "xenobio1"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"qMd" = ( -/obj/structure/table, -/obj/item/clothing/head/soft/grey{ - pixel_x = -2; - pixel_y = 3 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"qMe" = ( -/obj/structure/table, -/obj/item/toy/figure/assistant{ - pixel_y = 7 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" +/area/maintenance/department/engine/upper) +"wVD" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" }, /obj/structure/cable{ icon_state = "1-2" }, /obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"qMi" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"qMs" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/sign/warning/vacuum/external{ - pixel_x = 32 - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"qMx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/engine/break_room) -"qMF" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/aug_manipulator, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"qMH" = ( -/obj/structure/bookcase/random/reference, -/turf/open/floor/wood, -/area/science/research) -"qMI" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/security/brig) -"qMM" = ( -/obj/structure/table/reinforced, -/obj/item/storage/box/PDAs{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/storage/box/ids, -/turf/open/floor/plasteel, -/area/bridge) -"qMS" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"qNe" = ( -/obj/structure/sign/painting/library{ - pixel_y = -24 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/artatrium) -"qNr" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; name = "air supply pipe" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" }, +/area/maintenance/port) +"wWc" = ( +/obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, -/area/maintenance/starboard/aft) -"qND" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_x = -30 - }, -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/supply"; - dir = 1; - name = "Cargo Security APC"; - pixel_x = 1; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"qNM" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/starboard) -"qNN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"qOd" = ( -/turf/open/floor/plasteel, -/area/janitor) -"qOy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"qOT" = ( -/obj/item/twohanded/required/kirbyplants/random, +/area/chapel/main) +"wWp" = ( /obj/structure/window{ dir = 8 }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"qOW" = ( -/obj/machinery/vending/clothing, -/obj/machinery/light{ - pixel_y = -1 +/obj/structure/table, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/hallway/secondary/exit) +"wWs" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"qOZ" = ( -/obj/structure/closet/emcloset, /obj/effect/turf_decal/loading_area{ dir = 4; - icon_state = "drain"; + icon_state = "drain_corner"; name = "drain" }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"qPt" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/camera{ - c_tag = "Pool Entrance Hallway"; - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/hallway/primary/port/fore) -"qPz" = ( -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/maintenance/fore) -"qPD" = ( -/obj/machinery/door/airlock/security{ - name = "Security Checkpoint"; - req_access_txt = "1" - }, /turf/open/floor/plasteel, -/area/security/checkpoint/tertiary) -"qPV" = ( -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"qQf" = ( -/obj/structure/table/wood, -/obj/machinery/reagentgrinder, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet/red, -/area/crew_quarters/bar) -"qQm" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"qQw" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel/dark, -/area/artatrium) -"qQx" = ( -/obj/structure/table/wood, -/obj/item/ashtray, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/cable_coil, -/obj/item/flashlight/lamp/green, -/turf/open/floor/carpet/red, -/area/crew_quarters/bar) -"qQz" = ( -/obj/machinery/vending/wardrobe/bar_wardrobe, -/obj/machinery/camera{ - c_tag = "Bar Backroom" - }, -/turf/open/floor/carpet/red, -/area/crew_quarters/bar) -"qQH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"qQU" = ( -/obj/structure/table/wood, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/obj/item/book/lorebooks/layenia_crystals, -/turf/open/floor/carpet, -/area/library/lounge) -"qRb" = ( -/obj/item/folder/white, -/obj/structure/table, -/obj/item/disk/tech_disk, -/obj/item/disk/tech_disk, -/obj/item/disk/design_disk, -/obj/item/disk/design_disk, -/obj/machinery/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science Requests Console"; - pixel_x = -30; - receive_ore_updates = 1 - }, -/obj/item/book/lorebooks/engrams{ - pixel_y = 5 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"qRm" = ( -/obj/structure/chair/sofa, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"qRo" = ( -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"qRw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/port) -"qRA" = ( -/obj/structure/closet/secure_closet/bar{ - req_access_txt = "25" - }, -/turf/open/floor/carpet/red, -/area/crew_quarters/bar) -"qRG" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/turf/open/floor/wood, -/area/security/warden) -"qRH" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"qRQ" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"qRW" = ( -/obj/structure/closet/crate/wooden, -/obj/item/stack/sheet/mineral/wood, -/obj/item/stack/sheet/mineral/wood, -/obj/item/stack/sheet/mineral/wood, -/obj/item/stack/sheet/mineral/wood, -/obj/item/paper/guides/jobs/hydroponics{ - info = "Chickens love their wheat, if you feed it to them, they will be encouraged to lay eggs early. But make sure they have somewhere to nest, or they wont lay! Make sure they have soft grass, or hay to walk on, otherwise they will be unhappy. If a chickens unhappy, then you are unhappy."; - name = "paper- 'Chicken Keeping!'" - }, -/turf/open/floor/grass, -/area/hydroponics) -"qSg" = ( -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/structure/sign/painting/library{ - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"qSm" = ( -/obj/structure/table, -/obj/machinery/plantgenes{ - pixel_y = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, +/area/hallway/secondary/exit) +"wWG" = ( /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"qSH" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hydroponics) -"qTh" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/rag{ - pixel_y = 9 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_x = 4; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/drinks/beer{ - pixel_x = -8; - pixel_y = 9 - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"qTm" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hydroponics) -"qTy" = ( -/obj/machinery/door/firedoor, -/obj/structure/table/reinforced, -/obj/machinery/door/window/northleft{ - dir = 8; - name = "Hydroponics Desk"; - req_access_txt = "35" - }, -/turf/open/floor/plating, -/area/hydroponics) -"qTJ" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"qTK" = ( -/obj/machinery/button/door{ - id = "shopshutter1"; - name = "Shop Shutter Control"; - pixel_x = -25 - }, -/obj/structure/rack, -/turf/open/floor/plating, -/area/security/vacantoffice/a) -"qTL" = ( -/obj/structure/dresser, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/theatre) -"qTM" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/chapel/office) -"qTQ" = ( -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" - }, -/obj/structure/rack, -/obj/machinery/light_switch{ - pixel_x = 23 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/security/vacantoffice/a) -"qTU" = ( -/obj/machinery/camera{ - c_tag = "Fitness Room"; - dir = 6 - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"qTW" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/tcommsat/computer) -"qUo" = ( /obj/machinery/light{ dir = 1; pixel_y = 19 }, -/obj/structure/closet/secure_closet/security/cargo, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"qUu" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/medical/genetics) -"qUA" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/bridge) -"qUO" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/decal/cleanable/generic, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"qUS" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"qVj" = ( -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"qVu" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" }, /area/engine/break_room) -"qVx" = ( -/obj/structure/cable{ - icon_state = "1-2" +"wWO" = ( +/obj/structure/chair/wood, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"wWP" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" }, -/obj/structure/cable{ - icon_state = "2-8" +/turf/open/floor/plasteel/dark, +/area/security/main/upper) +"wWR" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/obj/structure/cable{ - icon_state = "2-4" +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/atmos) +"wWU" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" @@ -70054,2159 +155786,360 @@ dir = 8; name = "air supply pipe" }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"qVz" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/effect/turf_decal/box, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"qVK" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"qVO" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, /obj/structure/cable{ icon_state = "4-8" }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, /obj/structure/disposalpipe/segment{ - dir = 9 + dir = 4 }, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/bridge) -"qWa" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"qWq" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/door/airlock/command/glass{ - dir = 4; - name = "Ferry Docking Airlock"; - req_access_txt = "19" - }, -/turf/open/floor/plasteel, -/area/bridge) -"qWr" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics Waste Tank" - }, -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"qWA" = ( /obj/effect/turf_decal/loading_area{ - dir = 1; + dir = 8; icon_state = "drain"; name = "drain" }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/structure/closet/crate, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/maintenance/fore) -"qWH" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=8"; +/turf/open/floor/plasteel/dark{ dir = 8; - freq = 1400; - location = "QM #2" + icon_state = "darkfull_plate" }, -/mob/living/simple_animal/bot/mulebot{ - home_destination = "QM #2"; - suffix = "#2" +/area/quartermaster/miningdock) +"wWW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/storage) -"qWI" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"qWN" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" +/obj/effect/turf_decal/tile/neutral{ + dir = 5 }, +/obj/structure/disposalpipe/segment, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; name = "scrubbers pipe" }, -/turf/open/floor/plasteel, -/area/bridge) -"qWP" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/machinery/button/door{ - desc = "A remote control switch for the medbay foyer."; - id = "MedbayFoyer2"; - name = "Medbay Doors Control"; - normaldoorcontrol = 1; - pixel_x = -3; - pixel_y = 23; - req_access_txt = "5" - }, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Security Post - Medbay" - }, -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = 30 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"qWV" = ( -/obj/machinery/light/small{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"qXh" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/high, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Engineering Power Storage"; - dir = 4; - network = list("ss13","engine") - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"qXn" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/crew_quarters/dorms/upper) +"wWX" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/lounge) +"wWZ" = ( /obj/structure/cable{ icon_state = "1-2" }, /obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hydroponics/garden) -"qXs" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/bridge) -"qXt" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/cmo) -"qXv" = ( -/obj/item/stack/sheet/glass, -/obj/structure/table/glass, -/obj/item/stack/sheet/glass, -/obj/item/stack/sheet/glass, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/matter_bin, -/obj/item/stock_parts/scanning_module{ - pixel_x = 2; - pixel_y = 3 - }, -/obj/item/stock_parts/scanning_module, -/turf/open/floor/plasteel/white, -/area/science/lab) -"qXG" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/emcloset, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"qXI" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ dir = 4; - name = "scrubbers pipe" + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 1; + name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, -/turf/open/floor/plasteel, -/area/security/prison) -"qXO" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; name = "scrubbers pipe" }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/hallway/primary/port) -"qXR" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"qXV" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"qXZ" = ( /obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"qYa" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"qYf" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/closet/radiation, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"qYl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/security/courtroom) -"qYt" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - req_access_txt = "13" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/medical/virology) -"qYv" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "ceprivacy"; - name = "privacy shutter" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/chief) -"qYM" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"qYV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"qZe" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-05" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness) -"qZA" = ( -/obj/machinery/power/smes/engineering, -/obj/structure/cable/white, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"qZO" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/security/processing) -"qZR" = ( -/obj/machinery/door/window/southleft{ - name = "Maximum Security Test Chamber"; - req_access_txt = "55" - }, -/obj/machinery/door/poddoor/preopen{ - id = "Xenolab"; - name = "test chamber blast door" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/engine, -/area/science/xenobiology) -"rab" = ( -/obj/structure/lattice, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"rad" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Holodeck Door" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 9; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness) -"rak" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/door/airlock/glass{ - id_tag = "checkpointinner2"; - name = "inner airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"ram" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"raq" = ( -/obj/machinery/door/airlock/glass{ - id_tag = "checkpointinner2"; - name = "inner airlock" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"rau" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/medical/virology) -"raA" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/computer/secure_data, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/tertiary) -"raK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" + icon_state = "steel_panel"; + name = "steel pannel" }, /turf/open/floor/plasteel, -/area/gateway) -"raN" = ( -/obj/machinery/vending/snack/random, -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/railing, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"raS" = ( +/area/medical/medbay/upper) +"wXc" = ( /obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/purple/visible, -/turf/open/floor/plating, -/area/engine/engineering/reactor_control) -"raY" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 +/obj/structure/barricade/wooden/snowed, +/turf/open/floor/plating{ + initial_gas_mix = "o2=22;n2=82;TEMP=180"; + planetary_atmos = 1 }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/engine/engineering) -"rbk" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/closet/secure_closet/security, -/obj/machinery/airalarm{ - pixel_y = 22 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/tertiary"; - dir = 4; - name = "Security Tertiay Checkpoint"; - pixel_x = 27; - pixel_y = 2 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/tertiary) -"rbx" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/tcommsat/computer) -"rbJ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ +/area/maintenance/port/aft) +"wXd" = ( +/obj/machinery/door/poddoor/shutters{ dir = 8; - icon_state = "drain"; - name = "drain" + id = "armory"; + name = "Armoury Shutter" }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" +/area/ai_monitored/security/armory) +"wXf" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/area/crew_quarters/fitness/pool) -"rbS" = ( -/obj/structure/rack, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"rbU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/port/aft"; +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; - name = "Port Quarter Maintenance APC"; - pixel_x = -25; - pixel_y = 1 + name = "air supply pipe" }, -/obj/structure/cable{ - icon_state = "0-2" +/turf/open/floor/carpet, +/area/crew_quarters/spa/sauna) +"wXg" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 9 }, -/turf/open/floor/plating, -/area/maintenance/aft) -"rbZ" = ( -/obj/item/paper/fluff/jobs/security/beepsky_mom, -/turf/open/floor/plating, -/area/maintenance/fore) -"rcc" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/hallway/primary/aft) +"wXk" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 }, /turf/open/floor/wood, -/area/crew_quarters/fitness) -"rcj" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"rcn" = ( -/obj/structure/reagent_dispensers/cooking_oil, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"rct" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"rcF" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ +/area/crew_quarters/spa/sauna) +"wXl" = ( +/obj/structure/chair/sofa{ dir = 1 }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"rcG" = ( +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/crew_quarters/theatre) +"wXq" = ( /obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" + color = "#55391A"; + dir = 5; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/carpet, +/area/library) +"wXs" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/obj/structure/medkit_cabinet{ + pixel_y = -27 }, /turf/open/floor/plasteel{ - dir = 4; icon_state = "floor_plate" }, -/area/hallway/primary/starboard) -"rcK" = ( -/obj/machinery/vending/wardrobe/chef_wardrobe, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"rcM" = ( -/obj/machinery/camera{ - c_tag = "Testing Chamber"; - dir = 9; - network = list("test","rd") - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"rcY" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"rcZ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"rda" = ( -/obj/machinery/icecream_vat, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"rdB" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/seed_extractor, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"rdF" = ( -/obj/machinery/vending/hydroseeds{ - slogan_delay = 700 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, +/area/security/brig/upper) +"wXx" = ( /obj/effect/turf_decal/loading_area{ dir = 6; icon_state = "steel_panel"; name = "steel pannel" }, -/obj/structure/window/reinforced{ - dir = 4 +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"rdR" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ +/obj/machinery/camera/autoname{ dir = 1 }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"rdU" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 4 - }, -/obj/structure/grille, -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 1 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"rdZ" = ( -/obj/machinery/computer/med_data{ - dir = 8 - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"red" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"wXC" = ( /obj/structure/cable{ icon_state = "4-8" }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/stairs/medium{ - dir = 8 - }, -/area/science/research) -"rek" = ( -/obj/machinery/telecomms/bus/preset_two, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"reu" = ( -/obj/structure/cable/yellow, +/obj/effect/turf_decal/stripes/line, /obj/effect/turf_decal/stripes/line{ - dir = 6 + dir = 1 }, -/obj/machinery/power/apc{ - areastring = "/area/engine/engineering/reactor_control"; - dir = 4; - name = "Reactor Control Room APC"; - pixel_x = 24 +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"wXH" = ( +/obj/item/shard, +/turf/open/floor/wood{ + icon_state = "wood-broken7" }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"reB" = ( +/area/maintenance/fore/upper) +"wXO" = ( /obj/structure/lattice/catwalk, /obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plasteel/elevatorshaft, -/area/ai_monitored/storage/satellite) -"reG" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"reT" = ( -/obj/machinery/telecomms/processor/preset_two, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"reW" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/break_room) -"reY" = ( -/obj/machinery/computer/telecomms/server{ - dir = 4; - network = "tcommsat" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ dir = 8 }, -/turf/open/floor/plasteel/dark/corner{ - dir = 4 - }, -/area/tcommsat/computer) -"rff" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/machinery/computer/arcade/battle{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Arcade West"; - dir = 5 - }, -/turf/open/floor/carpet/black, -/area/arcade) -"rfp" = ( -/obj/machinery/power/apc{ - areastring = "/area/tcommsat/computer"; - name = "Telecomms Monitoring APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/tcommsat/computer) -"rfy" = ( -/turf/open/indestructible/layenia/crystal, -/area/layenia/cloudlayer) -"rfB" = ( -/obj/machinery/computer/shuttle/labor, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ +/obj/machinery/camera/autoname{ dir = 8 }, -/turf/open/floor/plasteel, -/area/bridge) -"rfE" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 8; - pixel_x = -7 - }, -/obj/structure/closet, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"rfF" = ( -/obj/machinery/mecha_part_fabricator, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/science/robotics/lab) -"rfR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/chair/comfy{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"rgu" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/item/radio/intercom{ - pixel_x = -25 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/crew_quarters/heads/cmo) -"rgG" = ( -/obj/machinery/door/airlock{ - dir = 4; - name = "Custodial Closet"; - req_access_txt = "26" - }, -/turf/open/floor/plasteel, -/area/janitor) -"rgP" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall, -/area/layenia) -"rgR" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/science/research) -"rha" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"rhd" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 9 - }, -/area/security/main) -"rhv" = ( /obj/machinery/light{ dir = 4; pixel_x = 7 }, -/turf/open/floor/engine, -/area/science/xenobiology) -"rhz" = ( -/obj/effect/turf_decal/tile/blue{ +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"wXQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/southleft{ + name = "Brig Desk"; + req_access_txt = "1" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "briggate"; + name = "security shutters" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"wXS" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/server) +"wXT" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/spa/sauna) +"wYk" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/nuke_storage) +"wYw" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"wYU" = ( +/turf/open/floor/plasteel/yellowsiding, +/area/crew_quarters/fitness/pool) +"wYW" = ( +/obj/effect/turf_decal/stripes/white/line{ dir = 1 }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "linealt"; + name = "line" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "linealt"; + name = "line" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/prison) +"wYY" = ( +/obj/structure/sign/warning/docking, +/turf/closed/wall/r_wall, +/area/security/processing) +"wZe" = ( +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/locker) +"wZk" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"wZu" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1; + name = "O2 to Pure" + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"wZA" = ( +/turf/open/indestructible/concrete/smooth, +/area/layenia/cloudlayer) +"wZB" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/table, +/obj/item/folder/red{ + layer = 2.9 + }, +/obj/machinery/camera/autoname{ + dir = 4 + }, +/obj/machinery/recharger{ + pixel_x = -5 }, /obj/machinery/airalarm{ dir = 4; pixel_x = -22 }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"rhA" = ( -/obj/structure/bodycontainer/morgue, /turf/open/floor/plasteel/dark, -/area/security/prison) -"rhB" = ( -/obj/machinery/computer/shuttle/mining, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"rhG" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"rhI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Art Atrium" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel, -/area/artatrium) -"rhZ" = ( -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plasteel/stairs/medium{ - dir = 1 - }, -/area/security/prison) -"ria" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/table/plasmaglass, -/obj/item/ashtray, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"rif" = ( -/obj/structure/bookcase/random/adult, -/turf/open/floor/wood, -/area/library) -"rij" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"riq" = ( -/obj/machinery/modular_computer/console/preset/command, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/plasteel, -/area/bridge) -"riw" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21"; - pixel_x = 3; - pixel_y = 6 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"rix" = ( -/obj/machinery/disposal/deliveryChute{ - dir = 1 - }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"riG" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"riJ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/medical/virology) -"riM" = ( -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel/white/side{ - dir = 9 - }, -/area/bridge) -"riP" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"riS" = ( -/obj/structure/closet/secure_closet/atmospherics, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"riT" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"rjk" = ( -/obj/structure/table/reinforced, -/obj/item/wrench, -/obj/item/screwdriver{ - pixel_y = 10 - }, -/obj/item/analyzer, -/obj/item/storage/firstaid/toxin, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"rjo" = ( -/obj/structure/flora/crystal/medium/growth, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/port/fore) -"rjq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/stairs/left{ - dir = 4 - }, -/area/hallway/primary/port) -"rju" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/science) -"rjF" = ( -/obj/effect/turf_decal/box, -/obj/machinery/holopad, -/turf/open/floor/plasteel{ - dir = 4; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/quartermaster/storage) -"rjG" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/bridge) -"rjH" = ( +/area/security/brig/upper) +"wZH" = ( /obj/machinery/door/airlock/maintenance{ dir = 8; name = "Maintenance Access"; req_access_txt = "12" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/central) -"rjX" = ( -/obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, -/area/quartermaster/qm) -"rjY" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 1; - sortType = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"rjZ" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/break_room) -"rkd" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Captain's Office Maintenance"; - req_access_txt = "20" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/central/secondary) -"rkj" = ( -/obj/machinery/computer/holodeck{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness) -"rkv" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"rkB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"rkE" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"rkJ" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"rkR" = ( -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"rkY" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/camera{ - c_tag = "HOP's West Entrance"; - dir = 6 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"rlo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"rlq" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/tcommsat/computer) -"rlK" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, +/area/maintenance/department/engine/upper) +"wZM" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; + dir = 4; name = "air scrubber" }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"rlO" = ( -/obj/machinery/airalarm{ +/turf/open/floor/plasteel/dark{ dir = 8; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"rlW" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/sign/poster/official/here_for_your_safety{ - pixel_x = -31 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/secondary/entry) -"rlZ" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/westright{ - dir = 4; - icon_state = "left"; - name = "Security Checkpoint"; - req_access_txt = "1" - }, -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/tertiary) -"rmk" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 + icon_state = "darkfull_plate" }, +/area/medical/morgue) +"wZV" = ( /obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"rmp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"rmq" = ( -/obj/effect/turf_decal/tile/red{ dir = 1 }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/tertiary) -"rmt" = ( -/obj/effect/turf_decal/loading_area, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/quartermaster/warehouse) -"rmy" = ( -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "xenobio1"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"rmz" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/computer/security{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Security Checkpoint Arrivals North"; - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/tertiary) -"rmC" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/theatre) -"rmD" = ( -/obj/structure/table, -/obj/item/clipboard, -/obj/item/cartridge/quartermaster{ - pixel_x = 6; - pixel_y = 5 - }, -/obj/item/cartridge/quartermaster{ - pixel_x = -4; - pixel_y = 7 - }, -/obj/item/cartridge/quartermaster, -/obj/item/coin/silver, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"rmR" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "garbage" - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/disposal) -"rmU" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/effect/turf_decal/box, -/obj/machinery/holopad, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"rnr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"rnw" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"rnA" = ( /obj/effect/turf_decal/stripes/line, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"rnJ" = ( -/obj/structure/chair/sofa/left{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/turf/open/floor/carpet/black, -/area/arcade) -"rnO" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/item/clothing/suit/hooded/wintercoat, -/turf/open/floor/plating, -/area/maintenance/starboard) -"roj" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/machinery/computer/security/mining{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"roo" = ( -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/engine/o2, -/area/engine/atmos) -"rot" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer1{ - dir = 8; - name = "visible" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer3{ - dir = 8; - name = "visible" - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"roy" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Strip Club Maintenance Access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/crew_quarters/bar) -"roF" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/brig) -"roI" = ( -/turf/open/floor/plating, -/area/storage/tech) -"roN" = ( -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"roP" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"roW" = ( -/turf/open/floor/plasteel{ - dir = 1; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/port) -"rpt" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"rpF" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"rpH" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/turf/open/floor/circuit, -/area/science/robotics/lab) -"rpL" = ( -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/crew_quarters/fitness) -"rpM" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/quartermaster/storage) -"rpN" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"rqa" = ( -/obj/structure/dresser, -/obj/structure/sign/poster/random{ - pixel_y = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"rqk" = ( -/obj/structure/table, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/port/aft) -"rqm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"rqp" = ( -/turf/open/floor/engine/o2, -/area/engine/atmos) -"rqO" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white/side, -/area/science/research) -"rqS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"rre" = ( -/obj/structure/bed, -/obj/item/bedsheet/red, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"rrp" = ( -/turf/closed/wall, -/area/security/checkpoint/supply) -"rrw" = ( -/obj/structure/table, -/obj/item/storage/firstaid/regular{ - pixel_x = -9; - pixel_y = 9 - }, -/obj/item/multitool{ - pixel_x = 6 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/light_switch{ - pixel_x = 23 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/quartermaster/sorting) -"rry" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/port) -"rrG" = ( -/turf/open/floor/plasteel/stairs/medium, -/area/hallway/secondary/entry) -"rrI" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock{ - name = "Bar Backroom"; - req_access_txt = "25" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"rrL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/vending/wardrobe/hydro_wardrobe, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"rrR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark/side, -/area/hydroponics) -"rrS" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/airalarm{ - pixel_y = 22 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"rrY" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/science/research) -"rsa" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/science/research) -"rsc" = ( -/obj/structure/bed, -/obj/machinery/camera{ - c_tag = "Prison Cell 2"; - network = list("ss13","prison") - }, -/obj/item/radio/intercom{ - desc = "Talk through this. It looks like it has been modified to not broadcast."; - name = "Prison Intercom (General)"; - pixel_y = 24; - prison_radio = 1 - }, -/obj/item/bedsheet/orange, -/turf/open/floor/plasteel, -/area/security/prison) -"rsp" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"rsr" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"rsE" = ( -/obj/effect/turf_decal/bot, -/obj/structure/tank_dispenser/oxygen, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"rsF" = ( -/obj/item/bedsheet/red, -/turf/open/floor/plating, -/area/maintenance/fore) -"rsI" = ( -/turf/closed/wall/r_wall, -/area/hallway/primary/port) -"rsN" = ( -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Hydroponics"; - req_access_txt = "35" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/hydroponics) -"rsU" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 8; - name = "Shop Maintenance Access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/security/vacantoffice/a) -"rta" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/sign/warning/nosmoking{ - pixel_y = -32 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"rtf" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_access_txt = "12" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"rtj" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"rtk" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 6 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/bridge) -"rtv" = ( -/obj/structure/closet/radiation, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"rtx" = ( -/turf/open/floor/plasteel/stairs/medium, -/area/maintenance/port) -"rtC" = ( -/obj/structure/table, -/obj/item/storage/fancy/donut_box{ - pixel_y = 6 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/science/research) -"rtS" = ( -/turf/closed/wall, -/area/quartermaster/miningdock) -"rtU" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/structure/table, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port/fore) -"rtW" = ( +/obj/effect/turf_decal/stripes/red/line, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"wZW" = ( /obj/structure/closet/secure_closet/captains, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 6; @@ -72221,3876 +156154,2589 @@ /obj/structure/cable{ icon_state = "0-2" }, -/turf/open/floor/wood, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, /area/crew_quarters/heads/captain) -"rtX" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/camera{ - c_tag = "Bar North Entrance"; - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"rtY" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"rug" = ( -/obj/machinery/photocopier, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/turf/open/floor/wood, -/area/library/lounge) -"rui" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"ruS" = ( +"xae" = ( /obj/effect/turf_decal/stripes/line{ - dir = 4 + dir = 8 }, -/obj/structure/cable{ - icon_state = "4-8" +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/science/xenobiology) -"rvb" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"rvv" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"rvL" = ( -/obj/structure/lattice, -/obj/structure/grille/broken, -/turf/open/chasm/cloud, +/turf/open/indestructible/concrete, /area/layenia/cloudlayer) -"rvO" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" +"xam" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 }, -/obj/machinery/vending/kink, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"rwc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"rwl" = ( -/obj/structure/bed, -/obj/item/bedsheet, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/flasher{ - id = "Cell 1"; - pixel_x = -28 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/security/brig) -"rwr" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"rwy" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" +/turf/open/transparent/openspace, +/area/maintenance/starboard/central/upper) +"xat" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/plating, -/area/maintenance/aft) -"rwB" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" +/turf/closed/wall/r_wall, +/area/maintenance/fore) +"xax" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/landmark/start/assistant, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" }, -/turf/open/floor/wood, /area/library) -"rwD" = ( -/turf/closed/wall, -/area/maintenance/starboard/central) -"rwI" = ( -/obj/structure/dresser, -/obj/item/card/id/captains_spare, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"rwL" = ( -/obj/structure/table/wood, -/obj/item/book/lorebooks/welcome_to_kinaris, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"rwO" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"rwT" = ( -/obj/structure/table, -/turf/open/floor/plasteel, -/area/security/vacantoffice/a) -"rwX" = ( -/obj/structure/table, -/obj/item/folder{ - pixel_y = 2 - }, -/obj/item/folder/yellow{ - pixel_x = -4; - pixel_y = 6 - }, -/obj/item/folder/white{ - pixel_x = 2; - pixel_y = 5 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/bridge) -"rxd" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ +"xay" = ( +/obj/effect/turf_decal/bot{ dir = 1 }, -/obj/effect/turf_decal/tile/red{ - dir = 8 +/obj/machinery/shieldwallgen, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"rxj" = ( -/obj/structure/table, -/obj/machinery/button/door{ - id = "Holodeckshutter"; - name = "Shutters"; - pixel_y = 9 +/area/teleporter) +"xaz" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" }, -/obj/item/paper/fluff/holodeck/disclaimer, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness) -"rxv" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" }, /turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"rxB" = ( -/obj/effect/turf_decal/tile/neutral, +/area/hallway/primary/port/upper) +"xaD" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"xaE" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, /obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"xaI" = ( +/obj/machinery/porta_turret/ai{ + dir = 8 }, -/obj/structure/closet/secure_closet/personal, /obj/machinery/light{ dir = 8; pixel_x = -7 }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"rxF" = ( -/obj/item/seeds/apple, -/obj/item/seeds/banana, -/obj/item/seeds/cocoapod, -/obj/item/seeds/grape, -/obj/item/seeds/orange, -/obj/item/seeds/sugarcane, -/obj/item/seeds/wheat, -/obj/item/seeds/watermelon, -/obj/structure/table/glass, -/obj/item/seeds/tower, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/window{ - dir = 1 - }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"xaK" = ( /turf/open/floor/plasteel/dark, -/area/hydroponics/garden) -"ryb" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light_switch{ - pixel_x = 23 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/science/misc_lab) -"ryd" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/closet/secure_closet/personal, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"ryn" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/westright{ - dir = 4; - name = "Security Checkpoint"; - req_access_txt = "1" - }, -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/tertiary) -"ryo" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_y = 6 - }, -/obj/item/folder/white{ - pixel_x = 2; - pixel_y = 5 - }, -/obj/item/folder/white{ - pixel_x = 2; - pixel_y = 5 - }, -/obj/item/pen, -/obj/item/taperecorder, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"ryq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/tertiary) -"ryz" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; +/area/crew_quarters/bar) +"xaP" = ( +/obj/effect/turf_decal/stripes/box, +/turf/open/floor/plating/layenia, +/area/layenia) +"xaS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; name = "air supply pipe" }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"ryR" = ( -/obj/structure/chair/office/light{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/E) +"xaU" = ( +/obj/structure/bookcase/random/fiction, +/turf/open/floor/wood, +/area/library) +"xba" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"ryU" = ( -/obj/machinery/camera{ - c_tag = "Xenobiology Inner North"; - dir = 4; - network = list("ss13","rd") +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" +/obj/machinery/light{ + dir = 1; + pixel_y = 16 }, -/area/science/xenobiology) -"rzc" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"xbo" = ( +/obj/structure/railing{ + dir = 8 }, /obj/effect/turf_decal/loading_area{ dir = 9; icon_state = "steel_panel"; name = "steel pannel" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/obj/machinery/camera{ - c_tag = "Xenobiology Hallway 1" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"rzk" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/computer/card{ +/obj/effect/turf_decal/stripes/line{ dir = 8 }, +/turf/open/floor/plasteel/dark/layenia{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"xbv" = ( +/obj/machinery/door/airlock/mining{ + name = "Auxiliary Base Construction Lobby" + }, /turf/open/floor/plasteel/dark, -/area/security/checkpoint/tertiary) -"rzq" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/starboard) -"rzr" = ( -/obj/structure/table, -/obj/machinery/cell_charger, -/obj/item/stock_parts/cell/potato{ - name = "\improper Beepsky's emergency battery" +/area/hallway/primary/port) +"xby" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" }, -/turf/open/floor/plating, -/area/maintenance/fore) -"rzx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; name = "scrubbers pipe" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"rzA" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/table/plasmaglass, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = -6; - pixel_y = 11 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = -5; - pixel_y = -1 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = 6; - pixel_y = 11 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = 6; - pixel_y = -1 - }, -/obj/structure/sign/poster/random{ - pixel_y = 32 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"rzF" = ( -/obj/machinery/atm{ - pixel_y = 30 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"rzR" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/obj/machinery/airalarm{ - pixel_y = 22 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"rzT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"rzU" = ( -/obj/structure/chair/sofa/right{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"rAe" = ( +/obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ dir = 8 }, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"xbE" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"xbG" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/science/xenobiology) +"xbH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/hallway/primary/central) +"xbJ" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/medical/medbay/central) +"xbN" = ( +/obj/machinery/door/airlock/security/glass{ + dir = 8; + id_tag = "Lockleft"; + name = "Security Office"; + req_access_txt = "63" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/checkpoint/medical) +"xbX" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = -4; + pixel_y = 14 + }, +/obj/item/reagent_containers/food/drinks/bottle/whiskey{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/lighter{ + pixel_x = -4 + }, +/obj/machinery/button/door{ + id = "kanyewest"; + name = "Privacy Shutters"; + pixel_x = -25 + }, +/turf/open/floor/wood, +/area/security/detectives_office) +"xcb" = ( +/turf/closed/wall/r_wall, +/area/medical/patients_rooms/room_a) +"xcj" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"xcn" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/circuit, +/area/ai_monitored/nuke_storage) +"xcx" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/security/checkpoint/escape) +"xcG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ dir = 4 }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, /turf/open/floor/plasteel, -/area/artatrium) -"rAg" = ( -/obj/machinery/disposal/bin, -/obj/machinery/light{ +/area/hallway/primary/fore) +"xcJ" = ( +/obj/machinery/light/small{ dir = 1; pixel_y = 16 }, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"rAD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"rAF" = ( -/obj/structure/alien/weeds, -/obj/effect/decal/cleanable/vomit/old, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"rBh" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"xcR" = ( /obj/structure/cable{ - icon_state = "4-8" + icon_state = "0-8" }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"rBk" = ( -/obj/structure/table/reinforced, -/obj/machinery/chem_dispenser/drinks/beer, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"rBo" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/brig/upper) +"xcZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; name = "scrubbers pipe" }, /turf/open/floor/plasteel{ dir = 8; icon_state = "floor_trim" }, -/area/bridge) -"rBs" = ( -/obj/structure/flora/crystal/small/pile, -/turf/open/indestructible/layenia/crystal/garden, -/area/arcade) -"rBu" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Maintenance Access"; - req_access_txt = "12" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/office) -"rBx" = ( -/obj/structure/dresser, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"rBy" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"rBE" = ( -/obj/structure/table/reinforced, -/obj/machinery/chem_dispenser/drinks, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_y = 26 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"rBJ" = ( -/obj/machinery/vending/boozeomat, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, +/area/ai_monitored/security/armory) +"xds" = ( /turf/open/floor/plasteel, -/area/crew_quarters/bar) -"rCc" = ( -/obj/machinery/door/poddoor/preopen{ - id = "psych_med_window"; - name = "Psychology Privacy Shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/psych) -"rCh" = ( -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"rCi" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Medbay Treatment Center"; - dir = 8; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"rCm" = ( -/obj/structure/window{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/rack, -/obj/item/clothing/suit/hooded/wintercoat/viro, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"rCD" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"rCF" = ( -/obj/machinery/vending/dinnerware, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"rCS" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia) -"rCU" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 1; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"rDc" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/secondary/entry) -"rDd" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/yellow/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/plating, -/area/engine/atmos) -"rDh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - dir = 8; - name = "Maintenance Access"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"rDk" = ( -/obj/effect/landmark/start/roboticist, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"rDu" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating/airless, -/area/engine/atmos) -"rDw" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"rDH" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/junction{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/main) -"rDT" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, +/area/teleporter) +"xdy" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; + dir = 1; name = "air vent" }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"rDX" = ( -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"rEa" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"rEh" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"rEj" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/structure/chair/comfy/brown{ - dir = 1 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"rEm" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "medshut1"; - name = "shutters" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/medical/medbay/central) -"rEr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - dir = 8; - name = "Maintenance Access"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"rEw" = ( -/obj/machinery/door/airlock/medical{ - dir = 4; - name = "Apothecary"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"rEx" = ( -/obj/structure/table, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/stack/sheet/mineral/plasma, -/obj/item/reagent_containers/glass/bottle/epinephrine, -/obj/item/folder/white, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/item/radio/intercom{ - frequency = 1485; - name = "Station Intercom (Medbay)"; - pixel_y = -30 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"rEP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/turf/open/floor/wood, -/area/library) -"rEV" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - dir = 4; - req_access_txt = "12" - }, -/obj/structure/fans/tiny, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/medical/sleeper) -"rEX" = ( -/obj/effect/turf_decal/loading_area, -/obj/machinery/door/window/southright{ - base_state = "left"; - dir = 1; - icon_state = "left"; - name = "Bar Delivery"; - req_one_access_txt = "25;28" - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"rFl" = ( -/obj/machinery/atmospherics/components/trinary/mixer/flipped{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"rFr" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/fitness/pool) +"xdC" = ( /obj/structure/sign/painting/library{ pixel_y = -24 }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, /turf/open/floor/plasteel{ dir = 1; icon_state = "floor_trim" }, /area/artatrium) -"rFK" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Reactor to Cooling Loop" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"rFS" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/item/clothing/suit/hooded/wintercoat, -/turf/open/floor/plating, -/area/maintenance/aft) -"rFV" = ( -/turf/open/floor/plasteel/stairs/medium{ +"xdE" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/area/science/research) -"rGn" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/engine/engineering) -"rGt" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai_upload) -"rGu" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - dir = 4; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/quartermaster/warehouse) -"rGw" = ( -/obj/structure/flora/crystal/small/growth, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/port/fore) -"rGx" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/indestructible/concrete/smooth, -/area/layenia) -"rGA" = ( -/obj/machinery/door/airlock/external{ - name = "Atmospherics External Access 2"; - req_access_txt = "24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/fans/tiny, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"rGS" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"rHb" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"rHf" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Pool" - }, -/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/neutral, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/pool) -"rHi" = ( -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics"; - req_access_txt = "10" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"rHl" = ( -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"rHt" = ( -/turf/open/floor/plating/beach/sand, -/area/hallway/secondary/exit) -"rHv" = ( -/obj/machinery/modular_computer/console/preset/engineering, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/camera/autoname, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"rHH" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"rHO" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"rHS" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"rHT" = ( -/obj/machinery/power/solar_control{ dir = 8; - id = "starboardsolar"; - name = "Starboard Solar Control" + name = "air supply pipe" }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"rIf" = ( -/obj/machinery/hydroponics/soil, -/turf/open/floor/grass, -/area/security/prison) -"rIi" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/red/line, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ dir = 1; - name = "air scrubber" - }, -/obj/machinery/camera{ - c_tag = "Mining Dock External"; - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"rIr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; name = "scrubbers pipe" }, /obj/structure/cable{ icon_state = "4-8" }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - sortType = 12 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"rIw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"xdO" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, +/obj/effect/turf_decal/tile/neutral, /turf/open/floor/plasteel{ dir = 1; icon_state = "floor_plate" }, -/area/hallway/primary/central) -"rIx" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 +/area/engine/atmos) +"xdR" = ( +/obj/structure/cable{ + icon_state = "1-2" }, /turf/open/floor/plating, -/area/engine/atmos) -"rIE" = ( +/area/engine/custom) +"xee" = ( /turf/closed/wall, -/area/crew_quarters/theatre) -"rIG" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"rIU" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hydroponics) -"rIW" = ( -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/maintenance/starboard) -"rJc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/aft) -"rJn" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics) -"rJr" = ( -/obj/structure/urinal{ - pixel_y = 32 - }, -/obj/machinery/light_switch{ - pixel_x = 23 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"rJx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/engine/break_room) -"rJz" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/hallway/primary/aft) -"rJD" = ( -/obj/machinery/airalarm{ - pixel_y = 22 - }, -/obj/structure/table, -/obj/machinery/computer/reactor/fuel_rods{ - pixel_y = 9 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/purple/visible, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"rJF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"rJH" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/medbay/central) -"rJJ" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/hop) -"rJK" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"rKb" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/machinery/computer/card/minor/qm{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/requests_console{ - department = "Cargo Bay"; - departmentType = 2; - pixel_x = -30 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"rKc" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/engine/engineering) -"rKh" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hop) -"rKp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"rKt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/main) -"rKI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/bridge) -"rKU" = ( -/turf/open/floor/carpet, -/area/library) -"rKW" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 6 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"rKX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, +/area/crew_quarters/toilet) +"xef" = ( /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/science/misc_lab) -"rLi" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/artatrium) -"rLQ" = ( -/obj/structure/dresser, -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/hop) -"rLS" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white/side{ - dir = 10 - }, -/area/bridge) -"rLZ" = ( -/obj/structure/table/reinforced, -/obj/item/aicard, -/obj/item/multitool, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/bridge) -"rMb" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, /turf/open/floor/plating, -/area/maintenance/fore) -"rMc" = ( -/obj/effect/decal/cleanable/generic, -/obj/machinery/light_switch{ - pixel_x = 23 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/theatre) -"rMF" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"rNe" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/security/main) -"rNg" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/engine/atmos) -"rNj" = ( -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/fitness"; - name = "Fitness Room APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"rNv" = ( -/obj/structure/flora/crystal/small/pile, -/obj/structure/flora/crystal/small/growth{ - icon_state = "crystalgrowth3" - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/crew_quarters/heads/hop) -"rNy" = ( -/obj/structure/toilet{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"rNz" = ( -/obj/structure/table/reinforced, -/obj/machinery/keycard_auth{ - pixel_x = 3; - pixel_y = 5 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/bridge) -"rNF" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/science/research) -"rNT" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/chapel/main) -"rOk" = ( -/obj/machinery/air_sensor/atmos/carbon_tank, -/turf/open/floor/engine/co2, -/area/engine/atmos) -"rOp" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/hallway/primary/aft) -"rOz" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/prison) -"rOB" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "12" - }, -/turf/open/floor/plasteel/dark, -/area/layenia/cloudlayer) -"rOH" = ( -/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/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"rON" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"rOT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark/corner, -/area/engine/break_room) -"rOY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"rPe" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/fitness/pool) -"rPf" = ( -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"rPh" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/wood, -/area/lawoffice) -"rPl" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"rPu" = ( -/obj/structure/table, -/obj/item/storage/box/donkpockets/donkpocketberry{ - pixel_x = 3; - pixel_y = 16 - }, -/obj/item/reagent_containers/food/snacks/benedict, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/bridge) -"rPZ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "medshut1"; - name = "shutters" - }, -/turf/open/floor/plating, -/area/medical/sleeper) -"rQa" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/camera{ - c_tag = "Security Checkpoint North"; - dir = 6 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"rQh" = ( -/turf/open/floor/plasteel/stairs/medium{ - dir = 4 - }, -/area/hallway/primary/port) -"rQD" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"rQF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/landmark/start/atmospheric_technician, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"rQI" = ( -/obj/structure/table, -/obj/item/reagent_containers/rag/towel{ - pixel_x = 2; - pixel_y = 5 - }, -/obj/item/reagent_containers/rag/towel{ - pixel_x = 3; - pixel_y = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"rQK" = ( -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"rQW" = ( -/obj/machinery/shieldwallgen/xenobiologyaccess, -/obj/structure/cable, -/turf/open/floor/plating, -/area/science/xenobiology) -"rQZ" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"rRd" = ( -/obj/machinery/suit_storage_unit/atmos, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"rRo" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/main) -"rRs" = ( -/obj/structure/bed, -/obj/item/bedsheet/captain, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"rRz" = ( -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/secondary/exit) -"rRC" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/flask/gold, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"rRH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/turf/open/floor/plasteel/white, -/area/security/prison) -"rRM" = ( -/obj/machinery/light{ - pixel_y = -1 - }, +/area/maintenance/department/security) +"xej" = ( /obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 8 - }, +/obj/structure/railing, /turf/open/chasm/cloud, /area/layenia/cloudlayer) -"rRP" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ +"xek" = ( +/obj/structure/chair/comfy/brown{ dir = 1 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" }, -/turf/open/floor/plasteel/dark/corner{ - dir = 4 +/area/crew_quarters/dorms/H) +"xep" = ( +/turf/closed/wall/r_wall, +/area/hallway/primary/aft/upper) +"xeq" = ( +/obj/structure/closet/secure_closet/freezer{ + name = "fridge" }, -/area/engine/break_room) -"rRR" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/metal/ten, -/obj/item/stack/sheet/metal/ten, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/book/lorebooks/engrams{ - pixel_y = 5 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"rSj" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"rSp" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"rSq" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/science/research) -"rSz" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/security/brig) -"rSC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"rSE" = ( -/obj/structure/window/reinforced, -/obj/machinery/doppler_array/research/science, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/item/radio/intercom{ - name = "Station Intercom"; - pixel_x = 26 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"rSI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"rSN" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"rSO" = ( -/obj/structure/sign/warning/nosmoking, -/turf/closed/wall, -/area/engine/atmos) -"rSX" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"rTd" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/vaporwave, -/area/arcade) -"rTm" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/door/airlock/glass{ - id_tag = "checkpointouter2"; - name = "outer airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"rTn" = ( -/obj/machinery/meter, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/dark/visible, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"rTq" = ( -/obj/structure/rack, -/obj/item/storage/fancy/candle_box, -/obj/item/reagent_containers/food/snacks/grown/poppy, -/obj/item/reagent_containers/food/snacks/grown/harebell, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/maintenance/fore) -"rTw" = ( -/obj/machinery/atmospherics/components/unary/portables_connector, -/obj/effect/turf_decal/delivery, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel{ - dir = 1; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/engine/engineering) -"rTC" = ( -/obj/structure/table/glass, -/obj/item/storage/firstaid/regular{ +/obj/item/storage/box/donkpockets{ pixel_x = 3; pixel_y = 3 }, -/obj/item/storage/firstaid/regular, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/white, -/area/security/prison) -"rTL" = ( -/turf/closed/wall/r_wall, -/area/hallway/primary/aft) -"rTV" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/processing) -"rTW" = ( -/obj/structure/table, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"rUo" = ( -/obj/machinery/door/airlock/glass{ - id_tag = "checkpointouter2"; - name = "outer airlock" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"rUq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/security/brig) -"rUP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"rUQ" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/artatrium) -"rUR" = ( -/obj/structure/flora/crystal/small/pile, -/turf/open/indestructible/layenia/crystal, -/area/layenia/cloudlayer) -"rVf" = ( -/obj/machinery/door/poddoor/preopen{ - id = "testlab"; - name = "test chamber blast door" - }, -/obj/machinery/door/airlock/research/glass{ - dir = 1; - name = "Test Chamber"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"rVC" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"rVL" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall, -/area/security/brig) -"rVN" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 28 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"rVR" = ( -/obj/machinery/air_sensor/atmos/oxygen_tank, -/turf/open/floor/engine/o2, -/area/engine/atmos) -"rWc" = ( -/obj/machinery/atmospherics/miner/oxygen, -/turf/open/floor/engine/o2, -/area/engine/atmos) -"rWf" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/medical_cloning{ - pixel_y = 6 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"rWh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/quartermaster/storage) -"rWo" = ( -/obj/structure/transit_tube, -/obj/structure/lattice/catwalk, -/obj/structure/railing, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"rWG" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/ai_monitored/storage/eva) -"rWI" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/light_switch{ - pixel_x = -23 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/tertiary) -"rWJ" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/stairs/right, -/area/crew_quarters/locker) -"rWK" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/tertiary) -"rWL" = ( -/obj/item/toy/beach_ball/holoball, -/turf/open/indestructible/concrete/smooth, -/area/layenia) -"rWO" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"rWV" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"rXb" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"rXk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"rXD" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, +/obj/item/storage/box/donkpockets/donkpocketspicy, /obj/machinery/camera{ - c_tag = "Brig West"; - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/security/brig) -"rXE" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/vending/wardrobe/sec_wardrobe, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/tertiary) -"rXH" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"rXQ" = ( -/obj/machinery/computer/arcade/battle{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"rXU" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"rYm" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"rYn" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/medical/sleeper) -"rYv" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"rYR" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/break_room) -"rYS" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/closed/wall/r_wall, -/area/maintenance/starboard) -"rYU" = ( -/obj/structure/closet/secure_closet/miner, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/side, -/area/quartermaster/miningdock) -"rZe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/airalarm{ - pixel_y = 22 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"rZl" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/quartermaster/warehouse) -"rZs" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - dir = 4; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/medical/sleeper) -"rZu" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/obj/machinery/camera{ - c_tag = "Security Office North" - }, -/turf/open/floor/plasteel/dark/side, -/area/security/main) -"rZH" = ( -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"rZX" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/table/plasmaglass, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_x = -4; - pixel_y = 12 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_x = 5; - pixel_y = 16 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_y = 6 - }, -/obj/item/reagent_containers/food/drinks/beer{ - pixel_x = 7; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/drinks/beer{ - pixel_x = -8; - pixel_y = 9 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"saa" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/theatre) -"sab" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/science/research) -"sad" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"saz" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"saM" = ( -/obj/machinery/door/airlock/engineering{ - name = "SMES Room"; - req_access_txt = "32" - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"saP" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"saR" = ( -/obj/machinery/door/airlock{ - dir = 4; - id_tag = null; - name = "Private Room" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"sba" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"sbf" = ( -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/science/misc_lab) -"sbi" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/janitor) -"sbk" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 8; - name = "Maintenance Access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/central) -"sbn" = ( -/obj/structure/chair/sofa/right{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"sbo" = ( -/obj/machinery/door/airlock{ - dir = 4; - name = "Kitchen"; - req_access_txt = "28" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"sbs" = ( -/obj/machinery/door/poddoor/preopen{ - id = "telelab"; - name = "test chamber blast door" - }, -/obj/machinery/door/firedoor/heavy, -/turf/open/floor/engine, -/area/science/misc_lab) -"sbz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/closet/secure_closet/hydroponics, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"sbA" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/structure/table, -/obj/item/seeds/grass, -/obj/item/seeds/potato, -/obj/item/seeds/carrot, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"sbE" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"sbY" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"sca" = ( -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"scb" = ( -/obj/structure/reagent_dispensers/watertank/high, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"scd" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"scn" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"scr" = ( -/obj/machinery/hydroponics/constructable, -/obj/item/reagent_containers/glass/bucket{ - pixel_x = -8; - pixel_y = 10 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"scM" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"scQ" = ( -/obj/structure/table, -/obj/machinery/cell_charger{ - pixel_y = 5 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/security/vacantoffice/a) -"scT" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "cargoshut1"; - name = "shutters" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/aft) -"scW" = ( -/obj/structure/chair/comfy/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/hop) -"sdk" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 9 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"sdu" = ( -/obj/structure/table/wood, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22"; - pixel_y = 14 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"sdx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/computer/shuttle/mining{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"sdJ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"sdO" = ( -/obj/item/cigbutt, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/wood, -/area/science/research) -"sdY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"seg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/stairs/medium{ - dir = 4 - }, -/area/hydroponics) -"seu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/medical/virology) -"seC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"seF" = ( -/obj/structure/bed, -/obj/item/bedsheet/hop, -/obj/machinery/light_switch{ - pixel_x = 23 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/hop) -"seL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/brig) -"seS" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"sfm" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/break_room) -"sfq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/wood, -/area/library) -"sfv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"sfP" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"sfW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/stairs{ - dir = 8 - }, -/area/bridge) -"sgq" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/secondary/entry) -"sgs" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/machinery/meter, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"sgK" = ( -/obj/structure/fireaxecabinet{ - pixel_y = -32 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/bridge) -"sgO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"sgR" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/medical/virology) -"sgZ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"shp" = ( -/obj/machinery/computer/rdconsole/core{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"shq" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/requests_console{ - announcementConsole = 1; - department = "Bridge"; - departmentType = 5; - name = "Bridge RC"; - pixel_y = -30 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/camera{ - c_tag = "Bridge South"; - dir = 10 - }, -/turf/open/floor/plasteel, -/area/bridge) -"shu" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"sid" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/engine/engine_smes) -"sie" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 6 + c_tag = "Virology Break Room"; + network = list("ss13","medbay") }, /obj/machinery/airalarm{ pixel_y = 23 }, /turf/open/floor/plasteel/white, /area/medical/virology) -"sij" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" +"xer" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/computer{ + dir = 8; + name = "Shuttle Maintenance Computer" }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"xeA" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/sign/warning/securearea{ - pixel_y = -32 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; - name = "air vent" + name = "air supply pipe" }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"sir" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"xeC" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id = "Dorm2Shutters"; + name = "Dorm Shutters" + }, +/turf/open/floor/plating, +/area/crew_quarters/dorms/B) +"xeE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "psychologydorm1" + }, +/turf/open/floor/plating, +/area/medical/psych/roomA{ + name = "Psychology Dorm A" + }) +"xeG" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/crew_quarters/dorms) +"xeL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 + }, +/turf/closed/wall/r_wall, +/area/tcommsat/computer) +"xeS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" }, -/obj/structure/cable{ - icon_state = "4-8" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" }, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/tile/blue{ dir = 4 }, -/obj/structure/cable{ - icon_state = "0-4" +/turf/open/floor/plasteel/white, +/area/medical/psych/ward) +"xeV" = ( +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/fore/secondary"; - dir = 1; - name = "Fore Maintenance APC"; - pixel_y = 24 +/area/hallway/primary/fore) +"xfb" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"siu" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/turf_decal/bot, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/layenia/cloudlayer) +"xff" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 1; + dir = 5; name = "air supply pipe" }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"siv" = ( -/obj/machinery/portable_atmospherics/scrubber, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"siG" = ( -/obj/machinery/computer/teleporter{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"xfi" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"xfl" = ( +/obj/effect/turf_decal/caution/stand_clear{ dir = 4 }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/turf/open/indestructible/concrete, +/area/layenia) +"xfn" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"xfr" = ( +/obj/item/twohanded/required/kirbyplants/dead, /obj/machinery/light{ dir = 1; pixel_y = 16 }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"siH" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/firealarm{ +/turf/open/floor/plasteel/white, +/area/crew_quarters/heads/hor) +"xfx" = ( +/obj/effect/turf_decal/loading_area{ dir = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel, -/area/bridge) -"siU" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/trash_pile, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"siZ" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"sje" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "telelab"; - name = "test chamber blast door" - }, -/turf/open/floor/plating, -/area/science/misc_lab) -"sjh" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 9 - }, -/turf/open/floor/plating/airless, -/area/engine/atmos) -"sjk" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"sjq" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 + icon_state = "steel_panel"; + name = "steel pannel" }, /turf/open/floor/plasteel/dark, /area/bridge) -"sjA" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21"; - pixel_y = 3 - }, -/turf/open/floor/plasteel, -/area/bridge) -"sjD" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 3; - pixel_y = 7 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3; - pixel_y = 5 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/bridge) -"sjF" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/camera{ - c_tag = "Atmospherics South East"; - dir = 1 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/engine/atmos) -"skb" = ( -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"sks" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/chair/comfy{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"skP" = ( -/obj/structure/table/wood, -/obj/item/storage/box/matches, -/obj/item/razor{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/item/clothing/mask/cigarette/cigar, +"xfy" = ( +/obj/effect/landmark/xeno_spawn, /turf/open/floor/carpet/royalblue, /area/crew_quarters/heads/captain) -"skT" = ( -/obj/structure/chair/sofa/left{ - dir = 8 +"xfJ" = ( +/obj/structure/railing, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" }, -/turf/open/floor/carpet, -/area/crew_quarters/fitness/pool) -"slj" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/cryopod{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"slk" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"slo" = ( -/obj/machinery/door/airlock/command{ - dir = 4; - name = "Head of Personnel"; - req_access_txt = "57" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"slt" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" +/obj/structure/chair{ + dir = 4 }, /turf/open/floor/plasteel, -/area/security/main) -"slv" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 8 +/area/bridge) +"xfS" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" }, /obj/structure/cable{ - icon_state = "1-8" + icon_state = "1-2" }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"slA" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hooded/wintercoat, -/obj/item/clothing/suit/hooded/wintercoat, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"slD" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 3; - pixel_y = 7 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ +/turf/open/floor/plasteel/white, +/area/medical/virology) +"xfU" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/science/research) +"xfV" = ( +/turf/closed/wall/r_wall, +/area/maintenance/theatre) +"xgq" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ dir = 4; - name = "air vent" + name = "scrubbers pipe" }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"xgr" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Hydroponics"; + req_access_txt = "35" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" }, -/area/engine/break_room) -"slG" = ( -/obj/machinery/door/firedoor, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" +/obj/machinery/door/firedoor{ + dir = 8 }, /turf/open/floor/plasteel/dark, -/area/engine/engineering) -"smb" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" +/area/hydroponics) +"xgy" = ( +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" }, -/obj/machinery/airalarm{ +/area/medical/medbay/zone2) +"xgK" = ( +/turf/open/transparent/glass, +/area/hallway/primary/aft/upper) +"xgP" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ dir = 8; - pixel_x = 24 + icon_state = "drain_corner"; + name = "drain" }, /turf/open/floor/plasteel, -/area/security/vacantoffice/a) -"sml" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/cyan/hidden{ - name = "air supply pipe" +/area/hallway/primary/central/upper) +"xhd" = ( +/obj/structure/trash_pile, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" }, -/obj/effect/turf_decal/stripes/line, /turf/open/floor/plating, -/area/maintenance/aft) -"smu" = ( -/obj/machinery/vending/wardrobe/robo_wardrobe, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"smv" = ( -/obj/structure/chair/office/dark{ - dir = 8 +/area/ai_monitored/storage/eva) +"xhi" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 5; name = "air supply pipe" }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/crew_quarters/dorms/upper) +"xhM" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, /turf/open/floor/plasteel/dark, -/area/security/brig) -"smz" = ( +/area/bridge) +"xhO" = ( +/obj/structure/trash_pile, +/turf/open/floor/plasteel, +/area/maintenance/starboard/aft/upper) +"xhP" = ( +/turf/closed/wall, +/area/medical/morgue) +"xic" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/mirror{ + pixel_x = 28 + }, +/turf/open/floor/plasteel, +/area/barber) +"xil" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"xiv" = ( +/obj/machinery/door/airlock/security{ + dir = 8; + name = "Security Office"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/main) +"xiz" = ( +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"xiF" = ( /obj/structure/lattice/catwalk, +/obj/structure/table, +/obj/item/ashtray, +/turf/open/transparent/openspace, +/area/crew_quarters/theatre) +"xiJ" = ( +/turf/closed/wall, +/area/security/checkpoint/science) +"xiR" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/caution/stand_clear, +/turf/open/indestructible/concrete, +/area/layenia) +"xiV" = ( +/obj/machinery/door/airlock/external{ + name = "Security External Airlock"; + req_access_txt = "63" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 + }, +/obj/structure/fans/tiny, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/main/upper) +"xjb" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "ledge_short"; + name = "short ledge" + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"xje" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/security/armory) +"xjj" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"xjq" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/theatre) +"xjw" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/carpet/blue, +/area/medical/psych/therapy) +"xjI" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_end"; + name = "wood end" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"xjK" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/aft) +"xjP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"xjQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/rack, +/obj/item/clothing/suit/hooded/wintercoat/engineering, +/obj/item/clothing/suit/hooded/wintercoat/engineering, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"xjS" = ( +/obj/structure/flora/junglebush/b, +/turf/open/floor/grass, +/area/security/prison) +"xjZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + icon_state = "loadingarea_flip" + }, +/turf/open/floor/plasteel/dark, +/area/maintenance/port) +"xke" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/toilet/locker) +"xkl" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/entry/upper) +"xkm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/ai_monitored/security/armory) +"xkn" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/prison) +"xkx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"xkN" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/security/main/upper) +"xkO" = ( +/obj/machinery/button/door{ + id = "qm_warehouse"; + name = "Warehouse Door Control"; + pixel_x = -1; + pixel_y = -24; + req_access_txt = "31" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/warehouse) +"xkV" = ( +/obj/structure/sign/logo/kinaris{ + icon_state = "kinaris_sign2"; + pixel_y = 32 + }, +/turf/open/transparent/glass/reinforced, +/area/layenia/cloudlayer) +"xkY" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"xlh" = ( +/obj/structure/ladder, +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, /obj/structure/railing{ dir = 1 }, -/obj/structure/railing, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"xli" = ( +/obj/effect/turf_decal/tile/green{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"xlj" = ( +/obj/structure/chair, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"xlk" = ( +/obj/structure/table, +/obj/item/circular_saw, +/obj/item/scalpel{ + pixel_y = 12 + }, +/obj/item/retractor, +/obj/structure/medkit_cabinet{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"xlu" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/latex, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/security/brig/upper) +"xlv" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"xlE" = ( +/obj/machinery/door/airlock/virology/glass{ + dir = 8; + name = "Monkey Pen"; + req_access_txt = "39" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"xlF" = ( +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/artatrium) +"xlG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"xlQ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central/upper) +"xlT" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"xlU" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Security Maintenance"; + req_access_txt = "63" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig/upper) +"xlY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"xlZ" = ( +/turf/closed/wall, +/area/crew_quarters/lounge) +"xmj" = ( +/obj/structure/table, +/obj/item/book/lorebooks/layenia_crystals, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"xml" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/hallway/primary/aft/upper) +"xmt" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"xmv" = ( +/obj/effect/turf_decal/arrows/white{ + dir = 8 + }, +/obj/machinery/atm{ + pixel_y = 30 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"xmB" = ( +/obj/machinery/button/door{ + id = "DormG"; + name = "Dorm Bolt Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 + }, +/obj/machinery/light_switch{ + pixel_x = -9; + pixel_y = -25 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/G) +"xmF" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port/aft/upper) +"xmG" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/storage/eva) +"xmN" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"xmO" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/security/main/upper) +"xmQ" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/turf_decal/weather/grass/line{ + dir = 5 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"xmT" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/science/misc_lab) +"xnc" = ( +/obj/machinery/atmospherics/pipe/simple/general/visible, +/turf/open/floor/plasteel/white, +/area/science/xenobiology) +"xnd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plating, +/area/maintenance/fore) +"xnh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/upper) +"xnk" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/medical/psych/roomB{ + name = "Psychology Dorm B" + }) +"xnv" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"xny" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/miningdock) +"xnB" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/security/prison) +"xnG" = ( +/obj/structure/closet/crate, +/obj/item/wrench, +/obj/item/wrench, +/obj/item/screwdriver, +/obj/item/screwdriver, +/obj/item/multitool, +/obj/item/multitool, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/turf/open/floor/plasteel/dark, +/area/engine/break_room) +"xnL" = ( +/obj/structure/lattice/catwalk, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"xnN" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/checker, +/area/hallway/primary/fore/upper) +"xnT" = ( +/obj/structure/table, +/obj/item/reagent_containers/rag/towel{ + pixel_x = 3; + pixel_y = 9 + }, +/obj/item/reagent_containers/rag/towel{ + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/maintenance/fore/upper) +"xnU" = ( +/obj/structure/ladder, /obj/structure/railing{ dir = 4 }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"smN" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 28 +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"xnW" = ( +/turf/open/floor/carpet, +/area/artatrium) +"xnY" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen/alt{ + id = "cafe"; + name = "cafe shutters" + }, +/obj/item/storage/fancy/donut_box{ + pixel_y = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/bar/cafe/backroom{ + name = "Cafe Kitchen" + }) +"xnZ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/stairs/medium{ + icon_state = "stairs_darkfull_m"; + name = "dark medium" + }, +/area/maintenance/theatre) +"xoa" = ( +/obj/structure/chair/office/light, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"xog" = ( +/obj/machinery/computer/upload/borg, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai_upload) +"xoi" = ( +/obj/machinery/door/airlock/research{ + dir = 1; + name = "Mech Bay"; + req_access_txt = "29" + }, +/obj/machinery/door/firedoor/heavy, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/robotics/lab) +"xol" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Inner South"; + dir = 4; + network = list("ss13","rd") + }, +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/science/xenobiology) +"xoq" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark/layenia{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"xow" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" }, -/turf/open/floor/engine, -/area/science/storage) -"smP" = ( -/turf/closed/wall, /area/quartermaster/office) -"smS" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hor) -"smY" = ( -/turf/open/floor/plasteel/white/side{ +"xoB" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 10 }, -/area/science/research) -"sna" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -23 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"xoG" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/park) +"xoH" = ( /turf/closed/wall/r_wall, -/area/engine/break_room) -"snb" = ( -/obj/structure/chair/sofa{ +/area/crew_quarters/heads/hor) +"xoJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/science/research) +"xoQ" = ( +/obj/effect/landmark/start/medical_doctor, +/turf/open/floor/plasteel/freezer, +/area/medical/surgery) +"xoV" = ( +/obj/machinery/power/apc{ + areastring = "/area/security/range"; + dir = 8; + name = "Shooting Range APC"; + pixel_x = -26 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/dark, +/area/security/range) +"xoY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/floor/plasteel, +/area/gateway) +"xpl" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"xpm" = ( +/obj/item/gun/energy/e_gun/advtaser{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/energy/e_gun/advtaser, +/obj/item/gun/energy/e_gun/advtaser{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/bot, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/rack/shelf, +/turf/open/floor/plasteel{ + dir = 1; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/ai_monitored/security/armory) +"xpq" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/H) +"xpt" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"xpu" = ( +/obj/structure/table, +/obj/item/storage/box/evidence{ + pixel_x = -3 + }, +/obj/item/storage/box/evidence{ + pixel_y = -11 + }, +/obj/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/security/brig/upper) +"xpF" = ( +/obj/machinery/holopad, +/obj/effect/turf_decal/box, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/crew_quarters/fitness/pool) +"xpG" = ( +/turf/open/floor/engine{ + name = "Holodeck Projector Floor" + }, +/area/holodeck/rec_center) +"xpI" = ( +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/engineering) +"xpR" = ( +/obj/machinery/vending/tool, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/storage/primary) +"xpY" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ dir = 1 }, -/turf/open/floor/carpet/black, -/area/arcade) -"snc" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel, +/area/security/range) +"xqd" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_trim" + }, +/area/medical/psych/lobby) +"xqh" = ( +/turf/open/floor/plasteel/stairs/medium, +/area/hallway/primary/fore/upper) +"xqj" = ( +/turf/closed/wall, +/area/storage/primary) +"xqk" = ( +/turf/closed/wall, +/area/chapel/office) +"xql" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/port) +"xqo" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; + name = "air supply pipe" + }, +/obj/machinery/power/apc/highcap/five_k{ + areastring = "/area/engine/tether"; + dir = 4; + name = "Tether APC"; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/engine/tether) +"xqs" = ( +/turf/open/floor/plasteel/stairs/right{ + dir = 4 + }, +/area/crew_quarters/dorms/upper) +"xqu" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/fore) +"xqy" = ( +/obj/machinery/door/poddoor/shutters{ + id = "qm_warehouse"; + name = "warehouse shutters" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/quartermaster/warehouse) +"xqK" = ( +/obj/structure/railing/handrail{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"xqL" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/item/clothing/head/cone, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"xqM" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/structure/medkit_cabinet{ + pixel_x = -26 + }, +/obj/machinery/status_display/ai{ + pixel_y = 26 + }, +/turf/open/floor/plasteel, +/area/bridge) +"xqS" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"xqT" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + freq = 1400; + location = "Tool Storage" + }, +/obj/structure/plasticflaps/opaque{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plating, +/area/storage/primary) +"xrc" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"xrg" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/structure/sign/poster/official/report_crimes{ + pixel_y = 30 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore/upper) +"xri" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"xrj" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/surgery) +"xrl" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 12; + pixel_y = 2 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/science/xenobiology) +"xro" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"xrr" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/camera/autoname, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/port/upper) +"xru" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/engine/atmos) +"xrw" = ( +/turf/open/transparent/openspace, +/area/maintenance/solars/port/aft) +"xrz" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"xrE" = ( +/obj/structure/chair, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = 24 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore) +"xrL" = ( +/obj/machinery/camera/autoname{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/prison) +"xrQ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/newscaster{ + pixel_y = 28 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"xrV" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/medical/medbay/aft) +"xrW" = ( +/obj/structure/chair/sofa/left, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/newscaster{ + pixel_y = 28 + }, +/turf/open/floor/carpet/royalblue, +/area/bridge) +"xrX" = ( +/obj/machinery/door/airlock/external{ + dir = 1; + name = "Supply Dock Airlock"; + req_access_txt = "31" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/turf/open/floor/plating, +/area/quartermaster/storage) +"xrZ" = ( +/obj/structure/flora/crystal/small/pile, +/obj/effect/turf_decal/weather/grass/line{ + dir = 4 + }, +/turf/open/indestructible/layenia/crystal, +/area/layenia) +"xsa" = ( +/obj/structure/flora/rock, +/turf/open/floor/grass, +/area/crew_quarters/dorms/upper) +"xse" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"xsg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"xsq" = ( +/obj/machinery/door/poddoor/shutters{ + id = "stationawaygate"; + name = "Gateway Access Shutters" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark, +/area/gateway) +"xsA" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/dorms/B) +"xsF" = ( +/obj/structure/chair/stool/bar{ + dir = 1 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"xsI" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/upper) +"xsL" = ( +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/maintenance/fore/upper) +"xsN" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/aft/upper) +"xsR" = ( +/obj/machinery/door/airlock/medical{ + name = "Psychology Office"; + req_access_txt = "71" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/medical/psych) +"xsU" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/science/research) +"xtd" = ( +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"xth" = ( +/obj/machinery/atmospherics/components/unary/portables_connector{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/engine/engineering) +"xtp" = ( +/obj/structure/table/wood, +/obj/item/storage/photo_album, +/obj/item/melee/chainofcommand, +/obj/item/camera{ + pixel_y = 5 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/heads/captain) +"xtt" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/item/clothing/suit/hooded/wintercoat, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/starboard/aft/upper) +"xtu" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/camera{ + c_tag = "Atmospherics North West" + }, +/obj/machinery/firealarm{ + pixel_y = 25 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"xtv" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"xtA" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/security/lambent) +"xtE" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/G) +"xtN" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/atm{ + pixel_y = 30 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/bar) +"xuo" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/spawner/lootdrop/trash, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"xur" = ( +/obj/structure/disposalpipe/junction/yjunction{ + dir = 4 + }, +/turf/closed/wall, +/area/quartermaster/sorting) +"xus" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/light_switch{ + pixel_y = -28 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar) +"xux" = ( +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"xuE" = ( +/obj/structure/lattice/catwalk, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"xuI" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/decal/cleanable/cobweb, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"xuK" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_end"; + name = "wood end" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/structure/displaycase/trophy, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/library) +"xuL" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/barricade/wooden/snowed{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"xuQ" = ( +/obj/structure/table/wood, +/obj/item/storage/crayons{ + pixel_y = 3 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"xuV" = ( +/obj/machinery/atmospherics/components/binary/valve, +/turf/open/floor/plating, +/area/maintenance/fore) +"xva" = ( +/obj/machinery/door/airlock/command{ + dir = 8; + name = "Head of Personnel's Quarters"; + req_access_txt = "57" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"xvi" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"xvq" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc{ + areastring = "/area/security/lambent"; + dir = 4; + name = "Lambent's Quarters APC"; + pixel_x = 24 + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/security/lambent) +"xvt" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"xvz" = ( +/turf/open/floor/plasteel/stairs/medium{ + dir = 1 + }, +/area/hallway/secondary/exit/upper) +"xvA" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + dir = 4; + id = "lambent" + }, +/turf/open/floor/plating, +/area/security/lambent) +"xvC" = ( +/obj/structure/displaycase/captain, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/heads/captain) +"xvE" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry/upper) +"xvI" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"xvJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"xvL" = ( +/obj/effect/turf_decal/stripes/box, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"xvS" = ( /obj/effect/turf_decal/stripes/line{ dir = 1 }, @@ -76098,545 +158744,440 @@ dir = 1 }, /turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"snf" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" +/area/layenia) +"xvU" = ( +/obj/structure/ladder, +/turf/open/floor/plating, +/area/security/brig/upper) +"xvV" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 5 }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"snj" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, /turf/open/floor/plasteel{ dir = 4; icon_state = "floor_plate" }, -/area/hallway/primary/aft) -"sny" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 +/area/hallway/primary/central) +"xvW" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/cable{ + icon_state = "1-4" }, -/obj/machinery/camera{ - c_tag = "Arrivals Bay 1 North"; - dir = 1 - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"snK" = ( -/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plating, +/area/maintenance/port/upper) +"xwc" = ( +/turf/closed/wall, +/area/maintenance/fore) +"xwh" = ( +/turf/closed/wall, +/area/crew_quarters/locker) +"xwl" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; name = "air vent" }, -/turf/open/floor/plasteel/freezer, -/area/medical/sleeper) -"snL" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" +/turf/open/floor/plasteel/dark, +/area/crew_quarters/dorms/upper) +"xwy" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 10 }, -/obj/effect/turf_decal/tile/yellow{ +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"xwB" = ( +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/effect/turf_decal/tile/yellow{ +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/engineering) -"snP" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "psych_hall_window"; - name = "Psychology Privacy Shutters" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/psych) -"snS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, +/turf/open/floor/plasteel, +/area/security/brig/upper) +"xwD" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"xwJ" = ( +/turf/closed/wall, +/area/maintenance/theatre/upper) +"xwL" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"xxg" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/reagent_containers/dropper, +/turf/open/floor/plasteel/white, +/area/science/lab) +"xxs" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 9; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"xxA" = ( +/obj/effect/turf_decal/tile/green{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel/white{ + dir = 8; + icon_state = "plaswhite_trim" + }, +/area/medical/medbay/upper) +"xxO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/engine/engine_smes) +"xxP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/layenia{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"xxV" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + dir = 8; + id = "scishut1"; + name = "shutters" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hor) +"xya" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/custom) +"xyd" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/sign/barber{ + pixel_x = 18; + pixel_y = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"xym" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/effect/turf_decal/tile/brown, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"xyq" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_x = -28 + }, /obj/structure/cable{ icon_state = "1-4" }, -/turf/open/floor/plasteel, -/area/science/mixing) -"soa" = ( -/obj/effect/turf_decal/loading_area{ +/obj/effect/landmark/xeno_spawn, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/locker) +"xys" = ( +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel{ dir = 8; - icon_state = "drain"; - name = "drain" + icon_plating = "floor"; + icon_state = "floor_whole_alt" }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" +/area/quartermaster/warehouse) +"xyu" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"soh" = ( -/obj/structure/alien/weeds, -/obj/structure/bed/nest, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 3; - name = "3maintenance loot spawner" - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"soq" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"soz" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/obj/machinery/atmospherics/pipe/simple/purple/hidden{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering/reactor_control) -"spb" = ( -/turf/closed/wall/r_wall, -/area/security/range) -"spf" = ( -/obj/structure/chair/stool, -/obj/machinery/button/door{ - id = "permabolt3"; - name = "Cell Bolt Control"; - normaldoorcontrol = 1; - pixel_y = 25; - specialfunctions = 4 - }, -/obj/machinery/light/small{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"spo" = ( -/obj/structure/mineral_door/wood, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"spv" = ( -/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/structure/window/reinforced, -/turf/open/floor/plasteel, -/area/engine/atmos) -"spO" = ( -/obj/effect/turf_decal/stripes/corner{ +/obj/effect/turf_decal/tile/yellow{ dir = 1 }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"spP" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" +/turf/open/floor/plasteel, +/area/engine/break_room) +"xyw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/plasteel, +/area/science/research) +"xyC" = ( +/obj/structure/flora/tree/jungle/small, +/turf/open/indestructible/layenia/sand, +/area/layenia/cloudlayer) +"xyH" = ( /obj/machinery/light{ dir = 1; pixel_y = 16 }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness) -"spR" = ( -/turf/closed/wall, -/area/hallway/primary/port/fore) -"sqj" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"sqk" = ( -/obj/machinery/shower{ - dir = 8; - name = "emergency shower" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"sqP" = ( -/obj/effect/turf_decal/tile/neutral{ +/obj/effect/turf_decal/tile/blue{ dir = 1 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/turf/open/floor/plasteel/dark/side, +/area/bridge) +"xyJ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "cargoshut1"; + name = "shutters" }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/turf/open/floor/plating, +/area/quartermaster/storage) +"xyU" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" }, /turf/open/floor/plasteel, -/area/engine/break_room) -"srn" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/engine/break_room) -"sro" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/reagent_dispensers/keg/aphro/strong, -/obj/machinery/light/small{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"srt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/wood, -/area/library) -"sru" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/railing, -/turf/open/floor/carpet, -/area/crew_quarters/bar) -"srv" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/easel, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/artatrium) -"srD" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/turf/open/floor/carpet/orange, -/area/arcade) -"srF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"ssj" = ( -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/power/apc{ - areastring = "/area/hallway/secondary/service"; - dir = 8; - name = "Service Hall APC"; - pixel_x = -24 +/area/hallway/primary/aft/upper) +"xzf" = ( +/obj/machinery/button/door{ + id = "DormH"; + name = "Dorm Bolt Control"; + normaldoorcontrol = 1; + pixel_y = -25; + specialfunctions = 4 }, /obj/machinery/light_switch{ - pixel_y = -28 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"ssm" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/artatrium) -"ssn" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/structure/railing, -/obj/structure/railing{ - dir = 4 + pixel_x = -9; + pixel_y = -25 }, /turf/open/floor/carpet, -/area/crew_quarters/bar) -"ssr" = ( -/obj/effect/turf_decal/loading_area{ +/area/crew_quarters/dorms/H) +"xzk" = ( +/obj/machinery/light{ dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/table/plasmaglass, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"sss" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/science/research) -"ssz" = ( -/obj/structure/chair{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" + pixel_y = 16 }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"ssD" = ( -/obj/machinery/conveyor_switch/oneway{ - dir = 8; - id = "QMLoad" +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/heads/hop) +"xzl" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment, /turf/open/floor/plasteel{ - dir = 8; + dir = 1; icon_state = "floor_plate" }, -/area/quartermaster/storage) -"ssG" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/closet/crate/freezer/surplus_limbs, -/obj/item/reagent_containers/glass/beaker/synthflesh, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"ssP" = ( -/turf/open/floor/plasteel{ +/area/hallway/primary/starboard/upper) +"xzm" = ( +/turf/open/floor/plating, +/area/construction/mining/aux_base) +"xzt" = ( +/turf/open/floor/plasteel/dark{ dir = 4; - icon_state = "floor_plate" + icon_state = "darkfull_plate" }, -/area/science/misc_lab) -"stc" = ( -/turf/closed/wall, -/area/security/checkpoint/medical) -"stl" = ( -/obj/structure/table/reinforced, -/obj/machinery/microwave{ - pixel_y = 6 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"stt" = ( -/obj/machinery/hydroponics/soil, -/obj/machinery/camera{ - c_tag = "Garden"; - dir = 8 - }, -/turf/open/floor/grass, -/area/hydroponics/garden) -"stx" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin, -/obj/item/pen, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"stA" = ( -/obj/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"stI" = ( +/area/hallway/primary/starboard/upper) +"xzu" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 1; name = "air supply pipe" }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"stL" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/disposal/bin, -/obj/machinery/camera{ - c_tag = "Hydroponics South"; - dir = 1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"stM" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"stV" = ( /obj/structure/cable{ icon_state = "1-2" }, /obj/structure/cable{ - icon_state = "2-8" + icon_state = "1-4" }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"suh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/turf/open/floor/plasteel/checker, +/area/engine/break_room) +"xzx" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_trim" + }, +/area/medical/medbay/central) +"xzz" = ( +/obj/effect/decal/cleanable/oil, +/turf/open/floor/plasteel, +/area/engine/custom) +"xzD" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; name = "scrubbers pipe" }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"sul" = ( -/obj/structure/table, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"sum" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/machinery/door/airlock/public/glass{ - dir = 1; - name = "Central Access" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"suo" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/science/mixing) -"sux" = ( -/obj/machinery/air_sensor/atmos/toxin_tank, -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"suz" = ( /obj/structure/cable{ icon_state = "1-8" }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"suM" = ( -/obj/machinery/door/airlock/mining{ - dir = 4; - name = "Quartermaster's Quarters"; - req_access_txt = "41" +/obj/structure/cable{ + icon_state = "1-2" }, +/turf/open/floor/plasteel/white, +/area/medical/psych/lobby) +"xzG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"xzI" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall, +/area/hallway/primary/fore) +"xzO" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" @@ -76645,9 +159186,192 @@ dir = 4; name = "scrubbers pipe" }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"xzR" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/firealarm{ + dir = 2; + pixel_x = -24 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/fore) +"xzU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, /turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"suO" = ( +/area/storage/tech) +"xzV" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"xzW" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"xzZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plating, +/area/maintenance/theatre) +"xAc" = ( +/obj/machinery/power/apc{ + areastring = "/area/maintenance/starboard"; + dir = 1; + name = "Starboard Quarter Maintenance APC"; + pixel_y = 26 + }, +/turf/open/floor/plating, +/area/maintenance/starboard) +"xAo" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/brig/upper) +"xAr" = ( +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"xAs" = ( +/turf/open/floor/plasteel{ + dir = 1; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/crew_quarters/theatre) +"xAx" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark, +/area/janitor/upper) +"xAD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"xAL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"xAU" = ( +/obj/machinery/mass_driver{ + id = "toxinsdriver" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window/southleft{ + dir = 8; + name = "Mass Driver Door"; + req_access_txt = "7" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/turf/open/floor/plating, +/area/science/mixing) +"xAY" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"xBb" = ( +/turf/open/floor/grass/fairy/pink, +/area/maintenance/fore/upper) +"xBh" = ( /obj/structure/flora/ausbushes/lavendergrass, /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/ausbushes/fullgrass, @@ -76658,2246 +159382,57 @@ /obj/structure/window/reinforced{ dir = 4 }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, /turf/open/floor/grass, -/area/medical/sleeper) -"suQ" = ( -/obj/structure/chair/sofa{ - dir = 1 - }, -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/carpet/black, -/area/arcade) -"suZ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - dir = 1; - name = "Central Access" - }, -/obj/machinery/door/poddoor/preopen{ - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"svA" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/security/prison) -"svK" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel, -/area/medical/morgue) -"svP" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white, -/area/security/prison) -"svV" = ( -/obj/machinery/door/airlock/research{ - dir = 4; - name = "Testing Lab"; - req_access_txt = "47" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"svZ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"swe" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/science/mixing) -"swp" = ( -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"swz" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/airlock/vault{ - req_access_txt = "53" - }, -/obj/effect/mapping_helpers/airlock/locked, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"swD" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral{ +/area/medical/psych/rec) +"xBq" = ( +/obj/structure/window/reinforced{ dir = 4 }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"swH" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/drinkingglass{ - pixel_x = -5; - pixel_y = 2 - }, -/obj/item/reagent_containers/food/drinks/bottle/whiskey, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"swP" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/chair/bench, -/turf/open/floor/plasteel/chapel, -/area/chapel/main) -"swU" = ( -/obj/structure/lattice/catwalk, -/obj/item/stack/cable_coil/random, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"swY" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"sxp" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/mirror{ - pixel_y = 28 - }, -/obj/item/toy/figure/clown, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"sxx" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/table, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"sxD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = 30 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"sxY" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/quartermaster/sorting) -"syd" = ( -/obj/machinery/door/airlock/command{ - name = "Server Room"; - req_access_txt = "30" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"sye" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/engine/atmos) -"syk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/wood, -/area/crew_quarters/fitness) -"syn" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/obj/item/wrench, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"syv" = ( /obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"syF" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"syH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" - }, -/turf/open/floor/plating, -/area/engine/atmos) -"syL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/chair{ +/turf/open/floor/plasteel/white/side{ dir = 8 }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"syR" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/disposalpipe/segment{ - dir = 10 +/area/science/misc_lab) +"xBD" = ( +/turf/closed/wall, +/area/security/checkpoint/medical) +"xBN" = ( +/obj/structure/cable{ + icon_state = "1-2" }, /obj/structure/cable{ icon_state = "1-8" }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/security/brig) -"syS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"szd" = ( -/turf/open/floor/plasteel/stairs/medium{ - dir = 1 - }, -/area/hallway/secondary/entry) -"szh" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/structure/railing, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"szv" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"szz" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"szA" = ( -/obj/structure/chair/comfy/brown, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/turf/open/floor/carpet/blue, -/area/medical/psych) -"szD" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/artatrium) -"szF" = ( -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/science/xenobiology) -"szI" = ( -/obj/structure/lattice/catwalk, -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"szR" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"szU" = ( -/obj/effect/turf_decal/arrows/red, -/obj/effect/turf_decal/caution/red, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"szV" = ( -/obj/structure/table/wood, -/obj/item/lipstick/random{ - pixel_x = -2; - pixel_y = -2 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/theatre) -"sAf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"sAn" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; name = "air supply pipe" }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/effect/landmark/start/scientist, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"sAr" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/item/twohanded/required/kirbyplants/photosynthetic{ - pixel_y = 10 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"sAG" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"sAJ" = ( -/obj/machinery/atmospherics/components/unary/portables_connector, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"sAR" = ( -/obj/structure/bodycontainer/morgue{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"sBi" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/engine/engineering) -"sBq" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"sBH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/turf/open/floor/wood, -/area/library/lounge) -"sCb" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"sCd" = ( -/obj/machinery/suit_storage_unit/rd, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/machinery/camera{ - c_tag = "Research Director's Office"; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"sCD" = ( -/obj/machinery/cryopod{ - dir = 8 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"sCH" = ( -/obj/structure/chair/comfy/black{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/railing, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"sCK" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" - }, -/obj/machinery/light/small{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"sCL" = ( -/turf/closed/wall, -/area/quartermaster/qm) -"sDl" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/structure/closet/l3closet/janitor, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/janitor) -"sDp" = ( -/obj/machinery/space_heater, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/quartermaster/warehouse) -"sDI" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/camera{ - c_tag = "Arrivals Bay 2 North"; - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"sDL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"sDQ" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/port) -"sEb" = ( -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"sEr" = ( -/obj/machinery/atm{ - pixel_y = 30 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"sEt" = ( /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/wood, -/area/science/research) -"sEu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, +/obj/structure/disposalpipe/junction, /turf/open/floor/plasteel/dark, -/area/science/mixing) -"sEC" = ( -/obj/machinery/atmospherics/pipe/manifold/orange/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"sEF" = ( -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"sEH" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"sEV" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/smes, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"sFn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/engine/atmos) -"sFI" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, +/area/bridge) +"xBR" = ( +/obj/structure/rack/shelf, /obj/machinery/light{ - dir = 8; - pixel_x = -7 + dir = 1; + pixel_y = 16 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"sFN" = ( -/obj/structure/bed, -/obj/machinery/camera{ - c_tag = "Prison Cell 3"; - network = list("ss13","prison") - }, -/obj/item/radio/intercom{ - desc = "Talk through this. It looks like it has been modified to not broadcast."; - name = "Prison Intercom (General)"; - pixel_y = 24; - prison_radio = 1 - }, -/obj/item/bedsheet/orange, -/turf/open/floor/plasteel, -/area/security/prison) -"sFO" = ( -/obj/machinery/door/airlock/mining{ - req_access_txt = "48" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"sFP" = ( -/obj/structure/table, -/obj/item/storage/box/syringes{ +/obj/item/storage/toolbox/mechanical{ pixel_y = 5 }, -/obj/item/clothing/glasses/science{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/clothing/glasses/science, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"sFX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/filingcabinet, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, /turf/open/floor/plasteel/dark, -/area/security/brig) -"sGh" = ( -/obj/structure/flora/crystal/small/pile, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"sGj" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"sGr" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/indestructible/concrete/smooth, -/area/layenia) -"sGA" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"sGK" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"sGL" = ( -/obj/machinery/computer/shuttle/mining, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"sGU" = ( -/obj/effect/turf_decal/bot_white/left, -/obj/structure/closet/crate/silvercrate, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"sHh" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"sHp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"sHw" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/central/secondary"; - dir = 8; - name = "Central Maintenance APC"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"sHC" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "xenobio5"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"sHE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"sHG" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"sHN" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"sHQ" = ( -/turf/open/floor/plating/asteroid/layenia/garden, -/area/layenia) -"sHR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"sHS" = ( -/turf/open/floor/plating/asteroid/layenia/garden, -/area/hallway/primary/port/fore) -"sHX" = ( -/obj/structure/table, -/obj/item/book/manual/wiki/robotics_cyborgs{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/item/reagent_containers/glass/beaker/large, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"sIa" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"sIc" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/processing) -"sIg" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/dresser, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"sIk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/bridge) -"sIm" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/on{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"sIx" = ( -/obj/structure/window/reinforced/tinted{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/item/condom{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/condom, -/obj/item/condom{ - pixel_x = -4; - pixel_y = -4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"sIy" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/bar) -"sIE" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/secondary/entry) -"sIJ" = ( -/obj/structure/table/wood, -/obj/item/book/lorebooks/welcome_to_kinaris, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"sIN" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"sJl" = ( -/obj/machinery/vending/kink, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"sJn" = ( -/obj/machinery/doorButtons/access_button{ - idDoor = "xeno_airlock_interior"; - idSelf = "xeno_airlock_control"; - name = "Access Button"; - pixel_x = 29; - pixel_y = -8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Xenobiology Entrance"; - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"sJo" = ( -/obj/structure/table, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/crew_quarters/fitness) -"sJx" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"sJO" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"sJP" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/item/twohanded/required/kirbyplants/photosynthetic{ - pixel_y = 10 - }, -/obj/machinery/camera{ - c_tag = "Research Division South East"; - network = list("ss13","rd") - }, -/obj/machinery/light_switch{ - pixel_x = -23 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"sJW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"sKe" = ( -/obj/machinery/light/small{ - dir = 8; - pixel_x = -7 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"sKt" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/sign/painting/library{ - pixel_y = 28 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/artatrium) -"sKu" = ( -/obj/structure/table/plasmaglass, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"sKE" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/sleeper, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"sKH" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"sKK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"sLd" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel/dark, -/area/science/research) -"sLg" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Chapel" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/chapel/main) -"sLz" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/security, -/turf/open/floor/plating, -/area/storage/tech) -"sLM" = ( -/obj/machinery/computer/arcade/minesweeper{ - dir = 4 - }, -/turf/open/floor/carpet/black, -/area/arcade) -"sMn" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white, -/area/security/prison) -"sMA" = ( -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"sME" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/obj/machinery/camera{ - c_tag = "Aft Primary Hallway North West"; - dir = 6 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"sMJ" = ( -/turf/closed/wall, -/area/medical/genetics) -"sMV" = ( -/turf/open/floor/plating/asteroid/layenia/garden, -/area/maintenance/fore) -"sNk" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/table, -/obj/item/folder/white{ - pixel_x = -4; - pixel_y = 3 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"sNq" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/kitchen) -"sNN" = ( -/obj/structure/chair/sofa/left{ - dir = 1 - }, -/turf/open/floor/carpet/black, -/area/arcade) -"sNO" = ( -/obj/structure/railing, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"sNT" = ( -/obj/effect/spawner/lootdrop/crate_spawner, -/turf/open/floor/plating, -/area/maintenance/fore) -"sNW" = ( -/obj/machinery/door/airlock{ - name = "Kitchen"; - req_access_txt = "28" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"sNX" = ( -/obj/machinery/smartfridge, -/turf/closed/wall, -/area/crew_quarters/kitchen) -"sOd" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/teleporter) -"sOi" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "xenobio2"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"sOj" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"sOD" = ( -/turf/closed/wall, -/area/crew_quarters/locker) -"sOF" = ( -/obj/structure/chair/stool, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"sOK" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/rag{ - pixel_y = 9 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = -12; - pixel_y = 7 - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"sOU" = ( -/obj/structure/closet/radiation, -/turf/open/floor/plasteel, -/area/engine/engineering) -"sOY" = ( -/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/plasteel/dark, -/area/storage/tech) -"sPm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/baseturf_helper/asteroid/layenia, -/obj/machinery/light{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"sPq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"sPv" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"sPB" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"sPC" = ( -/obj/structure/table, -/obj/item/hand_labeler, -/obj/item/stack/packageWrap{ - pixel_x = -1; - pixel_y = -1 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"sPF" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "scishut1"; - name = "shutters" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"sPG" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"sPO" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/pool) -"sPQ" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia/cloudlayer) -"sQz" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"sQA" = ( -/obj/structure/table, -/obj/machinery/computer/security/telescreen/vault{ - pixel_y = 30 - }, -/obj/machinery/recharger, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"sRf" = ( -/obj/machinery/atm{ - pixel_y = 30 - }, -/obj/machinery/camera{ - c_tag = "HOP's Office"; - dir = 6 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"sRg" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"sRi" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"sRp" = ( -/mob/living/carbon/monkey, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"sRv" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"sRX" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/hor) -"sSd" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hydroponics) -"sSm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/science/research) -"sSt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"sSu" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"sSw" = ( -/obj/machinery/vending/cart, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"sSG" = ( -/obj/machinery/light/broken{ - pixel_y = -1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/yellowsiding{ - dir = 8 - }, -/area/maintenance/fore) -"sSH" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"sTj" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/ai_monitored/security/armory) -"sTF" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/dorms) -"sTL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"sTR" = ( -/obj/structure/ore_box, -/turf/open/floor/plating, -/area/maintenance/starboard) -"sUe" = ( -/obj/machinery/recharge_station, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/service) -"sUs" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/stairs/medium{ - dir = 1 - }, -/area/maintenance/aft) -"sUP" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"sUT" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "xenobio1"; - name = "containment blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"sUU" = ( -/obj/machinery/computer/bank_machine, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"sUZ" = ( -/obj/machinery/shower{ - dir = 8 - }, -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/science/research) -"sVc" = ( -/turf/closed/wall, -/area/library) -"sVf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"sVv" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/science/xenobiology) -"sVA" = ( -/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/camera{ - c_tag = "Auxillary Base Construction"; - dir = 8 - }, -/obj/machinery/computer/security/telescreen/auxbase{ - dir = 8; - pixel_x = 30 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"sVB" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"sVC" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/indestructible/concrete/smooth, -/area/layenia) -"sVH" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"sVQ" = ( -/obj/structure/filingcabinet, -/obj/item/folder/documents, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"sVU" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"sVZ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/maintenance/port/aft) -"sWn" = ( -/obj/machinery/atmospherics/pipe/simple/dark/visible{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/engine/engineering) -"sWA" = ( -/obj/structure/flora/crystal/small/pile, -/obj/structure/flora/crystal/medium/growth{ - icon_state = "crystalgrowth3" - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/bridge) -"sWI" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/science/misc_lab) -"sWM" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/filingcabinet, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/camera{ - c_tag = "Captain's Office"; - dir = 6 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"sWN" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/vaporwave, -/area/arcade) -"sWT" = ( -/obj/machinery/light_switch{ - pixel_y = -28 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/medical/virology) -"sWV" = ( -/obj/machinery/door/airlock/medical{ - dir = 4; - name = "Patient Room"; - req_access_txt = "5" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"sWX" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/crew_quarters/heads/cmo) -"sXa" = ( -/obj/machinery/computer/card, -/obj/machinery/status_display/ai{ - pixel_y = 32 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"sXc" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"sXh" = ( -/obj/machinery/atmospherics/components/binary/valve/on{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"sXn" = ( -/obj/machinery/suit_storage_unit/captain, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"sXr" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "Unfiltered to Mix" - }, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"sXB" = ( -/turf/open/floor/plasteel/yellowsiding, -/area/crew_quarters/fitness/pool) -"sXD" = ( -/turf/closed/wall, -/area/engine/engineering) -"sXE" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/break_room) -"sXN" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/effect/landmark/nuclear_waste_spawner, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"sXO" = ( -/obj/effect/turf_decal/bot, -/obj/structure/ore_box, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"sXS" = ( -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/quartermaster/storage) -"sXT" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"sYa" = ( -/obj/structure/flora/crystal/small/pile, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/port/fore) -"sYe" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"sYg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"sYO" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"sYQ" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/bed, -/obj/item/bedsheet/clown, -/obj/effect/landmark/start/clown, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"sZc" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"sZv" = ( -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"sZF" = ( -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"sZQ" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"taa" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/computer/lore_terminal, -/turf/open/floor/plasteel, /area/hallway/primary/port) -"tag" = ( -/obj/machinery/door/airlock/research{ - dir = 4; - name = "Testing Lab"; - req_access_txt = "47" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/science/research) -"taj" = ( -/obj/structure/table, -/obj/machinery/microwave{ - pixel_y = 6 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/maintenance/port/aft) -"taq" = ( -/obj/machinery/door/airlock/security/glass{ - dir = 4; - name = "Holding Area"; - req_access_txt = "2" - }, +"xBW" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" @@ -78906,1071 +159441,149 @@ dir = 4; name = "scrubbers pipe" }, -/turf/open/floor/plasteel, -/area/security/checkpoint/escape) -"taB" = ( -/turf/open/floor/plasteel/white/side{ - dir = 10 - }, -/area/bridge) -"taM" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"tbe" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"tbi" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/hallway/primary/port/fore) -"tbj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"tbp" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Diner" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"tbv" = ( -/obj/structure/table/wood, -/obj/item/toy/figure/cmo, -/turf/open/floor/wood, -/area/crew_quarters/heads/cmo) -"tbw" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/conveyor{ - id = "gasstor" - }, -/obj/machinery/portable_atmospherics/canister/toxins, -/turf/open/floor/plating, -/area/engine/engineering) -"tbE" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/chair/bench, -/turf/open/floor/plasteel/chapel{ - dir = 1 - }, -/area/chapel/main) -"tbH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/stairs/left, -/area/hallway/primary/port/fore) -"tbL" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet/red, -/area/crew_quarters/heads/hos) -"tbN" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Captain's Office Maintenance"; - req_access_txt = "20" - }, /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/plasteel/dark, -/area/maintenance/central/secondary) -"tbP" = ( -/obj/machinery/computer/arcade, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plating, -/area/security/prison) -"tbX" = ( -/obj/effect/turf_decal/tile/neutral{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ +/turf/open/floor/plasteel/dark{ dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"tcc" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/fitness/pool) -"tch" = ( -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/security/courtroom) -"tcn" = ( -/obj/machinery/door/airlock/external{ - name = "Security Escape Airlock"; - req_access_txt = "2" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/escape) -"tcx" = ( -/obj/machinery/door/airlock/external{ - name = "Security Escape Airlock"; - req_access_txt = "2" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/fans/tiny, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/escape) -"tcz" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" + icon_state = "darkfull_trim" }, +/area/hallway/primary/fore) +"xBX" = ( +/obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, /area/maintenance/port/fore) -"tcK" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ +"xCa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; name = "scrubbers pipe" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; + dir = 8; name = "air supply pipe" }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"tcO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 4 - }, -/obj/machinery/computer/station_alert, -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/turret_protected/aisat_interior) -"tcR" = ( -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"tcT" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, /obj/structure/cable{ icon_state = "4-8" }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/artatrium) -"tdb" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/docking_port/stationary/random{ - dir = 8; - id = "pod_lavaland2"; - name = "lavaland" - }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"tdf" = ( -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, /turf/open/floor/plating, -/area/maintenance/starboard/aft) -"tdo" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 1; - height = 4; - name = "escape pod loader"; - roundstart_template = /datum/map_template/shuttle/escape_pod/default; - width = 3 - }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"tdr" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"tds" = ( -/obj/machinery/door/airlock/external{ - dir = 4; - name = "Escape Pod One" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"tdy" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8; - external_pressure_bound = 140; - name = "server vent"; - pressure_checks = 0 - }, -/turf/open/floor/circuit/telecomms, -/area/science/xenobiology) -"tdz" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, +/area/maintenance/theatre) +"xCg" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"tdC" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, /obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/kitchen) +"xCj" = ( /obj/structure/cable{ - icon_state = "2-4" + icon_state = "1-4" }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"tdF" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"tdH" = ( -/obj/machinery/door/airlock/external{ - dir = 4; - name = "Escape Pod One" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"tek" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"tew" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"teE" = ( -/obj/machinery/pdapainter, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"teO" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"teS" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"teX" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, +/turf/open/floor/plating/layenia, /area/layenia) -"teZ" = ( -/obj/structure/railing{ - dir = 4 +"xCw" = ( +/turf/open/transparent/glass/reinforced, +/area/layenia/cloudlayer) +"xCy" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Unused Auxiliary Construction" }, -/turf/open/floor/plasteel/stairs/medium{ - dir = 1 +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" }, -/area/security/prison) -"tfg" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ +/area/maintenance/port/aft) +"xCA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"tfh" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"tfk" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat/atmos) -"tfo" = ( -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"tfx" = ( -/obj/item/clothing/head/collectable/police, -/turf/open/floor/plating, -/area/maintenance/fore) -"tfC" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, /obj/structure/cable{ icon_state = "4-8" }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"tfD" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "medshut2"; - name = "shutters" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/heads/cmo) -"tfE" = ( -/obj/structure/chair/sofa/left{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/sign/poster/random{ - pixel_x = -32 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"tfF" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/side, -/area/science/misc_lab) -"tfQ" = ( /turf/open/floor/plasteel, -/area/security/prison) -"tfV" = ( -/obj/structure/table/plasmaglass, -/obj/item/candle{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/item/ashtray{ - pixel_x = -5; - pixel_y = -3 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" +/area/hallway/primary/fore) +"xCV" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"tgq" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/yellow{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/crew_quarters/dorms/upper) +"xDd" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/effect/turf_decal/tile/yellow{ +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/item/stack/sheet/plasteel{ - amount = 10; - pixel_y = -12 +/obj/effect/turf_decal/tile/neutral, +/obj/structure/table, +/obj/item/reagent_containers/food/condiment/peppermill{ + pixel_x = 3; + pixel_y = 7 }, -/obj/item/storage/box/lights/mixed{ +/obj/item/reagent_containers/food/condiment/saltshaker{ pixel_x = -3; pixel_y = 5 }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, /turf/open/floor/plasteel, -/area/engine/break_room) -"tgA" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/medical/genetics/cloning) -"tgJ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/medical/medbay/central) -"thb" = ( -/obj/structure/chair/sofa/right{ - dir = 8 - }, -/obj/structure/window/reinforced/tinted{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"thf" = ( -/obj/structure/window/reinforced/tinted{ - dir = 8 - }, -/obj/structure/table/reinforced, -/obj/item/clothing/mask/muzzle{ - pixel_y = 3 - }, -/obj/item/clothing/mask/muzzle/ballgag, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"thh" = ( -/obj/machinery/shower{ - dir = 8; - name = "emergency shower" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"thw" = ( -/obj/structure/chair/stool, -/turf/open/floor/carpet/black, -/area/arcade) -"tii" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/white/side, -/area/science/misc_lab) -"tij" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"tiv" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/closed/wall/r_wall, -/area/bridge) -"tiw" = ( -/obj/machinery/shower{ - dir = 1 - }, -/obj/structure/curtain, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/freezer, -/area/medical/virology) -"tix" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"tiV" = ( -/obj/machinery/light/small{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/maintenance/fore) -"tiW" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/aft) -"tiZ" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/crew_quarters/bar) -"tji" = ( -/obj/structure/table/wood, -/obj/item/storage/crayons{ - pixel_y = 3 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"tjo" = ( -/obj/structure/chair/comfy/blue{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/bridge) -"tju" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/hydroponics/constructable, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, +/area/security/prison) +"xDe" = ( /obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark/side, -/area/hydroponics) -"tjU" = ( -/obj/structure/cable{ - icon_state = "4-8" +/obj/effect/turf_decal/stripes/corner{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/stripes/corner{ dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"tjY" = ( -/obj/structure/closet/firecloset, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"tkc" = ( -/obj/structure/sign/warning/electricshock, -/turf/closed/wall/r_wall, -/area/maintenance/solars/port/aft) -"tkd" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen2"; - name = "kitchen shutters" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"tke" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/brown, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"xDf" = ( /obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/machinery/camera{ - c_tag = "Aft Primary Hallway West"; - dir = 6 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"tko" = ( -/obj/machinery/pool/filter{ - pixel_y = 24 - }, -/turf/open/pool, -/area/maintenance/fore) -"tkv" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/security/detectives_office) -"tkx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/storage/primary) -"tkL" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat/hallway) -"tkP" = ( -/obj/structure/ore_box, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"tkU" = ( -/obj/machinery/door/airlock{ - dir = 4; - id_tag = "null"; - name = "Unit 1" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"tld" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"tlj" = ( -/obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"tls" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"tlt" = ( -/obj/structure/table/reinforced, -/obj/machinery/reagentgrinder{ - pixel_y = 9 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"tlM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/science/circuit) -"tlT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat/hallway) -"tlW" = ( -/obj/effect/turf_decal/tile/blue{ dir = 1 }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"tma" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"tmc" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"tmd" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 5 - }, -/obj/item/pen, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"tmo" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"tmw" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/bed, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/maintenance/fore) -"tmC" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/chair/sofa{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"tmF" = ( -/obj/structure/chair/stool/bar, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/starboard/aft) -"tmU" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/command/glass{ - name = "Server Room"; - req_access_txt = "30" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible, -/turf/open/floor/plasteel/dark, -/area/science/server) -"tmV" = ( -/obj/machinery/deepfryer, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"tmX" = ( -/obj/machinery/deepfryer, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"tmY" = ( -/obj/structure/table, -/obj/item/stack/cable_coil, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/item/book/lorebooks/engrams{ - pixel_y = 5 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"tnl" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Chamber Hallway"; - req_one_access_txt = "65" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/hallway) -"tnm" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/science/misc_lab) -"tnn" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner, -/area/crew_quarters/kitchen) -"tnB" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/science/circuit) -"tnG" = ( /obj/structure/cable{ icon_state = "4-8" }, @@ -79982,5464 +159595,69 @@ dir = 4; name = "scrubbers pipe" }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"tnO" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/white/corner, -/area/crew_quarters/kitchen) -"tnS" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/science/misc_lab) -"tnY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/central) -"tnZ" = ( -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"toe" = ( -/obj/structure/table/reinforced, -/turf/open/floor/plasteel/dark, -/area/bridge) -"toh" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hydroponics) -"tor" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat/hallway) -"toK" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"tpa" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/wood, -/area/lawoffice) -"tpE" = ( -/obj/item/cigbutt, -/turf/open/floor/wood, -/area/science/research) -"tpQ" = ( -/obj/machinery/door/morgue{ - name = "Confession Booth" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"tpY" = ( -/obj/machinery/computer/security{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"tqo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/central) -"tqv" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, /obj/structure/disposalpipe/junction/flip{ dir = 8 }, /turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"tqE" = ( -/turf/closed/wall/r_wall, -/area/chapel/main) -"tqM" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-2" +/area/hallway/primary/fore) +"xDi" = ( +/obj/structure/tank_dispenser{ + pixel_x = -1 }, /turf/open/floor/plasteel, -/area/science/misc_lab) -"tqQ" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/machinery/conveyor{ - id = "gasstor" - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plating, -/area/engine/engineering) -"tqX" = ( -/obj/structure/closet/wardrobe/miner, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/side, -/area/quartermaster/miningdock) -"trf" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/teleporter) -"tru" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat/service) -"trz" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/effect/turf_decal/box, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"trJ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/disposal/bin, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/aft) -"trU" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"tsk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"tst" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/open/floor/wood, -/area/library/lounge) -"tsP" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/computer/security/mining{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"tti" = ( -/turf/closed/wall, -/area/hallway/secondary/service) -"ttp" = ( -/obj/structure/bookcase{ - name = "Forbidden Knowledge" - }, -/turf/open/floor/engine/cult, -/area/library) -"ttv" = ( -/obj/machinery/door/window/northleft{ - dir = 4; - name = "First-Aid Supplies"; - red_alert_access = 1; - req_access_txt = "40" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/table/reinforced, -/obj/item/gun/syringe, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"ttz" = ( -/turf/closed/wall, -/area/medical/genetics/cloning) -"ttH" = ( -/obj/machinery/holopad, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/effect/turf_decal/box, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"ttU" = ( -/obj/machinery/disposal/bin, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"ttV" = ( -/obj/machinery/computer/arcade/orion_trail{ - dir = 8 - }, -/turf/open/floor/carpet/black, -/area/arcade) -"tua" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/quartermaster/miningdock) -"tuc" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"tuh" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/closet, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"tun" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken4" - }, -/area/maintenance/port/aft) -"tur" = ( -/obj/structure/table/glass, -/obj/machinery/button/door{ - id = "medshut1"; - name = "Departmental Lockdown"; - pixel_x = 5; - pixel_y = 5; - req_access_txt = "40" - }, -/obj/machinery/button/door{ - id = "medshut2"; - name = "Office Lockdown"; - pixel_x = -5; - pixel_y = 5; - req_access_txt = "40" - }, -/obj/item/clothing/neck/stethoscope, -/mob/living/simple_animal/pet/cat/Runtime, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/cmo) -"tut" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"tuv" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/hallway/primary/port/fore) -"tuK" = ( -/obj/machinery/door/airlock/research{ - dir = 1; - name = "Mech Bay"; - req_access_txt = "29" - }, -/obj/machinery/door/firedoor/heavy, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"tuX" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port/fore) -"tuY" = ( -/obj/machinery/door/airlock/command{ - dir = 4; - name = "Head of Personnel"; - req_access_txt = "57" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hop) -"tvc" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"tvs" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/carpet/royalblack, -/area/engine/engineering/reactor_control) -"tvu" = ( -/obj/structure/reagent_dispensers/water_cooler, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, /area/engine/break_room) -"tvD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/engine/engineering) -"tvT" = ( -/obj/structure/table, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"tvX" = ( -/obj/structure/toilet{ - dir = 1 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"twj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"twq" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" +"xDl" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/hop) +"xDq" = ( +/obj/structure/lattice/catwalk, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"xDt" = ( +/obj/structure/closet/firecloset/full, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" }, +/area/layenia/cave) +"xDv" = ( /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"tws" = ( -/obj/machinery/recharge_station, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"twD" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"twL" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/machinery/conveyor{ - id = "gasstor" - }, -/obj/machinery/portable_atmospherics/canister/toxins, -/turf/open/floor/plating, -/area/engine/engineering) -"twO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/obj/structure/chair/sofa/left{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Virology West"; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"twR" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/bridge) -"twS" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/westleft{ - dir = 4; - name = "armoury desk"; - req_access_txt = "3" - }, -/obj/machinery/door/window/eastleft{ - dir = 8; - name = "armoury desk"; - req_access_txt = "1" - }, -/obj/item/storage/toolbox/drone, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/security/armory) -"txp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, /turf/open/floor/plasteel, /area/hallway/primary/fore) -"txA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" +"xDw" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/yellowsiding{ - dir = 1 - }, -/area/crew_quarters/fitness/pool) -"txP" = ( -/obj/structure/flora/crystal/small/pile, -/obj/structure/flora/crystal/small/growth{ - icon_state = "crystalgrowth2" - }, -/turf/open/floor/plating/asteroid/layenia, -/area/bridge) -"tyn" = ( -/obj/machinery/door/window{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Captain's Desk Door"; - req_access_txt = "20" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"tyv" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-21" - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/corner, -/area/science/research) -"tyz" = ( -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"tyC" = ( -/obj/structure/chair/comfy/blue, -/obj/effect/landmark/start/captain, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"tyI" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"tyO" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/oxygen_input{ - dir = 8 - }, -/turf/open/floor/engine/o2, -/area/engine/atmos) -"tzb" = ( -/obj/machinery/porta_turret/ai{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"tzi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"tzl" = ( -/obj/machinery/door/poddoor/shutters{ - id = "aux_base_shutters"; - name = "Auxillary Base Shutters" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/construction/mining/aux_base) -"tzt" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"tzG" = ( -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Engineering Canteen North" - }, -/obj/structure/sign/painting/library{ - pixel_y = 28 - }, -/obj/item/book/lorebooks/engrams{ - pixel_x = 5 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/engine/break_room) -"tzM" = ( -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"tzQ" = ( -/obj/machinery/newscaster/security_unit{ - pixel_x = 32 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"tzW" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"tzX" = ( -/obj/structure/sign/warning/docking, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/escape) -"tAn" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"tAu" = ( -/obj/structure/filingcabinet/chestdrawer, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"tAF" = ( -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "xenobio3"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"tAR" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/wood, -/area/library) -"tAT" = ( -/obj/structure/bodycontainer/morgue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"tBb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/security/brig) -"tBc" = ( -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"tBl" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"tBp" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"tBs" = ( -/obj/structure/disposalpipe/sorting/mail{ - dir = 4; - sortType = 1 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"tBx" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"tBy" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/storage/tech) -"tCb" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"tCg" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"tCk" = ( -/obj/docking_port/stationary{ +/area/security/brig/upper) +"xDz" = ( +/obj/machinery/firealarm{ dir = 2; - dwidth = 5; - height = 7; - id = "supply_home"; - name = "Cargo Bay"; - width = 12 - }, -/turf/open/indestructible/concrete/smooth, -/area/layenia/cloudlayer) -"tCn" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/obj/machinery/meter, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"tCq" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/science/misc_lab) -"tCs" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/vaporwave, -/area/arcade) -"tCK" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"tCQ" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"tCT" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/carpet/red, -/area/crew_quarters/heads/hos) -"tDe" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/camera{ - c_tag = "Research Division West"; - dir = 10; - network = list("ss13","rd") - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/science/research) -"tDk" = ( -/obj/machinery/computer/camera_advanced/xenobio{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/science/xenobiology) -"tDm" = ( -/obj/structure/table/wood, -/obj/item/book/lorebooks/layenia_crystals, -/turf/open/floor/carpet, -/area/library) -"tDo" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"tDA" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"tDF" = ( -/obj/structure/table/reinforced, -/obj/item/pickaxe{ - pixel_x = 5 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"tDG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"tDI" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"tDT" = ( -/obj/structure/table/reinforced, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = 8; - pixel_y = 2 - }, -/obj/item/reagent_containers/dropper, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/science/xenobiology) -"tDW" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"tEc" = ( -/obj/structure/chair/office/dark, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/landmark/start/depsec/medical, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"tEf" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"tEh" = ( -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/security/courtroom) -"tEk" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall/ice, -/area/layenia) -"tEr" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/turf_decal/stripes/box, -/obj/effect/turf_decal/stripes/red/box, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"tEK" = ( -/turf/open/floor/plating, -/area/engine/break_room) -"tEP" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 - }, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"tEW" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"tFD" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"tGc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"tGs" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/security/prison) -"tGx" = ( -/obj/machinery/camera{ - c_tag = "Arrivals Escape Pod 2"; - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"tGD" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/effect/landmark/start/virologist, -/turf/open/floor/plasteel, -/area/medical/virology) -"tGO" = ( -/turf/closed/wall, -/area/medical/virology) -"tGT" = ( -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/starboard) -"tHa" = ( -/obj/structure/sign/warning/pods, -/turf/closed/wall, -/area/hallway/secondary/entry) -"tHg" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel, -/area/security/main) -"tHp" = ( -/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, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"tHq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/hydroponics/garden) -"tHu" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=ArrivalsCentral"; - location = "ArrivalsCorner" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"tHw" = ( -/obj/structure/chair/sofa/corner{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"tHN" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Labor Shuttle Dock South"; - dir = 9 - }, -/turf/open/floor/plasteel, -/area/security/processing) -"tHQ" = ( -/obj/structure/table/plasmaglass, -/obj/item/ashtray, -/obj/structure/sign/poster/random{ - pixel_y = -32 - }, -/obj/machinery/light/small{ - pixel_y = -1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"tHX" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"tHZ" = ( -/obj/structure/grille, -/turf/open/floor/plating, -/area/maintenance/starboard) -"tIg" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"tIh" = ( -/obj/structure/chair/sofa/right{ - dir = 1 - }, -/turf/open/floor/carpet/black, -/area/arcade) -"tIu" = ( -/obj/effect/turf_decal/loading_area, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/quartermaster/storage) -"tII" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"tIK" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/carpet, -/area/maintenance/fore) -"tIU" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/structure/window{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/secondary/exit) -"tIY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/ai_monitored/security/armory) -"tIZ" = ( -/obj/structure/chair/sofa/corner{ - dir = 8 - }, -/obj/structure/window/reinforced/tinted{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"tJc" = ( -/obj/structure/table, -/obj/item/storage/firstaid/brute{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/firstaid/brute, -/obj/item/storage/firstaid/regular{ - pixel_x = -3; - pixel_y = -3 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"tJn" = ( -/obj/machinery/door/poddoor/preopen{ - id = "atmos"; - name = "Atmospherics Blast Door" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/break_room) -"tJt" = ( -/obj/machinery/pool/filter{ - pixel_y = -18 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"tJy" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/railing, -/obj/effect/landmark/carpspawn, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"tJD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"tJE" = ( -/obj/effect/turf_decal/arrows/white{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"tJX" = ( -/obj/structure/table, -/obj/item/book/lorebooks/layenia_crystals, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/engine/break_room) -"tJY" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"tJZ" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"tKh" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"tKm" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/quartermaster/storage) -"tKv" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"tKC" = ( -/obj/structure/lattice/catwalk, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"tKH" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"tKW" = ( -/obj/structure/closet/secure_closet/quartermaster, -/turf/open/floor/wood, -/area/quartermaster/qm) -"tKZ" = ( -/turf/open/floor/plasteel/stairs/medium, -/area/hallway/primary/starboard) -"tLg" = ( -/obj/structure/curtain, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/medical/virology) -"tLq" = ( -/turf/closed/mineral/layenia, -/area/security/prison) -"tLx" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"tLI" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"tLJ" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/crew_quarters/toilet) -"tLN" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/plasma{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"tLQ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/dark, -/area/layenia) -"tLY" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "medshut2"; - name = "shutters" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/heads/cmo) -"tMb" = ( -/obj/machinery/atmospherics/pipe/simple{ - dir = 4 - }, -/obj/structure/grille, -/obj/machinery/meter, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"tMc" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/structure/table/plasmaglass, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"tMd" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"tMp" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/ai_monitored/turret_protected/ai_upload) -"tMw" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"tMP" = ( -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"tNf" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"tNh" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/hop) -"tNx" = ( -/obj/structure/bed, -/obj/item/bedsheet/medical, -/obj/machinery/light_switch{ - pixel_x = 23 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/cmo) -"tNy" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/structure/chair/comfy/black{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"tNz" = ( -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/escape) -"tNB" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/item/stamp/qm, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"tND" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/machinery/camera{ - c_tag = "Toxins Pipe Lab"; - dir = 1; - network = list("ss13","rd") - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"tNL" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "trim"; - name = "trim" - }, -/obj/structure/chair/stool, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"tNY" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"tOb" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/hop) -"tOc" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/eva) -"tOm" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/closet/crate/internals, -/turf/open/floor/plasteel{ - dir = 4; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/quartermaster/warehouse) -"tOz" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/nuclearbomb/selfdestruct, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"tOA" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/obj/machinery/sparker{ - id = "TEG_igniter"; - pixel_x = -15 - }, -/obj/item/clothing/head/hardhat, -/turf/open/floor/engine/vacuum, -/area/engine/engineering) -"tOR" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"tPe" = ( -/obj/machinery/door/airlock/mining/glass{ - dir = 1; - name = "Cargo Office"; - req_access_txt = "50" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"tPg" = ( -/obj/structure/table, -/obj/item/folder/white, -/obj/item/clothing/neck/stethoscope, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"tPq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"tPC" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"tPD" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"tQj" = ( -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"tQr" = ( -/obj/machinery/suit_storage_unit/engine, -/obj/effect/turf_decal/bot, -/obj/machinery/camera{ - c_tag = "Engineering Access North"; - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"tQt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/pool) -"tQy" = ( -/obj/structure/table/wood, -/obj/item/folder/blue, -/obj/item/stamp/captain, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"tQD" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/chair{ - dir = 1 - }, -/obj/effect/landmark/start/security_officer, -/turf/open/floor/plasteel, -/area/security/main) -"tQO" = ( -/obj/machinery/door/firedoor, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/engine/engineering) -"tQS" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/brig) -"tQT" = ( -/obj/machinery/power/emitter, -/turf/open/floor/plating, -/area/engine/break_room) -"tQV" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Engineering Canteen South"; - dir = 1 - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/engine/break_room) -"tQZ" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"tRa" = ( -/obj/structure/table/wood, -/obj/item/coin/plasma, -/obj/item/hand_tele, -/obj/machinery/keycard_auth{ - pixel_x = -4; - pixel_y = 6 - }, -/obj/structure/window/reinforced, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/item/storage/secure/safe{ - pixel_x = 35; - pixel_y = 5 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"tRt" = ( -/obj/effect/spawner/structure/window/reinforced/tinted, -/turf/open/floor/plating, -/area/security/prison) -"tRy" = ( -/obj/structure/closet/toolcloset, -/turf/open/floor/plating, -/area/maintenance/fore) -"tRM" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer1{ - dir = 4 - }, -/obj/structure/lattice/catwalk, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"tRO" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/atmos) -"tSf" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"tSi" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"tSM" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/cafeteria, -/area/hallway/secondary/exit) -"tSQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/effect/landmark/start/geneticist, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"tTb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"tTA" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/medical/medbay/central) -"tTM" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/obj/machinery/portable_atmospherics/canister/air, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"tTV" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"tUi" = ( -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"tUv" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"tUK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"tUM" = ( -/obj/machinery/chem_master/condimaster, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"tUN" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Escape Airlock" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"tVd" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Escape Airlock" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"tVn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"tVw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"tVH" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/camera{ - c_tag = "Security Checkpoint South"; - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"tVK" = ( -/obj/docking_port/stationary{ - dir = 4; - dwidth = 12; - height = 18; - id = "emergency_home"; - name = "BoxStation emergency evac bay"; - width = 32 - }, -/turf/open/indestructible/concrete, -/area/layenia) -"tVM" = ( -/obj/effect/turf_decal/caution/stand_clear{ - dir = 1 - }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"tVO" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"tVV" = ( -/obj/structure/flora/crystal/small/growth, -/obj/structure/flora/crystal/small/pile, -/turf/open/indestructible/layenia/crystal, -/area/layenia) -"tVY" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxin_input{ - dir = 8 - }, -/turf/open/floor/engine/plasma, -/area/engine/atmos) -"tWa" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"tWg" = ( -/obj/machinery/computer/operating{ - dir = 8; - name = "Robotics Operating Computer" - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"tWh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/chair/bench, -/turf/open/floor/plasteel/chapel{ - dir = 4 - }, -/area/chapel/main) -"tWG" = ( -/turf/closed/wall/r_wall, -/area/library) -"tXf" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia/cloudlayer) -"tXJ" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"tXW" = ( -/obj/structure/table, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/transmitter, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/obj/item/stock_parts/subspace/treatment, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"tXX" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/trash_pile, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"tYb" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"tYc" = ( -/obj/machinery/light/small{ - dir = 4; - pixel_x = 7 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Chapel East"; - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"tYg" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 5 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"tYB" = ( -/obj/structure/table, -/obj/item/circular_saw, -/obj/item/scalpel{ - pixel_y = 12 - }, -/obj/item/retractor, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"tYF" = ( -/obj/effect/decal/cleanable/oil, -/obj/structure/ore_box, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/fore) -"tYG" = ( -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 1" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"tYK" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/railing{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"tYL" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/sleeper) -"tYR" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/science/misc_lab) -"tYX" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel/dark, -/area/security/main) -"tZh" = ( -/obj/machinery/atmospherics/components/unary/tank/air, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/atmos) -"tZi" = ( -/obj/structure/table/plasmaglass, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"tZl" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"tZt" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/airalarm{ - pixel_y = 22 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"tZy" = ( -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/structure/chair/stool/bar, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"tZC" = ( -/obj/item/reagent_containers/food/snacks/grown/mushroom/plumphelmet, -/turf/open/floor/grass/fairy/pink, -/area/maintenance/fore) -"tZJ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"tZN" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"tZS" = ( -/obj/machinery/conveyor{ - id = "packageSort2" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"uac" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/door/airlock/command{ - dir = 1; - name = "Chief Engineer's Quarters"; - req_access_txt = "56" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"uaf" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"uar" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/quartermaster/warehouse) -"uau" = ( -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/bridge) -"uaS" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 9 - }, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"uaU" = ( -/obj/structure/table, -/obj/item/book/manual/chef_recipes, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/kitchen) -"uaW" = ( -/obj/machinery/power/apc{ - areastring = "/area/medical/morgue"; - dir = 1; - name = "Morgue APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"uaZ" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/condiment/enzyme{ - layer = 5; - pixel_x = -5; - pixel_y = 6 - }, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 3 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/kitchen) -"ubc" = ( -/obj/structure/bodycontainer/morgue{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Medbay Morgue"; - dir = 8; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"ubx" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"ubA" = ( -/obj/structure/table, -/obj/item/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/donkpockets/donkpocketpizza, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/kitchen) -"ubC" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"ubJ" = ( -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/item/stack/sheet/rglass{ - amount = 50 - }, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/rods/fifty, -/obj/item/storage/toolbox/emergency, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"ubO" = ( -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"ucj" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"ucF" = ( -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"ucM" = ( -/obj/item/storage/backpack/satchel/explorer, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/starboard) -"ucP" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/item/pen, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/hop"; - name = "Head of Personnel APC"; - pixel_y = -24 - }, -/obj/structure/cable, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"ucT" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"ucX" = ( -/obj/structure/table, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"uda" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"udk" = ( -/obj/machinery/computer/cargo{ - dir = 1 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"udn" = ( -/obj/machinery/door/airlock/engineering{ - dir = 1; - name = "Port Bow Solar Access"; - req_access_txt = "10" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"udu" = ( -/obj/machinery/door/airlock/external{ - name = "Security External Airlock"; - req_access_txt = "63" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/security/main) -"udK" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/open/chasm/cloud, -/area/layenia/powered) -"udP" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/hallway/primary/port) -"udV" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"udZ" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1; - name = "Connector Port (Air Supply)" - }, -/obj/machinery/portable_atmospherics/canister, -/turf/open/floor/plasteel, -/area/science/mixing) -"ueb" = ( -/obj/machinery/atmospherics/components/unary/tank/air, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/atmos) -"uef" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/conveyor{ - id = "QMLoad" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"uek" = ( -/turf/closed/wall, -/area/crew_quarters/toilet/restrooms) -"ueC" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer1{ - dir = 5 - }, -/obj/structure/lattice/catwalk, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"ueG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"ueI" = ( -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"ueO" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/engine/break_room) -"ueP" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/chief) -"ueS" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"ueU" = ( -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/airlock/engineering/glass{ - dir = 4; - name = "Thermoelectric Generator Engine Room"; - req_access_txt = "10" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"uff" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/structure/mirror{ - pixel_x = -28 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/locker) -"ufk" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ufl" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/chapel/main) -"ufo" = ( -/obj/structure/chair/stool, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"ufB" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/science/research) -"ufC" = ( -/obj/machinery/door/airlock{ - name = "Mime Room"; - req_access_txt = "46" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/crew_quarters/theatre) -"ufH" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/closet/crate, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/quartermaster/warehouse) -"ufK" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"ufX" = ( -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"ugh" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ugj" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/atmos) -"ugq" = ( -/obj/structure/cable/yellow{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/item/twohanded/required/kirbyplants/photosynthetic{ - pixel_y = 10 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/aisat/hallway"; - dir = 8; - name = "MiniSat Chamber Hallway APC"; - pixel_x = -27 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/hallway) -"ugr" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/science/xenobiology) -"ugv" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/engine/engineering) -"ugw" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"ugI" = ( -/obj/machinery/door/airlock/atmos/abandoned{ - dir = 4; - name = "Atmospherics Maintenance"; - req_access_txt = "12;24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/engine/atmos) -"ugQ" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/nuke_storage) -"ugW" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/security/checkpoint/supply) -"uhs" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/stripes/line, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/storage/primary) -"uhA" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/bridge) -"uhL" = ( -/turf/closed/wall, -/area/engine/atmos) -"uhQ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"uhV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/sign/departments/restroom{ - pixel_x = 32 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"uif" = ( -/obj/structure/floodlight_frame, -/turf/open/floor/plating{ - icon_state = "panelscorched" - }, -/area/maintenance/starboard) -"uiB" = ( -/obj/machinery/camera{ - c_tag = "Toxins Storage"; - dir = 10; - network = list("ss13","rd") - }, -/obj/structure/cable, -/obj/machinery/power/apc{ - areastring = "/area/science/storage"; - name = "Toxins Storage APC"; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/science/storage) -"uiF" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/engine_smes) -"uiP" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light_switch{ - pixel_x = -23 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/captain) -"uiV" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"uiW" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plating/beach/sand, -/area/hallway/secondary/exit) -"ujd" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plating/beach/sand, -/area/hallway/secondary/exit) -"uje" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/exit) -"ujh" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/engine/break_room) -"ujj" = ( -/obj/machinery/mineral/equipment_vendor, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/turf/open/floor/plasteel/dark/side, -/area/quartermaster/miningdock) -"ujl" = ( -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "bridge blast"; - name = "Bridge Blast Door Control"; - pixel_x = 5; - pixel_y = 6; - req_access_txt = "19" - }, -/obj/machinery/button/door{ - id = "primaryshut1"; - name = "Central Lockdown"; - pixel_x = -5; - pixel_y = 6 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side, -/area/bridge) -"ujz" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "MiniSat External Access"; - req_access_txt = "65" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"ujE" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/structure/window{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/secondary/exit) -"ujG" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/indestructible/concrete/smooth, -/area/layenia) -"ujJ" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/hallway) -"ujR" = ( -/obj/effect/turf_decal/tile/blue, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/secondary/entry) -"ujT" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/science/research) -"ujW" = ( -/obj/structure/table/plasmaglass, -/obj/item/ashtray, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"ukf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"ukq" = ( -/obj/structure/curtain, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/fitness) -"ukI" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"ukM" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"ukW" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/primary/starboard) -"ukY" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/secondary/exit) -"ula" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia/cloudlayer) -"ulb" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/machinery/conveyor{ - id = "gasstor" - }, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/turf/open/floor/plating, -/area/engine/engineering) -"ulm" = ( -/obj/structure/flora/crystal/medium/growth{ - icon_state = "crystalgrowth1" - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/crew_quarters/heads/hor) -"ulp" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"ulL" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/item/twohanded/required/kirbyplants/photosynthetic{ - pixel_y = 10 - }, -/obj/machinery/turretid{ - control_area = "/area/ai_monitored/turret_protected/aisat_interior"; - name = "Chamber Hallway Turret Control"; - pixel_x = 32; - pixel_y = 24; - req_access = null; - req_access_txt = "65" - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/hallway) -"ulM" = ( -/obj/machinery/vending/wardrobe/chem_wardrobe, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"umu" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"umv" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/security/main) -"umx" = ( -/obj/structure/trash_pile, -/turf/open/floor/plasteel, -/area/maintenance/port/aft) -"umz" = ( -/obj/structure/flora/crystal/medium/growth, -/turf/open/indestructible/layenia/crystal, -/area/ai_monitored/storage/satellite) -"umX" = ( -/obj/structure/chair/sofa/left{ - dir = 4 - }, -/obj/structure/window{ - dir = 8 - }, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/maintenance/starboard/aft) -"unk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"unq" = ( -/obj/structure/table, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/storage/box/syringes, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"unv" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"unD" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"unG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"unJ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/hallway) -"unW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"unY" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/airalarm{ - pixel_y = 25 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/maintenance/fore) -"uoa" = ( -/obj/machinery/atm{ - pixel_y = 30 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"uod" = ( -/obj/structure/transit_tube/curved/flipped{ - dir = 8 - }, -/obj/structure/lattice, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"uoi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"uoj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/holopad, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"uor" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rnd2"; - name = "research lab shutters" - }, -/turf/open/floor/plating, -/area/science/lab) -"uoz" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/door/airlock/glass{ - dir = 4; - id_tag = "checkpointouter"; - name = "outer airlock" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"uoA" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"uoE" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/turf/open/floor/carpet/blue, -/area/medical/psych) -"uoM" = ( -/turf/open/floor/plasteel, -/area/security/courtroom) -"uoX" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/captain) -"upc" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/quartermaster/storage) -"upo" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/pool) -"upu" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/chair/comfy/black{ - dir = 1 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"upD" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"upV" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/table/plasmaglass, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"upW" = ( -/obj/structure/table, -/turf/open/floor/plasteel, -/area/science/research) -"upY" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"uqa" = ( -/obj/machinery/computer/teleporter{ - dir = 8 - }, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"uql" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "Cooling Loop to Reactor" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"uqo" = ( -/obj/structure/table/wood, -/obj/item/pinpointer/nuke, -/obj/item/disk/nuclear, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"uqy" = ( -/obj/structure/table/reinforced, -/obj/effect/decal/cleanable/cobweb, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; - pixel_y = -1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark/side, -/area/quartermaster/miningdock) -"uqA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"uqD" = ( -/obj/structure/table/glass, -/obj/item/clothing/gloves/color/latex, -/obj/machinery/requests_console{ - department = "Virology"; - name = "Virology Requests Console"; - pixel_x = -32 - }, -/obj/item/healthanalyzer, -/obj/item/clothing/glasses/hud/health, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/medical/virology) -"uqE" = ( -/obj/structure/table, -/obj/item/stack/packageWrap, -/obj/item/reagent_containers/food/snacks/mint, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/kitchen) -"uqF" = ( -/obj/structure/flora/crystal/medium/growth{ - icon_state = "crystalgrowth3" - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/bridge) -"uqP" = ( -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/indestructible/concrete/smooth, -/area/layenia) -"uqU" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"uqV" = ( -/obj/structure/table, -/obj/item/toy/figure/chef{ - pixel_y = 5 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/kitchen) -"urf" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"urh" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/engine/break_room) -"uri" = ( -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/wood, -/area/engine/engineering) -"urm" = ( -/obj/structure/rack, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/item/clothing/suit/hooded/wintercoat/medical, -/obj/item/clothing/suit/hooded/wintercoat/medical, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"urq" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/hallway/primary/aft) -"ury" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/clothing/head/welding, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/service) -"urA" = ( -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"urH" = ( -/obj/structure/table, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/service) -"urL" = ( -/obj/structure/bed, -/obj/item/bedsheet/medical, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"urO" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/security/prison) -"urQ" = ( -/obj/structure/table, -/obj/item/kitchen/rollingpin, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/kitchen) -"ush" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/bottle/vermouth{ - pixel_x = -4; - pixel_y = 3 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"usj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/prison) -"usu" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/engine/engineering) -"usC" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"usU" = ( -/obj/structure/table, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/dorms) -"usV" = ( -/obj/machinery/conveyor/inverted{ - dir = 5; - id = "garbage" - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/disposal) -"usW" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/door/airlock/command/glass{ - name = "Chief Medical Officer"; - req_access_txt = "40" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/cmo) -"usY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"utl" = ( -/obj/machinery/food_cart, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"utn" = ( -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"utx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"utE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/camera{ - c_tag = "Security Office East"; - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"utF" = ( -/obj/structure/table, -/obj/item/storage/fancy/donut_box{ - pixel_y = 6 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/security/main) -"utK" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/obj/structure/table, -/obj/machinery/cell_charger{ - pixel_y = 5 - }, -/obj/item/stock_parts/cell/high/plus, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/science/robotics/lab) -"utL" = ( -/turf/closed/wall, -/area/crew_quarters/toilet) -"utQ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/bridge) -"uua" = ( -/obj/machinery/atmospherics/components/binary/pump/on, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/obj/machinery/airlock_sensor/incinerator_toxmix{ pixel_x = -24 }, -/turf/open/floor/engine, -/area/science/mixing) -"uug" = ( -/obj/machinery/door/poddoor/preopen{ - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/starboard) -"uut" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/engine/engineering/reactor_control) -"uuU" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plasteel/elevatorshaft, -/area/ai_monitored/storage/satellite) -"uuV" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hop"; - name = "Privacy Shutters" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/crew_quarters/heads/hop) -"uuW" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/brigdoor{ - base_state = "rightsecure"; - dir = 1; - icon_state = "rightsecure"; - name = "Head of Personnel's Desk"; - req_access_txt = "57" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/northleft{ - dir = 2; - name = "Reception Window" - }, -/obj/machinery/door/poddoor/preopen{ - id = "hop"; - name = "privacy shutters" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hop) -"uva" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"uvg" = ( -/obj/machinery/door/airlock/command{ - dir = 4; - name = "Captain's Office"; - req_access_txt = "20" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/captain) -"uvi" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/artatrium) -"uvz" = ( -/obj/structure/table/wood, -/obj/item/ashtray, -/obj/item/cigbutt, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/area/maintenance/starboard/aft) -"uvL" = ( -/turf/closed/wall, -/area/quartermaster/sorting) -"uvN" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/item/book/manual/wiki/security_space_law, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"uwi" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; name = "air vent" }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"uwt" = ( -/obj/machinery/door/poddoor/preopen{ - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/delivery, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/sorting/mail{ - dir = 1; - sortType = 15 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/starboard) -"uww" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, /turf/open/floor/plasteel/dark, /area/security/prison) -"uwA" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/captain) -"uwG" = ( -/obj/machinery/door/airlock{ - name = "Clown Room"; - req_access_txt = "46" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/item/grown/bananapeel, -/turf/open/floor/plating, -/area/crew_quarters/theatre) -"uwH" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plating/beach/sand, -/area/hallway/secondary/exit) -"uwT" = ( -/obj/structure/table/glass, -/obj/item/cigbutt, -/obj/item/trash/plate{ - pixel_y = 7 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/medical/medbay/central) -"uwV" = ( -/mob/living/simple_animal/crab/Coffee, -/turf/open/floor/plating/beach/sand, -/area/hallway/secondary/exit) -"uxd" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/table, -/obj/item/stack/sheet/mineral/plasma{ - amount = 35 - }, -/obj/item/stack/sheet/mineral/plasma{ - pixel_y = 4 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/service) -"uxf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/turf/open/floor/carpet, -/area/library) -"uxk" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plating/beach/sand, -/area/hallway/secondary/exit) -"uxp" = ( -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/photocopier, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"uxq" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/bottle/vodka/badminka{ - pixel_x = 5; - pixel_y = 10 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = -5; - pixel_y = 11 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = -5; - pixel_y = 5 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet/red, -/area/crew_quarters/heads/hos) -"uxs" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"uxu" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 4 - }, -/area/engine/break_room) -"uxB" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/sorting/mail/flip{ - dir = 8; - sortType = 19 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"uxI" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/secondary/exit) -"uxP" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/primary/starboard) -"uxZ" = ( -/obj/structure/flora/crystal/small/pile{ - icon_state = "crystals3" - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/secondary/exit) -"uyf" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 1" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"uyj" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "Chapelconveyor" - }, -/turf/open/floor/plating, -/area/chapel/main) -"uyk" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"uyp" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"uyv" = ( -/obj/structure/sign/nanotrasen, -/turf/closed/wall/r_wall, -/area/hallway/secondary/entry) -"uyw" = ( -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/fore) -"uyI" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"uyP" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/vending/wallmed{ - pixel_y = 28 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"uyQ" = ( -/obj/structure/chair/sofa/corner{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/open/floor/carpet/black, -/area/arcade) -"uzc" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"uzf" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/machinery/computer/bounty, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"uzs" = ( -/obj/machinery/button/door{ - id = "kitchen"; - name = "Kitchen Shutters Control"; - pixel_x = 5; - pixel_y = -23; - req_access_txt = "28" - }, -/obj/machinery/button/door{ - id = "kitchen2"; - name = "Kitchen Shutters Control"; - pixel_x = -5; - pixel_y = -23; - req_access_txt = "28" - }, -/obj/machinery/processor, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"uzy" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"uzz" = ( -/obj/effect/decal/cleanable/oil{ - icon_state = "floor6" - }, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"uzC" = ( -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/science/xenobiology) -"uzQ" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"uzT" = ( -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"uzU" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"uAh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/plasteel/white, -/area/security/prison) -"uAl" = ( -/obj/structure/table/glass, -/obj/item/radio/intercom{ - pixel_x = -25 - }, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/storage/box/syringes, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/medical/virology) -"uAr" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/crew_quarters/heads/cmo) -"uAx" = ( -/obj/effect/landmark/barthpot, -/turf/open/floor/wood, -/area/library) -"uAA" = ( -/turf/closed/wall/r_wall, -/area/quartermaster/storage) -"uAB" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"uAD" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Mining Dock"; - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"uAI" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Prison Gate"; - name = "prison blast door" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/security/prison) -"uAL" = ( -/obj/machinery/atmospherics/components/binary/pump/on/layer3{ - dir = 1; - name = "Air In" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"uAT" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers, -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/hallway) -"uAY" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Kitchen South"; - dir = 1 - }, -/obj/machinery/light_switch{ - pixel_y = -28 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"uBh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"uBE" = ( -/obj/machinery/computer/security/labor, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/security/processing) -"uBG" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/engine/break_room) -"uBM" = ( -/obj/machinery/disposal/bin, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"uBV" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start/chaplain, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"uCb" = ( -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/vaporwave, -/area/arcade) -"uCd" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/vending/wardrobe/sec_wardrobe, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"uCg" = ( -/obj/machinery/disposal/bin, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"uCp" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/dark/corner{ - dir = 4 - }, -/area/ai_monitored/turret_protected/ai_upload) -"uDk" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/medical/medbay/central) -"uDp" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/flora/crystal/small/growth, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/central) -"uDA" = ( -/obj/structure/table, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"uDG" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/turf/open/floor/wood, -/area/science/research) -"uDU" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"uEc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"uEq" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/soda_cans/shamblers{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/reagent_containers/food/drinks/soda_cans/thirteenloko, -/turf/open/floor/wood, -/area/engine/engineering) -"uEx" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4 - }, -/obj/machinery/door/window/southleft{ - dir = 8; - icon_state = "right"; - name = "Kitchen Delivery"; - req_access_txt = "28" - }, -/obj/machinery/airalarm{ - pixel_y = 22 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"uEK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/chair, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/central) -"uEM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"uER" = ( -/obj/structure/flora/crystal/medium/growth, -/turf/open/indestructible/layenia/crystal/garden, -/area/arcade) -"uES" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/flora/crystal/small/growth, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/central) -"uET" = ( -/obj/structure/bookcase/random/reference, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/wood, -/area/science/research) -"uEV" = ( -/obj/structure/rack, -/obj/item/storage/belt/utility, -/obj/item/wrench, -/obj/item/weldingtool, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Engineering Foyer"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"uEW" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/vending/cola/random, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/starboard) -"uEX" = ( -/obj/machinery/airalarm{ - pixel_y = 22 - }, -/obj/structure/closet/crate, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"uEZ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"uFa" = ( +"xDB" = ( /obj/effect/turf_decal/stripes/line, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"uFf" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/mech_bay_recharge_port{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"uFi" = ( -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plasteel/stairs/right, -/area/crew_quarters/fitness) -"uFp" = ( -/obj/structure/flora/crystal/medium/growth{ - icon_state = "crystalgrowth2" - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/bridge) -"uFT" = ( -/turf/closed/wall, -/area/science/research) -"uFU" = ( -/obj/structure/sign/logo/kinaris{ - pixel_y = 32 - }, -/obj/structure/flora/crystal/small/growth{ - icon_state = "crystalgrowth4" - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/bridge) -"uFW" = ( -/obj/structure/chair/sofa/left{ - desc = "More inviting than the average couch."; - dir = 8; - name = "comfy couch" - }, -/obj/structure/window{ - dir = 4 - }, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"uFX" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/port/fore) -"uFZ" = ( -/obj/structure/sign/logo/kinaris{ - icon_state = "kinaris_sign2"; - pixel_y = 32 - }, -/obj/structure/flora/crystal/small/pile, -/turf/open/indestructible/layenia/crystal/garden, -/area/bridge) -"uGf" = ( -/obj/item/reagent_containers/food/snacks/grown/mushroom/plumphelmet{ - pixel_x = 14 - }, -/turf/open/floor/grass/fairy/pink, -/area/maintenance/fore) -"uGq" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 8; - name = "Maintenance Access"; - req_access_txt = "12" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/aft) -"uGI" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ @@ -85448,383 +159666,165 @@ /obj/structure/cable{ icon_state = "4-8" }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/custom) +"xDC" = ( +/obj/structure/flora/tree/jungle{ + icon_state = "tree" + }, +/turf/open/floor/grass/layenia, +/area/layenia) +"xDD" = ( +/turf/open/floor/plasteel/dark, +/area/security/range) +"xDL" = ( +/obj/effect/turf_decal/tile/green{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"xDN" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, /obj/structure/cable{ - icon_state = "1-4" + icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"uGR" = ( +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"xDO" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/fitness) +"xDR" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"xDS" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "half_stairs"; + name = "steps" + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"xDU" = ( +/turf/open/transparent/openspace, +/area/crew_quarters/bar/cafe) +"xEe" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard/upper) +"xEk" = ( +/turf/open/floor/plasteel/dark, +/area/science/robotics/lab) +"xEo" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"xEu" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard) +"xEA" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 9; name = "air supply pipe" }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/park) +"xED" = ( +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"xEG" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, /obj/structure/cable{ icon_state = "1-2" }, -/obj/structure/disposalpipe/segment, -/obj/machinery/power/apc{ - areastring = "/area/janitor"; - dir = 4; - name = "Custodial Closet APC"; - pixel_x = 26 - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"uHf" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, /turf/open/floor/plasteel, -/area/engine/break_room) -"uHo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" +/area/construction/mining/aux_base) +"xEH" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 }, -/turf/open/floor/carpet/red, -/area/security/checkpoint/auxiliary) -"uHs" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ +/obj/effect/turf_decal/loading_area{ dir = 1; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"uHB" = ( -/obj/machinery/computer/rdconsole/experiment, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"uHO" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/railing, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"uHP" = ( -/obj/structure/table, -/obj/item/reagent_containers/rag/towel{ - pixel_x = 2; - pixel_y = 5 - }, -/obj/item/reagent_containers/rag/towel{ - pixel_x = 3; - pixel_y = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; icon_state = "drain"; name = "drain" }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/pool) -"uId" = ( -/obj/structure/sign/logo/kinaris{ - icon_state = "kinaris_sign3"; - pixel_y = 32 - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/bridge) -"uIi" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/captain) -"uIp" = ( -/turf/closed/wall, -/area/maintenance/starboard) -"uIt" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, /obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; name = "air vent" }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"uIL" = ( -/obj/structure/displaycase/captain, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"uIQ" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/obj/machinery/airalarm{ - pixel_y = 25 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"uIS" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"uJc" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"uJo" = ( -/obj/structure/toilet{ - pixel_y = 8 - }, -/obj/machinery/light/broken{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/freezer, -/area/maintenance/starboard) -"uJq" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/science/xenobiology) -"uJs" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"uJw" = ( -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/conveyor{ - id = "gasstor" - }, -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plating, -/area/engine/engineering) -"uJD" = ( -/obj/structure/table/wood, -/obj/item/electronics/apc, -/obj/item/electronics/apc{ - pixel_x = 3; - pixel_y = 3 - }, -/turf/open/floor/wood, -/area/engine/engineering) -"uJK" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port/fore) -"uJL" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/binary/pump/on{ - name = "Air to External" - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/engine/atmos) -"uKa" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"uKh" = ( -/obj/structure/flora/crystal/small/growth, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"uKj" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/table/glass, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/camera{ - c_tag = "Pool South"; - dir = 1; - name = "arrivals camera" - }, /turf/open/floor/plasteel{ dir = 1; icon_state = "floor_plate" }, -/area/crew_quarters/fitness/pool) -"uKn" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"uKB" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"uKD" = ( -/obj/structure/chair/sofa{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"uKQ" = ( -/obj/machinery/camera{ - c_tag = "Bar West"; - dir = 4 - }, -/obj/machinery/vending/cola/random, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_x = -30 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"uKR" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/crew_quarters/fitness/pool) -"uKS" = ( -/obj/effect/overlay/palmtree_l, -/turf/open/floor/plating/beach/sand, -/area/hallway/secondary/exit) -"uKW" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/flora/ausbushes/sunnybush, -/obj/structure/flora/ausbushes/leafybush, -/obj/structure/flora/ausbushes/ywflowers, -/turf/open/floor/grass, -/area/layenia) -"uKX" = ( +/area/hallway/primary/aft/upper) +"xEI" = ( /obj/machinery/atmospherics/pipe/simple/general/visible, /obj/structure/window/reinforced{ dir = 4 @@ -85850,1712 +159850,305 @@ }, /turf/open/floor/plasteel, /area/science/xenobiology) -"uLb" = ( +"xEP" = ( +/obj/structure/lattice/catwalk, +/turf/closed/wall/ice, +/area/layenia/cloudlayer) +"xES" = ( +/obj/machinery/door/window/northleft{ + dir = 4; + icon_state = "right"; + name = "First-Aid Supplies"; + red_alert_access = 1; + req_access_txt = "40" + }, +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/obj/item/gun/syringe, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/medical/storage) +"xEU" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plating, +/area/medical/medbay/central) +"xFe" = ( +/obj/structure/flora/rock/jungle, +/turf/open/floor/grass/layenia, +/area/layenia/cloudlayer) +"xFi" = ( +/obj/structure/sign/warning/docking, +/turf/closed/wall/ice, +/area/layenia) +"xFo" = ( +/turf/open/indestructible/concrete, +/area/layenia/cloudlayer) +"xFr" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/weather/grass/surround{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = -14; + pixel_y = -7 + }, +/turf/open/water/jungle, +/area/medical/psych/rec) +"xFt" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/mob/living/carbon/monkey, +/turf/open/floor/grass, +/area/medical/genetics) +"xFv" = ( +/obj/structure/bed/double, +/obj/item/bedsheet/orange/double, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/H) +"xFB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/engineering/glass{ + dir = 8; + name = "Engineering"; + req_access_txt = "10" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/break_room) +"xFC" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_end"; + name = "wood end" + }, +/obj/machinery/holopad, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/effect/turf_decal/box, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/bar/cafe) +"xFG" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"xFH" = ( +/turf/open/floor/plasteel, +/area/quartermaster/sorting) +"xFP" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"xFS" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/open/floor/plating, +/area/maintenance/department/security) +"xFX" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet{ + name = "Evidence Closet" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig/upper) +"xGa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"xGb" = ( +/turf/closed/wall/r_wall, +/area/maintenance/aft) +"xGl" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; + dir = 6; name = "scrubbers pipe" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; + dir = 5; name = "air supply pipe" }, /obj/structure/cable{ icon_state = "4-8" }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/turf/open/floor/plasteel/white, +/area/medical/patients_rooms/room_a) +"xGt" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" +/obj/machinery/button/door{ + id = "Gymshutter"; + name = "Shutters"; + pixel_y = 26 }, -/area/crew_quarters/locker) -"uLl" = ( -/obj/item/clothing/glasses/sunglasses/big, -/turf/open/floor/plating/beach/sand, -/area/hallway/secondary/exit) -"uLn" = ( -/obj/structure/window/reinforced, -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" +/obj/machinery/light{ + dir = 1; + pixel_y = 19 }, -/turf/open/floor/circuit/off, -/area/ai_monitored/turret_protected/aisat_interior) -"uLx" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/fitness) +"xGw" = ( +/turf/open/floor/wood, +/area/engine/break_room) +"xGz" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; name = "scrubbers pipe" }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /turf/open/floor/plating, -/area/maintenance/fore) -"uLW" = ( -/obj/structure/table/wood, -/obj/item/ashtray, -/obj/item/reagent_containers/food/drinks/beer{ - pixel_x = -8; - pixel_y = 9 +/area/maintenance/port/aft/upper) +"xGF" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"uLX" = ( +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/spa/sauna) +"xGM" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/syringe/antiviral, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"xGR" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"xGS" = ( /obj/structure/window/reinforced{ dir = 4 }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/machinery/door/window/southleft{ - name = "Plasma Storage"; - req_access_txt = "10" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - dir = 1; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/engine/engineering) -"uMh" = ( -/obj/structure/flora/crystal/small/pile{ - icon_state = "crystals2" - }, -/obj/structure/flora/crystal/small/growth{ - icon_state = "crystalgrowth2"; - pixel_x = 6; - pixel_y = 13 - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/secondary/exit) -"uMo" = ( -/obj/structure/flora/crystal/small/pile{ - icon_state = "crystals4" - }, -/obj/structure/flora/crystal/small/growth{ - icon_state = "crystalgrowth3"; - pixel_x = -6; - pixel_y = -6 - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/secondary/exit) -"uMp" = ( -/obj/effect/turf_decal/tile/neutral{ +/obj/structure/railing{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/light_switch{ - pixel_y = -28 +/obj/effect/turf_decal/stripes/box, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = 24 }, -/turf/open/floor/plasteel/dark, -/area/security/range) -"uMt" = ( -/obj/machinery/status_display/ai, -/turf/closed/wall/r_wall, -/area/ai_monitored/nuke_storage) -"uMu" = ( +/turf/open/floor/plating{ + initial_gas_mix = "o2=22;n2=82;TEMP=180"; + planetary_atmos = 1 + }, +/area/layenia) +"xGX" = ( /obj/structure/table, /obj/item/clothing/gloves/color/yellow, /obj/item/clothing/glasses/meson, /turf/open/floor/plasteel/dark, /area/storage/tech) -"uMU" = ( -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" - }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/floodlight_frame, -/turf/open/floor/plating{ - icon_state = "platingdmg1" - }, -/area/maintenance/fore) -"uMW" = ( +"xHb" = ( /obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/structure/sign/plaques/golden{ - pixel_y = 32 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/brig) -"uNa" = ( -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plasteel/stairs, -/area/layenia) -"uNq" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"uNu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/stairs/right, -/area/science/lab) -"uNL" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/hallway/primary/aft) -"uNN" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/machinery/camera{ - c_tag = "Fore Bow Solar Control"; - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"uNP" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"uOu" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"uOw" = ( -/obj/machinery/door/airlock/security{ - name = "Security Checkpoint"; - req_access_txt = "1" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/security/checkpoint/auxiliary) -"uOO" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"uOP" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/security/main) -"uPb" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen"; - name = "kitchen shutters" - }, -/obj/item/storage/fancy/donut_box, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"uPh" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/security/main) -"uPk" = ( -/obj/machinery/camera{ - c_tag = "Toxins Lab Starboard"; - network = list("ss13","rd") - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"uPo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"uPq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"uPs" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/quartermaster/storage) -"uPz" = ( -/obj/item/storage/belt/utility, -/obj/item/radio/off, -/obj/item/radio/off, -/obj/item/radio/off, -/obj/structure/rack, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"uPD" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen/red, -/obj/item/pen{ - pixel_x = 4; - pixel_y = 4 - }, -/turf/open/floor/wood, -/area/science/research) -"uPP" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Security Maintenance"; - req_access_txt = "63" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"uPU" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"uPV" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"uPW" = ( -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/central"; - dir = 8; - name = "Central Hall APC"; - pixel_x = -25 - }, -/obj/structure/cable, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"uQb" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"uQc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"uQm" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "kitchen"; - name = "kitchen shutters" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/kitchen) -"uQF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/central) -"uRb" = ( -/obj/machinery/igniter{ - id = "xenoigniter"; - luminosity = 2 - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"uRq" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/medical/morgue) -"uRr" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Xenolab"; - name = "test chamber blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"uRv" = ( -/obj/machinery/requests_console{ - department = "Atmospherics"; - departmentType = 4; - name = "Atmos RC"; - pixel_x = 30 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"uRF" = ( -/obj/structure/table/wood, -/obj/item/camera, -/turf/open/floor/engine/cult, -/area/library) -"uRJ" = ( -/obj/effect/turf_decal/box, -/obj/structure/sign/directions/security{ - dir = 1; - pixel_y = 6 - }, -/obj/structure/sign/directions/engineering{ - dir = 1; - pixel_y = -4 - }, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/central) -"uRM" = ( -/obj/structure/dresser, -/obj/item/flashlight/lamp/green{ - pixel_x = 4; - pixel_y = 14 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"uSb" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/artatrium) -"uSg" = ( -/turf/closed/wall, -/area/storage/primary) -"uSi" = ( -/obj/machinery/camera{ - c_tag = "Atmospherics Central"; - dir = 4 - }, -/obj/machinery/atmospherics/components/binary/pump{ - name = "Port to Filter" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"uSj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/central) -"uSm" = ( -/obj/structure/chair/office/light{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/side, -/area/bridge) -"uSp" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"uSs" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 8 - }, -/obj/structure/chair/stool, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"uSz" = ( -/turf/open/floor/plating, -/area/maintenance/port) -"uSA" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/primary/starboard) -"uSB" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/port"; - dir = 1; - name = "Port Hall APC"; - pixel_y = 26 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"uSC" = ( -/obj/structure/flora/bush, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/window/reinforced/fulltile, -/turf/open/floor/grass, -/area/hallway/primary/starboard) -"uSD" = ( -/obj/structure/flora/ausbushes/ywflowers, -/obj/structure/flora/ausbushes/palebush, -/obj/structure/window/reinforced/fulltile, -/turf/open/floor/grass, -/area/hallway/primary/starboard) -"uSJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/sorting/mail{ - sortType = 23 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"uSN" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/medical/medbay/central) -"uSR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ - dir = 1 - }, -/obj/machinery/meter, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"uST" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "Chapelconveyor" - }, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/chapel/main) -"uSV" = ( -/obj/machinery/suit_storage_unit/rd, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"uTc" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"uTi" = ( -/obj/structure/bed, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"uTm" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"uTJ" = ( -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/window/reinforced/fulltile, -/turf/open/floor/grass, -/area/hallway/primary/starboard) -"uTR" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/heater{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"uUa" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 5 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/engine/engineering) -"uUd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/closet/secure_closet/engineering_chief, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"uUh" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Chapel Office"; - req_access_txt = "22" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/chapel/office) -"uUi" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/storage/primary) -"uUI" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"uUQ" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/open/floor/plasteel/dark, -/area/maintenance/aft) -"uUV" = ( -/turf/closed/wall, -/area/crew_quarters/fitness/pool) -"uUX" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"uUZ" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hopqueue"; - name = "HoP Queue Shutters" - }, -/obj/effect/turf_decal/loading_area, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"uVc" = ( -/obj/effect/decal/cleanable/oil, -/obj/item/shovel, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/maintenance/fore) -"uVO" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"uVV" = ( -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"uWn" = ( -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"uWA" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"uWQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/circuit/red, -/area/engine/engineering) -"uWS" = ( -/obj/item/reagent_containers/food/snacks/grown/mushroom/chanterelle, -/turf/open/floor/grass/fairy/pink, -/area/maintenance/fore) -"uXc" = ( -/obj/machinery/door/poddoor/preopen{ - id = "bridge blast"; - name = "bridge blast door" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/command/glass{ - name = "Bridge"; - req_access_txt = "19" - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"uXl" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"uXn" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia) -"uXo" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/quartermaster/warehouse) -"uXq" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/wood, -/area/lawoffice) -"uXs" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"uXy" = ( -/obj/machinery/atmospherics/components/unary/tank/air{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"uXI" = ( -/obj/structure/fence{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"uXR" = ( -/obj/item/reagent_containers/food/snacks/grown/coconut, -/turf/open/floor/plating/beach/sand, -/area/hallway/secondary/exit) -"uXT" = ( -/obj/structure/flora/crystal/small/pile{ - icon_state = "crystals3" - }, -/obj/structure/flora/crystal/small/growth{ - icon_state = "crystalgrowth4"; - pixel_x = 11; - pixel_y = 3 - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/secondary/exit) -"uYo" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/science/research) -"uYq" = ( -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rnd2"; - name = "research lab shutters" - }, -/turf/open/floor/plasteel, -/area/science/lab) -"uYv" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"uYx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/landmark/nuclear_waste_spawner, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/engine/break_room) -"uYy" = ( -/obj/structure/filingcabinet, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"uYB" = ( -/turf/closed/wall, -/area/security/checkpoint/tertiary) -"uYS" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 9 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/engine/atmos) -"uYV" = ( -/obj/structure/closet/secure_closet/security, -/obj/machinery/airalarm{ - pixel_y = 22 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"uZo" = ( -/obj/structure/table/glass, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/glass/beaker/large, -/obj/item/reagent_containers/dropper, -/obj/item/reagent_containers/dropper, -/turf/open/floor/plasteel/dark, -/area/medical/chemistry) -"uZp" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"uZE" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/engine/break_room) -"uZM" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"uZV" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/security/checkpoint/escape) -"vae" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"vai" = ( -/obj/machinery/computer/cryopod{ - dir = 8; - pixel_x = 26 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"vak" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"vav" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/science/misc_lab) -"vaC" = ( -/turf/open/floor/plasteel/dark, -/area/artatrium) -"vaQ" = ( -/obj/structure/table/wood/fancy, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = -5; - pixel_y = 17 - }, -/obj/item/reagent_containers/food/snacks/meatballspaghetti{ - pixel_y = 10 - }, -/obj/item/candle{ - pixel_x = 1; - pixel_y = 1 - }, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{ - pixel_x = 7; - pixel_y = 5 - }, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"vaV" = ( -/obj/machinery/atmospherics/components/binary/circulator/cold{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/circuit/green, -/area/engine/engineering) -"vbb" = ( -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/effect/turf_decal/bot, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"vbd" = ( -/obj/effect/turf_decal/bot, -/obj/machinery/portable_atmospherics/canister/carbon_dioxide, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/engine, -/area/science/storage) -"vbt" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/chair, -/obj/machinery/camera{ - c_tag = "Central Hallway North"; dir = 6 }, /turf/open/floor/plasteel{ - dir = 1; icon_state = "floor_plate" }, -/area/hallway/primary/central) -"vby" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/camera{ - c_tag = "MiniSat Exterior Entrance"; - network = list("minisat"); - start_active = 1 - }, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia) -"vbA" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/security/warden) -"vbC" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/eastright{ - dir = 8; - name = "Chemistry Desk"; - req_access_txt = "33" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/chemistry) -"vbN" = ( -/obj/structure/table, -/obj/item/hand_tele, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"vbT" = ( -/obj/structure/fence/corner{ - dir = 10 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia/cloudlayer) -"vcc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/ai_monitored/security/armory) -"vco" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"vcp" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"vcz" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/item/wrench, -/obj/item/crowbar, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/science/misc_lab) -"vcA" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/turf/open/floor/plating, -/area/gateway) -"vcZ" = ( -/obj/structure/trash_pile, -/turf/open/floor/plating, -/area/maintenance/starboard) -"vdk" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/hallway/primary/central) -"vdp" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"vdr" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"vdC" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8; - layer = 2.9 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/portable_atmospherics/canister/nitrogen, -/obj/machinery/door/window/southleft{ - name = "n2 Storage"; - req_access_txt = "10" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/engine/engineering) -"vdD" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"vdI" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/power/apc{ - areastring = "/area/ai_monitored/turret_protected/aisat/atmos"; - dir = 8; - name = "MiniSat Atmospherics APC"; - pixel_x = -27 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/atmos) -"vdP" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/structure/table, -/obj/machinery/light, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/hallway/primary/central) -"vel" = ( -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/turf/open/floor/plasteel/stairs/medium{ - dir = 4 - }, -/area/hydroponics) -"veJ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"vfa" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/gateway) -"vfc" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/hallway/primary/central) -"vfn" = ( -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"vfr" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/crew_quarters/locker) -"vft" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/stairs/medium, -/area/hallway/primary/starboard) -"vfN" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"vfU" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/white/corner, -/area/science/misc_lab) -"vgd" = ( -/obj/structure/window/reinforced, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plating/beach/sand, -/area/hallway/secondary/exit) -"vgf" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/bridge) -"vgt" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel/dark/side, -/area/tcommsat/computer) -"vgB" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"vgK" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/turf/open/floor/wood, -/area/quartermaster/qm) -"vgN" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/rglass{ - amount = 50 - }, -/obj/machinery/button/door{ - id = "evashutter"; - name = "EVA Shutters Control"; - pixel_y = -24; - req_access_txt = "18" - }, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/plasteel{ - amount = 10 - }, -/obj/item/stack/sheet/rglass{ - amount = 50 - }, -/obj/item/stack/rods/fifty, -/obj/item/stack/rods/fifty, -/obj/item/stack/sheet/rglass{ - amount = 50 - }, -/obj/item/stack/sheet/metal/fifty, -/obj/item/crowbar, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"vhk" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Air Out" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/atmos) -"vhB" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, +/area/hallway/primary/port/upper) +"xHe" = ( /obj/effect/turf_decal/loading_area{ dir = 4; icon_state = "drain"; @@ -87565,695 +160158,14 @@ icon_state = "drain"; name = "drain" }, -/turf/open/floor/plating/beach/sand, -/area/hallway/secondary/exit) -"vib" = ( -/obj/structure/window/reinforced, -/obj/structure/railing{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia) -"vic" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/engine/break_room) -"vip" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"viv" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Dormitory" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"viD" = ( -/obj/structure/table/reinforced, -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"viI" = ( -/turf/open/floor/plasteel, -/area/crew_quarters/heads/chief) -"viZ" = ( -/turf/closed/wall/r_wall, -/area/security/main) -"vjc" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Security Checkpoint East"; - dir = 5 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"vjd" = ( -/obj/structure/flora/crystal/small/pile, -/turf/open/floor/plating/asteroid/layenia, -/area/ai_monitored/storage/satellite) -"vjw" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"vjA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"vjC" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/carpet/purple, -/area/crew_quarters/heads/hor) -"vjG" = ( -/obj/machinery/door/airlock/research{ - dir = 4; - name = "Genetics Research Access"; - req_access_txt = "47" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"vjM" = ( -/obj/item/crowbar, -/obj/item/wrench, -/obj/structure/table, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"vjQ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/airalarm{ - pixel_y = 22 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/brig) -"vjT" = ( -/turf/closed/wall, -/area/chapel/main) -"vka" = ( -/turf/open/indestructible/concrete/smooth, -/area/layenia) -"vkg" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/checkpoint/engineering) -"vkq" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"vkr" = ( -/obj/effect/turf_decal/loading_area, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/quartermaster/warehouse) -"vkE" = ( -/obj/structure/closet/l3closet/scientist, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"vkG" = ( -/turf/closed/wall/r_wall, -/area/security/detectives_office) -"vkY" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, /obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; + icon_state = "drain_corner"; name = "drain" }, /turf/open/floor/plasteel/dark, -/area/bridge) -"vlb" = ( -/obj/machinery/flasher{ - id = "brigentry"; - pixel_x = -28 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/security/brig) -"vli" = ( -/obj/structure/cable, -/obj/machinery/power/apc{ - areastring = "/area/storage/primary"; - name = "Primary Tool Storage APC"; - pixel_x = 1; - pixel_y = -24 - }, -/turf/open/floor/plasteel/dark, -/area/storage/primary) -"vlo" = ( -/obj/structure/table, -/obj/item/storage/fancy/donut_box, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"vlt" = ( -/turf/closed/wall/r_wall, -/area/maintenance/aft) -"vlC" = ( -/obj/structure/transit_tube, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"vlJ" = ( -/obj/structure/flora/crystal/small/growth, -/turf/open/indestructible/layenia/crystal, -/area/layenia) -"vmh" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/medical/virology) -"vmi" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/medical/genetics/cloning) -"vmo" = ( -/obj/structure/lattice/catwalk, -/obj/structure/reagent_dispensers/watertank, -/obj/structure/railing{ - dir = 1 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"vmq" = ( -/turf/closed/mineral/layenia, -/area/maintenance/fore) -"vmx" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/machinery/light_switch{ - pixel_x = 23 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"vmO" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/lawoffice) -"vmZ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"vnk" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/chair, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/quartermaster/office) -"vnl" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 8 - }, -/obj/item/pen, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/hallway/primary/central) -"vnp" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/security/processing) -"vnv" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"vny" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"vnK" = ( -/obj/structure/flora/crystal/small/pile, -/obj/structure/flora/crystal/small/growth, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/central) -"vnO" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"vnY" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/atmos) -"voc" = ( -/obj/structure/flora/crystal/small/pile, -/obj/structure/flora/crystal/small/growth, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/central) -"voh" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"voi" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"vox" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"voy" = ( -/obj/machinery/rnd/production/techfab/department/cargo, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"voB" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"voG" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/science/robotics/lab) -"voH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"voK" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/brown/visible{ - dir = 8 - }, -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"voR" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/power/apc{ - areastring = "/area/engine/atmos"; - dir = 8; - name = "Atmospherics APC"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/engine/atmos) -"voZ" = ( -/obj/structure/flora/crystal/small/pile, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/central) -"vpl" = ( -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "12" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"vpo" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/artatrium) -"vpz" = ( -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Central Access" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"vpB" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"vpC" = ( -/obj/structure/closet/crate, -/obj/item/target/alien, -/obj/item/target/alien, -/obj/item/target/clown, -/obj/item/target/clown, -/obj/item/target/syndicate, -/obj/item/target/syndicate, -/obj/item/gun/energy/laser/practice, -/obj/item/gun/energy/laser/practice, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/syndicatebomb/training, -/obj/item/target, -/obj/item/target, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/security/range) -"vpD" = ( -/turf/open/floor/plasteel/stairs, -/area/layenia) -"vpE" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"vpI" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"vpJ" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/starboard) -"vpM" = ( -/obj/machinery/button/door{ - id = "aux_base_shutters"; - name = "Public Shutters Control"; - pixel_x = -26; - req_one_access_txt = "32;47;48" - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"vpZ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"vqc" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/primary/starboard) -"vqe" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/chapel/main) -"vqn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/teleporter) -"vqD" = ( -/obj/structure/disposalpipe/segment, -/turf/closed/wall, -/area/quartermaster/qm) -"vrd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ +/area/hallway/secondary/entry/upper) +"xHj" = ( +/obj/structure/window/reinforced/tinted{ dir = 8 }, /obj/effect/turf_decal/loading_area{ @@ -88261,4886 +160173,107 @@ icon_state = "drain"; name = "drain" }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"vri" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/glasses/meson/engine, -/obj/item/clothing/gloves/color/black, -/obj/item/tank/internals/emergency_oxygen/engi{ - pixel_x = 5 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"vro" = ( -/obj/structure/table/reinforced, -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/machinery/door/firedoor, -/obj/item/paper, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"vrq" = ( -/obj/machinery/suit_storage_unit/standard_unit, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"vrt" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"vrD" = ( -/obj/structure/cable/white{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"vsd" = ( -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/main) -"vse" = ( -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"vsn" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/chief) -"vsx" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/firealarm{ - pixel_x = 25; - pixel_y = 25 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"vsG" = ( -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/chapel/main) -"vsJ" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai_upload) -"vsM" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"vta" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"vte" = ( -/obj/structure/flora/crystal/small/growth{ - icon_state = "crystalgrowth2" - }, -/turf/open/indestructible/layenia/crystal, -/area/layenia/cloudlayer) -"vtr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/security/range) -"vtH" = ( -/obj/structure/flora/junglebush, -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/grass, -/area/medical/sleeper) -"vtI" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/security/checkpoint/engineering) -"vtV" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/fore) -"vuc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"vui" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"vun" = ( -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"vur" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Central Access" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"vuv" = ( -/obj/effect/turf_decal/box, -/obj/structure/sign/directions/supply{ - pixel_y = -4 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/central) -"vuT" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/science/research) -"vuX" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/table, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/hallway/primary/central) -"vuY" = ( -/obj/item/stack/ore/iron, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"vuZ" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/machinery/camera{ - c_tag = "Hydroponics Storage" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/dark/side, -/area/hydroponics) -"vvp" = ( -/obj/structure/bookcase/random/religion, -/turf/open/floor/wood, -/area/library) -"vvq" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/brig) -"vvu" = ( -/obj/machinery/atmospherics/components/binary/valve{ - dir = 4; - name = "Mix to Nuclear Reactor" - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"vvv" = ( -/obj/structure/alien/weeds, -/obj/structure/alien/weeds, -/obj/structure/alien/egg/burst, -/obj/effect/decal/cleanable/blood/xeno, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"vvD" = ( -/obj/structure/flora/crystal/small/pile, -/obj/structure/flora/crystal/small/growth, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/central) -"vvX" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/landmark/start/medical_doctor, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"vvZ" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 6 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"vwe" = ( -/obj/machinery/door/airlock/command{ - name = "Captain's Quarters"; - req_access_txt = "20" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/captain) -"vwD" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 3; - pixel_y = 7 - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"vwV" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"vwW" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"vxc" = ( -/turf/closed/wall, -/area/hydroponics) -"vxq" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"vxr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating/snowed, -/area/layenia) -"vxu" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/medical/medbay/central) -"vxH" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/power/apc{ - areastring = "/area/engine/break_room"; - dir = 8; - name = "Engineering Foyer APC"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"vxJ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/ai_monitored/storage/eva) -"vyc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "MiniSat Teleporter"; - dir = 1; - network = list("minisat"); - start_active = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"vyH" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"vyS" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 12; - pixel_y = 2 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/science/xenobiology) -"vyX" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"vzb" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/reagent_dispensers/water_cooler, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"vze" = ( -/obj/structure/flora/crystal/medium/growth{ - icon_state = "crystalgrowth2" - }, -/obj/effect/landmark/observer_start, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/central) -"vzh" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"vzj" = ( -/obj/structure/flora/crystal/small/pile, -/obj/structure/flora/crystal/small/growth, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/central) -"vzB" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"vzG" = ( -/obj/effect/turf_decal/box, -/obj/structure/sign/directions/evac{ - dir = 4; - pixel_y = -4 - }, -/obj/structure/sign/directions/command{ - dir = 4; - pixel_y = 6 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/central) -"vzH" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"vzW" = ( -/obj/machinery/computer/card{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"vAb" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue, -/obj/structure/closet/l3closet, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"vAh" = ( -/obj/machinery/computer/secure_data, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"vAu" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/cmo) -"vAw" = ( -/obj/structure/lattice, -/obj/structure/girder, -/obj/structure/barricade/wooden, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia/cloudlayer) -"vAH" = ( -/obj/machinery/suit_storage_unit/cmo, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/cmo) -"vAJ" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen, -/obj/item/folder/white, -/obj/item/stamp/rd{ - pixel_x = 3; - pixel_y = -2 - }, -/obj/machinery/keycard_auth{ - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/crew_quarters/heads/hor) -"vAN" = ( -/obj/machinery/atmospherics/pipe/layer_manifold{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"vAR" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"vAW" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"vAX" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"vBi" = ( -/obj/structure/table, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/metal/fifty, -/obj/item/stack/sheet/glass/fifty, -/obj/item/stack/sheet/plasteel{ - amount = 10 - }, -/obj/item/stack/rods/fifty, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/power/apc{ - areastring = "/area/construction/mining/aux_base"; - dir = 8; - name = "Auxillary Base Construction APC"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"vBT" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"vBU" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"vBZ" = ( -/obj/structure/flora/crystal/medium/growth{ - icon_state = "crystalgrowth1" - }, -/turf/closed/wall/r_wall, -/area/layenia/cloudlayer) -"vCa" = ( -/obj/structure/sign/painting/library{ - pixel_y = -24 - }, -/turf/open/floor/plasteel/stairs/medium{ - dir = 4 - }, -/area/artatrium) -"vCc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/chair/bench, -/obj/structure/chair/bench, -/turf/open/floor/plasteel/chapel{ - dir = 8 - }, -/area/chapel/main) -"vCm" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/dna_scannernew, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"vCo" = ( -/obj/structure/chair/sofa/right{ - dir = 8 - }, -/obj/structure/window{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"vCu" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"vCC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"vCL" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"vCO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"vCQ" = ( -/obj/machinery/door/airlock/engineering{ - name = "Starboard Quarter Solar Access"; - req_access_txt = "10" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"vCV" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Central Access" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"vCY" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white/corner, -/area/science/misc_lab) -"vDr" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/structure/window{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/secondary/exit) -"vDu" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/carbon_output{ - dir = 8 - }, -/turf/open/floor/engine/co2, -/area/engine/atmos) -"vDx" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"vDz" = ( -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"vDD" = ( -/obj/structure/sign/poster/random{ - pixel_y = 32 - }, -/obj/structure/table, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore) -"vDP" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"vDV" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/machinery/airalarm{ - pixel_y = 25 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"vDW" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"vDX" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/obj/machinery/meter, -/turf/open/floor/plasteel, -/area/engine/atmos) -"vEa" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/item/twohanded/required/kirbyplants/photosynthetic{ - pixel_y = 10 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"vEd" = ( -/turf/closed/wall, -/area/medical/sleeper) -"vEg" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"vEL" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"vEP" = ( -/obj/structure/target_stake, -/obj/machinery/magnetic_module, -/turf/open/floor/plasteel{ - dir = 1; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/science/circuit) -"vEV" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"vEX" = ( -/obj/structure/flora/crystal/small/pile, -/obj/structure/flora/crystal/small/growth, -/turf/open/indestructible/layenia/crystal/garden, -/area/science/misc_lab) -"vFb" = ( -/obj/structure/flora/crystal/small/pile, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/central) -"vFo" = ( -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/medical/virology) -"vFE" = ( -/obj/structure/flora/crystal/small/pile, -/obj/structure/flora/crystal/small/growth, -/obj/structure/window/reinforced, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/central) -"vFN" = ( -/obj/machinery/computer/camera_advanced, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"vFV" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/railing, -/obj/effect/landmark/carpspawn, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"vGb" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark/side, -/area/ai_monitored/turret_protected/ai_upload) -"vGd" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "MiniSat Antechamber"; - dir = 4; - network = list("minisat"); - start_active = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/hallway) -"vGe" = ( -/obj/machinery/computer/arcade/orion_trail{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"vGk" = ( -/turf/open/pool, -/area/crew_quarters/fitness/pool) -"vGn" = ( -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"vGv" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/crate_spawner, -/turf/open/floor/plating, -/area/maintenance/aft) -"vGy" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/sink{ - pixel_y = 30 - }, -/obj/structure/mirror{ - pixel_x = 28 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/medical/sleeper) -"vGN" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "trim"; - name = "trim" - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"vGX" = ( -/turf/open/floor/plasteel, -/area/science/research) -"vGY" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "xenobio5"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"vHb" = ( -/obj/structure/flora/crystal/small/pile, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/central) -"vHe" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"vHk" = ( -/turf/open/floor/plating/asteroid/layenia, -/area/ai_monitored/storage/satellite) -"vHD" = ( -/turf/open/floor/grass, -/area/security/prison) -"vHF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"vHJ" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/science/research) -"vHK" = ( -/obj/structure/chair/sofa{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Library Book Room"; - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/turf/open/floor/carpet, -/area/library) -"vHU" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/engineering) -"vId" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 8 - }, -/obj/item/pen, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/hallway/primary/central) -"vIp" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"vIq" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"vIB" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"vIG" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/closet/secure_closet/freezer/cream_pie, -/turf/open/floor/plasteel, -/area/crew_quarters/theatre) -"vIK" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"vIQ" = ( -/obj/structure/bed, -/obj/item/bedsheet/orange, -/turf/open/floor/wood, -/area/maintenance/fore) -"vIS" = ( -/obj/machinery/holopad, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel{ - dir = 4; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/security/main) -"vJa" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/mob/living/simple_animal/bot/secbot/pingsky, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/hallway) -"vJJ" = ( -/turf/closed/wall/r_wall, -/area/layenia/cloudlayer) -"vJO" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"vKf" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 1; - name = "air supply pipe" - }, -/turf/closed/wall/r_wall, -/area/engine/engineering) -"vKg" = ( -/turf/open/floor/plasteel/stairs/medium{ - dir = 1 - }, -/area/layenia) -"vKi" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/starboard) -"vKn" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/closet/l3closet/scientist, -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/science/xenobiology) -"vKv" = ( -/obj/machinery/door/airlock/security{ - aiControlDisabled = 1; - dir = 4; - name = "Prisoner Transfer Centre"; - req_access_txt = "2" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"vKA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"vKB" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"vKH" = ( -/obj/machinery/portable_atmospherics/canister/toxins, -/obj/effect/turf_decal/delivery, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"vKM" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/stairs/medium, -/area/security/main) -"vKP" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ - dir = 8 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 28 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/hallway) -"vKT" = ( -/obj/structure/closet/crate, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/quartermaster/warehouse) -"vKW" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/indestructible/concrete/smooth, -/area/layenia) -"vKY" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/sign/warning/securearea{ - pixel_y = -32 - }, -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/camera{ - c_tag = "Starboard Primary Hallway 2"; - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"vLe" = ( -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/vaporwave, -/area/arcade) -"vLx" = ( -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/clothing/mask/gas, -/obj/item/clothing/glasses/science, -/obj/item/clothing/glasses/science, -/obj/structure/table, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"vLy" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/starboard) -"vLA" = ( -/turf/open/floor/plasteel/yellowsiding{ - dir = 1 - }, -/area/crew_quarters/fitness/pool) -"vLC" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"vLF" = ( -/obj/item/radio/intercom{ - pixel_x = 26 - }, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"vLH" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/engine/break_room) -"vLL" = ( -/obj/structure/flora/crystal/small/pile{ - icon_state = "crystals3" - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia/cloudlayer) -"vLR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central) -"vLT" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/closet/secure_closet/medical3, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"vMl" = ( -/obj/structure/table/reinforced, -/obj/item/paper_bin{ - pixel_x = 5; - pixel_y = 1 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/toy/figure/md{ - pixel_x = -15 - }, -/obj/machinery/light_switch{ - pixel_x = 23 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"vMq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/science/misc_lab) -"vMy" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/engine/break_room) -"vMz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/security/brig) -"vMC" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"vMN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/starboard/aft"; - dir = 8; - name = "Starboard Quarter Maintenance APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"vNa" = ( -/obj/machinery/door/window/southleft{ - dir = 1; - name = "Maximum Security Test Chamber"; - req_access_txt = "55" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/science/xenobiology) -"vNn" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"vNo" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"vNs" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/primary/starboard) -"vNw" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"vNz" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/filingcabinet/filingcabinet, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/bridge) -"vNJ" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/quartermaster/storage) -"vNP" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/security/brig) -"vNT" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"vOa" = ( -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/secondary/exit) -"vOe" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/structure/table, -/obj/effect/turf_decal/tile/blue, -/obj/item/toy/talking/drone, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"vOn" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=APH2"; - location = "Science" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/hallway/primary/aft) -"vOs" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/wood, -/area/maintenance/port/aft) -"vOu" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/door/airlock/external{ - name = "Cargo Escape Airlock" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"vOv" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"vOw" = ( -/turf/open/floor/plasteel/stairs/left, -/area/crew_quarters/locker) -"vOG" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -3; - pixel_y = 4 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"vOH" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"vOI" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"vOQ" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/item/storage/fancy/candle_box, -/obj/item/storage/fancy/candle_box, -/obj/item/stack/sheet/micro_bricks/twenty, -/turf/open/floor/plasteel/dark, -/area/artatrium) -"vOT" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/secondary/exit) -"vOW" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"vPx" = ( -/obj/machinery/button/door{ - id = "Dorm3"; - name = "Dorm Bolt Control"; - normaldoorcontrol = 1; - pixel_x = -25; - specialfunctions = 4 - }, /obj/structure/closet/secure_closet/personal, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"vPG" = ( -/obj/structure/table/reinforced, -/obj/item/stack/sheet/mineral/plasma{ - pixel_y = 4 - }, -/obj/item/slime_scanner, -/obj/item/clothing/gloves/color/latex, -/obj/item/clothing/glasses/science, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"vPM" = ( -/turf/open/floor/plasteel/stairs/left, -/area/science/lab) -"vQf" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ +/obj/effect/turf_decal/loading_area{ dir = 4; - icon_plating = "floor"; - icon_state = "floor_whole" + icon_state = "drain"; + name = "drain" }, -/area/security/brig) -"vQm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"vQs" = ( -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"vQD" = ( -/turf/open/floor/plasteel/stairs/right{ - dir = 4 - }, -/area/hallway/primary/fore) -"vQE" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ +/area/medical/psych/rec) +"xHk" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/table/glass, -/obj/item/mmi, -/obj/item/clothing/mask/balaclava, -/turf/open/floor/plasteel/white, -/area/security/execution/transfer) -"vQN" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/machinery/door/airlock/external{ - name = "Cargo Escape Airlock" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"vRb" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/atmospheric_technician, -/turf/open/floor/plasteel/white/corner, -/area/engine/break_room) -"vRv" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/machinery/camera{ - c_tag = "Security Checkpoint"; +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"vRw" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Morgue Maintenance"; - req_access_txt = "6" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"vRz" = ( -/obj/structure/sign/warning/securearea, -/turf/closed/wall/r_wall, -/area/storage/tech) -"vRG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"vRH" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/medical/virology) -"vRI" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/machinery/porta_turret/ai{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/box, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/hallway) -"vRJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, +/obj/effect/turf_decal/tile/neutral, /obj/structure/disposalpipe/segment{ dir = 6 }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"vRP" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/security/brig) -"vRS" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"vSh" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rnd2"; - name = "research lab shutters" - }, -/obj/effect/spawner/structure/window, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/science/lab) -"vSk" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/window/westright{ - name = "Security Checkpoint"; - req_access_txt = "1" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/auxiliary) -"vSA" = ( -/obj/machinery/light/small{ - dir = 8; - pixel_x = -7 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"vSI" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/maintenance/solars/starboard/fore) -"vSK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"vSL" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/railing{ - dir = 1 - }, -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"vSU" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"vSY" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"vTc" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/turf/open/floor/grass, -/area/hydroponics) -"vTh" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/hallway/primary/central) -"vTj" = ( -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"vTl" = ( -/obj/effect/turf_decal/delivery, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"vTq" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden, -/turf/open/floor/plasteel, -/area/medical/virology) -"vTv" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"vTG" = ( -/obj/structure/chair, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/quartermaster/office) -"vTJ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/table, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/hallway/primary/central) -"vTT" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/crew_quarters/dorms) -"vTY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"vUc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/landmark/start/cook, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"vUe" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/structure/mirror{ - pixel_x = 28 - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"vUi" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/hallway/primary/central) -"vUr" = ( -/obj/effect/turf_decal/stripes/corner, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"vUz" = ( -/obj/structure/curtain, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/medical/virology) -"vUC" = ( -/obj/machinery/portable_atmospherics/scrubber/huge, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/engine, -/area/science/storage) -"vUF" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = 8; - pixel_y = 2 - }, -/obj/item/reagent_containers/dropper, -/turf/open/floor/plasteel/white, -/area/science/lab) -"vUJ" = ( -/obj/machinery/telecomms/receiver/preset_right, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"vUO" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/stairs/medium, -/area/security/main) -"vUY" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/bridge) -"vVj" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"vVn" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/secure_closet/security/sec, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Brig Equipment Room"; - dir = 4 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"vVv" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"vVJ" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/service) -"vVM" = ( -/obj/item/storage/toolbox/electrical{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/multitool, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/obj/structure/rack/shelf, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/service) -"vWc" = ( -/obj/machinery/vending/hydronutrients, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"vWm" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/structure/chair/sofa/right{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/medical/virology) -"vWI" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; + dir = 1; name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/power/apc{ - areastring = "/area/hallway/secondary/entry"; - dir = 4; - name = "Entry Hall APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/secondary/entry) -"vWJ" = ( -/turf/open/floor/plasteel/stairs/medium{ - dir = 1 - }, -/area/hallway/primary/port) -"vWZ" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"vXc" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"vXm" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/engine/engineering) -"vXy" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"vXD" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/cmo) -"vXI" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/security/main) -"vXR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"vXS" = ( -/obj/machinery/door/poddoor/shutters{ - id = "stationawaygate"; - name = "Gateway Access Shutters" - }, -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/gateway) -"vXX" = ( -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/engine/break_room) -"vYd" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/tcommsat/computer) -"vYm" = ( -/obj/machinery/door/airlock/security{ - name = "Detective's Office"; - req_access_txt = "4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"vYB" = ( -/obj/structure/dresser, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"vYJ" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"vYO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/teleporter) -"vYQ" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"vYR" = ( -/obj/structure/window{ - dir = 4 - }, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"vYW" = ( -/obj/machinery/door/airlock/maintenance{ dir = 1; - name = "Security Maintenance"; - req_access_txt = "2" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"vYZ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/secondary/exit) -"vZe" = ( -/obj/structure/chair/sofa/corner{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"vZj" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; name = "scrubbers pipe" }, /turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"vZl" = ( -/turf/closed/wall/r_wall, -/area/medical/virology) -"vZu" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"vZP" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"vZS" = ( -/turf/closed/wall, -/area/security/processing) -"vZU" = ( -/obj/machinery/vending/cola/random, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"wav" = ( -/obj/machinery/door/airlock/public/glass{ - dir = 1; - name = "Arcade" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/vaporwave, -/area/arcade) -"waz" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Library" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/wood, -/area/library) -"wbc" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"wbd" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "Gymshutter"; - name = "Gym Window Shutter" - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness) -"wbE" = ( -/turf/closed/wall, -/area/science/lab) -"wbF" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/computer/turbine_computer{ - dir = 1; - id = "incineratorturbine" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal/incinerator) -"wbS" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/closed/wall, -/area/quartermaster/sorting) -"wbV" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"wbW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"wcd" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 9 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/engine/atmos) -"wcf" = ( -/obj/effect/turf_decal/box, -/obj/structure/sign/directions/medical{ - pixel_y = 6 - }, -/obj/structure/sign/directions/science{ - pixel_y = -4 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/central) -"wcg" = ( -/obj/machinery/vending/wardrobe/atmos_wardrobe, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/engine/atmos) -"wcj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/gateway) -"wcn" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/gateway) -"wct" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"wcA" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/gateway) -"wcB" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark/side, -/area/security/main) -"wcE" = ( -/obj/machinery/conveyor_switch/oneway{ - dir = 8; - id = "gasstor" - }, -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/engine/engineering) -"wcK" = ( -/obj/structure/flora/crystal/medium/growth, -/turf/open/indestructible/layenia/crystal, -/area/layenia) -"wcQ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"wcU" = ( -/obj/structure/chair/foldingchair, -/obj/item/newspaper, -/turf/open/floor/plating, -/area/maintenance/starboard) -"wcY" = ( -/obj/machinery/space_heater, -/turf/open/floor/plasteel/dark, -/area/engine/atmos) -"wde" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/engine/break_room) -"wdg" = ( -/obj/machinery/atmospherics/components/trinary/mixer/flipped{ - dir = 1 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"wdh" = ( -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"wdo" = ( -/obj/structure/table/wood/fancy, -/obj/item/candle{ - pixel_x = 1; - pixel_y = 5 - }, -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" - }, -/turf/open/floor/wood, -/area/maintenance/fore) -"wdp" = ( -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"wdz" = ( -/obj/machinery/gateway{ - dir = 9 - }, -/obj/effect/turf_decal/bot_white/right, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Gateway" - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"wdD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/gateway) -"wdT" = ( -/obj/machinery/space_heater, -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/open/floor/plating, -/area/maintenance/port) -"wdW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"wea" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/engine/atmos) -"wed" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"weo" = ( -/obj/machinery/computer/atmos_control/tank/carbon_tank{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"wer" = ( -/obj/structure/closet/crate, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/quartermaster/warehouse) -"wev" = ( -/obj/structure/table, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/crew_quarters/fitness) -"wew" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/carpet, -/area/maintenance/fore) -"wex" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"wfc" = ( -/obj/item/radio/intercom{ - pixel_x = 27 - }, -/obj/machinery/shower{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer1, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/noslip, -/area/engine/engineering/reactor_control) -"wfh" = ( -/obj/machinery/telecomms/processor/preset_four, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"wfl" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 8; - name = "Port to Filter" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"wfn" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 - }, -/obj/machinery/atmospherics/pipe/heat_exchanging/simple/layer1{ - dir = 10 - }, -/obj/structure/lattice/catwalk, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"wfu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/machinery/power/apc{ - areastring = "/area/security/detectives_office"; - dir = 4; - name = "Detective's Office APC"; - pixel_x = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/wood, -/area/security/detectives_office) -"wfw" = ( -/obj/structure/table, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"wfP" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/artatrium) -"wfQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/quartermaster/sorting) -"wfX" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible, -/obj/item/cigbutt, -/turf/open/floor/plasteel, -/area/engine/atmos) -"wgc" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"wgd" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hooded/wintercoat/engineering, -/obj/item/clothing/suit/hooded/wintercoat/engineering, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"wge" = ( -/obj/structure/chair/office/light{ - dir = 4 - }, -/obj/machinery/button/door{ - id = "robotics"; - name = "Shutters Control Button"; - pixel_x = -26; - pixel_y = 8; - req_access_txt = "29" - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/obj/effect/landmark/start/roboticist, -/turf/open/floor/plasteel/white, -/area/science/robotics/lab) -"wgi" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"wgk" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"wgp" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/engine/break_room) -"wgt" = ( -/obj/effect/turf_decal/plaque, -/turf/open/floor/plating, -/area/maintenance/fore) -"wgz" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"whd" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 1" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"whi" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/artatrium) -"whn" = ( -/obj/structure/chair/stool, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/artatrium) -"whr" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"why" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"whF" = ( -/obj/structure/chair/comfy/black, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/wood, -/area/library) -"whP" = ( -/obj/structure/table/wood, -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/wood, -/area/crew_quarters/dorms) -"wig" = ( -/obj/structure/displaycase/trophy, -/turf/open/floor/wood, -/area/library) -"wiK" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/primary/starboard) -"wiR" = ( -/obj/structure/rack, -/turf/open/floor/plating, -/area/maintenance/fore) -"wiX" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/ai_monitored/security/armory) -"wjc" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/flora/crystal/small/growth, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/central) -"wjj" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/light_switch{ - pixel_x = 23 - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"wjm" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/security/processing) -"wjw" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/security/brig) -"wjK" = ( -/obj/structure/grille, -/turf/open/floor/plating/airless, -/area/layenia/cloudlayer) -"wjR" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/chair{ - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/central) -"wjT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"wjV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/structure/closet/emcloset, -/obj/machinery/camera{ - c_tag = "Medical Escape Pod"; - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"wkc" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/vending/assist, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"wkf" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/pool) -"wko" = ( -/obj/structure/alien/weeds, -/obj/structure/alien/weeds, -/obj/structure/alien/egg/burst, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"wkv" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "scishut1"; - name = "shutters" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"wkL" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"wkW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/closed/wall, -/area/medical/sleeper) -"wkX" = ( -/turf/closed/wall, -/area/maintenance/starboard/aft) -"wlg" = ( -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/vaporwave, -/area/arcade) -"wlp" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"wlx" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/engine/atmos) -"wlA" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"wlG" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"wlI" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/open/floor/plating, -/area/security/warden) -"wlS" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/engine/vacuum, -/area/engine/engineering) -"wlV" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"wmb" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/table/reinforced, -/obj/item/destTagger, -/obj/item/destTagger, -/obj/item/hand_labeler{ - pixel_y = 8 - }, -/obj/item/hand_labeler{ - pixel_y = 8 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"wmc" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "garbage" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light/small{ - pixel_y = -1 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"wmG" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"wmL" = ( -/obj/structure/table, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"wmP" = ( -/turf/closed/wall/r_wall, -/area/hydroponics) -"wng" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/brig) -"wnp" = ( -/obj/structure/fence{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia/cloudlayer) -"wnq" = ( -/obj/structure/plasticflaps, -/turf/open/floor/plating, -/area/maintenance/fore) -"wnL" = ( -/obj/machinery/door/poddoor/preopen{ - id = "Xenolab"; - name = "test chamber blast door" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"wnQ" = ( -/obj/structure/closet/firecloset, -/turf/open/floor/plating, -/area/maintenance/fore) -"wnW" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"woj" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"wom" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"woo" = ( -/obj/machinery/gateway{ - dir = 8 - }, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"wop" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/janitor) -"woy" = ( -/obj/machinery/door/airlock/research/glass/incinerator/toxmix_exterior, -/turf/open/floor/engine, -/area/science/mixing) -"woB" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"woK" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/security/processing) -"woZ" = ( -/obj/machinery/computer/med_data{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/cmo) -"wpk" = ( -/turf/open/floor/plasteel/stairs/medium{ - dir = 8 - }, -/area/artatrium) -"wpF" = ( -/obj/structure/flora/crystal/small/pile, -/turf/open/indestructible/layenia/crystal, -/area/layenia) -"wpM" = ( -/obj/machinery/vending/kink, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/locker) -"wpU" = ( -/obj/structure/closet/firecloset, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"wpX" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"wpY" = ( -/obj/machinery/door/airlock/research/glass{ - name = "Genetics Research"; - req_access_txt = "5; 9; 68" - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"wpZ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/reagent_dispensers/fueltank, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"wqb" = ( -/obj/machinery/gateway/centerstation, -/turf/open/floor/plasteel/dark, -/area/gateway) -"wqn" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"wqp" = ( -/obj/structure/table, -/obj/item/storage/fancy/donut_box{ - pixel_y = 6 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"wqq" = ( -/obj/machinery/rnd/server, -/turf/open/floor/circuit/telecomms/server, -/area/science/server) -"wqt" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"wqu" = ( -/obj/structure/table/wood, -/obj/item/storage/box/evidence, -/turf/open/floor/wood, -/area/security/detectives_office) -"wqz" = ( -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"wqT" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/bar) -"wqX" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"wrc" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Cargo Bay Maintenance"; - req_access_txt = "31" - }, +/area/hallway/primary/fore/upper) +"xHr" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/obj/structure/cable{ - icon_state = "1-2" +/turf/open/floor/plasteel/stairs{ + icon_state = "stairs_wood"; + name = "wood stairs" }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"wrg" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"wrp" = ( -/obj/machinery/teleport/hub, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/teleporter) -"wrs" = ( -/obj/machinery/computer/security{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, -/area/bridge) -"wrC" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/door/window/northleft{ - dir = 4; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "xenobio8"; - name = "containment blast door" - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"wrW" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"wse" = ( -/obj/machinery/vending/snack/random, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"wsi" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/table/reinforced, -/turf/open/floor/plasteel/dark, -/area/layenia/cloudlayer) -"wsF" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/machinery/camera{ - c_tag = "Virology Airlock"; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"wsG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/item/pen{ - pixel_x = 1; - pixel_y = 9 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"wsP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"wsS" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"wsT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plating/snowed/smoothed, -/area/layenia) -"wsU" = ( -/obj/effect/landmark/carpspawn, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"wtg" = ( -/turf/closed/wall/r_wall, -/area/hallway/primary/fore) -"wtr" = ( -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/virology/glass{ - name = "Monkey Pen"; - req_access_txt = "39" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"wtE" = ( -/obj/structure/lattice/catwalk, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/water, -/area/layenia) -"wtF" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"wtH" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/security/brig) -"wtT" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/main) -"wtW" = ( -/obj/structure/lattice/catwalk, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/water, -/area/layenia) -"wul" = ( -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"wut" = ( -/obj/structure/table/wood, -/obj/item/book/manual/wiki/engineering_construction{ - pixel_x = 3; - pixel_y = -3 - }, -/obj/item/book/manual/wiki/engineering_guide, -/obj/item/book/manual/wiki/engineering_hacking{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/engine/engineering) -"wuv" = ( -/obj/structure/lattice/catwalk, -/obj/structure/reagent_dispensers/fueltank, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plasteel/elevatorshaft, -/area/ai_monitored/storage/satellite) -"wuC" = ( -/obj/machinery/atmospherics/pipe/manifold/yellow/visible{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"wuE" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/security/brig) -"wuJ" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing, -/turf/open/floor/plating, -/area/layenia/cloudlayer) -"wuK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"wva" = ( -/obj/structure/closet/secure_closet/freezer{ - name = "fridge" - }, -/obj/item/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/donkpockets/donkpocketteriyaki, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/sign/painting/library{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/medical/medbay/central) -"wvd" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/artatrium) -"wvf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/door/airlock/glass{ - dir = 4; - id_tag = "checkpointouter"; - name = "outer airlock" - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"wvm" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/wood{ - icon_state = "wood-broken5" - }, -/area/maintenance/starboard/aft) -"wvu" = ( -/obj/structure/chair/sofa/left{ - dir = 1 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/carpet/black, -/area/arcade) -"wvF" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/security/main) -"wvG" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/vaporwave, -/area/arcade) -"wvR" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"wvT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/stairs/medium{ - dir = 4 - }, -/area/maintenance/port/fore) -"wvU" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrogen_output{ - dir = 8 - }, -/turf/open/floor/engine/n2, -/area/engine/atmos) -"wwe" = ( -/obj/structure/table/wood, -/obj/item/paper, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/wood, -/area/library) -"wwf" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/table/glass, -/obj/item/reagent_containers/glass/beaker/cryoxadone{ - pixel_x = 5; - pixel_y = 9 - }, -/obj/item/reagent_containers/glass/beaker/cryoxadone{ - pixel_x = -5; - pixel_y = 14 - }, -/obj/machinery/cell_charger, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 - }, -/obj/machinery/camera{ - c_tag = "Medbay Cryogenics"; - dir = 9; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"wwl" = ( -/obj/structure/flora/crystal/small/pile, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/port/fore) -"wwq" = ( -/obj/machinery/vending/engineering, -/turf/open/floor/plating, -/area/engine/break_room) -"wwE" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"wwH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"wwK" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"wwX" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "bridgespace"; - name = "bridge external shutters" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/bridge) -"wwY" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"wxb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"wxc" = ( +/area/barber) +"xHw" = ( /obj/machinery/chem_dispenser, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, /obj/effect/turf_decal/tile/yellow{ dir = 1 }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"wxg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 6; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"wxw" = ( -/obj/machinery/door/airlock/command{ - dir = 4; - name = "Research Director"; - req_access_txt = "30" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/heads/hor) -"wxC" = ( -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/engine/co2, -/area/engine/atmos) -"wxI" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/science/research) -"wxM" = ( -/obj/machinery/door/airlock/atmos{ - name = "Atmospherics"; - req_access_txt = "24" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"wxQ" = ( -/obj/structure/bed, -/obj/item/bedsheet/medical, -/obj/structure/curtain, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"wxW" = ( -/obj/machinery/flasher{ - id = "hopflash"; - pixel_x = 28; - pixel_y = -28 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"wyz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/effect/turf_decal/tile/green, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"wyE" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/science/research) -"wzF" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"wzK" = ( -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rnd2"; - name = "research lab shutters" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/science/lab) -"wzZ" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_access_txt = "12" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"wAh" = ( /obj/effect/turf_decal/tile/yellow{ dir = 4 }, -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - name = "air vent" - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"wAj" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/window{ - dir = 4 - }, -/obj/structure/closet/secure_closet/medical1, /obj/machinery/light{ - pixel_y = -1 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"wAk" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/disposaloutlet{ - dir = 4 - }, -/obj/structure/window/reinforced, -/turf/open/floor/engine, -/area/science/xenobiology) -"wAm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"wAo" = ( -/turf/closed/wall/r_wall, -/area/gateway) -"wAD" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/security/brig) -"wAH" = ( -/obj/structure/closet/crate/rcd, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 + dir = 1; + pixel_y = 19 }, /obj/machinery/power/apc{ - areastring = "/area/ai_monitored/storage/eva"; + areastring = "/area/medical/chemistry"; dir = 1; - name = "EVA Storage APC"; + name = "Chemistry APC"; pixel_y = 24 }, /obj/structure/cable{ icon_state = "0-2" }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"wAM" = ( -/obj/structure/sink/kitchen{ - dir = 4; - pixel_x = -13 +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"wBy" = ( +/area/medical/chemistry) +"xHy" = ( +/turf/closed/wall/r_wall, +/area/medical/psych/roomA{ + name = "Psychology Dorm A" + }) +"xHA" = ( +/obj/machinery/doorButtons/access_button{ + idDoor = "xeno_airlock_interior"; + idSelf = "xeno_airlock_control"; + name = "Access Button"; + pixel_x = -23; + pixel_y = -8 + }, +/obj/machinery/camera{ + c_tag = "Xenobiology Lab - Airlock"; + dir = 4; + network = list("ss13","rd") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/sink{ + pixel_y = 30 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"xHP" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" @@ -93152,3137 +160285,408 @@ /obj/structure/cable{ icon_state = "4-8" }, -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Atmospherics Maintenance"; - req_access_txt = "24" - }, /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/cable{ - icon_state = "4-8" +/turf/open/floor/wood, +/area/science/research) +"xHR" = ( +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=180" }, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore) -"wBD" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/secondary/exit) -"wBE" = ( -/obj/machinery/gateway, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"wBP" = ( -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"wCc" = ( -/obj/machinery/vending/cola/random, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"wCr" = ( -/turf/open/floor/plasteel/stairs/left, -/area/layenia) -"wCA" = ( +/area/layenia/cloudlayer) +"xHV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood, +/area/engine/break_room) +"xIa" = ( /obj/effect/turf_decal/loading_area{ dir = 6; icon_state = "steel_panel"; name = "steel pannel" }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/camera{ - c_tag = "Xenobiology Hallway 3"; - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"wCC" = ( -/obj/machinery/atmospherics/pipe/simple/purple/hidden{ - dir = 9 - }, -/obj/structure/sign/warning/radiation, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"wCE" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"wCH" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/science/misc_lab) -"wCU" = ( -/turf/closed/wall/ice, -/area/layenia/cloudlayer) -"wDc" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"wDr" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 8; - external_pressure_bound = 140; - name = "server vent"; - pressure_checks = 0 - }, -/turf/open/floor/circuit/telecomms/server, -/area/science/server) -"wDu" = ( -/obj/structure/table/wood, -/obj/item/hand_labeler{ - pixel_x = 5 - }, -/obj/item/camera/detective, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"wDD" = ( -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/engine/n2, -/area/engine/atmos) -"wDF" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"wDH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"wDN" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/vaporwave, -/area/arcade) -"wDX" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"wDZ" = ( -/obj/machinery/atmospherics/components/binary/pump/on{ - dir = 1; - name = "External to Filter" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"wEe" = ( -/obj/structure/table/wood, -/obj/machinery/computer/security/wooden_tv, -/turf/open/floor/carpet, -/area/security/detectives_office) -"wEp" = ( -/obj/machinery/vending/cola/random, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"wEr" = ( -/obj/structure/transit_tube/station/reverse{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat_interior) -"wEA" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"wEM" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/carpet, -/area/library) -"wEP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/table, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"wES" = ( -/obj/structure/grille, -/turf/closed/wall/r_wall, -/area/layenia/cloudlayer) -"wET" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/flora/crystal/small/pile, -/obj/structure/flora/crystal/small/growth, -/turf/open/indestructible/layenia/crystal/garden, -/area/crew_quarters/bar) -"wFg" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/gateway) -"wFo" = ( -/obj/item/bikehorn/rubberducky, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"wFs" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"wFM" = ( -/obj/structure/lattice/catwalk, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/railing, -/turf/open/water, -/area/layenia) -"wFO" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"wFU" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/turf/open/floor/plasteel/yellowsiding, -/area/crew_quarters/fitness/pool) -"wFX" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"wGi" = ( -/obj/structure/lattice/catwalk, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/railing, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/water, -/area/layenia) -"wGr" = ( -/obj/machinery/door/airlock/research{ - name = "Toxins Storage"; - req_access_txt = "8" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/science/storage) -"wGE" = ( -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 1" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"wGI" = ( -/turf/closed/wall/r_wall, -/area/security/prison) -"wGN" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/chair/bench/left, -/turf/open/floor/plasteel/chapel{ - dir = 1 - }, -/area/chapel/main) -"wGP" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/railing, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"wGU" = ( -/obj/machinery/shower{ - dir = 1 - }, -/obj/structure/curtain, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/freezer, -/area/medical/sleeper) -"wHb" = ( -/obj/structure/closet/crate/coffin, -/obj/item/reagent_containers/food/snacks/grown/poppy, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"wHf" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/turf/open/floor/plasteel/vaporwave, -/area/arcade) -"wHk" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/security/warden) -"wHm" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/chair, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"wHn" = ( -/obj/structure/table/plasmaglass, -/obj/item/toy/redbutton, -/turf/open/floor/plasteel/vaporwave, -/area/arcade) -"wHq" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/crew_quarters/heads/cmo) -"wHu" = ( -/obj/structure/rack, -/obj/item/stack/sheet/cardboard, -/turf/open/floor/plating, -/area/quartermaster/storage) -"wHw" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "trim"; - name = "trim" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"wHE" = ( -/obj/machinery/vending/autodrobe, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"wHG" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "primaryshut1"; - name = "primary blast door" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/fore) -"wHL" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"wHM" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/structure/reagent_dispensers/water_cooler, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"wHW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/structure/closet/crate, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"wIo" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/security/warden) -"wIu" = ( -/obj/structure/disposaloutlet, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"wIB" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/quartermaster/warehouse) -"wIW" = ( -/obj/machinery/rnd/destructive_analyzer, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/science/lab) -"wJj" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/bridge) -"wJn" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer/on{ - dir = 4; - name = "euthanization chamber freezer" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"wJo" = ( -/turf/open/floor/engine/co2, -/area/engine/atmos) -"wJr" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/maintenance/fore) -"wJs" = ( -/obj/structure/table/wood/fancy, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/sign/painting/library_secure{ - pixel_x = 25 - }, -/turf/open/floor/plasteel/dark, -/area/artatrium) -"wJD" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"wJR" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/library/lounge) -"wKd" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/aft) -"wKj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 4 - }, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/open/floor/plasteel, -/area/engine/atmos) -"wKo" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/turf/open/floor/plasteel/vaporwave, -/area/arcade) -"wKs" = ( -/obj/structure/chair/office/dark{ - dir = 8 - }, -/turf/open/floor/wood, -/area/engine/engineering) -"wKI" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/science/xenobiology) -"wKY" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, /turf/open/floor/plasteel/dark/corner{ dir = 1 }, -/area/engine/atmos) -"wLc" = ( -/turf/closed/wall, -/area/maintenance/port/fore) -"wLh" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/power/apc{ - areastring = "/area/security/checkpoint/medical"; - dir = 8; - name = "Medbay Security APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/closet/secure_closet/security/med, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"wLp" = ( -/obj/structure/chair/comfy/black{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Library North"; - dir = 5 - }, -/turf/open/floor/wood, -/area/library) -"wLy" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/door/airlock/atmos/abandoned{ - dir = 4; - name = "Atmospherics Maintenance"; - req_access_txt = "12;24" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"wLN" = ( -/obj/structure/chair/comfy/black, -/turf/open/floor/carpet, -/area/library) -"wLW" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/science/misc_lab) -"wMa" = ( -/obj/structure/fence/corner{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"wMg" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet) -"wMk" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"wMs" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible, -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"wMv" = ( -/obj/structure/rack, -/obj/item/taperecorder{ - pixel_x = -3 - }, -/obj/item/paicard{ - pixel_x = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"wMX" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/power/apc{ - areastring = "/area/security/processing"; - dir = 8; - name = "Labor Shuttle Dock APC"; - pixel_x = -24 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"wMY" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"wNc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"wNi" = ( -/obj/machinery/power/terminal{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "0-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"wNj" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"wNn" = ( -/obj/structure/table/plasmaglass, -/obj/item/ashtray, -/obj/structure/sign/poster/random{ - pixel_y = -32 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/vaporwave, -/area/arcade) -"wNs" = ( -/obj/structure/filingcabinet, -/turf/open/floor/wood, -/area/security/detectives_office) -"wNv" = ( -/obj/machinery/rnd/production/techfab/department/service, -/turf/open/floor/plasteel, -/area/hallway/secondary/service) -"wNM" = ( -/turf/open/floor/plating, -/area/maintenance/central/secondary) -"wNO" = ( -/obj/structure/closet/secure_closet/RD, -/turf/open/floor/plasteel/white, -/area/crew_quarters/heads/hor) -"wNQ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"wNS" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/white/corner, /area/hallway/primary/aft) -"wOl" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/science/research) -"wOm" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/fore) -"wOp" = ( -/obj/structure/lattice/catwalk, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"wOq" = ( -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/science/research) -"wOt" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"wOC" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"wOE" = ( -/obj/structure/closet/emcloset, -/obj/structure/sign/warning/radiation{ - pixel_y = 32 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"wOK" = ( -/turf/open/floor/engine/n2, -/area/engine/atmos) -"wOW" = ( -/turf/open/floor/plasteel/stairs/medium{ - dir = 4 - }, -/area/crew_quarters/bar) -"wPc" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green, -/turf/open/indestructible/concrete/smooth, -/area/layenia) -"wPd" = ( -/obj/structure/railing, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"wPe" = ( -/obj/machinery/atmospherics/components/unary/portables_connector{ - dir = 1 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/engine/engineering) -"wPr" = ( -/turf/open/floor/carpet/purple, -/area/crew_quarters/heads/hor) -"wPy" = ( -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/artatrium) -"wPM" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"wPR" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/turf/closed/wall/r_wall, -/area/engine/break_room) -"wPT" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"wPW" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/structure/closet/secure_closet/medical1, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"wQa" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"wQm" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/structure/sign/warning/securearea{ - pixel_y = 32 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"wQr" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/rack/shelf, -/obj/item/clothing/head/welding, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/machinery/camera{ - c_tag = "MiniSat Atmospherics"; - dir = 4; - network = list("minisat"); - start_active = 1 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -23 - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/turf/open/floor/plating, -/area/ai_monitored/turret_protected/aisat/atmos) -"wQv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/gateway) -"wQC" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/fitness) -"wQD" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/bridge) -"wRf" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/atmos) -"wRn" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 8; - name = "Maintenance Access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/starboard/aft) -"wRz" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "hos" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hos) -"wRQ" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/quartermaster/miningdock) -"wRV" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia) -"wRY" = ( -/obj/machinery/disposal/deliveryChute{ - dir = 4 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/door/window{ - base_state = "right"; - dir = 4; - icon_state = "right"; - layer = 3 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"wSd" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer3{ - dir = 1 - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/table, -/obj/item/paper_bin, -/obj/item/pen, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ - layer = 1 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering/reactor_control) -"wSf" = ( -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"wSi" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/camera{ - c_tag = "Dorms East Entrance Hallway"; - dir = 1 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"wSF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"wSG" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/chair/bench/left, -/turf/open/floor/plasteel/chapel{ - dir = 8 - }, -/area/chapel/main) -"wSR" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple, -/obj/structure/closet/secure_closet/personal/patient, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"wTp" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/railing, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"wUh" = ( -/obj/structure/table/wood, -/obj/item/taperecorder, -/turf/open/floor/wood, -/area/security/detectives_office) -"wUq" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel, -/area/construction/mining/aux_base) -"wUs" = ( -/obj/structure/table/wood, -/obj/item/storage/fancy/cigarettes, -/obj/item/clothing/glasses/hud/security/sunglasses, -/obj/item/toy/figure/detective{ - pixel_x = 8; - pixel_y = -8 - }, -/turf/open/floor/carpet, -/area/security/detectives_office) -"wUu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"wUD" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/security/courtroom) -"wVc" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white/side{ - dir = 6 - }, -/area/bridge) -"wVi" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"wVm" = ( -/obj/machinery/gateway{ - dir = 4 - }, -/obj/effect/turf_decal/bot_white, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"wVD" = ( -/obj/structure/table/wood, -/obj/item/reagent_containers/food/drinks/shaker, -/obj/item/gun/ballistic/revolver/doublebarrel, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/turf/open/floor/carpet/red, -/area/crew_quarters/bar) -"wVK" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/open/floor/plating, -/area/maintenance/fore) -"wWc" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/grimy, -/area/chapel/office) -"wWj" = ( -/obj/machinery/vending/cigarette, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/exit) -"wWz" = ( -/obj/structure/rack, -/obj/item/stack/packageWrap, -/obj/item/stack/packageWrap{ - pixel_y = 8 - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"wWC" = ( -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"wWH" = ( -/obj/machinery/vending/cola/random, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"wWQ" = ( -/obj/structure/closet/secure_closet/security/science, -/obj/structure/reagent_dispensers/peppertank{ - pixel_y = -30 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science) -"wWR" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/turf/open/floor/plating, -/area/engine/atmos) -"wWU" = ( -/obj/machinery/door/airlock/medical/glass{ - name = "Medbay Storage"; - req_access_txt = "5" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"wXc" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/port/fore) -"wXf" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/secondary/exit) -"wXi" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"wXv" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/maintenance/fore) -"wXC" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/theatre) -"wXS" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/secondary/exit) -"wYo" = ( -/obj/machinery/portable_atmospherics/canister, -/obj/effect/turf_decal/bot, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"wYw" = ( -/obj/structure/chair{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/effect/landmark/start/atmospheric_technician, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/engine/break_room) -"wYB" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port/fore) -"wZf" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/ai_monitored/security/armory) -"wZk" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/security/main) -"wZn" = ( -/obj/structure/rack, -/obj/item/clothing/suit/hooded/wintercoat/engineering, -/obj/item/clothing/suit/hooded/wintercoat/engineering, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port/fore) -"wZq" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=ArrivalsCorner"; - location = "ArrivalsNorth" - }, -/turf/open/floor/plasteel/white/corner, -/area/hallway/secondary/entry) -"wZu" = ( -/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrogen_input{ - dir = 8 - }, -/turf/open/floor/engine/n2, -/area/engine/atmos) -"wZv" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/atmos) -"wZM" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/freezer, -/area/medical/sleeper) -"xac" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/security/prison) -"xay" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/hallway/secondary/exit) -"xaz" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/wood, -/area/library/lounge) -"xaA" = ( -/obj/structure/sign/painting/library{ - pixel_y = 28 - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"xaK" = ( -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"xaM" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness) -"xaU" = ( -/obj/structure/extinguisher_cabinet{ - dir = 4; - pixel_y = -27 - }, +"xIc" = ( /obj/structure/reagent_dispensers/watertank, /obj/effect/turf_decal/bot, -/obj/machinery/firealarm{ - dir = 8; - pixel_x = -24 - }, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/engine/engineering) -"xbv" = ( -/turf/open/floor/carpet/black, -/area/arcade) -"xbC" = ( -/turf/open/floor/plasteel/stairs/medium, -/area/chapel/main) -"xbE" = ( -/obj/machinery/computer{ - desc = "A console used to monitor fuel reserves for the shuttles that dock here. It seems iced-over and non-functional."; - name = "Fuel Monitoring Console 1" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/floor/plating/snowed/smoothed, -/area/layenia) -"xbJ" = ( -/turf/open/floor/plasteel/white, -/area/medical/genetics/cloning) -"xbR" = ( -/obj/machinery/vending/cigarette, -/obj/machinery/camera{ - c_tag = "Ferry South East"; - dir = 6 - }, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel/dark, -/area/bridge) -"xcb" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/bridge) -"xch" = ( -/obj/machinery/door/airlock/security{ - aiControlDisabled = 1; - dir = 4; - name = "Solutions Room"; - req_access_txt = "2" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"xcE" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"xcG" = ( -/obj/machinery/holopad, -/obj/effect/landmark/start/station_engineer, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel, -/area/engine/break_room) -"xcM" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"xdq" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/quartermaster/storage) -"xds" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"xdx" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"xdA" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/area/maintenance/fore/secondary) -"xdC" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"xdH" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/structure/sign/warning/electricshock{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"xdN" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"xdO" = ( -/obj/machinery/atmospherics/components/trinary/filter/atmos/o2{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"xee" = ( -/obj/structure/closet/crate/hydroponics, -/obj/item/shovel/spade, -/obj/item/wrench, -/obj/item/reagent_containers/glass/bucket, -/obj/item/wirecutters, -/obj/item/screwdriver, -/obj/item/crowbar, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/window/reinforced, -/turf/open/floor/plasteel, -/area/hydroponics) -"xej" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"xeC" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/table/glass, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"xeF" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/atmos) -"xeG" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall, -/area/hallway/secondary/service) -"xeL" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/engine/break_room) -"xff" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"xfr" = ( -/obj/structure/table, -/obj/machinery/cell_charger{ - pixel_y = 5 - }, -/obj/item/stock_parts/cell/high, -/turf/open/floor/plasteel/dark, -/area/gateway) -"xfs" = ( -/obj/effect/turf_decal/bot, -/obj/effect/landmark/secequipment, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"xfU" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "testlab"; - name = "test chamber blast door" - }, -/turf/open/floor/engine, -/area/science/research) -"xgd" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, /area/hallway/primary/port) -"xgq" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" +"xIh" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" +/obj/machinery/vending/cola/random, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" }, -/obj/structure/cable{ - icon_state = "2-4" +/area/crew_quarters/dorms/upper) +"xIk" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" }, -/obj/structure/disposalpipe/segment{ - dir = 6 +/turf/open/floor/plasteel/white/side{ + icon_state = "whitehall_plate" }, -/obj/effect/landmark/blobstart, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"xgr" = ( -/obj/machinery/telecomms/bus/preset_three, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"xgy" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 8 - }, -/obj/item/pen, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"xhh" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Atmospherics"; - req_one_access_txt = "65" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/hallway) -"xhi" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/fans/tiny, -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "12" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/starboard) -"xhM" = ( -/obj/machinery/computer/crew{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/bridge) -"xic" = ( -/obj/structure/table/wood, -/obj/machinery/computer/libraryconsole/bookmanagement, -/obj/structure/window{ - dir = 1 +/area/hallway/secondary/exit/upper) +"xIn" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 }, /obj/effect/turf_decal/loading_area{ dir = 1; icon_state = "drain"; name = "drain" }, -/turf/open/floor/carpet, -/area/library) -"xil" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet, -/area/library) -"xiy" = ( -/obj/structure/table/wood, -/obj/item/pen/blue{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/pen/red, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet, -/area/library) -"xiz" = ( -/obj/structure/sign/warning/docking, -/turf/closed/wall/r_wall, -/area/layenia) -"xiJ" = ( -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/side, -/area/science/misc_lab) -"xiR" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/port/fore) -"xiT" = ( -/obj/structure/table/wood, -/obj/item/book/lorebooks/layenia_crystals, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"xiW" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, /obj/machinery/firealarm{ pixel_y = 24 }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"xje" = ( -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/tcommsat/server"; - dir = 1; - name = "Telecomms Server APC"; - pixel_y = 25 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"xjq" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"xjw" = ( -/obj/structure/bed, -/obj/item/bedsheet/hos, -/obj/machinery/light_switch{ - pixel_y = -28 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hos) -"xjx" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/mixing) -"xjK" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"xjQ" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/medical/virology) -"xjT" = ( -/obj/structure/window/reinforced, -/obj/machinery/conveyor_switch/oneway{ - dir = 8; - id = "garbage"; - name = "disposal conveyor" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"xke" = ( -/obj/structure/table, -/obj/machinery/recharger{ - pixel_y = 4 - }, -/obj/machinery/camera{ - c_tag = "Security Post - Cargo"; - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/item/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_x = -27 - }, -/obj/machinery/newscaster{ - pixel_y = -32 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"xkK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/closed/wall, -/area/crew_quarters/fitness) -"xkO" = ( -/obj/machinery/conveyor{ - dir = 6; - id = "packageSort2" - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"xkP" = ( -/obj/structure/table/wood, -/obj/item/book/lorebooks/welcome_to_kinaris, -/obj/item/camera_film, -/obj/structure/window{ - dir = 1 - }, -/obj/structure/window{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet, -/area/library) -"xkY" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/carpet, -/area/library) -"xli" = ( -/obj/structure/table, -/obj/machinery/computer/security/telescreen/rd{ - dir = 4; - pixel_y = 3 - }, -/obj/item/cartridge/signal/toxins, -/obj/item/cartridge/signal/toxins{ - pixel_x = -4; - pixel_y = 2 - }, -/obj/item/cartridge/signal/toxins{ - pixel_x = 4; - pixel_y = 6 - }, -/obj/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/hor"; - dir = 8; - name = "RD Office APC"; - pixel_x = -25 - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/crew_quarters/heads/hor) -"xlk" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"xlp" = ( -/obj/structure/chair/office/light, -/obj/effect/landmark/start/research_director, -/obj/structure/cable{ - icon_state = "1-8" - }, -/turf/open/floor/carpet/purple, -/area/crew_quarters/heads/hor) -"xlF" = ( -/obj/effect/turf_decal/delivery, /turf/open/floor/plasteel{ - dir = 4; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/science/robotics/lab) -"xlR" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 4; + dir = 1; icon_state = "floor_plate" }, -/area/science/misc_lab) -"xmg" = ( +/area/hallway/primary/aft/upper) +"xIq" = ( +/obj/structure/chair/foldingchair{ + dir = 4 + }, +/turf/open/floor/plating, +/area/crew_quarters/theatre) +"xIy" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; name = "scrubbers pipe" }, -/turf/open/floor/wood, -/area/library) -"xml" = ( -/obj/structure/table/wood, -/obj/item/toy/figure/hop{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/toy/figure/ian, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/hop) -"xmv" = ( /obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" + dir = 1; + icon_state = "steel_decals_central6_corner"; + name = "maintenance hatch" }, -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard) +"xIC" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/dorms/upper) +"xIJ" = ( /obj/machinery/light{ dir = 4; pixel_x = 7 }, -/obj/machinery/airalarm{ - pixel_y = 22 +/obj/machinery/button/door{ + id = "TEG_Vent"; + pixel_x = 7; + pixel_y = 27 }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/bar) -"xmy" = ( -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" +/obj/machinery/button/ignition/incinerator{ + id = "TEG_igniter"; + pixel_x = -6; + pixel_y = 27 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 +/obj/effect/turf_decal/stripes/line{ + dir = 5 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/science/research) -"xmO" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"xmQ" = ( -/obj/machinery/atmospherics/components/unary/portables_connector, -/obj/effect/turf_decal/delivery, /turf/open/floor/plasteel/dark, /area/engine/engineering) -"xmT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 +"xIL" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; dir = 4; - name = "scrubbers pipe" + icon_state = "siding_wood_corner"; + name = "wood corner" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; + dir = 5; name = "air supply pipe" }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, /obj/structure/cable{ icon_state = "4-8" }, -/obj/effect/turf_decal/tile/purple{ +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"xIO" = ( +/obj/structure/railing/handrail{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/arrows{ dir = 1 }, -/obj/effect/turf_decal/tile/purple{ +/turf/open/floor/plasteel, +/area/hallway/secondary/exit/upper) +"xIR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"xIS" = ( +/obj/structure/railing{ dir = 8 }, -/turf/open/floor/plasteel, -/area/maintenance/starboard) -"xnd" = ( -/obj/machinery/atmospherics/pipe/simple/general/hidden, -/turf/closed/wall/r_wall, -/area/maintenance/disposal/incinerator) -"xnh" = ( -/obj/machinery/door/airlock/research{ - dir = 4; - name = "Genetics Research Access"; - req_access_txt = "9" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ +/obj/structure/janitorialcart, +/obj/item/mop, +/obj/item/reagent_containers/glass/bucket, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel{ dir = 8; - name = "air supply pipe" + icon_plating = "floor"; + icon_state = "floor_whole_alt" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/maintenance/starboard/aft) -"xnt" = ( -/obj/machinery/door/firedoor, +/area/janitor/upper) +"xIT" = ( +/obj/effect/landmark/carpspawn, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"xIV" = ( /obj/effect/turf_decal/tile/blue{ - dir = 4 + dir = 5 }, -/obj/effect/turf_decal/tile/blue, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" +/obj/structure/sign/poster/official/safety_internals{ + pixel_x = 30 }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"xnw" = ( +/obj/machinery/camera/autoname{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + dir = 4; + icon_state = "plaswhite_plate" + }, +/area/medical/psych/ward) +"xJc" = ( +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark/side, +/area/bridge) +"xJg" = ( /obj/effect/turf_decal/tile/red{ - dir = 1 + dir = 6 }, /obj/effect/turf_decal/tile/red{ dir = 4 }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 +/obj/structure/extinguisher_cabinet{ + pixel_x = 25 }, /turf/open/floor/plasteel{ icon_state = "floor_plate" }, /area/security/brig) -"xny" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ +"xJr" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/curtain, +/obj/item/soap, +/obj/machinery/shower{ + dir = 1 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/dorms/E) +"xJy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"xnW" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/science/research) -"xoa" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/newscaster{ - pixel_x = -32 - }, -/obj/machinery/navbeacon{ - codes_txt = "patrol;next_patrol=FP2"; - location = "Security" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"xob" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/security/courtroom) -"xoi" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "rnd2"; - name = "research lab shutters" - }, -/obj/effect/spawner/structure/window, -/turf/open/floor/plating, -/area/science/lab) -"xow" = ( -/obj/structure/bed/roller, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"xoH" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"xoI" = ( -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/hos) -"xoJ" = ( -/obj/machinery/computer/rdservercontrol, -/obj/effect/decal/cleanable/cobweb/cobweb2, -/turf/open/floor/plasteel/dark, -/area/science/server) -"xoO" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/hallway) -"xoQ" = ( -/obj/structure/table/wood, -/obj/item/ashtray, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = -12; - pixel_y = 7 - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"xoY" = ( -/obj/structure/table/wood, -/obj/item/lighter{ - pixel_x = -4 - }, -/obj/item/reagent_containers/food/drinks/bottle/whiskey{ - pixel_x = 3; - pixel_y = 5 - }, -/turf/open/floor/wood, -/area/security/detectives_office) -"xpd" = ( -/obj/machinery/door/poddoor/preopen{ - id = "primaryshut1"; - name = "primary blast door" - }, -/obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ - dir = 1; - name = "Central Access" - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"xpj" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"xpl" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -5; - pixel_y = 30 - }, -/obj/machinery/camera{ - c_tag = "Bar East" - }, -/obj/structure/chair/sofa/left, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/structure/window{ - dir = 4 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"xpo" = ( -/obj/structure/table, -/obj/item/storage/backpack/duffelbag/med/surgery, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/turf/open/floor/plasteel/freezer, -/area/medical/sleeper) -"xpq" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/bridge) -"xpt" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" }, -/obj/machinery/light_switch{ - pixel_y = -28 +/turf/open/floor/plasteel, +/area/hallway/secondary/exit/upper) +"xJP" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 }, -/turf/open/floor/carpet/red, -/area/crew_quarters/bar) -"xpv" = ( -/obj/structure/table/wood, -/obj/item/ashtray, -/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"xpG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/docking_port/stationary/random{ - dir = 8; - id = "pod_lavaland1"; - name = "lavaland" - }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"xpH" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/railing, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"xqb" = ( -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-05" +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" }, /turf/open/floor/plasteel{ + dir = 1; icon_state = "floor_plate" }, -/area/crew_quarters/fitness) -"xqj" = ( -/obj/structure/table/reinforced, -/obj/structure/window{ - dir = 1 - }, -/obj/item/toy/plush/carrot, -/obj/structure/window{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/area/hallway/primary/port) +"xJT" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 }, /turf/open/floor/plasteel/dark, -/area/arcade) -"xql" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/door/window/northright{ - name = "Arcade Counter Door" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/arcade) -"xqu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"xqy" = ( -/obj/machinery/conveyor_switch/oneway{ - id = "packageSort2" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/obj/structure/disposalpipe/segment, -/obj/machinery/camera{ - c_tag = "Cargo Delivery Office"; - dir = 6 - }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"xqD" = ( -/obj/machinery/atmospherics/components/binary/pump{ - dir = 4; - name = "N2 to Pure" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"xqM" = ( -/obj/structure/table/reinforced, -/obj/machinery/recharger, -/turf/open/floor/plasteel, /area/bridge) -"xqT" = ( +"xJU" = ( +/obj/structure/bookcase/random, +/turf/open/floor/wood, +/area/security/prison) +"xKj" = ( /obj/effect/turf_decal/loading_area{ dir = 10; icon_state = "steel_panel"; name = "steel pannel" }, +/obj/structure/railing, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark/layenia, +/area/layenia/cloudlayer) +"xKm" = ( +/obj/machinery/firealarm{ + pixel_y = -28 + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/spa/sauna) +"xKo" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; name = "scrubbers pipe" }, -/turf/open/floor/plasteel/vaporwave, -/area/arcade) -"xrj" = ( -/obj/structure/table/wood, -/obj/item/ashtray, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"xru" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/green/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/cyan/visible, -/turf/open/floor/plating, -/area/engine/atmos) -"xrw" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plating, -/area/medical/virology) -"xrU" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden, -/obj/machinery/ai_slipper{ - uses = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/hallway) -"xrV" = ( -/obj/structure/closet/secure_closet/personal/patient, -/obj/machinery/button/door{ - id = "medpriv4"; - name = "Privacy Shutters"; - pixel_y = 25 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"xrX" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/structure/chair/office/dark{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/landmark/start/shaft_miner, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"xsp" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/processing) -"xsq" = ( -/turf/closed/wall, -/area/security/detectives_office) -"xsy" = ( -/obj/structure/closet/emcloset, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"xsI" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/effect/landmark/start/librarian, -/turf/open/floor/carpet, -/area/library) -"xsM" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/artatrium) -"xsQ" = ( -/obj/effect/turf_decal/delivery, -/obj/effect/decal/cleanable/oil{ - icon_state = "floor6" - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"xsU" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/item/twohanded/required/kirbyplants/photosynthetic{ - pixel_y = 10 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"xtd" = ( -/obj/structure/table/wood, -/obj/item/ashtray, -/obj/item/reagent_containers/food/drinks/beer, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"xtk" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/cable{ - icon_state = "1-2" - }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" +/obj/structure/cable{ + icon_state = "1-2" }, /obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark/side, -/area/security/main) -"xtp" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"xKr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"xKs" = ( +/turf/closed/wall/r_wall, +/area/gateway) +"xKx" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/aft) +"xKA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/closet/emcloset, +/obj/machinery/button/door{ + desc = "A remote control switch for the exit."; + id = "laborexit"; + name = "exit button"; + normaldoorcontrol = 1; + pixel_x = 8; + pixel_y = -24 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/security/processing) +"xKE" = ( +/obj/structure/chair/bench/metal, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port/upper) +"xKJ" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/janitor/upper) +"xKK" = ( +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/white/side{ + dir = 6 + }, +/area/medical/virology) +"xLn" = ( /obj/structure/window/reinforced, /obj/structure/table/reinforced, /obj/structure/cable{ icon_state = "4-8" }, /obj/machinery/button/door{ - id = "xenobio8"; + id = "xenobio7"; name = "Containment Blast Doors"; pixel_y = 4; req_access_txt = "55" @@ -96290,1972 +160694,589 @@ /obj/effect/turf_decal/stripes/line{ dir = 10 }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"xtu" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/mix_output{ - dir = 8 - }, -/turf/open/floor/engine/vacuum, -/area/engine/atmos) -"xtv" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"xtN" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/effect/landmark/start/botanist, -/turf/open/floor/plasteel/dark, -/area/hydroponics) -"xtY" = ( -/obj/structure/table/wood, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 9 - }, -/obj/structure/window{ - dir = 4 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet, -/area/library) -"xud" = ( -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Bridge East"; - dir = 6 - }, -/turf/open/floor/plasteel/dark/side, -/area/bridge) -"xuf" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"xug" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/maintenance/disposal) -"xur" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"xus" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 - }, -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hydroponics) -"xut" = ( -/obj/structure/flora/crystal/small/pile, -/obj/structure/flora/crystal/small/growth, -/turf/open/indestructible/layenia/crystal/garden, -/area/crew_quarters/dorms) -"xuu" = ( -/obj/structure/chair/comfy/black{ - dir = 1 - }, -/turf/open/floor/carpet, -/area/library) -"xux" = ( -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/camera{ - c_tag = "Dormitory North" - }, -/obj/structure/sign/painting/library{ - pixel_y = 28 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms) -"xuE" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "scishut1"; - name = "shutters" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"xuQ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" - }, -/obj/machinery/airalarm{ - pixel_y = 22 - }, -/turf/open/floor/carpet, -/area/crew_quarters/fitness/pool) -"xuV" = ( -/obj/machinery/atmospherics/pipe/simple/yellow/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) -"xvq" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/medical/virology) -"xvE" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"xvH" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/hallway/primary/port) -"xvJ" = ( -/obj/machinery/computer/aifixer{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/crew_quarters/heads/hor) -"xvL" = ( -/obj/structure/sign/warning/securearea{ - desc = "A warning sign which reads 'BOMB RANGE"; - name = "BOMB RANGE" - }, -/turf/closed/indestructible{ - desc = "A wall impregnated with Fixium, able to withstand massive explosions with ease"; - icon_state = "riveted"; - name = "hyper-reinforced wall" - }, -/area/layenia) -"xvN" = ( -/obj/machinery/igniter{ - id = "toxigniter"; - luminosity = 2 - }, -/turf/open/floor/engine/vacuum, -/area/science/mixing) -"xvV" = ( -/obj/machinery/computer/robotics{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/crew_quarters/heads/hor) -"xvX" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "scishut1"; - name = "shutters" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"xwa" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light_switch{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 8 - }, -/area/science/research) -"xwc" = ( -/turf/open/floor/plasteel, -/area/engine/atmos) -"xwf" = ( -/obj/machinery/vending/medical{ - pixel_x = -2 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/medical/sleeper) -"xwh" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"xwm" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"xwv" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/security/courtroom) -"xwy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/heads/chief) -"xwJ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/table, -/obj/item/reagent_containers/rag/towel{ - pixel_y = 3 - }, -/obj/effect/decal/cleanable/dirt, /obj/machinery/light{ dir = 4; pixel_x = 7 }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/maintenance/fore) -"xxg" = ( -/obj/structure/table/reinforced, -/obj/item/multitool, -/obj/item/screwdriver, -/turf/open/floor/plasteel/white, -/area/science/circuit) -"xxr" = ( -/obj/effect/turf_decal/stripes/line, -/obj/docking_port/stationary/random{ - dir = 2; - id = "pod_lavaland4"; - name = "lavaland" - }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"xxA" = ( -/turf/open/floor/plasteel/yellowsiding{ - dir = 4 - }, -/area/maintenance/fore) -"xxF" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/security/main) -"xxL" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/computer/lore_terminal/security, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/brig) -"xxU" = ( -/obj/item/twohanded/required/fuel_rod, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/pool, -/area/engine/engineering/reactor_core) -"xxV" = ( -/obj/structure/closet/secure_closet/medical1, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light{ - pixel_y = -1 - }, /turf/open/floor/plasteel/dark, -/area/gateway) -"xxW" = ( -/turf/open/floor/plasteel/stairs/medium{ - dir = 4 - }, -/area/security/main) -"xye" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plating, -/area/security/execution/transfer) -"xyi" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/crew_quarters/fitness/pool) -"xym" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/stairs/medium{ - dir = 1 - }, -/area/medical/medbay/central) -"xyq" = ( -/turf/open/floor/plasteel/stairs/medium{ - dir = 8 - }, -/area/crew_quarters/bar) -"xys" = ( -/obj/machinery/space_heater, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"xyu" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/item/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_x = 27 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/machinery/camera{ - c_tag = "Security Post - Engineering"; - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/engineering) -"xyw" = ( -/obj/structure/chair/office/dark{ - dir = 1 - }, -/obj/machinery/camera{ - c_tag = "Server Room"; - dir = 10; - network = list("ss13","rd") - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/plasteel/dark, -/area/science/server) -"xyJ" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"xyK" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/science/misc_lab) -"xyL" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 - }, -/obj/effect/turf_decal/tile/green, -/turf/open/indestructible/concrete/smooth, -/area/layenia) -"xzc" = ( -/obj/machinery/camera{ - c_tag = "Arrivals Escape Pod 1"; - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"xzi" = ( -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 8 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"xzk" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/door/firedoor, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/door/airlock/command{ - dir = 4; - name = "Control Room"; - req_access_txt = "19; 61" - }, -/turf/open/floor/plasteel, -/area/tcommsat/computer) -"xzm" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"xzx" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/power/apc{ - areastring = "/area/medical/genetics"; - dir = 1; - name = "Genetics APC"; - pixel_y = 24 - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"xzH" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"xzO" = ( -/obj/structure/rack, -/obj/item/stack/sheet/cardboard, -/obj/item/stack/rods/fifty, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/quartermaster/warehouse) -"xzV" = ( -/obj/machinery/computer/slot_machine{ - balance = 15; - money = 500 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"xzZ" = ( -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, /area/science/xenobiology) -"xAo" = ( -/obj/structure/table, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/item/book/lorebooks/layenia_crystals, -/turf/open/floor/plasteel/dark, -/area/bridge) -"xAx" = ( -/obj/structure/rack, -/obj/item/electronics/apc, -/obj/item/stock_parts/cell{ - maxcharge = 2000 - }, -/obj/machinery/light_switch{ - pixel_x = 23 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/quartermaster/warehouse) -"xAD" = ( -/obj/structure/table/reinforced, -/obj/item/toy/plush/box, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/dark, -/area/arcade) -"xAJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"xAL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/carpet/orange, -/area/arcade) -"xAQ" = ( -/obj/machinery/libraryscanner, -/turf/open/floor/carpet, -/area/library) -"xAU" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/railing, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"xAX" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "garbage" - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"xBc" = ( +"xLo" = ( /obj/effect/turf_decal/loading_area{ dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/junction/flip{ - dir = 2 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"xBm" = ( -/turf/closed/wall/r_wall, -/area/storage/tech) -"xBq" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/science/misc_lab) -"xBs" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"xBB" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer1{ - dir = 1 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"xBR" = ( -/obj/machinery/computer/arcade/battle{ - dir = 8 - }, -/turf/open/floor/carpet/black, -/area/arcade) -"xBS" = ( -/obj/structure/cable/yellow{ - icon_state = "1-2" - }, -/obj/structure/cable/yellow{ - icon_state = "1-4" - }, -/obj/structure/cable/yellow{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/hallway) -"xBW" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 8 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"xBX" = ( -/obj/structure/closet/crate/coffin, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"xBY" = ( -/obj/structure/bed/dogbed/ian, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/hop) -"xCg" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"xCl" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "primaryshut1"; - name = "primary blast door" - }, -/turf/open/floor/plasteel, -/area/bridge) -"xCu" = ( -/obj/structure/table/wood, -/obj/effect/spawner/lootdrop/keg, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"xCw" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/science/xenobiology) -"xCx" = ( -/obj/effect/spawner/structure/window/plasma/reinforced, -/turf/open/floor/plating, -/area/engine/break_room) -"xCY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"xDl" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"xDn" = ( -/obj/structure/table, -/obj/machinery/keycard_auth{ - pixel_x = -24 - }, -/turf/open/floor/wood, -/area/crew_quarters/heads/hop) -"xDB" = ( -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/pool) -"xDD" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel/dark, -/area/security/execution/transfer) -"xDL" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/fitness) -"xDN" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/portable_atmospherics/canister/toxins, -/turf/open/floor/engine, -/area/science/storage) -"xDU" = ( -/obj/machinery/door/window/northright{ - dir = 4; - name = "Library Desk Door"; - req_access_txt = "37" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/carpet, -/area/library) -"xEk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/science/lab) -"xEp" = ( -/obj/structure/table, -/turf/open/floor/plasteel, -/area/security/processing) -"xEA" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/sign/plaques/golden{ - pixel_x = 32 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/secondary/entry) -"xEG" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"xEP" = ( -/turf/open/floor/plasteel/yellowsiding/corner{ - dir = 1 - }, -/area/crew_quarters/fitness/pool) -"xEU" = ( -/obj/structure/chair/comfy/black{ - dir = 4 - }, -/obj/structure/sign/painting/library{ - pixel_y = 28 - }, -/turf/open/floor/wood, -/area/science/research) -"xFi" = ( -/obj/machinery/door/airlock/external{ - name = "Solar Maintenance"; - req_access_txt = "10; 13" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"xFk" = ( -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 3" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/structure/fans/tiny, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"xFl" = ( -/obj/machinery/atmospherics/pipe/simple/brown/visible{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"xFo" = ( -/obj/machinery/computer/prisoner/management{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"xFt" = ( -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/science/research) -"xFu" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"xFA" = ( -/obj/structure/chair/comfy/black, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/carpet, -/area/library) -"xFH" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; icon_state = "steel_panel"; name = "steel pannel" }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"xFI" = ( -/obj/item/bot_assembly/firebot, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore/upper) +"xLp" = ( +/obj/structure/chair/wood{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"xGa" = ( -/turf/closed/wall, -/area/hallway/primary/fore) -"xGe" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/plasteel/white, -/area/science/xenobiology) -"xGq" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"xGs" = ( -/obj/machinery/door/airlock/hatch{ - name = "MiniSat Service Bay"; - req_one_access_txt = "65" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 8 - }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 4 - }, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/hallway) -"xGw" = ( -/obj/structure/window/reinforced, -/obj/machinery/modular_computer/console/preset{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/layenia/cloudlayer) -"xGJ" = ( -/obj/structure/table/wood, -/obj/item/export/bottle/wine{ - pixel_x = 4; - pixel_y = 8 - }, -/turf/open/floor/wood, -/area/maintenance/fore) -"xGQ" = ( -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"xGS" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "scishut1"; - name = "shutters" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"xGY" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - id = "scishut1"; - name = "shutters" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"xHj" = ( -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/service) -"xHl" = ( -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/fitness/pool) -"xHo" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"xHt" = ( +/turf/open/floor/carpet, +/area/crew_quarters/bar/cafe) +"xLr" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; + dir = 5; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig/upper) +"xLN" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; name = "scrubbers pipe" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; + dir = 6; name = "air supply pipe" }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"xHw" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 +/turf/open/floor/plasteel/white, +/area/medical/virology) +"xLR" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 5 }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 4 +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/machinery/airalarm{ - pixel_y = 24 +/turf/open/floor/plasteel, +/area/engine/engineering) +"xLX" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/security/brig/upper) +"xMh" = ( +/obj/machinery/door/airlock{ + id_tag = "null"; + name = "Unit 2" }, -/obj/structure/filingcabinet, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/medical) -"xHI" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/crew_quarters/fitness/pool) -"xHP" = ( +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/upper) +"xMt" = ( /obj/effect/turf_decal/loading_area{ - dir = 4; + dir = 1; icon_state = "drain"; name = "drain" }, /turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/primary/starboard/upper) +"xMv" = ( +/turf/open/floor/plasteel/stairs/medium{ dir = 8 }, -/area/science/misc_lab) -"xHT" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 6 +/area/medical/medbay/central) +"xMw" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" }, -/obj/machinery/ai_slipper{ - uses = 10 +/turf/open/floor/wood{ + icon_state = "wood-broken6" }, -/obj/structure/cable/yellow{ - icon_state = "4-8" +/area/maintenance/starboard/aft/upper) +"xMC" = ( +/turf/open/floor/grass/layenia, +/area/layenia) +"xMG" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_panel"; + name = "steel pannel" }, /turf/open/floor/plasteel/dark, +/area/medical/medbay/upper) +"xMI" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/junglebush/large{ + pixel_y = 7 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/grass, +/area/library) +"xMM" = ( +/turf/open/indestructible/layenia/crystal, +/area/layenia) +"xMS" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"xMU" = ( +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"xMY" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft/upper) +"xNg" = ( +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"xNj" = ( +/turf/closed/wall/r_wall, /area/ai_monitored/turret_protected/aisat/service) -"xHV" = ( -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/security/brig) -"xIa" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/aft) -"xIg" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 4 - }, -/turf/open/floor/engine, -/area/science/misc_lab) -"xIq" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, +"xNp" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ dir = 1; name = "air scrubber" }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/science/storage) +"xNv" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "cargoshut1"; + name = "shutters" + }, +/turf/open/floor/plating, +/area/quartermaster/miningdock) +"xNx" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"xNC" = ( +/obj/structure/sign/logo/cpr{ + icon_state = "CPR_sign2"; + pixel_y = 33 + }, +/turf/open/transparent/openspace, +/area/maintenance/fore/upper) +"xND" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"xNE" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/security/lambent) +"xNK" = ( +/obj/structure/dresser, +/turf/open/floor/wood, +/area/maintenance/fore/upper) +"xNL" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/atmos) +"xNS" = ( +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/table/wood, +/turf/open/floor/wood, +/area/maintenance/fore/upper) +"xNT" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/structure/sign/warning/radiation{ + pixel_x = 32 + }, /turf/open/floor/plasteel{ dir = 4; icon_state = "floor_plate" }, /area/engine/break_room) -"xIB" = ( -/obj/effect/spawner/lootdrop/maintenance, +"xNU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/port/fore) +"xNW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/flasher/portable, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/security/armory) +"xNX" = ( +/obj/structure/chair/sofachair{ + dir = 8 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"xNY" = ( +/obj/structure/table/wood, +/obj/structure/bedsheetbin{ + pixel_y = 2 + }, +/obj/structure/mirror{ + pixel_y = 30 + }, +/turf/open/floor/wood{ + icon_state = "wood-broken" + }, +/area/maintenance/fore/upper) +"xOa" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/item/kitchen/knife, +/obj/item/reagent_containers/food/snacks/meat/slab/monkey, /turf/open/floor/plating, -/area/maintenance/solars/port/fore) -"xID" = ( -/obj/machinery/atmospherics/components/unary/portables_connector, -/obj/effect/turf_decal/delivery, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 +/area/maintenance/fore/upper) +"xOb" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/bridge) +"xOo" = ( +/obj/structure/table/wood, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/wood, +/area/maintenance/fore/upper) +"xOq" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "test chamber blast door" + }, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plating, +/area/science/xenobiology) +"xOr" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/maintenance/fore/upper) +"xOC" = ( +/obj/structure/chair/foldingchair, +/obj/structure/sign/poster/contraband/communist_state{ + pixel_y = 32 + }, +/turf/open/floor/grass, +/area/security/prison) +"xOD" = ( +/obj/structure/flora/crystal/medium/growth, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/layenia) +"xOH" = ( +/obj/structure/stairs{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"xOI" = ( +/obj/structure/trash_pile, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/turf/open/floor/wood, +/area/maintenance/fore/upper) +"xOJ" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/E) +"xOO" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/structure/sign/poster/random{ + pixel_x = 32 }, /turf/open/floor/plasteel{ - dir = 1; - icon_plating = "floor"; - icon_state = "floor_whole" + dir = 4; + icon_state = "floor_plate" + }, +/area/security/brig/upper) +"xOR" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 }, -/area/engine/engineering) -"xIT" = ( /turf/open/floor/plasteel{ dir = 8; icon_state = "floor_trim" }, -/area/security/processing) -"xJo" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/structure/closet/emcloset, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 10 - }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"xJz" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 5 - }, -/obj/item/pen, -/turf/open/floor/plasteel/dark, -/area/science/research) -"xJH" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"xJP" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/door/firedoor, -/obj/structure/medkit_cabinet{ - pixel_y = 27 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"xJU" = ( -/turf/closed/wall/r_wall, -/area/engine/engineering) -"xJV" = ( -/obj/structure/table, -/obj/item/storage/box/cups{ - pixel_y = 10 - }, -/obj/structure/sign/poster/official/random{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"xKi" = ( -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel, -/area/engine/engineering) -"xKo" = ( -/obj/machinery/door/airlock/external{ - name = "Mining Dock Airlock"; - req_access_txt = "48"; - shuttledocked = 1 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/area/security/brig/upper) +"xOS" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"xKr" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 1 - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/miningdock) -"xKs" = ( -/obj/structure/table, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-22"; - pixel_y = 14 - }, -/turf/open/floor/plasteel/dark, -/area/science/research) -"xKx" = ( -/obj/effect/turf_decal/stripes/line, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"xKK" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/hallway/secondary/entry) -"xKM" = ( -/obj/machinery/computer/secure_data, -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/machinery/newscaster{ - pixel_x = -30 - }, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/science) -"xKS" = ( -/turf/open/floor/plasteel/freezer, -/area/security/prison) -"xKV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/kitchen) -"xLe" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/hop) -"xLf" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/caution/stand_clear, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"xMv" = ( -/obj/structure/table, -/obj/item/reagent_containers/food/condiment/saltshaker{ - pixel_x = -3; - pixel_y = 5 - }, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 3; - pixel_y = 7 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 8 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/science/research) -"xMy" = ( -/turf/open/floor/plasteel, -/area/engine/engineering) -"xMD" = ( -/obj/machinery/door/airlock/external{ - name = "MiniSat External Access"; - req_access_txt = "65" - }, -/obj/effect/turf_decal/delivery, -/obj/structure/fans/tiny, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"xMH" = ( -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/flora/crystal/small/pile{ - icon_state = "crystals4" - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/aft) -"xMM" = ( -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/structure/sign/poster/random{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/dark, -/area/engine/break_room) -"xMU" = ( -/turf/closed/wall, -/area/maintenance/fore) -"xMZ" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia/cloudlayer) -"xNj" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/grass, -/area/hydroponics) -"xNp" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, /obj/structure/cable{ icon_state = "2-4" }, -/obj/structure/disposalpipe/segment{ +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"xOT" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/break_room) +"xPh" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = -19; + pixel_y = -7 + }, +/obj/effect/turf_decal/weather/grass/line{ dir = 6 }, -/turf/open/floor/plating, -/area/maintenance/starboard) -"xNv" = ( -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"xNy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"xNK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/turf/open/water/jungle, +/area/crew_quarters/dorms/upper) +"xPj" = ( +/obj/effect/turf_decal/tile/red{ + dir = 6 }, /obj/effect/turf_decal/loading_area{ - dir = 1; + dir = 8; icon_state = "drain"; name = "drain" }, -/obj/machinery/camera{ - c_tag = "Arrivals Bay 2 South"; - dir = 4 +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"xNL" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall/r_wall, -/area/engine/atmos) -"xNS" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" }, -/obj/structure/cable/yellow{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat/service) -"xNT" = ( -/obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/rnd, -/turf/open/floor/plating, -/area/storage/tech) -"xNU" = ( -/turf/open/floor/plasteel/stairs/medium{ +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ dir = 1 }, +/turf/open/floor/plasteel, +/area/hallway/secondary/exit/upper) +"xPu" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, /area/security/prison) -"xNY" = ( -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 3" +"xPx" = ( +/obj/structure/railing/handrail{ + dir = 1 }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/turf_decal/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3, +/turf/open/floor/plasteel/stairs/medium{ + dir = 4; + icon_state = "stairs_darkfull_m"; + name = "dark medium" + }, +/area/maintenance/port) +"xPA" = ( +/turf/open/floor/plasteel/stairs/right{ + dir = 1; + icon_state = "stairs_wood_r"; + name = "wood right" + }, +/area/crew_quarters/bar/cafe) +"xPD" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/department/security) +"xPH" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/barber) +"xPL" = ( +/turf/closed/wall/r_wall, +/area/medical/storage) +"xPR" = ( +/obj/structure/lattice, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"xPS" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/hallway/primary/fore) +"xPX" = ( +/turf/open/floor/grass, +/area/crew_quarters/park) +"xQd" = ( +/turf/closed/wall, +/area/medical/medbay/central) +"xQg" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/park) +"xQh" = ( +/turf/closed/wall/r_wall, +/area/medical/surgery) +"xQw" = ( /obj/structure/cable{ icon_state = "1-2" }, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"xOl" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/security/brig) -"xOC" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/obj/machinery/light/built{ - pixel_y = -1 - }, -/obj/item/light/tube/broken, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"xOH" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"xOM" = ( -/obj/structure/table, -/obj/item/folder/white{ - pixel_x = -4; - pixel_y = 3 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"xOS" = ( -/obj/structure/chair/stool, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"xOT" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/engine/engineering) -"xOU" = ( -/obj/structure/closet/secure_closet/medical1, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/obj/machinery/airalarm{ - pixel_y = 24 - }, -/obj/machinery/camera{ - c_tag = "Virology North"; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel, -/area/medical/virology) -"xPb" = ( -/obj/machinery/power/apc{ - areastring = "/area/maintenance/starboard/central"; - dir = 4; - name = "Starboard Maintenance APC"; - pixel_x = 26 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/starboard/central) -"xPx" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/quartermaster/qm) -"xPK" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/security/main) -"xPN" = ( -/obj/machinery/space_heater, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/quartermaster/warehouse) -"xPR" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/structure/railing, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"xPY" = ( -/obj/structure/lattice, -/obj/structure/transit_tube/curved{ - dir = 1 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"xQd" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"xQf" = ( -/obj/structure/punching_bag, -/turf/open/floor/carpet/black, -/area/crew_quarters/fitness) -"xQg" = ( -/obj/structure/closet/crate{ - icon_state = "crateopen" - }, -/obj/item/clothing/suit/space/orange, -/obj/item/clothing/head/helmet/space/orange, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/engine/engineering) -"xQh" = ( -/obj/structure/chair/stool, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"xQn" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/aisat/service) -"xQt" = ( -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/door/airlock/external{ - name = "External Access"; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"xQu" = ( -/turf/open/floor/plasteel/stairs/right{ - dir = 8 - }, -/area/layenia) -"xQy" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Cargo Bay Warehouse Maintenance"; - req_access_txt = "31" - }, -/turf/open/floor/plating, -/area/quartermaster/warehouse) -"xQG" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/turf/open/floor/plasteel, -/area/science/research) -"xQS" = ( -/obj/structure/table/reinforced, -/obj/item/toy/plush/dr_scanny, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/arcade) -"xQT" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/button/door{ - id = "Skynet_launch"; - name = "Mech Bay Door Control"; - pixel_x = -24; - pixel_y = 24 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"xRd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, @@ -98263,281 +161284,707 @@ dir = 8; name = "air supply pipe" }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/bridge) +"xQy" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"xQA" = ( +/obj/structure/chair/sofa, +/obj/machinery/status_display{ + layer = 4; + pixel_y = 26 + }, +/turf/open/floor/carpet, +/area/hallway/secondary/entry/upper) +"xQB" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/grass, +/area/crew_quarters/dorms/upper) +"xQG" = ( +/obj/structure/sink/puddle, +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = 6 + }, +/mob/living/carbon/monkey, +/turf/open/floor/grass, +/area/medical/genetics) +"xQP" = ( +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/maintenance/fore/upper) +"xQS" = ( +/turf/closed/wall, +/area/quartermaster/warehouse) +"xRa" = ( +/obj/machinery/door/poddoor/preopen{ + id = "hos" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plating, +/area/crew_quarters/heads/hos) +"xRd" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port) +"xRo" = ( /obj/structure/disposalpipe/segment{ dir = 4 }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"xRg" = ( -/obj/machinery/door/morgue{ - name = "Private Study"; - req_access_txt = "37" - }, -/turf/open/floor/engine/cult, -/area/library) -"xRo" = ( -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/quartermaster/office) -"xRH" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/science/misc_lab) -"xRM" = ( -/obj/structure/table/wood, -/obj/item/pen, -/turf/open/floor/carpet, -/area/library) -"xSc" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 6 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; name = "scrubbers pipe" }, +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"xRH" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 4 + }, +/area/science/misc_lab) +"xRP" = ( +/obj/structure/railing, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"xRS" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/department/engine/upper) +"xRU" = ( +/obj/structure/table, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/fore/upper) +"xRX" = ( +/obj/machinery/door/airlock/engineering{ + name = "SMES Room"; + req_access_txt = "32" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 1; name = "air supply pipe" }, -/turf/open/floor/plasteel, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/engine_smes) +"xSc" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, /area/engine/atmos) +"xSd" = ( +/obj/effect/turf_decal/stripes/end, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia) "xSh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/open/indestructible/concrete, +/area/layenia) +"xSp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"xSu" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/checker, +/area/engine/atmos) +"xSy" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/fitness) +"xSz" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/white, +/area/medical/psych/ward) +"xSA" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 9; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/fitness) +"xSB" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, /obj/effect/turf_decal/loading_area{ dir = 1; icon_state = "drain"; name = "drain" }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/camera{ - c_tag = "Chapel Hallway" +/turf/open/floor/plasteel/dark/side{ + dir = 4 }, -/obj/machinery/computer/lore_terminal, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore) -"xSu" = ( -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, -/turf/open/floor/plasteel, -/area/engine/atmos) +/area/crew_quarters/theatre) "xSC" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"xSK" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/hallway/primary/aft/upper) +"xSO" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark/layenia{ + icon_state = "darkfull_plate" + }, +/area/layenia/cloudlayer) +"xSQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/indestructible/concrete, +/area/layenia) +"xTd" = ( +/turf/open/floor/plasteel, +/area/quartermaster/storage) +"xTh" = ( +/obj/structure/table/glass, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/gloves/color/latex, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"xTj" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/light/broken{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/maintenance/department/engine/upper) +"xTl" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; name = "scrubbers pipe" }, /turf/open/floor/plasteel/dark, -/area/medical/morgue) -"xSK" = ( +/area/crew_quarters/theatre) +"xTm" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/chair/bench/left{ + dir = 4 + }, +/turf/open/floor/plasteel/checker, +/area/artatrium) +"xTr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plating, +/area/maintenance/fore) +"xTu" = ( /obj/machinery/power/terminal{ dir = 1 }, /obj/structure/cable{ icon_state = "0-8" }, -/turf/open/floor/plating, -/area/maintenance/solars/port/aft) -"xSQ" = ( -/obj/machinery/door/poddoor/preopen{ - id = "primaryshut1"; - name = "primary blast door" +/obj/machinery/ai_slipper{ + uses = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/ai) +"xTv" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"xTy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cave) +"xTB" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera/autoname, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/security/brig/upper) +"xTD" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Fitness" }, /obj/machinery/door/firedoor, -/obj/machinery/door/airlock/public/glass{ +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/crew_quarters/fitness) +"xTN" = ( +/obj/structure/cable, +/obj/machinery/power/solar{ + id = "auxsolareast"; + name = "Port Auxiliary Solar Array" + }, +/turf/open/floor/plasteel/airless/solarpanel{ + initial_gas_mix = "o2=22;n2=82;TEMP=180"; + planetary_atmos = 1 + }, +/area/layenia/cloudlayer) +"xTQ" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ dir = 1; - name = "Central Access" + name = "air supply pipe" }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"xTd" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 8 +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/effect/turf_decal/tile/brown, -/obj/structure/chair/office/dark, -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/obj/effect/landmark/start/cargo_technician, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"xTj" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/engine/break_room) -"xTr" = ( -/obj/effect/turf_decal/stripes/corner, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/area/engine/engineering) -"xTy" = ( -/obj/machinery/button/door{ - id = "arrivals_cargo"; - name = "Arrivals Cargo Blast Door Control"; - pixel_x = 24 - }, -/obj/effect/turf_decal/delivery, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) "xTZ" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/machinery/camera{ - c_tag = "TEG - North West"; - dir = 4; - network = list("ss13","engine") - }, -/obj/machinery/vending/cola/random, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/engine/engineering) +/turf/closed/wall/r_wall, +/area/security/prison) "xUa" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 +/obj/machinery/conveyor{ + dir = 4; + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/camera{ + c_tag = "Cargo Bay South"; + dir = 10 }, /obj/machinery/light{ pixel_y = -1 }, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating, +/area/quartermaster/storage) +"xUd" = ( +/obj/structure/trash_pile, +/turf/open/floor/plating, +/area/layenia/cloudlayer) +"xUe" = ( +/turf/closed/wall/r_wall, +/area/science/robotics/lab) +"xUg" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/red{ dir = 5 }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, /turf/open/floor/plasteel{ - icon_state = "floor_plate" + dir = 4; + icon_state = "floor_trim" }, -/area/quartermaster/office) -"xUe" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 +/area/security/processing) +"xUh" = ( +/obj/structure/bookcase/random/reference, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" }, -/turf/open/floor/plasteel/white/side{ - dir = 6 +/area/library) +"xUl" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" }, -/area/science/research) -"xUq" = ( /obj/machinery/light{ dir = 8; pixel_x = -7 }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"xUr" = ( -/obj/machinery/computer/secure_data{ - dir = 1 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/machinery/requests_console{ - department = "Security"; - departmentType = 5; - pixel_y = -30 - }, -/turf/open/floor/plasteel/dark, -/area/security/checkpoint/supply) -"xUG" = ( -/obj/machinery/computer/cargo/request, -/obj/effect/turf_decal/tile/brown, -/obj/effect/turf_decal/tile/brown{ - dir = 8 - }, -/turf/open/floor/plasteel/dark/side{ - dir = 1 - }, -/area/bridge) -"xUL" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"xUT" = ( +/area/hallway/primary/fore/upper) +"xUo" = ( /obj/effect/turf_decal/loading_area{ - dir = 1; icon_state = "drain"; name = "drain" }, -/obj/machinery/firealarm{ - pixel_y = 24 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" }, -/turf/open/floor/plasteel/white/corner{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/security/prison) +"xUq" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ dir = 8 }, -/area/science/research) +/turf/open/floor/plasteel/layenia, +/area/layenia) +"xUr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/aft/upper) +"xUA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/xenobiology) +"xUG" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/floor/plasteel/layenia, +/area/layenia) +"xUJ" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/window, +/obj/structure/window{ + dir = 4 + }, +/turf/open/floor/grass, +/area/maintenance/starboard/aft/upper) +"xUL" = ( +/obj/structure/chair/wood/normal{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/fore/upper) +"xUP" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/library) +"xUT" = ( +/obj/structure/bed, +/obj/item/bedsheet/orange, +/turf/open/floor/wood, +/area/maintenance/fore/upper) +"xUW" = ( +/obj/structure/rack, +/obj/effect/spawner/lootdrop/techstorage/engineering, +/turf/open/floor/plating, +/area/storage/tech) "xUX" = ( /obj/effect/turf_decal/loading_area{ dir = 1; icon_state = "drain"; name = "drain" }, -/obj/machinery/door/airlock/research{ - dir = 4; - name = "Testing Lab"; - req_access_txt = "47" - }, -/obj/machinery/door/firedoor, /turf/open/floor/plasteel/white/corner, /area/science/research) "xUY" = ( @@ -98546,89 +161993,216 @@ icon_state = "drain"; name = "drain" }, -/obj/machinery/door/firedoor, +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, /turf/open/floor/plasteel/white/corner, /area/science/research) +"xVa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"xVc" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood, +/area/layenia/cloudlayer) "xVd" = ( /obj/effect/turf_decal/loading_area{ dir = 1; icon_state = "drain"; name = "drain" }, -/obj/machinery/firealarm{ - pixel_y = 24 +/obj/machinery/light{ + dir = 1; + pixel_y = 16 }, /turf/open/floor/plasteel/white/corner, /area/science/research) +"xVe" = ( +/obj/structure/trash_pile, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/maintenance/fore/upper) +"xVh" = ( +/obj/structure/rack/shelf, +/obj/item/vending_refill/medical, +/obj/item/vending_refill/medical, +/obj/item/vending_refill/medical, +/obj/item/vending_refill/tool, +/obj/item/vending_refill/tool, +/obj/item/vending_refill/tool, +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/engine/break_room) "xVi" = ( -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" +/obj/structure/closet/crate/coffin, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" }, -/area/maintenance/fore) -"xVm" = ( -/obj/machinery/door/airlock/research{ - autoclose = 0; - dir = 4; - frequency = 1449; - id_tag = "xeno_airlock_exterior"; - name = "Xenobiology Lab Airlock"; - req_access_txt = "55" - }, -/obj/effect/mapping_helpers/airlock/locked, -/obj/machinery/doorButtons/access_button{ - idDoor = "xeno_airlock_exterior"; - idSelf = "xeno_airlock_control"; - name = "Access Button"; - pixel_y = -24 - }, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" +/turf/open/floor/wood{ + icon_state = "wood-broken7" }, +/area/maintenance/fore/upper) +"xVt" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; + dir = 5; name = "scrubbers pipe" }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, /turf/open/floor/plasteel, -/area/science/xenobiology) -"xVt" = ( +/area/crew_quarters/locker) +"xVA" = ( +/obj/machinery/light/small{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/maintenance/fore/upper) +"xVB" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/turf/open/transparent/openspace, +/area/security/brig/upper) +"xVF" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, /obj/effect/turf_decal/tile/blue{ dir = 4 }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" +/obj/structure/chair/bench/metal/left{ + dir = 8 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_plate" + }, +/area/medical/psych/ward) +"xVW" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" }, /obj/structure/cable{ icon_state = "1-2" }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white/corner{ +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/primary/starboard/upper) +"xWc" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/structure/railing, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/layenia) +"xWg" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible, +/obj/effect/turf_decal/tile/yellow{ dir = 1 }, -/area/hallway/secondary/entry) -"xWD" = ( -/obj/structure/table/plasmaglass, -/obj/item/reagent_containers/rag{ - pixel_y = 9 - }, -/obj/item/toy/figure/bartender, -/obj/structure/disposalpipe/segment{ +/obj/effect/turf_decal/tile/yellow{ dir = 4 }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/engine/engineering) +"xWl" = ( +/turf/closed/wall, +/area/crew_quarters/dorms/upper) +"xWr" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 8; + name = "Abandoned Maintenance Pool" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, /turf/open/floor/plasteel/dark, +/area/maintenance/fore/upper) +"xWv" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"xWx" = ( +/obj/structure/lattice/catwalk, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/railing, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"xWA" = ( +/turf/open/floor/plasteel, +/area/security/courtroom) +"xWC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark/side{ + dir = 8 + }, +/area/bridge) +"xWD" = ( +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, /area/crew_quarters/bar) "xWF" = ( /obj/structure/cable{ @@ -98645,160 +162219,68 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, /obj/effect/turf_decal/tile/yellow{ dir = 4 }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, /turf/open/floor/plasteel, /area/engine/break_room) -"xWP" = ( -/turf/open/floor/carpet, -/area/hallway/primary/port) -"xWY" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 +"xWI" = ( +/obj/structure/railing{ + dir = 4 }, -/turf/open/floor/plasteel, -/area/gateway) -"xXa" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness) -"xXe" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel/white, -/area/security/range) -"xXf" = ( -/obj/structure/chair/sofa/right, -/obj/machinery/light/small{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/wood, -/area/maintenance/starboard/aft) -"xXj" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/machinery/power/apc{ - areastring = "/area/lawoffice"; - dir = 1; - name = "Law Office APC"; - pixel_y = 24 - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"xXn" = ( /obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" + color = "#55391A"; + dir = 5; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood-broken7" }, -/turf/open/floor/plating/asteroid/layenia/garden, /area/security/prison) -"xXB" = ( +"xWN" = ( +/obj/structure/rack/shelf, +/obj/item/clothing/head/welding, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/machinery/camera{ + c_tag = "MiniSat Atmospherics"; + network = list("minisat"); + start_active = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, /turf/open/floor/plating, -/area/maintenance/starboard/central) -"xXI" = ( -/obj/structure/chair/stool{ - pixel_y = 8 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"xXK" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating, -/area/maintenance/port) -"xXM" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/structure/sign/warning/nosmoking{ - pixel_y = 32 - }, -/turf/open/floor/plasteel/white/corner, -/area/science/research) -"xYf" = ( -/obj/structure/table/reinforced, -/obj/item/toy/plush/bird/kenk, -/obj/structure/window{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ +/area/ai_monitored/turret_protected/aisat/atmos) +"xWY" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ dir = 8; - icon_state = "drain"; - name = "drain" + id = "scishut1"; + name = "shutters" }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/obj/structure/cable{ + icon_state = "0-2" }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel/dark, -/area/arcade) -"xYp" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/arcade) -"xYs" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ - dir = 1 - }, -/obj/machinery/meter, +/turf/open/floor/plating, +/area/crew_quarters/heads/hor) +"xXa" = ( /turf/open/floor/plasteel{ - dir = 1; + dir = 8; icon_state = "floor_plate" }, -/area/engine/atmos) -"xYU" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ +/area/crew_quarters/locker) +"xXd" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/landmark/nuclear_waste_spawner, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/engine/break_room) -"xZa" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" @@ -98807,60 +162289,869 @@ dir = 4; name = "scrubbers pipe" }, -/turf/open/floor/plasteel, -/area/hallway/secondary/entry) -"xZc" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "steel_panel"; - name = "steel pannel" +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/open/floor/plating/asteroid/layenia/garden, -/area/security/prison) -"xZp" = ( -/obj/machinery/vending/wardrobe/curator_wardrobe, -/turf/open/floor/engine/cult, -/area/library) -"xZu" = ( -/obj/effect/turf_decal/bot, -/obj/structure/chair{ +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, /turf/open/floor/plasteel, -/area/medical/sleeper) -"xZx" = ( +/area/hallway/primary/aft/upper) +"xXf" = ( /obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark/telecomms, -/area/tcommsat/server) -"xZC" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; + dir = 8; name = "air supply pipe" }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/open/floor/plasteel/freezer, +/area/medical/surgery) +"xXj" = ( +/turf/open/floor/plasteel/dark, +/area/maintenance/theatre) +"xXm" = ( +/obj/structure/table, +/obj/item/aiModule/supplied/freeform, +/obj/machinery/flasher{ + id = "brigentry"; + pixel_x = 28 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel, +/area/ai_monitored/turret_protected/ai_upload) +"xXn" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/security/prison) +"xXz" = ( +/obj/structure/rack/shelf, +/obj/item/storage/bag/plants/portaseeder, +/obj/item/cultivator, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/park) +"xXB" = ( /turf/closed/wall, -/area/crew_quarters/fitness) -"xZD" = ( -/obj/structure/table/wood/fancy, -/obj/item/candle{ - pixel_x = 1; - pixel_y = 5 +/area/maintenance/theatre) +"xXE" = ( +/obj/structure/table, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/hallway/primary/port) +"xXG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/hallway/primary/central) +"xXI" = ( +/obj/machinery/door/airlock{ + dir = 4; + id_tag = "null"; + name = "Unit 1" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/toilet/locker) +"xXM" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 6 + }, +/area/science/research) +"xXS" = ( +/obj/machinery/light/small{ + pixel_y = -1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/theatre) +"xXW" = ( +/turf/open/transparent/openspace, +/area/hallway/secondary/exit/upper) +"xYe" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/suit/straight_jacket, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "ledge"; + name = "ledge" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"xYf" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/quartermaster/warehouse) +"xYg" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 }, /turf/open/floor/wood, -/area/maintenance/fore) +/area/hallway/secondary/entry/upper) +"xYp" = ( +/obj/structure/rack, +/obj/item/stack/sheet/cardboard, +/obj/item/stack/rods/fifty, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/quartermaster/warehouse) +"xYr" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-10" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/heads/captain) +"xYB" = ( +/turf/open/floor/plasteel/dark/side{ + dir = 4 + }, +/area/bridge) +"xYD" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "ledge_short"; + name = "short ledge" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/engine/custom) +"xYH" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"xYJ" = ( +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel, +/area/maintenance/fore/upper) +"xYK" = ( +/obj/machinery/vending/coffee, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry/upper) +"xYL" = ( +/turf/closed/wall, +/area/maintenance/starboard/upper) +"xYU" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"xYV" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"xYZ" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/maintenance/fore/upper) +"xZa" = ( +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"xZb" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/box, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"xZc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"xZq" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/maintenance/fore/upper) +"xZt" = ( +/turf/closed/wall, +/area/crew_quarters/fitness/pool) +"xZu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"xZx" = ( +/obj/machinery/power/apc{ + areastring = "/area/hallway/primary/port/upper"; + dir = 1; + name = "Upper Port Hall APC"; + pixel_y = 26 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_whole" + }, +/area/hallway/primary/port/upper) +"xZy" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/crew_quarters/dorms/upper) +"xZC" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/trash_pile, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/maintenance/fore/upper) +"xZD" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/library) +"xZE" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/firedoor{ + dir = 8 + }, +/turf/open/floor/plating, +/area/security/locker) +"xZI" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/crew_quarters/locker) "xZT" = ( /obj/effect/turf_decal/loading_area{ dir = 1; icon_state = "drain"; name = "drain" }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/maintenance/fore/upper) +"xZV" = ( +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/crew_quarters/dorms) +"xZZ" = ( +/obj/effect/turf_decal/arrows, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"yag" = ( +/turf/closed/wall/r_wall, +/area/crew_quarters/heads/captain) +"yal" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/secondary/entry/upper) +"yat" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/yellowsiding{ + dir = 4 + }, +/area/maintenance/fore/upper) +"yay" = ( +/turf/open/floor/plasteel, +/area/security/brig/upper) +"yaE" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/maintenance/fore/upper) +"yaH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/ai_monitored/security/armory) +"yaJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/turf/open/floor/plating, +/area/maintenance/port/aft) +"yaQ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/research) +"yaS" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"yaW" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 10; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/bar/cafe) +"yaY" = ( +/turf/open/transparent/glass/reinforced, +/area/hallway/primary/central/upper) +"yba" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/library) +"ybk" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/oil{ + icon_state = "floor5" + }, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/obj/machinery/airalarm{ + pixel_y = 25 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/maintenance/fore/upper) +"ybt" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/checker, +/area/artatrium) +"ybz" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/quartermaster/storage) +"ybC" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/crew_quarters/dorms/upper) +"ybJ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/central/upper) +"ybS" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 6; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/fitness/pool) +"ybT" = ( +/obj/structure/table/wood, +/obj/item/toy/crayon/spraycan{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/toy/crayon/spraycan, +/turf/open/floor/carpet/blue, +/area/medical/psych/rec) +"ybU" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/vending/kink, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"ybZ" = ( +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/bridge) +"ycc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/science/xenobiology) +"ycf" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms/upper) +"ycp" = ( +/turf/open/floor/plasteel/checker, +/area/engine/atmos) +"ycr" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/hallway/primary/aft/upper) +"ycv" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 4; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ycC" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"ycJ" = ( +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = 24 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/hallway/primary/starboard) +"ycK" = ( +/turf/closed/wall, +/area/quartermaster/sorting) +"ycM" = ( +/mob/living/simple_animal/bot/secbot{ + a_intent = "harm"; + arrest_type = 1; + health = 4; + icon_state = "secbot1"; + idcheck = 1; + inertia_move_delay = 5; + name = "Sergeant-at-Armsky"; + weaponscheck = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/ai_monitored/security/armory) +"ycZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/ai_monitored/security/armory) +"ydd" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard/upper) +"ydg" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/crew_quarters/locker) +"ydi" = ( +/turf/open/floor/plasteel, +/area/security/processing) +"ydo" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/arrows{ + icon_state = "arrows_flip" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"ydt" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/structure/sign/painting/library{ + pixel_y = 28 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/artatrium) +"ydu" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft/upper) +"ydx" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 2; + height = 5; + id = "laborcamp_home"; + name = "fore bay 1"; + roundstart_template = /datum/map_template/shuttle/labour/box; + width = 9 + }, +/turf/open/indestructible/concrete/smooth, +/area/layenia) +"ydD" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"ydH" = ( +/turf/closed/wall, +/area/science/research) +"ydK" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/button/door{ + id = "Lockright"; + name = "Left Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 25; + specialfunctions = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"ydL" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel, +/area/security/brig) +"ydM" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, /obj/effect/turf_decal/tile/neutral{ dir = 4 }, @@ -98871,1127 +163162,1251 @@ dir = 8 }, /obj/effect/turf_decal/tile/neutral, -/obj/structure/rack, -/obj/item/clothing/suit/hooded/wintercoat/viro, -/turf/open/floor/plasteel/dark, -/area/medical/virology) -"yag" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line{ +/turf/open/floor/plasteel, +/area/hallway/secondary/entry/upper) +"ydQ" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"yaA" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/mech_bay_recharge_floor, -/area/science/robotics/lab) -"yaE" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 5 - }, -/turf/closed/wall/r_wall, -/area/science/mixing) -"yaQ" = ( -/obj/effect/turf_decal/stripes/line, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_trim" - }, -/area/science/circuit) -"ybd" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/security/main) -"ybg" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"ybt" = ( -/obj/machinery/computer/mech_bay_power_console, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"ybv" = ( -/obj/machinery/recharge_station, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel, -/area/science/robotics/lab) -"ybz" = ( -/obj/machinery/door/airlock/mining/glass{ - dir = 4; - name = "Cargo Office"; - req_access_txt = "50" - }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"ybT" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/delivery, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "primaryshut1"; - name = "primary blast door" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/port) -"ybY" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/circuit, -/area/ai_monitored/nuke_storage) -"ycl" = ( -/obj/machinery/door/airlock/research{ - name = "Research Division Access"; - req_access_txt = "47" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel, -/area/science/research) -"ycp" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ - dir = 4 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/engine/atmos) -"ycC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"ycK" = ( -/obj/machinery/disposal/bin, -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/disposalpipe/trunk, -/obj/machinery/light_switch{ - pixel_x = 23 - }, -/turf/open/floor/plasteel/white, -/area/medical/chemistry) -"ycQ" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/general/hidden{ - dir = 5 - }, -/turf/open/floor/plating, -/area/science/misc_lab) -"ydg" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/circuit, -/area/science/robotics/lab) -"ydt" = ( -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/science/research) -"ydu" = ( -/obj/machinery/light_switch{ - pixel_y = 28 - }, /obj/effect/turf_decal/tile/neutral{ dir = 4 }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"ydD" = ( -/obj/machinery/computer/atmos_control/tank/toxin_tank{ +/area/security/brig/upper) +"ydU" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/white, +/area/science/research) +"ydW" = ( +/obj/structure/rack/shelf, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark, +/area/storage/A) +"ydX" = ( +/turf/open/transparent/openspace, +/area/hallway/primary/fore/upper) +"yea" = ( +/obj/structure/disposalpipe/segment, +/turf/open/floor/wood, +/area/science/research) +"yeh" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/white{ + dir = 1; + icon_state = "plaswhite_traction_plate" + }, +/area/medical/medbay/aft) +"yet" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 8; + name = "Maintenance Access"; + req_access_txt = "12" + }, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"yex" = ( +/obj/structure/fence, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"yeE" = ( +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"yeF" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plasteel, +/area/maintenance/fore/upper) +"yeJ" = ( +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/maintenance/fore/upper) +"yeM" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/starboard/upper) +"yeN" = ( +/obj/machinery/vending/cigarette, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"yeO" = ( +/obj/structure/table, +/obj/item/reagent_containers/rag/towel{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/reagent_containers/rag/towel{ + pixel_x = 3; + pixel_y = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/newscaster{ + pixel_y = 28 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel, +/area/maintenance/fore/upper) +"yeS" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/purple{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/white/side{ + dir = 1; + icon_state = "whitehall_plate" + }, +/area/hallway/primary/port) +"yeV" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/hallway/primary/port) +"yeY" = ( +/turf/open/floor/plating, +/area/maintenance/theatre) +"yeZ" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 1 + }, +/turf/open/indestructible/layenia/crystal, +/area/layenia) +"yfa" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/hydroponics/garden) +"yff" = ( +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "line"; + name = "line" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/security/prison) +"yfh" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Upload Center"; + dir = 1; + network = list("aiupload") + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/ai_monitored/turret_protected/ai_upload) +"yfi" = ( +/obj/structure/piano, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 9; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/maintenance/department/engine/upper) +"yfk" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/library) +"yfm" = ( +/turf/closed/mineral/layenia, +/area/layenia) +"yfn" = ( +/obj/machinery/computer/arcade/minesweeper{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/grimy{ + icon_state = "eighties"; + name = "retro floor" + }, +/area/arcade) +"yfo" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"yfp" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia/cave) +"yft" = ( +/obj/effect/turf_decal/loading_area{ + dir = 5; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark/corner, +/area/security/brig/upper) +"yfz" = ( +/obj/machinery/airalarm{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/wood, +/area/crew_quarters/dorms/A) +"yfB" = ( +/obj/structure/bed, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/crew_quarters/spa/sauna) +"yfG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/maintenance/fore/upper) +"yfP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/maintenance/fore/upper) +"yfQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/maintenance/fore/upper) +"yfS" = ( +/obj/effect/decal/cleanable/oil, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/maintenance/fore/upper) +"yfT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/maintenance/fore/upper) +"yfW" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/table, +/obj/item/reagent_containers/rag/towel{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/reagent_containers/rag/towel{ + pixel_x = 3; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/maintenance/fore/upper) +"ygj" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"ygm" = ( +/turf/open/floor/plasteel, +/area/security/main/upper) +"ygn" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/trash_pile, +/turf/open/transparent/openspace, +/area/crew_quarters/theatre) +"ygC" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/central) +"ygL" = ( +/obj/machinery/pool/drain, +/turf/open/pool, +/area/crew_quarters/fitness/pool) +"ygM" = ( +/obj/machinery/door/airlock/research/glass{ + name = "Genetics Research"; + req_access_txt = "5; 9; 68" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"ygN" = ( +/obj/machinery/door/airlock/engineering{ + name = "Auxiliary Base Construction"; + req_one_access_txt = "32;47;48" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/turf/open/floor/plasteel/dark, +/area/construction/mining/aux_base) +"ygQ" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"ygS" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" + }, +/turf/open/floor/wood{ + icon_state = "wood_large"; + name = "large" + }, +/area/crew_quarters/fitness) +"ygY" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"yha" = ( +/obj/machinery/door/airlock/public{ + name = "Backstage" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/department/engine/upper) +"yhc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark, +/area/bridge) +"yhe" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 5 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore/upper) +"yhg" = ( +/obj/structure/railing/handrail{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/park) +"yhk" = ( +/obj/structure/lattice, +/turf/open/transparent/openspace, +/area/layenia/cloudlayer) +"yhl" = ( +/turf/closed/wall, +/area/construction/mining/aux_base) +"yhm" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/transparent/openspace, +/area/hallway/primary/central/upper) +"yhp" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/obj/item/hand_labeler, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/medical/virology) +"yhu" = ( +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/closed/wall/r_wall, +/area/engine/break_room) +"yhw" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-28" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/medical/psych/therapy) +"yhx" = ( +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/curtain, +/obj/item/soap, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/crew_quarters/dorms/C) +"yhL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/sand/plating{ + icon_state = "sandyplating_red"; + name = "crimson plating" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plating/layenia, +/area/layenia) +"yhN" = ( +/obj/structure/girder, +/turf/open/floor/plating, +/area/maintenance/port/aft/upper) +"yia" = ( +/turf/closed/wall, +/area/crew_quarters/theatre/clown) +"yie" = ( +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 9; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/medical/psych/rec) +"yij" = ( +/obj/effect/turf_decal/weather/grass/line{ + dir = 1 + }, +/turf/open/floor/plating/dirt{ + initial_gas_mix = "o2=22;n2=82;TEMP=293.15" + }, +/area/crew_quarters/park) +"yil" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plating, +/area/maintenance/department/engine/upper) +"yim" = ( +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/quartermaster/warehouse) +"yip" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/atmos) +"yiq" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/crew_quarters/bar/cafe) +"yiB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood-broken4" + }, +/area/maintenance/fore/upper) +"yiG" = ( +/obj/structure/table/wood, +/obj/item/toy/crayon/red, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/dorms/upper) +"yiH" = ( +/turf/closed/wall, +/area/quartermaster/miningdock) +"yiI" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/open/floor/plating, +/area/gateway) +"yiK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet, +/area/maintenance/fore/upper) +"yiM" = ( +/turf/open/floor/carpet, +/area/crew_quarters/dorms/E) +"yiP" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/quartermaster/mail) +"yiS" = ( +/obj/effect/spawner/structure/window, +/turf/open/floor/plating, +/area/security/locker) +"yiV" = ( +/obj/effect/landmark/start/ai, +/obj/item/radio/intercom{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_y = -31 + }, +/obj/machinery/requests_console{ + department = "AI"; + departmentType = 5; + pixel_x = 28; + pixel_y = -28 + }, +/obj/machinery/newscaster/security_unit{ + pixel_x = -28; + pixel_y = -28 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"yiW" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/carpet/red, +/area/crew_quarters/heads/hos) +"yiY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/construction/mining/aux_base) +"yjf" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/security/main) +"yjj" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 8 + }, +/area/hallway/primary/port/upper) +"yjl" = ( +/obj/effect/turf_decal/tile/blue{ dir = 8 }, /obj/effect/turf_decal/stripes/line{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/purple/visible{ +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"yjs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/carpet, +/area/maintenance/fore/upper) +"yjt" = ( +/obj/structure/table, +/obj/item/reagent_containers/rag/towel{ + pixel_x = -2; + pixel_y = 18 + }, +/obj/item/reagent_containers/rag/towel{ + pixel_y = 22 + }, +/obj/item/reagent_containers/rag/towel{ + pixel_y = 3 + }, +/obj/item/reagent_containers/rag/towel{ + pixel_x = -1; + pixel_y = 7 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/maintenance/fore/upper) +"yju" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/arrows{ + icon_state = "arrows_flip" + }, +/turf/open/floor/plating/layenia, +/area/layenia/cloudlayer) +"yjv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/maintenance/fore/upper) +"yjw" = ( +/turf/open/floor/plating, +/area/maintenance/starboard/central/upper) +"yjz" = ( +/turf/open/floor/plasteel/yellowsiding/corner, +/area/maintenance/fore/upper) +"yjF" = ( +/turf/open/floor/plasteel/yellowsiding, +/area/maintenance/fore/upper) +"yjI" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/showroomfloor, +/area/security/warden) +"yjM" = ( +/turf/open/floor/circuit, +/area/bridge) +"yjV" = ( +/turf/open/floor/carpet/purple, +/area/crew_quarters/heads/hor) +"yka" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/yellowsiding, +/area/maintenance/fore/upper) +"ykb" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain_corner"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/medical/psych/rec) +"yke" = ( +/obj/structure/chair/sofa/left{ dir = 4 }, +/turf/open/floor/carpet, +/area/artatrium) +"ykf" = ( +/obj/structure/closet/secure_closet/brig, +/obj/effect/turf_decal/bot_white, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/security/brig) +"ykg" = ( +/obj/machinery/pool/controller, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/yellowsiding, +/area/maintenance/fore/upper) +"ykm" = ( +/obj/structure/sign/barsign{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/maintenance/department/engine/upper) +"ykn" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/open/floor/carpet, +/area/crew_quarters/dorms/E) +"ykt" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"yky" = ( +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"ykC" = ( +/obj/structure/table/wood, +/turf/open/floor/carpet, +/area/artatrium) +"ykE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel/yellowsiding, +/area/maintenance/fore/upper) +"ykH" = ( +/obj/structure/trash_pile, +/turf/open/floor/plating, +/area/maintenance/fore/upper) +"ykN" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/crew_quarters/theatre) +"ykP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/table, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/engine/engine_smes) +"ykW" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/effect/turf_decal/tile/green{ + dir = 10 + }, /turf/open/floor/plasteel{ dir = 8; icon_state = "floor_plate" }, -/area/engine/atmos) -"ydE" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/ai_monitored/storage/satellite) -"ydH" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"ydK" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/medical/psych) -"ydL" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/door/airlock/research{ - dir = 4; - name = "Testing Lab"; - req_access_txt = "47" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/research) -"ydP" = ( -/obj/structure/closet, -/obj/item/storage/briefcase, -/obj/item/gavelhammer, -/obj/item/gavelblock, -/obj/item/clothing/suit/judgerobe, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plating, -/area/maintenance/fore) -"ydU" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/science/research) -"yea" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/science/misc_lab) -"yec" = ( -/obj/machinery/door/airlock/security/glass{ - name = "Long-Term Cell 3"; - req_access_txt = "2" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"yef" = ( -/obj/effect/turf_decal/tile/green{ - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ +/area/hydroponics) +"ykZ" = ( +/turf/open/floor/plasteel/yellowsiding/corner{ dir = 8 }, +/area/maintenance/fore/upper) +"ylh" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ dir = 8; name = "air scrubber" }, -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"yeh" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 10 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"yex" = ( -/obj/item/ectoplasm, -/obj/machinery/light/small{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/medical/morgue) -"yeA" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ - id = "Gymshutter"; - name = "Gym Window Shutter" - }, -/turf/open/floor/plating, -/area/crew_quarters/fitness/pool) -"yeD" = ( -/turf/open/floor/plating, -/area/science/xenobiology) -"yeE" = ( -/obj/structure/flora/grass/jungle, -/obj/structure/window/reinforced{ +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"ylk" = ( +/obj/structure/table/wood, +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 }, -/turf/open/floor/grass, -/area/crew_quarters/dorms) -"yeF" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" +/obj/item/pen{ + pixel_x = 1; + pixel_y = 9 }, -/obj/machinery/door/airlock/research{ - dir = 4; - name = "Testing Lab"; - req_access_txt = "47" +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ +/area/crew_quarters/heads/hop) +"ylv" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable, +/turf/open/floor/plating, +/area/security/warden) +"ylw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel, +/area/maintenance/fore/upper) +"ylx" = ( +/turf/open/floor/plating, +/area/security/brig/upper) +"ylB" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/junction/flip{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ dir = 8; name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; + dir = 6; name = "scrubbers pipe" }, -/obj/structure/cable{ - icon_state = "4-8" +/turf/open/floor/plasteel, +/area/hallway/primary/starboard/upper) +"ylC" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/bed, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 +/area/maintenance/fore/upper) +"ylI" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_y = 32 }, -/area/science/research) -"yeN" = ( -/obj/structure/flora/ausbushes/brflowers, -/obj/structure/flora/ausbushes/ywflowers, -/turf/open/floor/grass, -/area/maintenance/port/aft) -"yeO" = ( -/obj/machinery/computer{ - desc = "A console used to monitor fuel reserves for the shuttles that dock here. It seems iced-over and non-functional."; - name = "Fuel Monitoring Console 4" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/railing{ - dir = 8 - }, -/turf/open/floor/plating/snowed/smoothed, -/area/layenia) -"yeS" = ( /obj/effect/turf_decal/loading_area{ dir = 1; icon_state = "drain"; name = "drain" }, -/obj/machinery/door/firedoor, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "primaryshut1"; - name = "primary blast door" +/turf/open/floor/plasteel/white/side, +/area/science/misc_lab) +"ylJ" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Central Access" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/central) -"yeY" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "1-2" }, -/obj/structure/cable, -/obj/effect/spawner/structure/window/reinforced, +/mob/living/simple_animal/pet/cat{ + name = "Stray Maintenance Cat" + }, +/obj/structure/disposalpipe/segment, /turf/open/floor/plating, -/area/tcommsat/computer) -"yfm" = ( -/turf/closed/mineral/layenia, -/area/layenia) -"yfn" = ( -/obj/structure/cable, +/area/maintenance/fore) +"ylL" = ( +/obj/structure/lattice/catwalk, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"ylM" = ( /obj/machinery/power/solar{ id = "auxsolareast"; name = "Port Auxiliary Solar Array" }, +/obj/structure/cable{ + icon_state = "0-8" + }, /turf/open/floor/plasteel/airless/solarpanel{ initial_gas_mix = "o2=22;n2=82;TEMP=180"; planetary_atmos = 1 }, -/area/layenia/cloudlayer) -"yfG" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "2-8" - }, -/turf/open/floor/plasteel, -/area/storage/tech) -"yfT" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 8; - name = "Testing Lab Maintenance"; - req_access_txt = "47" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/science/misc_lab) -"yfW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"ygc" = ( -/obj/machinery/door/airlock/security/glass{ - dir = 8; - name = "Equipment Room"; - req_access_txt = "1" - }, -/obj/machinery/door/firedoor, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/security/main) -"ygj" = ( -/obj/structure/table, -/obj/item/storage/toolbox/electrical{ - pixel_x = -3; - pixel_y = 3 - }, -/obj/item/storage/toolbox/mechanical, -/obj/item/clothing/head/welding{ - pixel_x = -3; - pixel_y = 7 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plating, -/area/ai_monitored/storage/satellite) -"ygo" = ( -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry) -"ygM" = ( -/obj/structure/grille, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"ygN" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet/crate/medical, -/turf/open/floor/plasteel, -/area/quartermaster/warehouse) -"ygQ" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/tcommsat/computer) -"ygX" = ( -/obj/machinery/atmospherics/components/unary/portables_connector/visible{ - dir = 1; - name = "Connector Port (Air Supply)" - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"ygY" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance{ - dir = 4; - name = "Xenobiology Maintenance"; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"yhe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, -/turf/closed/wall, -/area/engine/break_room) -"yhl" = ( -/obj/machinery/vending/coffee, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"yhu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/engine/break_room) -"yhw" = ( -/obj/structure/flora/crystal/small/pile, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/aft) -"yhN" = ( -/obj/structure/window/reinforced, -/obj/structure/table/reinforced, -/obj/machinery/button/door{ - id = "xenobio6"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"yia" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/chapel/main) -"yih" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/artatrium) -"yim" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Arcade Maintenance Access"; - req_access_txt = "12" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/port) -"yip" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/atmospherics/pipe/simple/orange/visible{ - dir = 4 - }, -/obj/machinery/atmospherics/pipe/simple/green, -/turf/open/floor/plating, -/area/engine/atmos) -"yiq" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-4" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/bridge) -"yit" = ( -/obj/effect/turf_decal/bot, -/obj/structure/chair{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/machinery/camera{ - c_tag = "Medbay South"; - dir = 4; - network = list("ss13","medbay") - }, -/turf/open/floor/plasteel, -/area/medical/sleeper) -"yiB" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 1; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"yiG" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 6 - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"yiH" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/turf/open/floor/plasteel/white, -/area/medical/sleeper) -"yiI" = ( -/obj/machinery/button/door{ - id = "teleshutter"; - name = "Teleporter Shutters Control"; - pixel_x = 7; - pixel_y = 26; - req_access_txt = "17" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 5 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" - }, -/turf/open/floor/plasteel, -/area/teleporter) -"yjl" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/obj/effect/landmark/start/scientist, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/white, -/area/science/lab) -"yjs" = ( -/obj/effect/turf_decal/bot_white/right, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"yjt" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden, -/obj/structure/chair/office/dark{ - dir = 1 - }, -/turf/open/floor/carpet/blue, -/area/ai_monitored/turret_protected/aisat_interior) -"yjv" = ( -/obj/structure/destructible/cult/tome, -/obj/item/book/codex_gigas, -/obj/machinery/light/small{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/engine/cult, -/area/library) -"yjw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "The Room Of Knowledge" - }, -/turf/open/floor/wood, -/area/library) -"yjz" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/hallway/primary/aft) -"yjF" = ( -/mob/living/simple_animal/slime, -/turf/open/floor/engine, -/area/science/xenobiology) -"yjV" = ( -/obj/machinery/door/airlock/public/glass{ - dir = 4; - name = "Gateway Chamber" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/gateway) -"yke" = ( -/obj/machinery/door/airlock/research{ - dir = 4; - name = "Mech Bay"; - req_access_txt = "29" - }, -/obj/machinery/door/firedoor/heavy, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"ykt" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"yky" = ( -/obj/machinery/portable_atmospherics/canister/water_vapor, -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/machinery/light{ - pixel_y = -1 - }, -/turf/open/floor/plasteel/dark, -/area/janitor) -"ykC" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 4 - }, -/area/science/research) -"ykE" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/structure/chair/comfy/black{ - dir = 8 - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"ykW" = ( -/obj/machinery/telecomms/broadcaster/preset_left, -/turf/open/floor/circuit/telecomms/mainframe, -/area/tcommsat/server) -"ykZ" = ( -/obj/machinery/atmospherics/components/binary/pump{ - name = "Moderators to Reactor" - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/cable/yellow{ - icon_state = "2-8" - }, -/turf/open/floor/engine, -/area/engine/engineering/reactor_core) -"ylh" = ( -/turf/open/floor/plasteel/white/side{ - dir = 5 - }, -/area/science/research) -"ylq" = ( -/obj/machinery/vending/coffee, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/science/research) -"ylw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms) -"ylx" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/brig) -"ylC" = ( -/obj/machinery/camera{ - c_tag = "Xenobiology Lab - Test Chamber"; - dir = 1; - network = list("ss13","rd","xeno") - }, -/turf/open/floor/engine, -/area/science/xenobiology) -"ylI" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/power/apc{ - areastring = "/area/science/misc_lab"; - dir = 4; - name = "Testing Lab APC"; - pixel_x = 26 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/science/misc_lab) -"ylL" = ( -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/poddoor/preopen{ - id = "Biohazard"; - name = "biohazard containment door" - }, -/obj/effect/turf_decal/bot, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/starboard) -"ylM" = ( -/obj/structure/flora/crystal/small/pile, -/turf/open/floor/plating/asteroid/layenia, /area/layenia) "ylP" = ( -/obj/machinery/atmospherics/components/unary/portables_connector, -/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, /turf/open/floor/plasteel{ dir = 1; - icon_plating = "floor"; - icon_state = "floor_whole" + icon_state = "floor_plate" }, -/area/engine/engineering) +/area/engine/custom) "ylS" = ( -/obj/machinery/door/firedoor/heavy, -/obj/machinery/door/airlock/research{ - dir = 1; - name = "Circuitry Lab"; - req_access_txt = "47" +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" }, +/turf/open/floor/plasteel/white/side{ + dir = 1 + }, +/area/science/research) +"ylU" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/effect/turf_decal/tile/brown{ + dir = 6 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/white, -/area/science/research) -"ylU" = ( /obj/effect/turf_decal/loading_area{ icon_state = "drain"; name = "drain" }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" }, -/obj/effect/turf_decal/tile/brown{ - dir = 1 +/area/hallway/primary/port) +"ylV" = ( +/obj/structure/cable{ + icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" }, -/area/hallway/primary/port) -"ymc" = ( -/turf/open/floor/plasteel/stairs/right, -/area/layenia) -"ymi" = ( -/obj/machinery/light/small{ - pixel_y = -1 +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plating, -/area/maintenance/fore) +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole" + }, +/area/bridge) (1,1,1) = {" aoo @@ -100508,7 +164923,7 @@ gTW gTW "} (3,1,1) = {" -udK +gTW gTW gTW gTW @@ -103712,12 +168127,12 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW +yfm +yfm +yfm +yfm +yfm +yfm gTW gTW gTW @@ -103968,14 +168383,14 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +yfm +yfm +lwh +lwh +lwh +lwh +yfm +yfm gTW gTW gTW @@ -104225,15 +168640,15 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +yfm +lwh +lwh +lwh +lwh +lwh +lwh +yfm +klJ gTW gTW gTW @@ -104482,23 +168897,23 @@ gTW gTW gTW gTW +yfm +lwh +lwh +lwh +lwh +lwh +lwh +yfm +ahU gTW gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +yfm +yfm +yfm gTW gTW gTW @@ -104738,26 +169153,26 @@ gTW gTW gTW gTW +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +yfm +wCU +klJ gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +yfm +yfm +yfm +yfm +yfm +yfm gTW gTW gTW @@ -104994,28 +169409,28 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm +xMM +mhd +aaS +aaS +bnq +yfm +lwh +lwh +lwh +lwh +yfm +yfm gTW gTW gTW @@ -105250,30 +169665,30 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm +xMM +xMM +wpF +tBc +yfm +yfm +lwh +lwh +lwh +lwh +lwh +yfm +yfm gTW gTW gTW @@ -105507,30 +169922,30 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +iVx +wsU +oPj +xMM +tBc +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm gTW gTW gTW @@ -105764,30 +170179,30 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +iVx +kSH +xMM +vlJ +tBc +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm gTW gTW gTW @@ -106021,31 +170436,31 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +iVx +iVx +iVx +iVx +iVx +iVx +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm +yfm gTW gTW gTW @@ -106278,31 +170693,31 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +iVx +cGY +iVx +iVx +iVx +iVx +iVx +iVx +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm gTW gTW gTW @@ -106535,6 +170950,31 @@ gTW gTW gTW gTW +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +iVx +iVx +iVx +gcj +gcj +gHp +iVx +kSH +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm gTW gTW gTW @@ -106596,31 +171036,6 @@ gTW gTW gTW gTW -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -106792,6 +171207,31 @@ gTW gTW gTW gTW +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +iVx +iVx +xMM +tZC +xMM +xMM +iVx +iVx +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm gTW gTW gTW @@ -106846,31 +171286,6 @@ gTW gTW gTW gTW -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -107049,82 +171464,82 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -tBc -tBc -tBc -tBc -uKh -tBc -tBc -tBc -tBc -tBc -tBc -tBc -aiL -aiK -aiI -aiK -aiK -aiK -aiK -aiJ -tBc -tBc -tBc +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +iVx +iVx +iVx +xMM +xMM +wsU tBc +iVx +iVx +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -107307,82 +171722,82 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -afF -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -tBc -tBc -tBc -tBc -tBc -tBc -tBc -aiK -aiI -aiP -aiK -aiK -aiJ -aiK -aiK -aiK -aiK -aiK -aiW -ajb -aiK -aiV -aiK -aiK -aiK +yfm +yfm +yfm +yfm +yfm +yfm +iVx +iVx +wCU tBc +bbE +bhy +bbE tBc +iVx +iVx +lwh +lwh +lwh +lwh +lwh +lwh +yfm +yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -107559,7 +171974,55 @@ gTW gTW gTW gTW -afF +gTW +gTW +gTW +gTW +gTW +gTW +gTW +aiy +aBb +bbE +bbE +bbE +bbE +bbE +gak +gTW +gTW +gTW +vTT +bqH +cGY +iVx +lwh +lwh +lwh +lwh +yfm +yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -107570,26 +172033,6 @@ gTW gTW gTW gTW -afF -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -gTW -afF gTW gTW gTW @@ -107612,34 +172055,6 @@ gTW gTW gTW gTW -tBc -tBc -tBc -uKh -tBc -aiK -aiK -aiK -aiX -aiK -aiK -aiK -aiK -aiK -aiK -aiK -aiH -aiK -aiK -aiK -aiK -aiK -aiK -aiK -aiI -aiK -tBc -tBc gTW gTW gTW @@ -107816,18 +172231,6 @@ gTW gTW gTW gTW -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq gTW gTW gTW @@ -107844,9 +172247,49 @@ gTW gTW gTW gTW -gPq gTW -gPq +gTW +gTW +gTW +bYc +bqH +yfm +yfm +yfm +yfm +yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -107869,34 +172312,6 @@ gTW gTW gTW gTW -tBc -tBc -aiJ -aiK -aiK -aiV -aiK -aiW -aiN -aiK -aiK -aiI -aiK -aiK -aiP -aiK -aiK -aiJ -aiL -aiK -aiK -aiH -aiK -aiK -aiK -aiP -tBc -tBc gTW gTW gTW @@ -108056,67 +172471,6 @@ gTW gTW gTW gTW -afF -gTW -gTW -gTW -gTW -gTW -gTW -gTW -afF -gTW -gTW -gTW -gTW -gTW -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gTW -gTW -gTW -gTW -gTW -afF -gTW -gTW -gTW -gTW -gTW -afF -gTW -gPq -gTW -gPq -gTW -afF -gTW -gTW -gTW -gTW -afF -gTW -gTW -gTW -gTW -gTW -afF gTW gTW gTW @@ -108125,35 +172479,96 @@ gTW gTW gTW gTW -tBc -tBc -aiG -aiK -aiK -aiI -aiJ -aiK -aiI -aiK -aiL -aiK -aiH -aiZ -aiK -aiK -aiK -aiK -aiK -aiK -aiK -aiG -aiK -aiK -aiK -aiK -aiK -tBc -tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -108299,11 +172714,6 @@ gTW gTW gTW gTW -yfm -yfm -yfm -yfm -yfm gTW gTW gTW @@ -108313,67 +172723,6 @@ gTW gTW gTW gTW -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gPq -iFl -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -wTp -gPq -gTW -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gPq -gTW -gPq -gTW -gPq -gTW -gPq -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gPq gTW gTW gTW @@ -108382,35 +172731,101 @@ gTW gTW gTW gTW -tBc -tBc -aiH -aiK -aiQ -aiU -aiU -aiU -aiU -aiU -aiU -aiU -aiU -aiU -aiU -aiU -aiU -aiU -aiU -aiU -aiU -aiU -ajd -aiK -aiH -aiL -aiK -tBc -tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -108556,118 +172971,118 @@ gTW gTW gTW gTW -yfm -yfm -yfm -yfm -yfm -yfm -yfm -gTW -gTW -gTW -gTW -gTW -iFl -iEg -iEg -iEg -mcC -gTW -gTW -gTW -gGF -iEg -iEg -iEg -wTp -gTW -gTW -gTW -gPq -foH -wOp -nus -nus -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -nus -nus -wOp -xej -gPq -gTW -gTW -gTW -iFl -iEg -iEg -iEg -mcC -gTW -gTW -gTW -vJJ -bxK -bxK -bxK -bxK -bxK -vJJ -iEg -iEg -iEg -iEg -vJJ -gTW -gTW -gTW -gGF -iEg -iEg -iEg -wTp gTW gTW gTW gTW gTW gTW -tBc -aSW -aiI -aiK -aiR -prt -prt -jTu -jTu -jTu -jTu -jTu -prt -prt -prt -jTu -jTu -jTu -jTu -jTu -prt -lfX -aiR -aiP -aiK -aiJ -kzI -tBc -tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -108813,118 +173228,118 @@ gTW gTW gTW gTW -yfm -yfm -vlJ -wpF -yfm -yfm -yfm -yfm -gTW -gTW -gTW -gTW -foH -afH -afK -afM -xej -gTW -gTW -gTW -foH -afH -afK -afM -xej -gTW -gTW -gTW -gPq -foH -xej -gPq -qIT -wQC -wQC -quP -quP -quP -quP -wQC -wQC -dNv -gPq -foH -xej -gPq -gTW -gTW -gTW -foH -afH -afK -afM -xej -gPq -gPq -gPq -vJJ -kiF -nTw -nTw -nTw -eDS -vJJ -bxK -bxK -vJJ -wOp -vJJ -gPq -gPq -gPq -foH -afH -afK -afM -xej gTW gTW gTW gTW gTW gTW -tBc -uKh -aiJ -aiL -aiS -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -lfX -aiR -aiK -aiK -aiK -kzI -tBc -tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -109071,117 +173486,117 @@ gTW gTW gTW gTW -yfm -yfm -gOn -vlJ -yfm -yfm -yfm -tEk -gPq -gPq -gPq -foH -afI -diG -afN -xej -gPq -gPq -gPq -foH -afI -diG -afN -xej -gPq -gPq -gPq -gPq -foH -xej -gPq -gTW -wQC -bsw -qZe -oSM -oSM -xqb -wev -wQC -gTW -gPq -foH -xej -gPq -gPq -gPq -gPq -foH -afI -diG -afN -xej -gTW -gTW -mxg -vJJ -jcB -pTb -phH -fOb -nGV -vJJ -jXj -eDS -vJJ -gCV -vJJ gTW gTW gTW -foH -afI -diG -afN -xej -gPq -gPq -gPq -gPq -gPq -gPq -rgP -wsU -aiK -aiN -aiR -prt -prt -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -prt -aiR -aiK -aiL -aiK -tBc -tBc -tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -109317,6 +173732,110 @@ gTW gTW gTW gTW +orv +orv +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -109328,116 +173847,12 @@ gTW gTW gTW gTW -yfm -yfm -wpF -wpF -gOn -vlJ -yfm -yfm -gTW -gTW -gTW -foH -afJ -afL -afO -xej -gTW -gTW -gTW -foH -afJ -afL -afO -xej -gTW -gTW -gTW -gPq -foH -xej -gPq -gPq -quP -sJo -fUG -ibH -nYW -kox -wev -quP -gPq -gPq -foH -xej -gPq -gTW -gTW -gTW -foH -afJ -afL -afO -xej -gPq -gPq -gPq -vJJ -hwr -pBY -pTb -pTb -pTb -aZu -pTb -pyp -vJJ -wOp -vJJ -gPq -gPq -gPq -foH -afJ -afL -afO -xej gTW gTW gTW gTW gTW gTW -tBc -tBc -aiK -aiO -aiR -prt -prt -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -prt -aiR -aiK -aiW -aiN -tBc -tBc gTW gTW gTW @@ -109573,94 +173988,121 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -tBc -tBc -uKh -tBc -tBc -gTW -gTW -gTW -gTW -yfm -yfm -gOn -hhG -wpF -yfm -yfm -gTW -gTW -gTW -guZ -nus -nus -nus -pPQ -gTW -gTW -gTW -guZ -nus -nus -nus -pPQ -gTW -gTW -gTW -gPq -foH -xej -gPq -gTW -quP -qKe -pLm -rkj -rxj -iXk -gwb -quP -gTW -gPq -foH -xej -gPq -gTW -gTW -gTW -guZ -nus -nus -nus -pPQ -gTW -gTW -gTW -vJJ -bxK -vJJ -pTb -pTb -vJJ -vJJ -vJJ -vJJ -vJJ -wOp -vJJ -gTW -gTW -gTW -ikn -nus -nus -nus -xAU +orv +orv +orv +orv +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -109668,33 +174110,6 @@ gTW gTW gTW gTW -tBc -tBc -aiP -aiR -prt -prt -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -prt -aiR -aiK -aiZ -ajf -tBc -tBc gTW gTW gTW @@ -109829,93 +174244,120 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -tBc -tBc -tBc -tBc -ylM -tBc -gTW -gTW -gTW -tBc -yfm -yfm -vlJ -gOn -wpF -yfm -gTW -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gPq -foH -wOp -fDf -qAE -xkK -xkK -rad -quP -quP -gfa -ipo -ipo -jYY -kHt -wOp -xej -gPq -gTW -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -vJJ -iSh -iSh -vJJ -gPq -gTW -gTW -gPq -oQh -gTW -gTW -gTW -gTW -gTW -gTW -gPq +orv +orv +orv +orv +orv +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -109925,33 +174367,6 @@ gTW gTW gTW gTW -tBc -tBc -aiJ -aiR -prt -prt -vka -mBq -sGr -sGr -sGr -sGr -cFW -myS -myS -myS -myS -qwA -vka -prt -prt -aiR -aiK -aiG -aiI -tBc -tBc gTW gTW gTW @@ -110086,93 +174501,119 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -tBc -tBc -tBc -tBc -tBc -tBc -tBc -gTW -gTW -gTW -tBc -tBc -yfm -yfm -gOn -vlJ -yfm -yfm -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gPq -foH -wOp -adR -kLv -oRy -oRy -oRy -oRy -oRy -oRy -oRy -oRy -oRy -gdT -wOp -xej -gPq -gTW -gTW -gTW -gTW -gTW -afF -gTW -gTW -gTW -gTW -gTW -gTW -gTW -iyk -wOp -wOp -xFu -map -map -map -map -pPQ -gTW -gTW -gTW -gTW -gTW -gTW -gPq +orv +orv +orv +orv +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -110183,32 +174624,6 @@ gTW gTW gTW gTW -tBc -tBc -aiR -prt -prt -vka -mQW -sVC -elX -vka -vka -lts -vka -vka -uqP -nfB -evr -vka -prt -prt -aiR -aiZ -aiK -tBc -tBc -tBc gTW gTW gTW @@ -110342,65 +174757,107 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -tBc -tBc -ylM -tBc -tBc -gTW -gTW -gTW -gTW -gTW -gTW -tBc -yfm -yfm -yfm -wpF -yfm -yfm -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gPq -foH -wOp -adR -oRy -oRy -oRy -oRy -oRy -oRy -oRy -oRy -oRy -oRy -gdT -wOp -xej -gPq +orv +orv +orv +orv +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -110414,22 +174871,6 @@ gTW gTW gTW gTW -gPq -foH -xej -gPq -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq gTW gTW gTW @@ -110440,32 +174881,6 @@ gTW gTW gTW gTW -tBc -tBc -aiR -prt -prt -vka -nRC -vka -elX -vka -vka -lts -vka -rWL -xyL -vka -gyU -vka -prt -prt -aiR -aiK -aiK -tBc -tBc -tBc gTW gTW gTW @@ -110599,65 +175014,84 @@ gTW gTW gTW gTW +orv +orv +orv +orv +gTW +gTW +blj +blj +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW -gTW -gTW -gTW -uKh -tBc -tBc -gTW -gTW -gTW -gTW -gTW -gTW -tBc -tBc -tBc -tBc -tBc -yfm -yfm -yfm -yfm -gTW -tBc -gTW -gTW -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -foH -wOp -adR -oRy -oRy -oRy -oRy -oRy -oRy -oRy -oRy -oRy -oRy -gdT -wOp -xej -gPq gTW gTW gTW @@ -110671,14 +175105,6 @@ gTW gTW gTW gTW -gPq -foH -xej -gPq -gTW -gTW -gTW -gPq gTW gTW gTW @@ -110686,7 +175112,6 @@ gTW gTW gTW gTW -gPq gTW gTW gTW @@ -110699,30 +175124,20 @@ gTW gTW gTW tBc -aiR -prt -prt -vka -oQs -ujG -elX -vka -vka -lts -vka -vka -xyL -wPc -pnb -vka -prt -prt -aiR -aiI -aiK tBc tBc tBc +tBc +tBc +tBc +tBc +tBc +tBc +gTW +gTW +gTW +tBc +gTW gTW gTW gTW @@ -110848,6 +175263,95 @@ gTW gTW gTW gTW +aHK +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +orv +orv +gTW +gTW +jUY +blj +jUY +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -110871,115 +175375,26 @@ gTW gTW tBc tBc -yfm -yfm -tBc -gTW -gTW -yfm -yfm -yfm -gTW -ylM -tBc -gTW -gPq -iFl -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -wOp -wOp -adR -oRy -oRy -oRy -oRy -oRy -oRy -oRy -oRy -oRy -oRy -gdT -wOp -xej -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -vmo -wOp -wOp -mcC -gPq -gPq -gGF -iEg -iEg -iEg -wTp -gTW -gTW -gGF -iEg -iEg -iEg -wTp -gTW -gTW -gTW -gGF -iEg -iEg -iEg -mcC -gTW -tBc -aiR -prt -prt -vka -rGx -vKW -vKW -vKW -vKW -lts -wPc -wPc -wPc -wPc -keJ -vka -prt -prt -aiR -aiK -aiH tBc tBc -gTW +tBc +tBc +tBc +tBc +tBc +tBc +lYC +lYC +lYC +lYC +lYC +wxa +tBc +tBc +tBc +tBc +tBc +tBc gTW gTW gTW @@ -111119,125 +175534,125 @@ gTW gTW gTW gTW +jUY gTW gTW gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +tBc +tBc tBc tBc -yfm -yfm -yfm +wsU +lYC +lYC +lYC +lYC +lYC +lYC +kck +tfE +xMC +oeJ +xMC +xMC +xMC +lFZ tBc -tBc -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -foH -wOp -sRg -wOp -wOp -wOp -wOp -wOp -sRg -wOp -wOp -wOp -wOp -wOp -sRg -wOp -adR -oRy -oRy -oRy -oRy -oRy -oRy -oRy -oRy -oRy -oRy -gdT -wOp -xej -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -szI -agm -agm -wOp -iEg -iEg -wOp -vJJ -ahH -vJJ -xej -gPq -gPq -foH -afH -afK -afM -xej -gTW -gTW -gTW -foH -afH -afK -afM -xej -gTW -tBc -uXI -prt -prt -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -prt -aiR -aiG -uKh -tBc -tBc -gTW -gTW +wCU +wCU +vlJ +xMM +xMM gTW gTW gTW @@ -111369,6 +175784,95 @@ gTW gTW gTW gTW +jUY +gTW +gTW +gTW +gTW +blj +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -111383,119 +175887,30 @@ tBc tBc tBc tBc -tBc -tBc +lYC +lYC +kck +xMC +oeJ +thb +xMC +xMC +taj +xMC +xMC +xMC +xMC +xMC +ufl +vKP +yeZ +tZC +xMM +xMM vlJ -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -gTW -gTW -gPq -foH -wOp -dhj -wQC -wQC -wQC -wQC -wQC -wQC -wQC -wbd -wbd -wbd -wQC -wQC -wQC -xZC -xkK -xkK -xkK -ntK -cTl -jYY -qos -ipo -ipo -ipo -clH -wOp -xej -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -szI -agm -agm -wOp -nus -nus -wOp -vJJ -vBZ -vJJ -xej -gTW -gTW -foH -afI -diG -afN -xej -gPq -gPq -gPq -foH -afI -diG -afN -xej -gPq -rgP -uXI -prt -prt -vka -rWL -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -prt -aiR -aiJ +xMM +tZC tBc -tBc -tBc -gTW -gTW -gTW gTW gTW gTW @@ -111608,6 +176023,96 @@ gTW gTW gTW gTW +aHK +gTW +gTW +jUY +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +jUY +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +jdh +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +jdh +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -111636,117 +176141,32 @@ gTW gTW tBc tBc -tBc -tBc -tBc -tBc -tBc -tBc -vlJ -tBc -tBc +lYC +mpc +kck +xMC +xMC +xMC +ulL +xMC +xMC +xMC +xMC +xMC +xMC +xMC +tya +xMC +xMC +xMC +wAe +xMM +xMM +xMM +foa vlJ wpF tBc -yfm -yfm -uKh -yfm -yfm -yfm -gPq -foH -wOp -wQC -kXh -mHD -mTD -nqS -jbl -nrE -fFD -hlT -xDL -oQV -pfa -nrE -pBv -pTg -qhI -qvh -xaM -eco -lCm -gsw -mlB -ipa -pDn -kpR -tCb -wOp -xej -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -czk -wOp -wOp -dcb -gPq -gPq -foH -vJJ -ahI -vJJ -xej -gPq -gPq -foH -afJ -afL -afO -xej -gTW -gTW -gTW -foH -afJ -afL -afO -xej -gTW -gTW -uXI -ewP -prt -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -prt -aiR -aiK tBc tBc gTW @@ -111809,11 +176229,6 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW "} (47,1,1) = {" gTW @@ -111869,6 +176284,98 @@ gTW gTW gTW gTW +jUY +jUY +jUY +jUY +jUY +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -111890,127 +176397,35 @@ gTW gTW gTW tBc -tBc -tBc -tBc -tBc -wsU -tBc -yfm -tBc -gOn -gOn +kck +taj +xMC +xMC +tNU +xMC +ufl +xDC +xMC +xMC +oeJ +xMC +xMC +thb +xMC +xMC +taj +tfE +xMC +vza +xMM wpF -gOn -gOn -tBc -yfm -yfm +vlJ wpF +vlJ +wpF +wCU tBc tBc -yfm -yfm -tEk -ahB -ahD -wQC -sqk -thh -muF -ukq -gaH -nrE -lft -hlT -oEy -xQf -com -nrE -xaA -nxD -nxD -nxD -awt -eco -lCm -gsw -bzQ -cEs -cEs -cEs -tCb -wOp -xej -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -foH -xej -gPq -gTW -gTW -ikn -nus -nus -nus -xAU -gTW -gTW -ikn -nus -nus -nus -xAU -gTW -gTW -gTW -ikn -nus -nus -nus -pPQ -gTW -gTW -uXI -fle -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -aiR -aiK -tBc -tBc -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -112127,6 +176542,11 @@ gTW gTW gTW gTW +jUY +vHN +vHN +vHN +jUY gTW gTW gTW @@ -112144,61 +176564,56 @@ gTW gTW gTW gTW -tBc -tBc -tBc -wsU -tBc -tBc -tBc -tBc -tBc -yfm -vlJ -tBc -gOn -gOn -gOn -hhG -vlJ -gOn -gOn -tBc -uKh -tBc -yfm -yfm -tBc -tBc -tBc -wQC -nrE -nrE -nrE -nrE -aPe -nrE -nZU -hlT -oEP -oQZ -mNq -nrE -uzc -lCt -lCt -bHU -uFi -jhk -mhI -fet -aNJ -lvp -lvp -lvp -tCb -wOp -xej +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +jdh +gTW +gTW +gTW +gTW +gTW +gTW +gTW +jdh +gTW +gTW +gTW +gTW +gTW +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq gPq gTW gTW @@ -112213,10 +176628,6 @@ gTW gTW gTW gTW -gPq -foH -xej -gPq gTW gTW gTW @@ -112228,7 +176639,6 @@ gTW gTW gTW gTW -gPq gTW gTW gTW @@ -112236,37 +176646,42 @@ gTW gTW gTW gTW -gPq gTW gTW gTW gTW -uXI -fIE -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -aiR -aiK +gTW +gTW +tBc +jiW +tad +xMC +xMC +oeJ +taj +xMC +oeJ +xMC +tfE +xMC +taf +uNp +xMC +xMC +xMC +xMC +xMC +xMC +tfE +tad +hjx +wpF +wCU +wpF +mhd +tBc tBc tBc -gTW -gTW -gTW -gTW gTW gTW gTW @@ -112383,6 +176798,17 @@ gTW gTW gTW gTW +jUY +jUY +jUY +jUY +vHN +vHN +jUY +jUY +gTW +gTW +gTW gTW gTW gTW @@ -112400,130 +176826,119 @@ gTW gTW gTW gTW -nfN -nBc -nBc -nBc -nBc -nBc -nBc -nBc -nPg -nBc yfm yfm yfm yfm +yfm +yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gPq +mcC +iEg +iEg +iEg +iEg +iEg +iEg +iEg +iEg +iEg +iEg +iEg +iEg +iEg +iEg +syk +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW tBc +jiW +tya +xMC +tqX +aiU +aiU +aiU +aiU +aiU +aiU +aiU +aiU +aiU +aiU +aiU +aiU +aiU +aiU +aiU +aiU +aiU +pww +wCU +vlJ wpF -gOn -gOn -wpF -gOn -wpF +xMM tBc -yfm -yfm -orf +wCU tBc -tBc -yfm -wQC -mHD -mTD -bgo -eqJ -hVP -nrE -qTU -foG -hlT -ace -hlT -nrE -nBS -sul -sul -wPd -kpR -eco -lCm -gsw -vai -slj -sCD -kpR -tCb -wOp -xej -gPq -gTW -afF -gTW -gTW -gTW -afF -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -foH -xej -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -wMa -mlD -kfp -lfX -prt -prt -nfN -nBc -aiU -aiU -aiU -aiU -aiU -aiU -aiU -aiU -aiU -aiU -aje -aiZ -tBc -tBc -gTW -gTW -gTW -gTW gTW gTW gTW @@ -112639,6 +177054,15 @@ gTW gTW gTW gTW +jUY +blj +jUY +bsj +jUY +vHN +vHN +vHN +jUY gTW gTW gTW @@ -112655,80 +177079,54 @@ gTW gTW gTW gTW -nfN -nBc -nqx -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc +gTW +gTW +gTW +gTW +yfm +lwh +lwh +lwh +lwh yfm yfm -yfm -tBc -hhG -uKh -yfm -wpF -vlJ -gOn -hhG -vlJ -yfm -yfm -yfm -tBc -tBc -yfm -wQC -imR -thh -thh -cYJ -iAg -atl +gTW +gTW +gTW +gTW +gTW +mcC +iEg +iEg +iEg +lZj +gTW +gTW +gTW +acG +iEg +iEg +iEg syk -oly -qVz -kHT -hlT -nrE -nrE -eGI -eGI -nrE -nrE -spP -lCm -gsw -nrE -nrE -nrE -wQC -wQC -wOp -xej -gPq -gTW -gPq -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW gTW gTW gTW gPq foH +wOp +nus +nus +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +nus +nus +wOp xej gPq gTW @@ -112742,7 +177140,6 @@ gTW gTW gTW gTW -gPq gTW gTW gTW @@ -112750,36 +177147,54 @@ gTW gTW gTW gTW -gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW gTW gTW tBc -uXI +sSc +oeJ +xMC +tVV +nEz +pVE +rCE +lfX +lfX +lfX lfX prt -prt -uXI +joG +pVE +lfX +lfX +lfX +lfX +rCE +pVE +roI +tVV +oel +xMM +xrZ +lYC tBc tBc -uKh -tBc -tBc -aiK -aiH -aiK -aiK -aja -aiN -aiL -tBc -tBc -tBc -gTW -gTW -gTW gTW gTW gTW @@ -112895,6 +177310,19 @@ gTW gTW gTW gTW +jUY +jUY +jUY +jUY +jUY +jUY +blj +vHN +vHN +vHN +gTW +gTW +aHK gTW gTW gTW @@ -112911,128 +177339,55 @@ gTW gTW gTW gTW -nfN -nqx -tBc -tBc -tBc -jTg -agT -gdi -tBc -tBc -tBc -tBc -tBc -tBc +gTW +yfm +lwh +iJu +gHp +lwh +lwh yfm yfm yfm -yfm -yfm -yfm -yfm -uKh -tBc -gOn -wpF -yfm -yfm -tEk -tBc -tBc -mdx -wQC -nrE -nrE -nrE -nrE +gTW +gTW +gTW +foH +nla pqe -nrE -rcc -hlT -iFJ nfY -rNj -nrE -mxL -bHU -nFH -eGI -rpL -eco -lCm -ddL -nrE -slA -wQC -afI -afN -wOp xej -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq +gTW +gTW +gTW +foH +nla +pqe +nfY +xej +gTW +gTW +gTW gPq foH xej gPq +nFH +kqy +kqy +woG +woG +woG +woG +kqy +kqy +afQ gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq +foH +xej gPq gTW gTW -iFl -iEg -iEg -iEg -mcC -gTW -gTW -gTW -tBc -ahJ -aec -afZ -aec -ahK -tBc -tBc -tBc -tBc -tBc -tBc -uKh -tBc -aiK -aiG -aiK -aiJ -tBc -tBc gTW gTW gTW @@ -113068,6 +177423,66 @@ gTW gTW gTW gTW +tBc +jpZ +taj +tfE +trm +joG +prt +prt +prt +prt +prt +prt +prt +prt +prt +joG +prt +prt +prt +prt +ezW +tKf +tVV +xMC +eTm +tfE +vOe +lFZ +tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -113152,6 +177567,17 @@ gTW gTW gTW gTW +jUY +jUY +blj +bhc +sVQ +bCK +jUY +vHN +vHN +vHN +vHN gTW gTW gTW @@ -113166,130 +177592,61 @@ gTW gTW gTW gTW -nfN -nBc -nqx -tBc -tBc -tBc -tBc -jTg -agU -gdi -tBc -tBc -tBc -tBc -tBc -tBc -tBc +gTW +gTW +gTW +gTW +gTW +orv +lwh +lwh +gcj +iJu +lwh +lwh +lwh yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -tBc -ltj -lJV -cfw -wQC -mHG -mUb -dyT -fQy iCj -nrE -obr -hlT -iFJ -cCm -hlT -nrE -jKu -peF -voH -qvC +gPq +gPq +foH +kzX +iCj +lJV +xej +gPq +gPq +gPq +foH +kzX +iCj +lJV +xej +gPq +gPq +gPq +gPq +foH +xej +gPq +gTW +kqy jpo gjg xXa -gsw +xXa rSX uZM -nmq -afI -afN -wOp -wOp -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -wOp -wOp -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -wTp -gPq -gTW -gTW -foH -afH -afK -afM -xej -gTW -gTW -gTW +kqy gTW gPq foH -wOp xej gPq gTW gTW gTW gTW -msP -tBc -tBc -tBc -bgP -tBc -tBc -tBc -tBc -tBc gTW gTW gTW @@ -113323,6 +177680,64 @@ gTW gTW gTW gTW +sHA +juf +xMC +dOx +tVV +prt +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +prt +tVV +xMC +tfE +xMC +kMo +tBc +tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -113404,6 +177819,22 @@ gTW gTW gTW gTW +aHK +gTW +gTW +jUY +gTW +jUY +bhc +jUY +blj +jUY +sVQ +blj +app +vHN +vHN +vHN gTW gTW gTW @@ -113421,135 +177852,119 @@ gTW gTW gTW gTW -nfN -nBc -nqx -tBc -tBc -jTg -agT -gdi -tBc -jTg -agU -gdi -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tEk +gTW +orv +orv +lwh +lwh +gHp +gHp +gcj +iJu +lwh yfm yfm -yfm -yfm -yfm -yfm -yfm -yfm -ktD -tBc -tBc -lty -ahC -ahC -wQC -rvO -jyQ -izt -eiv +gTW +gTW +foH +gNn pJd -nrE -oco -iCr -hVU esY -hXq -nrE -kiu -kdc -qiW -eGI +xej +gTW +gTW +gTW +foH +gNn +pJd +esY +xej +gTW +gTW +gTW +gPq +foH +xej +gPq +gPq +rxB rpL oIU -bHU +kGx eXD -wQC -wQC -wQC -afI -afN -wOp -nus -nus -nus -nus -wOp -wOp -wOp -nus -nus -nus -nus -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -xej -gPq +kZQ +uZM +rxB gPq gPq foH -afI -diG -afN -xej -gTW -gTW -gTW -gTW -gPq -foH -wOp xej gPq gTW gTW gTW gTW -gPq gTW gTW gTW -gPq +gTW +gTW +gTW +gTW +gTW +gTW +yfm +yfm +yfm +yfm +yfm +yfm +yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW tBc +jiW +xMC +tfV +tVV +joG +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +prt +tVV +xMC +ufl +xDC +lFZ tBc -tBc -tBc -gTW -gTW -gTW -gTW gTW gTW gTW @@ -113665,6 +178080,18 @@ gTW gTW gTW gTW +vHN +jUY +jUY +jUY +bse +blj +bsj +bsj +bsj +vHN +vHN +vHN gTW gTW gTW @@ -113676,129 +178103,82 @@ gTW gTW gTW gTW -nfN -nBc -nqx +gTW +cUS +tBc +wsU tBc tBc -tBc -tBc -jTg -agU -gdi -tBc -jTg -agU -gdi -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -uXI -tkP +orv +orv +orv +orv +lwh +lwh +gcj +aeg +gHp +lwh +lwh yfm -yfm -yfm -yfm -yfm -yfm -yfm -jWU -tBc -tBc -ltN -bgP -yfm -xHI -uUV -uUV -uUV -nrB -uUV -uUV -rPe -rPe -oEQ -lYf -rPe -uUV -nBp -sOD -sOD -sOD -sOD +gTW +gTW +obM +nus +nus +nus +wxI +gTW +gTW +gTW +obM +nus +nus +nus +wxI +gTW +gTW +gTW +gPq +foH +xej +gPq +gTW +rxB +klQ lYU klf -sOD -kqy -kzC -iZU -tdb -iZU -xPR -gPq -gPq -gPq -gPq -foH -wOp -xej -gPq -gPq -gPq -gPq -gve -iZU -xpG -iZU -wsP -afK -afM -abf -abj -abj -abj -abj -abj -abj -abj -abj -abj -abj -abj -abn -wOp -xej -gPq -gTW -gTW -foH -afJ -afL -afO -xej -gTW -gTW -gTW +kQw +lae +lii +rxB gTW gPq foH -wOp xej gPq gTW gTW gTW gTW -gPq gTW gTW gTW -gPq +gTW +gTW +gTW +yfm +yfm +yfm +yfm +lwh +lwh +lwh +lwh +lwh +yfm +yfm +yfm gTW gTW gTW @@ -113815,6 +178195,41 @@ gTW gTW gTW gTW +tBc +kzO +thb +tVV +pxh +prt +tWV +uNN +uNN +uNN +uNN +uNN +vmO +uNN +uNN +uNN +uNN +uNN +mBV +prt +prt +tVV +xMC +uNp +vOa +lFZ +tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -113922,6 +178337,21 @@ gTW gTW gTW gTW +jUY +vHN +vHN +sVQ +sVQ +bwq +blj +blj +bPa +vHN +vHN +vHN +gTW +gTW +gTW gTW gTW gTW @@ -113931,140 +178361,123 @@ gTW gTW gTW gTW -nfN -nBc -nqx -tBc -tBc -jTg -agT -gdi -tBc -jTg -agU -gdi -tBc -jTg -agV -gdi tBc tBc tBc tBc +wCU tBc -tBc -tBc -tzM -uXI -tBc -wed -pSs +orv +orv +orv +iVx +lwh +lwh +iJu +gcj +gHp +lwh yfm yfm -yfm -yfm -yfm -yfm -tBc -tBc -tBc -yfm -yfm -tcc -wkf -mUr -rbJ -vrd -uHP -gkz -nBK -nBK -cnB -wwE -pfI -uUV -pBG +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gPq +foH +wOp pUg qiX -qvH -qKO +uLb +uLb kaV -rkJ -rxB +woG +woG hTq -bbj -qKP -qKP -qKP -xKx -abY -abY -abY -abY -afi -afj -ahF -abY -abY -abY -abY -bbj -qKP -qKP -qKP -xKx -agm -afN -abg -nlk -nlk -bMk -nlk -nlk -nlk -nlk -nlk -bMk -nlk -nlk -abo +liQ +liQ +tzC +lTM wOp xej gPq gTW gTW -guZ -nus -nus -nus -pPQ +gTW +gTW +gTW +gTW +gTW +gTW +yfm +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm +yfm +yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW tBc -lnM -lnM -kXu -lnM -rhI -lnM -lnM -dEL +jiW +taj +tVV +prt +prt +ulM +vka +vka +vka +vka +vka ais -aiv -aiA -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -bgP -tBc -tBc -tBc -tBc +vka +vka +vka +vka +vka +mUq +prt +gck +tVV +xMC +tad +oeJ +lFZ tBc gTW gTW @@ -114127,6 +178540,8 @@ gTW gTW gTW gTW +gTW +gTW "} (56,1,1) = {" gTW @@ -114180,30 +178595,28 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +jUY +vHN +blj +bsj +app +bsj +app nfN -nqx -tBc -tBc -tBc -tBc -jTg -agU -gdi -tBc -jTg -agU -gdi -tBc -tyz -acu -tyz +vHN +vHN +vHN +jUY +gTW +gTW +gTW +aHK +gTW +gTW +gTW +gTW +gTW +gTW tBc tBc tBc @@ -114211,80 +178624,50 @@ tBc tBc tBc tBc -tBc -uXI -tBc -tBc -tBc -tBc -tBc +orv +orv +orv +iVx +iVx +lwh +lwh +gcj +iJu +lwh +lwh yfm -yfm -yfm -yfm -tBc -tBc -tBc -yfm -wcK -yeA -gTx -xDB -xDB -sPO -pQt -pQt -pQt -pQt -aPB -upo -jdV -uUV -pCo +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gPq +foH +wOp rCh tij -kui -rCh -nLU -rCh -ryd -hTq -snc -qKP -qKP -qKP -xLf -abZ -abf -abj -abj -abj -abj -abj -abj -abj -abn -abZ -snc -qKP -qKP -qKP -xLf -agm -afN -abg -nlk -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -nlk -abo +xpG +xpG +xpG +xpG +xpG +xpG +xpG +xpG +xpG +lUk wOp xej gPq @@ -114292,39 +178675,71 @@ gTW gTW gTW gTW -gPq +gTW +gTW +gTW +yfm +yfm +lwh +lwh +lwh +iJu +gcj +iVx +kSH +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm +yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW tBc -tBc -lnM -gSc -iQW +kzO +tVV +pxh +prt +vzB dna qEf -bGH -lnM -bMd -ait -aiw -aiB +vka +vka +vka +lCI +vka +vka +vka +vsd +vzB +dna +prt +joG +tVV +uNp +xMC +kMo +tBc +tBc +gTW gTW gTW gTW -gPq -tBc -tBc -tBc -tBc -tBc -gOn -gOn -gOn -ylM -tBc -tBc -tBc gTW gTW gTW @@ -114438,110 +178853,78 @@ gTW gTW gTW gTW +vHN +vHN +blj +bsj +blj +vHN +vHN +vHN +vHN +jUY +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW gTW gTW -nfN -nqx -tBc -jTg -agT -gdi -tBc -jTg -agU -gdi -tBc -jTg -agV -gdi -tBc -tyz -acu -tyz tBc tBc +wCU tBc tBc -tBc -tBc -tBc -tBc -uXI -bsZ -tBc -tBc -tBc -tBc -tzM +orv +orv +orv +orv +orv +iVx +iVx +lwh +lwh +lwh +gHp +lwh +lwh yfm -yfm -tEk -acP -aht -acP -tEk -ylM -yeA -dou -xDB -kMH -fLo -fLo -xyi -fLo -fLo -eDG -upo -gwH -hQo -vOw -gfN -iQs -pUu -qMd -szz -jLL -ryd -hTq -bbj -qKP -qKP -qKP -xKx -abZ -abg -nlk -nlk -nlk -bMk -nlk -nlk -nlk -abo -abZ -bbj -qKP -qKP -qKP -xKx -agm -afN -abg -tfo -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -tfo -abo +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gPq +foH +wOp +rCh +xpG +xpG +xpG +xpG +xpG +xpG +xpG +xpG +xpG +xpG +lUk wOp xej gPq @@ -114549,42 +178932,74 @@ gTW gTW gTW gTW -gPq +gTW +gTW +yfm +yfm +lwh +lwh +lwh +gHp +gcj +bwF +gcj +gcj +iVx +iVx +gcj +lwh +lwh +lwh +lwh +lwh +yfm +yfm +yfm +yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW -tBc -ylM -lnM -sKt -iQW -dna -qEf -gYH -kco -aiq -aiu -aix -aiB gTW tBc +jiW +tVV +pxh +ugq +vzF +ufK +ufK +vka +vka +vka +vzh +vka +vka +vka +vzF +vzF +bGd +prt +prt +tVV +xMC +xMC +lFZ tBc tBc -tBc -tBc -gOn -tBc -tBc -gOn -gOn -vlJ -gOn -gOn -tBc -tBc -tBc -tBc -tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -114695,155 +179110,155 @@ gTW gTW gTW gTW +vHN +vHN +vHN +vHN +vHN +vHN +vHN +vHN +vHN +jUY +jUY gTW gTW gTW gTW gTW -uXI -tBc -tBc -jTg -agU -gdi -tBc -jTg -agU -gdi -tBc -tyz -acu -tyz -tBc -tyz -acu -tyz -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -uXI -nKG -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tyz -acC -xej gTW gTW -yeA -gsf -xDB -sXB -nss -vGk -nQR -vGk -vGk -txA -eHN -lok -jxJ -rWJ -pVc -vfr -qwg -qMe -bCd -rui -ryd -kqy -dhH -nlk -tdo -nlk -qBS -abZ -abg -nlk -qKP -qKP -qKP -qKP -qKP -nlk -abo -abZ -dhH -nlk -tdo -nlk -qBS -agm -afN -abg -nlk -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -nlk -abo +gTW +gTW +gTW +wsU +tBc +tBc +orv +orv +orv +orv +orv +orv +iVx +iVx +iVx +iVx +iVx +lwh +lwh +lwh +lwh +yfm +tBc +gTW +gTW +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +foH +wOp +rCh +xpG +xpG +xpG +xpG +xpG +xpG +xpG +xpG +xpG +xpG +lUk wOp xej gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -rgP -ylM -tVV -lnM -sKt -iQW -dna -qEf -gYH -qQw -air -air -aiy -aiB gTW +gTW +gTW +gTW +gTW +yfm +yfm +lwh +lwh +lwh +lwh +lwh +gcj +gcj +iJu +iVx +iVx +cGY +iVx +iVx +kSH +lwh +lwh +lwh +lwh +lwh +lwh +yfm +yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +jiW +tVV +pxh +prt +vAb +ugj +umw +vka +vka +vka +lCI +vka +vka +vka +aiC +vAb +ugj +prt +prt +tVV +oeJ +xMC +lFZ tBc tBc -ylM -tBc -tBc -ylM -vlJ -gOn -tBc -gOn -gOn -gOn -gOn -gOn -tBc -tBc -tBc -ylM -tBc -tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -114952,155 +179367,155 @@ gTW gTW gTW gTW +vHN +vHN +vHN +vHN +vHN +vHN +vHN +vHN +vHN +jUY +jUY +jUY gTW gTW gTW gTW -nfN -nqx +gTW +gTW +gTW +gTW +vHN +orv +orv +orv +orv +orv +orv +orv +orv +iVx +iVx +lwh +lwh +iVx +iVx +iVx +lwh +lwh +lwh +yfm +wCU tBc -tBc -jTg -agU -gdi -tBc -jTg -agV -gdi -tBc -tyz -acu -tyz -tBc -tyz -acu -tyz -tBc -tBc -tBc -bgP -tBc -tBc -tBc -tBc -tEk -mGK -tBc -tBc -tBc -bgP -tBc -tBc -tBc -tyz -tyz -acC -wOp +gTW +gPq mcC -qIT -tcc -tCK -xDB -kOn -nti -vGk -vGk -vGk -vGk -vLA -xDB -lbz -uUV -tPq -gfN -ufo -qwC -tUv -eFW -wlV -ryd -kqy -oOd -moQ -tds -moQ -bvF -abZ -abg -nlk -qKP -qKP -qKP -qKP -qKP -nlk -abo -abZ -bvF -moQ -tds -moQ -bvF -agm -afN -abg -nlk -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -nlk -abo +iEg +iEg +iEg +iEg +iEg +iEg +iEg +iEg +iEg +iEg +iEg +iEg +iEg +wOp +wOp +rCh +xpG +xpG +xpG +xpG +xpG +xpG +xpG +xpG +xpG +xpG +lUk wOp xej gPq gTW gTW gTW -gTW -gPq -afF -tBc -tBc -ylM -wcK -lnM -sKt -iQW -dna -qEf -rFr -lnM -uKW -lCI -aiz -aiC +yfm +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +kSH +iVx +iVx +iVx +iVx +iJu +gcj +gcj +iJu +iVx +cGY +lwh +lwh +lwh +lwh +lwh +yfm +yfm +yfm gTW gTW +gTW +acG +iEg +iEg +iEg +lZj +gTW +jiW +tVV +prt +joG +ulM +vka +vka +vka +vka +vka +ais +vka +vka +vka +vka +vka +mUq +prt +prt +tVV +xMC +tya +lFZ tBc -tBc -tBc -gOn -tBc -tBc -gOn -gOn -wcK -gOn -wpF -gOn -gOn -tBc -tBc -tBc -tBc -tBc -tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -115211,151 +179626,141 @@ gTW gTW gTW gTW +vHN +vHN +vHN +vHN +vHN +jUY +jUY gTW gTW -uXI -tBc -tBc -tBc -jTg -agU -gdi -tBc -tyz -acu -tyz -tBc -tyz -acu -tyz -tyz -tyz -agW -tyz -tyz -tyz -tyz -jma -tyz -tyz -tyz -tyz -eHA -tyz -tyz -tyz -tyz -jma -tyz -tyz -tyz -tyz -ahp -ahv -ahx -xej +jUY gTW -yeA -sks -aIp -eqN -vGk -vGk -vGk -vGk -vGk -eqo -bwy -hox -uUV -pDb -pUG -vnv -vDz -rDT -mjJ -akY -uhV -uCg -moQ -pEx -tMw -tGx -hAR -aca -abg -nlk -qKP -qKP -qKP -qKP -qKP -nlk -abo -aca -hAR -nqN -tMw -xzc -bvF -ahG -afO -abg -nlk -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -nlk -abo +gTW +gTW +gTW +gTW +gTW +gTW +vHN +vHN +vHN +orv +orv +orv +orv +orv +orv +tBc +iVx +lwh +lwh +lwh +iVx +iVx +iVx +iVx +iVx +lwh +yfm +yfm +yfm +gTW +gPq +foH wOp +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +jxs +wOp +rCh +xpG +xpG +xpG +xpG +xpG +xpG +xpG +xpG +xpG +xpG +lUk +mcp +mjX +xaP +tBc +yfm +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +iVx +iVx +gcj +gcj +bwF +gcj +iVx +kSH +iVx +bwF +lwh +lwh +lwh +lwh +lwh +lwh +yfm +yfm +gTW +gTW +foH +nla +pqe +nfY xej -gPq gTW -gTW -gTW -gTW -gPq -gPq tBc -ylM +mPy +prt +prt +uKW +vlC +vlC +vlC +vlC +vlC +vAi +vlC +vlC +vlC +vlC +vlC +pEE +prt +prt tVV -vlJ -lnM -sKt -iQW -dna -qEf -bGH -lnM -lnM -lnM -vpo -lnM -gPq -gPq -bgP -tBc -tBc -tBc -gOn -tBc -gOn -gOn -wpF -gOn -gOn -vlJ -gOn -gOn -tBc -tBc -tBc +vqJ +wAe tBc tBc gTW @@ -115412,6 +179817,16 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW "} (61,1,1) = {" gTW @@ -115462,6 +179877,7 @@ gTW gTW gTW gTW +aHK gTW gTW gTW @@ -115469,152 +179885,151 @@ gTW gTW gTW gTW -nfN -nqx +gTW +gTW +gTW +jUY +jUY +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +vHN +vHN +vHN +vHN +orv +orv +orv tBc tBc tBc -jTg -agV -gdi tBc -tyz -acu -tyz -tyz -tyz -agW -tyz -ahc -adl -agX -ahf -aeD -aeD -aeD -aeD -aeD -aeD -aeD -ahg -eHA -ahl -aeD -aeD -aeD -aeD -aeD -aeD -aeD -aeD -ahq -tEk -ahz +iVx +iVx +iJu +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm +gTW +gPq +foH xej -gTW -yeA -pdm -dgI -ngJ -vGk -vGk -bNL -vGk -omt -rBy -dgI -uKj -uUV -qCR +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +kqy +kqy qGq uLb -riT -qOT -sOD +uLb +uLb +kxp dka -bqg -bqg -bqg -moQ -tdH -tHa -bvF -bvF -bvF -nlk -qKP -qKP -qKP -qKP -qKP -nlk -bvF -bvF -bvF -moQ -tdH -tHa -bvF -bvF -bvF -bvF -nlk -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -nlk -abo -wOp +kRi +laf +liQ +liQ +liQ +lUt +mcr +wgk +tBc +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +kSH +iVx +iVx +iVx +iVx +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm +xFi +gPq +foH +kzX +iCj +lJV xej gPq -gPq -gPq -gPq -gPq -gPq -gPq -aim -lKZ -fSo -fSo -lnM -dwp -vCa -dna -qEf -rFr -dna -qwb -xsM -eTf -lnM +woj +nuH +prt +prt +vka +aiB +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +prt +tVV +taj +lFZ +tBc +tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW -tBc -tBc -tBc -tBc -gOn -vlJ -tBc -gOn -gOn -tBc -tBc -wcK -gOn -tBc -ylM -tBc -tBc -tBc gTW gTW gTW @@ -115726,151 +180141,151 @@ gTW gTW gTW gTW -uXI -tBc -tBc -tBc -tBc -tyz -acu -tyz -lfD -tyz -agW -tyz -ahc -adl -agX -adl -ahe -tyz -agY -tyz -tyz -tyz -tyz -jma -tyz -tyz -tyz -pyj -eHA -pyj -tyz -tyz -tyz -jma -tyz -tyz -nDp -tyz -ahr -ahw -ahA -xej gTW -yeA -rfR -aRw -wFU -vGk -vGk -vGk -vGk -vGk -leE -drn -pjk -uUV -noP -pUR -uLb -riT -qOW -sOD -bJZ -uff -aZV -bqg -sDI -nlQ -bVO -tYG -oHo -uyf -nlk -qKP -qKP -qKP -qKP -qKP -nlk -whd -oHo -wGE -xKK -nlQ -gIy -xNK -xUq -yfW -eOd -nlk -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -nlk -abo -wOp -wOp -iEg -iEg -iEg -iEg -iEg -iEg -iEg -abF -lnM -whi -qwB -oZF -qwB -qNe -dna -dwp -vCa -dna -kaS -vaC -oix -lnM +gTW +gTW +gTW +gTW +jUY +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +vHN +vHN +vHN +orv +orv tBc +tBc +tBc +tBc +tBc +tBc +iVx +iVx +iJu +iVx +iVx +iJu +gHp +iVx +lwh +lwh +cGY +lwh +yfm +yfm +xFi +hjq +hrs +hqF +gPq gTW gTW gPq +gTW +gTW +gTW +gPq +gTW +gTW +gTW +kqy +sOD +pUR +jTB +ihV +qOW +bqg +rkR +uff +aZV +ljy +lxW +lHm +lba +tyz +wgk tBc +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +iJu +iVx +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm +gTW +foH +gNn +pJd +esY +xej +gTW +gTW +uXI +oZF +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +prt +tVV +xMC +lFZ tBc -tBc -gOn -gOn -gOn -tBc -vlJ -gOn -tBc -gOn -wpF -tBc -tBc -tBc -tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -115983,151 +180398,151 @@ gTW gTW gTW gTW -uXI -tBc -tyz -tyz -tyz -tyz -agW -tyz -ahc -acP -agX -adl -ahe -tyz -agY -tyz -tyz -tyz -acu -tyz -tBc -tBc -tBc -bgP -tBc -tBc -mew -pwm -ltM -pwm -mew -tBc -tBc -bgP -tBc -xpH gTW -guZ -wOp -afB -wOp -pPQ -qIT -tcc -tCK -gek -kOn -nti -vGk -vGk -ocN -vGk -vLA -tQt -phh -uUV -mzP -pUR -uLb -riT -wpM -sOD -oie -jFL -lpt -bqg -xvE -nlQ -bVO -hTx -hTx -hTx -nlk -qKP -qKP -qKP -qKP -qKP -nlk -hTx -hTx -hTx -xKK -nlQ -gIy -kXq -ygo -cSO -eOd -nlk -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -nlk -abo -abs -abs -aby -aby -aby -abs -abs -abD -abs -abG -owU -htP -rAe -gSX -ome -gJW -rUQ -joG -lNB -dna -kaS -vaC -bsK -lnM +gTW +gTW +gTW +gTW +gTW +jUY +gTW +gTW +gTW +gTW +jUY +gTW +gTW +gTW +gTW +vHN +vHN tBc +tBc +tBc +tBc +tBc +xIT +tBc +yfm +iVx +gcj +gcj +gHp +gcj +gcj +iVx +lwh +lwh +gHp +iVx +lwh +lwh +lwh +dig +kTR +oCW +lwh +yfm gTW gTW gPq +gTW +gTW +gTW +gPq +gTW +gTW +gTW +lba +xZa +htP +htP +xZI +wpM +oJg +rkR +uff +lpt +lmk +lmk +lmk +lba +tyz +wgk tBc +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +iVx +iVx +mNC +hjz +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm +lwh +lwh +lwh +lwh +lwh +lwh +yfm +gTW +iOY +nus +nus +nus +wxI +gTW +gTW +uXI +cSI +prt +prt +prt +joG +lNB +prt +prt +prt +prt +prt +prt +joG +prt +prt +prt +gck +tVV +xMC +lFZ tBc -tBc -tBc -gOn -gOn -tBc -tBc -gOn -gOn -tBc -gOn -gOn -tBc -tBc -tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -116240,148 +180655,140 @@ gTW gTW gTW gTW -uXI -tBc -tyz -dcT -aeD -agw -agX -adl -ahe -tyz -agY -tyz -tyz -tyz -acu -tyz -tBc -tyz -acu -tyz -tBc -tBc -tBc -tBc -tBc -gJI -mFG -woB -fwq -woB -mFG -tBx -tBc -tBc -pPV gTW gTW -gPq -foH -afB -xej -gPq gTW -yeA -sks -gek -sXB -vGk -vGk -odX -vGk -vGk -vLA -tQt -piS -uUV -sOD -sOD +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +jUY +gTW +gTW +gTW +tBc +tBc +tBc +xIT +tBc +tBc +fxA +fxA +tBc +yfm +iJu +iVx +gcj +gcj +gcj +aeg +iJu +gcj +gcj +iVx +cGY +iVx +lwh +lwh +iVx +mNC +mNC +lwh +yfm +yfm +gTW +ihu +gTW +gTW +gTW +ihu +gTW +gTW +gTW +lba qjn -qwN -sOD -sOD +qjn +qjn +lYK +kmc +kxw piv -bqg +kRY bSh -bqg -sEr cTD -bVO -nmu -oXR -hTx -nlk -qKP -qKP -qKP -qKP -qKP -nlk -hTx -oXR -ucj -xKK cTD -gIy -gaX -ygo -uFa -eOd -nlk -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -nlk -abp -abt -abv -abv -abv -abv -abt -abv -abv -abv -abH -axI -yih -whn -fLS +cTD +lba +tyz +wgk +tBc +lwh +lwh +lwh +lwh +lwh +lwh +lwh +iVx +iVx +iVx +mNC +mNC +aOX +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +iVx +iVx +iVx +yfm +yfm +yfm +lwh +lwh +lwh +yfm +yfm +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gTW +nuH nVw -lNt -kul -joG -aXe -lga -bAF -mUg -dna -lnM -lnM -lnM -gPq -gPq -gPq -msP -ylM -tBc -tBc -wpF -gOn -tBc -gOn -gOn -gOn -tBc -tBc +prt +prt +prt +prt +prt +prt +prt +vbx +vbx +prt +prt +prt +prt +prt +vbx +gck +tVV +xMC +lFZ tBc gTW gTW @@ -116440,6 +180847,14 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW "} (65,1,1) = {" gTW @@ -116497,149 +180912,149 @@ gTW gTW gTW gTW -uXI -tBc -tyz -tyz -tyz -tyz -agY -tyz -tyz -tyz -acu -tyz -tBc -tyz -acu -tyz -tBc -tyz -acu -lfD -tBc -tBc -tBc -tBc -tBc -lgf -ltM -mcr -mFG -mcr -ltM -ltM -lAD -xQu -qcT +gTW +aHK gTW gTW -gPq -foH +gTW +gTW +gTW +jUY +gTW +gTW +gTW +gTW +jUY +jUY +jUY +aha +yex +yex +yex +yex +yex +yex +eyS +eGe +eyS +yfm +yfm +lwh +lwh +iVx +gHp +gcj +gcj +gHp +gcj +gHp +iVx +lwh +lwh afB -xej -gPq -gTW -yeA -nLu -gek -qKi -hKq -hKq -nQT -hKq -hKq +mNC +mNC +lwh +lwh +lwh +yfm +wCU xEP -tQt -xeC -uUV -kBa +iEg +iEg +iEg +xEP +iEg +iEg +iEg +kqy +jEG +fNz fNz -ceu ihV qPt bqg rkR -bqg -rkR -bqg -xKK -iDE -bVO -nmu -oQX -hTx -nlk -qKP -qKP -qKP -qKP -qKP -nlk -hTx -oQX -ucj -xKK -iDE -gIy -nmu -sYO -cSO -eOd -nlk -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -nlk -abq -abu -abw -abu -abu -abu -abu -abC -abC -abu -abI -owU -oef -rLi -cNV -nSr -wvd -hzO -joG -aXe -kVR -iPV -vaC -nzX -vaC -fRy -lnM +uff +lan +lng +lyA +lHm +lba +tyz +wgk +iVx +iVx +lwh +lwh +lwh +iVx +iVx +iVx +iVx +iVx +iVx +iVx +mNC +mNC +mNC +iVx +lwh +lwh +lwh +lwh +lwh +iVx +iVx +iVx +iVx +tBc +tBc +tBc +yfm +yfm +yfm +yfm +yfm +tBc +gTW +gTW gTW gPq gTW +gTW +gTW +gTW +abR +tEA +hFN +wvd +prt +prt +soj +twb +aiU +aiU +aiU +aiU +aiU +aiU +aiU +aiU +aiU +aiU +vLT +uNp +lFZ tBc -tBc -tBc -tBc -tBc -vlJ -tBc -tBc -tBc -tBc -tBc -tBc -tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -116754,147 +181169,147 @@ gTW gTW gTW gTW -uXI -tBc -tBc -tBc -tBc -tyz -acu -tyz -tBc -tyz -acu -tyz -tBc -tyz -acu -tyz -tBc -jTg -agZ -gdi +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +jUY +gTW +gTW +gTW +gTW +aha +yex +bDa tBc tBc tBc tBc tBc -ltM -nZF -tKH -xIB -vpI -fGi -ltM -ahT -adz -afm +tBc +fxA +fxA +fxA +yfm +yfm +lwh +iVx +aeg +cGY +lwh +gHp +iJu +gcj +aeg +iJu +lwh +lwh +lwh +mNC +mNC +lwh +lwh +lwh +yfm +yfm +aJs +xeC +xeC +xeC +vXA +iXG +iXG +iXG +kqy +xwh +vDW +vDW +xwh +xwh +kxG +rkR +auT +xwh +xwh +xwh +kqy +kqy +mcG +mkp +mqc +iVx +iVx +iVx +iVx +iVx +iVx +iVx +iVx +iVx +iVx +iVx +iVx +iVx +iVx +iVx +iVx +lwh +lwh +lwh +iVx +iVx +iVx +iVx +tBc +fxA +fxA +fxA +tBc +tBc +tBc +eAA +tBc +tBc +tBc gTW gTW gPq -foH -afB -xej -gPq gTW -yeA -rfR -qDc -aJs -aJs -cio -aJs -aJs -aJs -aJs -gLh -kvN -uUV -wYB -pZv -iPD -ihV -ljz -bqg -bqg -bqg -bqg -bqg -sEF -iDE -bVO -nmu -eJS -hTx -nlk -qKP -qKP -qKP -qKP -qKP -nlk -hTx -eJS -ucj -xKK -iDE -gIy -aUt -hfP -rEh -eOd -nlk -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -nlk -abq -wOp -wOp -nus -nus -nus -nus -nus -nus -nus -abJ -lnM -tcT -rLi -biR -nSr -uSb -mrf +gTW +gTW +gTW +gTW +tBc +qRZ +wvd +prt joG -lNB -dna -kGt -nGJ -nGJ -vOQ -cRG -lnM -gTW -gPq +sTs +tBc +uOy +wjg +uOy +kzO +xMC +tya +xMC +xMC +vIA +xDC +tfE +kMo +tBc +tBc +gTW +gTW +gTW +gTW gTW gTW -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc gTW gTW gTW @@ -117011,144 +181426,139 @@ gTW gTW gTW gTW -wMa -kfp -tBc -tBc -tBc -tyz -acu -tyz -tBc -tyz -acu -tyz -tBc -jTg -agZ -gdi -tBc -jTg +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +jUY +jUY +jUY +gTW aha -gdi +bDa +fxA +tBc +tBc +jTg +ahb +jTg tBc tBc tBc -tBc -tBc -ltM -oeb -cSD -dPt -woB -muf -ltM -ahU -adz -xej -gPq -gPq -gPq -foH -afB -xej -gPq -qIT -tcc -mIB -uTi -uTi -uTi +fxA +fxA +fxA +yfm +lwh +lwh +lwh +lwh +lwh +lwh +cGY +iVx +gcj +gHp +lwh +lwh +lcK +mNC +hjz +lwh +lwh +lwh +lwh +lwh +xsA qLt -uTi -uTi -uTi -qLt -nbV -cEy -uUV -pDt -pZv +iBk +iIV +hWl +iXT +joo +oNQ +xwh +jEK +xZa pRd -ihV +vDW faw -rak -rlW -agB -rTm -sIE -sZv -iDE -bVO -nmu -eJS -hTx -nlk -qKP -qKP -qKP -qKP -qKP -nlk -hTx -eJS -ucj -xKK -iDE -gIy -xTy -qVj -qVj -eOd -nlk -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -nlk -abq -wOp -xej -gPq -gPq -gPq -gPq -gPq -gPq -gPq -ain +bqg +rkR +kSE +xwh lnM -srv -rLi -gJK -nSr -gJW -dna +kqy +lLd +mxu +vqe +vqe +fmT +yfp +nGV +pZv +iVx +yfp +nGV +pZv +iVx +iVx +iVx +yfp +nGV +pZv +iVx +iVx +iVx +yfp +nGV +pZv +iVx +yfp +nGV +pZv +tBc +fxA +fxA +fxA +tBc +tBc +tBc +eAA +tBc +tBc +xaP +gPq +gPq +gPq +gPq +gTW +gTW +gTW +gTW +tBc +tOh wpk +aIl wpk -dna -dna -dna -lnM -lnM -lnM -lnM -kMS -gPq -gPq -gPq -gPq -bgP +uqv tBc tBc tBc tBc tBc +uOy +wjg +kzO +xMC +vqJ +xMC +taj +lFZ tBc gTW gTW @@ -117211,6 +181621,11 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW "} (68,1,1) = {" gTW @@ -117269,106 +181684,122 @@ gTW gTW gTW gTW -uXI -tBc -tBc -tBc -tyz -acu -tyz -tBc -jTg -agZ -gdi -tBc -jTg +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +rZs aha -gdi +yex +sKR +fxA +fxA +fxA tBc jTg -aha -gdi +chL +jTg tBc tBc tBc tBc tBc -ltM -pdN -inR -inR -uNN -piD -ltM -ahV -adz -xej +fxA +yfm +yfm +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +mNC +kLI +hjD +lwh +lwh +lwh +hSI +hIt +xsA +nDd +uKR +rHf +hWl +uhS +oSd +yfz +xwh +jFm +jLh +ogD +cUl +aby +kxM +kGI +auT +laq +lnR +lyG +lLd +mxu +mxu +mxu +fmT +iVx +sAh +iVx +iVx +iVx +sAh +iVx +xTy +nbD +abt +iVx +sAh +iVx +iVx +iVx +iVx +iVx +pao +iVx +iVx +iVx +iVx +tBc +fxA +fxA +fxA +tBc +tBc +tBc +tBc +rzc +rJz +rJz +rYS +iEg +iEg +syk +gPq +gTW +gTW +gTW gTW gTW gPq foH -afB -xej -gPq -gTW -csU -hQz -yeE -aak -eCg -nDd -aal -odk -eAU -cXd -glS -uKR -rHf -tbH -vDW -ogD -cUl -faw -raq -sIE -bsX -rUo -sIE -sHh -iDE -wZq -hTx -hTx -hTx -nlk -qKP -qKP -qKP -qKP -qKP -nlk -hTx -hTx -hTx -xKK -eQz -gIy -bvF -hTx -hTx -bvF -nlk -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -nlk -abq wOp xej gPq @@ -117376,32 +181807,16 @@ gTW gTW gTW gTW -gPq -gPq +hqF +tBc +tBc +tBc +hqF +uOy +uOy +uOy tBc -lnM -njX -gBL -pZG -ssm -gJW -dna -abm -hgr -lIM -szD -pDj -lnM -wcK -wpF -vlJ tBc -gTW -gTW -gTW -uKh -gTW -gTW gTW gTW gTW @@ -117526,106 +181941,122 @@ gTW gTW gTW gTW -uXI -tBc -tBc -tBc -jTg -agZ -gdi -tBc -jTg +gTW +gTW +gTW +gTW +gTW +gTW +gTW aha -gdi +yex +bDa +tBc +fxA +jTg +ahb +jTg tBc jTg -aha -gdi -tBc +chL jTg -aha -gdi tBc tBc tBc tBc tBc -ltM -ltM -mFG +tBc +tBc +tBc xFi -mFG -ltM -ltM -pQX -nus -xAU +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +gtO +iVx +mNC +daS +hjF +lwh +lwh +hIt +hTd +wDF +xsA +nFm +eIW +gDf +hWl +iXZ +rpb +kRD +xwh +jFz +jLA +jTE +vDW +xXa +kxS +ydg +kSX +kqy +kqy +kqy +mxf +nOn +nOn +nOn +oli +iVx +aWe +iVx +iVx +iVx +aWe +rjX +rjX +nyh +rjX +rjX +aFp +iVx +iVx +iVx +iVx +iVx +eBk +iVx +iVx +iVx +iVx +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +rzU +tyz +tyz +mcp +tyz +wOp +xej +gPq +gTW +gTW +gTW gTW gTW gPq foH -afB -xej -gPq -gTW -mGZ -xut -aUQ -cGy -mSl -nFm -dNi -gDf -eAU -oFn -kSS -eIW -hQo -eiZ -pZv -tDG -jkS -blj -uYB -rlZ -ryn -uYB -uYB -uPU -iDE -bVO -tYG -rHS -uyf -nlk -qKP -qKP -qKP -qKP -qKP -nlk -whd -rHS -wGE -xKK -hTG -jXe -xNY -nAz -oeR -xFk -hVL -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -nlk -abq wOp xej gPq @@ -117634,30 +182065,14 @@ gTW gTW gTW gPq -afF -tBc -lnM -kxp -ogJ -wfP -ogJ -wPy -dna -mBz -kGC -kGC -kGC -uvi -vpo -wpF -wcK -tBc -tBc -tBc -gTW gTW gTW gTW +gPq +tBc +tBc +tBc +tBc gTW gTW gTW @@ -117783,139 +182198,139 @@ gTW gTW gTW gTW -wMa -kfp -tBc -tBc -jTg -aha -gdi -tBc -jTg -aha -gdi -tBc -jTg -aha -gdi -tBc -jTg -ahb -gdi -tBc -tBc -tBc -tBc -tBc -tBc -jXC -mFG -dPt -mFG -ejg gTW gTW gTW gTW gTW +aha +yex +bDa +tBc +tBc +fxA +fxA +jTg +chL +jTg +fxA +jTg +chL +jTg +tBc +fxA +fxA +fxA +tBc +tBc +tBc +tBc +uXI +mFG +yfm +yfm +yfm +lwh +lwh +lwh +lwh +gtW +iVx +mNC +hdl +mEi +lwh +mGZ +sTF +sTF +sTF +xsA +pyb +iBn +pyb +hWl +hWl +jfm +hWl +eAU +jFF +xwh +xwh +xwh +xwh +raA +olw +xwh +kqy +bwF +lze +iVx +iVx +iVx +lwh +rjX +rjX +rjX +ukx +ukx +ukx +rjX +rjX +nor +ntK +nEj +rjX +rjX +rjX +rjX +wwD +wwD +wwD +rjX +rjX +rjX +iVx +iVx +qBS +rqk +rqk +rqk +rqk +rqk +rqk +rqk +rqk +rqk +rqk +rqk +rlZ +wOp +xej +gPq +gTW +gTW +gTW +gTW gTW gPq foH -afB -xej -gPq -gTW -mGZ -iCC -iCC -iCC -eAU -nFT -nFT -nFT -eAU -xHl -hcS -kDU -uUV -cCn -pZv -tDG -tew -uYB -raA -rmq -ryq -rWI -uYB -xKK -iDE -sny -bvF -bvF -bvF -nlk -qKP -qKP -qKP -qKP -qKP -nlk -bvF -bvF -bvF -pOF -iRe -aDg -bvF -bvF -bvF -pzb -nlk -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -tfo -abq wOp xej gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -lnM -lnM -nUR -lnM -fSo -fSo -lnM -aic -wJs -cSL -mcF -dsu -lnM -gOn -tBc -uKh -tBc -tBc gTW gTW -tBc -tBc -tBc +gTW +gTW +gPq +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -118041,137 +182456,142 @@ gTW gTW gTW gTW -uXI -tBc -tBc -jTg +gTW +gTW aha -gdi -tBc -jTg -aha -gdi -tBc +yex +bDa +wpF +xMM jTg ahb -gdi -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc +jTg +fxA +jTg +chL +jTg +fxA +jTg +ciu +jTg tBc +fxA +fxA +fxA +fxA tBc tBc mew -sGj -mew -xej -gTW -gTW -gTW -gTW -gTW -gTW -gPq -foH -afB -xej -gPq +uXI tBc +fpQ +fyv +yfm +yfm +yfm +lwh +lwh +lwh +mNC +mNC +mNC +lwh +yfm mGZ -mIS -oss -vYB -eAU -nGe -oss -vYB -eAU +hIu +wOm +ibl xuQ -gEM -gEM -rPe -ejj -pZv -xiR +nGe +iBM +vYB +iQg +iYm +jfo +jnE +eAU +jGg +jLB +jTK dtL -kNv +kmo pgO -avn -jrU -rWK -qPD -xKK -xzH -bVO -oeA -jBY -bvF -nlk -nlk -nlk -psF -nlk -nlk -nlk -bvF +kHc +kTh +lba +iJu +iVx +iVx +iVx +kSH +lwh +rjX +vFw +uSz +uSz +uSz +uSz +aWd +rjX +rjX qAn -jIQ -xKK -iRe -gIy -sOF -diy -bvF -abh -nlk -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -qKP -nlk -abq +rjX +rjX +dYG +uPV +vFw +uSz +uSz +uSz +orQ +uSz +rjX +iVx +iVx +aay +prt +prt +qZo +prt +prt +prt +prt +prt +qZo +prt +prt +aaB wOp xej gPq gTW gTW gTW -gTW +tBc +gkv +gkv +tXf +gkv +tXf +gkv +gkv +uFi +uOf +uWB +vbA gPq -gTW -gTW -uXI -tBc -abR -jXC -wpF -vlJ -lnM -lnM -lnM -lnM -lnM -lnM -lnM -vlJ +gPq +gPq +gPq +gPq +gPq +gPq +gPq +hqF tBc tBc -gOn tBc -gTW -gTW tBc -ylM tBc gTW gTW @@ -118234,11 +182654,6 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW "} (72,1,1) = {" gTW @@ -118298,145 +182713,145 @@ gTW gTW gTW gTW +gTW +aha +bDa +tBc +tBc +xMM +vpI +jTg +chL +jTg +tBc +jTg +chL +jTg +khn +tyz +cjX +tyz +tBc +tBc +fxA +fxA +fxA +fxA +tBc +tBc uXI tBc tBc -jTg -aha -gdi -tBc -jTg -ahb -gdi -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -vKg -adz -ahn -xej -gTW -gTW -gTW -gTW -gTW -gTW -gPq -foH -afB -xej -gPq +fxA +fxA tBc +yfm +yfm +yfm +lwh +fbw +sId +mMH +lwh +tZC mGZ -whP -mUS +hIA lUc -eAU -whP -mUS -lUc -eAU +ibH oFQ oSg +wFo +lUc +iQy +iQy +oFQ kyq -rPe -ejj -pZv -tDG -jkS -uYB -rbk -rmz -rzk -rXE -uYB -xKK +eAU +jGh xZa -bVO -tYK -rWO -uyv -bvF -hTx -hTx -hTx -hTx -hTx -bvF -uyv -rWO -wGP -xKK -oBi -gIy -sOF -diy -bvF -abh -nlk -nlk -bMk -nlk -nlk -nlk -nlk -nlk -bMk -nlk -nlk -abq +jTR +abr +xZa +rkR +xZa +kUE +lba +iVx +iVx +iVx +iJu +lwh +lwh +rjX +uSz +uSz +uSz +uSz +uSz +uSz +uSz +uSz +uSz +uSz +uSz +vFw +uPV +sEM +orQ +uSz +uSz +uSz +uSz +jDq +iVx +iVx +aay +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +aaB wOp xej gPq gTW gTW +tBc +tBc +gkv +tOn +tXJ +oDW +umx +uqw +gkv +uFs +uOw +qdP +vbU +gTW gTW gTW gPq -gTW -gTW -uXI -tBc -abR tBc tBc -ylM -oDW -tBc -gOn -wpF -vlJ -ylM -qdP tBc tBc -gOn +tBc +xMM +xMM +xMM +wCU tBc tBc -gTW -gTW tBc -tBc -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -118555,148 +182970,148 @@ gTW gTW gTW gTW -uXI -tBc +aha +bDa tBc jTg ahb -gdi +jTg +xMM +jTg +chL +jTg +tBc +jTg +ciu +jTg +tBc +tyz +cjX +tyz tBc tBc +fxA +fxA +fxA +fxA tBc tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -lGr -adz -adz -xej -gTW -gTW -gTW -gTW -gTW -gTW -gPq -foH -afB -xej -adr -tBc +uXI +gGH +fxA +fxA +fxA +fxA +mew +yfm +yfm +xFi +aet +gNu +cat +xFi +wCU mGZ -mKc -pel -ngW -eAU -bMw -pel -ngW -eAU -oHe +hIH +hTg +unG +bNL oSE -skT -rPe -tuX -oXm -tDG -jkS -uYB -uYB -uYB -uYB -uYB -uYB -sRi +wFo +iJc +iQR +iZh +jgk +kyq +jxz +jGj xZa -tHu -szd -iIs -iIs -cke -iIs -iIs -iIs -esc -iIs -cke -iIs -iIs -rrG -sZv -oBi -ujR -moQ -moQ -bvF -abi -abk -abk -abl -abk -abk -abk -abl -abk -abk -abk -abk -abr +abp +abu +abD +agB +xZa +kUE +lba +kSH +iVx +lwh +lwh +lwh +lwh +rjX +uSz +uPV +uPV +pTl +uPV +uPV +uPV +uSz +uSz +uPV +uSz +hzF +uPV +uSz +uSz +uSz +uSz +uSz +uSz +jDq +iVx +iVx +aay +rSC +vka +vka +vka +vka +vka +vka +vka +vka +vka +rSC +aaB wOp xej gPq gTW gTW -gTW -gTW -gPq -gTW -gTW -rgP -abL -abS -abV -rgP -nBc -kfp tBc -uKh -tBc -tBc -tBc -kAO +wCU +gkv +uJc +uJc +oDW +rXb +uqy +uxd +uFX +uPh +uWJ +vcu +gTW +tBc +tBc +tBc +tBc +tBc +xMM +tBc +wCU +vlJ +xMM +vlJ +vlJ +xMM +wCU tBc tBc tBc tBc -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -118815,147 +183230,147 @@ gTW uXI tBc tBc +jTg +chL +jTg +wpF +jTg +chL +jTg +tBc +tyz +cjX +tyz +xMM +tyz +cjX +tyz tBc tBc tBc tBc +fxA +fxA tBc tBc -tBc -tBc -wsU -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -ahh -ahj +uXI ahj +fxA +fxA +fxA +fxA +tBc +tBc +tBc +tBc +tyz +uKh xej gTW gTW -gTW -gTW -gTW -gTW -gPq -foH -afB -xej -tBc -tBc mGZ -eAU -mVW -eAU -eAU -eAU -nSG -eAU -eAU -eAU -eAU -eAU -eAU -spR +hIO +hTg +ibZ +bNL +wFo +wFo +dln +iRh +iZn +cCn +pjk +jxF +jGq pVs -pSr +jUh qxj -spR +abM xgq -tVO -tVO -tVO -nZV xVt -sgq -nPB -iRj -nPB -nPB -xEA -dHR -jTE -jTE -jTE -nPB -nPB -nPB -nPB -gtt -nPB -vWI -rDc -rSp -kNH -iMB -jUY -vLL -kmG -lWB -fxn -fxn -fxn -lWB -lWB -jUY -jUY -jUY -bKg +kUE +kqy +lwh +lwh +lwh +lwh +lwh +lwh +rjX +uSz +uPV +uSz +uSz +nhy +uPV +dYG +uSz +uSz +uPV +uSz +uPV +uPV +frS +uPV +uSz +uSz +tFg +orQ +rjX +mNC +iVx +aay +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +aaB wOp xej gPq -gTW -gTW -gTW -gTW gPq -gTW -gTW -rab -abM +sHA +wCU abU -abW -rab -gTW -wMa -nBc -bgP -hRT -rgP -msP -msP -nBc -bph -nBc -icE -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +gkv +rXb +uJc +wva +rXb +uqE +uxj +uGf +uGf +uXc +vcu gTW +tBc +tBc +wCU +tBc +tBc +wCU +vlJ +tZC +tBc +wpF +foa +wpF +tZC +xMM +tBc +tBc +tBc +wCU +tBc +tBc gTW gTW gTW @@ -119068,151 +183483,151 @@ gTW gTW gTW gTW -gTW -wMa -kfp +aha +bDa +tBc +tBc +jTg +chL +jTg +tBc +jTg +ciu +jTg +tBc +tyz +cjX +tyz +vpI +dcA +cjX +tyz +wsU +tBc +tBc +hqF +aZA tBc tBc tBc -tBc -tBc -tBc -tBc -yfm -yfm -yfm -wpF -gOn -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -ahi -ahk +xFi aho -xej -gTW -gTW -gTW -gTW -gTW -gTW -gPq -foH -afB -xej tBc -sGh +fxA +fxA +hqF +tBc +tBc +tBc +tyz +tyz +uKh +wOp +lZj +nFH mGZ -xux -elj -nhl +hIQ +ocN +ico tji -nGC -mTH -cPa -rAD -igF -igF +wFo uQc -bcL -ejj -pZv -tDG -jkS -spR -jXI -hcU -hcU -hcU -hcU -hcU -hcU -hcU -hcU -moQ -moQ -moQ -moQ -pUQ -pUQ -pUQ -moQ -moQ -moQ -moQ -moQ -moQ -moQ -moQ -moQ -fTc -iMB -vte -rfy -lWB -qND -iGu -uYy -uvN +ocN +iRG +iRG +tji +jnI +eAU +jGI +xZa +abq +abw +kms +kyi +kHt +kUE +kqy xke -lWB -naj -jUY -jUY -wnp +xke +xke +xke +xke +xke +xke +uSz +uPV +orQ +uSz +kEc +uPV +dYG +uSz +uSz +uSz +uSz +uSz +uSz +uSz +uPV +uPV +uPV +uPV +uPV +rjX +mNC +iVx +aay +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +aaB wOp xej gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -abM -abU -abW -gPq -gPq -gPq -gPq -msP -ahL -ahM -ahO -bgP tBc tBc -tBc -gTW -gTW -ylM -gTW +wCU +tZC +gkv +rXb +tFH +wva +rXb +uqP +gkv +uGh +uPk +uXy +vcP gTW gTW tBc tBc tBc -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +xMM +mhd +tBc +vlJ +xMM +tZC +vlJ +foa +vlJ +xMM +wsU +tBc +tBc +tBc +tBc +tBc gTW gTW gTW @@ -119325,151 +183740,151 @@ gTW gTW gTW gTW -gTW -gTW uXI tBc tBc tBc +jTg +chL +jTg tBc -yfm -yfm -yfm -yfm -yfm -yfm -yfm -gOn -tBc -tBc -tBc -tBc -tBc -tBc -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -gTW -gTW -gTW -gTW -gTW -gTW -gPq -foH -afB +tyz +cjX +tyz +wsU +tyz +cjX +dsb +dsb +efS +cjX +tyz +tyz +tyz +tyz +eGp +tyz +tyz +tyz +tyz +fdc +tyz +tyz +tyz +tyz +eGp +tyz +tyz +tyz +tyz +gCz +gNE +hdv xej -tBc -tBc +gTW mGZ -uRM +xux kSo -bPJ -iJN +dwp +ont oBE -ikF -kSo +iBP +bZv ont -ont -iJN -oUV +dwp +oBE +jom eAU -uJK -pZv +jGZ +imR eyy -wXc -spR -jXI -hcU +ydg +knF +kyN +kHR rzA rZX -sro -sIa -tfE -tHw -hcU -ePg -vse -ena -fwg -fwg -fwg -fwg -fwg -fcj -vse -fqK -cUV -wdT -rtx +wqX +qox +wqX +rjH +rjH +rjH +wqX uSz -eDK -fTc -iMB -iMB -iMB -lWB -qUo -pDe -nhI -bWR -tsP -lWB -rfy -rfy -rfy -wnp +uPV +uSz +yhl +yhl +yhl +yhl +yhl +yhl +yhl +yhl +yhl +uSz +uSz +uSz +uSz +uSz +uSz +vFw +rjX +usi +mNC +aay +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +aaB wOp -wOp -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -abN +xej +gPq +tBc +wCU abU -abW +vlJ +gkv +rXb +rXb +ugw +rXb +uri +gkv +gkv +gkv +uXE +gkv +gkv gPq -gTW -gTW -gPq -foH -afI -ahN -ahP -vAw -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW +hqF +tBc +tBc +wCU +xMM +wCU +wpF +vlJ +wpF +wpF +xMM +vlJ +vlJ +xMM +wCU tBc tBc -gOn tBc tBc -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -119581,152 +183996,152 @@ gTW gTW gTW gTW -gTW -gTW -gTW -uXI -tBc -wsU -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm +aha +bDa tBc tBc tBc -vlJ -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -gTW -gTW -gPq +jTg +ciu +jTg +tBc +tyz +cjX +tyz +tyz +tyz +cjX +dcA +fKA +guq +tEk +eIQ +hOV +hOV +hOV +hOV +hOV +hOV +bWs +eWc +fdc +fjr +bWs +bWs +bWs +bWs +bWs +bWs +bWs +bWs nJF -eZJ -nJF -ylM -tBc -sTF -mKd -uXs -nhn -snf -maJ -ikF -psj -opC -xiT -oSW -oUV -viv -ekd -pZv -tDG -auT -spR -pcE -roy -fmA -jFv -jFv -fmA -tfV -aZp -hcU -uoa -roW -aAX -hQW -hQW -hQW -hQW -hQW -nQl -lrn -nCo -xzm -cDx -bgC -lFW -eCU -dpj -cgI -cgI -cgI -mmk -sXT -tdF -mwj -uiV -xUr -lWB -naz -rfy -dnK -wnp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -abO -abu -abX -gPq -gPq -gPq -gPq -foH -afJ -afL -afO +xFi +hdE xej gPq +mGZ +xux +qWv +bNF +bNF +oSW +bNF +bNF +bXO +bXO +jhk +bXO +bXO +xwh +jLN +kAB +auT +knN +wqX +roy +wqX +wqX +wqX +qCR +rfW +rmj +lAu +rVT +wqX +uSz +uPV +uPV +yhl +xzm +xzm +xzm +xzm +xzm +xzm +xzm +yhl +yhl +yhl +yhl +yhl +yhl +paI +yhl +tNB +tNB +tNB +tNB +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +aaB +wOp +xej gPq -gTW -gTW -gTW -gTW +sSh +taY +ugo +ugo +gkv +tOx +tOx +wva +uJc +uJc +wva +uGq +rXb +uXR +vde +gkv gTW gTW tBc -gOn -wcK -gOn tBc tBc -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +tBc +xMM +vlJ +wsU +wpF +xMM +wCU +tBc +tZC +xMM +tBc +wCU +tBc +tBc +tBc gTW gTW gTW @@ -119838,151 +184253,151 @@ gTW gTW gTW gTW -gTW -gTW -gTW -wMa -nBc -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -tEk -ahR -ahS -ahR -tEk -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -adr -nJF -gmB -nJF +uXI tBc -mcS +tBc +tBc +tBc +chT +cjX +tyz +tyz +tyz +cjX +tyz +mkg +eIQ +fam +fuh +fTF +dsb +cjX +tyz +tyz +tyz +hRx +rzD +tyz +tyz +hRx +eWy +fdc +eWy +tyz +tyz +tyz +rzD +tyz +tyz +gmu +tyz +gCQ +aaF +hdR +xej +gTW sTF -klD -uXs -nil -snf -bqr -ikF -dvZ -bcM -oHY +xux +hUr +bNF +bPJ rEj -aSV -mPd -bZp -vDW -aCk -jkS -spR -jXI -hcU +wwH +oeE +bXO +oHY +vLO +lJx +wPD +xwh +jLO +kAB +auT +kor +wqX +kIa xyq soa -sru -tNL -eyu -iQp -hcU -lHy -lHy -vVv -cRF -xWP -xWP -xWP -kJu -pJB -lHy -wHL -cUV -fTc +wqX +qHo +wqX +rrJ +rrJ +rrJ +wqX +uSz +nGA +hlV +yhl +xzm +xzm +xzm +xzm +xzm +xzm +xzm pZH -pwF -pwF -pwF -pwF -pwF -pwF -pwF -rrp -ugW -fxn -atD -fxn -lWB -uAA -uAA -uAA -uAA -tXf -abf -abj -abj -abj -abj -abj -abj -abj -abj -abj -abn +oii +ags +ozA +dNT +yiY +dbN +kEs +prq +pCo +pIB +mlr +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +aaB wOp wOp iEg -iEg -iEg -iEg -wOp -wOp -wOp -wOp -wOp -mcC +sSw +gkv +thf +rXb +tEG +rXb +yaJ +wva +tOx +tOx +wva +uJc +rXb +uXR +vde +gkv +gTW +gTW gPq -gTW -gTW -gTW -gTW -gTW -gTW tBc +hqF tBc +xMM +xMM +xMM tBc vlJ -gOn +vlJ +mhd +xMM +wpF +tBc +tBc +tBc tBc -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -120095,151 +184510,151 @@ gTW gTW gTW gTW -gTW -gTW -gTW +uXI tBc -yfm -yfm -yfm -yfm +tyz +tyz +tyz +tyz +cjX +tyz mkg -yfm -yfm -yfm -yfm -wcK -gOn +cfe +tEk +aaH +edQ +tyz +cAL +dsb +dsb +dcA +cjX +tyz +xMM +wpF +tBc +hqF tBc tBc +eSh +eXQ +ePg +eXQ +eSh tBc -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -wcK -gOn -ylM -yfm -yfm -yfm +tBc +hqF +tBc +gak +gTW obM -nJF -aFF -nJF -lVz -lVz -mGZ -hIF -pCW -niM +wOp +wXC +wOp +wxI +gPq +sTF +xux +qWv +bNF +ilq vKB -bqr -bNB -pCW -oqd -oqd -vKB -aBf -eAU -cCn -dln -kAB -jkS -spR +pje +wSi +bXO +ibi +eix +cVA +wyd xwh -hcU +jLT +kAB +auT +amU +wqX +kIk ekE nnR -eNa -tNL -nio -tHQ -hcU -uoz -uoz -fwu -nef -viD -vro -ggB -nef -aon -uoz -wvf -cUV -fTc +qlS +qOD +wqX +wqX +wqX +wqX +wqX +uSz +uSz +uSz +yhl +xzm +xzm +xzm +xzm +xzm +xzm +xzm +pZH +oix pwF -osy -xPN sDp dNT -qcp -faW -vKT -pwF -cHD -mLh -guX -guX -jGM -hcg -wWz -wHu -uAA -jUY -abg -nlk -nlk -nlk -nlk -nlk -nlk -nlk -nlk -nlk -abo -wOp -wOp -wOp -wOp -wOp -wOp -sRg -wOp -wOp -wOp -wOp -xej +yiY +pAd +kEs +auf +tIu +aFl +mlr +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +aaB +sqk +sqk +sHC +sSG +tbi +thh +rXb +rXb +rXb +uJc +ugI +uJc +url +wva +uJc +iTD +wva +wva +gkv +gkv +gkv gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW tBc tBc tBc tBc +xMM +xMM +mhd +wCU +wpF +xMM +tBc +xMM +xMM +tBc +tBc tBc -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -120352,149 +184767,149 @@ gTW gTW gTW gTW -gTW -gTW -gTW -yfm -yfm -yfm -yfm -lpA -wpF -yfm -yfm -yfm +uXI +tBc +tyz +bPn +cfe +cfe +tEk +aaH +edQ +tyz +cjX +tyz +tyz +tyz +cAL +efS +xMM +tyz +cjX +tyz vlJ -wpF +xMM tBc tBc tBc +pDe +eSu +eYb +fdd +eYb +eSu +fyz tBc -gOn -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -vlJ -wHb -gOn -yfm -yfm -lVz -wZn -qGe -kgH -udn -eVh -vTT -czN -nUj -aDR -czN -uqA -gRr -aDR -nUj -iRv -czN -mLA -bcL -ejj -pZv -jdi -jlT -xdA -aJe -hcU -wOW -saP -ssn -tNL -aLo -nUm -hcU -lgo -stM -aon -uYV -aCQ -lrI -pjS -vRv -aon -taa -stM -cUV -fTc -pwF -osy -ePD -icD -rGu -tOm -icD -rmt -jLJ -tIu -oNC -oNC -bYt -uef -uef -uef -mVM -flN -jUY -abg -nlk -qKP -qKP -qKP -qKP -qKP -qKP -qKP -nlk -abo -gkv -woj -woj -gkv -gkv -woj -gkv -qRo -qRo tBc -wOp +ahU +gTW +gTW +gPq +foH +wXC xej gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +mGZ +mGZ +hIT +kpI +bNF +bZp +uqA +pje +iJq +bXO +bQI +sHl +cVA +nJQ +xwh +xwh +jdi +kGX +xwh +wqX +kIr +qdf +saP +wqX +qRg +wqX +rjH +rjH +rjH +wqX +ftd +fja +uSz +yhl +xzm +xzm +xzm +noC +xzm +xzm +nMJ +nYW +qcp +vKT +oAd +yhl +tOm +vKT +kEs +prv +tIu +oNC +mlr +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +osy +srk +szI +szI +szI +tbJ +tih +tru +tEV +tEV +tXX +uJc +rXb +rXb +uxB +uJc +uJc +ugI +rXb +rXb +dzl +gkv +gPq +gPq +hqF +wCU +tBc +tBc +wpF +xMM +tBc +xMM +wpF +xMM tBc tBc tBc -tBc -gTW -gTW -gTW -gTW gTW gTW gTW @@ -120609,149 +185024,149 @@ gTW gTW gTW gTW -gTW -gTW -gTW -yfm -yfm -yfm -yfm -vlJ -mTf -yfm -yfm -yfm -wcK +uXI tBc -aax -aaz -aaz -aaz -aaz -aaz -aaz -aaz -aaz -aaz -aaz -aaz -aaA -yfm -yfm -yfm -yfm -yfm -yfm -uKh -ylM -wcK -yfm -oYP -saa -saa -saa -saa -wvT -eAU -eAU -mWg -eAU -dGn -rEa -pSk -eAU -itN -eAU -eAU -pRh -eAU -eAU -pVM -kdy -qzd -spR -hcU -hcU -rzF -xXI -xXI -nio -eet -dob -hcU -rQa -gre -uOw -tQj -uHo -huP -mDL -cwy -cgW -xwm -tVH -cUV -uSB -pwF -uar -rZl -nem -ygN -nem -nem -oFb -bsL -gLY -bmy -bmy -bmy -ssD -guX -guX -gQo -flN -rUR -abg -tVM -qKP -qKP -qKP -qKP -qKP -qKP -qKP -tfo -abo -gkv -ilv -kPw -kPw -gpP -kPw -vpl -uXn -wCr +tyz +tyz +tyz +tyz +cke +dcA +efS +tyz +cjX +tyz tBc -wOp +tyz +fdA +dcA +wsU +tyz +cjX +tyz +wpF +tBc +fxA +fxA +tBc +eOS +ePg +eYt +eSu +eYt +ePg +ePg +fAy +fNm +fSV +gTW +gTW +gPq +foH +wXC xej gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +sTF +kYf +xux +qWv +bNF +ily +itB +vLC +vLC +bXO +fis +gxQ +ecQ +ecQ +spR +pVM +jUz +qzd +aHh +wqX +xXI +wqX +qiE +wqX +qUZ +rfW +rmj +lAu +rVT +wqX +vFw +fTl +uSz +yhl +xzm +xzm +xzm +xzm +xzm +xzm +xzm +pZH +oiI +orj +agR +ygN +nem +ahQ +kEs +eAP +gLY +aFl +mlr +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +oCw +ntJ +szL +hgG +sUe +tbi +tiw +uJc +rXb +rXb +tYG +sZJ +rXb +rXb +uJc +uJc +uJc +rXb +rXb +rXb +rXb +gkv +gPq gTW tBc tBc -gTW -gTW -gTW -gTW -gTW +tBc +tBc +tBc +vlJ +tBc +tBc +tBc +tBc +tBc +tBc +tBc gTW gTW gTW @@ -120866,147 +185281,147 @@ gTW gTW gTW gTW +uXI +tBc +tBc +tBc +tBc +chT +cAL +dsb +vpI +dcA +cjX +tyz +tBc +tyz +cjX +dsb +tBc +jTg +emp +jTg +tBc +tBc +fxA +fxA +fxA +ePg +eSL +eYK +fdD +fjs +frg +ePg +fAP +vqe +ahT gTW gTW -yfm -yfm -yfm -yfm -yfm -wcK -yfm -yfm -yfm -yfm -wpF -tBc -aay -prt -prt -prt -prt -prt -gab -prt -prt -prt -prt -prt -aaB -vlJ -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -saa -hqV -qJe -szV -rIE -mqF -eAU -vPx -nGG -eAU -usU -rEa -nKz -eAU -iOZ -dQZ -eAU -nGG -poY -eAU -vgB -hlB -jkS -egk -hcU -hcU -rzR -wqX -akK -oTo -thb -tIZ -hcU -hor -lHy -aon -tpY -vmx -ajO -vzW -otm -aon -whr -lVU -cUV -fTc -pwF -xzO -ePD -ufH -ufH -awm -ufH -vkr -jLJ -mvH -oNC -oNC -bmy -rjF -bmy -bYt -bzc -flN -flN -flN -flN -qKP -qKP -qKP -qKP -qKP -qKP -qKP -nlk -abo -gkv -lzS -kPw -baB -iEm -bDT -gkv -uXn -jzT -tBc -wOp +gPq +foH +wXC xej gPq +sTF +hAA +xux +muC +bNF +usU +itF +vLC +uEZ +bXO +moB +neZ +ecQ +raF +spR +vip +izt +kbK +egk +wqX +pOE +wqX +pOE +wqX +qox +wqX +rrJ +rxG +rrJ +wqX +hzF +fTl +nhy +yhl +xzm +xzm +xzm +xzm +xzm +xzm +xzm +pZH +caz +orp +ahL +yhl +rBb +wer +kEs +prE +mvH +pIX +mlr +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +oCw +tBc +tBc +tBc +sUm +gkv +tjn +uJc +rXb +rXb +tZh +ugW +umz +url +wva +uHl +rXb +rXb +rXb +uJc +jhH +gkv +gPq gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc gTW gTW gTW @@ -121123,145 +185538,145 @@ gTW gTW gTW gTW -gTW -gTW -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm +abR +hFN tBc -aay -prt -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -aaB -gOn -wpF -yfm -yfm -yfm -yfm -gTW -gTW -yfm -yfm -saa -jAY -wXC -rmC -ufC -mub -eAU -kAG -ylw -eAU -ntl -rEa -jwZ -eAU -uXl -ecg -eAU -uXl -ecg -eAU -vTv -hlB -jkS -rtU -hcU -hcU -hcU -saR -hcU -gNv -dmN -tJE -hcU -mCB -mCB -aon -aon -aon -aon -aon -vSk -aon -pjf -mCB -cUV -fTc -pwF -xAx -ePD -cEh -wIB -uXo -wer -ghv -pwF -gEV -ukf -mlr -ukf -ukf -ukf -ocx -fgV -cYr -nWM -eJn -mWS -qKP -qKP -qKP -qKP -qKP -qKP -qKP -nlk -abo -gkv -nNx -uGq -nNx -nNx -iEm -gkv -gkv -gkv -gkv -gRF +tBc +tBc +tyz +cAL +chT +xMM +dsb +cjX +tyz +tBc +jTg +emp +jTg +tBc +jTg +chL +jTg +tBc +tBc +fxA +fxA +fxA +ePg +eTc +eYN +ixU +iEi +frn +ePg +fBs +vqe xej gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +gPq +gPq +foH +wXC +xej +gPq +sTF +aBf +xux +qWv +bNF +bNF +jwZ +bNF +bNF +bXO +bXO +eyc +bXO +bXO +spR +hWA +jWs +kbK +kox +wqX +wqX +wqX +wqX +wqX +wqX +wqX +wqX +wqX +wqX +wqX +uPV +tuL +uPV +yhl +xzm +xzm +xzm +xzm +xzm +xzm +xzm +yhl +yhl +yhl +yhl +yhl +uXo +wer +kEs +awm +gEV +gEV +mlr +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +oCw +tBc +wCU +tBc +sUs +gkv +tju +rXb +rXb +uJc +uJc +wva +umQ +umQ +wva +wva +wva +gkv +gkv +gkv +gkv +gkv +gPq +gPq +gPq +gPq +hqF +tBc +tBc +tBc +tBc +tBc +tBc gTW gTW gTW @@ -121381,137 +185796,137 @@ gTW gTW gTW gTW -gTW -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -uKh -aay -prt -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -aaB +uXI tBc -yfm -yfm -ylM tBc +tBc +tyz +cAL +tyz +tBc +jTg +emp +jTg +tBc +jTg +chL +jTg +fxA +jTg +chL +jTg +tBc +tBc +tBc +fxA +fxA +ePg +eTg +ilP +eZc +fjy +frR +ePg +fBH +vqe +xej gTW gTW -gTW -gTW -yfm -saa -pLV -qTL -rMc -rIE -mqF -eAU -cvp -fzt -eAU -kwV -rEa -pSk -eAU -cvp -fzt -eAU -cvp -fzt -eAU -mZM -hlB -jkS -fbb -hcU -rqa -rzT -gVP -hcU -sIx -thf -dmN -hcU -leP -leP -qDn -wVi -eKx -vZU -yhl -kal -vjc -rCD -xvH -ajE -jjJ -pwF -pwF -xQy -pwF -pwF -pwF -pwF -pwF -pwF -pzW -oNC -oNC -cOZ -pPx -qxn -iKj -mXn -vNJ -fyx -aRx -nsm -qKP -qKP -qKP -qKP -qKP -qKP -qKP -nlk -abo -gkv -fIS -mhh -dsA -taj -hHc -mJp -evw -kkA -gkv -wOp +gPq +foH +wXC xej gPq +sTF +hAI +xux +qWv +hvm +bNF +nmE +gBL +eiZ +bXO +kwV +gaH +fbJ +bXO +jHi +hWA +jWF +kbK +fbb +spR +pVG +vFw +aXa +uSz +uSz +uSz +uPV +vFw +uSz +uSz +uSz +fTl +uSz +yhl +yhl +yhl +yhl +yhl +yhl +yhl +yhl +yhl +oiW +orr +hsF +hsF +vKT +wer +piU +tNB +pZH +pZH +tNB +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +oCw +tBc +tBc +tBc +tBc +gkv +tjU +rXb +tFH +jhH +rXb +wva +uJc +uJc +cpy +uHp +mTX +gkv +tZC +wpF +vlJ +uXI gTW gTW gTW -gTW -gTW -gTW +wsU gTW gTW gTW @@ -121638,141 +186053,141 @@ gTW gTW gTW gTW -yfm -yfm -yfm -yfm -spb -spb -spb -spb -spb -yfm -yfm -yfm -yfm -aay -hgG -vka -vka -vka -vka -vka -vka -vka -vka -vka -qjB -aaB -yfm -yfm -yfm -gOn -gOn +uXI tBc -gTW -gTW -gTW tBc -saa -rIE -rIE -rIE -rIE -mqF -eAU -eAU -eAU -eAU -eAU -nGI -kVx -eAU -eAU -eAU -eAU -eAU -eAU -eAU -bNk -hlB -jkS -spR -hcU -rre -rzU -ntH -hcU -sJl -dmN -dmN -hcU -pIB -roW -qGl -uZp -bBL -kGy -xRd -kGy -hks -oIx -eqB -par -hqY -gCM -hbF -hbF -hbF -hbF -xEG -bXr -anm -wrc -kKo -rWh -upc -tKm -rWh -dTs -jel -bmy -kDl -uAA -anx -uAA -qKP -qKP -qKP -qKP -qKP -qKP -qKP -nlk -abo -gkv -opP -mhh -mhh -mhh -mhh -mhh -mhh -mhh -woj -wOp +fxA +aav +ckz +jTg +tBc +jTg +chL +jTg +tBc +jTg +chL +jTg +fxA +jTg +chL +jTg +tBc +tBc +tBc +tBc +fxA +ePg +ePg +eSu +fet +eSu +ePg +ePg +fBJ +nus +fTD +gTW +gTW +gPq +foH +wXC xej gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -ylM +sTF +hAT +xux +qWv +jAh +bNF +nLu +sHS +iJG +bXO +sYa +nGI +yhx +bXO +sAX +hWA +hlB +kbK +spR +spR +pXW +uPV +uPV +uPV +jLI +uSz +uPV +jfj +xRd +xRd +xRd +mpk +xRd +xRd +xRd +xRd +xRd +xRd +xRd +xRd +hqY +yhl +hbF +orO +vKT +oKP +xEG +wrc +jwb +prR +pCA +aQK +upc +tKm +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +oCw tBc +tBc +tBc +tBc +gkv +tkc +trZ +tGs +uJc +rXb +wva +rXb +uJc +iTD +rXb +rXb +wXc +wpF +tZC +tBc +uXI +tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -121895,141 +186310,141 @@ gTW gTW gTW gTW -yfm -yfm -yfm -naC -spb -kWM -kja -nfn -spb -spb -yfm -yfm -yfm -aay -prt -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -aaB +abR +hFN tBc -wpF -yfm -yfm -wpF -gOn +fxA +jTg +ckC +aaY tBc -uST +jTg +chL +jTg +tBc +jTg +chL +jTg +fxA +jTg +aaG +jTg tBc tBc -saa -kKf -vIG -sIg -rIE -jLT -xGa -mLj -qGn -xGa -oDo -vQD -nSH -fXP -spR -rjo -rGw -wwl -pqX -pEQ -hWA -hlB -jkS -tbi -hcU -hcU -hcU -hcU -hcU -hcU -hcU -prE -hcU -blK -vse -vse -vse -lPW -vse -jBG -vse -vse -vse -fqK -cUV -ioG -dvz -jjC -uSz -xXK -gsU -rry -mAX -pbj -sCL -sCL -sCL -sCL -sCL -nVW -cfC -doH -mnD -kKa -fyx -aSb -hZL -tCk -qKP -qKP -qKP -qKP -qKP -qKP -nlk -abo -gkv -iWm -soq -soq -aau -pNY -soq -soq -sVZ -gkv -wOp +tBc +tBc +tBc +tBc +aYP +eSu +fdD +eSu +fse +gTW +gTW +gTW +gTW +gTW +gTW +gPq +foH +wXC xej gPq -gTW -gTW -gTW -gTW -gTW -gTW +mGZ +hAU +wci +qWv +mGz +bNF +bNF +bNF +bNF +bXO +bXO +bXO +bXO +bXO +dbV +hWA +hlB +kbK +spR +kzh +xRd +xRd +xRd +xRd +xRd +xRd +mnX +lTt +cUV +cUV +cUV +cUV +cUV +cUV +cUV +cUV +cUV +cUV +cUV +cUV +ioG +yhl +oiY +eDK +vKT +dvz +rry +pbj +pbj +tNB +tNB +tNB +pVR +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +rSC +oCw +tBc +tBc +fxA +fxA +gkv +gkv +tsu +gkv +xuL +xuL +gkv +unk +rXb +uJc +rXb +uPP +gkv +xMM +tBc +wsU +uXI +tBc gTW gTW tBc -uKh +tBc +tBc +gTW +gTW gTW gTW gTW @@ -122152,139 +186567,139 @@ gTW gTW gTW gTW -yfm -yfm -yfm -spb -kiU -xXe -gwL -eyv -ooS -spb -yfm -yfm +gTW +uXI +fxA +fxA +jTg +chL +jTg tBc -aay -prt -vka -vka -vka -vka -vka -vka -gLu -vka -vka -prt -aaB -wpF +jTg +chL +jTg +tBc +jTg +aaG +jTg +fxA +fxA +fxA +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +eSh lRQ -vlJ -tBc -yfm -tBc -vqe -iQR -vqe -wpF -saa -sxp -lhC -lwH -uwG -mdO -xGa -mPg -mPg -mxI -gay -rPf -faI -apk -spR -sYa -oTk -sHS -prb -pEW -hWA -hlB -jkS -cRV -hcU -nhX -opn -sbn -bqp -tmC -exn -qug -hcU -hcU -hcU -hcU -aWp -pce -ybT -dvC -aWp -dvh -fNF -fNF -fNF -fNF -fNF -fNF -fNF -fNF -fNF -hSr -iJX -sCL -vgK -hBX -kFb -tKW -sCL -hUV -sXS -nek -hnT -cJj -iNX -bfw -ptO -qKP -qKP -qKP -qKP -qKP -qKP -qKP -nlk -abo -gkv -bZr -hPr -bZr -bZr -tyI -cMH -bhg -bZr -woj -wOp +eSh +xej +gTW +gTW +gTW +gTW +gTW +gTW +gPq +foH +wXC xej gPq +sTF +hAT +xux +qWv +mGB +uDB +uhC +oJk +prb +wOs +bzM +oTk +xJr +wOs +pdF +hWA +hlB +kbT +cUV +kzp +pYs +cUV +cUV +cUV +cUV +cUV +cUV +cUV +cUV +dJm +leT +wCu +pnU +fek +cUV +mNq +iKh +gtV +fNF +nFf +nMN +rff +ojp +vKT +vKT +dvz +hSr +paS +tIu +tIu +nqk +tNB +tKW +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +oCw +tBc +fxA +fxA +fxA +uXI +wCU +tsP +aYP +wpF +vlJ +gkv +gkv +gkv +gkv +gkv +gkv +gkv +vlJ +tBc +xIT +aaw +tBc gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW +tBc +wCU +tBc gTW gTW gTW @@ -122398,166 +186813,166 @@ gTW gTW gTW gTW -gGF -iEg -iEg -iEg -wTp gTW gTW gTW gTW gTW -yfm -yfm -yfm -yfm -spb -cyv -kDD -vtr -qhw -dvk -spb -yfm -vlJ +gTW +gTW +gTW +gTW +gTW +gTW +gTW +uXI +fxA +fxA +jTg +chL +jTg +tBc +jTg +aaG +jTg +tBc +tBc +fxA +fxA +fxA +fxA +fxA +tBc +tBc +tBc +tBc +tBc +tBc +tBc tBc -aay -prt -fUU -xsp -qrl -xsp -giY -xsp -gLL -xsp -fUU -prt -aaB ixv vqe -vqe -vqe -tqE -vqe -vqe -jvB -vqe -vqe -saa -qfw -qUO -sYQ -rIE -gmB -xGa -mLo -apk -eZc -gMY -rPf -faI -apk -spR -oIh -tuv -tuv -prd -pFd -hWA -hlB -jkS -isp -hcU -xpl -jMm -dmN -dmN -sKu -etg -gNv -wET -uKQ -iOx -hcU -gbN -vmZ -cJr -qCO -ocC -fNF -dFz -fNF -glR -lrp -rff -sLM -rnJ -uyQ -fNF -hSr -cRs -sCL -hwF -cQn -kcW -gPa -sCL -lDB -sXS -nek -mwe -flN -flN -flN -flN -qKP -qKP -qKP -qKP -qKP -qKP -qKP -nlk -abo -gkv -vCo -dBl -uFW -tun -vlo -aQK -rqk -bVv -gkv -wOp +fjP +xej +gTW +gTW +gTW +gTW +gTW +gTW +gPq +foH +wXC xej gPq +sTF +hAA +xux +qWv +hvm +uDB +rsD +gJK +prd +wOs +oIh +tuv +hDW +wOs +jHi +hWA +hlB +kbY +isp +kzI +xpl +lCQ +xpl +oGN +eXq +xpl +xpl +lCQ +pnh +qkB +vhB +rvR +xpl +vhB +qCO +iKh +iKh +iKh +fNF +nFf +nMN +rff +ojp +vKT +vKT +dvz +oRR +pbk +cRs +tIu +hBX +tNB +tKW +prt +prt +qZo +prt +prt +prt +prt +prt +qZo +prt +prt +oCw +fxA +jPP +fxA +tBc +uXI +tBc +tsP +tBc +tBc +wCU +uhc +tBc +xMM +wpF +vlJ +wCU +uZp +tBc +tBc +xMM +uXI +tBc +gTW +gTW +tBc +tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW gTW gTW -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq gTW gTW gTW @@ -122655,166 +187070,166 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +uXI +fxA +fxA +jTg +aaG +jTg +tBc +tBc +tBc +tBc +tBc +tBc +tBc +fxA +fxA +fxA +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tqE +vqe +vqe +xej +gTW +gTW +gTW +gTW +gTW +gTW +gPq foH -afH -afK -afM +wXC xej gPq -gPq -gPq -gPq -gPq -tEk -yfm -yfm -yfm -spb -okO -cHl -pyE -iJp -okO -spb -yfm -wpF -vlJ -qfD -ekB -ekB -xsp -hog -xsp -fhB -xsp -hog -xsp -ekB -xsp -xsp -tqE -igw -rNT -ooY -tqE -iSX -vqe -iQR -vqe -jYN -rIE -rIE -rIE -rIE -rIE -hGj -xGa -aav -qHf -mxI -paS -rPf -cTu -qpv -oqG -wDc +sTF +aBf +xux +qWv +uDB +uDB kxJ -bSJ -bSJ -bHG +uDB +uDB +wOs +wOs +dhI +wOs +wOs +spR vip uGI nzF irH tbp -iiR -dmN -dmN -hAd -sKK -sKK -sKK -ifC -qvc -ftw -wqT -dJm -vmZ -cJr +bmB +gbZ +cIR +cIR +cIR +cIR +cIR +cIR +cIR +cIR +pUF +sWa +doR +mPr vCu -dJm +nrv +wlg +dGy jiA -rBs -jiA -xbv +cUV thw -thw -thw -xbv -snb -fNF -hSr +yhl +ojy +vKT +vKT +oLj +yhl +pbq sCL -sCL -suM -sCL -sCL -sCL -sCL -xdq -sXS -nek +prS +hBX +tNB +pWh jjy -flN -jUY -abg -tVM -qKP -qKP -qKP -qKP -qKP -qKP -qKP -tfo -abo -gkv -yeN -cyV -ltt -vOs -egw -eut -vOs -pvA -woj -wOp -xej +quE +jjy +jjy +jjy +jjy +jjy +quE +jjy +jjy +jjy +sid +fxA +fxA +fxA +tBc +sHA +tkm +tun +tGw +sHA +yex +yex +qFK +yex +yex +qFK +yex +yex +hqF +vnK +sHA +qFK +qFK gPq gTW gTW gTW gTW gTW -gPq -iFl -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -tJy -gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -122910,167 +187325,147 @@ gTW gTW gTW gTW -afF -gPq -foH -afI -diG -afN +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +uXI +tBc +fxA +fxA +fxA +tBc +tBc +tBc +tBc +tBc +tBc +xIT +tBc +tBc +tBc +tBc +tBc +tBc +tBc +fxA +fxA +fxA +tBc +tBc +tBc +eZM +igS +igS xej gTW gTW gTW gTW gTW -yfm -yfm -yfm -yfm -spb -okO -cHA -iDg -dce -okO -spb -yfm -wcK -yfm -ekB -eLA -wMX -xsp -fDX -xsp -gjr -xsp -hXS -xsp -vZS -fLc -xEp -tqE -igS -djJ -epc -tqE -iVe -kdY -uyj -jGZ -aUu -vjT -kKw -lkG -kgH -kgH -uFX -xGa -xGa -xGa -xGa -apk -uTc -wwH -oeE -oqP +gTW +gPq +foH +wXC +xej +gPq +sTF +hAI +xux +muC +uDB kMN -klH -qGX -qGX -fmC -gqA -qnS +uTc +rqy +kZE +wOs +ekT +xaS +ykn +kjd +spR +hWA +xKr rtX -irH -tbp -iiR -dmN -hxa -bvH -bvH -bvH -kmq -sIa -tYb -fvh +koF +kzL +wqT +iUh +wqT +wqT +wqT +wqT +sEy +iUh +wqT +wqT +wqT wqT -raN kob -rQh -rjq -vSL -jiA -uER -jiA -xbv +iIk +ghX +nrv +wlg +wlg +yeV xbv +nNw gfW -xbv -xbv +ojE wvu -fNF -qCG -vqD -qAR -hLs -rKb +wvu +oLt +yhl +yhl +yhl +yhl +yhl tNB rjX -fru +rjX bDZ -sXS -nek -jjy -flN -jUY -abg -nlk -qKP -qKP -qKP -qKP -qKP -qKP -qKP -nlk -abo -gkv -nNx -nNx -nNx -eBf -eBf -eBf -eBf -umx -gkv -wOp -xej -gPq -gPq -gPq -wOp -gPq -gPq -gPq -foH -iSP -agj -yfn -wOp -iSP -agj -yfn -wOp -iSP -agj -yfn -wOp -iSP -agj -yfn -xej +lDB +pRI +pRI +pRI +lDB +lDB +iVx +iVx +iVx +tBc +tBc +tBc +tBc +tBc +aYP +sUm +tuF +tGE +aYP +tBc +tBc +tBc +tBc +tBc +aYP +tBc +tBc +qFK +vnO +vse +vAI +tmE gPq gTW gTW @@ -123122,6 +187517,26 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW "} (91,1,1) = {" gTW @@ -123169,168 +187584,168 @@ gTW gTW gTW gTW -foH -afJ -afL -afO -xej -gPq -gPq -gPq -gPq -qGD -jBl -jBl -jBl -jBl -spb -cyL -cHO -iDy -ddJ -dvV -viZ -viZ -viZ -viZ -ekB -nmr -hXF -iOo -iOo -dTO -vZS -fxh -iOo -gXw -vZS -obJ -hHC -tqE +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +abR +hFN +tBc +tBc +tBc +tBc +tBc +tBc +tBc +yfm +yfm +yfm +gHp +gcj +iVx +iVx +tBc +tBc +fxA +fxA +fxA +fxA +fxA +tBc +tBc +eZN iht ipF -tWa -tqE -fBs -qmD -qmD -jJs -jYQ -vjT -krL -adI -wHE -wLc -qGe -kYf -mWD -kgH -tcz -uda -veJ -cSn -wSi -tLJ -utL -utL -utL -utL -utL -utL -lJE -tiZ -hcU -hcU -hcU -hYo -tHX -tHX -lzj -dmN -mph -tZi -tNy -fvh -wqT -dJm -ddG -cJr -oGA -dJm -jiA -iCQ -jiA -xbv -thw -thw -thw -xbv -mNr -fNF -hSr -sCL -eSM -hdP -eok -cLx -rjX -qWH -fLs -cfC -doH -jjy -flN -rUR -abg -nlk -nlk -nlk -nlk -nlk -nlk -nlk -nlk -nlk -abo -woj -jjI -xzV -nNx -das -nNx -uGq -nNx -nNx -gkv -gRF xej -gPq gTW gTW -gPq +gTW +gTW gTW gTW gPq foH -iSP -agk -yfn -wOp -iSP -agk -yfn -wOp -iSP -agk -yfn -wOp -iSP -agk -yfn +wXC xej gPq +sTF +kYf +xux +qWv +uDB +uda +veJ +ssu +fKv +wOs +lgO +azS +kQk +ori +spR +jMB +lJE +tiZ +spR +kzp +hcU +hcU +hcU +hcU +hcU +hcU +hcU +hcU +hcU +mqF +cJr +cJr +pKl +vaz +swg +nrv +wlg +wlg +rjx +cUV +ioG +yhl +yhl +yhl +yhl +yhl +yhl +nhy +qbm +hdP +eok +hdP +xjZ +ovs +hJB +rpM +qQw +gsU +izL +jHl +lDB +iVx +aJr +aJr +wCU +tBc +mhd +tBc +wCU +tBc +oFN +tuF +tHp +tBc +tBc +tBc +xMM +tBc +tBc +tBc +tBc +tBc +tBc +vnY +vsx +vAJ +vGk gPq -afF +gTW +gTW +gTW +tBc +tBc +tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -123426,168 +187841,168 @@ gTW gTW gTW gTW -ikn -nus -nus -nus -xAU gTW gTW gTW gTW gTW -lfS -bua -ito -aes -spb -vpC -hwb -iDG -deU -bKd -viZ -dMb -tHg -dZm -ekB -uBE -kKp -xIT -wjm -xIT -xsp -sCb -wjm -gYT -qZO -vnp -pSa -tqE -tqE -tqE -bYD -tqE -hyt -jjb -qdH -qmD -bVa -vjT -vjT -vjT -vjT -vjT -vjT -vjT -vjT -vjT -vjT -ige -uSp -unG -cFg -utL -oIq -utL -rNy -utL -rNy -utL -jXI -gIX -sIy -rEX -hcU -cfb -kak -bdA -sMA -dmN -hpI -jdP -upu -lDe -hcU -dbF -ddG -oFc -ghX -vSY -fNF -jiA -fNF -jER -ttV -xBR -mGu -xbv -tIh -fNF -hSr -sCL -prn -aaq -xPx -rmD -rjX -cLB -bDZ -sXS -nek -jjy -flN -hmH -abx -abz -abB -abB -abB -abz -abB -abB -abB -abz -abP -woj -cSI -oFN -nNx -lPa -nNx -kPw -kPw -ayg -gkv -wOp -xej -gPq -gPq -gPq -gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +uXI +tBc +tBc +tBc +tBc +yfm +yfm +yfm +yfm +lwh +lwh +lwh +gcj +iVx +iVx +iVx +iVx +mNC +mNC +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +gTW +gTW +gTW +gTW gTW gTW gPq foH -iSP -agk -yfn -wOp -iSP -agk -yfn -wOp -iSP -agk -yfn -wOp -iSP -agk -yfn +wXC +xej +xaP +mGZ +mGZ +hIW +kpI +uDB +oIq +bBe +ssu +mXS +wOs +lDr +xOJ +kQk +crQ +spR +jMR +jWK +gIX +spR +wNa +hcU +cfb +kak +bdA +ubO +lHy +hpI +jdP +hcU +lDe +oFc +oFc +mHT +xvi +ghX +nrv +wlg +wlg +jHn +cUV +ttV +uSz +uSz +orQ +uSz +uSz +uSz +uSz +pjc +aaq +xPx +rmD +bsL +bsL +hJB +qDN +eSM +nOP +iEm +hmH +lDB +iVx +aJr +aJr +tBc +tBc +tBc +tBc +tBc +tBc +oFN +tvE +tHp +tBc +tBc +tBc +tBc +wCU +tBc +tBc +tBc +tBc +tBc +voc +vsH +iXt xej gPq gTW gTW +tBc +tBc +xMM +tBc +tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -123685,166 +188100,166 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +uXI +tBc +xIT +yfm +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +dZo +iVx +dig +iJu +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm +yfm +yfm +yfm +yfm +yfm +gTW gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -bIC -poj -bxn -iWy -spb -cAv -ixZ -cPK -oOo -uMp -viZ -dMn -qco -eow -ekB -qCm -rTV -maO -jTV -qzm -glV -sIc -gnM -haf -hiB -hyx -eJE -njy -iil -vjT -bKp -azf -cXs -qmD -qmD -qmD -unk -kvp xBX fhE xBX -vjT -mee -csN -mee -mxN -vjT -bAI -uSp -pan -jaR -utL +wCU +tBc +sTF +xux +qWv +uDB oIB -utL -qyM -utL -gCz -utL -jXI -hcU -qQf +itU +fNe +fNe +wOs +rBS +itJ +yiM +yiM +spR +sCY +xNU +kco +spR eMS -hcU -dmN -dmN -ssr -nLG -dmN -hpI +kIT +tMc +tMc +tMc +tMc +tMc +lUH ujW -upu -fvh -tbp +hcU +mqM +mxg mwV qXO -cJr +jkC udP -vWJ -wav -wlg +qCs +pjb +vkk uCb -xbv +wLp sLM -lrp -oVF -xbv +nZv +grb +suQ +suQ +suQ +oRX +suQ +suQ +suQ +suQ +suQ +suQ suQ -fNF -hSr -sCL -plz -fOS -cDm -hZw -sCL -mPf chQ -rpM +qDR uPs guc -uAA -gkv -gkv -gkv -woj -woj -woj -gkv -woj -woj -woj -gkv -gkv -gkv -nNx -pgA -nNx -qmS -nNx -dBN -cSP -mrO -gkv +olu +ocq +lDB +iVx +iVx +iVx +tBc +tBc +qBS +rqk +rqk +rqk +rqk +rqk +rqk +rqk +rqk +rqk +rlZ +tBc +tZC +wsU +tBc +tBc +tBc +tBc +tBc wOp -wOp -iEg -iEg -wTp -gPq -gTW -gTW -gPq -foH -iSP -agk -yfn -wOp -iSP -agk -yfn -wOp -iSP -agk -yfn -wOp -iSP -agk -yfn xej gPq gTW gTW +tBc +xMM +tZC +xMM +tBc +tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -123942,7 +188357,6 @@ gTW gTW gTW gTW -gPq gTW gTW gTW @@ -123950,158 +188364,159 @@ gTW gTW gTW gTW -bII -rBx -elM -xjw -spb -fEJ -cIt -cPQ -deX -dww -viZ -dMG -xxF -mXd -ekB +gTW +gTW +gTW +gTW +abR +yex +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lcK lwZ woK -fsx -eSs -jSG -xsp -gwJ -eSs -tHN -qZO -cjZ -hIY -hUm -pBN -vjT -ixa -xbC -sYg -qmD -qmD -qmD -unk -eXB -qmD -qmD -qmD -vjT +lVB +lcK +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +eEo +eEo +eEo +eEo +lwh +lwh +yfm +yfm +xaP +xBX +gPk +xBX +tBc mhd -dfh -ufl -myF -vjT +sTF +xux +muQ +uDB vDD -uSp -vLC -cFg -bVp +qcv +fNe +pmj +wOs wMg -kCV -wMg -uEZ -qnm -utL -jXI -hcU -qQx -fiL +nCN +yiM +sMd +spR +vip +xNU +kbK +spR +wNa hcU rAg -dmN +lbc lHI -nLG -dmN -auC -nio -upD -fvh -tbp -mwV +tZy +tMc +tMc +mcY +hcU +mqT +vib +mAd qXO -cJr -udP -vWJ -oTM -sWN -wvG -xbv -thw -thw -thw -xbv -sNN -fNF -hSr -sCL -oRX -fmw -rxv -iPE -dGc +sRM +vCX +cQY +xqj +xqj +xqj +xqj +xqT +xqj +wNa +osa +xQS +xQS +xQS +xQS +xQS +xQS +xQS +xQS +plN plN hJB -fNf +hJB gyE pRI bLk -cUS -cUS -cUS -cUS +pRI +lDB vZu -cUS -cUS -cUS -cUS -cUS -cUS -cUS -cUS -cUS -cUS -cUS -fTW -hvw -kAl -hvw -hvw -hvw -wOp -wOp -wOp +vZu +vZu +vZu +kPw +aay +prt +prt +prt +prt +prt +prt +prt +prt +prt +aaB +tBc +xMM +wCU +vlJ +wCU +tBc +tBc +tBc wOp xej gPq -gPq -gPq -gPq -foH -iSP -agk -yfn -wOp -iSP -agk -yfn -wOp -iSP -agk -yfn -wOp -iSP -agk -yfn -xej -gPq -gPq -gPq +gTW +gTW +tBc +tBc +tBc +vlJ +xMM +tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -124199,7 +188614,6 @@ gTW gTW gTW gTW -gPq gTW gTW gTW @@ -124207,162 +188621,163 @@ gTW gTW gTW gTW -jBl -jBl -bWN -jBl -jBl -jBl -hjD -iEs -spb -hjD -viZ -viZ -ecu -viZ -ekB -ekB -nlm -ekB -ekB -ekB -ekB -ekB -ekB -ekB -ekB -ekB -ekB -dQQ -iio -vjT -vjT -vjT -exJ -qmD -qmD -qmD -unk +gTW +gTW +gTW +gTW +tBc +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +qyq +qyq +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +eEo +nDZ +oqr +eEo +kSH +lwh +lwh +lwh kvy -kLz -kLz -kLz -vjT -vjT -gZZ -mQS -vjT -vjT -pzK -uSp -vLC -cFg -utL -egI +xBX +gQo +xBX +epc +epc +mGZ +xux +qWv +uDB +uDB +iuA +uDB +uDB +wOs +wOs eoq -gyu -gAe -jtD -pWt +wOs +wOs +spR +hWA mdI -hcU +kcY wVD xpt hcU xWD -dmN -lHI -nLG -dmN -bsG +lbz +lok +vix +tMc +tMc fFA -uVO -qSg hcU -fzV -dmQ -uTm -oGA -kjF -fNF -jiA -fNF -wDN -mSF -iOU -tCs -awS +cUV +cUV +cUV +pKl +sRM +vCX +iZv +lGf +bNV +eHX +bRh +kKP +xqj +wNa +xQS wNn -fNF +oLE wDH dSq jMG uvL -uvL -uvL -uvL -uvL -uvL +pCL +xQS +pWt +qjG +low ybz qwy -uvL -uvL -uvL -nNx -nNx -kPw -fUf -piK -fXh -nNx -nNx -nNx -nNx -nNx -nNx -nNx -nNx -nNx -qJE -hvw -evT -bFX -jFB -sEH -sEH -sEH -agO +rbS +smP +smP +rAe +rJM +ove +rYU +vZu +tBc +aay +prt +vka +vka +vka +vka +vka +vka +vka +prt +aaB +tBc +wsU +iOb +wCU +xMM +xMM +tBc +tBc wOp -wOp -iEg -iEg -iEg -iEg -wOp -wOp -agl -wOp -wOp -wOp -agl -wOp -wOp -wOp -agl -wOp -wOp -wOp -agl -wOp -wOp -iEg -mcC +xej gPq gTW gTW gTW gTW +tBc +tBc +tBc +tBc +tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -124454,105 +188869,105 @@ gTW gTW gTW gTW -gGF -iEg -iEg -iEg -wTp gTW gTW gTW gTW -jBl -jBl -ivx -iRg -cgH -cnf -jBl -cIu -cPY -lcF -coX -coX -coX -cII -vKM -gHy -gHy -fdc -azr -atk -fQm -wUD -gxn -pYK -pYK -pYK -iEv -fOc -qFg -fKl -lxO -hPd -vjT -sDL -qmD -qmD -qmD -unk -epc -epc -epc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +yfm +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +eEo +eEo +eEo +eEo +eEo +eEo +eEo +eEo +eEo +nLj +otX +eEo +fNn +gcj +lwh +lwh epc +gCV +tuh +tpQ nrj jxh sTL -qYM -vSA -vjT -xGa -vtV -wOm -ofW -utL -utL -oTB -utL -utL -utL +eVR +vEw +mNn +mkI +pGU +dtr +dxr utL +dtr +liz +yeE +eAU +jHi +hWA mGg -hcU -qQz -hto -rrI -iUf +kbK +spR +spR +spR +spR eDC ePw -tZy -fAY +vBs +tMc tMc ria -upV -ueI -wqT -vae -ddG -cJr -oGA -vae -jiA -rBs -jiA -wHf -nlr -sWN -sWN -ebo -rTd -fNF -eRm +hcU +vun +uGA +cUV +pKl +sRM +vCX +iZv +xpR +rpR +iWj +mrX +ttT +xqj +wNa +xQS +wNn +yim +wIu xys kOB wIu @@ -124560,64 +188975,64 @@ nov vXc agL uzU -gZo -glL +uzU +xTd pzE uxp -fks -uvL +xTd +iNg oPS -smP -rBu -smP -tua -rtS -rtS -lbc -rtS -gmG -hNP -iWG -bvG -oJx -rtS -ayC -vCQ -mjX -voB -stV -kWZ -rkE -wPM -agf -agh -agh -agh -agh -agh -agh -agh -agi -agm -afj -afj -afj -agm -afj -afj -afj -agm -afj -afj -afj -agm -ags -agh -ahQ +oPS +oPS +rZl +xyJ +wpF +aay +rwy +vka +vka +vka +vka +vka +vka +vka +rSC +aaB +tBc +tBc +wpF +wCU +foa +xMM +wsU +tBc +wOp xej gPq -gPq -afF +gTW +gTW +gTW +gTW +gTW +tBc +tBc +tBc +tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -124711,169 +189126,169 @@ gTW gTW gTW gTW -foH -afH -afK -afM -xej -gPq -gPq -qGD -cwD -jBl -hDH -aBL -ddr -bKS -sHE -cAX -wcB -cQG -dfY -mau -mau -iAe -jHz -epB -miY -umv -fdw -rKt -rKt -nER -gul -lpZ -uoM -uoM -hjn -hyK -fOc -niA -ssz -kWw -ixi -vjT -aif -kmv -kmv -kmv -mVq -yia -yia -yia -yia -wGN +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +yfm +lwh +lwh +lwh +aCC +lwh +lwh +lwh +lwh +lwh +cfl +cfl +cfl +lwh +lwh +lwh +lwh +lwh +lwh +eEo +gsT +pzI +sjW +jjY +lex +kku +lzI +mBp +qwc +oDG +eEo +cGY +kSH +bwF +lwh +epc +epc +epc +epc +epc wSG -mvd -iBk -dvs -vjT -nvW -rPf -vLC -cFg -utL -oKA -fqA -dRl -utL +eAU +cYg +mSl +wFo +qTj +wFo +wFo +wFo +uTh +wFo +pwq +yeE +jxz oZc dGk -uxB +xNU mwz jRw -nYa -hcU -rBk -dmN +qRW +kJg +spR +izk lTI -nLG -hAV +tMc +tMc tLx -oji -ykE -vun -wqT +ujW +hcU +xBR +uGA dEw -ddG -cJr -oGA -dEw -jiA -uER -jiA -wHn -vLe +smw +sRM +vKD +iZv +dTv +dsR +jyJ +vVG +lkJ xqj -xAD +wNa xQS xYf -fNF -hSr -dvz +oLQ +wbS +pbM +wbS wbS -kmX cEW xqy kbO -pPI -tPe -bAy -wkL +xTd +xTd +xTd +xTd iXz xTd pQo -oeK -gRN vCL +pQo +mAX xUa -rtS -ana -uAD -phO -haT -qoD -fXA -qoD -sXO -qoD -rtS -qJE -tkc -sEV -xSK -fon -sEH -sEH -sEH -agO -wOp -wOp -wOp -nus -nus -nus -wOp -giL -agn -wOp -wOp -wOp -agn -wOp -wOp -wOp -agn -wOp -wOp -wOp -agn -wOp -wOp -nus -pPQ +xyJ +vPn +vPn +vPn +vka +vka +vka +vka +vka +vka +vka +prt +aaB +tBc +wsU +xMM +uPR +wpF +vlJ +wsU +tBc +tyz +xej gPq gTW +wCU +gTW +gTW +gTW +gTW +tBc +tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -124966,170 +189381,170 @@ gTW gTW gTW gTW -afF -gPq -foH -afI -diG -afN -xej gTW gTW gTW -lfS -sdu -xoI -tbL -iWH -iFx -uzQ -kgi -wcB -mMd -viZ -lhn -lhn -viZ -mZm -esj -jjT -vXI -boO -vXI -slt -ybd -gul -ieu -gMh -gzl -kdM -fOp -fOc -niA -ssz -kWw -ixX -qxD -cGA -qTM -qTM -qTM -cGA -tfh -ekQ -gRG -gRG -lLD -swP -tWh -miX +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +yfm +yfm +lwh +lwh +aBx +gHp +lwh +lwh +clH +cfl +cfl +cfl +dKO +cfl +lwh +lwh +lwh +eEo +eEo +eEo +eEo +pxD +ldt +vhs +sqi +jzp +kDp +luW +eEo +eEo +eEo +eEo +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh epc -vjT +swP +eAU +eAU +eAU +eAU +xrQ nxy -rPf -vLC -cFg -utL -buH -wFo -lxT -utL +nxy +nxy +xux +mzh +rXj +kPx +jxF rmp hJV bSz -hcU +mwz qRA -lfA -hcU -rBE -dmN +qRW +kJg +spR +lbE +frE frE -nLG goS tZJ -uqU -upY -bXJ -wqT -vak -ddG -cAL -oGA -vak -jiA -oCo -jiA -wKo -xqT +mdg +hcU +xIc +wlg +cUV +rJA +utz +rkg +lOx +loV +ttB +itr +spN +oxq xql xAL -srD +xQS xYp yim -gUS -uSz -cRs -uvL +wIu +wIu +pjd +wIu pFl -hQP +vXc wmb -lhm -gZo -uzf -eNy -eaH -nPb -och +uzU +uzU +xTd +xTd xRo -vnk -jOr -idh -aff -oFC -xyJ -qup -haT -qoD -fXA -qoD -sXO -qoD -rtS -qJE -hvw -hvw -hvw -hvw -hvw +xTd +xTd +xTd +xTd +srt +opP +sHG +tHw +uYF +vxq +vka +vka +vka +vka +vka +vka +vka +prt +aaB +tBc +tBc +wCU +wpF +wpF mBo -mBo -mBo -vbT -wOp +xMM +tBc +tyz xej gPq -gPq -gPq -foH -iSP -ago -yfn -wOp -iSP -ago -yfn -wOp -iSP -ago -yfn -wOp -iSP -ago -yfn -xej -gPq -gPq -gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -125225,166 +189640,166 @@ gTW gTW gTW gTW -foH -afJ -afL -afO -xej -gPq -gPq -gPq -wRz -bzW -xoI -bTa -bYE -mGN -oBR -jBl -mwT -wZk -lhn -vsd -hYt -lhn -eda -etr -eDh -eLL -fdx -ftq -tQD -pkT -gul -gyR -gNO -tEh -qYl -gnY -fOc -niA -ssz -kWw -iyw -cGA -iWi -skb -skb -skb -qTM -bPS -bUj -gRo -qfW -mjY -mjY -bvj -mjY +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +yfm +lwh +lwh +lwh +iJu +aPk +lwh +lwh +cfl +cKl +dhB +dqD +dLb +cfl +cfl +eEo +eEo +eEo +lnz +gaO +eEo +fYb +xWA +pRQ +ave +ocR +kHs +lxJ +xWA +eEo +lwh +lwh +lwh +lwh +lwh +lwh +koy +koy +lwh +lwh epc +swP +cqQ +eAU +hUu vsG nxF -rPf -vLC -cFg -utL -oKU -bAr -pjn -utL -jXI -hOX -cHs +iuL +iuL +iJO +xux +wFo +wFo +rEa +eAU +jHj +hWA +xNU +kbK +spR +spR +spR +spR hcU hcU -hcU -hcU -rBJ -dmN -hcU xmv -tHX -tHX -tHX -tHX -eJs +xaK +xaK +mdO hcU -ftx -ddG -cJr -oGA -hFr -fNF -rBs -fNF -elp -lxF -foo -hKr -hKr +cUV +cUV +cUV +avt +sRM +vCX +iZv +eFQ +rhR +jln +jFQ +fqB +xqj +wNa +xQS ijS -fNF +yim cCj eCU kNH -uvL +psd xkO -tZS +xQS obo rix -kmX -lGb -oTu -eaH +quG +rix +rix +rcn voy -mET -xRo -vTG -mjR +voy +rAi +xTd +mAX idh dkE xrX jRC kIc -rtS -frR -lmk -ofV -twq -wEA -rtS -qJE -gkv -jUY -jUY -jUY -jUY -jUY -isf -cft -wnp -wOp +vka +vka +vka +vka +vka +vka +vka +prt +aaB +tBc +tBc +wsU +wpF +wpF +wpF +vlJ +wsU +tyz xej gPq gTW -gPq -foH -iSP -ago -yfn -wOp -iSP -ago -yfn -wOp -iSP -ago -yfn -wOp -iSP -ago -yfn -xej -gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -125482,166 +189897,166 @@ gTW gTW gTW gTW -ikn -nus -nus -nus -xAU gTW gTW gTW -bwk -bAB -rHH -fgw -bZE -tCT -okJ -cBB -xtk -hEv -lhn -pUb -dFG -lhn -utF -etr -eDh -eNn -vIS -ftB -tQD -wtT -gul -gzR -gOV -tch -iQj -hAe -pue -iYW -iiJ -kWw -eMs -cGA -skb -msf -jwC -skb -qTM -keF -keF -lmO -qfW -qmD -lbx -cqQ -qmD -qmD -nkW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +yfm +lwh +lwh +lwh +bwF +lwh +lwh +lwh +cfl +cLJ +dhM +dqP +oBW +dNv +cfl +fee +gqM +vgb +xjb +gjm +eNB +xWA +kXF +iEs +vnL +dIs +vnL +lUT +mGV +eEo +lwh +lwh +lwh +kSH +iVx +koy +koy +koy +koy +lwh +epc +sDn +wmO +eAU +hUu +pQa ixk -rPf -vLC -tbe -utL -utL -utL -utL -utL -jXI +xZV +xZV +iJO +iRH +iZz +jhB +joq +xeG +jIa +hWA +anK +hnj +pyO +cQb +taL +qPV +qPV +hcU +lzj +tkd +lUK +xaK +hcU +mrb +uSj +mAh +pKl +qlF +vCX +xqj +xqj +xqj +xqj +xqj +xqj +xqj +wNa +xQS +xQS +oML +xQS +xQS +xQS +xQS +xQS +xQS pWD -qjG -qzL -wvR -rcn -cHs -cHs -sbo -cHs -cHs -tkd -tkd -tkd -tkd -cHs -cHs -cUV -xJP -rQK -rvb -cUV -aLg -sVc -sVc -sVc -sVc -sVc -sVc -sVc -sVc -sVc -sVc -sVc -hSr -uvL -uvL -uvL -uvL -uvL -uvL +uzU +uzU fRC -drx +voy sxY -gbY -mET -xRo -vTG -mjR -idh +xTd +xTd +xTd +xTd +mAX +xTd fkl -roj +vZu eKJ -vxq -rtS -rtS -rtS -dGF -dgL -cgT -rtS -qJE -gkv -abf -abj -abj -abj -abj -abj -aci -wnp -wOp -xej +vZu +vka +vka +vka +vka +vka +vka +vka +prt +aaB +tBc +xIT +tBc +xMM +mBo +wpF +xMM +wCU +tyz +wgk gPq gTW -gPq -foH -iSP -ago -yfn -wOp -iSP -ago -yfn -wOp -iSP -ago -yfn -wOp -iSP -ago -yfn -xej -gPq +gTW +gTW +gTW +wCU +tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -125741,166 +190156,166 @@ gTW gTW gTW gTW -gPq gTW gTW gTW gTW gTW -wRz -bAG -xoI -uxq -bZJ -mGN -eNH -jBl -rZu -clo -lhn -ius -vsd -lhn -eem -etr -eDh -eNA -feq -fut -tQD -pkT -gul -gAM -gOZ -ggb -iSu -gnY -fOc -niA -ssz -kWw -kWw -cGA -skb -jjH -jyX -uBV -qTM -keF -keF -lnb -qfW -qmD -qmD -cqQ -qmD -qmD -sLg -bhA -rPf -vLC -tbe -nuJ +gTW +gTW +gTW +gTW +yfm +lwh +lwh +lwh +lwh +lwh +lwh +cfl +cfl +cLW +dhY +drb +oBW +dTt +cfl +fkI +sdN +dlL +bBY +bEa +eEo +dkp +gQz +iWZ +qVP +iWk +qVP +lZQ +mGW +eEo +lwh +lwh +lwh +gcj +gcj +iVx +koy +koy +koy +iVx +epc +swP +eAU +eAU +eAU +eAU +eAU +iuV +iCJ +eAU +eAU xeG -wNv -ssj -tti -kxd -cHs -uEx -hqK -eEI -rcK +xeG +xeG +eAU +spR cHs +xNU +kbK +spR +hcU +vHf rCF -xaK -wAM +mgT +hcU gsz xaK -fFS -vZP xaK +xaK +hcU +bMl uzs -cHs -blK -cJP -cJr +uzs +mIr +mPv ylU fqK -sVc -whF -wwe -wLp -xic -wEM -xAQ -sVc +foc +xfn ttp -cPR -cPR -mjc +ttp +ttp +ttp +uNU +ttp +ttp +ttp +oSc +cEC iWl -eCU +cEC cEC qRw -lHH +pWY uyk -uvL +rrw rrw wfQ -wfQ -keT -mET -xRo -vnk -mjR -idh -rtS -vOG +rcC +xTd +rrI +xTd +rKI +mAX +szU +sij +xrX oSh -fhs -rtS -uqy -eqx -tDF -exp -rnA -rtS -qJE -gkv -acc -nlk -nlk -nlk -nlk -nlk -abo -wnp -wOp -xej -gPq +wcI +wjY +vka +vka +vka +vka +vka +vka +prt +aaB +tBc +tBc +tBc +xMM +wpF +wpF +xMM +tBc +tyz +wgk +ubb +gTW +gTW +gTW +gTW +tBc +wsU +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW -gPq -foH -iSP -ago -yfn -wOp -iSP -ago -yfn -wOp -iSP -ago -yfn -wOp -iSP -ago -yfn -xej -gPq -gPq -afF gTW gTW gTW @@ -125998,164 +190413,164 @@ gTW gTW gTW gTW -gPq gTW gTW gTW gTW gTW -bxB -sdu -xoI -fpb -bZY -cgZ -cpp -cBC -wcB -quu -viZ -lhn -lhn -viZ -qvZ -wvF -ijj -ePe -ePe -ePe -mUE -fDn -gul -uoM -gPd -pTm -aVy -xob -fOc -niA -gUI -orG -pCE -cGA -rtY -jjV -jzp -jJF -qTM -jVu -kLK -lne -qfW -kIu -kIu -brK -kIu +gTW +gTW +gTW +gTW +yfm +lwh +lwh +lwh +lwh +lwh +lwh +cfl +cme +cMb +pUL +wmC +dLs +dUO +cfl +ftx +njO +fTO +eEo +eEo +eEo +eEo +nbX +nbX +nbX +jUc +nbX +nbX +nbX +eEo +lwh +lwh +lwh +lwh +gHp +gcj +iVx +tbE +iVx +iVx epc -vsG +hsm +wLy +wHn +wTr +wLy nxI -rPf -vLC -tbe -gYt +ivm +iCQ +iKd +spR tti lnr klb -tti +jxG ipt -pWY -hHJ -aam +hWA +xNU +kbK odn -xKV -npB -afk -afk -vUc -afk -afk +hcU +hcU +hcU +hcU +hcU +hcU +hcU tMd -tZl -fhP +hcU +hcU uzy uPb -dJm -cJP -cJr -ylU -dJm -waz -kFO -kFO -kFO -xil -xsI -rKU -xRg -cPR -cPR -qmx -hUY -cvM -cvM -nJx -cvM -cvM -xur -uvL -uvL -ybz -ybz -uvL -uvL -isN -mzg -bxN +mAU +oBO +bum +mVm +rjx +cUV +kVK +uSz +uSz +uSz +uSz +uSz +orQ +oBi +uPV +oSl +uSz +pjn +pst +ogJ +ogJ +ogJ +ogJ +ogJ +okZ +fon +rcK +xTd +xTd +xTd +xTd +srt dCt sFO vOv vZj qub -jdh -cMb -fws -cNu -epo -wHW -kxG -nKg -wRQ -abg -nlk -qKP -qKP -qKP -nlk -abo -wnp -wOp -xej -gPq -gPq -gPq -foH -iSP -agp -yfn -wOp -iSP -agp -yfn -wOp -iSP -agp -yfn -wOp -iSP -agp -yfn -xej -gPq +vka +vka +vka +vka +vka +vka +vka +prt +aaB +tBc +tBc +tBc +xMM +vlJ +tZC +xMM +wCU +tyz +wgk +ubb +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -126255,164 +190670,164 @@ gTW gTW gTW gTW -gPq gTW gTW -iFl -iEg -ucT -jBl -jBl -bJI -uNq -aip -fHT -aaa -cBH -wcB -cRa -mFO -pxC -pxC -pxC -pxC -euL -glB -uOP -uOP -uOP -uOP -lZZ -gul -xwv -gPv -uoM -cKQ -hBl -fOc -niA -niA -fik -izF -cGA -dHZ -iNn -gdh -nrU -cGA -tix -aiM -pom -pom -tbE -vCc -prP -cSg +gTW +gTW +gTW +gTW +gTW +gTW +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +cfl +cmr +cSD +cSD +nfu +hsu +dVj +cfl +fxC +gXc +iQj +eEo +dMH +lTF +eEo +hcI +xNX +jpu +oRk +mFy +akT +mXL +eEo +lwh +lwh +lwh +lwh +lwh +iVx +wWc +tVO +wWc +gHp epc -vjT -kNW -rPf -vLC -tbe -pzK -tti +vCc +wLy +uAL +uAL +wLy +hTk +uSp +tNY +nZe +spR +jaa aSj uYv -tti -jXI -cHs -lvD -jFz +jxH +jIo +hWA +xNU +kbK iIB -rda -cHs +hcU +kJx bFS fzI stl -stl +lzq tlt tMP uaU -uqE -uzT -uQm -dJm +hcU +hcU +hcU +mBq hRd uTm -ylU -dJm +mVq +mBq waz -kFO -kFO -kFO -xiy -rKU -rKU -sVc -xZp -yjv -uRF -cvM -nNh -sBH -pKU -rug -cvM -xur -bxO -okZ -hoe -hoe -cHd -qkd +ngW +ngW +ngW +ngW +ngW +ngW +ngW +ngW +ngW +nhl +uSz +nqS +ogJ +omt +oEy +pWZ +qjI +ogJ +qEj +qiJ +rcM rON -wdp -moj +rON +rAC +xTd +mAX aKl -rtS -rtS -rtS -rtS -rtS -tqX -ugw -mPh -dGV -kxG -kxG -lAr -wRQ -wRQ -nlk -qKP -qKP -qKP -nlk -abo -agQ -wOp -xej -gPq +xyJ +vPn +vPn +vPn +vka +vka +vka +vka +vka +vka +vka +prt +aaB +tBc +wCU +tBc +tBc +xMM +vlJ +xMM +tBc +tyz +wgk +ubb +tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW -gPq -ikn -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -vFV -gPq gTW gTW gTW @@ -126512,164 +190927,164 @@ gTW gTW gTW gTW -gPq gTW gTW -foH -viZ -udu -viZ -jBl -jBl -jBl -jBl -jBl -jBl -jBl -ktr -jcr -gdI -jaD -jaD -jaD -utE -vUO -xPK -kkB -kRR -fuT -nYF -rDH -gul -kWw -gPT -qzo -qzo -lTR -fOc -hUB -fsY -uEc -hPd -cGA -oia +gTW +gTW +gTW +gTW +gTW +gTW +yfm +aer +oBT +oBT +oBT +oBT +oBT +oBT +cfl +cfl +cUA +cUA +dtH +cUA +cUA +cfl +eEo +hns +eEo +eEo +nHI +oBT +eEo +kAL +xNX +jpu +rMT +kAL +xNX +eZE +nSf +lwh +lwh +lwh +lwh +vRJ +wWc +wWc +aYA +wWc wWc -kDp -blu -uUh -pFk -jjz -dQA -daZ -hiP -mSv -aBF -lPV epc -vjT -lnL -rPf -vLC -tbe -osa -tti -tti +swP +uAL +uAL +uAL +wLy +qdv +fXt +gai +bfx +spR +jak +jid aoE -tti +jxY ksw -vxc -vxc -vxc -vxc -vxc -cHs -cHs -cHs -cHs -cHs +hWA +xNU +kbK +kps +hcU +kJZ +kUM +eHR +eHR +lzQ tmV -tMP +lVU uaZ uqV uzT -uQm -dJm -xgd -cJr -ylU +hcU +mBH +yeS +bUo +mVC oFv -sVc -eqT -rwB -uAx -xkP -xtY -xDU -sVc -sVc -sVc -sVc -cvM -fly -aHh -wJR -cwc -cvM -xur -bxO +ngW +noM +ngW +nFh +nul +obr +yfn +osR +oBy +ngW +nhl +uSz +pjv +ogJ +opC +oEP +pXg +qkm +ogJ aIT qiJ cSZ -cSZ -cSZ -cSZ -cSZ -fUR +trJ +trJ +rAK +xTd +trJ kkx -uUQ -wxb -rbU -eeX -rtS -ujj -ugw -mPh -dPS -nFf -aWU -szU -rIi -xKo -qKz -qKP -qKP -qKP -nlk -abo -agR -wOp -xej -gPq +xyJ +tBc +aay +rwy +vka +vka +vka +vka +vka +vka +vka +rSC +aaB +tBc +tBc +tBc +tBc +xMM +wpF +vlJ +tBc +tyz +wgk +ubb +tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq gTW gTW gTW @@ -126769,153 +191184,154 @@ gTW gTW gTW gTW -gPq gTW gTW -foH -lhn -oUT -lhn -ohZ -uPh -gmz -uPh -uPh -uPh -uPh -csu -aaw -viZ -viZ -viZ -viZ -viZ -viZ -lhn -ePV -lhn -viZ -fEl -fRk -gul -gBQ -gul -hbl -gul -gul -gul -gul -eoS -qFJ -eoS -cGA -iWZ -kOJ -kOJ -jOl -cGA -kvW -kLb -nhr -nhr -tYc -nhr -okp -gRG -kWq -vjT -xGa -xSh -vLC -tbe +gTW +gTW +gTW +gTW +gTW +gTW +yfm +oBT +aeO +afD +agK +ahq +ajn +ayM +cft +cnY +cUO +djt +dtV +djt +eay +edj +lQN +hon +iSk +tfm +fVN +gqr +eEo +hJk +mrM +qKJ +qKJ +qKJ +pHf +vxm +eEo +lwh +gHp +lwh +lwh +vRJ +gmv +wWc +tVO +wWc +upx +hkb +swP +wLy +wQI +wUj +wLy +tWg +uSp +iDp +iKz nuJ jrI sSt -kpp +pWH pWH rDw bwp -nfw -akt +jWU +kdc qRW -vxc -rrL -erX -sbz +kAb +rrR +eIU +eIU amn -sNq tmX -tMP +tmX +tmX ubA urQ -uzT +mrj uQm -dJm -xgd -oFc -kml -dJm -diU -wig -bHO -fPJ -fPJ -jbW -fPJ -jlR -pcZ -rEP -iwl -mLB -aYx -aHh -oai -eGO -cvM -xur -bxO -jSP -moj +jex +yeS +mPC +vBT +jHn +kBa +kdy +kBa +eZL +mdx +mdx +mdx +kVR +oBz +ngW +nhl +uPV +ogJ +ogJ +pCN +ogJ +ogJ +ogJ +ogJ +ycK +kDl pwU -avm -avm -avm -avm -avm -trJ -mVl -fNw -pnr -rwy -rtS -rYU -ugw -mPh -hff -kxG -kxG -rSC -wRQ -wRQ -nlk -qKP -qKP -qKP -nlk -abo -agS -wOp -xej -gPq -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gPq +kDl +kDl +ycK +sip +sip +sip +xyJ +tBc +aay +prt +vka +vka +vka +vka +vka +vka +vka +prt +aaB +tBc +tBc +wCU +tBc +tBc +wCU +tBc +tBc +tyz +wgk +ubb +tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -126923,7 +191339,6 @@ gTW gTW gTW gTW -gPq gTW gTW gTW @@ -127024,155 +191439,156 @@ gTW gTW gTW gTW -gGF -iEg -iEg -iEg -iEg -wOp -lhn -oUT -lhn -wcB -rhd -rNe -cae -ciE -cqG -qqt -fKc -cUh -viZ -tYX -fxJ -pJW -pJW -vVn -pJW -kxx -aQC -iBi -xnw -fSl -gme -gme -rXD -jva -hjz -hBs -rwl -hWf -lKn -gvk -czL -cGA -cGA -cGA -cGA -cGA -cGA -vjT +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +yfm +oBT +aeQ +afE +afE +afE +ajA +ayQ +mZd +mZd +fEu +mZd +niL +vIi +vIi +vIi +ycv +hKI +hTw +vIi +isX +lSU +eEo +hKt +rmC +rmC +rmC +rmC +rmC +sHY +eEo +lwh +fBR +iJu +iVx +vRJ +gmz +thz kNs -vjT -tpQ -vjT -vjT -jRR -vjT -vjT -vjT -ige +gQy +uRM +hkb +hsz +wLy +wLy +wLy +wLy +hTk uSp vjw -tbe +iKS gYt -krB +jax rSI -aNI -pre -vxc pYk -gHS -vTc -xNj -bbY +pYk +jJs +pYk +jXe +kdC +qRW +kAb rrR -gTc +xaK uJs -uJs -sNW +tnn +tnn tnn tNf ubO -ubO -uAY -cHs -wVi -xgd -cJr -swD -dJm -diU -wig -kFO -rKU -xkY -rKU -rKU -mzN -rKU -pYo -pXN -bIf -xaz -qQU -oSG -qdw -cvM -xur -bxO -czU -kta -nCS +mkr +uBM +uQm +moI +yeS +mPC +vBT +jHn +kBa +kul +kBa +eZL +kVR +obA +kVR +kVR +oBD +ngW +oSM +erE +pkz +oly +pCY +oEQ +pXS +qlw +quP +cpD +fIS +pAE hlx -obL -obL -cmB -cmB -obL -obL -obL -obL -hVe -rtS -qLL -sgZ -xKr -vuY -sdx -kxG -jCX -wRQ -abg -nlk -qKP -qKP -qKP -nlk -abo -wnp -wOp -xej -gPq -gPq -gPq -gPq -gPq -gPq -gTW -gTW -gTW -gPq +rrS +ycK +ycK +ycK +ycK +ngM +tBc +aay +prt +prt +prt +prt +prt +prt +prt +prt +prt +aaB +tBc +tBc +tBc +tBc +tBc +xMM +tBc +wCU +tyz +wgk +ubb +tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -127180,7 +191596,6 @@ gTW gTW gTW gTW -gPq gTW gTW gTW @@ -127279,118 +191694,118 @@ gTW gTW gTW gTW -gfh -gPq -foH -kzC -iZU -biG -iZU -dSL -viZ -btv -viZ -flZ -bKy -viZ -viZ -ciF -xxW -viZ -viZ -viZ -viZ -viZ -mvI -mvI -mvI -qUS -jtE -kKU -ekh +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +yfm oBT -pXJ -syR -rUq -fyv -lUk -kjb -jBr -iuA -iuA -ilh -mdX +aeS +afU +ahh +ahh +ajD +fsW +cfT +ctN +umD +ctN +ctN +myy +ctN +ctN +ctN +ctN +fTZ +dsg +lNz +guC +eEo +hKX +rmC +rmC +rmC +rmC +rmC mrJ -dKZ -gbI -rnr -rnr -rnr -rnr +eEo +vRJ +vqx +wWc +wWc +vRJ uKa -vjT -kNL +rnr +rnr lnt hsN -vjT +hkb tuh -jXI -qPV -qPV -xGa +hBe +hKj +tpQ +idf daL jjv -cbh -tbe +iDu +iLF pzK -krB -rSI -vxc -prr -pFB xee -qlS -akv -qsc -vxc -akC +xee +xee +xee +xee +hcU +hcU +iWa +hcU +hcU +hcU xtN -uJs -uJs +lbL +lbL sNX -tnO +xaK rkv qrC utl uBM -cHs -wWH -xgd -cJr -swD -fqK -sVc -kGl -kFO -wLN -tDm -xuu -xFA -xRM -xuu -srt -jsM -mLB -qpK -amU -fyG -iMm -cvM -xur -bxO -tke -moj -rXb +uQm +nrv +yeS +mPC +vBT +jHn +kBa +kAG +kBa +eZL +iYq +iYq +iYq +kVR +oCo +ngW +nhl +uSz +ogJ +ome +pDb +oHe +pYd +qlw +qvc +xFH +xFH +rda obL hnD wxc @@ -127398,47 +191813,47 @@ aIB auz bXu oET -ulM -obL -rwy -rtS -aBS -hdv -gwO -kfq -wpZ -rtS -xdx -vlt -acd -nlk -nlk -nlk -nlk -nlk -abo -wnp -wOp -wOp -iEg -iEg -iEg -iEg -wTp -gPq -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW +wpF +uxY +fPh +fPh +fQn +fPh +fQn +fPh +fPh +fPh +wJk +bHS tBc tBc tBc -adr tBc +tBc +tBc +xMM +tBc +tyz +wgk +ubb +tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -127538,169 +191953,169 @@ gTW gTW gTW gTW -foH -bbj -qKP -qKP -qKP -nlk -viZ -unW -viZ -aZd -rRo -iDd -viZ -cDD -cqZ -viZ -ljj -cUH -qXG -viZ -rZe -xfs -xfs -xfs -xfs -dsK -ekh +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +yfm oBT -gPG -cyF -bPa -roF -sgO -hIA -iAv -wtH -ibZ -ilh -mdX -vRJ +aeT +aeT +oBT +oBT +oBT +bYo +kDq +cvI +cZB +dkD +dyz +oBT +oBT +oBT +oBT +oBT +oBT +wup +mMG +wup +eEo +ibA +rmC +rmC +rmC +rmC +rmC +sHY vco -vmO -kUZ -kUZ -kUZ -kUZ -jXI -vjT -vjT -vjT -vjT -vjT -fGJ -vSK -ePP -qPV -xGa -xGa -gQy -wHG -ofW -xGa +vRJ krB -sir -vxc -vuZ +fNy +fUb +vRJ +jXI +tSA +ucS +rnr +vjb +vjT +vjT +vjT +vjT +vjT +vjT +nzs +uSp +wHG +tNY +xee +jaH +xee rDX -pYI -knD +xee +rDX +hcU +nfF exZ opB one -tju +hcU qkN pzB stL -cHs -gMx -sNq -sNq -sNq -gMx -gMx +lAr +xaK +lVX +mee +mlp +mrO +hcU rsI yeS -vur +vzG vCV -rsI -tWG -tWG -gpt -gpt -gpt -tWG -tWG -tWG -diU -yjw -diU -cvM -kVq -tst -tst -fjs -cvM -xur -bxO -jYt +vTh +ngW +kBa +ngW +nFD +nQl +obD +ojH +kVR +muF +ngW +nhl +uSz +ogJ +ptc +oqd +oHX +pYn +qlw +qvz +xFH nnT -pAE +ref fFG mHe -aGM xFH xFH xFH +saa ngM -cVj -obL -rwy -rtS -rtS -rtS -rtS -mjP -rtS -rtS -xdx -vlt -acf -ach -abB -abB -abB -abz -abP -wnp -nus -nus -nus -nus -nus -wOp -xej -gPq +gkv +xSC +xSC +xSC +gkv +xSC +gkv +xSC +xSC +xSC +gkv +gkv +gkv +gkv +gkv +gkv +kPw +tBc +tBc +tBc +tyz +wgk +ubb +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW -gPq gTW gTW gTW -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -gPq -gPq -gPq gTW gTW gTW @@ -127795,169 +192210,169 @@ gTW gTW gTW gTW -foH -bbw -qKP -qKP -qKP -bnm -bps -uEM -dRx -jRM -nWH -wCc -viZ -jNJ -eVy -viZ -aFe -cVE -qhc -dwB -ukI -mvI -mvI -gDz -bHp -hQZ -ekh +gTW +gTW +gTW +gTW +gTW +aah +bYQ +bYQ +bYQ +bYQ +bYQ +bYQ +bYQ +bYQ oBT -sxD -kFg -bCm -roF -tzi -hVi -rVL -bFR -bFR -dSW -sME -aCg -fhj -ntm -dfd -iQL -cPC -jKd -rnw -tVO -prS +aRc +aYn +fsW +mXd +aYn +dcR +sbA +sbA +dpU +sbA +dMV +dTK +oBT +jsZ +ckD +gQD +lcJ +eEo +ihm +rmC +rmC +rmC +rmC +rmC +sHY +fsC +vRJ +fDf +qUY +yky +vRJ +tpa rnr rnr rnr -uGR -gph +lyi +flW uSJ -rnr -lsx +hUF +wRs +hUF +vjT bEK -nsJ +fXG lFO kXX -oog +xee eLb -aJe -jRW -qmq +xee +jpg +xee hDa -lSg -tUM -uAB -qSm -vxc -rrS -jyb -uJs +hcU +nto +exZ +sSd +kAd +hcU +xaK +baK lIS -wmP -wmP -vlJ -wpF -tBc -tBc -tBc +lAt +xaK +lVX +meg +mlp +uBM +aAu vib -fUd -uWn -vDP -dKx -tBc -tBc -tBc -tBc -tBc -eAA -eAA -tWG -vvp -sfq -jtJ -cvM -cvM -cvM -cvM -cvM -cvM -xur -bxO -wnW -jdx -pAE -fPm +yeS +mPC +vBT +yeV +nhw +noU +noU +eZL +nQB +nQa +oka +kVR +mzP +ngW +nhl +uSz +ogJ +ptz +pDn +pJp +pYz +ogJ +aGQ +xFH +aRD +reu +nJH gxa mLG nJH pcO ndi bvV -sFP -obL -iSL -jGl -jGl -lXw -jGl ueG -fHP -jGl +ueG +ueG +ueG +ueG +ueG +ueG +ueG +ueG +ueG xff +gkv vlt -vlt -tiW -tiW -tiW -tiW -vlt -vlt -wnp -hEn -gPq -gPq -gPq -gPq -foH -xej +uJc +uJc +gkv +tBc +wCU +tBc +tBc +tyz +wgk gPq gTW gTW gTW -gPq gTW -cMX -mHh -gJw -gJw -mHh -gJw -gJw -hJI -hJI -hJI -pEr -wTp -gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -128052,167 +192467,144 @@ gTW gTW gTW gTW -foH -bbj -qKP -qKP -qKP -nlk -viZ -btQ -viZ -mNY -bLu -bTr -viZ -wMY -kzv -viZ -ljj -bJC -rsE -viZ -dGs -mvI -qhd -ntQ -uCd -iYq -aQC +gTW +gTW +gTW +gTW +bYQ +bYQ +qWR +lAG +oEs +oEs +oxn +cjq +xoV +xDD oBT -evQ -cYY -gmr -roF -vMz -mlc -nbX -hBM -hKt -ilh -mdX -gvk -rdR -ntm -iZX +aRc +aYn +rlz +iTI +kcR +uYG +kFM +kFM +dqt +nRA +oBT +oBT +oBT +jDn +efI +ydL +iCO +eEo +pPI +owP +owP +jWY +owP +owP +aQu +ftn +vRJ +fDn +rOh +sbi +vRJ tpa -uXq -kUZ -kUZ -kUZ -xXj -ksy -ksy -ksy -ksy -myL -ksy -mXL -ksy +abh +abh +abh +lyi +flW +hsA +fFh +fFh +fPX +vjT tOR uSp -bpi -cFg +txp +ien klr -krB -krB -vxc -vxc -vxc -vxc -lED -qBT -lED -vxc -vel +jaO +jim +jWy +jyv +jJv +hcU +nzB +oum +kpu +kAi +hcU seg -vxc +baK wmP -wmP -tBc -tBc -gPq -gPq -gPq -gPq -mPw -rIw -esW -iGP -kqZ -gPq -gPq -gPq -gPq -tBc -tBc -eAA -tWG -hwL -cHr -dOV -vHK -npR -sVc +lAt +oOD +lWr +tMc +mlB +uBM +aAu +vib +yeS +mPC +vBT +yeV +nhI +npc +npc +mMm +nvf +nvf +nvf +vJs +mBz +ngW +nhl +niM +ogJ +ptO sDQ -cgI -foU -boq -rtf -cpD -hnv -pAE -obL +pJB +pYU +cqJ +qvC +qEw +sdY +reB +rjo gzb -mLG +rBh uZo qrd -nva -bvV -rEx -obL -hLx -oWx -hLx -hLx -hLx -hLx -hLx -hLx -aMX +qrd +ycK +abH +yiH +yiH +yiH +yiH +yiH +yiH +yiH +yiH +yiH +qcd ooI uPq rJc -rJc -rJc -rJc -geu -vlt -vlt -vlt -vlt -vlt -vlt -dNv -foH -xej -gPq -gPq -gPq -qIT -xug -hJI -hJI -hJI -pYn -pYn -hJI -pYn -pYn -hJI -jAO -hJI -gCV +uJc +xSC +tBc +tBc +tBc +tBc +tyz xej gPq gTW @@ -128262,6 +192654,29 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW "} (111,1,1) = {" gTW @@ -128307,176 +192722,176 @@ gTW gTW gTW gTW -gfh -gPq -foH -bbD -egH -bje -egH -pYd -cgw -lDb -lDb -lDb -lDb -lDb -lDb -vKv -lDb -lDb -lDb -sTj -dtk -dtk -dtk -twS -dtk -dtk -lhn -ygc -lhn +gTW +gTW +gTW +gTW +gTW +gTW +bYQ +cEq +dce +dmR +fxR +lBE +hOj +lLr +qVF +iNX oBT -sFX -fTy -otX -roF -sgO -lan -pxU -iuA -iuA -ilh -mdX -lCP -rdR -cbd -cPj -tpa -bHr -iMb -kao -kUZ -kNZ -ksy +oBT +oBT +csU +xJg +cUm +enq +sbA +pUz +cxX +sbA +dMV +dTK +grM +grM +lfn +hsT +lfn +eEo +eEo +jIH +jIH +eEo +jIH +jIH +naj +jIH +vRJ +vRJ +vRJ +sce +vRJ +sWg +abh +abh +abh lyi -mSw -sDl +flW +vVb mAc -ksy -mXY -ksy -xGa -xGq -bpi -cFg -azq -uSg +mAc +mAc +vjT +ovb +uSp +xAD +tNY +xee +jaX bes pju prL idH -uSg +hcU qmh -gmi -qSH +sSd +sSd xus -qSH +hcU rHO -scb -eMG -gOn -tBc -gPq -gPq -gTW -gTW -gTW -mPw -rIw -esW -iGP -kqZ -gTW -gTW -gTW -gPq -gPq -tBc -wpF -tWG -vvp -cHr -rKU -jAn -mWL -sVc -eLI -kkD -eDK -uSz -bxO -euu -sdY -pAE -obL +baK +wmP +lAt +xaK +lWB +mey +mlD +msf +hcU +mCj +mJv +vzj +vBT +vTh +ngW +kBa +ngW +nFW +nRg +ocj +okS +osW +oCI +ngW +oSS +pbT +pkQ +ycK +ycK +ycK +ycK +ycK +ycK +wnW +qQx +ycK +phJ mbi -fPs -pVP -pVP -pVP -aGd -nNy -obL -wva -pKs -jNT -uwT -uSN -hLx -ptH -hLx -hLx +phJ +tHQ +rUH +rUH +ycK +hSO +yiH +abV +yiH +acc +acz +acQ +adg +adx +yiH +uhl nIh vRw -kow -kow -kow -kow -mDK -sUs -brt -khk -wKd -gZX -wKd -ajC -ajF -ajF -ajC -ajC -ajC -ajC -mnE -pMb -hJb -hSI -eoP -fzu -rfE -hkM -qWa -iwM -hAA -akP -wOp +uJc +uJc +xSC +tBc +tBc +tBc +tBc +tyz xej gPq -gPq -gPq -gPq -gPq -gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -128566,173 +192981,145 @@ gTW gTW gTW gTW -ikn -nus -nus -nus -nus -nus -lDb -btU -hsm -fUq -fNm -bUl -cbe -ciQ -crP -cCd -cIw -dtk -dgk -dwR -dGu -jcx -eev -dtk -eDw -nBW -xHV -wjw -wjw -wjw -wjw -gCb -sgO -hIA -iAv -wtH -hKX -ilh -mdX -gvk -rdR -ntm -jaB +gTW +gTW +gTW +gTW +bYQ +cEs +cLG +dpj +dcY +xpY +dhz +oLC +fOH +jen +iNX +ahr +ajP +tXF +wPZ +wPZ +xYe +sbA +sbA +ppq +sbA +oBT +oBT +grM +jGb +lIz +gbE +pnl +oHn +sKW +rCa +oJH +waC +oJH +oJH +nsb +aJF +vjT +fDT +fNX +sqr +sME tpa -jzY -hzs -kbm -kUZ -ggr -ksy -aPQ -ciR -qOd -sbi -qOd +rnr +rnr +rnr +lyi +fvj +fvM +fvM +fvM qyL -ksy -nxR -uSp -bpi -cFg -qim -gtE -oTE -uUi -psf -vli -uSg +vjT +wLy +ivv +iDw +oha +xee +xee +xee +xee +xee +xee +hcU qpe -toh -bJQ +oyB +sSd vWc lIK kcd scr -eMG -tBc -gPq -gPq -gTW -gTW -gTW -gTW -mPw -rIw -esW -iGP -kqZ -gTW -gTW -gTW -gTW -gPq -gPq -tBc -tWG -tAR -lZU -jjc -uxf -mPC -sVc -eLI -dmU -dvz -dvz -bxO -xDl -sdY -pAE -obL +lox +lAv +lIi +lWK +meK +mme +msx +uQm +mCp +yeS +ptB +vBT +auo +kBa +kdy +kBa +nGm +nRs +npc +npc +otd +oCJ +ngW +nhn +noP +plz +pus +aga +pJL +anz +aER +aIJ +qGn +qQz +reG +rjy eeG fBc -wAh -rVN ycK -hSO -pYQ -obL +ycK +ycK +ycK +abI +abL biL -fcs -eaC -nLK -qBI -ipm -qLS -hZo -hLx -aUh +uDk +vxu +tTA +vxu +tId +vxu +yiH +qcd +gkv uRq -svK +uJc fYp -joI -kow -kow -kow -tBs -hUr -dkD -bkI -goK -agP -agP -agP -agP -agP -agP -agP -muQ -hYX -jmK -hAa -amR -amR -sdJ -jJv -tXX -pYn -pYn -pYn -wOp -wOp -iEg -iEg -iEg -iEg -wTp +xSC +tBc +tBc +wCU +tBc +tyz +xej gPq gTW gTW @@ -128776,6 +193163,34 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW "} (113,1,1) = {" gTW @@ -128826,169 +193241,141 @@ gTW gTW gTW gTW -gPq gTW -gTW -lDb -buk -bxF -xye -bLF -bUB -cbP -kiN -qee -aCj -cKl -dtk -dgB -dyc -bRL -bRL -bRL -euQ -aMB -qnX -lnz -tBb -tBb -tBb -tBb -tBb -vNP -lTM -rVL -bFR -bFR -dSW -vNw -gvk -rdR -ntm -cPj -tpa -jAi -jKG -kbK -kUZ -krB -ksy +bYQ +cEE +dcT +dqu +fOt +dmV +sQO +uQR +dMl +kWe +trI +ahV +wPZ +jYU +glY +wPZ +syr +sbA +sbA +qIF +sbA +dMV +dTK +grM +keN +lQE +tke +wCL +puv +qrJ +rQm +wcQ +wcQ +wcQ +xPS +iOo +wbo +vjT +fEp +fNX +sHy +sPa +gmB qEM +qEM +qEM +vvQ lLH -qOd +hsC gOQ -qOd +hLN lIq -ksy +vjT nyG uSp -bpi -cFg -uSg +xAY +tNY +bfx oLb lsq tkx -bLB +kBO pFJ -uSg -qpe +hcU +jXj +sSd sSd -bJQ rdB -lIK +hcU kma -qpe -eMG -tBc -gPq -gTW -gTW +baK +lpk +lAt +lIp +lXa +meX iFl -pEZ -pEZ -gFR -rIw -esW -iGP +mtG +uQm iGv -pEZ -pEZ -mcC -gTW -gTW -gPq -tBc -tWG -jIN -xmg -nZa -csF -rif -sVc -eLI -cEE -dvz -iIf -bAZ -wnW +yeS +mPC +vBT +xXE +kBa +kul +kBa +nGr +nRB +oco +olr +otm +oCN +ngW +nhl +uPV +plF +aOG +xur +pLj +qaj +qlR +qwb +dSG pfX -pAE -obL -obL +rfx +rfx +rsc vbC -fPm -obL -obL -mrW -jVq -obL +vbC +vbC +sad +abB +srv +sBA jfE -lSI +uDk vxu tTA -pBq -hLx -hLx -hLx -hLx -kow +vxu +tId +vxu +yiH +qcd +gkv uaW uJc jhH -kZQ -hlW +gkv +yex +yex yex -kow hFN -gHN -wKd -frn -wKd -ajD -ajG -ajG -ajD -ajD -ajD -ajG -mnE -lIv -lYO -eDl -scn -olO -jAc -hJb -pYn -hJI -nFW -wOp -wOp -wOp -agz -agE -agG -agI +tyz xej gPq gTW @@ -129033,6 +193420,34 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW "} (114,1,1) = {" gTW @@ -129083,173 +193498,173 @@ gTW gTW gTW gTW -gPq gTW -gTW -lDb -buC -mmM -auW -bLK -bUM -hib -vCC -qee -jTK -vQE -dtk -nGc -vcc -dHb -dNe -aIr -euQ -gZs -vRP -ibo -vRP -vRP -vRP -rSz -vvq -vMz -mlc -nbX -hBM -dya -ilh -mdX -gvk -rdR -kUZ -rPh -qKw -awc -ocw +bYQ +bYQ +aej +sWY +nnq +nnq +fNd +nMr +qif +les +wiT +aia +wPZ +agH +pqu +wPZ +nhz +sbA +sbA +vRx +eaL +oBT +grM +grM +kkF +lWt +jbr +lWt +pxU +grM +grM +grM +bhR +vQQ +lam +sei +tNY +fyY +xqk pdQ -kUZ -qPV -ksy -pIx +pdQ +pdQ +xqk +gvb +gDd +atW +atW aHE oex fPK -qOd +hLO yky -ksy +vjT hwJ uSp -bpi -cFg -uSg +xCA +tNY +jjJ oLy lcs aZR -mEG +lre pGo -uSg -qpe -qCq +jNN +jXu +oSJ ppJ rdF -lIK +hcU rIU -qpe -eMG -tBc -gPq -gTW -gTW -mPw +baK +lpx +lAt +lIv +lXc +frE +mmk uDp -atW +uQm uQF -liJ -esW -iQy -uQF -azN +yeS +mQF +vBT +for +kBa wjc -kqZ -gTW -gTW -gPq -tBc -tWG -iyH -nlj -nZa -bKV -rif -sVc -eLI -dvz -dvz -oHX -pzF -wnW -sdY -eFY -dNr -icG -dKc -dKc +kBa +nGQ +nRC +ocx +olO +oto +oCQ +ngJ +oTd +uSz +pjv +ycK +pDo +pLm +asu +kQM +aIJ +kuA +qRa +rij +rij +rij +rij +rij cbl -hLx +sah wNc ceQ -hLx -hLx -uDk -oRG -pKs -jGH -hLx -ixD -aLb -nMV -kha +sBR +sIe +yiH +acd +acA +acV +adk +adR +yiH +qcd +gkv xSC -rlo -sHR -sHR -tTb -jhH -kow -tcR -vnO -vlt -vlt -vlt -dNv -foH +xSC +xSC +gkv +jli +vdP +mFG +uXI +tyz xej gPq -gPq -gPq -agu -hJI -aFc -hJb -ePA -kWi -usV -mhn -bAL -etU -pyu -aiF -aiF -aiF -aiF -agA -mxg -diG -agJ -xej -gPq -gPq -afF +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -129334,175 +193749,147 @@ gTW gTW gTW gTW -afF -gPq -gPq -foH -wOp -xej -gPq -gPq -bgP -lDb -lDb -xch -lDb -lDb -bVw -hRq -gvt -hRq -xDD -cLo -dtk -dgT -vcc -dHT -nDz -eeT -dtk -wlI -wHk -wHk -wHk -fFI -vbA -chc -xxL -vMz -agv -iZz -iuA -iuA -ilh -mdX -gvk -qny -kUZ -jaZ -kUZ -ntm -ntm -ntm -kUZ -xGa -ksy +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +aeh +gna +gna +gna +gna +gna +gna +gna +cRg +vDv +cRg +wPZ +jYU +tNv +wPZ +wPZ +ykf +sbA +azZ +lOX +ykf +grM +htp +dSw +gOG +klh +lXp +iod +qGD +rXn +grM +grM +grM +gUe +sei +rKQ +xqk +fFX +jdr +jdr +jdr +pdQ +gve +gDm +gQF rgG -ksy -mlf +nQN +nQN wop nQN -dBe -ksy -xGa -ihF -bpi -cFg -gfd +mPW +mgB +ilT +uSp +gTJ +iif +jAi oMT oTU psB -uhs -lAR -uSg -qpe -qEw -qTm -mXV -qTm +lBO +mxY +jOf +vbt +vbt +vbt +vbt +vbt rJn -qpe -eMG -tBc -gPq -gTW -gTW -mPw +baK +hcU +lAW +lbL +lbL +lbL +lbL asS -liJ -esW -esW -vuv -esW -esW +hcU +mCB +yeS +aSp vBT -aAe -kqZ -gTW -gTW -gPq -tBc -tWG -jIN -kFO -nZa -kFO -rif -sVc -eLI -ioG -dvz -kQM +nbB +ngW +kdy +ngW +nGX +nRM +ocC +olX +olX +mHD +ngW +nil +pbW +nNh +ycK +pDt +pLX +qau +qmA aOG -wnW -sdY -lMX -een +qHf +qRj +oBk hIy -dKc -rij +ppr +hIy +qtr xow -hLx +cmd hMr tgJ hmC -hLx -rJH -hWw -rJH -hLx -hLx +sIx +yiH +yiH +yiH +twq +tIh uyP -pxl -jfA -kow -sCK -ubc -sAR -sAR -sAR -sAR -kow -wWC -jHi -lng -vlt -gTW -gPq -foH -xej -gPq -gTW -bWT -tBc -hJI -mYq -hJb -mSH -xjT -ajB -wRY -hJI -hJI -hJI -gRF -nus -nus +yiH +qcd +gkv +qBS +rqk +rqk +rqk +rqk +rqk +rlZ +uXI wOp -agC -agF -agH -agK xej gPq gTW @@ -129547,6 +193934,34 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW "} (116,1,1) = {" gTW @@ -129595,173 +194010,173 @@ gTW gTW gTW gTW -gPq gTW gTW -yfm -yfm -lDb -buS -byc -bBp -bLU -bVE -bVE -jzj -hRq -xDD -cMN -dtk -diW -vcc -dIl -dPq -tIY -euT -qqw -eQb -ffA -vFN -fGf -fTO -gmX -neT -aop -hIA -wuE -wtH -ohP -hWq -jQS -wmG -rdR -kUZ -kUZ -kUZ -pXg -apk -hdH +gTW +gTW +gna +gna +mJW +mTN +wTH +kIx +aTq +bHO +jhe +gcU +jeL +jeL +vkX +vZR +eCc +wPZ +dla +sbA +vRx +sbA +eqx +grM +hJv +kmm +lQE +oHU +lQE +asX +rik +rXo +sZC +wxR +hgL +ost +vCg +hii +xqk +jdr +oyg +fUc +jdr +pdQ vAW -pZE +nBe lnQ -apk -ksy -ksy +mdH +rnr +hsM pvi -nYU -ksy -ksy +rnr +rnr +ieb rPl -uSp -bpi -dAU -uSg -qim -qim -pjM -psM -qim -uSg -iWV +mLo +gUz +tNY +nEY +jNs +jSj +jSj +lFN +mOL +vbt +qpp qEx qTy -iWV -rsN -rsN -iWV -wmP -rCS -pEZ -pEZ -pEZ -gFR +kAz vbt -esW -esW +vbt +lcq +vbt +vbt +pEZ +pEZ +pEZ +pEZ +vbt +vbt +cUV vnl awn vuX -esW -esW -wjR -iGv -pEZ -pEZ -pEZ -rCS -tWG -sVc -eRR -sVc -eRR -sVc -sVc -bnu -bxO -bxO -uNL -xMH -wnW +cUV +nhX +iMm +iMm +iMm +iMm +iMm +iMm +iMm +iMm +iMm +iMm +uSz +nhl +ycK +ycK +ycK +ycK +ycK +ycK +dTs eHM -lMX -een -hIy -dKc -dKc -oSu -cmd -wNc +edu +rjZ +umu +pOx +wdp +xow +rhD +yiH bjx cxT -dYC -ehI -lEd +tYL yiH +ach +acB oDq -yiH +tIj vdD -nVr +yiH qcd -pWx -pWx -pWx -pWx -pWx -pWx -kow -kow -mVl -xdx -kSq -tiW -gPq -gPq -foH +gkv +dgN +prt +prt +prt +prt +prt +aaB +uXI +wOp xej gPq gTW -djf -tBc -hJI -oZP -xsQ -wbW -axF -foe -ieb -hJI -bnq -tBc -afm -gPq -gPq -ikn -nus -nus -nus -nus -xAU -gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -129846,179 +194261,179 @@ gTW gTW gTW gTW -afF -gPq -gPq -gPq -foH -wOp -xej -gPq -gPq -bgP -yfm -lDb -bvg -bzq -jyY -bLW -bVF -jAo -eMZ -hRq -xDD -cNe -dtk -dkC -vcc -msD -aab -wZf -ewl -iNl -iNl -akd -fuW -fIu -wqp -gnc -neT -tzi -njv -rVL -bFR -bFR -oBT -vNw -gvk -iBd -ecQ +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +ufI +bal +bhF +blo +bsv +bwr +bDp +bIa +qaV +sTj +tbP +tbP +arT +msj +cvK +wPZ +ykf +dIH +dMA +ebC +ykf +grM +hKu +kmm +lWt +nIw +nfA +pkk +riL +rYJ +grM +grM +grM +fPj +sei +rKQ +xqk jdr xoa fCC -fCC -fCC -fCC -fCC -fCC -pvW -iiZ -ddq -mAO -mAO -pvW +bEH +pdQ +jxx +mYa +gQW +hVP +rnr +rnr +pvi +rnr +rnr gkr -pvW -gFG -lmu -cbh -ctL -ctL +iml +loO +gZp +tNY +nEY +jbt oTX vcp -vAR +lHq pHu -pZj +vbt qpp azi -qpp -qpp -qpp -qpp -qpp +kqg +kAA +vbt +kUZ +tnY sum sPm tnY -tnY -tnY +lXe +mfo tnY liJ -esW +vbt vdk -vnK -vvD -vFb +eYf +dMk +vId vTh -esW -vBT -tnY -tnY -tnY -tnY -gjV -xSQ +iMm +npB +nvs +nHJ +iMm +ocG +xdC +iMm aOD -fCm -oUb -oUb +xdC +iMm +uSz oUb kuk oRZ hJO -eQX -qgR +hJO qgR +pGk cHk bmU -edu +bTD mFz -lOJ -fKK -fKK -cud -bZS -qBw +mFz +mFz +jet +xow +abz +abF qDH cuc xym -ivb +abX pcM ldO -ldO +txd sUP gaF -wqt -lNl -nky -ttv -qmA -oZZ -vAb -qcd -ivt -vGv -mVl -xdx -pnr -tiW -gTW -gPq -foH +xNv +bmt +urA +aay +prt +vka +vka +vka +prt +aaB +uXI +wOp xej gPq gTW -djf -tBc -hJI -fMK -etP -hbH -dFL -rmR -wmc -hJI -tBc -tBc -pPV gTW -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -130107,174 +194522,174 @@ gTW gTW gTW gTW -gPq gTW gTW gTW -yfm -yfm -yfm -lDb -lDb -lDb -bBN -lDb -lDb -syn -dPc -cjd -cCC -ivA -dtk -nOq -nAB -lUt -lUt -efj -pAU -voi -klJ -aXs -voi -fIG -fUb -chc -vjQ -tzi -dWf -hkb -kHZ -vlb -hWN -mdX -iCV -amq -aBp +gTW +gTW +gTW +cjy +aBV +bhF +blU +bsw +bwC +bDu +gna +uJh +fUE +pZK +cmc +csX +cBN +vZR +wPZ +oBT +dBF +dqF +dBF +oBT +grM +imq +kYo +mUE +oXb +mUE +pGO +fvx +eZO +tyJ +pQx +xlj +lam +sei +tNY +xqk jdG dbA dtQ aqU -aqU -aqU -aqU +pdQ +gvD +gDA sZc -cbh +ull aeY -cbh -cbh -cbh -cbh +aeY +hBq +aeY +bqr mgB -cbh -cbh -nJi -fpD -amq -amq +imP +uSp +huV +inu +ovf +vAR gvL vAX -aOu +lVh phk pZs fog cVV ekA -ekA -ekA +kAT +kKa xCg -qxY -qsN -lig -nwh +xCg +xCg +xCg +rwT vjA bqN -bqN +mmz qQm uRJ -vdP -voc -vze -vFE -vTJ +azl +cJP +mPC +rbh +yeV wcf -aLN -bqN -bqN -vLR -nwh -lig -xpd +iZK +aBC +nHM +iMm vIK -aGA +xdC +iMm +vIK +xdC +iMm +iMm +iMm +iMm +agr +iMm +iMm +myt +pGk wdp -wdp -wdp -wdp -rsr -fbB -btJ -axB -axB -axB jZQ -lMX -rEm +edu +rjZ umu pOx -unv +wdp aPF -hLx -plh -laB -dWS -hdC -eej +saR +yiH +yiH +yiH +yiH +yiH eyQ -luG -oJr +lTO +qdb dds -aBz -oOI +urA +xNv wWU -mTX -tld -tld -gwf -cJt -qcd -pvL -mVl -mVl -xdx -pnr -vlt -gTW -gPq -foH +urA +urA +prt +vka +vka +vka +prt +aaB +gCe +wOp xej gPq gTW -djf -tBc -hJI -pnP -pCA -ntE -mrb -ajB -xAX -hJI -tBc -tBc -sNO gTW gTW gTW -gPq gTW gTW gTW -gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -130364,174 +194779,174 @@ gTW gTW gTW gTW -gPq gTW gTW gTW -yfm -yfm -yfm -yfm -lDb -bzy -bCe -hUz -lDb -ccr -cjF -csK -cCP -nGp -dtk -mHX -mHX -mHX -dQS -egv -wiX -tAu -vQm -wPT -tdz -fJk -fdd -gnq -kBL -bNG -hbQ -hlN -azk -azk -hWR -xHo -ipG -ipG -brz -jdR +gTW +gTW +gTW +fEf +heS +fjq +bmf +bsD +bwz +bDB +mII +vPY +dpM +euK +hIG +paU +sWq +jmm +wPZ +cZz +otB +cOg +mzi +xTZ +xTZ +xTZ +grM +mWA +jlb +oEX +qRO +qRO +iMw +tFy +uzz +xlj +lam +sei +epJ +xqk +fGf pdZ jAr -jAr -jAr -jAr -jAr -jAr -jAr +gbI +xqk +gvR +gDD +gRj +gRj lLW mlF -mlF -mlF -mlF -nlp -jAr -cbh -ppe -qyK -ovb -ovb +hBs +hLV +yky +vjT +ing +uSp +hDg +tNY +nEY +jOG taM dtB -vAR -bnf -dho +mkm +mOR +vbt okV cjw kia kUL -kUL +vbt iuC -acs -suZ sPq +sPq +nPL tqo -tqo -tqo -tqo -esW -esW -vfc +mgf +mfE +mng +uEK +nco +azl voZ vzj -vHb -vUi -esW -gdt -tqo -tqo -tqo -tqo +vId +yeV +wcf +iZK +aBC +rMt +iMm +vIK xdC -xSQ -aRn -osk -yjz -snj -pVF -snj -snj +iMm +vIK +xdC +iMm +ybt +tYB +pvA +pDI hjl -fSr -snj -snj -izL -moj -lMX -rEm -umu +iMm +myt +pGk +mId +qRo +oDX qjj -lBA +qKn +qjj +scx oHl -hLx -hLx -lZg -hJv -gmw -vtH +saV +pGk +lUW +abQ +abW +yiH iqP -lzP -jdg +lTO +qdb sQz -hyJ -mHn -lNl -bBU -mgP -hTd -qJf -dTV -qcd -kke -wxg -bmt -gNE -xBs -tiW -gTW -gPq -foH +aee +aBz +uif +bon +dWS +eej +vka +vka +vka +prt +aaB +uKh +wOp xej gPq gTW -djf -rhG -hJI -bzF -oNf -nKY -fmg -jNs -lEc -hJI -mDS -pPV gTW gTW gTW gTW -gPq gTW gTW gTW -gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -130618,177 +195033,177 @@ gTW gTW gTW gTW -afF -gPq -gPq -gPq -foH -xej -gPq -tEk -yfm -bSD -wGI -lDb -bzD -bDe -bMN -lDb -wGI -wGI -wGI -wGI -wGI -dtk -dtk -dtk -dtk -dtk -dtk -dtk -chc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +guU +pxS +bhF +bmL +bsK +bwC +bDE +gna +boz +tzO +vez +gSd +dYt +cBN +gzB +wPZ +vGb +dks +hPO eRl -chc -iyg -fJr -mqV -chc -uMW -tzi -wng -hmc -qMI -jqr -oBT -jMR -apk -apk -iJc -wtg +xTZ +eHW +eXu +grM +grM +grM +grM +grM +grM +qWS +grM +grM +xrE +lam +pqQ +tNY +xqk +fGJ jYD mVd jKV nHd -apk -apk -apk +gvX +gEn +gSX vjM wtg acr -acr +hBM mQV -mQV -wtg -rPl -xJH -txp -cSR +yky +vjT +inh +uSp +hDg +tNY nEY -tOc -grG -pjU -ptL -grG -qki -sbk -pax -lGm -eWj -eWj -eWj -lGm -bnj -jyt -hFL -hFL -hFL -iwm -uEK +jOT +jUF +jpA +mnD +jJF +wfh +nDD +oTE +pEh +vbt +vbt +kfq +kup +nao +mng +tqo +vDP +mgf +mng +ksc nco -esW -fcC -ayO -vId -esW -esW -iZK -cfi -tKC -tKC -tKC -dRB -egA -egA +azl +xJP +mPC +rbh +ncw +iMm +bLq +aBC +jKx +iMm +vIK +xdC +iMm +ocQ mGd -oXK -egA -egA -egA -egA -egA -egA -ahm -hMk -jUE -moj -lMX -een -hIy -qjj +ybt +ybt +tYB +pvL +pDU +pMa +iMm +myt +pGk +wdp +qRX +eAR +eAR +eAR +eAR eAR hlo poi -hLx +sjh +lRo lRo -qjj grL -nPj +yiH suO lTO qdb vvX -hyJ -mHn -lNl -bBU -unq -hWb -qJf -kAb -qcd -pnr -khJ -mVl -jKw -mTi -vlt -gPq -gPq -foH +urA +xNv +uig +urA +urA +prt +vka +vka +vka +prt +aaB +gFa +wOp xej gPq gTW -djf -tBc -hJI -hJI -hJI -hJI -hJI -hJI -hJI -hJI -tBc -pPV gTW gTW gTW gTW -gPq -gPq -gPq -gPq -gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -130879,174 +195294,174 @@ gTW gTW gTW gTW -gPq gTW gTW -yfm -yfm -wGI -tLq -lDb -lDb -bDt -lDb -lDb -tLq -tLq -tLq -tLq -tLq -tLq -tLq -tLq -tLq -tLq -tLq -chc -byO -cwx -chc -wIo -fJS -vbA -chc -gCv -tzi -seL -hmk -hBP -hLf +gTW +gTW +gTW +swQ +bal +bhF +bnm +bsV +yiW +bDR +xRa +jUG +mBX +cth +cth +cth +cCt +arc +wPZ oBT -oBT -jvE -bJb -lpk -oBT -nkk +qSC +chc +qSC +xTZ +cer +lUB +grM +jKm +ofj +guW +aqA +ijA +rId +jyr +grM +xzI +gcr +wwK +oha +xqk +fHI vic -sna -sna +vic +gbK +xqk kwn tJn loe -jty -sna -hMb +loe +hkd +loe mAP -mRa +pIx mZw -sna -ueO +vjT +wLy nHQ -prc -ogC -ueO -qki +hUE +itl +jAi +jbG kKM -esX +fWV rWG vgN -qki -mgT -lGm +wfh +nNM +pkZ qTK -iQw -coW -cjo -rwT -bnj -tBc -gPq -gTW -gTW -mPw -atF -tEW -esW -esW +vbt +vbt +vbt +vbt +lqF +mng +tqo +wwe +mhh +mng +uEK +nco +azl +hLd vzG -esW -esW -vIq +mVK +jHn +azV +lQF aBC -kqZ -gTW -gTW -gPq -tBc +nHS +iMm +ocQ +mGd egA -frV -xQT -mKU -pln +ybt +ybt +ybt +ybt oNB mXM -dSf +pDU tAT -egA -dmV -axK -jUE -moj -lMX -een -hIy -qjj +iMm +myt +oEL +qIJ +qSg +rgT +pGk +rsr +rBk ijg tma iUe -jPr +pGk aKk -lUW -hdC +abT +sIy yiH iyJ -ibD -bYP +acD +ada sKE -hyJ -lfB +aef +xNv gXx -lIk urA -bvT -rpt -tJc -qcd -jxs -khJ -mVl -hnH -sXh -vlt -gTW -gPq -foH +rnm +prt +vka +vka +vka +prt +aaB +uXI +wOp xej gPq -gPq -foH -adr -tBc -jXC -tBc -tBc -tBc -tBc -jXC -tBc -tBc -agt gTW gTW gTW -gPq -gGF -iEg -fpp -iEg -wTp -gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -131133,178 +195548,178 @@ gTW gTW gTW gTW -afF -gPq -foH -xej -gPq -bgP -yfm -yfm -wGI -tLq -tLq -abQ -bDM +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gna +gna +uSY mdj -tLq -tLq -tLq -ctJ -qld -cNj -rKW -dYt -bDM -tLq -tLq -tLq -chc -aae +bsX +bwG +bEy +bIC +moV +oFi +njF +ajQ +njF +och +ggx +wPZ +dpi +lJa +tQF qRG -chc -fva -ibX -svA -goe -gDm -meA -vQf -hoj -wAD -hLN -hXO -kIb -ylx -smv -iJo -oBT -amW -sna -qaa -dyv -kwP +xTZ +rGo +xTZ +grM +wNl +ofj +gMk +egL +vbr +rId +gaE +grM +kIL +lam +fmL +tNY +xqk +xqk +xqk +xqk +xqk +xqk +vjT kPl -iob +vjT bau -sna -hCt +vjT +vjT miR -bwr -xJo -bnK +vjT +vjT +vjT nzs -nJO +uSp lBd tNY -ovf -qki -vrq -mYL -lqj -vrq -qki -mgT -lGm -qTQ -hJa +oLy +oLy +iah +eLM +eUN +wfh +wfh +odL +pqP +pNI +wfh mbA smb scQ -bnj -tBc -gPq -gTW -gTW -mPw +naz +lBZ +lJj +lXN +mhn +lBZ uES -auG -uSj -bfv -esW +vbt +moI +xJP +mPC vIq -uSj +jHn azV mvf -kqZ -gTW -gTW -gPq -tBc +aBC +tcc egA -yaA -tFD -erR -pln -fiT -dSf +nGz +ybt +ybt +ybt +ybt +ybt +ybt +oNB dSf +pDU hvG -egA -oHX -qDJ -jUE -moj -eFY +iMm +myt +phC +wNS +qSk +scT hLx wHm -qjj +wHm vMl -kpC -pVb -hLx -eNG -nUT -xym -uaf +fUZ +wHm +wHm +wHm +wHm +sIU +yiH rmU eJu tGc -svZ +tIj xny -xNv -lNl -rcF -eeu -oey -ivq -vLT -qcd -mVl -mzV -mVl -pqW -sml -tiW -gTW -gPq -foH +yiH +qKP +xGb +eaC +prt +prt +prt +prt +prt +aaB +uXI +wOp xej gPq -gTW -guZ -nus -qRo -qRo -tBc -tBc -tBc -tBc -qRo -qRo -xpH +gPq +gPq +gPq +gPq gPq gTW gTW -gPq -iFl -wOp -wCU -wCU -wCU -wOp -mcC -gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -131393,177 +195808,177 @@ gTW gTW gTW gTW -gPq gTW -yfm -yfm -yfm -wGI -tLq -tLq +gTW +gTW +gTW +gTW +gTW gna -bDM -bDM -bDM -bDM -mdj -rJK -xXn -xXn -xXn -xZc -prv -bDM -tLq -tLq -chc -ipu -eSK -chc -hKu -aud -fUc -uAI -tQS -pgV -avs -hpD -jxF -hMH -oBT -ijk -iqc -uDU -iJD -oBT -amW -sna -jaj -jaj -fcd +gna +gna +gna +bxk +gna +gna +wPZ +xiv +wPZ +wNz +wPZ +wPZ +wPZ +wPZ +dpV +wiR +eKs +wiR +cKh +wiR +xkn +qDg +vuf +gbk +uUC +uUC +uUC +jdz +ujA +sKW +kNL +lam +fly +ftt +hvA +fIe +saz +saz +saz +gmG +vjT csd lnY luV -sna +vjT pwZ -oLZ -nZv -mjB -reW -nzB -pqP -nSK -fiw -awH -qki -vrq -fmG -rWG -vrq -qki -mgT -lGm -lGm -lGm -rsU -lGm -lGm -bnj -tBc -gPq -gTW -gTW -guZ -tKC +tUM +qPV +qPV +wLy +hTk +uSp +xDf +iBy +jNm +oLy +jVP +kgW +kmw +fut +jPE +jXD +kdJ +kqz +jrH +kKp +smb +lrE +nPg +tnY +lJs +mhD +mhD +wEM tKC +vbt eAc -rIw -esW -iGP -cfi -tKC -tKC -pPQ -gTW -gTW -gPq -tBc -egA +hLd +aSp +nAY +vTh +iMm +npK +tbe +tck ybt -gvd -jxD -pln +odg +odg +ybt +ybt +xTm +sKn +ufM tYB -dSf -dSf -tWg -egA -yhw -axK -jUE -moj -lMX -hLx +pwA +pDU +hvG +iMm +myt +phC +qIL +qSu +pRG +wHm iPT -iPT -hLx -hLx -hLx -hLx +aYq +rLi +rUM +sbn +sjk eNT -qjj -dYC -kqQ -eUO -jTf -jOH +wHm +sIy +yiH +yiH +yiH +yiH rCi -vdp -wAj -qcd -gQh -irJ -kEp -ivq -eFa -qcd -rFS -iBM -mVl -uXy -tTM -vlt -gTW -gPq -foH -xej -gPq -gTW -gTW -gPq -gTW -gTW -eIQ -qRo -qRo -xpH -gTW -gTW -gTW -gPq -gTW -gTW -gPq -foH +yiH +yiH +qKP +xGb +uxY +eUO +fPh +fPh +fPh +fPh +mHS +uXI wOp -wCU -izW -wCU wOp -xej +iEg +iEg +iEg +iEg +syk gPq -gPq -afF +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +tBc +tBc +tBc +tBc +tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -131650,153 +196065,168 @@ gTW gTW gTW gTW -gPq gTW -yfm -yfm -yfm -wGI -tLq -tLq -tLq -mdj -bDM -iGr -bDM -bDM -bDM -dMm -kMY -kMY -kMY -aeR -nQY -mdj -tLq -chc -chc -chc -chc -cjP -qnT -rOz -wGI -hWn -vRP -hVQ -hpS -xOl -hNs -oBT -oBT -oBT -oBT -oBT -oBT -rqS +gTW +gTW +gTW +gTW +gTW +gTW +gTW +iXU +eca +bxt +gSo +gna +mkR +gow +xYV +wNz +rGK +dvy +cwv +kwL +ifS +wiR +oWG +rny +rny +nJy +xkn +foI +vuf +bxV +guW +aqA +ijA +gVJ +ksM +vyx +kOL +lam +vjw +epJ +jPy +jPy +jPy +jPy +jPy +tUM wPR -vbb -siu -uHs -vuc -vIp -rjZ -hqk +vjT +vjT +vjT +vjT gGP vzH hBn -rjY -noh -mGo -xTj -wwK +qPV +wLy +wLy +gcr +hUX oha -tBp -qki -wAH -vxJ -qyp -cvN -qki +oLy +oLy +fNk +kkl +wfh +fFI +jQq eba lMZ eDa -lMZ -wlp -lMZ -fmO -jYF -tBc -gPq -gPq -gTW -gTW -gTW -gTW -mPw -rIw -esW -iGP -kqZ -gTW -gTW -gTW -gTW -gPq -gPq -tBc -egA +wfh +kKq +smb +lcH +lrA +qsN +lKZ +lBJ +lBJ +lBJ +lKZ +lKZ +mDa +mKc +mQG +mVM +mDa +ann +ann +nwo +nwo +nwo +ann +ann +ann rpH -gvd pln +ttm pln euS -dSx +iMm rIG -pln -egA -egA -egA +pMb +iMm +myt +phC kzP -moj -lMX -eUE -qWP +qSU +btR +rke tEc -ukM +rBs wLh -stc -dFN +wLh +wLh +sjA hSc -rXU -hLx -vEd -jkW -nfE -vEd -vEd -vGy -wGU -qcd -qcd -qcd -qcd -fPh -vEd -qcd -vlt -mHS -vlt -vlt -vlt -vlt -dNv -gPq -foH +wHm +sIy +lUW +lUW +lUW +lUW +tIK +lUW +lUW +qKP +xGb +pDe +tBc +tBc +tBc +tBc +vel +vdP +uXI +nus +nus +nus +nus +nus +wOp xej gPq gTW gTW +gTW +gTW +gTW +gTW +gTW +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +gPq +gPq gPq gTW gTW @@ -131807,21 +196237,6 @@ gTW gTW gTW gTW -gPq -gTW -gTW -gPq -guZ -wOp -wCU -wCU -wCU -wOp -pPQ -gPq -gTW -gTW -gTW gTW gTW gTW @@ -131890,6 +196305,11 @@ gTW gTW gTW gTW +gPq +gPq +gPq +gPq +gPq gTW gTW gTW @@ -131907,153 +196327,163 @@ gTW gTW gTW gTW -adr -tBc -yfm -yfm -yfm -wGI -tLq -tLq -tLq -tLq -tLq -kMY -cdj -sbA -cxB -cEd -kMY -cVG -pxS -tfQ -dIH -utn -utn -kMY -sFN -qml -kMY -jYc -qnT -nUa -wGI -tRt -tRt -hcD -wGI -wGI -hNy -hXX -ijV -dVC -uAL -sKe -aEL -mGn -kXI -jNS -jNS +gTW +gTW +gTW +bnr +bte +bxA +bFu +gna +slh +hnX +vZR +sEg +nej +nCf +qDP +sOv +iyI +nGP +vMA +oKx +hZa +hOO +ouC +oiw +iRx +vNH +gMk +eXn +vbr +gVJ +ivB +uhP +ovb +lam +fmC +tNY +jPy +hbG +sCE +tjy +jPy +gmX wom saz -aem -lyH -eZG +saz +saz +saz mnm sXE jmi -ndz -reW +saz +ifC jeW keA mor -jSj -hvA -sna +tNY +rvc +jbU dHk -cSb -cSb -cSb -cSb -cSb -cSb -cSb -cSb -cSb -mgM -acU -jYF +ktI +wfh +lqj +jQK +fmO +ltv +krL +wfh +kKw +kVX +vbt +lKZ +lKZ +lKZ +vlJ +wpF tBc tBc -gPq -gPq -gTW -gTW -gTW -mPw -rIw -esW -iGP -kqZ -gTW -gTW -gTW -gPq -gPq +tBc +gFX +mKC +pVy +mWD +bey tBc tBc -egA -ybv -gvd +tBc +tBc +tBc +eAA +eAA +ann +ydt tuK -qYa -mWW -jXu -wbV -gVf -hjF +tuK +tuK +rDk +iMm +iMm +iMm +iMm mat -egA +qwA imc -moj -lMX -stc -dCM +qTf +scT +wHm vGn -qtN +rBu +rMD tDA -kxo -fin +sbo +skb fPO -qjj -hLx -gVX -jWm +wHm +sJl +qqY +qqY vEV qqY -vEd +tIO wkW -wkW -vEd -xpo -iqu -dof -ivq -rhz -oPL -qcd -ajw -ejg +qqY +jVq +xGb +xGb +xKx +xKx +xKx +xKx +xGb +xGb +uXI +ihu +gPq gPq gPq -gTW -gTW gPq foH xej gPq gTW gTW +gTW +gTW +gTW +vRI +vUc +vXm +vXm +vUc +vXm +vXm +bWT +bWT +bWT +wrC +syk gPq gTW gTW @@ -132064,21 +196494,6 @@ gTW gTW gTW gTW -gPq -gTW -gTW -gTW -gPq -ikn -nus -nus -nus -xAU -gPq -gTW -gTW -gTW -gTW gTW gTW gTW @@ -132134,16 +196549,24 @@ gTW gTW gTW gTW -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +acG +iEg +lZj +gPq gTW gTW gTW @@ -132162,86 +196585,78 @@ gTW gTW gTW gTW -yfm -yfm -tBc -wsU -bha -yfm -yfm -wGI -tLq -tLq -tLq -tLq -tLq -tLq -rIf -vHD -rIf -qbJ -kMY -tbP -dkW -tfQ -tfQ -dST -tfQ -qzU -nxk -vyX -yec -usj -tKv -nUa -wGI -jUU -stI -xHt -uww -wGI -uPP -oBT -kVC -oBT -aEL -wLy -aEL -amW -sna -sna -sna -kxe -dhM -hAM -lzi -hqk -mnU +gTW +gTW +bnK +btv +bxB +bFv +gna +qPJ +ipn +kxK +sEg +fTR +nCf +nga +paV +qQO +jPH +jPH +jPH +bPA +vGg +srZ +qDg +vuf +nBR +uUC +uUC +uUC +kGm +gaE +bUd +hTk +lam +fmC +tNY +ciC +mfD +vLe +seQ +jPy +jPy +ozy +qPV +uOO +uOO +uOO +uOO pVJ -pAJ +uOO uYx -juM +uOO nzE -nKb -nKb -nKb -oxu -sna -cqs -aMp -eDI -kWX -nnL -qrQ +uSp +xcG +aXQ +oLy +wfh +wfh +wfh +wfh +wfh +wfh +wdh xgr wdh wfh -cSb -awl -acU -jYF -jYF -wpF +mlv +kVZ +lCj +lrI +lrI +tBc tBc gPq gPq @@ -132249,7 +196664,7 @@ gPq gPq mPw rIw -esW +uoI iGP kqZ gPq @@ -132257,60 +196672,75 @@ gPq gPq gPq tBc -vlJ +tBc eAA -egA +ann tws pab -pln +oTq rfF xlF -kAA +iMm gzr -erE -mvp +oBi +uPV pTl -egA +uPV wNS -moj -lMX -stc -qcR -niw -oJv -kfB -jBR -ozb +rqm +scT +wHm +rss +rBu +rNe +ggI +sbE +skb orw -qjj -dYC +wHm +xQd wMs -kro -nBI -qXV -fwc -mwC -wHM -lNl -kAp -kAp -ggj -iSr -ivq -ssG +xQd +xQd +xQd +xQd +xQd +xQd +crq +uoi +urH +hVa +hVa +hVa +hVa rPZ -ajw -xej -gPq -gPq -gTW -gTW -gPq +xGb +xGb +xGb +xGb +xGb +xGb +afQ foH xej gPq -gTW -gTW +gPq +gPq +nFH +vOO +bWT +bWT +bWT +vXw +vXw +bWT +vXw +vXw +bWT +wnH +bWT +wrT +xej gPq gTW gTW @@ -132321,21 +196751,6 @@ gTW gTW gTW gTW -gPq -gTW -gTW -gTW -gTW -gPq -gPq -gPq -gPq -gPq -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -132390,20 +196805,6 @@ gTW gTW gTW gTW -yfm -yfm -xMU -xMU -xMU -xMU -xMU -xMU -xMU -yfm -yfm -yfm -yfm -yfm gTW gTW gTW @@ -132412,162 +196813,22 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -yfm -yfm -tEk -aec -afZ -aec -tEk -yfm -wGI -wGI -wGI -wGI -wGI -wGI -tLq -rIf -vHD -rIf -qbJ -rhZ -siZ -tfQ -xac -tfQ -siZ -evK -kMY -spf -jtP -kMY -jQq -qnT -nUa -wGI -kxi -lAh -lAh -jLr -wGI -miv -aah -bVz -bVz -ajS -lXp -ajS -eWy -ymi -hHV -hHV -hHV -hHV -hHV -hHV -hHV -vsn -ksE -pAJ -qMx -juM -sna -ueO -nTn -oii -ueO -sna -jSA -pks -puL -nYf -jWC -vTY -frk -wdh -ykW -cSb -awl -acU -siU -jYF -jYF -gOn -tBc -tBc -tBc -tBc -vib -fUd -uWn -vDP -dKx -tBc -tBc -tBc -tBc -tBc -teX -eAA -egA -ydg -ndE -pln -utK -rDk -lEv -fTl -erE -rWV -hIO -egA -jUE -moj -lMX -stc -xHw -nHB -wOt -qCE -kxo -aLj -laC -nZP -dYC -wMs -kvS -flb -ejx -xnt -oVC -usC -lNl -kAp -mSr -hXM -jrL -ivq -gam -rPZ -ajw -xej +gPq +gPq gPq gPq gPq gPq gPq foH +fDg xej gPq -gTW -gTW +gPq +gPq +gPq +gPq +gPq gPq gTW gTW @@ -132578,17 +196839,171 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +yfm +gna +gna +gna +gna +gna +hQv +pXy +pXy +yjf +idY +nCf +nga +paV +quQ +vKJ +bka +uFk +dIf +oKm +inM +grM +opa +ofj +gMk +olV +vbr +iYJ +gaE +qrJ +kNL +lam +fmC +tNY +ciC +rbH +kgS +kgS +sCE +gnc +qPV +gEE +uOO +hea +hkm +vsn +ksE +uOO +qMx +uOO +wLy +iwf +xDv +xDL +iSf +jOY +jSA +pLz +pLz +iip +pLz +jYA +frk +mab +ykW +mab +kWi +mAy +uek +xMM +tBc +gPq gPq gTW gTW gTW -gTW -gPq +mPw +jug +lbN +dER +kqZ gTW gTW gTW gPq -gTW +gPq +tBc +wpF +ann +ydt +iMm +iMm +iMm +rDk +iMm +fTl +uSz +uSz +uSz +phC +qIT +rqm +scT +wHm +xHw +rBy +vpj +vpj +vpj +aLj +laC +wHm +sJo +fqM +kvS +flb +ejx +xQd +oVC +xQd +xQd +snK +ivq +xhP +xhP +xhP +xhP +veP +voi +vta +vAN +vGS +vIB +vGS +vLX +vNM +vNM +vLX +vLX +vLX +vLX +vPG +vQe +vRP +vUi +vXI +wdK +wgM +wjw +wkm +wlI +wnJ +wpH +wOp +xej +gPq +gPq +gPq +gPq +gPq +gPq gTW gTW gTW @@ -132646,23 +197061,32 @@ gTW gTW gTW gTW -yfm -yfm -xMU -xMU -laD -iIh -cVQ -ydP -evV -xMU -xMU -xMU -xMU -xMU -yfm -yfm -gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +mcC +iEg +iEg +iEg +iEg +iEg +wOp +gFd +wOp +iEg +iEg +iEg +iEg +iEg +syk +gPq gTW gTW gTW @@ -132677,177 +197101,168 @@ gTW gTW yfm yfm -yfm -tBc -tBc -tBc -yfm -yfm -yfm -yfm -yfm -yfm -yfm -wGI -tLq -vHD -vHD -vHD -qbJ -xNU -nQr -dlD -tGs -tGs -dSZ -dqu +xXn +ael +dqV +ufY +qtb +cjr +gXM +gXM +sIq +tfQ +dHm +rra +paV kMY kMY kMY kMY -fwl -tCg -fVj -wGI -ueS -gQw -hdE -qMi -wGI -uLx -sna -sna -sna -sna -sna -sna -sna -peI -hHV -uUd -hHV +ejE +mlc +cwb +grM +jKm +ofj +guW +aqA +ijA +iYJ +gaE +grM +boI +lam +fmC +tNY +ciC +kgS +seQ +jPy +jPy +jPy +wPR kPq -lpn +uOO lzp lMu -moG +msi gWE -pAJ +msi ncv -juM +uOO tgq -nMG -hPa -atK +uSp +xDv +xDL uEV -sna -oUN -aMp -puL -pJZ -dUw -vTY -mZg -wdh -phX -cSb -awl +jbV +jio +jqv +jJN +jJN +jJN +qPg +tVn +tVn +tVn +tVn +kWt tUK -pgW -xXB -jYF -jYF -jYF -jYF -jYF -nFX -nFX -vpz -vpz -vpz -nFX -sRX -smS -smS -smS -smS -egA -egA -egA -qsI +uek +tBc +gPq +gPq +gTW +gTW +gTW +gTW +mPw +rIw +lbN +iGP +kqZ +gTW +gTW +gTW +gTW +gPq +gPq +tBc +ann +tws yke -pln +oTC iia -cDo -voG +xlF +iMm pOV erE exX dZW -egA -jUE -moj -lMX -kjM -sMJ -sMJ -sMJ -sMJ -sMJ +phC +wnv +rqm +qvv +wHm +rsx +rBE +rNj +rUQ +sca fzX lGU -fzX -sMJ +wHm +sJG iAq kwD onh wwf -vEd +tIY vHe -usC -lNl -kAp -kAp -snK -gTd -ivq -gam -rPZ -ajw +ijK +xQd +dFv +eNk +uzc +uHO +uQQ +xhP +xhP +xhP +vtr +vAY +vGY +vIQ +vKW +vMx +vMx +vMx +vMx +vMx +vMx +vMx +vPL +vQf +vSI +vUr +vYd +vYd +wgR +wjR +wko +vXw +vXw +vXw +wOp wOp iEg iEg iEg iEg -iEg -wOp -xej +syk gPq gTW gTW -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gPq -gTW -gTW -gTW gTW gTW gTW @@ -132903,23 +197318,6 @@ gTW gTW gTW gTW -yfm -yfm -xMU -fAi -koo -mhR -xVi -xVi -koo -xMU -vZe -axC -gVp -xMU -yfm -yfm -yfm gTW gTW gTW @@ -132929,180 +197327,197 @@ gTW gTW gTW gTW -gTW -gTW -gTW -yfm -yfm -yfm -aZy -tBc -tBc -bjJ -yfm -yfm -bpZ -bvx -yfm -yfm -wGI -tLq -rIf -vHD -rIf -qbJ -teZ -tfQ -dlW -cmQ -dIK -dVg -syS -kMY -rsc -eTc -kMY -jYc -qnT -fVk -wGI -dPk -gRS -gRS -jOf -wGI -uLx -sna -bvy -bvy -nxV -iKO -bNc -wwq -hHV -aMv -aaj -hHV -kPT -iQB -oTl -viI -msi -gWE -pAJ -uUX -uOO -vMy -sZF -xcG -sZF -lvn -sna -oWI -rSj -sjk -xNy -xNy -riG -xNy -xNy -xZx -cSb -ntJ -lDs -tVn -gpS -gpS -gpS -rYv -kPM -rVC -mrB -uPW -qWI -maY -kPt -jSU -smS -ulm -lZj -oEa -smS -aoi -iZh -ann -ydt -ykC -iQd -oic -bGj -ama -ama -uPV -fHg -egA -egA -oxw -kta -scT -sMJ -dUP -loZ -fTm -qDj -jrx -qUu -diN -jZF -sMJ -tgA -lhw -vmi -ttz -ttz -xQd -usC -vEd -iIF -crq -wZM -tls -scd -lfg -qcd -ajx -ajy -ajy -ajy -ajy -ajy -ajy -ajz +gPq +foH +wUq +wUq +wUq +wUq +wUq +tyz +acx +tyz +wUq +wUq +wUq +wUq +wUq xej gPq gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +yfm +lwh +xTZ +gAU +ciR +lfS +kdz +uWv +wPG +wPG +soM +bYD +sZK +mkk +dtw +kMY +izv +sZH +kMY +gkl +vIe +iwT +grM +grM +grM +grM +grM +grM +grM +grM +grM +ovb +lam +iUG +epJ +jPy +seQ +seQ +jPy +aMv +aMv +wPR +wPR +uOO +oTl +viI +msi +hBS +msi +uUX +uOO +vMy +uSp +xDv +xDL +uEV +jbW +jiK +jqF +pLz +pLz +pLz +jct +lMc +jrc +kBM +jER +kXl +pLz +uek +tBc gPq gTW gTW +mcC +xuE +xuE +uPW +jug +lbN +dER +jSU +xuE +xuE +lZj gTW gTW -gTW -gTW -gTW -gTW -gTW -gGF +gPq +tBc +ann +ydt +ykC +sTE +ykC +rDk +iMm +myt +phC +phC +phC +phC +oxw +kta +lMX +wHm +wHm +loZ +fTm +wHm +wHm +qUu +fTm +wHm +sKi +tgA +lhw +vmi +ttz +xQd +xQd +xQd +xQd +xhP +vQG +wZM +uIG +uRb +uZH +iGQ +xhP +ajy +vBi +vGS +vIS +vGS +vMz +ajz +ajz +vMz +vMz +vMz +ajz +vPG +vQm +vSK +vUy +vYZ +wed +whe +vRP +vXw +bWT map -map -map -map -nEw -iEg -iEg -iEg -nEw -wTp +wOp +wOp +wOp +wuI +wvT +wwq +wxL +xej +gPq gTW gTW gTW @@ -133160,23 +197575,6 @@ gTW gTW gTW gTW -yfm -yfm -xMU -bPL -iUK -wJr -aCF -koo -aWY -xMU -pHY -bVd -kJq -xMU -xMU -xMU -yfm gTW gTW gTW @@ -133186,187 +197584,204 @@ gTW gTW gTW gTW -gTW -gTW -gTW -yfm -yfm -yfm -yfm -bdj -tBc -tBc -blF -tBc -bsZ -bvC -ylM -yfm -wGI -tLq -rIf -vHD -rIf -mgr -kMY -cVX -dlW -dyo -dJY -dVr -sVf -ewM -tJZ -qXI -fgr -usj -tKv -fXC -wGI -wGI -wGI -wGI -wGI -wGI -uLx -sna -bWI -bWI -bWI -vXX -tEK -tEK -hHV -jNY -ueP -hHV -kQd -lqq -lzR -lMB -bxf -gWE -iev -sVB -iay -wgp -nMN -iot -tmY -qbR -sna -oWV -aMp -pvY -pLd -qax -vTY -qEH -wdh -rek -iIk -uek -uek -uek -uek -ouP -rwD -acU -xXB -xPb -dPn -gOy -wDX -hex -fCz -osm -smS -lgw -dPD -wMv -smS -mHT -upW -aZL -byh -xnW -hZs -tbj -qMS -qik -qMS -qMS -sHX -jTt -roP -jUE -rqm -urq -sMJ -aar -gcR -aas -aat -evB -uQb -uBh -eBT -sMJ -eaY -ljp -fqM -bFd -ttz -gWD -wzF -vEd -vEd -vEd -vEd -fpW -vEd -vEd -qcd -wOp -wOp -wOp -wOp -wOp -wOp -wOp -ajw +gPq +foH +xOS +act +act +act +wMa +acb +ace +ack +acH +adq +adq +adq +aeN xej gPq gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +yfm +yfm +lwh +xTZ +kMY +kMY +kMY +fTx +jhi +kMY +kMY +kMY +kMY +fgK +cAZ +laK +eUK +hoe +qAA +kMY +gkl +caj +tmR +wRe +pdD +kMY +soB +bEG +vrW +lxj +vmP +xTZ +nzs +lam +iUG +nVO +wvR +seQ +sCE +jPy +ueP +lOu +wPR +qPV +uOO +lzR +lMB +bxf +hCj +msi +sVB +uOO +wgp +uSp +xDv +xDL +bfx +wfh +jjb +jqJ +keJ +keJ +keJ +jcz +kBR +ksR +kBR +kBR +kXn +pLz +uek +tBc gPq gTW gTW +mPw +mtZ +mxw +osm +wDX +lbN +sCd +cIg +njl +lgw +kqZ gTW gTW -gTW -gTW -gTW -gTW -gTW +gPq +tBc +ann +tws +xnW +xnW +xnW +xlF +iMm +myt +phC +mAR +jTt +roP +qJf +rqm +urq +rkj +aar +gfs +gfs +aat +xQd +uQb +uBh +xQd +xQd +eaY +ljp +fqM +bFd +xQd +gWD +wzF +uiV +unK +urO +uzk +jrs +jrs +iEF +bkq +xhP +vtB +vBR +xGb +xGb +xGb +afQ +foH +xej +gPq +gPq +gPq +vOw +bWT +vQq +vRP +vVr +vZe +weq +whi +wkf +wkD gJF -gTW +wnL +wnL +wnL +wnL +wuJ +wvY +iCj +wxM +xej gPq gPq +jdh +gTW +gTW +gTW +gTW gTW -vZl -vRH -hxx -pmV -vZl -wOp -iEg -iEg -iEg -iEg -nEw -iEg -wTp gTW gTW gTW @@ -133416,24 +197831,6 @@ gTW gTW gTW gTW -yfm -yfm -xMU -xMU -xMU -wzZ -xMU -xMU -xMU -qcr -xMU -jsn -ahs -ahs -kJg -xGJ -xMU -yfm gTW gTW gTW @@ -133444,189 +197841,207 @@ gTW gTW gTW gTW -gTW -gTW -yfm -yfm -yfm -yfm -yfm +gPq +foH +ylM +ylM +ylM +ylM +ylM +tyz +uKh +tyz +ylM +ylM +ylM +ylM ylM -tBc -tBc -bnq -tBc -tBc -bdj -yfm -wGI -tLq -kMY -cjY -xXn -xZc -rhZ -cWW -iFa -dyF -dKp -dVr -dtY -kMY -gKX -jtP -kMY -fxt -qnT -rOz -goG -rhA -rhA -wGI -qbo -ktu -jbV -sna -bWI -bWI -tQT -tEK -tEK -tEK -hHV -sIJ -mBw -uac -tcK -lqK -lAz -lND -vsn -lfz -pAJ -uUX -uOO -srn -nMZ -ayq -hUX -gud -sna -xje -plj -pvY -pLz -qbU -vTY -vUJ -wdh -kZe -eMm -gqD -uek -hIs -uek -esK -dPn -rjH -dPn -dPn -dPn -dPn -vpJ -qNM -vKi -dPn -smS -hVX -eUa -jwX -smS -oml -oml -aZL -vNT -sss -dKg -vQs -vQs -vQs -vQs -vQs -wge -eQp -xIa -jUE -lJb -rJz -sMJ -gMJ -pOn -cUa -sMJ -ewu -pZO -kLx -mxX -sMJ -hcn -lsR -xbJ -qno -ttz -hyJ -usC -yit -xZu -xZu -cqJ -tls -rYn -xwf -qcd -qcd -pcj -iZU -biG -iZU -wsP -wOp -ajw xej gPq gTW gTW -iFl -iEg -iEg -iEg -iEg -nEw -iEg -iEg -iEg -nEw +gTW +gTW +gTW +gTW +gTW +bSS +gTW +gTW +gTW +yfm +lwh +lwh +xTZ +ael +dqV +ahz +gif +lWH +ajC +xDz +akC +kMY +kMY +kMY +kMY +kMY +kMY +eeS +kMY +kMY +vPM +iwT +uXf +iTJ +kMY +nvk +szz +aWU +crv +dzX +xTZ +abi +lam +bet +ftC +jPy +jPy +jPy +jPy +sIJ +mBw +wPR +wPR +uOO +lAz +uOO +hsV +lfz +hMH +hUV +uOO +wLy +uSp +xDv +xDL +gud +wfh +jjc +pLz +pLz +pLz +hLE +jqU +keJ +ktD +pDj +ktD +kXq +mkU +uek +tBc +gPq +gTW +gTW +mPw +mub +wDX +esW +esW +qNM +esW +esW +sCd +hVX +kqZ +gTW +gTW +gPq +tBc +ann +vNT +vQs +dKg +vQs +plK +iMm +myt +phC +wge +jTt +xIa +qJf +rqm +lMX +rTL +wNQ +vHJ +cUa +rVE +xQd +pZO +kLx +mxX +xQd +xbJ +lsR +xbJ +xQd +xQd +cMZ +tZl +ujd +xhP +usj +woN +eAe +eAe +eAe +eAe +xhP +pcj +iZU +biG +vJa +xGb +gPq +foH +xej +gPq +gTW +vOh +tBc +bWT +vQD +vRP +vVJ +vZp +wev +whn +bWT +bWT +bWT +vZl +nus +nus wOp -vZl -vRH -hxx -pmV -vZl -twO -dAK -vWm -vZl -vZl -vZl -vRH -lUN -riJ -vZl -vZl -adr -qFH -qFH -uHO +wvf +wwl +wwE +wyz +xej +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -133673,25 +198088,6 @@ gTW gTW gTW gTW -yfm -yfm -xMU -gTJ -pQD -ahs -aaL -rTq -xMU -koo -xMU -xMU -ivD -ivD -ivD -qzY -xMU -yfm -yfm gTW gTW gTW @@ -133702,190 +198098,209 @@ gTW gTW gTW gTW -gTW -gTW -yfm -yfm -yfm -yfm -yfm -yfm -bmf +gPq +foH +tBc +tBc +tBc +tBc +tBc +tyz +uKh +tyz +tBc +tBc +tBc tBc -btg tBc -tvX -yfm -wGI -tLq -kMY -aEt -gWh -mdj -xNU -nxk -dlX -dzs -dLp -pJL -bfb -kMY -kMY -kMY -kMY -qnQ -aMI -rOz -goL -svP -sMn -wGI -aDq -ooT -hLO -sna -tQT -tQT -tQT -sna -paZ -paZ -hHV -kEW -kee -hHV -ayT -sfv -nJW -lNM -mtr -mDA -bgc -ndz -juM -nzG -sOj -sOj -sOj -cPJ -sna -hsn -plE -pwH -pLL -qcX -apJ -qEN -wdh -reT -eMm -jcD -uek -tkU -uek -mZD -hEI -iKA -uug -qXZ -dKV -qXZ -kTP -mAt -gLr -noL -smS -cdu -exQ -ogQ -smS -xuE -xGS -aZL -iEh -kwr -pln -smu -bfo -myj -qMF -joa -hXr -jTt -phC -jUE -aBT -rOp -sMJ -kEv -tQZ -qOy -qsj -tSQ -fUx -chX -eTD -sMJ -hHx -oKY -obc -rWf -ttz -vDV -oaP -nnB -nnB -nnB -nnB -tls -kiJ -vEd -vEd -vEd -nlk -qKP -qKP -qKP -xKx -wOp -ajw xej gPq gPq gPq +gPq +xvL +gPq +gPq +gPq +woy +gPq +gPq +hqF +yfm +lwh +lwh +xTZ +gAU +ciR +lfS +kdz +jhi +lfS +ciR +gAU +kMY +uCO +cFN +hyo +kMY +sWj +spm +vvU +kMY +oiX +iwT +kLW +jQH +kMY +kMY +kMY +kMY +kMY +hYy +xTZ +luu +tQT +fmZ +tNY +wLy +fIu +fOb +xeV +kEW +kee +gwb +ayT +sfv +crw +uOO +uOO +mDA +mDA +uOO +uOO +xzR +uSp +xDv +xDL +cjo +wfh +riG +riG +riG +riG +wfh +riG +riG +kLe +riG +kLe +riG +riG +lrI +xGS +xuE +xuE +xuE +uPW +nnL +esW +kWF +kTP +mAt +gLr +slc +esW +cdu +jSU +xuE +xuE +xuE +jGa +ann +iMm +smu +iMm +smu +iMm +iMm +qMF +phC +phC +phC +phC +qJW +aBT +lMX +rTL +wNQ +vHJ +vHJ +qsj +tSQ +tlx +chX +eTD +dPy +hHx +oKY +iBi +rWf +iBi +vDV +oaP +nnB +kiJ +kiJ +kiJ +kiJ +kiJ +kiJ +xhP +xhP +nlk +qKP +lUW +vJO +xKx +gPq foH -aIJ -aIJ -aIJ -aIJ -vZl -aIJ -aIJ -aIJ -vZl -qYt -vZl -wsF -kvP -fOy -vZl -eZr -huK -anz -iBI -tGO -eOy -tmd -ozL -caX -iKN -vZl +xej +gPq +gTW +abe tBc +bWT +vQE +vSL +vVM +wav +wew +whr +bWT +frb tBc -tBc -tBc -qFH -uHO +ahT +gPq +gPq +iOY +nus +nus +nus +nus +fTD +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -133930,25 +198345,6 @@ gTW gTW gTW gTW -yfm -yfm -xMU -hse -wew -eRy -pJp -bkR -xMU -qcr -qcr -wzZ -aWY -qcr -aWY -vaQ -xMU -yfm -yfm gTW gTW gTW @@ -133959,191 +198355,210 @@ gTW gTW gTW gTW -gTW -gTW -yfm -yfm -yfm -yfm -yfm -yfm -yfm -bha -tBc -bvI -blF -yfm -wGI -tLq -tLq -ckb -qbJ -bDM -teZ -odg -xac -tfQ -tfQ -odg -urO -kMY -eDT -eTz -kMY -jYc -qnT -rOz -gqj -uAh -ofu -wGI -uLx -quE -xJU -xJU -xJU -xJU -xJU -pUX -nwz -nwz -hVt -hHV -hHV -hHV -oJH -kiT -xwy -lQB -vsn -tlj -pfE -rJx -juM -nzH -nNp -gyM -ffR -oee -sna -iDq -pmR -pwN -pMl -qdK -phx -yeY -iIZ -pIM -eMm -uwi -dfg -kGx -kUR -mXJ -dkN -cTJ -uwt -bhG -lRA -bhG -agx -lRg -unD -jSU -smS -sCd -tZN -wNO -xli -dYl -sPF -aZL -iEh -tDe -pln -jJq -qLa -egA -egA -egA -egA -egA -egA -jUE -moj -lMX -sMJ -xzx -aPv -cmz -aPv -cmz -jUP -cmz -nhL -wpY -cYH -rlO -aky -oyA -ttz -tlW -drg -tDI -tDI -bHb -uoi -lyA -gam -fEF -rXH -mAk -iJV -qKP -qKP -qKP -xxr -wOp -ajw +gPq +foH +wUq +wUq +wUq +wUq +wUq +tyz +uKh +acn +wUq +wUq +wUq +wUq +wUq xej gPq gTW gTW -foH -aIJ -iEF -htf -laq -gkF -rCU -htf -laq -iGQ -fXr -nqI -rOY -uhQ -vYJ -kam -qlO -tGD -anz -tiw -tGO -oLA -pZu -ryR -bbE -hjq -vZl +gTW +gTW +gTW +gTW +gTW +woy +gTW +gTW yfm -ylM +lwh +lwh +lwh +xTZ +kMY +kMY +kMY +qaf +jJz +kMY +kMY +kMY +kMY +xDR +cZn +hNL +kMY +jrM +dNo +bQF +kMY +ivu +pWq +kMY +kMY +kMY +iik +bGV +kMY +asm +btW +xTZ +xTZ +eSA +nug +fui +pUX +nwz +qVH +oJH +oJH +oJH +xwy +xwy +xwy +xwy +lQB +hto +tlj +tlj +wVi +ifN +xwy +nNp +gyM +jHY +jYN +jYN +jYN +jYN +jYN +oee +jQX +jYN +kfu +qkH +jzC +qkH +qkH +jYN +lrJ +kUR +xli +xli +xli +xli +wDX +esW +nre +agx +lRg +unD +ndE +esW +sCd +fhy +nRy +fhy +nRy +sPF +otG +iEh +tDe +qLa +qLa +qLa +pwC +pEr +pMl +qax +qmC +qmC +qKa +qTm +rfE +rlb +xzx +cmz +cmz +rVF +scc +jUP +ssm +wRn +wpY +hOD +rlO +oyA +reJ +tIZ +tlW +drg +iUa +mgo +hUi +xES +wsC +hrX +xPL +rXH +mAk +nlk +qKP +lUW +vKi +xKx +gPq +foH +xej +gPq +gTW +abe +tBc +bWT +vQK +vSY +vWI +wbV +wfP +why +bWT tBc tBc -tBc -tBc -uHO +ahU +gTW +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -134187,25 +198602,6 @@ gTW gTW gTW gTW -yfm -yfm -xMU -ctP -tIK -pJp -pJp -kQv -xMU -ifa -qcr -xMU -qlo -oiR -qWV -bPh -xMU -yfm -yfm gTW gTW gTW @@ -134216,191 +198612,210 @@ gTW gTW gTW gTW -gTW -gTW -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -btj -bvK -yfm -yfm -wGI -tLq -tLq -kRs -qbJ -qJA -kMY -oXY -cYu -dzx -iJG -tfQ -tfQ -exL -kGI -vyX -eSL -usj -qcl -jCJ -gqq -rRH -ofu -wGI -uLx -xJU -qmC -hOK -ijW -iqp -iBj -eyw -fzO -mPm -tQr -odb -eks -hHV -hHV -qYv -lqP -lQY -vsn -vui -bOZ -neh -juM -sna -sna -sna -sna -sna -sna -oXG -pmZ -pxE -pOh -qdZ -rbx -qFt -kTV -reY -eMm -rJr -vUe -ove -uek -rkY -rcG -avK -end -oHs -rcG -rcG -vpZ -glW -kPt -cRP -smS -wjT -wPr -wPr -ikT -xvJ -sPF -aZL -iEh -ylh -sab -oNV -wOl -dcF -dxf -leo -hiI -rgR -dxf -jUE -moj -lMX -sMJ -vCm -cbp -aNy -ebX -eOf -aAt -wSR -wPW -dqQ -qXt -qXt -qXt -qXt -pgC -iqt -bQt -nFU -orj -bld -bYh -hgi -sNk -vEd -wjV -vEd -nlk -qKP -qKP -qKP -xKx -wOp -ajw +gPq +foH +xOS +act +act +act +wMa +acb +ace +ack +acH +adq +adq +adq +aeN xej gPq gTW gTW +gTW +gTW +gTW +gTW +gTW +woy +gTW +yfm +yfm +lwh +lwh +lwh +xTZ +ael +dqV +ain +gif +lWH +aww +xDz +akC +kMY +kMY +rsF +kMY +kMY +kMY +kMY +kMY +kMY +pTi +ayJ +kMY +sAb +gSR +bDg +hkw +dHs +xZc +ixH +bFs +xTZ +pSY +iqp +iBj +qOd +mPm +fOM +tQr +odb +odb +odb +odb +qYv +vui +lQY +wih +wsD +wsD +wZk +amN +wih +wZk +iEa +iMa +xGa +xGa +xGa +jAc +jAc +xKo +jRt +jYQ +nwe +kur +kur +kur +kXI +rsU +lrX +mUs +xvJ +mYL +wPr +wPr +rcG +uKz +mDp +vpZ +glW +mWN +cRP +esW +wjT +dhE +dhE +nSu +kxv +cOA +otJ +oDa +ylh +wOl +wOl +pGF +wOl +pEx +leo +hiI +eHF +rgR +rgR +qTr +eli +rln +vCm +cbp +scn +ebX +xQd +aAt +wSR +wPW +dqQ +sUz +tcu +tkL +txA +pgC +iqt +bQt +nFU +rMO +vWm +vWm +hgi +sNk +xPL +wjV +nlk +nlk +qKP +lUW +vKn +xGb +gPq foH -aIJ -oBY -aIJ -aIJ -vZl -aIJ -aIJ -aIJ -vZl -avZ -vZl -aYq -dFv -gEH -vZl -bHm -asu -anz -rCm -tGO -bTV -kOl -pFA -luA -hjq -vZl -yfm -yfm -yfm +xej +gPq +gTW +abe +tBc +bWT +vRb +vTv +vWJ +wbW +wev +whF +bWT tBc tBc -tBc -pPV +wnV +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -134444,25 +198859,6 @@ gTW gTW gTW gTW -yfm -yfm -xMU -xMU -wdo -kqz -xZD -xMU -xMU -xMU -aXY -xMU -xMU -xMU -xMU -xMU -xMU -yfm -yfm gTW gTW gTW @@ -134473,192 +198869,211 @@ gTW gTW gTW gTW +gPq +foH +ylM +ylM +ylM +ylM +ylM +tyz +uKh +tyz +ylM +ylM +ylM +ylM +ylM +xej +gPq gTW gTW +gTW +gTW +gTW +gTW +gTW +woy +gTW yfm -aEL -aEL -aEL -aEL -aEL -aEL -aEL -gEL -aEL -yfm -yfm -wGI -tLq -bDM -ckl -cug -bDM +lwh +lwh +lwh +lwh +xTZ +gAU +ciR +lfS +kdz +jhi +lfS +ciR +gAU kMY -cZn -dnT -dzJ -tfQ -xac -hoA +cjP +xPu +ddj +gQY +ghT +wnq +tDx +eAk +oMS +nKw +ejE +rSg +cmn +eSs +pKw kMY -eGe -jtP kMY -fyC -fKi -fXU -gqv -rTC -gSq -wGI -uLx -xJU -mGx -pUj +jMD +wMf +xTZ kpq -mCL -dTZ -iLP -emx -exO -nox -nox -nox -tAn +ctV +hGG wcQ -nDQ -nDQ -nDQ -ahE -vzH -pfE -nfu -mjH -vxH -nDQ -nDQ -sHN -tbX -sna -oXM -rlq +wcQ +nox +wcQ +wcQ +wcQ +wcQ +wcQ +wcQ +wcQ +hkB ygQ -mMQ -qey -rbx -vgt -vYd -cqd -qwS -plY -plY -plY -plY -plY -slo -aCa -plY -dPn -dPn -dPn -vOW -glW -kPt -dfI -smS -dDK -vjC -jQk -xlp +ygQ +ygQ +ygQ +noQ +ygQ +vtE +cMk +sHN +ygQ +coW +ygQ +ygQ +ygQ +lmr +jRH +lDF +nKy +kuD +pFZ +pFZ +lYl +lcY +lsh +lCk xvV -sPF -aZL +ckH +xvV +ckH +xXG +esW +mDK +vOW +mQH +mWO +dfI +njX +oHc +fGK +rqG +fGK +rqG +omd +otG omB cvZ gyr -mCJ +wOq gZv wOq -nKP +ggq oIo fkv -qLf -oCL -jUE +wOq +ggq +vyY moj -eFY -sMJ -sMJ -sMJ -sMJ -sMJ -sMJ -xnh -sMJ -sMJ +rfR +rln +vCm +vMN +rNz +rVL +xQd +xQd +ssw +sCh qXt vAu kpO ohe kon -qXt -cMZ -wzF -quG -cvk -oDh -cvk -hZP -hZP -qcd -qcd -qcd +tJc +tOD +tZt +iUa +era +usu +duq +kWY +uSe +xPL +vfc +voo hxU egH bje -egH -pKq -wOp -ajw -xej -gPq -gPq +vKt +xKx gPq foH -aIJ -oCK -aIJ -wOp -xFu -nus -nus -wOp -agr -tyz -vZl -vRH -vmh -vZl -vZl -seu -asu -anz -xZT -tGO -hTp -kgv -elu -tnG -igl -vZl -yfm -yfm -yfm -yfm -tBc -tBc -tBc -uHO +xej +gPq +gTW +abe +wGE +bWT +vRG +vTJ +vXj +wcB +wgt +wig +bWT +kPw +ahU +gTW +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -134700,27 +199115,6 @@ gTW gTW gTW gTW -yfm -yfm -yfm -yfm -aEL -aaI -aaI -aaI -aEL -yfm -aEL -qcr -aEL -vmq -vmq -vmq -vmq -vmq -yfm -yfm -gTW gTW gTW gTW @@ -134732,190 +199126,211 @@ gTW gTW gTW gTW +gPq foH -aEL -ajl -sNT -aVB -bPL -drJ -aEL -qcr -aEL -wGI -wGI -wGI +tBc +tBc +tBc +tBc +tBc +tyz +uKh +tyz +tBc +tBc +tBc +tBc +tBc +mVW +gPq +gPq +gPq +gPq +xvL +gPq +gPq +gPq +woy +gPq +xFi +lwh +lwh +lwh +lwh +xTZ kMY -ceb -cky -bDM -dMm +kMY +kMY +jal +jhi kMY kMY kMY kMY -kMY -wGI -wGI -wGI -wGI -wGI -wGI -wGI -wGI -wGI -wGI -wGI -wGI -wGI -uLx -xJU -lxz -fQe -iwA -fLF -dvO -ceX -qEP -xBW -ilS -nAh -ilS -pmf -gGY -ryz -dyj -dyj -onR -dyj -ffm -ilS -lkW -wwY -nAh -nAh -nAh -oxv -oNc -lhj -dRe -pxJ -suh -qgp -qrZ -flu -sPG -rfp -plY -rJJ -nZj -plY -sPC -xDn -eFb -ucF -plY -uEW -dPn -acV -qWI -glW -kPt -jqU -smS -aqC -ikT -wPr -wPr -pgh -sPF -aZL -iEh -krM -cNT -jic -iAL -iuh -dxf -feX -sUZ -hTR -dxf -eoD -yiB -pGc +lCT +lcQ +dWk +vAT +ozQ +wnq +tXx +tXx +oMS +nKw +ejE +eoP +euA +qQJ +kiS +jQH +ejE meb +rOc +xTZ +myL +xwc +xwc +xwc +xwc +xBW +dyj +nAh +gnd +sAd +nAh +dyj +hex +hkM +mtP +onR +ffm +pKN +hkM +wwY +bFx +cVo +dUH +oxv +fAx +fAx +arN +fAx +fAx +fAx +jYR +kgH +ofn +kBV +kBV +kBV +ofn +lsm +lCo +lLJ +lLJ +lLJ +mnE +muf +mxJ +lRm +mKG +mQS +mWS +cUw +esW +aqC +ylL +tyv +tyv +tyv +oml +otM +xUe +krM +krM +xUe +xUe +xUe +xUe +xUe +xUe +hTR +qwB +jUE +moj +lMX +rTL wNQ vMN pYe agg gSe -gCR +xQd dKy -vzb -qXt +vMN +sKs coV tbv vXD tNx -qXt -dnx -usC -snP -oqB -nXk -qGm -fOk +tJy +tOD +tZt +iUa +era +gcX +hLU +kWY rCc -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -ajw +xPL +lUW +qKP +nlk +vCo +vHh +xGb +xGb +afQ +foH xej gPq gTW -gTW -ila -vZl -aRD -vZl -luT -gTW -gTW -gTW -djf -ylM +abe tBc -yfm -yfm -yfm -vZl -tGO -pps -tLg -vUz -tGO -tGO -tGO -tGO -tGO -fhX -tGO -vZl -yfm -yfm -yfm -yfm -yfm +bWT +bWT +bWT +bWT +bWT +bWT +bWT +bWT tBc -tBc -pPV +ahU +gTW +gTW +gTW +gTW +gPq +gPq +gPq +gPq +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -134957,27 +199372,6 @@ gTW gTW gTW gTW -yfm -yfm -yfm -yfm -pit -nus -nus -nus -jXC -uKh -aEL -qcr -qvz -vmq -vmq -xMU -xMU -xMU -vmq -yfm -yfm gTW gTW gTW @@ -134989,191 +199383,212 @@ gTW gTW gTW gTW +gPq foH -aEL -alL -qcr -aVE -qcr -dtV -aEL -gFP -aEL -tLq -tLq -tLq -tLq -cfe -mdj -bDM -bDM +wUq +wUq +wUq +wUq +wUq +tyz +uKh +tyz +wUq +wUq +wUq +wUq +wUq +tBc +klJ +gTW +gTW +gTW +gTW +gTW +gTW +gTW +woy +gTW +yfm +lwh +lwh +lwh +lwh +xTZ +ael +dqV +aiI +gif +lWH +ayR +xDz +akC kMY -kzL -jOf -sca -tLq -pYH -qPz -rsF -xMU +pEB +lcQ +xDd +gOH +ozQ +wnq +muH +tBM +fJG +kqO +fDp +wdm +euA +ewT +xjS +wOF +ejE +wtN +fEI +xTZ qcr -xMU -rzx -pKw -pKw -pKw -pKw -pKw -pKw -mof -xJU -aee -ufk -muW -ufk -iBP -eyw -dsi +qcr +qcr +qcr +xwc xqu -yhu -jOT -qYV -kBV -yhu -sXN -xIq -yhu +myL +xwc +xwc +xwc +xwc +xwc +xwc +sna poD pSD -xWF +hMO sqP -cvQ -tSf -yhu -yhu -yhu +sna +uIt +iwi +iEk +dUK uIt sna -kuD -pnF -iFk -iMV -daM -mtz -qFv -qTW -gor -plY -xml -scW -plY -sQA -mar -xdN -ucP -plY -vNo -mab -tKZ -qWI -glW -kPt -noL -smS +pwX +sVU +jKQ +iPF +fAx +lKS +ofn +kuT +pKb +kLv +kXY +ldb +lsm +tBc +gPq +gTW +gTW +mPw +muk +xXG +esW +mKX +esW +esW +esW +oHc gYU -eul -ilR -vAJ -oRN -sPF -rFV +kqZ +gTW +gTW +gPq +tBc +xUe red -rFV +oNf eHi -xoi -xoi +wzK +plR irx -irx -irx -irx -irx -irx -aGn -jdx +aFy +pMT +xUe +qmS +qxt +jUE +moj lMX rTL -sJO -ugh +wNQ +vMN qJG wkX tCQ nmb aHF cSC -qXt -qXt -qXt +dqQ +obc +tcz oye -qXt -qXt -npd -usC -snP -lKO -ydK -qJK -gYO -rCc -ajt -ajv -ajv -ajy -ajy -ajy -ajy -ajy -ajy -ajA -xej +tyW +tJE +tOD +tZx +uje +eGn +vYJ +hvy +uIS +hJu +xPL +iIf +qKP +nlk +vDh +vHk +xGb +gTW gPq -gTW -gTW foH -aIJ -okY -aIJ xej gPq gPq +foH +xaP +tBc +aYP +tBc +tBc +tBc +tBc +aYP +tBc +tBc +wmc +gTW +gTW +gTW gPq -djf -tBc -yfm -yfm -yfm -vlJ -vZl -xOU -hjq -tnG -hjq -uqD -uAl -pRp -tGO -pVK -tnG -bsj -vZl -vlJ -yfm -yfm -yfm -yfm -uKh -tBc -tBc -uHO +acG +iEg +wxg +iEg +syk +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -135213,224 +199628,224 @@ gTW gTW gTW gTW -yfm -yfm -yfm -yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +foH +xOS +act +act +act +wMa +acb +ace +ack +acH +adq +adq +adq +aeN tBc +ahU gTW gTW gTW gTW gTW -tBc -aEL -qcr -sMV -vmq -vmq -vmq -tZC -aSQ -vmq -xMU +aaf +aai +cdT +hqF yfm -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -guZ -aEL -amd -koo -qcr -qcr -koo -eWd -koo -aEL -tLq -tLq -tLq -bVW -bDM -ckz -bDM -mdj -xXn -xXn -xXn -oqf -tLq -aEL -aad -qcr +lwh +lwh +lwh +lwh +xTZ +gAU +ciR +lfS +kdz +jhi +lfS +ciR +gAU +kMY +aWm +lrL +bBA +tDD +ozQ wnq +wnq +wnq +cVn +nKw +ejE +eoP +euA +jQH +fRK +oSO +ejE +hIr +rOc +xTZ qcr -vYW -uLx -xJU -xJU -xJU -xJU -xJU -xJU -xJU -xJU -xJU -tQO -ueU -tQO -xJU +qcr +qcr +qcr +xwc +eRj +qcr +bSW +xwc +cmM +dwq +dwq +feq sna -sna -sna -sna -sna -sna -sna -uHf -bTK -uHf -sna -pLn +hue pqZ jFj vLH -fMp +ifV cuB vtI nVk -hlF -iuq -vsJ -vsJ -vsJ -vsJ -vsJ -vsJ -vsJ -pYD -xzk -pYD -plY -xBY -gQH -nuO -iKv -dfM -tNh -ucX -uuV -vNo -oEp -jVg -qWI -glW -oHc +dXz +iSh +sna +qQS +sVU +sVU +qRq +fAx +lKS +ofn +kvo +pLt +kLy +kYj +ldJ +lsm +tBc +gPq +gTW +gTW +mPw +mup +mxL nFX -smS +xXG +lbN +oHc +uAo +nky wkv -wxw -wkv -smS -xvX -xGY -aZL -iEh +kqZ +gTW +gTW +gPq +tBc +xUe +oDl drY vSh -jqs +wzK pqI -wIW -shp +xEk +xEk muU -qRb +xUe uor -roP +qxt jUE -rsr -vOn -rTL -dxf -dxf -dxf -dxf -dxf -vjG -dAQ +moj +urq +xQd +rsV +vMN +rNN +rWh +scd +xQd +ssG wRn -qXt +wpY hOD rgu hzg erB tfD -vWZ -usC +tPq +uar iUa -gfs +uoE hmE -cvl cHt -rCc -aju -wOp -nus -nus -nus -nus -nus -nus -nus -nus -pPQ -gPq -gPq +uoE +hVJ +xPL +nlk +vox +nlk +vDp +vHq +xKx +gTW gPq foH -aIJ -oBY -aIJ xej +gPq +gTW +obM +nus +bbE +bbE +tBc +tBc +tBc +tBc +bbE +bbE +gak +gPq +gTW +gTW +gPq +mcC +wOp +tmE +tmE +tmE +wOp +lZj +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW -oWm -tBc -yfm -yfm -yfm -yfm -tBc -aga -cQJ -hjq -dRA -aYP -hfI -ycC -sWT -tGO -rwO -tnG -hjq -aga -gOn -ylM -yfm -yfm -yfm -yfm -tBc -tBc -pPV gTW gTW gTW @@ -135470,28 +199885,6 @@ gTW gTW gTW gTW -yfm -yfm -yfm -yfm -tBc -gTW -gTW -gTW -gTW -gTW -tBc -aEL -qcr -aOw -vmq -xMU -uGf -ibB -doK -vmq -vmq -yfm gTW gTW gTW @@ -135501,193 +199894,215 @@ gTW gTW gTW gTW -wOp +gTW +gTW +gTW gPq -qIT -aEL -xMU -xMU -xMU -xMU -xMU -xMU -qcr -aEL -tLq -tLq -bNg -bDM -mdj -bDM -bDM -bDM -bDM -bDM -uzz +foH +ylM +ylM +ylM +ylM +ylM +tyz +uKh +tyz +ylM +ylM +ylM +ylM +ylM +tBc +tBc +aaS +klJ +gTW +gTW +gTW +ben +aak +aam +yfm +lwh +lwh +lwh +lwh +lwh +xTZ kMY -tLq -aEL -rbZ -rzr -xMU +kMY +kMY +cNW +jhi +kMY +kMY +kMY +kMY +kMY +kMY +kMY +jFA +kMY +aCt +hIw +lrp +ikD +nKw +ejE +epo +euT +gFj +hDC +kMY +kMY +jMD +wMf +xTZ qcr -xMU -uLx -xJU -gPq -pSp -sBi -uri -kjY -rKc -pSp -qXh -xFI -gos -bfh -iCJ +qcr +qcr +qcr +xwc +ydD +qcr +qMy +xwc +csy +dxg +dwq +fjc sna -cfT -uZE -wde -gif -qVu -nyU -nvs -hka -wde -uBG -pLn -nSm -xWF -urh -noQ +ezk +hCt +hNs +hVO +igb lmM -jbO -nXs -okm -vsJ -oOK -pcp -dfW -pfz -vsJ -lrc -vsJ -qFG -peQ -gLx -plY -rLQ -seF -plY -sRf -xLe -kFk -udk -plY -ghO -uSC -tUi -qWI -glW -mid +iwl +nXE +tJY +frw +sna +eBN +xnG +sEs +xVh +fAx +lKS +ofn +ofn +pLL +ofn +ofn +ofn +lsm +tBc +gPq +gTW +gTW +obM +tyv +tyv +mDR +ygC +lbN +qgU ylL -lNu +tyv tyv wxI -jUh -dxf -ewT -mAh +gTW +gTW +gPq +tBc xUe fLU uYo uYq -vPM +wzK xlk xEk -jNC +xEk mKq -ckU +xUe aql -xIa -jUE -wdp +qxw +wXg +moj lMX -rTL +xQd fHu gku -pgX -osY -nCe -eQV -dAQ -pDR -qXt +xQd +xQd +xQd +xQd +stk +vMN +dPy qyN gaQ rJF jgg gov -vWZ -usC -hZP +tPu +uaI +xPL szA oIO dzK -uoE +hLD ctK -aju -szh -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gTW +xPL +vfg +voG +nlk +vDx +vHK +xGb gTW +gPq foH -aIJ -oBY -aIJ xej +gPq +gTW +gTW +gPq +gTW +gTW +vTT +bbE +bbE +gak +gTW +gTW +gTW +gPq +gTW +gTW +gPq +foH +wOp +tmE +wxw +tmE +wOp +xej +gPq +gPq +jdh +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW -djf -tBc -yfm -yfm -yfm -wcK -ylM -kuA -hnd -gtJ -czQ -cEO -tmo -ozu -kCJ -iDS -bnr -pCa -eNi -rau -tBc -gOn -wpF -yfm -yfm -yfm -tBc -tBc -pPV gTW gTW gTW @@ -135726,29 +200141,10 @@ gTW gTW gTW gTW -yfm -yfm -yfm -yfm -ylM -tBc -tBc gTW gTW gTW -ylM -yfm -aEL -qcr -aEL -vmq -xMU -nuK -uWS -uVc -sMV -xMU -yfm +gTW gTW gTW gTW @@ -135759,192 +200155,211 @@ gTW gTW gTW gPq -aaI -aaI -aEL -amB -aFY -aVM -aaL -xMU -fgL +foH +tBc +tBc +tBc +tBc +tBc +tyz +uKh +tyz +tBc +tBc +tBc +tBc +tBc +tBc +iVx +iVx +iVx +nKj +nKj +lwh +iVx +iVx +iVx +yfm +lwh +lwh +lwh +lwh +lwh +xTZ +ael +dqV +aiO +hXo +bPs +apl +sZK +xrL +wiR +wqF +cKh +wiR +uXd +fdM +wnq +jxR +tXx +htx +ipu +kMY +epL +rWg +hTv +iqG +ftc +pte +eaJ +oop +xTZ qcr -aEL -tLq -tLq -cxB -cxB -cxB -ckM -cvI -ktj -bDM -bDM -tLq -tLq -tLq -aEL -xMU -xMU -xMU -xMU -xMU -uLx -xJU -gPq -pSp -gFe -uEq -wut -hqa -pSp -hWT -feP -tDo -iiu -dQs +qcr +qcr +qcr +xwc +cmF +qcr +xwc +xwc +xwc +enf +faj +xwc sna -oPK -nPm -diO -diO -vRb -imd -qKQ -msj -fWa -gmQ -pLn -mCD -xWF -urh -noQ +huv +hCt +hNy +hUY +igi eIq kgq -nXE +iFk dzZ -vsJ -oPg -fci -rGt -uCp -vsJ -mkn -qsq -ngy -lfo -dwN -plY -plY -plY -plY -aan -ayA -kFk -idV -plY -ndk -uSD -tUi -qWI -tqv -oqt -aUc -ycl -jGI -gmu -dKs -xmy -rqO -mHJ -kte +fvA +lgS +lgS +lgS +lgS +lgS +fAx +jYY +kha +kvp +kCb +xXB +kYx +ldX +xfV +tBc +gPq +gPq +gTW +gTW +gTW +gTW +mPw +jug +lbN +qgU +kqZ +gTW +gTW +gTW +gTW +gPq +gPq +tBc +xUe sEb -fBW +uYo +wzK wzK -uNu hfz cBq ojh -jZZ -pqI -uor -phC +wzK +xUe +xUe +xUe itn -dvA -why -rTL +moj +lMX +xQd xMv -cTX -gaL +cFx +xQd fBw -nCe rSq -dAQ -pDR -qXt -hMn +rSq +stV +sCi +xQd +usW mLD oCg -ikH +usW usW vSU ced -hZP -lWF -cyn -jjl +xPL +xPL +xPL +xPL ljw -ctK -rEV -qcd +hXM +xPL +xGb +voH +xGb +xGb +xGb +xGb +afQ gPq -gTW -gPq -gTW -gTW -gPq -gTW -gTW -gPq -gTW -gTW -gTW foH -aIJ -oCK -aIJ xej +gPq +gTW +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +gTW +gTW +gPq +obM +wOp +tmE +tmE +tmE +wOp +wxI +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW -djf -tBc -yfm -yfm -yfm -vlJ -gOn -vZl -crV -hjq -nfL -eJH -qGQ -jKz -jSs -tGO -aER -aGQ -fTa -ksM -tBc -wcK -gOn -yfm -yfm -yfm -tBc -tBc -pPV gTW gTW gTW @@ -135982,227 +200397,227 @@ gTW gTW gTW gTW -yfm -yfm -yfm -yfm -yfm -dfF -tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +foH +wUq +wUq +wUq +wUq +wUq +tyz uKh -yfm -yfm -yfm -yfm -yfm -aEL +tyz +wUq +wUq +wUq +wUq +wUq +iVx +iVx +aJr +aJr +pZv +lwh +lwh +iVx +iVx +iVx +lwh +lwh +lwh +lwh +lwh +lwh +xTZ +gAU +ciR +ejE +hXX +pvB +alH +dHm +iCN +iCN +iCN +iCN +iCN +wzE +eHD +tIa +pve +hul +brC +lNj +kMY +hYy +kMY +rNB +uvG +kMY +rwe +glm +xTZ +xTZ +xwc +xwc +bhA +xwc +xwc +bwf +bSD +cmL +wbF +dvS +eBW qcr -aEL -vmq -xMU -uMU -dtF -sMV -sMV -xMU -yfm -yfm -xiz -gPq -gPq -gPq -afF -gPq -gPq -gPq -wOp -aaI -aaL -aaL -amO -aGN -aWu -bRd -xMU -diE qcr -aEL -tLq -kMY -iFP -xKS -cga -kMY -kMY -kMY -kMY -tLq -tLq -tLq -tLq -aEL -qcr -rzx -pKw -pKw -pKw -mof -xJU -gPq -pSp -gFe -uJD -hfX -hqa -pSp -aag -vkq -fVI -yiG -arX -sna -tzG -hcH -iuR -slD -cFN -cLt -tJX -hMO -gYW -tQV -pLn -uyI -xWF -urh -noQ +hlc +huK +hCR +hNN +hVe +igb xyu iFN nXZ okL -vsJ -oQa -vGb -hFl -nzb -qsq -nip -vsJ -qFZ -sIk -jya -dsv -iqD -rNv -rKh -dYO -apV -tOb -fEn -uuV -vNo -uTJ -vfn -qWI -pVy -mid -ylL -dxf -eZM -wyE -oKP -dxf -xwa -jom -smY +fMO +lgS +itM +jrR +kVs +lgS +lgf +yeY +khk +xXB +xXB +xXB +yeY +eBY +xfV +tBc +tBc +gPq +gPq +gTW +gTW +gTW +mPw +ygC +lbN +qgU +kqZ +gTW +gTW +gTW +gPq +gPq +tBc +tBc +xUe rIr -qms +uYo xoi ndY yjl coM jTP mSN -pqI +qaK kqI -jOI +xUe rju -cAw -rju -jOI +moj +fKE +xQd rtC -qAd -gaL +rtC +xQd fPS -kFC -aeP -dAQ -pDR -qXt +vHJ +vHJ +stW +vMN +xQd jgD tur rcZ wHq -gov +usW vWZ -rta -hZP -hZP -hZP -hZP -hZP -hZP -qtW -qcd +vWZ +jzc +unW +usV +uzI +jJo +uSv +uZL +iLb +lLx +fse gPq gPq +gTW +gTW +gPq +foH +xej gPq gTW gTW gPq gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gPq gTW gTW gTW -ila -vZl -aRD -vZl -luT +gPq +iOY +nus +nus +nus +fTD +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW -hue -tBc -uKh -yfm -vZl -vZl -vZl -vZl -orE -hjq -nfL -iYB -gVc -dAk -xjQ -tGO -sie -tvT -wfw -vZl -tBc -tBc -vlJ -yfm -yfm -bgP -nPg -nBc -tEk -tBc gTW gTW gTW @@ -136239,32 +200654,13 @@ gTW gTW gTW gTW -yfm -xMU -xMU -xMU -xMU -aEL -aaI -aaI -aEL -yfm -yfm -yfm -xMU -aEL -baY -aEL -aEL -aEL -aEL -tiV -lgT -tYF -xMU -yfm -yfm -yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -136273,193 +200669,212 @@ gTW gTW gTW gPq -aaI -aaL +foH +xOS +act +act +act +wMa acb -ahs -aGN -aWL -bSe -dub -fnv -cgt -aEL -tLq +ace +ack +acH +adq +adq +adq +aeN +iVx +yfp +aJr +aJr +iVx +lwh +lwh +lwh +iVx +nNi +fvr +lwh +lwh +lwh +lwh +lwh +xTZ +xTZ +xTZ +xTZ +aeU +muZ +sTy +epW +epW +epW +epW +epW +epW +epW +xUo +jCQ +jCQ +wGQ +jCQ +pec kMY -bPC -bVZ -bNr -clp -cvR -cEt -kMY -tLq -tLq -tLq -tLq -aEL +tVQ +xTZ +xTZ +xTZ +xTZ +xTZ +xTZ +xTZ +pZB +cMH +qcr +qcr +lUU +xwc +ydD +qcr +qcr +qcr +qcr +qcr qcr -uLx qcr -uyw -fha -cuM -xJU -xJU -xJU -lwc -wKs -wKs -dmK -xJU -xJU -ocs -slG -pEV -xJU sna -jfz -jkb -iob -wYw -kef -pLQ -kQw -eTl -oul -wde -pLn -uyI -xWF -urh -noQ -hlF -hlF +huP +hEh +fIH +hVi +avO hlF vkg -vsJ -kVS -gfR -bsv -tMp -vsJ -nRa -vsJ -dsv -mcl -dsv -dsv -dsv -dsv -plY -sRv -ttH -mns -pSP -uuW -wxW -uUZ -tKZ -qWI -pVy -bxA -dxf -dxf -dxf -dxf -dxf -dxf -dxf -dxf -aZL +vkg +vkg +gxl +lgS +iAt +jfZ +kWX +lgS +yeY +yeY +khs +kvB +kCk +kNp +yeY +yeY +xfV +xfV +wpF +tBc +gPq +gPq +gPq +gPq +mPw +jug +nOr +qgU +kqZ +gPq +gPq +gPq +gPq +tBc +vlJ +eAA +xUe wdW -kwr -wbE +oNy +wzK lTb pRb -pqI +pwT iFY -pqI +qXv jEQ ocH -xKM +xUe jvp -mze -dVM -ocH -bKM -oJF -ufB -oPP +moj +lMX +xQd +xQd +xQd +xQd oPP vHJ -dAQ -pDR -qXt -sWX +vHJ +sul +vMN +sKD +vAH hrO uAr cnJ tLY -vWZ -usC -vEd -vVj -qwI -urm -qOZ -vEd -rZs +tQi +ubc +xgy +mFJ +oIv +oIv +jNq +iuQ +afT ohl -aIJ -aIJ -aIJ -vZl -lZf -iEg -iEg -nEw -iEg -iEg -iEg -nEw -wOp -aIJ -okY -aIJ +lLx xej +gPq +gPq +gTW +gTW +gPq +foH +xej +gPq +gTW +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +gPq +gPq +gPq +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW -hue -tBc -tBc -vZl -hjq -sRp -hjq -aIJ -hjq -nfL -nAJ -jTY -hjq -sZQ -vZl -vZl -vZl -vZl -vZl -yfm -ylM -yfm -yfm -yfm -yfm -tBc -tBc -uXI -uKh gTW gTW gTW @@ -136495,229 +200910,229 @@ gTW gTW gTW gTW -yfm -yfm -xMU -aHz -bWs -foY -xMU -ifa -gkU -xMU -yfm -yfm -yfm -xMU -fHI -qcr -qcr -qcr -qcr -aEL -aEL -nzN -aEL -aEL -aEL -yfm -yfm -xiz +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gPq -gPq -gPq -afF -gPq -gPq -wOp -aaI -abe -ahs -aaL -aGN -aWN -amO -xMU -dVe -xcE -aEL -tLq -kMY -bQb -bNr -acM -kMY -kMY -kMY -sid -hHY -hHY -hHY -hHY -hHY -aEL -uLx -hHY -hHY -hHY -hHY -hHY -hHY +foH +ylM +ylM +ylM +ylM +ylM +tyz +jZB +tyz +ylM +ylM +ylM +ylM +ylM +iVx +iVx +iVx +iVx +iVx +lwh +lwh +lcK +oXw +pXa +oXw +lcK +lwh +lwh +lwh +lwh +lwh +lwh xTZ -gIv -wgi -wgi -gIv -pYv -vri -gIv -wuK -gIv -xaU +dOV +afe +iFO +byi +txY +dON +dON +aeP +dON +dON +tEr +oyP +kMY +ejE +toz +ejE +kMY +kMY +kMY +xTZ +qcr +qcr +qMy +xwc +qcr +rMb +fbo +fbo +ylJ +fbo +mVO +fbo +hXY +fUg +fUC +fUC +fUC +fUC +fUC +fUC +fUC +mvD +hEZ +hNP +hVL +avO sna -qAz -nPm -nPm -nPm -nPm -mWQ -nPm -nPm -fZv -tvu -pLn -uyI -xWF -urh -juM -wuJ -afF +uIt aUP -gPq -vsJ -mEt -nxQ -tzb -hKL -vsJ -ire -vsJ -eMv -qUA -vNz -nEH -qfG -rwX -plY -sSw -tuc -teE -iIl -plY -blQ -dPn -ejk -qWI -pVy -kPt +edW +uIt +lgS +iGo +jJT +kYe +lgS +ukY +yeY +kiu +kwi +kCA +kNp +rvE +leE +lsu +xfV +xfV +xMM +tBc +tBc +tBc +tBc +gFX +xbH +qET +dHl bey -pyW -cbS -btz -cwP -bcb +tBc +tBc +tBc +tBc +tBc iMy -dxf -bJl -wdW -kwr -wbE +eAA +xUe +oDo +oNz +wzK kYX eoZ vUF bbk qXv tzt -ocH -hPn -gZj -lgn -wWQ -ocH +qmZ +xUe +jUE +moj +lMX +oQg xEU -uDG -sdO -ujT +lJL +xQd ujT +scn fbn -dAQ -pDR -qXt +suG +sCD +sKD vAH gls woZ oac -qXt -vWZ +tJU +tQj hyS -jaw -vdr -vdr -hZb -vdr -bCt +xgy +vVj +qOZ +qOZ +qOZ +iuQ afT -vZl -aFl -xOM -jyc -vZl -aIJ -aIJ -aIJ -vZl -aIJ -aIJ -aIJ -vZl -aIJ -aIJ -oBY -aIJ +ohl +lLx xej +gPq +gPq +gPq +gPq +gPq +foH +xej +gPq +gTW +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW gTW -hue -tBc -vZl -sRp -uyp -oFj -xvq -oFj -eTr -iYB -urL -tvT -nRs -vZl -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -uKh -tBc -tBc -ngu -tBc -tBc gTW gTW gTW @@ -136752,34 +201167,15 @@ gTW gTW gTW gTW -yfm -yfm -xMU -aHK -ahs -bVd -xMU -qcr -qcr -oNw -bcz -bcz -bcz -bcz -bcz -bcz -bcz -bcz -qcr -qcr -aZs -lLN -fnv -mTy -xMU -xMU -xMU -aEL +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -136787,194 +201183,213 @@ gTW gTW gTW gPq -aaI -aaI -aEL -aqu -ahs -aWW -bSF -xMU -edP -xcE -aEL -tLq -kMY -kMY -pyf -tLq -tLq -tLq -tLq -hHY -cZp -don -dBF -don -pDo -hHY -rDh -hHY -uDA -uOu -fyP -dKX -hHY -baj -xMy -xMy -xMy -xMy -xMy -dpW -xKi +foH +tBc +tBc +tBc +tBc +tBc +tyz +acu +tyz +tBc +tBc +tBc +tBc +iVx +iVx +iVx +iVx +iVx +lwh +lwh +lwh +lwh +iVx +iVx +iVx +lwh +lwh +lwh +lwh +lwh +lwh +lwh +xTZ +evZ +dbO +tUn +udJ +yff +tgB +gLd +wYW +gLd +pdH +ftV +oyP +ejE +ioz +cgs +xnB +ulb +gYk +gcu +xTZ +qcr +xwc urf -xMy -qnH +xwc +qcr +ydD sna sna sna -xCx -xCx -xCx -kCC -xCx -xCx -xCx sna -pLn -mEK -xWF -urh -juM +sna +sna +sna +fUq +fUC +gnq +fUC +gFG +gTx +heI +hls +hva +hFr +hNP +hVO +avO jFx -gPq -gTW -gTW -vsJ -vsJ -vsJ -vsJ -vsJ -vsJ -vsJ -vsJ -cOv -iwv -hWd -hWd -bnk -nvD -plY -plY -tuY -plY -plY -plY -dsv -dsv bOo -qWI -pVy -kPt -bey +daT +eep +gJv +lgS +lgS +jNw +lgS +lgS +yeY +yeY +kiF +xXB +xXB +xXB +xXB +leP +xXB +xXB +xfV +xfV +xfV +xfV +xfV +bGZ +bGZ +mQG +mQG +mQG +bGZ sfP xoH -oKD -hEL -cFJ -fzi -krj -aZL +xoH +xoH +xoH +xUe +xUe +xUe ewH -kwr -wbE -wbE -wbE -wbE -wbE -wbE -wbE -ocH -ocH -ocH -kur -rju -ocH -aGH +oOx +wzK +pca +pRb +pwT +pEQ +qXv +qaU +qnl +xUe +jUE +cNF +lMX +rlW +uPD +uPD +uPD +uPD uPD -jTj -cfQ -tpE eLy -dAQ -pDR -qXt -qXt -qXt -qXt -qXt -qXt +suM +eLy +uPD +sUT +tcO +tkS +tzi +usW yeh -oyD -aFD +wvm +jzc rYm tfg -rKp -dcS -cST +dMq +dMq +ktS bYX -lFK -dSA -ilI -qmK -ndc -qmK -qmK -jou -vFo -vTq -qmK -jou -vFo -vTq -qmK -mVc -aIJ +ohl +lLx +wOp +iEg +iEg +iEg +iEg +iEg +wOp xej gPq +gTW +gTW gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gPq +gTW +gTW +gTW gPq -gPq -agu -vZl -wXi -sRp -hjq -wtr -hjq -nSX -iYB -xrw -dAk -omy -vZl -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -tBc -tBc -tBc -fhA -tBc -tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -137009,229 +201424,229 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +foH +tBc +tBc +tBc +tBc +tBc +tyz +acu +tyz +tBc +tBc +tBc yfm -yfm +lwh +iVx +iVx +lwh +lwh +lwh +lwh +lwh +lwh xMU -aJw -ahs -vIQ -xMU -ozk +iVx +iVx +aPB +lwh +lwh +bcB +bhT +lwh +lwh +xTZ +wNu +dbO +tUn +nHB +pfB +iny +gLd +aiA +gLd +tyN +fNw +oyP +ejE +dCT +hHY +mHY +mof +lHw +vdC +xTZ qcr -bcz -dks -dks -dks -dks -dks -dks -dks -bcz -bcz -bcz -bcz -bcz -pCL -tsk -xMU qcr -jWK -aEL -gTW -gTW -gTW -gTW -gTW -gTW -wOp -gPq -qIT -aEL -xMU -xMU -xMU -xMU -xMU -xMU -xcE -aEL -tLq -tLq -tLq -tLq -tLq -tLq -tLq -tLq -hHY -cZz -dov -dCQ -dov -dWX -hHY -xdH -hHY -aHW -gqz -gqz -obF -hHY -bge -xMy -npV -xMy -xMy -xMy -xKi -xMy -urf -xMy -xMy -ioS -ioS -jku -jBV -ewc -xQg -rct -aYy -gkg -oIn -aNo -muJ -uyI -xWF -urh -npM -xej -gPq -gTW -gTW -gTW -gTW -gTW -gPq +qcr +xwc +qcr +ydD +sna +fgr +fgr +fuO +fzn +fIG +fPM +fUC +gbX +gnz +fUC +gFL +gTS +heX +hlN +hvQ +hFr +hNP +xYU +asl +aCa +ejk +dkX +ejk +gWq +lgS +iLj +jVg pyK -qMM -iLT -xqM -qan -idL -gQi -laQ -rLS -hyQ -gyl -bIz -vkY -eys -shu -eys -eys -uVV -tKZ -qWI -pVy -kPt -dxf -gdz +lgS +cmZ +lWl +ore +rQW +rQW +rQW +rQW +lfO +rQW +vMo +vMo +vMo +xzZ +xzZ +xzZ +mxN +mDS +mLh +mRg +vKY +vXS xoH -oKD +npQ +nwF iCd -bSg +xoH sSm -dxf +omI dAI -wdW -ylh -oNV -oNV -oNV -oNV -oNV +oEa +oOA oNV +pce +pmb +pxb +pxb +pNj gtj -oNV -oNV -oNV +xUe +xUe +qKe qcm -oNV -mlE +rgT +uPD qRH xQG -jTj +rOp xFt eEW oVa -dAQ -pDR -dbL -ugh -vEd +svt +sCH +uPD +sUU +tcR gDB sba -kud +sba tmc -tls -cig +wvm +jzc dmZ -tls -eej -bwJ -vEd -ajI -vZl -uIQ -mAU -lAt -vZl -aIJ -aIJ -aIJ -vZl -aIJ -aIJ -aIJ -vZl -aIJ -aIJ -aIJ -aIJ +rEw +uSC +uSC +uSC +bYX +jaB +voR +kCS +kCS +kCS +kCS +kCS +kCS +vNP xej +gPq +gTW +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW gTW gTW -foH -vZl -sRp -hsy -egf -sgR -egf -cuJ -iYB -urL -tvT -nRs -vZl -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -tBc -tBc -tBc -yfm -bgP -yfm -ylM gTW gTW gTW @@ -137266,229 +201681,229 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +foH +tBc +tBc +tBc +tBc +tBc +tyz +acu +tyz +tBc +tBc +tBc yfm -yfm -xMU -xMU -wzZ -xMU -xMU -xMU -baY -bcz -dks -dks -dks -dks -dks -dks -dks -osR -vBi -hIu -vpM -tzl -dUx -tsk -eWd -oBD -qcr -aEL -iEg -gNP -iEg -iEg -gNP -iEg -iEg -iEg -iEg -aaI -dmW -xMU -qcr -ozk -xMU -edP -gGH -aEL -tLq -tLq -tLq -aEL -aEL -aEL -aEL -aEL -hHY -mhE -ezk -dCT -dLs -dXo -eih -eyk -eGY -eVr -uiF -doV +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +aIp +iVx +iVx +idt +iVx +rkT +bij +kSH +lwh +xTZ +qlk +dbO +tUn +liU +tyh +qjP +gLd +wYW +gLd +rhI +ufC +dKs +kMY +ebK +xJU +xJU +qpg qCx saM -lTW -jLe -cPs -rha -rha -rha -rha -rha -tJY -xMy -xMy -xMy -xMy -xMy -xMy -xMy -xMy -urf -xMy -xMy -xKi -ugv -lgd -uyI -xWF -urh -npM -xej -gPq -gTW -gTW -gTW -gTW -gTW -gPq -pzi -bHC -vUY -qss -rwc -qVx -cVa -xcb -wVc -vny -swp -rwc -bFN -rwc -nPu -ozX -rwc -uXc -vft -jfZ +xTZ +qcr +xwc +xwc +xwc +aQQ +tGC +sna +fgN +fgN +fgN +fzo +tEK +tEK +fUC +gcP +gnZ +fUC +gFP +gTU +hfe +hnb +hwr +hFr +hNS +hVU +igs +aWh +cqs +drT +esK +gZO +hLL +iZw +jYl +loD +lgS +rhQ +xXB +bqo +cLc +cLc +cLc +cLc +cLc +cLc +xXB +xXB +xXB +xXB +xXB +xXB +xXB +mEJ +mLj qmO -doD +vKY gXN -dNn +xoH cQv nGg -dxf -dxf -dxf -dxf +nHX +xoH +ods +onf aZL dyk dvN -dvN -dvN -dvN -dvN -dvN -dvN +oTM +pcA +pmB +pxJ +pmB +pmB cfG -dvN -dvN -dvN +qnm +qxy +jUE dkS -dvN -qmp +rha +uPD nXY hlE sEt uET qrw -qMH -dAQ -pDR -kyU +sks +svy +sCK +uPD qJd -vEd +tcT coq aKO -vEd +sba mCS -sWV -vEd -tYL +wvm +jzc +dmZ rEw -tYL -vEd -wkX -eRu -vZl -aIJ -aIJ -aIJ -vZl -lRO -nus -nus -xFu -nus -nus -nus -xFu -nus -nus -nus -nus -pPQ +uSC +uSC +uSC +vae +iLb +wOp +wOp +wOp +wOp +wOp +wOp +wOp +lLx +xej +gPq +gPq +gPq +wOp +gPq +gPq +gPq +gPq +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW gTW gTW -foH -vZl -hjq -sRp -hjq -aJC -eNN -oMe -ehx -tIg -hjq -jMV -vZl -yfm -yfm -yfm -yfm -yfm -yfm -ylM -tBc -tBc -tBc -tBc -yfm -yfm -yfm -yfm gTW gTW gTW @@ -137523,179 +201938,187 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +foH +tBc +tBc +tBc +tBc +hqF +cKu +acu +gLB +hqF +tBc yfm yfm -xMU -aWY -baY -baY -xMU -dAs -qcr -bcz -dks -dks -dks -dks -dks -dks -dks -osR -nao -fFh -lel -tzl -dUx -tsk -xMU -aEL -aEL -aEL -aaI -aEL -aaI -aaI -aEL -aaI -aaI -aEL -aaI -aEL -qcr -xMU -eWd -xMU -xMU -frb -xcE -aEL -aEL -aEL -aEL -aEL -qcr -lcQ -xMU -mbt -hHY -cZz -doy -dDb -doy -eak -hHY -xdH -hHY -eXt +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +kSH +iVx +iVx +qKb +mNC +mNC +aIp +lwh +xTZ +oIs +afz +vVd +usE +sKu +mNR +mNR +hGL +mNR +mNR +diB +oyP ejE -fyZ -qpg -hHY -iom -xKi -sPB -omV -cUO -ozs -ozs -ozs -sVH -xMy -xMy -dAd -kEz -kEz -cJx -bsD -kgh -kDn -aNN -mjU -aNN -uUa -lgd -uyI -xWF +dDb +swv +bHb +bHb +peh +hse +xTZ +qcr +qcr +qcr +qcr +qcr +eTq +sna +fgN +fgN +fgV +tEK +tEK +tEK +fUC +gdt +goe +gwf +gFT +gTX +hff +hnw +mvD +qLc +hOH xYU -npM -xej -gPq -gTW -gTW -gTW -gTW -gTW -gPq -wwX -cVx -uSm -hWd -hWd -oLr -xAo -qjw -bfH -fwL -dsv -dsv -dsv -dsv -dsv -dsv -dsv -dsv -wQm -qWI -pVy +asl +hYu +iwM +iFJ +iMd +iSX +lgS +jjp +jrU +jAv +lgS +rhQ +xXB +bqo +cLc +pZP +hae +xIq +xIq +slk +xXB +cOF +cOF +cOF +cYt +cYt +xXB +tUi +wiK +mRR vKY -oUJ -wAo -wAo -wAo -wAo -guO +mdN +xoH +npX +nxD +nIe +xoH +vnf ubJ -wAo -jYA -wdW -krM +aZL +oEh +oPg rrY -nMH pLT -nnd -rrY -hxj -hxj -hxj -rrY -nMH pLT -nnd -evk +pLT +pLT +pLT +qbH +qnQ +qxD +jUE +qTJ +rhb +uPD vGX bMh gib -qMH -eEW -qMH -dAQ +uPD +scM +skw +svA eXT -gES +uPD rSN -vEd -vEd -vEd -vEd +tdb +tkU +tzM +sba xrV -hSz -vEd -dJj +fGp jzc -xgy -vEd -dLQ -dXj -dAQ +jzc +jzc +lQn +lQn +jzc +jzc +iLb +iLb +vuc +vHQ +xae +vHQ +sez +wOp +lLx xej gPq gTW @@ -137718,34 +202141,26 @@ gTW gTW gTW gTW -foH -vZl -vZl -vZl -vZl -fDA -vRH -eYb -qGN -lUN -lUN -pmV -vZl -yfm -yfm -yfm -yfm -uKh -tBc -tBc -tBc -tBc -ylM -yfm -yfm -yfm -yfm -yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -137780,179 +202195,187 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +abs +tBc +tBc +tBc +tBc +tBc +tyz +acu +tyz +tBc +tBc yfm -yfm -xMU -aXY -wgt -qcr -wzZ -kRG -qcr -bcz -dks -dks -dks -bEH -dks -dks -mSK -fIH -hif -iOp -wUq -bcz -qVK -bFM -xAJ -cwK -eZq -eZq -eZq -eZq -eZq -eZq -eZq -eZq -eZq -eZq -eZq -iOb -eZq -eZq -eZq -eZq -iOb -eZq +lwh +lwh +lwh +lwh +iVx +iVx +iVx +lwh +lwh +lwh +lwh +lwh +lwh +lwh +buF +mNC hny -xMU +mNC hsU -isL -mkE -isL +lwh +xTZ +kMY +hYy +kMY +bfG +qcb +bDn +bDn +bDn +bDn +uit +oAt +otL +ejE +wTG +irU +qpg +qpg +tVE +ekI +xTZ qcr -xMU -xMU -xMU -hHY -cZR -dpU -dEq -dpU -qcC -oeS -rEr -hHY -hHY -hHY -hHY -hHY -hHY -oaG -dxE -khe -xMy -hsw -xMy -apC -xMy -efE -ufK -koF -iaL -jfU -jlz -mtZ -xOT -dmR -tLI -xMy -xMy -xMy -jAm -muJ -mEK +xwc +qcr +rMb +fbo +eTz +sna +fgV +fgV +fgV +tEK +dcr +dcr +fUC +gdO +goG +fUC +gGj +gUA +hfj +hnH +hwv +hGa ksC -urh -juM -czz -afF -gPq -gPq -gPq -gPq -qIT -vJJ -tiv -pYg -qan -hWd -nOB -nlL -kNK -wrs -xFo -sfW -pIK -ugQ -ugQ -ugQ -ugQ -ugQ -uFp -dsv -ore +hVe +avO +inR +iwY +iwY +iwY +iTg +lgS +jjC +jsa +jAO +lgS +rhQ +xXB +vBu +cLc +aLF +lCs +jWR +xIq +soh +xXB +cYt +cOF +cYt +cOF +cYt +pVk +llH tek bgw -iXt -eBl -axc -pEi +vKY +gyt +xoH pEi +nyq uPz -brL +xoH xWY -wAo -xUT -vuT -ylq -dxf -fuf -fuf -fuf -dxf -fuf -fuf -fuf -dxf -fuf -fuf -fuf -dxf +ooi +aZL +ydU +ylS +wzK +pcB +pmE +pxO +pEV +pNp +qcl +qnm +qyp +jUE +qTM +rhd +uPD nDg tag uFT -fuf -fuf -fuf -dAQ +rWo +sdw +skG +swz pNg -bTz +uPD nxh nyZ -nyZ +tld jnD -vEd +sba cHY wlA -vEd -fhl +ujh qtE -nBY -vEd -dLQ -dXj -vOI +qtE +uJK +uJK +uSD +qTh +vft +qTh +xFo +wZA +wZA +wZA +bDC +wOp +lLx xej gPq gTW @@ -137975,34 +202398,26 @@ gTW gTW gTW gTW -ikn -wOp -ula -agy -qRo -agD -tBc -tBc -plq -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -uKh -yfm -yfm -yfm -yfm -yfm -ylM -yfm -yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -138037,183 +202452,192 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +abs +tBc +tBc +tBc +tBc +tBc +tyz +acu +tyz +tBc +tBc yfm -yfm -xMU -baY -qcr -aWY -xMU -aXY -qcr -bcz -dks -dks -dks -dks -dks -dks -dks -osR -sGL -pVR -dTm -oKO -wQa -eWy -wnQ -aEL -aEL -aaI -aaI -aEL -aaI -aaI -aEL -aaI -aaI -aEL -aaI -aEL -bwq -qcr -bhF -cgE -xMU -fvr -gHC +lwh +lwh +lwh +iVx +iVx +iVx +iVx +iVx +lwh +lwh +lwh +lwh +lwh +lwh +lwh +tmZ +mNC hlA idt -xAJ -xAJ -xAJ -fmL -xMU -aDd -aDd -hHY -hHY -hHY -hHY -hHY -hHY -aEL -uLx -aEL -vmq -vmq -vmq -vmq +lwh +xTZ +kMY +fLu +kMY +kMY +kMY +kMY +kMY +kMY +kMY +kMY +kMY +clC +kMY +vJx +qpg xJU -oaG -fiA -sOU -xMy -vHU -xMy -sXD -ylP -lzq -sVU -hCZ -dge -hWC -vaV -htL -bxS -vYQ -tYg -kRV -sXD -ylP -oSc -lgd -uyI -xWF -urh -npM -xej -gPq -gTW -gTW -gTW -gTW -gTW -gPq -wwX -sjA -qan -qsE -qsE -ndr -vAh -aXi -dYk -sgK -ugQ -sUU -yjs -gUA -oIN -ugQ -uFU -ogq -tUi -nyd +vgC +uoL +cFb +xTZ +qcr +xwc +qcr +ydD +yhu +sna +sna +sna +sna +sna +fzu +fIJ +fIJ +fUG +fUC +fUC +fUC +gGM +gUE +hfv +hnT +mvD +eGY +hOQ +hWc +avO +bpM +cwZ +dLa +iMu +iTW +lgS +jjH +jsr +iCT +lgS +xtv +unx +pWW +cLc +dsE +ffo +krx +oHi +dsE +xXB +cYt +cOF +cOF +cOF +cYt +pVk +llH +qWI fBG -miz +vKY vXS -wcj +xoH jPd raK -raK +nIn bFw jFw -wAo -xUX -ydL -dxf -vJJ -nus -nus -nus -vJJ -nus -nus -nus -vJJ -nus -nus -nus -dxf +oos +aZL +ydU +oPB +wzK +pdN +pmV +xUe +xUe +xUe +xUe +xUe +xUe +eVk +ixZ +lMX +uPD jsu lWR -dxf -nus -nus -nus -dAQ -dAQ +rOy +lWR +rOy +skL +rOy +sDl ygM -dAQ -dAQ -dAQ -dXj -vEd +sUV +tdo +tlT +tzT +sba tPg wxQ -vEd +ujj eIa itw mZV -vEd -dLQ -dXj -vOI +uJL +uST +vai +vgv +vpk +vuv +wZA +wZA +wZA +vLA +wOp +lLx xej gPq gPq gPq +wOp gPq gPq gPq @@ -138232,35 +202656,26 @@ gTW gTW gTW gTW -gPq -oQh gTW gTW gTW -gPq -eIQ -qRo -qti -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -yfm -yfm -yfm -yfm -yfm -yfm -gOn -wcK -tBc -yfm -yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -138294,185 +202709,191 @@ gTW gTW gTW gTW -yfm -yfm -xMU -xMU -wzZ -xMU -xMU -xMU -qcr -bcz -dks -dks -dks -dks -dks -dks -dks -osR -jjp -sVA -pQw -bcz -wlG -xMU -xMU -aEL -wOp -nus -nus -bPO -nus -nus -bPO -nus -wOp -wOp -wOp +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW aaI -wVK -aKT -bjV -cmc -xMU -koo -koo -xMU +xaP +tBc +tBc +tBc +tBc +tBc +tyz +acu +tyz +tBc +tBc +yfm +lcK +lwh +iVx +iVx +iVx +gTW +gTW +iVx +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +bcM +bil +lwh +lwh +xTZ +tLq +aty +doZ +tLq +tLq +tLq +tLq +tLq +tLq +tLq +tLq +oNM +kMY +qCj +qpg +xJU +jxL +ekd +eqO +xTZ qcr -eSu +psh qcr -qcr -amW -xMU -aDQ -aHV -qcr -sNT -xMU -vmq -vmq -xMU -wiR -uLx -xJU -xJU -xJU -xJU -xJU -xJU -xJU -xJU -xJU -cHX -hrm -pOk -sXD -rTw -ikx -nDY -jen -vMC -snL -fZi -emy -raY -dmR -pIj -fed -sXD -xID -oSc -lgd -uyI -xWF -urh -npM +ydD +sna +eTO +fbu +fhA +fno +fuT +sna +fJk +fJk +fUU +gdT +goK +fUC +fUC +gUL +hfP +hnY +mvD +hGc +hOX +hWf +cpb +cFe +cFe +cFe +cFe +cFe +lgS +jjI +jst +jBe +lgS +xkx +eBY +kjb +cLc +lbg +jGW +lCs +oHi +lsx +xXB +cOF +cOF +cOF +cOF +cYt +pVk +llH +dBi +aKa +vKY +nef +xoH +wdD +yjV +yjV +vcA +wFg +oos +aZL +ydU +fuf +oUe +tnB +pmX +pyf +dxf +pNz +qcC +qnS +dxf +cgJ +ixZ +lMX +uPD +rta +rNF +rOz +rWI +sdx +slj +rab +vOI +dXj +uiB +uiB +uiB +uiB +tJZ +tQt +ubx +ujn +unY +uto +uzX +uKj +uTJ +qTh +vhk +qTh +xFo +wZA +wZA +wZA +bDC +wOp +lLx xej gPq gTW gTW -gTW -gTW -gTW -gPq -wwX -nNt -qgA -toe -qGs -fZw -rfB -eHf -rLZ -shq -ugQ -ydu -ybY -ufX -ufX -ugQ -uFZ -ogq -tUi -nyd -fBG -miz -vXS -wcn -wdD -wQv -wQv -nBX -wFg -wAo -xUY -ydU -fuf -gPq -gTW -gTW -gPq -wjK -gPq -gTW -gPq -wjK -gPq -gTW -gPq -fuf -qqs -rNF -fuf -gPq -gTW -gTW -rab -vOI -dXj -vOI -rab -dAQ -dXj -vEd -vEd -vEd -vEd -vEd -vEd -vEd -vEd -qNr -gti -dAQ -sRg -iEg -iEg -iEg -iEg -wTp gPq gTW gTW @@ -138489,35 +202910,29 @@ gTW gTW gTW gTW -gPq -oQh gTW gTW gTW -gPq gTW gTW -agM -eIQ -tBc -tBc -tBc -tBc -tBc -tBc -ylM -yfm -yfm -yfm -yfm -yfm -tBc -tBc -tBc -gOn -vlJ -yfm -yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -138551,33 +202966,6 @@ gTW gTW gTW gTW -yfm -yfm -xMU -bWp -qcr -ikO -xMU -uyw -qcr -bcz -dks -dks -dks -dks -dks -dks -dks -bcz -bcz -bcz -bcz -bcz -hry -eWd -muz -aEL -hIj gTW gTW gTW @@ -138585,154 +202973,207 @@ gTW gTW gTW gTW -ajM -ajP +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +abe +tBc +tBc +fxA +fxA +tBc +tBc +tyz +acu +tyz +tBc +tBc +iVx +jsn +iVx +iVx +gTW +gTW +gTW +gTW +gTW +yfp aEL aEL -xMU -xMU -xMU -xMU -xMU -fMF -xMU -xMU -hYG -iGw -qcr -qAP -amW -xMU -aHS -aJR -eaq -aKj -xMU -vmq -vmq -xMU -ejZ -uLx +aEL +aEL +aEL +aEL +aEL +bdo +aEL +lwh +lwh +xTZ +kMY +mFC +pAc +trj +bYY +bYY +bTQ +esF +kMY +tLq +tXB +oNM +kMY +iEI +fAF xJU -eYW -tqQ -tqQ -tqQ -fYg -nxL -tvD -xJU -hgU -hrm -wPe -sXD -xKi -ily -irr -nhw -iMu -jgM -jmz -jCE -jQc -khe -pIj -wPe -sXD -xMy -jAm -muJ -qLc -xWF -urh +afc +ajR +eqT +xTZ +qcr +xwc +qcr +ydD +sna +eUa +fbB +fhB +fnq +fuW +vMC +fKd +fPY +fPY +fPY +fPY +gwO +gHm +gVf +gVf +gVf +hwB +hCB +hOQ +hVL npM -xej -gPq -gTW -gTW -gTW -gTW -gTW -gPq -wwX -gWc -qgA -toe -mGX -fZw -nrh -tjo -ujl -bKn -swz -oBz -mMo -tOz -uIS -ugQ -uId -ogq -tUi +cIC +dTl +dVd +fhJ +iUf +tWL +uIF +ovq +jBr +cFe +xCa +jZz +oMK +cLc +kCJ +cLc +opf +cLc +cLc +xXB +cYt +cYt +cOF +cOF +cYt +xXB +ycJ pjj -fBG -sij +mRZ +vKY wAo -gvl +xoH xfr diF kbl qyS vfa -wAo -xVd -dBR -fuf -gPq -gTW -gTW -gPq +oos +aZL +oEp +oPK +oUJ +pep +pnb +pyj wjK -gPq -gTW -gPq -wjK -gPq -gTW -gPq -fuf -qqs -rNF -fuf -gPq -gTW -gTW -gPq -vOI -dXj -vOI -gPq -dAQ +pNR +qcV +qnT +qzA +wXg +ixZ +urq +uPD +uPD +uPD +uPD +uPD +uPD +slA +uPD +uPD +uiB +sVd +tdr +tmC bgO -nyZ -nyZ -nyZ -nyZ -nyZ -eOh -nyZ -nyZ -gti -wkX -dAQ -dAQ -dAQ -dAQ +uiB +mCS +wvm +nKU +nKU +nKU +uKn +uKn +nKU +nKU +vfn +vfn +vuM +vEX +vHL +vEX +vLR wOp -glu +lLx xej gPq gTW gTW +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -138745,37 +203186,11 @@ gTW gTW gTW gTW -iFl -iEg -wOp -iEg -iEg -iEg -iEg -mcC gTW gTW gTW -agN -qRo -tBc -tBc -tBc -tBc -yfm -yfm -yfm -uKh -tBc -vlJ -ylM gTW gTW -tBc -tBc -gOn -yfm -yfm gTW gTW gTW @@ -138808,231 +203223,231 @@ gTW gTW gTW gTW -yfm -yfm -xMU -bWs -ahs -qcr -xMU -uyw -qcr -bcz -bcz -bcz -bcz -bcz -bcz -bcz -bcz -bcz -uyw -oRc -qvz -gkU -wlG -xMU -xMU +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +abe +tBc +fxA +fxA +fxA +fxA +hqF +cKu +acu +gLB +hqF +tBc +iVx +jsn +iVx +gTW +gTW +gTW +gTW +gTW +gTW +mcC aEL -xej -gPq -afF -gPq -gPq -gPq -afF -gPq -aFW -wOp -wOp -aaI aqE -aLD +nWs bjW cpt dyC -koo -xMU -xMU -xMU -xMU -xMU -xMU -amW -xMU -xMU -xMU -xMU -wLy -xMU -xMU -xMU -xMU -ekv -uLx -xJU -nYh -nYh -nYh -nYh -gcu -dlw -ugv -xJU -iOh -hsw -hRa -hRa -hRa -ufK -fDN -dpW -kAT -jhp -uWQ -aCB -usu -euA -wFO -oYs -oYs -oYs -jAm -lgd -uyI -xWF -urh +aEL +ryz +aEL +lwh +lwh +xTZ +tLq +xWI +hbh +fPe +fpA +bNZ +eAr +tRV +wnB +tLq +aEL +xat +xTZ +xTZ +xTZ +xTZ +xTZ +xTZ +xTZ +xTZ +qcr +qcr +qcr +ydD +sna +eUa +fci +fhI +fnr +fwl +fzL +fKi +fQW +fVj +gei +fVj +gxK +gHC +gWv +fVj +fVj +hwL +fVj +hPr +hXH npM -xej -gPq -gTW -gTW -gTW -gTW -gTW -gPq -wwX -nNt -qgA -qtc -toe -fZw -rhB -eHf -rNz -siH -ugQ -mRX -srF -ufX -fSf -ugQ -jKB -ogq -tUi -qWI +cTo +dSy +eDI +eEk +iUg +vHI +kmp +ovq +kMx +cFe +xCa +xXB +xXB +cLc +cLc +cLc +fpt +loA +trl +xXB +xXB +xXB +xXB +xXB +mus +xXB +dPn +vCt aKa -kPt -wAo -wcA +mXn +nek +xoH eLG vcA -wAo yjV -wAo -wAo -nNH -dBR -fuf -gPq -gTW -gTW -gPq -wjK -gPq -gTW -gPq -wjK -gPq -gTW -gPq -fuf -nNH -rNF -fuf -gPq -gTW -gTW -gPq -vOI -dXj -vOI -gPq -dAQ -dAQ -dAQ -dAQ -jkI -dLQ -dLQ +yjV +oeb +oos +aZL +ydU +oPO +oUO +peF +pnr +pyk +dxf +pNY +qcW +qos +dxf +qKs +qTR +rhB +rmd +rtj +rBJ +rOA +rWJ +sdJ +slD +swI +sDL +uiB +sVf +tdu +tmU +tzY +uiB +tmc +wvm +nKU +uoa epx ihh -ihh +uKt tdf -wkX -lDf -uKD -iBn -dAQ -gRF -glu +rXQ +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +lLx xej gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -afF gPq -foH -glu -glu -glu -glu -glu -glu -xej -gTW -gTW -gTW +gPq +gPq +gPq +gPq gPq gTW -hue -tBc -tBc -yfm -yfm -yfm -ylM -tBc gTW gTW gTW gTW gTW gTW -tBc -wpF -yfm -yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -139065,33 +203480,6 @@ gTW gTW gTW gTW -yfm -yfm -xMU -dui -ahs -amO -xMU -kRW -qcr -qcr -qcr -lAv -voh -voh -voh -voh -igb -aJn -aJn -aJn -aJn -aJn -bNM -lcK -oML -dRT -xej gTW gTW gTW @@ -139099,152 +203487,204 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +abe +fxA +fxA +fxA +fxA +fxA +tBc +tyz +acu +tyz +tBc +tBc +iVx +jsn +iVx +gTW +gTW +gTW +gTW +gTW +gTW foH -wOp -wOp -aaI +aEL aqY -aLJ +qcr bkH -koo -koo -koo -xMU -hrs -ifN -iMd -xMU qcr -amW -xMU -lsu -mbM -xMU -aND -xMU -ifa -ejZ -qaE -qcr -uLx -xJU -ulb -ulb -ulb -ulb -vdC -nxL +koo +aEL +beF +aEL +lwh +lwh +xTZ +tLq +neA +bYY +bYY +aCs +aCm +iPK +iPK +qKi +tLq +aEL +hrK +cof +dFz +dPR +xwc +rMb xTr -xJU -fxS -hsG -hZD -hZD -hZD -irr -sIN -vOH -iMv -nBJ -nBJ -hwB -mBF -khj -qoi -lAP -lAP -lAP -lwf -lgd -vsx +xTr +xTr +xTr +xTr +xTr +hXY +sna +eUA +fcz +djv +fnN +fws +vMC +fKQ +fQY +fVk +geu +goM +gyu +fVk +gXl +hgo +fVk +hxD +hGj xWF urh npM -xej -gPq -gTW -gTW -gTW -gTW -gTW -gPq -wwX -sjA -qan -bnk -bnk -ndr -riq -aTT -azg -gRt -uMt -sVQ -cZO -sGU -qun -ugQ -qlU -ogq -tUi +dfs +dTl +eDI +eND +iUi +vHI +tax +ovq +jBv +cFe +xkx +xXB +kjk +cLc +kCV +oVz +vKX +boh +nrx +wwp +lLN +wwp +mhI +wwp +xEu +myj +mGn qWI -fBG -kPt -wAo -wdz +mSb +mXz +vYR +xoH woo hMI vGN eUU vkE -wAo +oos kxX -dBR -fuf -gPq -gTW -gTW -gPq -wjK -gPq -gTW -gPq -wjK -gPq -gTW -gPq -fuf -qqs -rNF -fuf -gPq -gTW -gTW -gPq -vOI -dXj -vOI -gPq -gTW -gTW -gTW -dAQ -vOI -vOI -wkX +oFb +kxX +oUZ +pAP +sHx +pym +pym +pym +pym +pym +pym +qKz +qTU +lMX +rmq +rtm +rCg +rOH +vwD +seL +sml +swU +sEE +uiB +uiB +uiB +tmY +uiB +uiB +yeh +wvm +nKU +uod sSH -wkX -vOI -vOI -wkX +uAB +sSH +uTR +rXQ qRm uLW kCS -dAQ -wOp -glu +kCS +kCS +kCS +kCS +kCS +vNV xej -gPq +sLk +iEg +iEg +iEg +iEg +iEg +tlU +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -139259,37 +203699,12 @@ gTW gTW gTW gTW -ikn -nus -nus -nus -nus -nus -nus -xej -gTW -gTW -gTW -gPq -gTW -gTW -hue -tBc -yfm -yfm -yfm -tBc gTW gTW gTW gTW gTW gTW -tBc -tBc -tBc -yfm -yfm gTW gTW gTW @@ -139323,170 +203738,170 @@ gTW gTW gTW gTW -yfm -xMU -eUA -bVd -ahs -xMU -gkU -qcr -qcr -qcr -xcE -qcr -uyw -xMU -aQs -sbE -qcr -xMU -xMU -eWd -xMU -xMU -xMU -ing -aEL -hIj -gPq -gPq -gPq -gPq -afF -gPq -gPq -foH -wOp -nFW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW aaI +tBc +fxA +fxA +fxA +fxA +fxA +tBc +tyz +acu +tyz +tBc +tBc +iVx +jsn +iVx +gTW +gTW +gTW +gTW +gTW +gTW +obM +aEL awx -aLW -blo -cpE -dyQ -fWK -xMU -hva -igi -iOy -iRH -cnY -nso -pTp -bVz -bVz -pTp -bAt -xMU -fha -ejZ -wDF +xnd qcr -awy -xJU -twL -twL -twL -twL -uLX -nxL -ixp -izV -ubx -dpW -xMy -xMy -xMy -ewB -pSd -sEC -npG -vEg -tSi -bfg -tSi -guW -rHl -emi -fIe -tjY -xJU -muJ -kTJ -lRs -jgw -juM -czz -afF -gPq -gPq -gPq -gPq -qIT -vJJ -tiv -pPj -qan -hWd -kRq -mcY -riw -xhM -aZn -bnt -ugQ -ugQ -ugQ -ugQ -ugQ -ugQ -uqF -dsv -slk -qWI -fBG -kPt -wAo -mGa +qcr +xnd +fWK +xnd +alM +lwh +lwh +xTZ +tLq +xOC +bYY +bYY +bEf +dlS +iPK +iPK +aEL +aEL +aEL +hrK +aEL +dFL +qcr +dVn +ydD +qcr +qcr +qcr +qcr +qcr +qcr +cMH +sna +sna +sna +fhP +foe +sna +fzV +lOy +lOy +lOy +lOy +lOy +lOy +lOy +lOy +lOy +lOy +fAg +hGl +hQn +hYm +npM +iox +ixa +iFP +eYo +eYo +jcB +eYo +eYo +jBN +cFe +xkx +xXB +kjF +cLc +kCW +iXH +iJe +foF +knE +wwp +lNt +wwp +mhR +wwp +muv +muv +mGu +mLB +hem +vLy +bGZ +xoH wqb wBE -cGR -suz +wqb +xoH xxV -wAo -qqs -dBR -fuf -gPq -gTW -gTW -gPq -wjK -gPq -gTW -gPq -wjK -gPq -gTW -gPq -fuf -qqs -rNF -fuf -gPq -gTW -gTW +ooF +aZL +ydU +oPZ +oWf +peM +lRS +pyp +pEW +pOW +qcX +qoD +qxy +jUE +qTY +fKE +rmq +dxf +dxf +dxf +dxf +dxf +smx +dxf +sEH +uiB +sVA hEn -vOI -dXj -vOI -hEn -gTW -gTW -gTW -dAQ -pUC +tnl +tAF +tKh +mCS +wvm xrj kpA iwa @@ -139494,14 +203909,29 @@ xXf oPo odG rXQ -fMv -xCu -kbP -dAQ +viU wOp -glu -xej +wOp +wOp +nus +nus +nus +nus +nus +fTD gPq +nus +sRp +nus +nus +nus +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -139522,30 +203952,15 @@ gTW gTW gTW gTW -gPq -oQh gTW gTW gTW -gPq gTW gTW gTW -hue -uKh -yfm -yfm -vlJ -tBc -tBc gTW gTW gTW -uKh -tBc -vlJ -yfm -yfm gTW gTW gTW @@ -139580,185 +203995,206 @@ gTW gTW gTW gTW -yfm -xMU -oGC +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +abe +tBc +fxA +fxA +fxA +fxA +tBc +tBc +tyz +acu +tyz +tBc +tBc +yfp +mEi +fJp +gTW +gTW +gTW +gTW +wOp +gPq +nFH +aEL +xwc +xwc +xwc +xwc +xwc +xwc qcr -cem -xMU -xMU -xMU -aaI -aaI -aIE -aaI -aaI -vSI -mna -nzR -mna -mna -cuM -kBR -qcr -ozk -xMU -xMU -itv -xej -gTW -gTW -gTW -gTW -gTW -gTW -gTW -ajN -ajQ aEL aEL aEL -bkQ -bkQ -bkQ -bkQ -bkQ -bkQ -hvQ -igs -iOY -xMU -koo -koo -xMU -rbS -mcG -xMU -nzn -xMU -ozk -ejZ -tRy +xTZ +tLq +vhI +bYY +avC +bMo +clE +mHG +iPK +aEL +emO qcr -uLx -xJU -uJw -tbw -tbw -tbw -uLX -grV -wcE -xJU -eOD -emi -emi +gqO +aEL +dFW +dPS +xwc +ydD +qcr +xwc +xwc +xwc +xwc +bhA +xwc +sna xOH -emi -ptf -rcj +fcN +fhU +foi iDI iMT -xJU -fqB -vKf -vKf -vKf -vKf -vKf -vKf -vKf -vKf -mvD +sNJ +gqx +kxi +nsy +rPr +lRi +qyk +whD +pBB +wAU +hxL uyI xWF urh npM -xej -gPq -gTW -gTW -gTW -gTW -gTW -gPq -wwX -xUG -uSm -hWd -hWd -dAY -seC -vGe -udV -lqn -dsv -dsv -dsv -dsv -dsv -dsv -dsv -dsv -vfN -qWI -fBG -kPt -wAo +ioS +dTl +iGr +iMv +iUK +vHI +gic +ovq +jBR +cFe +xCa +jZA +oXm +cLc +wQO +iXH +iJe +rPY +mQx +wwp +lNT +lYi +mic +mnW +xIy +myF +cMF +mLZ +mSr +hzt +noL ixI wVm aYk -vGN -lFB +nIE +dxf oRV -wAo +ooO xXM -dBR +oFH +oQh +oWm +peX +pnI +pyu +pFd +pQd +qdz +qpv +qxD +jUE +uhL +rhX +rmq +rtv +rDc +rOP +rWK +erH +smE dxf -vJJ -iEg -iEg -iEg -vJJ -iEg -iEg -iEg -vJJ -iEg -iEg -iEg -dxf -jsu -lWR -dxf -iEg -iEg -iEg -dAQ -dAQ -bma -dAQ -dAQ -dAQ -dAQ -iEg -bmF -fMv -sOK +xDN +uiB +sVC +tdy +tnm +tBb +tKv +mCS +wvm +xrj kbP qEK -fMv +uAD xoQ -kbP +uUn xQh -bnx -nAn -vJO -dAQ +viU +wOp wOp -glu xej gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -139778,31 +204214,10 @@ gTW gTW gTW gTW -iFl -iEg -wOp -iEg -iEg -iEg -iEg -mcC gTW gTW gTW -hue -yfm -yfm -yfm -ylM -gOn -tBc gTW -tBc -tBc -ylM -yfm -yfm -yfm gTW gTW gTW @@ -139837,228 +204252,228 @@ gTW gTW gTW gTW -yfm -xMU -xMU -xMU -xMU -xMU -rQI -fzb -gDD -wXv -off -dUY -bzB -qKd -jGt -hGa -oBy -mna -fha -uyw -tfx -xMU -xMU -yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +aaI +tBc +tBc +fxA +fxA +fxA +tBc +tBc +tBc +tyz +acu +tyz +tBc +iVx +iVx +jsn +iVx +gTW +gTW +gTW +gTW gPq -oQh -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -tBc -tBc -tBc -yfm -bkQ -bkQ +atN +atN +aEL +aDH +aIy +aLm cwA -khZ +xwc dXl -bkQ -bkQ -bkQ -bkQ -bkQ -bkQ -bkQ -bkQ -bkQ -bkQ -bkQ -nzn -xMU -xMU -xMU -xMU qcr -uLx -xJU -xJU -fqB -vKf -vKf -vKf -iOk -vKf -vKf -vKf -vKf -vKf -vKf -vKf -nUZ -euO -iFf -euO -vKf -hmF -jCV -wmL -kjk -kDv -wmL -jfe -sXD -xJU -hDl +aEL +avl +avl +xTZ +tLq +tLq +vMp +hck +bnH +fMn +iPK +iPK +aEL +pll +sOX +cxq +aEL +xwc +xwc +xwc +ydD +qcr +rmk +lUU +xwc +fLh +qcr +pZB +sna +xOH +fcN +fhU +foi +fwu +iMT +tEv +fRk +fVP +bVd +bVd +xya +elf +qRV +hgr +pdf +sVU uyI xWF urh npM -xej -gPq -gTW -gTW -gTW -gTW -gTW -gPq -wwX -pQd -nNt -ioM -hWd -iwv -riM -kkJ -taB -auL -mRQ -hWd -hWd -hWd -cSe -nzx -hWd -uVV -tKZ -qWI -fBG -kPt -nFX +ipa +ixA +iGr +iMB +iVb +vHI +tlz +ovq +ozt +cFe +xkx +eBY +yeY +cLc +fqd +iXH +iJe +rPY +wxk +wwp +lOc +lYu +mid +wwp +muz +cRM +cRM +jev +mSw +mXV +nex hSY -poH -poH -poH -poH -poH -poH +nqb +nyM +nIH +nSH +oec +ooT nXN -dBR -dxf +oGt +oQk kNJ lVs -lVs -lVs -ofl +pnP +pyW +pFA sje -sje -sje -ofl -jbh -jbh -ofl -ofl +lRS +qoD +qyp +jUE +qVu +rif +rmq svV asV -ofl -ofl +rOQ +rWL erH -kCL -dAQ -mVL -mXp -utx +smT +dxf +xDN +uiB utx +tdz hkZ -vOI -wOp -bmF +tBs +tKH +tQA xjK -bXB -bXB +xrj +uoe ouT bnx -mel +uKD nAn -bnx -bnx -bnx -qhk +xQh +vjd +dAQ dAQ -wOp -glu xej gPq gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -afF gPq -foH -glu -glu -glu -glu -glu -glu -xej +gTW +gPq +gTW gPq -afF gTW gTW -ylM -yfm -yfm -yfm -gOn -wcK -tBc -vlJ -yfm -yfm -yfm -yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -140094,184 +204509,187 @@ gTW gTW gTW gTW -yfm -yfm -yfm -yfm -xMU -qWA -uKB -gQT -epL -lDu -fNn -iUK -kor -qKd -bWX -oev -xOS -mna -xMU -xMU -xMU -xMU -yfm -yfm -gPq -oQh -gPq -gPq -gPq -afF gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +yfm +yfm tBc tBc tBc +fxA +fxA tBc +tBc +hqF +cKu +acu +gLB +hqF +iVx +iVx +jsn +iVx +gTW +gTW +gTW +gTW +wOp +atN +cwA +cwA +cGp kpT blB cxa -kSB -kSB -kSB -kSB -sye -aKb -iSk -wKY -wKY -wKY -bBZ -mhD -mUd -nAo -bVz -bVz -bVz -bVz -bVz -rMb -twD -ozk -ahu -hXY -fKQ +xwc +aXe +qcr +aEL +aAh +aAh +xTZ +tLq +tLq +kMY +tLq +eRv +uMC +eMP +iPK +aEL +mHw +rIx +tvV +aEL +jqa +qcr +qcr +ydD +qcr gfr -gtN -dZE -hGq -hGq -hGq -hGq +weo +weo +weo +dux +weo hTM -ibA -gKz -ita -wrW -iNP -sXD -lAU -lAU -lAU -lAU -lAU -lAU -lAU -lAU -eho -lAU -bWU +hTM +hTM +fiz +foG +hTM +isa +kuJ +vaV +hVd +hVd +hVd +hVd +hVd +hVd +cyJ +pdf +sVU +uyI xWF urh npM -xej -gPq -gTW -gTW -gTW -gTW -gTW -gPq -pzL -pQQ -qhD -xqM -qan -sjq -rjG -kWV -dEd -oiA -mRo -wOC -xmO -wOC -uhA -xBc -flY -uau -amN -nre -pgN -kPt +iph +iyh +iGu +iMN +iVe +wLR +pne +ovq +jBV +cFe +nzI +lBY +uTZ +kwx +gZg +ixV +pbe +dsq +cLc +wwp +wwp +wwp +wwp +wwp +dPn +dPn +dPn +dnX +vKA +hzt noL -poH +dxf wqq gAD kzd -ogV -drZ -poH -qqs -dBR dxf +drZ +ooY +qqs +oGu +oQl gnX qkz stx rRR -ofl +pFM lzm -lzm -lzm -dQU -bqR +lRS +qpJ +sJP +nAa qqW -ofl +nAa sJP bGO -bGO -bGO +rDh +rOQ sAr kCL -kCL -kCL -kCL -kCL -kCL -kCL +snc +dxf +xDN +uiB +sVW +tdD mEz -dAQ -wOp -bmF +tCb +tKv +tQO wvm -hEe -hQm -hQm -hQm -hQm -hEe nKU -bnx +nKU +nKU +nKU +nKU +nKU +nKU +vjq cTA -iyQ dAQ -gRF -glu -xej +vFf +gPq +gPq +gPq +gPq +gPq +gPq gPq gTW gTW @@ -140292,28 +204710,25 @@ gTW gTW gTW gTW -guZ -nus -nus -nus -nus -nus -nus -pPQ gTW gTW gTW gTW gTW -yfm -yfm -yfm -yfm -ylM -yfm -yfm -yfm -yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -140352,183 +204767,186 @@ gTW gTW gTW gTW -yfm -yfm -yfm -xMU -gLB -gUL -bTh -xxA -cCN -noU -xMU -xMU -qKd -dOK -vwW -rHT -mna +gTW +gTW +gTW +gTW +gTW +gTW +gTW yfm yfm yfm yfm yfm -jZB +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tyz +acu +tyz +iVx +iVx +iVx +jsn +iVx +gTW +gTW +gTW +gTW gPq -oQh -gTW -gTW -gTW -gTW -gTW -gTW -gTW -tBc -tBc -yfm -vlJ -tBc +atN +cwA +aBp +aLX kpT bnv cFS dEV -dEV -dEV -hAT -gfn -cPX -iSF -qvK -qvK -qvK -qvK -pDu -bkQ -nCp -tnZ -qcr -tnZ -tnZ -dVe -qcr -gEE -ifa -ahu -fKS -fKS -gfr -guF -ubC -gWK -gWK -gWK -gWK -gWK -gWK -wxM -qKE -pTX -boU -rHi -vzB -vpB -ppM -ppM -ppM -ppM -qkJ -ppM -lUM -ppM -ppM -dIf +aXY +bfb +aEL +bnC +ccn +xTZ +tLq +tLq +tLq +tLq +tLq +tLq +tLq +tLq +aEL +mHw +rIx +dmS +nUS +iiU +xTr +xTr +hXY +qMy +wsS +evr +exn +eCG +eCG +eIX +eCG +aGX +eCG +mrR +fpp +fxo +wde +xzz +vaV +nSX +hVd +hVd +hVd +wea +hVd +cyJ +pdf +sVU +uyI +xWF urh -juM -jFx -gPq -gTW -gTW -gTW -gTW -gTW -afG -dsv -dsv -dsv -dsv -xud -tjU -hWd -hWd -hWd -noH -dsv -izZ -twR -dsv -xCl -uva -xCl -dsv -dPn -vLy -dEB -vLy -dPn -poH -dyz -dgV -tmU -oGV -sad -syd -mAd +ihC +ipo +iyk +iGw +jYF +iVR +jda +jjN +jsM +jBY +iiy +yeY +hmn +eBY +cLc +bpS +bLM +iXH +aOV +myR +rTW +uhn +lYL +sNV +uEj +pZL +myR +llH +dBi +vKA +fjI +dxf +dxf +dxf +dxf +dxf +dxf +dxf +dxf +aZL rsa -cwQ -eYF +ylS +wkc etM kpk lRS -ofl -lzm +pFO +lRS bXX -lzm +xiJ sbs mfT eqZ -ofl +riC xiJ abA sWI lUA pmM -kCL +pmM vUC -qgJ -qgJ -bqF +dxf +xDN +uiB pEq -kCL -dXj -dAQ +tdF +tnG +tCg glu -dAQ -fGE -wkX +tQO +wvm +qTh ush uvz swH tzW -wkX -bnx -bnx -xpv -tzW -bmF +uUI +vwD +vjt +dAQ +dAQ wOp -glu -xej +iEg +iEg +iEg +iEg +iEg +syk gPq gTW gTW @@ -140564,11 +204982,8 @@ gTW gTW gTW gTW -yfm -yfm -yfm -yfm -yfm +gTW +gTW gTW gTW gTW @@ -140609,182 +205024,185 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW yfm yfm -yfm -xMU -gsh -vox -jmv -tko -oec -qIJ -qIJ -qIJ -qKd -cTx -iKK -cTx -qKd +lwh +lwh +lwh yfm yfm tBc -pPV -gPq -gPq -gPq -oQh -gPq -gPq -afF -gTW -gTW -gTW -gTW tBc -yfm -yfm -aib -aiT -aiT +tBc +tBc +tBc +tBc +tBc +tyz +acu +tyz +iVx +iVx +iVx +jsn +iVx +iVx +gTW +gTW +gTW +wOp +atN +ayi +aLX +cwA +kpT hwd cGp -dLV -aiT -aiT -hwd -qQH -fgp -bkQ -bkQ -kpT -ldX -ldX -kpT -bkQ -bkQ -bkQ -bkQ -bkQ -bkQ -bkQ -bkQ -wBy -bkQ -ahu -wea -fKW -fKW -guS +xwc +ahZ +gWo +aEL +bQT +chu +aEL +aEL +aEL +aEL +aEL +aEL +cof +aEL +aEL +aEL +aEL +aEL +aEL +aEL +ydD +qcr +gfr +weo +weo +ajT +xdO gID wUu wUu wUu wUu wUu -inh -gKz -jjk -wrW -kxn -sXD -hBq -eCP -yhu -yhu -yhu -yhu -yhu -qYV -qRQ -yhu -yhu -fUC -mZU -juM -xej -gPq -gTW -gTW -gTW -gTW -tBc -gOn -tBc -gOn -gOn -quT -qGu -qVO -cJD -rtk -rPu -sjD -dsv -sWA -txP -dsv -hXP -uvg -hXP -hXP -bGZ -wiK -fBG -ukW +wUu +wUu +fpK +fxt +fAr +fKS +hqC +nSX +nSX +hVd +hVd +hVd +csx +cyJ +wAU +dbq +uyI +xWF +urh +xeL +ipC +iyr +iGA +iNj +iWe +iFz +jjR +jsP +jCp +iiy +jRM +hmn +ukY +cLc +pjH +ykN +ykN +iEe +cLc +cLc +cLc +cLc +cLc +cLc +cLc +cLc +dnc +qWI +vKA +qZH pwd poH -wqq +nqp wDr -kzd +nII xoJ xyw -poH +dxf goi -aBK +rsa ylS -lMd -etM -etM +wkc +pfa +pof xxg -ofl -lzm -lzm -lzm -sbs +pGa +pQt +qdG +xiJ +qzF lHL szR -ofl -tii +riF +xiJ bbR gQn log yea -kCL +yea bfC -qgJ -qgJ -bqF +dxf +xDN +uiB vbd -kCL -dXj -vOI -wOp -dAQ +tew +tnS +tCi +uiB +tQO gKr spo -mel qJZ -bnx -bnx -tzW +qJZ +uAI +qJZ +khr tmF -bnx -anS -mWN +vjQ +sdg dAQ -wOp -glu +dAQ +dAQ +dAQ +dAQ +vZl +tLH xej gPq gTW @@ -140822,9 +205240,6 @@ gTW gTW gTW gTW -yfm -yfm -yfm gTW gTW gTW @@ -140866,73 +205281,73 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW yfm yfm yfm -xMU -gTU -vox -csX -qIJ -qIJ -qIJ -qIJ -qIJ +lwh +lwh +lwh +lwh +lwh +yfm +yfm +tBc +tBc +yfm +yfm +yfm +iVx +acw +adl +acw +iVx +lwh +lwh +lcK +iVx +iVx +gTW +gTW +gTW +gPq +atN +atN aEL -qMs -ohm -cTx -uKh -tBc -tBc -tBc -adr -klg -klg -klg -xej -gTW -gTW -gTW -gTW -gTW -gTW -gTW -tBc -yfm -yfm -aiT awI aLX bnR cGB -eas -fXn -gMn -hwd -dPR -jGh -qbH -bkQ -peM -nQa -cgj -mmF -mWO -nCZ -alt -rNg -rNg -nlh -voR -rNg -ooi -uJL -wcd -dHK +xwc +ahp +gWo +aEL +rUf +cam +ctB +dKZ +fgp +keM +fyI +tIE +cai +exq +onH +aWu +phA +qcr +qcr +qcr +ydD +qcr +wsS dHK +wDZ wbc -dHK +xdO iKZ tEP xNL @@ -140940,108 +205355,111 @@ xNL xNL xNL xNL -nFb -pus -fNk -pus -uPo -yhe -jfm -yhe -yhe -yhe -yhe -yhe -yhe -clK -rOT -htz -liQ -iyy -pMy -bta -iEg -iEg -dsv -dsv -izZ -mTk -lgL -dsv -dsv -dsv -dsv -dsv -qWq -uoX -hXP -hXP -hXP -hXP -ePK -aAU -hXP -uiP -uwA -uIi -hXP -cRP -wiK -avF -iBD -dPn -poH -poH -poH -poH -poH -poH -poH -fUg -dBR -cwQ -eVk -rMF -rlK +xNL +xNL +lsW +wde +tsf +ril +nSX +nSX +hVd +hVd +hVd +hVd +ylP +pdf +sVU +uyI +xWF +urh +xeL +ipZ +iyu +iGG +iNl +iWi +iFz +jjS +jtD +jCE +iiy +qyi +hmn +xXB +cLc +kDD +cLc +kDD +cLc +cLc +lCp +lOk +bJt +bJt +rHt +uKS +cLc +dnh +dBi +vKA +qZH +pwd +nkZ +wqu +wUh +nJl +nSZ +oef +opn +aZL +oGC +ylS wkc -ofl -lzm -sAG -lzm -dQU -uHB +wkc +wkc +wkc +wkc +wkc +wkc +xiJ +xiJ +xiJ adb -ofl -tfF +bqR +xiJ bec mIW -byF +xHP jlH wGr fXv -ftt -eYf -idF +dxf +xDN uiB -kCL -dXj -vOI -wOp -dAQ -dAQ -dAQ -dAQ -dAQ +uiB +uiB +uiB +uiB +uiB +tRt +ubQ +ujy +upn +utK jko -bnx -xrj -hQm -bnx -umX +uKX +wOW +vak +vki +xtd gUx +xtd +xtd +vFN dAQ wOp -glu +tLH xej gPq gTW @@ -141109,9 +205527,6 @@ gTW gTW gTW gTW -gTW -gTW -gTW "} (161,1,1) = {" gTW @@ -141124,181 +205539,184 @@ gTW gTW gTW gTW +gTW +gTW yfm yfm -xMU -gZp -vox -hRO -qIJ -qIJ -iLF -qIJ -qIJ +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm +yfm +yfm +yfm +lwh +lwh +iVx +acw +adl +acw +iVx +lwh +lwh +lwh +iVx +iVx +iVx +gTW +gTW +amh +uoz +ayN aEL -cTx -aWs -cTx -tBc -tBc -tBc -tBc -pPV -gPq -gPq -gPq -smz -gTW -gTW -gTW -gTW -gTW -gTW -gTW -tBc -yfm -yfm -aiT -axP -axP -bor -cIg -eaM -nyP +xwc +xwc +xwc +xwc +xwc +xwc gWo -hwd -rtj -kUr -vAN -bkQ -qDR -aqA -vwV -usY -usY -usY -pAV -hYm -usY -usY -usY -usY -eIn -faB -faB +aEL +cam +cam +cPB +vLU +fkk +fsw +fgp +fDy +aEL +aEL +fsw +aWx +phA +qcr +qMy +qcr +ydD +gfr +ajT xSc wDZ -rXk -hcQ -sFn -tDW -aef -aeq -aeG -aeO -aor -aIU -dti -xGQ -qDx -xJU -izr -ofy -ipC -jhU -wgd -sna -fWV -sCH -wHw -ejN -uxu -rRP -otG -hVJ -izZ -mTk -lgL -dsv -oAN -daT -pcK -daT -eEk -daT -daT -daT -pbW -rBo -hXP -rtW -mzJ -aWw -vwe -mbe -gRp -sJx -nnQ -dNR -oEu -hXP -pjv -wiK -sJW -ukW -tkv +toK +xdO +ykt +wWR +woc +woc +woc +woc +woc +woc +woc +wAU +wAU +jxW +ril +hVd +hVd +hVd +hVd +hVd +hVd +ylP +pdf +sVU +uyI +fvE +qGO +ihF +iqK +iyy +iHL +iNm +fBP +jdd +gXb +jtP +jCJ +iiy +luS +hmn +kjV +cLc +afY +kNv +lbI +kNv +sYe +xjq +jAE +wXl +wXl +uwV +uKS +cLc +tUi +qWI +vKA +aLy +dxf mxe wqu -wDu wUh +nJO wNs -vkG -xJz -qqs -dBR +oeg dxf -fOV +ouz +rsa +fuf +tnB +tnB +tnB +tnB +tnB +tnB +qdH +tnB +tnB tnB -pfG -fdU -ofl -ofl -ofl -ofl -ofl -nLL vMq -ofl +tnB xsU sbf crl xHP vEa -kCL +hJU smN +dxf xDN -xDN -xDN -xDN -kCL -dXj -vOI -afH -afK -afK +sKK +rCg +usW +tnU +tCk +tLy +tRy +uco age afM -dAQ -ksY -hyX +uco kAW -hQm -nAn +hyX +ttG +vwD +vkp xtd vwD -bmF +xtd +uVO +udn +dAQ wOp -glu +tLH xej gPq gTW @@ -141366,9 +205784,6 @@ gTW gTW gTW gTW -gTW -gTW -gTW "} (162,1,1) = {" gTW @@ -141381,181 +205796,184 @@ gTW gTW gTW gTW +gTW +gTW yfm -yfm -xMU -unY -orr -cKI -qIJ -qIJ -qIJ -hkd -qIJ -aEL -tyz -acu -tyz -dLT -tBc -tBc -tBc -pPV -tBc -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -tBc -djf -yfm -aiT +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +iVx +aJr +dMO +adl +gMC +aJr +iVx +lwh +lcK +lkK +lkK +lkK +lkK +ltj +ltj +ltj +ltj +ltj axW -aOK -boR +xwc +qcr fLh -ehp +xwc ulp gXa -hwd -qua -orp -onf -bkQ -bIa -rsp -vRG -owC -wKj -nDa -nKs -oCN -owC -nyM -syF -rQF -syF -uRv +aEL +cam +cam +dfk +epF +fsw +fsw +fsw +keZ +fHZ +lIW +fsw +biM +loN +pTQ +xwc +rmk +ydD +wsS syF xSu wSF -guV -tPC -afo +uaS +xdO +ykt yip -aeg -aer -aer -aeQ -rGn -iuT -wrg -wrW -qYf -xJU -jqM -jGg -erA -hXw -rHb -sna -xMM -nrH -akB -mwb -ujh -mTs -ogZ -czt -aaC -nOP -rKI -olu -oBt -vgf -utQ -vgf -vgf -vgf -gxl -vgf -vgf -qWN -hXP -rvv -rQD -trU -hXP -sWM -tyn -ddP -riP -ixq -eIS -hXP -jqU -wiK -sJW +woc +bxU +pLi +pLi +lgU +qTO +woc +qMc +kKu +tsf +ril +hVd +sLb +hVd +nSX +nSX +hVd +ylP +pdf +bAx +uyI +xWF +urh +xeL +mcS +iyH +iHQ +iNt +iWm +jdx +jjV +iCw +jCR +iiy +jSk +pdr +kjk +cLc +afY +tII +tII +tII +sPv +uCY +kBY +uiW +uiW +uiW +uLl +uxk +wCE +fvJ +mSG ukW flJ -nIw +rdZ fyk -fyk -fyk -fcz -vkG -xJV -qqs -dBR +eBt dxf -eXd -njB -vEP +dxf +dxf +dxf +aZL +oGV +yaQ +yaQ +yaQ +yaQ +yaQ +yaQ yaQ -ofl -pWE hNB -iNS -ofl -ofl +yaQ +yaQ +yaQ byz -ofl -ofl +yaQ +rmR pJC bAk -ofl -ofl +rOT +rWR fXp -oQf -oQf -oQf -oQf -oQf -oQf -dXj -dAQ -afJ +lkl +dxf +xDN +sKU +sVZ +usW +tnZ +tCn +wJD agd -afL -afL -afO -dAQ -dPy -hEe +ucM +wJD +pCH +utQ +bJG +usW qTh -hQm -lUJ -eiJ -ddQ +vwD +uoj +xtd +vwD +vFh +xtd +vFh dAQ -gRF -glu +wOp +tLH xej gPq gTW @@ -141623,9 +206041,6 @@ gTW gTW gTW gTW -gTW -gTW -gTW "} (163,1,1) = {" gTW @@ -141638,181 +206053,184 @@ gTW gTW gTW gTW +gTW +gTW yfm yfm -xMU -gTU -vox -jmv -qIJ -mkr -qIJ -qIJ -qIJ -aEL -pDY -acu -tyz -tyz -tyz -tyz -tyz yfm yfm -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -djf yfm -aiT -azJ -aOZ -boT -cNY -eix +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +acw +acw +acw +acw +adl +acw +acw +acw +acw +acw +acw +acw +aiF +aiF +aiF +amB +aul +ayO +ltj +qcr +xwc +fWK +xwc +xwc fXx hak -hwd -iQn -ugI -iXT -bkQ -apE -rsp -gwo +aEL +aEL +aEL +aEL +aEL +fyC +bSd mok -mUf -spv -seS -oCQ -oYu -uhL -riS -rRd -riS -uhL +hnA +aEL +xwc +xwc +xwc +xwc +xwc +xwc +xwc +ydD +wsS wcg -xYs -qhx -kuB -luQ -kIh +ycp +vRS +ejD +xdO +ykt wWR -adz -adz -adz -aeS -rGn -gPA -wrg -wrW -sqj -xJU -jst -xeL -xeL -sna -xMD -sna -oNz -nrH -eQP -wyz -hRM -sfm +woc +jgm +jgm +jgm +pLi +cZp +woc +tgZ +xYD +ggC +xDB +hVd +hVd +hVd +nSX +nSX +hVd +gio +wAU +wAU +uxu +xWF rYR -dsv -izZ -oCw -lgL -dsv -oBO -oQP -pds -oQP -oQP -oQP -wJj -oQP -oQP -kOm -hXP -rwr -oJL -ncq -hXP -sXa -tyC -tPD -kcM -trz -uIL -hXP -tdr -wiK -qbM +xeL +iiy +iiy +iiy +iiy +iiy +iiy +iiy +iiy +iiy +iiy +xXB +pdr +yeY +cLc +agf +eHw +eHw +pPm +uGB +rTW +gwQ +bJt +bJt +rHt +uKS +cLc +mGx +qWI +vKA uSA vYm -eKu -fyk -fyk -fyk +xKs +xKs +xKs +xKs puF -vkG -bNR -qqs -dBR -dxf -idz -tlM -bhI -aBG -ofl -max -maR -bgj +oey +xKs +ouP +rsa +oPO mBf -qnq +tlM vCO -ofl -jDS +aBG +mBf +maR +vCH +orD +mBf +tlM +vCO +aBG jDS +ruj rKX mtg -ofl +lkl hJU lkl -hHK +dxf hDO vvZ udZ -oQf -dXj -dAQ -dAQ -dAQ +usW +usW +usW +wJD +tRG +ucP +wJD +upo +uua +uAT +usW +uUV +eMc +uUZ +xtd +vwD +vwD +vIp +vwD dAQ wOp -wOp -dAQ -dAQ -dAQ -dAQ -bmF -bmF -dAQ -dAQ -dAQ -wOp -glu +tLH xej gPq gTW @@ -141880,9 +206298,6 @@ gTW gTW gTW gTW -gTW -gTW -gTW "} (164,1,1) = {" gTW @@ -141895,181 +206310,184 @@ gTW gTW gTW gTW +gTW +gTW yfm yfm -xMU -gLB -gUL -lSb -hsV -jdC -sSG -xMU -xMU -aEL -tyz -acv -acw -acw -acw -acz -tyz -yfm -yfm -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -djf wsU -aiT -aEK -aPw -brS -cOH +tBc +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +iVx +acw +acC +acj +acj +adm +acj +acj +acj +acj +acj +acj +acj +aiG +ajm +ajO +amR +avn +azf +aBS +wbF +wbF +wbF +wbF eiG wbF hdf -hwd +xwc kUr lWX -iYJ -bkQ -apE -rsp -gwo +qcr +eMU +aEL +aEL +aEL +aEL +aEL +lwh +lwh +lwh +lwh +lwh xwc -wtF -fOM -seS -oOx -mVK -uhL -uhL -rSO -uhL -uhL +qcr +ydD +wsS wcY -ybg -wSF -nJC -mYP -eeI -qqc -cVe -aet -aet -aeT -rGn -xmQ -rTn -rFl -sqj -xJU -nBy -wOp -nus -wOp -afA -sna -dVx -fbX -wHw -gBU -aJv -aJv -hkB -sna -tBc -tBc -tBc -dsv -dsv -xpq -pdH -mTk -frw -lgL -dsv -dsv -qJl -qXs -hXP -rwI -rRs -ncq -hXP -iZG -ncq -tQy -riP -qre -uqo -hXP -cRP -wiK -pVy -ukW -flJ -dvn -fyk +ycp +ekh +ejD +xdO +ykt +wWR +woc +jgm +jgm +jgm +pLi +pIP +vct +fJb +oaD +fYu +aBQ +hVd +hVd +nSX +hVd +hVd +hVd +cyJ +kra +wAU +euf +ePH +jNG +iiu +jmu +gaT +gaT +gaT +jmu +jmu +jmu +jmu +gaT +gaT +jmu +aMV +kjY +cLc +afY +rdR +tII +rdR +ltt +rjY +hoH +wXl +wXl +uwV +uKS +cLc +tUi +dRC +eaK +qtD +ecZ +nlh +wEe wEe wUs xoY -vkG -sLd -qqs -dBR +oeG +xKs +ovp +oHs +oQs +dxf +xfU +xfU +xfU +dxf +xfU +xfU +xfU +dxf +xfU +xfU +xfU dxf -ofl -ofl -ofl -ofl -ofl -afp -aFP -tCq -iGU -iGU -ohx -iTh -uKn dCF tqM ydH -bSZ -snS -iyd -ess +xfU +xfU +xfU +dxf qDs iSE gzW -oQf -mXp -nyZ +eMc +eMc +tCs wJD -nyZ +oWt pAe -ajp -ajp +wJD +upu ajq -lrY +uBo +usW +uoj +xtd +vwD +vwD +vwD +tzI +xtd +vFh +vEL wOp -wOp -wOp -wOp -wOp -lrY -wOp -wOp -glu +tLH xej gPq gTW @@ -142137,9 +206555,6 @@ gTW gTW gTW gTW -gTW -gTW -gTW "} (165,1,1) = {" gTW @@ -142153,180 +206568,183 @@ gTW gTW gTW gTW -yfm -xMU -qBR -reG -oXt -hLF -iQI -aCF -bcB -xMU -yfm -tyz -tyz -tyz -tyz -tyz -acu -tyz -yfm -yfm -yfm gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -oWm tBc +tBc +tBc +tBc +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +iVx +acw +adl +acw +acw +acw +acw +acw +acw +acw +acw +acw +acw +aiF +aiF +aiF +ana +avs rhG -aiT +aCg aEY -aPO +qcr bvJ -cUk -els +aap +xwc gca heo -hwd +bjJ syH sXc -bKe -bkQ -bkQ -oMF -oxH -fVQ -fVQ -npj -seS +qcr +ftw +bKp xwc -aft -uhL -eIy -eIy -eIy -uhL -wcY +oxH +oxH +xwc +xwc +xwc +lwh +lwh +lwh +xwc +qcr +ydD +wsS +dVr ycp -wSF -seS -oWR -ict -oYv -aeh -aeu -aeu -aeU -xJU -xJU -hNN -igM -qBa -xJU -qqi -gJF -gPq -foH -afA -aFM -xBm -xBm -xBm -psO -xBm -xBm -xBm -xBm -tBc -tBc -tBc -vlJ -wpF -yiq -hWd -yiq -vlJ -tBc -tBc -dsv -xbR -qXs -hXP -rwL -rRC -skP -hXP -sXn -tzQ -tRa -riP -aao -mfW -hXP -dTE +eko +ejD +xdO +ykt +wWR +woc +jgm +jgm +jgm +pLi +tlH +woc +jJn +rMs +qKO +fMi +hVd +hVd +hVd +hVd +hVd +hVd +ylP +tsf +osX +uyI +xWF +urh +avO +flk +iyQ +iIh +yeY +eBY +eBY +iIh +iIh +jCV +jKw +cmj +tkz +kke +cLc +afY +tII +ftQ +tII +tII +sYe +dgP +rPE +rPE +rPE +kAV +oKk +llH wiK -vKA -qtD -flJ +rUP +uxP +xsq wfu wjj -bHS gRb -fcz -vkG -afP -qqs -dBR -xfU -lzm -sGK -lzm -lzm -dER -jbh -jbh -bkT -kGr -mgh -mgh -xlR -aQE +gRb +eWP +oeR +xKs +ovB +oHF +dxf +vJJ +nus +nus +nus +vJJ +nus +nus +nus +vJJ +nus +nus +nus +dxf ssP -ssP -tnS -ofl -opW -rjk -owB -qDs +rDH +dxf +nus +nus +nus +dAQ +dAQ kgs -ygX -oQf -dLQ -tTV dAQ +dAQ +dAQ +uoj +wJD jwe -dAQ -lRO -wOp +ucT +wJD +upD ajr +uBy +usW +uoj +xtd +vwD +rCg +xtd +xtd +xtd +vFN +vEL wOp -glu -glu -glu -glu -glu -glu -glu -wOp -glu +tLH xej gPq gTW @@ -142394,9 +206812,6 @@ gTW gTW gTW gTW -gTW -gTW -gTW "} (166,1,1) = {" gTW @@ -142410,181 +206825,184 @@ gTW gTW gTW gTW -yfm -xMU -xMU -jbG -tmw -nND -nND -myU -xwJ -xMU -yfm -yfm +gTW +gTW tBc tBc tBc -tyz -acu -tyz -dLT -yfm -yfm -ylM -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -djf tBc +tBc +yfm +lwh +lwh +lwh +lwh +lwh +lwh +iVx +acw +adl +cAH +pZv +iVx +yfp +aJr +lwh +lwh +lcK +iVx +iVx +iVx +iVx ltj -aiT -aiT -aQj -bvZ +ltj +ltj +ltj +ltj +aEg +xwc +cUk cYy -eop +xwc +ahw xnd -hfb -hwd -bkQ -eqO -jax -iKz -krG -slv +xwc +qcr +qQH +qHt +gTj +jLt +xwc gHt mqP -oZp +qcr nWs -lyP -oPc -pku -qpV -rmk -sgs -eJK -uSi +xwc +lwh +lwh +xwc +xwc +qcr +ydD +wsS wex -jQY +ycp vRS -seS +ejD xdO -pkC -yip -aei -aer -aeH -aeV -afb -xJU -eCe -iUd -eCe -xJU -qqi -gJF -gPq -foH -afA -xBm -pvB -tHp -aoB -iHE -dfE -dfE -cIb -xBm -tBc -tBc -aax -aaz -aaD -wQD -pdR -wQD -aaD -aaz -aaA -nEu -qJW -qXs -hXP -hXP -hXP -hXP -hXP -hXP -hXP -hXP -tbN -hXP -hXP -hXP -jqU -wiK -qNN +ykt +wWR +woc +bxU +pLi +pLi +uPI +xqo +woc +qMc +kYa +kuJ +gXT +hVd +hVd +hVd +hVd +hVd +hVd +ylP +kra +wAU +jQu +xWF +urh +faM +ire +ire +ire +ire +iWu +tMj +tMj +tMj +tMj +xXB +xXB +jZW +xXB +cLc +afY +tII +tII +tII +tII +sYe +xjq +bJt +bJt +rHt +uKS +cLc +tUi +rVr +rUP uxP xsq -xsq -xsq -fiS -rdZ -ccT -vkG +nln +nqx +nzi +nzi +nTu +oeW xKs -qqs -dBR +owB +oHV xfU -lzm -vzh -erN -vDx -rVf -bKc -fsC -hsA -gdb -rtv -xsy -ofl -mea -mea -jHu -mea -ofl -uPk -hjN -hjN -bBk -bYF -nwy -nwy -yaE -oQf -oQf -oQf -qmd gPq -foH -ajr +gTW +gTW +gPq +wCH +gPq +gTW +gPq +wCH +gPq +gTW +gPq +xfU +xUX +wdg +xfU +gPq +gTW +gTW +hjN +vEL +uoj +vEL +hjN +dAQ +uoj +wJD +wJD +wJD +wJD +usW +usW +usW +usW +uoj +vaC +vwD +sKK +xtd +vGd +kPQ +tCK +dAQ wOp -nus -nus -nus -nus -nus -nus -nus -nus -nus -pPQ +tLH +xej gPq gTW gTW @@ -142651,9 +207069,6 @@ gTW gTW gTW gTW -gTW -gTW -gTW "} (167,1,1) = {" gTW @@ -142667,185 +207082,185 @@ gTW gTW gTW gTW -yfm -yfm -aEL -aEL -aaI -aaI -aaI -aaI -aEL -aEL -yfm -yfm +gTW +gTW +gTW +cUS +tBc +tBc tBc yfm -ylM -tyz -acu -tyz -tBc -yfm -yfm -yfm -tBc -gTW -gTW -gTW -gTW -gTW -gTW -gTW -djf -tBc +lwh +lwh +lwh +lwh +lwh +lwh +lwh +acw +adl +acw +lwh +lwh +lwh +lwh +lwh +lwh +lwh +iVx +iVx +iVx +iVx +iVx +aEL +awt lty acm -acm -aiT -bvJ -dbE -bvJ -aiT -acZ -adc +aEq +xwc +xwc +xwc +xwc +aYd +xwc +xwc adi -eqO -jim +btJ +qcr jLM -krH -lej +ksD +xwc lwF xuV rIx lLo -nNa -oRD -vDX -fwb -cnO -cnO -cnO -fQo +xwc +lwh +lwh +xwc +rmk +qcr +ydD +wsS wfl nJC dVu -uaS -oWR -fuZ +ilX +xdO +ykt wWR -adz -adz -aeI -aeV -tBc -xJU -tOA -sWn -vXm -xJU -qqi -gJF -gPq -foH -afA -xBm -iOf -vUr -iaB -ppE -pXD -mup -iUg -xBm -tBc -tBc -aay -prt -prt -prt -peX -prt -prt -prt -aaB -ptc -gJv -hLL -rkd -pii -pii -pii -pii -pii -sHw -pii -rpF -wNM -jHR -hXP -ttU -gyO -jPD +woc +woc +woc +woc +woc +woc +woc +wAU +wAU +jxW +gXT +hVd +hVd +hVd +hVd +hVd +hVd +gio +wAU +wAU +uxu +dUZ +btp +faS +irp +fmh +fDN +foM +wGN +jdC +jkz +jva +tMj +xXj +jSS +tRc +kkh +cLc +agf +fQg +tII +lga +tII +pAr +xjq +bQf +bQf +vOf +ruZ +cLc +dnc +mMn +rUP gMW -pwd +xKs pem -iOm -iOm -iOm -iOm -iOm -iOm +nqy +eRu +vqn +vbN +off +xKs nNH dBR xfU -lzm -mqT -kIr -oto -blG -hhr -ycQ -gxK -qHU -ofl -ofl -ofl -tBl -xIg -dWK -pFa -ofl -lsh -kxS -mwm -gPy -dke -lYR -byV -uua +gPq +gTW +gTW +gPq +wCH +gPq +gTW +gPq +wCH +gPq +gTW +gPq +xfU +xUX +wdg +xfU +gPq +gTW +gTW +gPq +vEL +uoj +vEL +gPq +dAQ byV eMc -dvt -cfJ -gPq -foH -ajr +eMc +eMc +eMc +eMc +uus +eMc +eMc +uUZ +vwD +vwD +vwD +vwD +vwD +vwD +vwD +dAQ +vZl +tLH xej gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gTW -gTW -gTW gTW gTW gTW @@ -142925,178 +207340,183 @@ gTW gTW gTW gTW -yfm -yfm -bFu -tBc -tBc -tBc -tBc -jXC -yfm -yfm -yfm -tBc -yfm -yfm -tyz -acu -tyz -tBc -tBc -yfm -yfm -gGj -qFH -qFH -uHO gTW gTW -gTW -gTW -djf tBc -lty -acm -acm -aQF +tBc +tBc +tBc +yfm +yfm +yfm +yfm +yfm +yfm +yfm +lwh +acw +adl +acw +lwh +lwh +lwh +lwh +lwh +lwh +iVx +iVx +iVx +iVx +iVx +yfp +aEL +awy +azJ +aCk +aEu +xwc bCf -dbS +dEU evR -aiT -uKh -add -tBc -dwK -jis +eNF +xwc +xwc +xwc +xwc +xwc xwc ksD -leK -otv xwc -uNP +xwc +xwc +xwc gqL -dpZ -oVI -ppK -qsr +xwc +xwc +xwc +xwc jqa -jqa -tCn -uSs +qcr +ydD +wuC wfX -xqD -oRf -jVv -mYP -jWt -qqc -fkk -aet -aeJ -aeV -tBc -xJU -vXm -aai -vXm -xJU -qqi -gJF -gPq -foH -afA -xBm -aaY -pca -xNT -roI -nNw -lhW -dqF -xBm -tBc -tBc -aay -prt -vka -vka -vka -vka -vka -prt -aaE -dsv -dsv -dsv -hXP -hXP -hXP -hXP -hXP -hXP -hXP -hXP -hXP -hXP -hXP -hXP -dPn -vqc +xSc +wDZ +wbc +xdO +ykt +yip +oTY +hIo +rZe +mwk +hVd +oTY +qwQ +qwQ +oTY +tsf +dsZ +hVd +hVd +hVd +nSX +hVd +hVd +ylP +pdf +veK +uyI +xWF +urh +iiB +irr +fuB +iIs +fpR +wGN +jdK +jkR +jvB +jCX +tFi +bdF +qxd +kkD +cLc +afY +tII +tII +tII +tII +sYe +dgP +wXl +wXl +uwV +uKS +cLc +tUi +dBi lPj -vNs -dPn -iOm +wpu +xKs +yiI qaX -aXu -aXu -aXu -qLC -iOm +nzn +xKs +nTw +xKs +xKs xVd dBR xfU -lzm -aEV -qLW -lzm -dER -oDl -wLW -rBh +gPq +gTW +gTW +gPq wCH -jbh -cYh -ofl -mvo -mMs +gPq +gTW +gPq +wCH +gPq +gTW +gPq +xfU +xVd wdg -tND -ofl -cCH -xjx -cXD +xfU +gPq +gTW +gTW +gPq vEL uoj -sEu -qDN -bdo -woy -xvN -dvt -cfJ +vEL gPq -foH -ajr -xej -gPq -gTW -gTW -gPq -gTW -gTW -gTW -gTW +dAQ +dAQ +dAQ +dAQ +udn +xtd +xtd +uut +uBF +uBF +uVO +vwD +vlb +vpo +vuY +dAQ +vZl +wOp +wOp +nus +nus +wxI gPq gTW gTW @@ -143121,15 +207541,10 @@ gTW gTW gTW gTW -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm +gTW +gTW +gTW +gTW gTW gTW gTW @@ -143183,178 +207598,191 @@ gTW gTW gTW gTW +gTW tBc tBc tBc tBc tBc +xFi +yfm +yfm +tBc +tBc tBc yfm -yfm -yfm -yfm -tBc -yfm -yfm -tyz -acu -tyz -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -qFH -qFH -qFH -qFH -tBc -tBc -lty -acm -acm -aiT -aiT -dcm -aiT -aiT -tBc +acw +adl +acw +lwh +lwh +iJu +gcj +gHp +iVx +iVx +iVx +aJr +aJr +iVx +iVx +aEL +awy +azK +aCr +aET +xwc +aAm +dGf +eNF +eNF +xwc ade -tBc -eqO -jiU -jNm -drW -guV +boZ +btT +xwc +qcr +ksD +daM kfR -xuV -rIx -lLo -drW -xwc +cgh +daM +cwy xwc +aig +psh hHs -nwF -hSB -gfr -uTR +qcr +qcr +ydD +qcr wsS -dsU -bzm -toK -oWR -ykt -oYv -aej -aev -aeK -aeV -rhG -xJU -vXm -oRR -vXm -xJU -afh -gJF -gPq -foH -afA -xBm -qdG -tEf -dPG -ask -sLz -htJ -cXx -xBm -tBc -tBc -aay -prt -vka -vka -vka -vka -vka -prt -aaF -tBc -fvA -gTW -gTW -gTW -gPq -lKe +jKF +uTU +pgJ +trX +fnm +wWR +oTY +oTY +oTY +dyp +hVd +hVd +hVd +anU +jhb +cAm +jNl +iAB +hVd +hVd +nSX +nSX +hVd +ylP +pdf +sVU +uyI +xWF +urh +fYo +irB +izc +iIA +iNO +wGN +jdO +jlR +jvR +tMj +sxb +fpT +ceo +yeY +cLc +afY +tII +xAs +tII tII sYe -nol -tSM -uiW -nYD -uwH -rHt -vgd -dUT -bBg +xjq +rPE +rPE +rPE +kAV oKk -pso -jBH -vYO +llH +qWI +rUP +wpu +xKs +nlp +nqA sOd -sOd -bqw -trf -iOm +nKg +nUa +ofE +xKs xUY -ydU +dBR xfU -lzm -lzm -lzm -rcM -dER -ryo -eEC -nad -gdb -jbh -vEX -ofl -tBl -qXR -nJQ -lzm -ofl -aRi -hIe -rQZ -ghY -nJr -kRp -byV -hcz -byV -jjR -dvt -cfJ gPq -foH -ajr +gTW +gTW +gPq +wCH +gPq +gTW +gPq +wCH +gPq +gTW +gPq +xfU +xUX +wdg +xfU +gPq +gTW +gTW +gPq +vEL +uoj +vEL +gPq +gTW +gTW +gTW +dAQ +vEL +vEL +vwD +uuu +vwD +vEL +vEL +vwD +afF +vpz +vvD +dAQ +wOp +tLH xej gPq -gTW -gTW -afF -gTW -gTW -gTW -gTW -afF +gPq +gPq +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -143376,19 +207804,6 @@ gTW gTW gTW gTW -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm gTW gTW gTW @@ -143440,168 +207855,178 @@ gTW gTW gTW gTW +gTW tBc tBc tBc tBc tBc -tBc -yfm -yfm -yfm -tBc -tBc -tBc -yfm -tyz -acu -tyz -tBc -tBc -vlJ -gOn +uXI +wsU +xIT wpF +xMM tBc tBc -tBc -tBc -tBc -tBc -ylM -tBc -tBc +tyz +adl +acw +iVx +iVx +iVx +gcj +gcj +bwF +iVx +iVx +aJr +aJr +iVx +iVx +aEL +awU ram cec -cec -acL -aiT -dcw -aiT -acW -tBc -ade -tBc -eqO -jja +aEV xwc +dur +eNF +flD +eNF +xwc +bjQ +bph +bue +jja +bGE ktt lgh -luQ +qHt +qHt +lgh +cwP xwc -uNP -gqL -dsU -xuV -xuV +cMH +psh lkd -bwG -eAk -tKh -uUI +qcr +qcr +jcQ +qcr wuC -otv -idP -vrt -mYP -mVJ -msk -aek -aew -aeK -aeV -tBc -xJU -qrB -wlS -ijQ -xJU -qqi -gJF -gPq -foH -afA -xBm -uMu -flD -bQi -roI -jDL -hQO -egp -xBm -tBc -tBc -aay -prt -vka -vka -vka -vka -vka -prt -aaF -tBc -pPV -gTW -gTW -gTW -gPq -lza +weo +weo +wfX +mjP +ykt +wWR +oTY +isG +xdR +xdR +xdR +eNV +hVd +fxS +oTY +aYF +dsZ +hVd +hVd +hVd +nSX +nSX +hVd +ylP +pdf +sVU +uyI +xWF +urh +fPk +gdl +nZC +uGn +ire +wGN +tMj +tMj +tMj +tMj +sxb +oEt +kwW +yeY +cLc +afY +rdR +tII +rdR swY -sPv -xjq -nAd -uiW +siy +uCY +bJt +bJt rHt uKS -uXR -vgd -dUT +cLc +tUi +dBi rUP -scM -gMy -iOm -yiI -hxd -vqn -vqn +wpu +xKs +nlQ +nqO +nzq +nKs +nUe gpE -iOm +xKs xUX -yeF -dxf -ofl -ofl -ofl -ofl -ofl -iDw -tnm -kVZ -cUZ -jbh -aEu -ofl -qEu -xzi -ofh -ctu -ofl -oQf -oQf -oQf -oQf -dVZ -suo +dBR +xfU +gPq +gTW +gTW +gPq +wCH +gPq +gTW +gPq +wCH +gPq +gTW +gPq +xfU +xUX +wdg +xfU +gPq +gTW +gTW ihu -evI -oQf -oQf -oQf -qmd -iEg +vEL +uoj +vEL +ihu +gTW +gTW +gTW +dAQ +udu +ujz +upF +uuT +uBV +uLn +uVV +vaO +ajo +vpB +upV +dAQ wOp -ajr +tLH xej gPq gTW @@ -143632,20 +208057,10 @@ gTW gTW gTW gTW -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm +gTW +gTW +gTW +gTW gTW gTW gTW @@ -143698,167 +208113,177 @@ gTW gTW gTW gTW -tBc +gTW tBc tBc tBc tBc uXI -uKh -wsU -wpF -gOn tBc tBc +tBc +tZC +vlJ +tBc tyz acu tyz -tBc -tBc -tBc -gOn -gOn -wcK -vlJ -gOn -ylM -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -acN -bCK -deG -bCK -acX -tBc -ade -tBc -eqO -xiW -jVv -kGn -lgj -sXr +iVx +cGY +iVx +iVx +iVx +gHp +iVx +iVx +iVx +kSH +iVx +yfp +aEL +axF +azM +aCF +aFc +xwc +bkQ +bkQ +bkQ +bkQ +bkQ +bjV +bpk +buo +xwc +ffK +xnd +daM +rmk tPC -ktG +daM wlx -elr -tPC +xwc +fLh psh qwz -elr -eAn -tLN -tPC -elr -tPC -fNu -tPC +qcr +qcr +ydD +qcr +psh +edH +aKA +wsS wgz -gJV -wWR -adz -aey -aeK -aeV -tBc -xJU -pjc -iym -pjc -xJU -qqi -gJF -gPq -foH -afA -xBm -hdl -hyc -xpj +hgP +hee +oTY +oez +hVd +hVd +hVd +oez +pfu +fxS +oTY +hJX +dsZ +hVd +hVd +hVd +nSX +nSX +hVd +ylP +wAU dbq -fpK -beN -tXW -xBm +uyI +xWF +urh +fed +tBc +wCU tBc tBc -aay -prt -vka -vka -vka -vka -vka -prt -aaF -tBc -ipj -gPq -wOp -gPq -vJJ -eHw -sxx -rTW -wMk -nAd -uiW -uwV -rHt -rHt -vgd -dUT -rUP -scM -wqn -jCI -wrp -kFy -uqa -vbN -gCI -iOm -qGB -mzw -abT -abT -abT -nwo -abT +hvP +jdR +jma jvS -pzd -xyK -oIj -qHU -ofl -ofl -ofl -ofl -ofl -ofl -ofl -ofl -jAv -oQf -nvf -iEk +yia +sxb +szO +tkz +klk +cLc +agf +eHw +eHw +pPm +uGB +rTW +gwQ +wXl +wXl +uwV +uKS +cLc +tUi +qWI +rUP +wpu +xKs +jCI +nqP +kFy +tua +nUm +ofV +xKs +qGB +dBR +dxf +vJJ +iEg +iEg +iEg +vJJ +iEg +iEg +iEg +vJJ +iEg +iEg +iEg +dxf +nxC +oPC +dxf +iEg +iEg +iEg +dAQ +dAQ hcV -gpT -mYx -swe -jRt -swe -ajh +dAQ +dAQ +dAQ +dAQ +iEg +ajj ajo -ajp -ajp +ujG +upV ajs +ajo +uLA +upV +vbf +uCp +uWm +vvE +dAQ +wOp +tLH xej gPq gTW @@ -143888,22 +208313,12 @@ gTW gTW gTW gTW -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -143955,7 +208370,7 @@ gTW gTW gTW gTW -tBc +gTW tBc tBc tBc @@ -143964,203 +208379,203 @@ uXI tBc tBc tBc -wcK -vlJ +tBc +tBc tBc tyz acu tyz tBc -uKh tBc -tBc -tBc -wpF -gOn -gOn -gOn -gOn -tBc -tBc -tBc -tBc -tBc -tBc -tBc -acN -acm -acm -acm +iVx +iVx +yfp +aJr +pZv +iVx +iVx +iVx +iVx +iVx +aEL +aEL +aEL +aEL +aEL +bkQ +bkQ +aPC +aUb acX -tBc -ade -ylM -eqO -jnI -seS -kHc -lgY -qTJ +bkQ +bkQ +bkQ +bkQ +bkQ +bkQ +bkQ +bkQ +bkQ +bkQ +bkQ +wlx xwc -uNP -nEU -nNe -oVO -pwP -qDW -elF +xwc +xwc +xwc +qcr +qcr ydD -wBP -uWA -fqP +qcr +gfr weo -fNR -xwc -nJC -mlR -qqc -lcY -aez -aeK -aeV +weo +ajT +gup +ykt +vwk +oTY +rot +oTY +oTY +wAU +hQB +wAU +cto +wAU +mjA +dsZ +hVd +csx +hVd +hVd +nSX +hVd +ylP +pdf +sVU +uyI +xWF +urh +fed +wpF tBc +wsU tBc -tBc -acp -tBc -eAA -qqi -gJF -gPq -foH -afA -xBm -dJB -lDk -dfE -iHE -oeW -rOH -sOY -xBm -tBc -tBc -aay -prt -vka -vka -vka -vka -vka -prt -aaF -tBc -pPV -gTW -gTW -gTW -gPq -lza +hvP +jdV +jmv +jwC +jDL +pJn +jiD +tkz +klk +cLc +afY +tII +tII +tII syL -hGg -dyY -nAd -uiW -lBG -uLl -nYD -vgd -dUT -rUP -scM -hQN -iOm -iOm -iOm -iOm -iOm -iOm -iOm +hoH +dsY +cma +cma +cma +vlH +kHp +qFg +kxL +jTw +wpu +bGZ +ehF +wEp +wEp +wEp +wEp +wEp +wEp hxw -rGS -mUn +dBR +dxf tYR -tYR -tYR -tYR -tYR -tYR -baL -sAn -gdb -pEG -jKa +pfy +pfy +pfy +ofl +sAn +sAn +sAn +ofl +pEG +pEG +ofl ofl -elc nYV meG -dKO ofl -eoN +ofl oQf -noj +wNj +dAQ kPQ pyU -gpX +tVw tVw ipe -dlf -iON -aji -nus -nus -nus -nus -pPQ -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq +vEL wOp -xvL -fcN -tBc -tBc -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm +ajj +udK +ujJ +ujJ +uuU +uCp +uql +uWm +uCp +uCp +uCp +vwV +dAQ +wOp +tLH +xej +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -144212,212 +208627,212 @@ gTW gTW gTW gTW -tBc +gTW tBc tBc tBc tBc uXI tBc -tBc -tBc -tBc -tBc -tBc +wUq +wUq +wUq +wUq +wUq tyz -acu +acx tyz -tBc -tBc -tBc -tBc -tBc -tBc -tBc -gOn +wUq +wUq +wUq +wUq +wUq wpF -wcK -tBc -tBc -tBc -tBc -tBc -tBc -tBc -acN -acm -acm -acm -acX -tBc -ade -erb -hBe -gZA -jVz +iVx +lwh +lwh +iVx +iVx +iVx +kSH +iVx +iVx +iVx +iVx +rdU +aLJ +aPO +aUc +aUc +aUc +aUc +bpQ +buq +bzB rDd -fbO +rDd +acR xru fbO mVR -fbO -euw -fbO -xru +cxb +qHt +qHt +qHt +qHt qHt -euw teO -xru -fbO -euw -fbO -xru +dGF +fLh +wsS +edP +ekv ghB -uYS -sjF -oYv -ael -aeA -aeL +xdO +ykt +wWR +oTY +oez +hVd aeW +wAU +bAw +aek +pIn +wAU +kQD +dsZ +hVd +hVd +hVd +hVd +hVd +hVd +ylP +pdf +sVU +uyI +xWF +urh +avO +vlJ tBc +wCU tBc -tBc -acp -tBc -eAA -qqi -gJF -gPq -foH -afA -xBm -xBm -xBm -lVC -nQB -vRz -xBm -mBH -xBm -tBc -tBc -aay -prt -vka -vka -vka -vka -vka -prt -aaF -tBc -pPV -gTW -gTW -gTW -gPq -lza -szv -byZ -dyY -nAd -ujd -uxk -nbC -uxk -vhB -dUT -rUP -scM +hvP +jel +jmE +jwJ +yia +knk +lyd +tkz +klF +cLc +afY +kOn +ubB +kOn +sYe +dgP +xTl +bJt +bJt +rHt +uKS +cLc +mFM +pjj +mSH +wpu vYR -iKE -wse wEp -wWj +wse +nzC +wXS ezK -gPq -hfM -ofl -yfT -ofl -jus +fmy +wEp +xUX +dBR +dxf jus +pfI dyJ siv -wYo -vXy -jCZ -twj -eBq -hNa -hNa -hNa -vCY -hNa -vfU -jQM ofl -uif -oQf -uSV -iid -mdC +vXy +vXy +vXy +fpP +hNa +qVz +ofl +vCY +jQM +jQM +jQM +guP +wNj +wNj +wNj +wNj +wNj +wNj wNj -sbY swe -swe -swe -ajj -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq +dAQ wOp -tBc -tBc -tBc -tBc -tBc -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm +ajj +ueb +ujR +upW +upW +upW +upW +ujR +vbj +uCp +vpJ +vyc +dAQ +vZl +tLH +xej +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -144469,212 +208884,212 @@ gTW gTW gTW gTW +gTW tBc -tBc -tBc +wCU tBc tBc uXI tBc -aZJ -aZJ -aZJ -aZJ -aZJ -tyz -acA -tyz -aZJ -aZJ -aZJ -aZJ -aZJ -wpF -gOn -tBc -tBc -gOn -vlJ -tBc -tBc -tBc -tBc -tBc -tBc -acN -acm -acm -acm -acX -tBc -ade -eqO -bDR -wct -eAA -aii -adz -aij +xOS +act +act +act +wMa +acb +ace +ack +acH +adq +adq +adq +aeN +afy +iVx +lwh +lwh +lwh +iVx +iVx +iVx +iVx +iVx +iJu +iVx +rdU +aLL +aQi +aUh +aUh +aUh +acl +bqp +buO +bzF +vKg +vKg +acS +vKg mtl -tBc +bkQ bhE -ahW -adz -ahX +ahY +qcr +ahY ahY ahZ -aia +qcr aie aig -ahZ +wsS aih -aie -qyO -aqm -qyO -enb -tBc -rot -huR -huR -tBc -tBc -tBc -acp -tBc -afc -qqi -gJF -gPq -foH -afA -xej -gPq -xBm -lXg -kwx -bjl -xBm -qtz -uXI -tBc -tBc -aay -prt -vka -vka -vka -vka -vka -prt -aaF -tBc -pPV -gTW -gTW -gTW -gPq -lza -col -sPv -dyY -vIB -uje -uje -uje -uje -uje -nqE -rUP -vOa -vYZ -vYZ +aih +ghB +xdO +fSu +fVZ +geb +rVR +lCC +eUF +wAU +jqd +aek +pIn +wAU +hal +biE +ifn +eqd +eqd +eqd +dRI +bZX +exO +pdf +sVU +uyI +xWF +urh +fed +wpF +xMM +wGE +xfV +hvP +yia +yia +yia +yia +xXB +xXB +kap +xXB +cLc +dlJ +cLc +dlJ +cLc +cLc +lCt +lOI +wXl +wXl +uwV +uKS +cLc +dPn +mNt +mTa +bWz +dPn +wEp bhq vOT -wXf +rRz hfM -eCk -hfM -csY +ogV +opN +owC tHq +oQE +rcY +pgd +poV +pzd ofl -rcY -rcY -dyJ -siv -sGA vXy vcz -kGr -ahy +vXy +ppy cQp cOu -cOu +ofl ylI -ryb +ruK xBq xRH -ofl -tHZ -oQf -uEX +gxf +wNj +hsv plk -lek +plk +mrL rSE -mrw -pMF -jhB -gPq -ajk -gPq -gTW -gTW -gPq -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gPq +wNj +uoj +dAQ +tLH +dAQ +uef +vwD +upY +uuX +uEx +uMc +vwD +uCp +uCp +vpM +uMc +ajj wOp -tBc -tBc -tBc -ajg -tBc -ovp -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm +tLH +xej +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -144733,204 +209148,204 @@ tBc tBc uXI tBc -acq -act -act -act -acx -acy -acB -acG -acH -acI -acI -acI -acJ -sHQ -vlJ -gOn -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -acO -acP -acP -acP -acY +ylM +ylM +ylM +ylM +ylM +tyz +uKh +tyz +ylM +ylM +ylM +ylM +ylM tBc +iVx +lwh +lwh +lwh +mEi +lkK +lkK +lkK +mEi +aCL +xiz +xiz +adf +aQs +aUs +xiz +xiz adf -fap pCg -bgb -jVE -rdU -buO -rdU -jVE -adq -jVE -gvR -buO -gvR -jVE -rdU -sjh -tMb -ePN -tMb -rDu -tMb +buU bkQ +bkQ +cRE +acT +bZr +cRE +bkQ +bkQ +bkQ +bkQ +bkQ +bkQ +bkQ +bkQ +dGV +bkQ +wsS +eeh +amL +amL oyG ixJ -bkQ -tBc -rot -huR -huR -tBc -tBc -tBc -acp -tBc -eAA -afh -gJF -gPq -foH -afA -xej -gPq -lHz -lXK -yfG -vpE +eCP +oTY +hVd +wcM +mBM +wAU +bcX +aek +rRP +wAU +hYS +uEu +oRp +ggC +ggC +ggC +ggC +qmj +wJd +wAU +sVU +xNT ovK -foH -uXI +tXW +fed +wCU +xMM tBc -tBc -aay -prt -vka -vka -vka -vka -vka -prt -aaF -tBc -ipj -gPq -wOp -gPq -vJJ -eHw -sxx -rTW -mGB -iff -ujE -ujE -ujE -ujE -ujE -iff +xfV +lqD +ukY +yeY +eBY +eBY +eBY +yeY +tHW +xXB +kwP +eBY +yeY +yeY +lgf +cLc +cLc +cLc +cLc +cLc +cLc +cLc +cLc +mGK +mNY aIK -vHF -irn -irn -tIU +vOu irn +wEp +wse +nzN wXS gHL jDs -djX +wEp qXn lTe +oQZ +oXt +pgd +pgd +pzs ofl -ofl -ofl -ofl -ofl -ofl -ofl -vav -mgh +vXy +vXy +vXy ppy +qKS +qVO ofl -ofl -ofl -ofl -ofl -iCT -ofl -ofl -ucM -oQf -oQf -oQf +rne +rvL +rDQ +goR +rWV +wNj +sng +plk +plk mrL aac -rYS -ays -eoN -eoN -ajm -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq +wNj +uoj +vEL wOp -tBc -tBc -tBc -tBc -tBc -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm +dAQ +ueg +ukf +uql +uvq +uCp +uCp +uMc +vby +uCp +vqc +vyh +dAQ +wOp +tLH +xej +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -144990,204 +209405,204 @@ tBc tBc uXI tBc -otM -otM -otM -otM -otM +tBc +tBc +tBc +tBc +tBc tyz -acC -tyz -otM -otM -otM -otM -otM -tBc -sHQ -sHQ -tBc -tBc uKh +tyz tBc tBc tBc tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc +wGE +aJr +aab +mEi +lwh +lwh +lwh +iVx +iVx +lwh +lwh +xiz +aFJ +aIE +aMI +aQE +aUt +aYu oAs -acC -eqO -vvu -wct -ePN +adf +bqt +bvu +bzQ +bkQ xtu lkq bZM -ePN -tBc -ePN +cgj +col +cxz nSz -lLv -mJE -ePN +sux +sux +ddD pzA sux tVY -ePN +dQs vDu rOk -fFL -ePN -iwB -bkQ -bkQ -fOW -rot -huR -huR +rOk +aor +rOk +aoN +eDl +mYy +mYy +nTG +mYy +mYy +mYy +mYy +mYy +mYy +mYy +mYy +mYy +mYy +mYy +mYy +mYy +mYy +mYy +mYy +ppE +ppE +eTL +ppE +ijw +vlJ tBc -tBc -tBc -acp -tBc -xiz -qqi -gJF -gPq -foH -afA -xej -gPq -lHP -lXR -cFH -ity -lHP -foH -uXI -tBc -tBc -aay -prt -vka -vka -vka -vka -vka -prt -aaF -tBc -pPV -gTW -gTW -gTW -gPq -lza -syL -fGw +wCU +xfV +yeY +jeA +eBY +eBY +yeY +eBY +eBY +oXa +bDD +bDD +bDD +eTG +eTG +eTG +bDD +xnZ +kZZ +qDW +eBY +eBY +ukY +ujE +mHh +pIe opk -byZ -ukY -ukY -ukY -ukY -ukY -byZ -opk -jDZ -ukY -ukY -vDr -ukY -rRz -jeg -fWk -qmz -yef -xUL -pDI +iuf +neT +wEp +wEp +wEp +wEp +wEp +wEp +wEp +owU +dBR oQE -tdC -oQE -oQE -jyW -gAU -vTl -hHQ -fpP +oXY +pgA +ppg +pzF ofl +vXy +vTl +vXy +fpP +qLi irC -kwi -eoN -ctV +ofl +rnt +rvO hKF aiY -eoN -lOA +gNc +sfm sTR -uIp -cRM +fOL +sEV xNp hDG -hDG -jzi -hDG -xhi -ajn -mcC -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq +wNj +uoj +vEL wOp -xvL -tBc -tBc -tBc -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm +dAQ +dAQ +dAQ +dAQ +dAQ +uEM +uCp +ujz +xsF +uCp +vrd +vyn +dAQ +wOp +tLH +xej +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -145247,156 +209662,170 @@ tBc tBc uXI tBc -tBc -tBc -tBc -tBc -tBc +wUq +wUq +wUq +wUq +wUq tyz -acC -tyz -tBc -tBc -tBc -tBc -tBc -tBc -pFt -adn -adp -soz -jfo -raS -jfo -raS -jfo -raS -jfo -jfo -jfo -acQ -acS -acS -acS -adg -fap -wCC -rGA -ePN +uKh +acn +wUq +wUq +wUq +wUq +wUq +jsn +iVx +iVx +lwh +lwh +lwh +iVx +iVx +lwh +lwh +xiz +aFW +aFW +aML +aQO +aUu +aYx +bfg +adf +bqD +bry +bAo +bkQ qWr -kQE -kQE -ePN -tBc -ePN +bGH +bZB +sBq +sBq +sBq nTN oVZ -nUP -ePN -roN sBq -cca -ePN +sBq +sBq +sBq +dGZ +wxC wxC oHW -wJo -ePN +elc +erz wRV eFv -tBc -tBc -rot +eDG +eGy +eJn bhP -huR -tBc -tBc -tBc -acp -tBc -afd -qqi -gJF -gPq -foH -afA -xej -gPq -lIi -lZM -lZM -lZM +eUP +mNC +mNC +mNC +mNC +hZO +mNC +gcj +gHp +iVx +iVx +cGY +gcj +gHp +iVx +bwF +wES tBy -foH -uXI +hQH +eYW +euO tBc tBc -aay -prt -vka -vka -vka -vka -vka -prt -aaF -tBc -pPV -tBc -gTW -gTW -gPq -lza -sAf -dQH +wCU +xfV +iWG +xfV +jmK +xfV +xfV +xfV +jTu +xfV +xfV +kxd +uxI +uxI +uxI +uxI +uxI +uxI uxI fdN -bXD -bXD +uxI +jZz cmj -bXD +ujE kaT -fdN -uxI -niY +mNY +mTf +vOu wBD wFX djA -fIQ xay -pym -pep -pep -pep -pep -hfM -uIp +xay +nUJ +dxf +fEP +xUX +dBR +dxf +oYu nFs -uIp -vcZ -erF +pph +pzW ofl ofl ofl ofl ofl +qLL atB -oQE -mqp +ofl +rnA tJD rIW hEX iUp -oQE +wNj lli -nUp -oQE -rkB -tGT -rnO -uIp -fFF +hCU +hCU +hCU +hCU +wNj +uoj +vEL nla +pqe +pqe +uky +nfY +dAQ +uER +uMu +uWn +xsF +uWm +vro +vyX +ajj wOp +tLH xej gPq gTW @@ -145430,21 +209859,7 @@ gTW gTW gTW gTW -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm +gTW gTW gTW gTW @@ -145498,162 +209913,176 @@ gTW gTW gTW gTW -tBc -tBc +gTW +cUS tBc tBc uXI tBc -aZJ -aZJ -aZJ -aZJ -aZJ -tyz -acC -swU -aZJ -aZJ -aZJ -aZJ -aZJ -tBc -pFt -tyz -tyz -cLW -iJO -uxs -oTH -uxs -uxs -uxs -psI -aCm -hNS -acj -acj -acj -acj -acj +xOS +act +act +act +wMa +acb +ace ack -acj -acl -ePN +acH +adq +adq +adq +aeN +kxF +iVx +iVx +iVx +iVx +iVx +iVx +iVx +iVx +lwh +xiz +aFY +aIU +aNw +aRi +aUW +aYy +bfo +adf +brd +bry +bAF +bkQ kQE -kQE -kQE -ePN -tBc -ePN +rDu +cae +bGG +com +cyL nUP -nUP -nUP -ePN -cca -cca -cca -ePN +cMX +bGG +ddJ wJo +dtY wJo +dQS wJo -ePN -tBc -tBc -tBc -tBc -rot +eet +elp +bTr +cgE +exp +eDS +eGE huR huR +eUX +mNC +mNC +mNC +mNC +iVx +gcj +bwF +fVV +fAq +fAq +fAq +fAq +euO +fAq +fAq +euO +eOD +hQH +hYo +wES +mhd tBc -tBc -tBc -acp -tBc -afe -qqi -gJF +wGE +xfV +xfV +xfV +yeY +jwX +xfV +xej +gTW +uww gPq -foH -afA -wOp -map -klg -klg -klg -klg -klg -wOp -uXI -tBc -tBc -aay -prt -vka -vka -vka -vka -vka -prt -aaF -tBc -pPV -tBc +kxe uZV -bPN -bPN -bPN -hqn +kOV +uZV +uZV +ltJ taq -hqn -tUN -lza -lza -lza -lza -lza -tUN -lza -vOu -lza -wgc +lPa +yfa +uxI +uxI +uxI +uxI +ujE +mPf +mRT +iuf +neV +wGi wsG -wEP xds -rxF -oaN -iuJ -iuJ -stt -hfM -aap -hQS -uIp -lOA -fVP -gwA -oQE -oQE -oQE -oQE -rkB -jYC -eoN -cxz -xmT -aSL -eoN -hea -jUT -uIp -wcU -lOA +xds +nUR +dxf +opW +xUX +dBR +dxf +tGT vcZ -eoN -eoN -eoN -eoN +pps +pzZ +ofl +gwA +qeC +qqi +ofl +ofl +rkB +ofl +ofl +rwl +xmT +ofl +ofl +sfq +wcU +wcU +wcU +wcU +wcU +wcU +uoj +dAQ +gNn gRF +pJd +pJd +esY +dAQ +uFf +ujR +uWA +xsF +vlk +vrq +vze +dAQ +vZl +tLH xej gPq gTW @@ -145688,20 +210117,6 @@ gTW gTW gTW gTW -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm gTW gTW gTW @@ -145755,162 +210170,176 @@ gTW gTW gTW gTW -tBc +gTW tBc tBc tBc uXI tBc -acq -act -act -act -acx -acy -acB -acG -acH -acI -acI -acI -acJ -tBc -pFt -tBc -tBc -eQM -tvc -hyF -pCs -pCs -pCs -pCs -pCs -pCs -pCs -acR -acT -acT -acT -acT -adj -adl -adm -ePN +ylM +ylM +ylM +ylM +ylM +tyz +uKh +tyz +ylM +ylM +ylM +ylM +ylM +jsn +iVx +iVx +iVx +iVx +iVx +iVx +kSH +iVx +lwh +xiz +aGn +aJn +aNJ +aRw +aVm +aYY +bfw +adf +brt +bvG +bAL +bkQ ePN rDu -ePN -ePN +caf +cgt adr -ePN -ePN -rDu -ePN -ePN -ePN -rDu -ePN -ePN -ePN -rDu -ePN -ePN -tBc -tBc -tBc -tBc -aeB -aeM +cyV +adZ +cNc +cVQ +adP +dmW +dub +dmW +adP +dVt +eeu +elF +erF +cdf +exx +eDT +mxu +mxu +mxu aeX +mNC +mNC +mNC +iVx +iVx +iJu +gcj +wES +gfa +gpJ +eyw +eyw +ewc +eyw +eyw +hyc +ujx +wBV +hYG +wES tBc tBc tBc -acp tBc -afg -qqi -gJF -gPq -foH -afA +tBc +xfV +jmP +xfV +xfV xej +gTW +gTW gPq -gTW -gTW -gTW -gTW -gTW -foH -uXI -tBc -gJI -aay -prt -prt -prt -prt -prt -prt -prt -aaF -tBc -lgS -tBc -bPN +kxe +rxd +rxd rxd rxd -afw rxd muR -hqn vTj -lza +ejL +miv ncF uMh -ncF -lza -vTj -lza -vTj -lza -lza -lza -lza -lza -hfM -hfM -eCk -eCk -hfM -hfM -uIp -uIp -uIp +lpf +put +mNY +mTg +mXY +nfd +nmj +nrE +nzR +nzR +eoN +dxf +rzq +xUX +dBR +dxf +oYR +pgN +ppz axe -lOA -uIp -uIp -lOA -uIp -uIp -eoN -eoN -jaX +ofl +pQD +qfe +qqV +qzL +qLQ +qWa +ofl +csq +rnS +rEP rZH -nKI -rZH -rZH -eoN -eoN -eoN -rzq -rzq -rzq -eoN +ofl +sgO +sny +sxi +sFg +sLg +sWP +wcU +uoj +dAQ +dAQ +dAQ +dAQ wOp wOp -gjN +dAQ +dAQ +dAQ +dAQ +ajj +ajj +dAQ +dAQ +dAQ wOp +tLH xej gPq gTW @@ -145945,20 +210374,6 @@ gTW gTW gTW gTW -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -gTW -gTW gTW gTW gTW @@ -146012,164 +210427,178 @@ gTW gTW gTW gTW +gTW tBc -tBc -tBc +wCU tBc uXI tBc -otM -otM -otM -otM -otM +wCU +tBc +tBc +tBc +tBc tyz -acC -tyz -otM -otM -otM -otM -otM -tBc -pFt -tBc -tBc -lDC -bdd -uut -wcK -wpF -tBc -tBc -tBc -tBc -ajR uKh +tyz tBc tBc tBc tBc tBc -ylM -tBc -jXC -tBc -tBc -tBc -jXC -tBc +jsn +iVx +iVx +iVx +iVx +iVx +iVx +iVx +iVx +nNi +xiz +aHl +aJv +aOe +aRC +aVB +aZa +bfF +adf +bry +bvT +bAF +bkQ +ePN +rDu +caf +rDu +coJ ads -adu +adZ ady adA -adD -adG -adG -adM -adD -adG -adG -adG +adP +adP +dug +adP +adP +dVG +eeT +elp adX qBc -qBc -qBc +exE +aed aen -aeC -aeK +rXa +rXa aeZ +fxA +fxA tBc tBc +iVx +iVx +iVx +wES +gfn +euO +fAq +fAq +euO +fAq +fAq +euO +hGA +hQL +hYX +wES tBc -acp tBc -xiz -qqi -gJF -gPq -foH -afA +wCU +tBc +tBc +aYP +tBc +tBc +aYP xej +gTW +gTW gPq -gTW -gTW -gTW -gTW -gTW -xiz -eAA -eAA -eAA -eAA -eAA -eAA -dkX -mUs -kmw -eAA -eAA -eAA -eAA -eAA -eAA -bPN -jSu -bNj -bNj -bNj -bXI -hqn +kxn +kDO vTj -lza +bNj +vTj +adD +gZK +lPC +pqG +lau +lBM uxZ -gKe uXT -lza -vTj -lza -vTj -lza -aaJ -aaN +mHv +mPg +mTi +mYq +nfp +wGi aaN +nAo aaP hBf -aaJ -aaN -aaN -aaP -eoN -uJo -mLb -mRg -lOA -cRM -uIp +dxf +oqb +xUX +dBR +dxf +ofl +ofl +ofl +ofl +ofl rnO -lOA -iDk -lOA +qfs +fJf +nEu +nEu guh -bXV -wpF +riS +fWk dLg dZi -dLg -mMI +gsi +rXg +sgU +snP +eRC +sFI +sLv +sXh +wcU +pyU +eMc +tLJ +tRO +uex +uLW +uLW +uvs +tfC +wOp +wOp +wOp +wOp +wOp +tfC +wOp +wOp +tLH xej gPq -eRC -wOp -wOp -wOp -lrY -wOp -wOp -nus -nus -pPQ -gPq gTW gTW gTW @@ -146203,20 +210632,6 @@ gTW gTW gTW gTW -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -gTW -gTW -gTW gTW gTW gTW @@ -146269,84 +210684,176 @@ gTW gTW gTW gTW -tBc +gTW tBc tBc tBc uXI tBc -tBc -tBc -tBc -tBc -tBc +wUq +wUq +wUq +wUq +wUq tyz -acC +uKh tyz -tBc -tBc -tBc -tBc -tBc -tBc -pFt -tyz -tyz -aMV -oQp +wUq +wUq +wUq +wUq +wUq +jsn +iVx +iVx +iVx +lwh +lwh +iVx +iVx +iVx +yfp +xiz +aHz +aJw +aOo +aSa +aVE +aZd +bfO +adf +brz +bwk bAT -vlJ -tBc -qyW -tBc -tBc -ylM -ajT -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc +bkQ +bkQ +bSe +caq +bSe +bSe adt -adv -adz +adZ +rDu adB -adE -adH -adL +adP +adN +adN adN adP -adP -adP -adP -adY -bxm -bxm +dVG +efe +elp +adZ bxm +exF +eEC aeo aeE -aeN -aeZ +aJr +snW +fxA +fxA +tBc +tBc +iVx +kSH +gcj +wES +gfy +bZA +tZC +xMM +tBc +vlJ +wCU +wES +hGV +hQW +hZA +gMT +wCU tBc tBc tBc -acp +wsU tBc -afd -qqi -gJF +tBc +tBc +tBc +xej +gTW +gTW gPq -foH -afA +kxe +kEp +ctM +kYL +lgn +kEp +tcn +lPW +lYN +kEp +kEp +uMo +lpf +oqJ +mNY +mTf +fDR +nfp +aaK +wtE +wFM +aaQ +tLQ +dxf +oqf +xUX +dBR +oRc +vXy +pgV +vXy +vXy +pGc +pEG +pEG +qrA +scD +fNP +fNP +rjk +roF +gtn +gtn +rQa +ofl +sgW +soi +hxP +sFI +sLz +sXB +wcU +sdg +tCK +dAQ +tTb +dAQ +ula +wOp +lLx +wOp +tLH +tLH +tLH +tLH +tLH +tLH +tLH +wOp +tLH xej gPq gTW @@ -146354,79 +210861,6 @@ gTW gTW gTW gTW -eAA -nqD -nqD -nqD -nqD -nqD -eAA -eAA -eAA -eAA -eAA -nqD -nqD -nqD -nqD -nqD -bPN -ctM -ctM -ctM -hqn -tcn -hqn -vTj -lza -ncF -uMo -ncF -lza -vTj -lza -vTj -lza -aaK -wtE -wFM -aaQ -tLQ -aaK -wtE -wFM -aaQ -eoN -eoN -eoN -eoN -rzq -rzq -eoN -rzq -rzq -eoN -eoN -eoN -nsH -gOn -dLg -gtn -dLg -jao -pPQ -gPq -ikn -nus -nus -nus -nus -nus -xAU -gPq -gPq -gPq -gPq gTW gTW gTW @@ -146461,25 +210895,6 @@ gTW gTW gTW gTW -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -146532,177 +210947,177 @@ tBc tBc uXI tBc -aZJ -aZJ -aZJ -aZJ -aZJ -tyz -acC -tyz -aZJ -aZJ -aZJ -aZJ -aZJ -tBc -pFt -tBc -ake -akj -hWz -akk -aki -akq -aik -akr -aio -akr -akr -akr -akr -akr -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -adt -adv -adz -adB -adE +xOS +act +act +act +wMa +acb +ace +ack +acH +adq +adq +adq +aeN +kxF +iVx +iVx +lwh +lwh +lwh +iVx +iVx +iVx +okl +xiz +xiz +aJy +aOw +aSI +aVM +aZs +bgi +adf +bkQ +pCg +bAZ +bGG +bKs +bSF +cax +cgw +cpE +czk +cFP +cNe +cVZ +deG adJ -adz +duK adO adQ adT adV adW adZ -bxm -bxm -bxm +evw +exL +eDS aep -aeF -aeF -afa +huR +ePO +snW +fxA +fxA tBc tBc +iVx +iVx +euO +euO +ggf +fWS +euO +gHN +nqD +ijQ +ijQ +ijQ +ijQ +ijQ +ijQ +ijQ +uer tBc -acn +vlJ tBc -afe -qqi -gJF +tBc +wsU +tBc +mhd +tBc +xej +gTW +gTW +gPq +kxe +kEy +hqn +hqn +hqn +ltN +uxI +uxI +uxI +lux +lux +lux +uxI +ujE +bHg +mTy +nun +ujE +wGi +wGi +wGi +wGi +wGi +dxf +oqt +xUX +dBR +oRc +vXy +phH +ppX +pAV +pGj +pQI +qfD +qrB +vpD +qLW +qWA +ofl +roW +roW +rEV +roW +ofl +sgZ +soq +soq +sFX +sLA +sXN +sXN +toh +wcU +wcU +wcU +ueU gPq foH -afA -xej +lLx +wOp +nus +nus +nus +nus +nus +nus +nus +nus +nus +wxI gPq gTW gTW gTW gTW gTW -eAA -eAA -eAA -eAA -eAA -eAA -eAA -eAA -eAA -eAA -eAA -eAA -eAA -eAA -eAA -eAA -bPN -hqn -hqn -hqn -hqn -tNz -hqn -dft -lza -lza -lza -lza -lza -bHg -lza -vTj -lza -aaK -wtW -wGi -aaQ -tLQ -aaK -wtW -wGi -aaQ -ymc -jXC -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -jXC -tBc -tBc -tBc -dLg -lBH -dLg -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -146789,172 +211204,172 @@ tBc tBc uXI tBc -acq -act -act -act -acx -acy -acB -acG -acH -acI -acI -acI -acJ -tBc -pFt -tBc -akf -loU -qvE -abE -akm -qZA -oam -vBU -ePH -ePH -aku -qEk -vKH -aks -ada -adh -adk +ylM +ylM +ylM +ylM +ylM +tyz +uKh +tyz +ylM +ylM +ylM +ylM +ylM +jsn +kSH +iVx +lwh +lwh +iVx +iVx +iVx +iVx +oRS +aCQ +aCQ +xiz +aOo +aSL +aOo xiz adn ado adp -xiz -adn -ado -adp -xiz -adw -adz +pCg +bBm +bGH +bKy +bSJ +cbe +moo +cqS +czy adw +cNu +cWz adF adK -adz +adK adK adS adU -adz -adU +adX +elX aea +bxm +exS +eDT +vqe +vqe +ePP +afa +fxA +fxA tBc tBc +iVx +yfp +euO +fWa +ghI +gpS +gyU +gIv +gZj +hgM +hoa +hoa +hHb +hRh +hZL +ikx +tBc +izr +iAc +foa tBc tBc +wCU tBc tBc -tBc -tBc -tBc -tBc -tBc -tBc -afg -qqi -gJF -gPq -foH -afA -xej -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -foH wOp -aax -abd -aaz -aaz -aaz -aaz -aaz -aaz -abd -aaz -aaz -aaD -aaz -hqn -tcx +lZj +gTW +gPq +kxn +kFu +uZV +uZV +uZV +ltW +uxI tzX tVd -lza -eLv +miz oDp -eLv -lza -tVd +twr +myS +twr +wWs oHv vQN -lza +nfB aaM aaO -aaO +nAJ aaR -aaD -aaM -aaO -aaO -aaR -aaS -aaS -aaS -aaS -aaS -aaS -cWz -cWz -aaT -aaW -aaW -aaW -aaZ -rhG -rZH -hmX -rZH -euB +nVI +dxf +dxf +xVd +dBR +oRc +vXy +phV +pqj +pBv +pGv +pQQ +qfN +aaA +xbE +ofl +ofl +ofl +rpa +rwD +rFS +rQh +ofl +shg +soE +sxD +sGj +sMu +sXO +teS +toi +teS +tLM +tTM +ueY +gPq +foH +lLx +xej +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq gPq -gTW -gTW -gTW gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -147043,156 +211458,168 @@ gTW gTW tBc tBc +xMM +aaw +tBc +tBc +tBc tBc -uXI tBc -otM -otM -otM -otM -otM -tyz -acC -tyz -otM -otM -otM -otM -otM tBc -pFt tyz -akf -jeA -oQp -jQy -akn -ndP -ckh -npQ -wul -wul -spO -ePH -sSu -akr -gPq -dSt -ueC -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -ePN +uKh +tyz +tBc +tBc +tBc +tBc +tBc +jsn +iVx +iVx +lwh +iVx +iVx +iVx +iVx +iVx +oRS +aCQ +aCQ +aJR +aOF +aSW +aWp +xiz +wsU +bkI +tBc +brt +bBB +rDu +bKN +bTh +arL +rDu +cro +czN jwv -rDu -jwv -ePN +cNV +cXk +dfh tMb -rDu tMb -ePN -tMb -rDu -tMb -ePN -aeb +dHZ +dRi +dVM +efj +emg +bHm +qBc aec aed -xiz -aeb -aec -aed -xiz -aeb -aec -aec -aed -xiz -qqi -gJF -gPq -foH -afA +eGN +aeC +ePT +afa +fxA +tBc +tBc +tBc +iVx +iVx +euO +fWh +gih +gpT +gzG +gIy +gZX +hhr +hor +hor +hHc +hoa +iam +gMT +tBc +izP +izP +iOb +foa +tBc +wCU +tBc +tBc +tBc xej -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gPq -foH -wOp -aay -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt +kxn +ptF +ptF +ptF +kxn +kki +uxI +lQv tVK -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -aaB -eAA -dbT -eAA -aba -tBc -dLg -dnc -dLg +miX +lEc +lEc +mze +mHv +mHv +mUb +cOH +nfB +aaO +nso +aaO +aaR +nVI +ogZ +dxf +nNH +dBR +oRc +vXy +pit +pqW +vXy +pGc +pQX +qgr +qsc +qzU +pEG +qXh +ofl +rpt +rxi +rGp +rQK +ofl +shq +soF +syd +sGr +sNO +sXS +teX +tor +tDk +tLN +tTM +ueY +gPq +foH +lLx xej -gTW -gTW -gTW -gTW gPq gTW gTW -gTW +gPq gTW gTW gTW @@ -147229,27 +211656,15 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm gTW gTW gTW @@ -147300,186 +211715,173 @@ gTW gTW tBc tBc -tBc +wpF uXI tBc -tBc -tBc -tBc -tBc -tBc +wUq +wUq +wUq +wUq +wUq tyz -acC +uKh tyz +wUq +wUq +wUq +wUq +wUq +aJr +aJr +pZv +iVx +iVx +iVx +iVx +iVx +iVx +aAA +aCQ +aCQ +xiz +xiz +aTc +xiz +xiz tBc +bkR tBc -tBc -tBc -tBc -tBc -pFt -tBc -akf -wOE -hyB -wfc -akn -ndP -wNi -tJt -eNE -akb -akc -wul -qdy -aio -gPq -tRM -tRM -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -ePN +bkQ +bBL +bGT loz -lYz -oeC -ePN +bTr +cbS +moo +cqS +czy +loz +rDu +rDu +dfw qtT -rVR tyO -ePN +tyO +dRl wvU -eoo +lyn wZu -ePN -gTW -gPq -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -qqi -gJF -gPq -foH -afA -xej -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -foH -wOp -aay -prt -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -aaU -ghb -lQw -dbT -aba +erN +bxm +eyu +eEC +eHu +eJs +eQb +afa +fxA +tBc +tBc +tBc +tBc +tBc +euO +fWu +giL +gqb +gzG +gIy +gZZ +hhE +hox +hyt +hHr +hor +hiD +cFt +tBc +izP +izP +wsU +wpF +wpF +tBc +tBc +wCU tBc -dLg -asN -dLg xej -gTW -gTW -gTW -gTW +gPq +gPq +gPq +gPq +gPq +gPq +lgW +luA +qYd +lQI +lYO +mjc +lEc +muT +mzw +lEc +lEc +mUd +cOH +nfB +aaO +aaO +nBp +aaR +nVI +ogZ +dxf +owB +oHV +oRc +vXy +vXy +vXy +pBG +pGc +pRp +qgA +aaU +vpD +pEG +qXI +ofl +rpa +rxj +rGt +vXy +ofl +shC +soI +sye +sGA +sOY +sXT +teS +toX +teS +tMp +tTM +ueY +gPq +foH +lLx +xej gPq gTW gTW +jdh gTW gTW gTW gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +jdh gTW gTW gTW @@ -147509,6 +211911,19 @@ gTW gTW gTW gTW +yfm +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm +yfm +yfm gTW gTW gTW @@ -147559,178 +211974,163 @@ tBc tBc tBc uXI +xIT +xOS +act +act +act +wMa +acb +ace +ack +acH +adq +adq +adq +izy +aJr +aJr +iVx +iVx +iVx +iVx +neE +aJr +pZv +aAX +aDq +aDq +aKb +xiz +aTy +xiz +aZu tBc -aZJ -aZJ -aZJ -aZJ -aZJ -tyz -acC -tyz -aZJ -aZJ -aZJ -aZJ -aZJ +bkR tBc -pFt -tBc -akf -akk -aGX -akl -ako -eay -muk -xBB -ajZ -oPF -mVm -wul -qdy -aio -gPq -tRM -tRM -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -ePN +bkQ +bBZ +rDu +bLu +bTR +cdf +rDu +cro +czN lyn moo -lBW -ePN +moo +dfF roo rWc -rqp -ePN +dIK +dRx wDD arL -wOK -ePN -gTW -gPq -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -qqi -gJF -gPq -foH -afA -xej -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -foH -wOp -aay -prt -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -aaB -eAA -dbT -eAA -aba +emi +esc +qBc +eyv +eEI +eHA +eJK +eQb +afa +fxA tBc -dLg -asN -dLg +tBc +tBc +tBc +tBc +euO +fWS +giY +gqH +gzQ +gJe +haT +hhG +hpc +hyB +hHJ +hor +hiD +cFt +tBc +izP +izP +tBc +foa +iOb +vlJ +tBc +tBc +tBc +ahU +gTW +gTW +gTW +gTW +gTW +gPq +ahB +lvp +lDk +lRA +lRA +mog +mog +muY +mzM +mog +lEc +mUe +cOH +ngu +aaO +eOG +aaO +aaR +nVI +ohm +dxf +ovB +oIj +dxf +ofl +ofl +ofl +ofl +ofl +pSr +qgK +qsz +qAE +pEG +qXZ +ofl +rqI +rxF +rGw +rQL +ofl +wcU +wcU +wcU +wcU +sQV +sYg +wTp +tpw +wcU +wcU +wcU +ueU +iEg +wOp +lLx xej -gTW -gTW -gGF -iEg -iEg -iEg -wTp -gTW -gTW -gTW -gGF -iEg -iEg -iEg -wTp -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +gPq gTW gTW gTW @@ -147766,6 +212166,21 @@ gTW gTW gTW gTW +yfm +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm gTW gTW gTW @@ -147811,184 +212226,168 @@ gTW gTW gTW gTW -gTW tBc tBc tBc +xMM uXI -wsU -acq -act -act -act -acx -acy -acB -acG -acH -acI -acI -acI -acJ tBc -pFt +ylM +ylM +ylM +ylM +ylM tyz -akf -wpU -aUs -abK -aco -dVa -oqV -lVX -aka -xxU -eOr -wul -qdy -aio -gPq -tRM -tRM -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -ePN -lBW -lBW -lBW -ePN -rqp -rqp -rqp -ePN -wOK -wOK -wOK -ePN -gTW -gPq -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -qqi -gJF -gPq -foH -afA -xej -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -kZx -wOp -aay -prt -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -aaB -xbE -wsT -afU -aba +jZB +tyz +ylM +ylM +ylM +ylM +ylM tBc -dLg -lBH -dLg -xej -gTW -gTW -foH +llW +gcj +kSH +iVx +iVx +iVx +iVx +iVx +tBc +tBc +tBc +aKT +aPe +aTO +aPe +aZy +tBc +bkR +tBc +bkQ +bCm +bHm +bMc +bUl +cdj +cgE +crz +czQ +wOK +cgE +cXs +dfJ +wOK +dvh +dIO +cgE +wOK +cgE +emC +cgE +evI +eyD +eDT +vqe +eJZ +eQb +afa +fxA +tBc +tBc +tBc +tBc +tBc +euO +fXh +gjx +gqR +gAe +gJw +haZ +hhR +hpD +hyF +hHK +hor +hiD +cFt +tBc +izP +izP +tBc +wCU +vlJ +foa +wCU +tBc +tBc +eAA +kaw +wOp +wOp +wOp +gPq +vJJ +lhj +lvD +lDu +lSb +lEc +moH +moH +mvd +mzN +moH +lEc +mUe +cOH +nfB +nmk +aaO +nBK +aaR +nVI +ogZ +oqx +oyx +oIl +oRi +oRi +oRi +pqX +oRi +pGD +pSs +qhk +qsK +xbE +ofl +ofl +ofl +ofl +ofl +ofl +ofl +ofl +shN +wcU +syz afH afK adC +tfv +tpD +tDo +tpD +tUb +ufk +uLW +uLW +uwY xej -gTW -gTW -gTW -foH -afH -afK -afM -xej -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +gPq gTW gTW gTW @@ -148024,6 +212423,22 @@ gTW gTW gTW gTW +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm +yfm gTW gTW gTW @@ -148068,219 +212483,219 @@ gTW gTW gTW gTW -gTW tBc tBc tBc -uXI +wpF +aaw +xMM +tBc +tBc +tBc +tBc tBc -otM -otM -otM -otM -otM tyz -acD +acu tyz -otM -otM -otM -otM -otM tBc -pFt tBc -akg -wSd -oMb -myR -aiE -qsX -djt -dom -syv -bKs -syv -oDa -rFK -aiD -oMg -hGl -tRM -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -ePN -ePN -ePN -ePN -ePN -ePN -ePN -ePN -ePN -ePN -ePN -ePN -ePN -gPq -bhT -gPq -gPq -bhT -gTW -gTW +tBc +tBc +tBc +tBc +aaw +xMM +xMM +xMM +tBc +tBc +tBc +tBc +tBc +tBc +tBc +aKT +aCQ +aCQ +aCQ +aZy +tBc +bkR +wCU +bkQ +bCy +adZ +bMd +bVa +cdq +cgT +csz +czR +cFW +cOU +cXB +dge +dnz +dvA +dIQ +dRT +dWf +ega +emH +esf +adX +eyZ +aed +eHB +eKx +eQb +afa +tBc +tBc +tBc +tBc +tBc +tBc +fRy +fXA +gjN +grE +gAS +gJI +hbC +hif +hpS +hyY +hpS +hRK +iaC +ikY +isL +izW +izP +wCU +wsU +wsU +xMM +xMM +tBc +tBc +ahU gTW gTW gTW gTW gTW gPq -qqi -gJF -gPq -foH -afA -xej -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -foH -wOp -aay -prt -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -aaB +ahB +lwc +lDC +lSj +lEc +mpb +mpb +mvC +mzV +mpb +lEc +mUe +cOH +nfB +nml +aaO +aaO +aaR +nVI +ogZ +ofl +ozg +oIN +oRy +oZp +oZp +oZp +oZp +oZp +oZp +qhs +qsO vpD -afQ +qMs afV -aba -rhG -rZH -rzc -rZH -luT -gPq -gPq -foH +ofl +rqM +ryn +rGx +rQZ +ofl +wcU +wcU +syE afI diG afN -xej +tfx +tpG +tDF +tMZ +tUE +nus +nus +nus +nus +wxI gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gPq -gPq -foH -afI -diG -afN -xej -gPq -afF -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +wOp +tKr +uFr +iVx +iVx +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm gTW gTW gTW @@ -148328,216 +212743,216 @@ gTW gTW tBc tBc +tZC +aaw +wpF +tBc +tBc +tBc +xMM +tBc +tyz +acf +tyz +tBc +xMM +wCU +tBc +tBc tBc uXI +xMM +wpF +tZC tBc tBc tBc tBc tBc tBc -tyz -acu -tyz +tBc +aKT +aCQ +aCQ +aCQ +aZy +tBc +bkR +tBc +bkQ +bkQ +bHB +bNg +bVp +cem +cgW +csN +cgW +cGy +cgW +cem +dgt +cGy +dvC +cem +cgW +cGy +cgW +cem +esi +evK +eza +eEC +eHN +eKF +eQA +eVd tBc tBc tBc tBc tBc tBc -pFt +fSl +fXC +gkg +grG +gBD +gJW +hbH +hik +hor +hzH +hor +hRT +iaF +ikY +isL +iAc +izP +xMM tBc -akf -eFf -ddj -mSL -acE -xCY -vrD -wqz -wul -sHp -wul -cOU -uql -aiD -oMg -ueC -tRM -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -pft -gTW -gTW -gPq -gTW -gTW -gPq -gTW -gTW -gPq -gTW -gTW +tBc +tBc +wpF +wCU +tBc +ahU gTW gTW gTW gTW gTW gPq -qqi -gJF -gPq -foH -afA -xej -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -foH -wOp -aay -prt -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -aaB +ahB +mNY +lEc +lSj +lEc +lEc +lEc +mvG +mzw +lEc +lEc +mUe +mYx +ngB +nmq +nss +nmq +nKG +nVW +ohw +ofl +ofl +oJl +ofl +oZP +oZP +prg +pBY +pGR +pSw +qhI +qsW gyf -afR djB -aba -tBc -dLg -dnc -dLg -xej -gTW -gTW -foH +djB +djB +rqO +djB +djB +rRo +rXw +wcU +spf +syR afJ afL afO -xej -gTW -gTW -gTW -foH -afJ -afL -afO -xej -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +tfy +tpD +tpD +tpD +tUU +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +wOp +iVx +iVx +iVx +iVx +iVx +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm gTW gTW gTW @@ -148582,219 +212997,219 @@ gTW gTW gTW gTW -gTW -gTW -tBc -tBc -uXI -tBc +cUS tBc tBc tBc +aax +xMM +xMM +xMM tBc tBc +xMM +tyz tyz -acF tyz tBc -gOn -ylM +vlJ +xMM +xMM +tBc +tBc +aaw +tBc +tBc +xMM +vlJ +fxA +fxA +fxA +tBc +wCU +tBc +aKT +aCQ +aCQ +aCQ +aZy +tBc +bkT tBc tBc tBc -pFt -tyz -akh -rJD -cHi -mEJ -akp -aqp -voK -ykZ -eTL -aoA -wul -vXR -qdy -aio -gPq -tRM -tRM -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +czU +bNk +bVv +ceu +chF +tBc +czU +cHc +vqe +cXD +dgL +dnK +dvF +dJk +dSi +dnK +egq +dJk +ess +evQ +ezy +eFa +tBc +eKQ +eQM +eQM +tBc +tBc +tBc +tBc +tBc +tBc +fSo +fXP +gkz +grV +gCb +gKC +hbQ +hil +hqy +hzV +hor +hSb +hiD +cFt +tBc +izP +izP +wpF +mBo +wCU +tBc +tBc +wsU +tBc +ahU gTW gTW gTW gTW gTW gPq -pft +ahB +lxz +lDk +lSj +lEc +tZS +lEc +lEc +lEc +lEc +lEc +mUe +pwn +wam +wam +nsI +nBS +fEK +nWE +nWM +nWM +ohP +oJx +ofl +oZQ +oZQ +prg +pBY +pGV +pSw +qii +qsX +qAL +qNA +qYL +qYL +rrc +qYL +rGA +rRM +rXD +wcU +spv +syR +sGK +sQW +sYJ +xAU +tpI +tDT gPq +tVH gPq -vJJ -vJJ -vJJ -iEg -iEg -iEg -wTp +gTW +gTW gPq +gTW +gTW +gTW gPq +gTW +gTW +gTW gPq +gTW +gTW +gTW gPq +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gPq +gTW +gTW +gTW gPq wOp -gPq -gPq -qqi -gJF -gPq -foH -afA -xej -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -foH -wOp -aay -prt -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -aaB -eAA -dbT -eAA -aba -tBc -dLg -asN -dLg -xej -gTW -gTW -ikn -nus -nus -nus -xAU -gTW -gTW -gTW -ikn -nus -nus -nus -xAU -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +iVx +iVx +iVx +vfZ +iVx +vKp +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm +yfm gTW gTW gTW @@ -148839,218 +213254,218 @@ gTW gTW gTW gTW -gTW -gTW tBc tBc -uXI +tBc +xMM +aaw +tZC +wpF +wpF +tBc +tBc +wCU tBc tBc tBc tBc -tBc -tBc -tyz -tyz -tyz -tBc +xMM +xMM +xMM vlJ -gOn -gOn +tBc +lpR +xMM tBc tBc -pFt +fxA +fxA +fxA +fxA +fxA tBc -aki -fmh -neH -iSK -aki -fKU -gzh -qdy -wul -pWM -wul -vXR -qdy -aio -gPq -tRM -tRM -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -pft -gTW -gTW -wsi -iYm -xGw -bJh -xMZ -fuB -xej -gPq -gTW -gTW -gTW -gTW -gPq -gTW -gPq -qqi -gJF -gPq -foH -afA -xej -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -foH +tBc +aLd +aPs +aPs +aPs +aZJ +tBc +bld +brE +brE +brE +bHG +bNG +bVW +bNG +bHG +csO +bHG +cHi +cOV +cHi +bHG +bNG +dvP +doy +wQr +doy +bWp +doy +etI +evT +ezX +bkQ +tBc +eKQ +eQM +eQM +tBc +tBc +tBc +tBc +tBc +tBc +fSl +fXU +gkU +gsh +euO +gKX +hcg +hiD +hor +hAa +hor +hSb +hiD +cFt +tBc +izP +izP +tBc +xMM +wCU +tBc +tBc +tBc +tBc +eAA +kaw +wOp +wOp wOp -aay -prt -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -aaB -ghb -lQw -dbT -aba -tBc -dLg -asN -dLg -xej -gTW -gTW -gTW -gTW gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW +vJJ +lhj +lvD +lDu +lSk +lEc +mjB +oOV +bGt +mjB +oOV +lEc +mUn +mYF +ngL +ngL +nsJ +ngL +nLb +nWH +ohJ +oqG +ozs +oKG +ofl +ofl +ofl +ofl +ofl +ofl +ofl +qik +fNP +qAP +ofl +ofl +ofl +ofl +ofl +ofl +rSp +ofl +wcU +wcU +wcU +wcU +sRg +sYO +sYO +tqv +wcU +nYb +tWa gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +wOp +iVx +iVx +iVx +iVx +iVx +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm gTW gTW gTW @@ -149096,45 +213511,163 @@ gTW gTW gTW gTW +tBc +wCU +xMM +xMM +aaE +aje +wpF +xMM +xMM +tBc +tBc +tBc +tBc +xIT +tBc +tBc +wpF +xMM +tZC +tBc +meI +afy +tBc +tBc +khn +fxA +fxA +fxA +fxA +tBc +tBc +tBc +tBc +tBc +tBc +tBc +bgo +tBc +tBc +tBc +tBc +wQr +bNM +bVZ +ceS +wQr +tBc +wQr +cHn +cPg +cXG +wQr +dnT +dwj +dJB +wQr +dWX +egv +emY +etP +evV +eBp +eBp +eIb +eNi +eRd +eRd +fcU +fcU +fcU +fcU +fcU +fcU +fSr +fZO +gme +gsm +gCw +gLu +hcz +hiW +hoa +hAd +hHT +hSn +ibg +gMT +tBc +izP +izP +tBc +tBc +xMM +tBc +tBc +tBc +tBc +ahU +gTW +gTW +gTW gTW gTW -tBc -tBc -uXI -tBc -tBc -ylM -tBc -tBc -tBc -tBc -tBc -tBc -tBc -gOn -gOn -gOn -vlJ -tBc -pFt -tBc -aki -rHv -tvs -hFo -ahd -gQW -qHG -iac -ePH -uSR -oTK -sdk -aoN -akr gPq -tRM -tRM +ahB +lwc +lEn +lTn +lEc +swk +eEV +wWp +swk +gGc +lEc +lTn +mYQ +mjL +mjL +nsU +mjL +nKY +ujE +ohP +oqP +ohP +oKK +oRN +oRN +oRN +oRN +oRN +pGY +pTs +qiW +qtW +qAQ +ofl +qYM +rjl +ohP +nYb +rGS +rSZ +rXG +nYb +spO +rrp +ohZ +sRi +sZv +sZv +tqQ +tDZ +tNy +tWh +lZj gPq gTW gTW @@ -149151,163 +213684,45 @@ gTW gTW gTW gTW -pft gTW gTW -wsi -fqJ -ntb -jdK -xMZ -sPQ -xej -gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW gTW gPq -gTW -gPq -qqi -foH -klg wOp -afA -xej -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -foH -wOp -aay -prt -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -aaB -eAA -dbT -eAA -aba -xQu -dLg -lBH -dLg -xej -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +tKr +iVx +iVx +iVx +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm gTW gTW gTW @@ -149353,163 +213768,163 @@ gTW gTW gTW gTW -gTW -gTW -tBc -tBc -wMa -kfp -tBc -tBc -tBc -tBc -tBc -tBc -tBc -wsU tBc tBc +xMM wpF -gOn -wcK +xMM +aaE +aaV +yex +yex +yex +hFN tBc -pFt -tyz -aki -grE -vLF -reu -aki -edj -xFl -sAJ -ptz -ajU -ajV -ajX -ajW -akr -gPq -tRM -tRM -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -pft -gTW -gTW -vJJ -rOB -vJJ -fuB -xMZ -jdK -xej -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -chL -gJF -gPq -foH -afA -xej -gPq -gTW -gTW -gTW -gTW -gTW -gTW +tBc +tBc +tBc +tBc +tBc +xMM +wCU +vlJ +uXI +tBc +tBc +tBc +tBc +fxA +fxA +fxA +fxA +fxA +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +wQr +bOD +bOR +bOR +wQr +tBc +wQr +cHr +cPH +cHA +wQr +dnV +dwK +dob +wQr +dXo +egw +dXE +wQr +ewl +eCe +tBc +tBc +eKQ +eRe +eQM +tBc +fxA +fxA +tBc +tBc +tBc +euO +gab +gmi +gtt +euO +gLS +hcN +hjm +hqK +hAg +hIe +hIe +ibh +gMT +tBc +izP +izP +tBc +tBc +tBc +wCU +tBc +mhd +tBc +tBc +aaS +klJ gTW gTW gTW gPq -foH +ahB +lxT +lEv +lTB +lZi +mjU +mjU +mwe +mjU +mHJ +lZi +lTB +mYT +ngR +nmu +nti +nCp +rZN +ujE +ohU +oqV +ohP +ohP +nWM +nWM +piD +nWM +ohZ +pIj +ofl +ofl +ofl +ofl +ofl +qYP +oRN +oRN +ryo +rHS +rTm +rXP +shX +spP +oRN +sGL +qYV +oKO +pUQ +nWM +tEf +tNL wOp -aay -prt -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -aaB -aaX -aaX -aaX -aaX -abb -rZH -hmX -rZH -luT -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW +xej gPq gTW gTW @@ -149550,21 +213965,21 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm gTW gTW gTW @@ -149610,84 +214025,162 @@ gTW gTW gTW gTW +tBc +tBc +tZC +tBc +tBc +tBc +tBc gTW gTW gTW -gTW -gTW -wMa -nBc -nBc -nBc -nBc -kfp +abR +yex +yex +yex +yex +yex +yex +yex +yex +yex +xFi +tBc +tBc +tBc +tBc +fxA +fxA +fxA +fxA +fxA tBc tBc tBc tBc tBc tBc -gOn -ylM -vlJ -pFt tBc -aki -aki -aki -aki -aki -akr -ail -akr -aio -akr -wul -wul -ajY -akr -gPq -wfn -hGl -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -pft -gTW -gTW -foH -afi -afj -afj -afj -afj -wOp -klg -klg -klg -klg -klg -klg -klg -klg -faS -foH -klg -wOp -afA +tBc +tBc +tBc +tBc +wQr +bOR +bOR +bOR +wQr +tBc +wQr +cHA +cHA +cHA +wQr +dob +dob +dob +wQr +dXE +dXE +dXE +wQr +tBc +tBc +tBc +fxA +rkb +eQM +eQM +tBc +fxA +fxA +fxA +tBc +tBc +euO +euO +euO +euO +euO +gMT +hcS +gMT +hqP +gMT +hIj +hIj +lMm +gMT +tBc +iAv +izW +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +jbs +kFO +kGt +kGt +kGt +xcx +lFB +xcx +lZN +qvO +qvO +qvO +qvO +qvO +lZN +qvO +mZD +qvO +nmM +ntl +nCr +nMa +ujE +ohZ +ohP +oKO +pRy +nWM +oKO +ohZ +nWM +xAc +oKK +pUb +oRN +oRN +oRN +oRN +qYV +ohP +rrp +nYb +rIi +rTC +rYn +nYb +spU +syS +sGU +sRX +sZF +nYb +nYb +nYb +nYb +vZl xej gPq gTW @@ -149699,99 +214192,6 @@ gTW gTW gTW gTW -gPq -foH -wOp -aay -prt -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -aaB -aaX -aaX -aaX -aaX -abc -dLg -dnc -dLg -wOp -nEw -iEg -iEg -iEg -iEg -nEw -iEg -iEg -iEg -iEg -nEw -iEg -iEg -iEg -iEg -wTp -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -149822,6 +214222,21 @@ gTW gTW gTW gTW +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm +yfm +yfm gTW gTW gTW @@ -149868,45 +214283,12 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -wMa -nBc -nBc -nBc -nBc -nBc -nBc -nBc -nBc -nBc -nqx tBc tBc -tyz tBc tBc -tyz tBc -acK -gPq -egq -nus -nus -nus -nus -xAU -gPq -gPq -gPq -gPq +tBc gTW gTW gTW @@ -149919,115 +214301,145 @@ gTW gTW gTW gTW -gTW -gTW -gTW -pft -gTW -gTW -foH -fuB -xMZ -sPQ -xMZ -jdK -xej -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -chL -gJF -gPq -foH -afA -xej -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -foH +tBc +uXI +tBc +tBc +tBc +tBc +tBc +fxA +fxA +fxA +fxA +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +wQr +wQr +bWp +wQr +wQr +xaP +wQr +wQr +bWp +wQr +wQr +wQr +bWp +wQr +wQr +wQr +bWp +wQr +wQr +tBc +fxA +fxA +fxA +eNE +eRy +eVh +tBc +fxA +fxA +fxA +fxA +tBc +cIP +wOp +gPq +gPq +wOp +gPq +hdd +gPq +hrm +nus +nus +nus +wOp +ikZ +ikZ +ikZ +ikZ +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +kGt +kPu +kPu +lhK +kPu +lFK +kQv +mar +lgY +mph +mwj +mph +lgY +mar +lgY +mar +qvO +qvO +qvO +qvO +qvO +lhj +nYb +orf +orf +nYb +nYb +nWM +nWM +nWM +pCj +nWM +nWM +ohP +nWM +nWM +nYb +nYb +ofl +ofl +ofl +ofl +rTV +ofl +ofl +nYb +nYb +orf +orf +orf +nYb +wOp +wOp +jKz wOp -aay -prt -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -aaB -eAA -dbT -eAA -aba -vlJ -dLg -asN -dLg -dLg -rZH -dLg -dLg -dLg -dLg -rZH -dLg -dLg -dLg -dLg -rZH -dLg -dLg -dLg -dLg xej +gPq gTW gTW gTW @@ -150068,15 +214480,18 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm gTW gTW gTW @@ -150126,173 +214541,162 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW tBc tBc -oIl -fBb -fBb -fBb -fBb -fBb -fBb -fBb -fBb -fBb -fBb -fBb +tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +abR +yex +yex +hFN +tBc +tBc +tBc +fxA +fxA +tBc +tBc +tBc +tBc +wsU +tBc +tBc +tBc +tBc +tBc +wCU +tBc +aYP +tBc +tBc +tBc +aYP +tBc +cAk +cHO +cPW +cYh +dgR +doc +doc +dJH +dgR +doc +doc +doc +etU +ewB +ewB +ewB +eIl +eOd +eQb +eVr +tBc +fxA +fxA +fxA +fxA +tBc +acI +fSN +fSN +fSN +fSN +fSN +fSN +fSN +fSN +fSN +fSN gPq -gPq -gPq -rvL -fBb -fBb -fBb -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -pft -gTW -gTW foH -jdK -xMZ -oxR -xMZ -fuB -xej +ikZ +itf +iBf +ikZ +eAA +woj +ewP +wpk +wpk +eFi +woj +ewP +wpk +wpk +eFi +kGt +kQd +kYV +kYV +kYV +lGd +kQv +mar +lgY +mpM +mwm +mzY +lgY +mar +lgY +mar +lgY +jlG +ntm +ntm +nMb +nYi +nnJ +ntm +ntm +nMb +nYb +oZZ +piK +prn +ohP +nWM +pUQ +ohP +qua +qBR +qOa +qZe +ofl +rrG +ryq +rJh +rUq +qsX +pEG gPq -gTW -gTW -gTW -gTW -gPq -gTW -gTW -qqi -foH -klg +szd wOp -afA -xej -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -foH wOp -aay -prt -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -aaB -ghb -lQw -dbT -aba -tBc -dLg -jFX -fOL -irB -ehF -qAH -fOL -fOL -irB -acg -qAH -fOL -fOL -irB -ehF -qAH -fOL -guP -dLg -xej -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +wOp +tfC +wOp +wOp +nus +nus +wxI +gPq gTW gTW gTW @@ -150334,6 +214738,17 @@ gTW gTW gTW gTW +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +yfm +yfm +yfm gTW gTW gTW @@ -150403,66 +214818,61 @@ gTW gTW gTW gTW +tBc +abR +yex +yex +hFN +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +cAw +cHX +vqe +cYu +dgV +dom +dya +dJS +dSx +dSx +dSx +dSx +eul +ewM +ewM +ewM +eIn +eOy +eRR +eVr +tBc +tBc +fxA +fxA +fxA +tBc +cUp gTW gTW gTW -gPq -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -pft -gPq -gPq -diG -gDH -nus -nus -nus -nus -xAU -gPq -gPq -gPq -gPq -gPq -wOp -gPq -gPq -chL -gJF -gPq -foH -afA -xej -gPq -gTW -gTW gTW gTW gTW @@ -150472,81 +214882,78 @@ gTW gTW gPq foH -wOp -aay -prt -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -aaB -eAA -dbT -eAA -aba -wpF -dLg -dLg -dLg -dLg -rZH -dLg -dLg -dLg -dLg -rZH -dLg -dLg -dLg -dLg -rZH -dLg -dLg -asN -dLg -xej -gTW -gTW -gTW -gTW -gTW +ila +itf +itf +ila +iOf +iXk +aaX +aaX +aaX +aaX +aaX +aaX +aaX +aaX +aaX +kGt +kQm +kQm +kQm +kQv +lGr +kQv +mar +lgY +mph +mwM +mph +lgY +mar +lgY +mar +lgY +jEo +ntA +nCZ +nMG +nYk +noe +ntA +nCZ +nMG +nYb +nYb +nYb +nYb +orf +nYb +orf +orf +nYb +nYb +nYb +rad +ofl +rrG +ryq +rJl +rUq +qsX +pEG +gPq +szD +nus +nus +nus +nus +nus +fTD +gPq +gPq +gPq +gPq gTW gTW gTW @@ -150589,6 +214996,14 @@ gTW gTW gTW gTW +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm gTW gTW gTW @@ -150661,64 +215076,59 @@ gTW gTW gTW gTW +tBc +tBc +tBc +abR +yex +yex +hFN +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +cAw +cHX +vqe +cYu +dgV +don +vqe +dJY +dSA +dXQ +egE +eoc +eut +ewM +ewM +ewM +eID +eOM +eOM +eVQ +tBc +tBc +tBc +fxA +fxA +tBc +cIP gTW gTW -bhT -gTW -gTW -gTW -gTW -bhT -gTW -gTW -gTW -gTW -bhT -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -pft -gTW -gTW -gPq -gTW -gTW -gPq -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gPq -gTW -gTW -chL -gJF -gPq -foH -afA -xej -gPq -gTW gTW gTW gTW @@ -150728,104 +215138,109 @@ gTW gTW gTW gPq -foH -wOp -aay -prt -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -aaB -cUU -afS -jMB +obM +ikZ +itv +itf +ikZ +iOp +iXk aaX -uNa -adr -nus -nus -nus -xFu -nus -nus -nus -nus -xFu -nus -nus -nus -nus -xFu -wOp -dLg -lBH -dLg -xej -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -iFl -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -iEg -mcC +aaX +aaX +aaX +aaX +aaX +aaX +aaX +tGB +kGt +kQv +kQv +kQv +kQv +lGD +kQv +maF +lgY +lgY +lgY +lgY +lgY +mPh +lgY +mZU +lgY +jFs +ntE +nDa +nMG +nYk +noe +ntE +nDa +nMG +aaX +cUU +aaX +aaX +aaX +aaX +aaX +aaX +aaX +cUU +aaX +aaX +ofl +ofl +ofl +pEG +pEG +pEG +pEG gPq -iFl -iEg -iEg -iEg -mcC +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gTW +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -150920,25 +215335,55 @@ gTW gTW gTW gTW -gPq -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW gTW gTW gTW +tBc +abR +yex +yex +yex +hFN +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +uJb +cIL +vqe +cIL +dhb +dov +vqe +dov +dSL +dYm +vqe +dYm +euu +fxA +fxA +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +ddr gTW gTW gTW @@ -150950,93 +215395,78 @@ gTW gTW gTW gPq -pft gPq -gPq -diG -gPq -gPq -wOp -gPq -gPq -wOp -gPq -gPq -gPq -gPq -gPq -wOp -gPq -gPq -qqi -gJF -gPq -foH -afA -xej -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -foH -wOp -aay -prt -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -aaB -vpD -afQ -nfp +ikZ +ikZ +ikZ +ikZ +iOy +iXt +qBS +rqk +rqk +rqk +rqk +rqk +rqk +rqk +rqk +rqk +rqk +kZx +rqk +kQv +lGH +lTD +maY +lgY +jaF +mwZ +mpS +lgY +maY +mVc +nad +lgY +jJE +ntJ +ntJ +nMI +kZx +noj +ntJ +ntJ +nMI +rqk +rqk +rqk +rqk +rqk +rqk +rqk +rqk +rlZ aaX -sKH -gNc +aaX +aaX +aaX +ufr +wgk +tBc +tBc +tBc +gTW +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW gPq gTW gTW @@ -151048,14 +215478,6 @@ gTW gTW gTW gTW -gPq -gTW -gTW -ila -rZH -hmX -rZH -luT gTW gTW gTW @@ -151064,25 +215486,18 @@ gTW gTW gTW gTW -afF -gPq -foH -wjK -wjK -wjK -wjK -wjK -wjK -wjK -wjK -wjK -wOp -klg -wOp -wjK -wjK -wjK -xej +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -151177,62 +215592,62 @@ gTW gTW gTW gTW -gPq -gTW -gTW -wES -gPq -wES -wES -wES -gPq -wES -wES -wES -gPq -bDL -bDL -bDL -gPq -bDL -bDL -bDL -gPq -bDL -bDL -bDL gTW gTW gTW gTW gTW gTW -pft gTW gTW -gPq -gTW -gTW -gPq -gTW -gTW -gPq +acI +acJ +bha +blg +acI +acJ +bha +blg +acI +acJ +bha +blg +acI +wOp +wQr +cJq +bWp +cJq +wQr +doy +bWp +doy +wQr +doy +bWp +doy +wQr +xaP +woj +ewP +wpk +eFi +woj +ewP +wpk +eFi +woj +ewP +wpk +eFi +acI gTW gTW gTW gTW gTW -gPq gTW gTW -chL -gJF -gPq -foH -afA -xej -gPq -gTW gTW gTW gTW @@ -151246,54 +215661,69 @@ foH wOp aay prt -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +mbM +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt prt aaB -yeO +eAA vxr -afW +eAA aaX tyz -xej +wgk +tBc +tBc +tBc +gTW +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW gPq gTW gTW @@ -151305,14 +215735,6 @@ gTW gTW gTW gTW -gPq -gTW -gTW -foH -dLg -dnc -dLg -xej gTW gTW gTW @@ -151323,32 +215745,25 @@ gTW gTW gTW gTW -guZ -nus -nus -nus -nus -nus -nus -nus -nus -nus -pPQ -gPq -guZ -nus -wOp -wjK -xej -gPq -iFl -iEg -iEg -iEg -iEg -iEg -iEg -mcC +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -151434,30 +215849,6 @@ gTW gTW gTW gTW -gPq -gPq -wES -wES -gPq -gPq -aQO -gPq -gPq -gPq -gTW -gPq -gPq -gPq -gTW -gPq -gPq -gPq -gTW -gPq -gPq -gPq -gTW -gPq gTW gTW gTW @@ -151466,14 +215857,8 @@ gTW gTW gTW gTW -yfm -tEk -yfm -yfm -tEk -yfm gTW -gPq +gTW gTW gTW gTW @@ -151481,16 +215866,46 @@ gTW gTW gPq gTW +gPq +gTW gTW -chL -gJF gPq foH -afA +wQr +cJt +cPX +cYJ +wQr +doD +dyo +dKp +wQr +dZx +egI +eoB +wQr xej gPq gTW gTW +gPq +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -151544,39 +215959,16 @@ vka vka vka prt -aaB -eAA -dbT -eAA +qug +qBT +qOx +vxr aaX tyz -xej -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -gTW -gTW -foH -dLg -asN -dLg -xej -gTW -gTW -gTW -gTW -gTW -gTW -gTW +wgk +tBc +tBc +tBc gTW gTW gTW @@ -151593,21 +215985,44 @@ gPq gTW gTW gTW -gPq -foH -wjK -wOp -map -wOp -wjK -wjK -wjK -wjK -wjK -wjK -xej -gPq -afF +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -151691,63 +216106,63 @@ gTW gTW gTW gTW -gPq -gTW -gPq -gPq -gPq -iiB -iiB -iiB -iiB -iiB -iiB -iiB -iiB -iiB -iiB -iiB -iiB -iiB -nGE -nGE -nGE -nGE -nGE -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -tEk -yfm -tBc gTW gTW gTW -gPq gTW gTW -chL -gJF +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +mcC +iEg +syk +gTW +gTW gPq foH -afA +wQr +cJx +cQH +cJD +wQr +doH +dyy +tfk +wQr +eak +ehV +eaq +wQr xej gPq gTW gTW +mcC +iEg +syk +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -151801,68 +216216,68 @@ vka vka vka prt -aaU -ghb -lQw -dbT +aaB +eAA +vxr +eAA aaX tyz -xej -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -gTW -gTW -foH -dLg -asN -dLg -xej -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -adr +wgk tBc -yfm -yfm -yfm -yfm -yfm -yfm -tEk +tBc +tBc +gTW +gTW +acG +iEg +iEg +iEg +syk +gTW +gTW +gTW +acG +iEg +iEg +iEg +syk +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW -gPq -guZ -wOp -pPQ -gPq -guZ -nus -nus -nus -nus -nus -nus -pPQ gTW gTW gTW @@ -151948,63 +216363,63 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +foH +fSN +xej gPq -gTW -wES gPq -ajc -iiB -iiB -iiB -iiB -iiB -iiB -iiB -iiB -iiB -iiB -iiB -iiB -iiB -nGE -nGE -nGE -nGE -nGE -nGE -nGE -nGE -nGE -nGE -tfk -tfk -tfk -tfk -tfk -tfk -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -tBc -tBc -gTW -gPq -gTW -gTW -chL -gJF gPq foH -afA +wQr +cJD +cJD +cJD +wQr +tfk +tfk +tfk +wQr +eaq +eaq +eaq +wQr xej gPq gTW gTW +foH +fSN +xej +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -152013,59 +216428,76 @@ gTW gTW gTW gPq -foH +iON wOp aay prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt -prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka prt aaB -eAA -dbT -eAA +qCm +qPf +rak aaX -wOp +tyz +wgk +tBc +tBc +gTW +gTW +gTW +foH +nla +pqe +taa +xej +gTW +gTW +gTW +foH +nla +pqe +nfY xej -gPq gTW gTW gTW @@ -152076,14 +216508,6 @@ gTW gTW gTW gTW -gPq -gTW -gTW -ila -rZH -wCA -rZH -luT gTW gTW gTW @@ -152093,32 +216517,23 @@ gTW gTW gTW gTW -tBc -tBc -uKh -yfm -yfm -tEk -yfm -yfm -yfm -yfm -yfm -yfm -yfm -uHO -gPq -gPq -gJF -gPq -gTW -gTW -gPq gTW gTW gTW gTW -gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -152205,63 +216620,63 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +foH +fSN +xej +gTW +gTW gPq -gTW -wES -gTW -iiB -iiB -iiB -iiB -iiB -iiB -iiB -iiB -hxL -iiB -iiB -iiB -iiB -iiB -nGE -lHp -lHp -lHp -nGE -nXK -nXK -nXK -nXK -nXK -tfk -tfk -vdI +foH wQr -quc -tfk -nGE -nGE -nGE -nGE -nGE -yfm -yfm -yfm -yfm -tBc -tBc -gPq -gPq -gPq -qqi -gJF -gPq -bal -afB -mLn +wQr +wQr +wQr +wQr +wQr +wQr +wQr +wQr +wQr +wQr +wQr +wQr +xej gPq gTW gTW +foH +fSN +xej +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -152272,110 +216687,110 @@ gTW gPq foH wOp -aaG -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaH -aaV +aay +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +aaB +qCq +lHp +raq aaX -aaX -aaX -aaX -wOp +tyz +wgk +tBc +xaP +gPq +gPq +gPq +foH +kzX +iCj +lJV xej gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gPq -gTW -gGF -wOp -dnh -wKI -kGE -wOp -wTp -gTW -gTW -gTW -gTW -gTW -gTW -gTW -tBc -tBc -tBc -tBc -tBc -tBc -agq -tBc -tBc -yfm -yfm -yfm -yfm -tBc -tBc -qFH -qFH -adr -uHO -gTW -gTW gPq -gTW -gTW -gTW -gTW +foH +kzX +iCj +lJV +xej gPq +jdh +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -152458,66 +216873,66 @@ gTW gTW gTW gTW -afF -gPq -gPq -wOp -gPq -gPq -wES gTW -iiB -iiB -iiB -bDu -bFL -exE -ggf -bGE -hzH -itf -ggf -exE -bFL -bDu -nGE -lHp -lHp -lHp -nGE -nGE -nGE -nGE -nGE -nGE -tfk -tZh -vhk -wRf -dVj -lXc -nGE -siG -ppg -mnW -nGE -yfm -yfm -yfm -yfm -qFH -qFH -afl +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +foH +fSN +xej +gTW +gTW gPq +foH +daC +nus +nus +nus +daC +nus +nus +nus +daC +nus +nus +nus +daC +xej gPq -uod -afz -yfm -oYS -afC -oYS -yfm -yfm +gTW +gTW +foH +fSN +xej +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -152529,110 +216944,110 @@ gTW gPq foH wOp -wOp -wOp -wOp -wOp -gjN -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -xej -gPq +aay +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +aaB +qCQ +qPD +rau +aaX +tyz +wgk +tBc +tBc gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -gTW foH -rZH -kYd -xVm -rZH -rZH +gNn +pJd +esY xej gTW -rZH -rZH -rZH -rZH -rZH -rZH -rZH -rZH -rZH -rZH -rZH -rZH -rZH -rZH -tBc -tBc -yfm -yfm -tBc -tBc -tBc -tBc -tBc -tBc -tBc -qFH -qFH -agc +gTW +gTW +foH +gNn +pJd +esY +xej +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW gTW -gPq gTW gTW gTW @@ -152702,140 +217117,6 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -gTW -gTW -wES -gPq -iiB -iiB -iiB -bEy -dgR -dla -dla -dla -bDu -dla -dla -dla -jWF -kUM -nGE -lHp -lHp -lHp -nGE -gTW -gTW -gTW -gTW -gTW -tfk -ueb -vhk -wZv -kup -jLA -nGE -iSf -jzC -vyc -nGE -nGE -nGE -nGE -nGE -nGE -fOW -wgk -gPq -chF -gPq -yfm -yfm -lfO -afD -pst -yfm -yfm -yfm -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -ikn -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -fyz -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -nus -pPQ gPq gTW gTW @@ -152847,49 +217128,183 @@ gTW gTW gTW gTW -gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW foH -rZH -fmy -fGM -pKd -rZH +fSN xej +gTW +gTW gPq -rZH -pfw -sHG -stA -pfw -sHG -stA -pfw -sHG -stA -pfw -sHG -pfw -rZH -vlJ -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -uHO +wnp +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +woy +gPq +gTW +gTW +foH +fSN +xej +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW gPq +foH +wOp +aay +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +aaB +eAA +vxr +eAA +aaX +tyz +wgk +tBc +tBc +gTW +gTW +gTW +iOY +nus +nus +nus +fTD +gTW +gTW +gTW +iOY +nus +nus +nus +fTD +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -152958,6 +217373,11 @@ gTW gTW gTW gTW +gPq +iAs +gTW +gTW +gTW gTW gTW gTW @@ -152975,125 +217395,6 @@ gTW gTW gTW gTW -gPq -gTW -gTW -gPq -gPq -iiB -iiB -iiB -bFL -diu -ezX -gtW -hfv -hGc -ivv -iRh -jrc -jXD -kYx -nGE -nGE -nGE -nGE -nGE -ajH -ajJ -ajK -ajJ -ajH -tfk -ugj -vnY -xeF -tRO -tfk -nGE -lLJ -hiW -lYi -nGE -nGE -hOH -wEr -qeC -iyh -vlC -rWo -xPY -gPq -gPq -yfm -yfm -pst -afD -pst -umz -yfm -yfm -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq gTW gTW gTW @@ -153104,49 +217405,163 @@ gTW gTW gTW gTW -gPq gTW foH -rZH -iyi -ugr -vKn -rZH +fSN xej gTW -rZH -pfw -pfw -stA -pfw -pfw -stA -pfw -yjF -stA -pfw -pfw -pfw -rZH -wcK -wpF -tBc -rZH -rZH -rZH -rZH -rZH -tBc -tBc -tBc -tBc -tBc -tBc -yfm -yfm -gTW gTW gPq +wnp +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +woy +gPq +gTW +gTW +foH +fSN +xej +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +foH +wOp +aay +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +aaB +qBT +qOx +vxr +aaX +mcp +ryv +xaP +gTW +gTW +gTW +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -153215,6 +217630,8 @@ gTW gTW gTW gTW +hAW +xVc gTW gTW gTW @@ -153232,65 +217649,13 @@ gTW gTW gTW gTW -gPq gTW gTW -wES -gPq -iiB -iiB -iiB -bFL -dla -eGy -iiB -iiB -hGV -iiB -iiB -jBe -jZA -kYL -lrA -lHq -mNt -ngR -nGE gTW gTW gTW gTW gTW -tkL -tkL -tkL -xhh -iZn -tkL -vsM -brE -jsa -gnZ -lzQ -nGE -iWe -xuf -eYN -oHV -tBc -afm -gPq -gPq -gPq -yfm -aIl -pst -afD -pst -aIl -yfm -yfm -yfm gTW gTW gTW @@ -153298,112 +217663,162 @@ gTW gTW gTW gTW +foH +fSN +xej gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -iFl -map -map -map -sRg -rZH -sJn -ruS -eaQ -rZH -sRg +mcC iEg -rZH -pJl -pfw -stA -pJl -pfw -stA -pJl -pfw -stA -pJl -pfw -pfw -rZH -wFs -iNg -lDF -rZH -pfw -pFM -pfw -rZH -yfm -tBc -tBc -tBc -tBc -yfm -yfm -yfm -yfm +wOp +iEg +iEg +iEg +iEg +iEg +iEg +iEg +iEg +iEg +iEg +iEg +iEg +iEg +wOp +iEg +lZj +gTW +foH +fSN +xej +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gPq +foH +wOp +aay +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +aaB +eAA +vxr +eAA +aaX +tyz +wgk +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -153471,6 +217886,9 @@ gTW gTW gTW gTW +mpH +hQZ +xVc gTW gTW gTW @@ -153484,113 +217902,127 @@ gTW gTW gTW gTW -afF -gPq -gPq -gPq -gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +foH +fSN wOp +bxc +wOp +fSN +fSN +fSN +fSN +fSN +fSN +fSN +fSN +fSN +fSN +fSN +fSN +fSN +fSN +fSN +fSN +fSN +wOp +bxc +wOp +fSN +xej +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gPq +foH +wOp +aay +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +aaB +aaX +aaX +aaX +aaX +tyz +wgk gPq -wES -gTW -iiB -iiB -iiB -bGE -dla -eGy -iiB -hhE -hIT -iwi -iiB -jBe -kbr -kYV -lrE -lJs -mQG -noe -nHJ -ojH -ojH -ojH -ojH -ojH -tlT -ugq -vGd -xoO -uAT -tlT -tZt -aqT -hHb -hRh -kms -nHJ -heI -dXE -nGE -nGE -nGE -iNO -iEg -iEg -rRM -ydE -pst -oYS -afE -oYS -uuU -wuv -yfm -yfm -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -153616,51 +218048,34 @@ gTW gTW gTW gTW -gJF -gPq gTW -gPq -rZH -rZH -rZH -mRJ -rZH -rZH -rZH -rpN -rZH -eBt -mms -iDc -dYF -eoR -qqb -qqC -sOi -ghm -sUT -qMb -rmy -rZH -qGT -fpg -rQW -rZH -pfw -uRb -qGU -rZH -yfm -yfm -tBc -tBc -yfm -yfm -yfm -yfm -yfm gTW -gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -153728,83 +218143,9 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -gTW -gTW -wES -gTW -iiB -iiB -iiB -bGT -bDu -eHu -iiB -hhR -hIW -iwY -iiB -jBN -kfu -lae -lrJ -lOc -mQH -noM -nHM -ooF -ooF -pIX -ooF -ooF -tnl -ujJ -vJa -xrU -unJ -pOW -lgW -tcO -yjt -kxM -teS -csz -lgW -xtv -ujz -sFI -ohw -oZQ -afq -afq -afr -afs -afs -afu -afv -efe -afx -ldJ -yfm -yfm +hAW +lVd +xfb gTW gTW gTW @@ -153836,6 +218177,37 @@ gTW gTW gTW gTW +foH +fSN +xej +gTW +obM +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +wxI +gTW +foH +fSN +xej +gTW +gTW +gTW +gTW gTW gTW gTW @@ -153855,69 +218227,112 @@ gTW gTW gTW gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW +foH +wOp +aay +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +aaB +aaX +aaX +aaX +aaX +tyz +wgk gPq gTW gTW gTW gTW gTW +acG +gvV +gvV +gvV +gvV +iEg +iEg +iEg +iEg +iEg +syk +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW gTW gTW -ila -rZH -rZH -rZH -rZH -azH -ryU -oiI -uzC -wJn -rZH -tEr -pdc -kOA -mUe -mih -kOA -mUe -tAF -kOA -mUe -ekO -kOA -mUe -muu -sVv -hUi -mOp -wnL -sVv -pfw -pfw -pfw -rZH -yfm -yfm -tBc -wpF -yfm -yfm -yfm -yfm -yfm -yfm -gPq gTW gTW gTW @@ -153985,6 +218400,9 @@ gTW gTW gTW gTW +kmj +lVd +xVc gTW gTW gTW @@ -153999,69 +218417,50 @@ gTW gTW gTW gTW -afF -gPq -gPq -gPq -wOp -gPq -gPq -wES gTW -iiB -iiB -iiB -bIj -dla -eRd -iiB -hik -hKA -iyr -iiB -bIj -knF -lba -lrX -lTD -mTg -nqy -nHX -ooO -ooO -ooO -ooO -ooO -tor -ulL -vKP -xBS -vRI -tor -jaH -mqM -jWs -jWs -jmP -nGE -adx -lYu -nGE -nGE -nGE -vby +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +obM nus +fTD +gTW +gTW +gPq +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +gTW +gPq +gTW +gTW +obM nus -hkm -oYS -pst -oYS -pst -oYS -afy -jjN -yfm -yfm +fTD gTW gTW gTW @@ -154084,97 +218483,113 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gGF -iEg -iEg -iEg -mcC -gTW -gTW -gTW -gGF -iEg -iEg -iEg -mcC -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +gPq foH -rpN -bEe -iJi -dLg -myO -xcM -dRC -qsl -iBl -wpX -fEP -hNd -xzZ -xzZ -eWP -xzZ -xzZ -eWP -xzZ -xzZ -eWP -xzZ -xzZ -eWP -fZO -oWf -uKX -pAr -obe -obe -sIm -pfw -rZH -yfm -tBc -tBc +wOp +aay +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +aaB +eAA +vxr +eAA +aaX +tyz +wgk +gPq +gPq +gPq +gPq +gPq +gPq +wnp +gPq +gPq +gPq +gPq yfm yfm yfm yfm yfm -yfm -yfm -tEk +wOp +iEg +iEg +iEg +iEg +iEg +iEg +syk +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -154240,6 +218655,23 @@ gTW gTW gTW gTW +jUY +jUY +meM +jON +meM +jUY +jUY +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -154263,168 +218695,119 @@ gTW gPq gTW gTW -wES +gTW gPq -iiB -iiB -iiB -bFL -dla -eRd -iiB -iiB -hSn -iiB -iiB -bIj -knF -lbE -lsm -lXa -mNt -nqO -nGE gTW -gTW -gTW -gTW -gTW -tkL -tkL -tkL -xGs -iZn -tkL -kGX -mpb -eYN -gGM -vOe -nGE -bPW -pXS -jsa -oHV -tBc -afm gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gPq +gTW gPq -yfm -vjd -vHk -vHk -reB -afy -jTB -yfm -yfm gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -foH -afH -afK -afM -xej -gTW -gTW -gTW -foH -afH -afK -afM -xej -gPq -gPq -gPq -gPq -gPq -gPq gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gPq foH -bpt -nwe -jNR -avh -dnX -nKy -pUH -pcY -xCw -kOF -hwX -bwY -dms -bwY -pXW -dms -bwY -pXW -dms -hGE -pXW -dms -bwY -pXW -iiy -cHc -vNa -qZR -pfw -pfw -aid -ylC -rZH -tBc -tBc -tBc -yfm +wOp +aay +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +aaB +qBT +qOx +vxr +aaX +tyz +wgk +gPq +gTW +gTW +gTW +gTW +gTW +wnp +gxz +yfm +yfm +yfm +yfm +lwh +lwh +lwh yfm yfm yfm @@ -154433,6 +218816,38 @@ yfm yfm yfm yfm +nau +aaS +aaS +nns +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -154496,6 +218911,71 @@ gTW gTW gTW gTW +jUY +orv +kZg +aZj +jUY +jUY +jUY +jUY +jUY +jUY +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +fSN +brY +fSN +brY +fSN +fSN +fSN +brY +fSN +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +fSN +brY +fSN +brY +fSN +fSN +fSN +brY +fSN +gTW gTW gTW gTW @@ -154518,64 +218998,87 @@ gTW gTW gTW gPq +foH +wOp +aay +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +aaB +eAA +vxr +eAA +aaX +tyz +wgk +gPq gTW gTW -gPq -gPq -iiB -iiB -iiB -bFL -doc -eRe -gDA -hil -hXH -izc -iRG -jEK -knN -lcH -nGE -nGE -nGE -nGE -nGE -ajH -ajJ -ajK -ajJ -ajH -tru -ury -vVJ -xHj -nUe -tru -nGE -nGE -fEp -nGE -nGE -nGE -wAm -wAm -wAm -oHV +gTW +gTW +gTW +foH +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm tBc -xej -gPq -gTW -gTW -yfm -yfm -aUb -dnV -opN -afy -aex -yfm -yfm +tBc +tBc +tBc +aaS +nns gTW gTW gTW @@ -154623,94 +219126,6 @@ gTW gTW gTW gTW -foH -afI -diG -afN -xej -gPq -gPq -gPq -foH -afI -diG -afN -xej -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -foH -pkQ -tdy -tdy -dLg -tDT -hxP -eaK -xGe -cMF -wpX -uJq -vyS -uJq -szF -szF -uJq -szF -szF -uJq -szF -szF -uJq -szF -szF -hWM -mrd -owr -bRi -khx -pfw -pfw -pfw -ccZ -aec -afZ -aec -tEk -yfm -yfm -pnH -kLW -kLW -kLW -pnH -yfm -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -154751,6 +219166,23 @@ gTW gTW gTW gTW +jUY +jUY +xyC +cXd +hEu +eAB +wnA +jUY +jUY +jUY +jUY +jUY +jUY +gTW +gTW +gTW +gTW gTW gTW gTW @@ -154777,86 +219209,28 @@ gTW gPq gTW gTW -wES +gTW gPq -iiB -iiB -iiB -bEy -dqt -dla -dla -dla -bDu -dla -dla -dla -kps -kUM -nGE -lHp -lHp -lHp -nGE gTW -gTW -gTW -gTW -gTW -tru -urH -vVJ -xHT -pCY -sUe -nGE -pGV -vta -xOC -nGE -nGE -nGE -nGE -nGE -nGE -fOW -xej gPq gTW gTW -yfm -yfm -yfm -yfm -oYS -pWh -oYS -yfm -yfm -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +gTW +gPq +gTW +gTW +gTW +gPq gTW gTW gTW @@ -154880,74 +219254,115 @@ gTW gTW gTW gTW +gPq foH -afJ -afL -afO -xej -gTW -gTW -gTW -foH -afJ -afL -afO -xej +wOp +aay +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +aaB +qDn +qPX +raY +aaX +tyz +wgk gPq gPq gPq gPq gPq gPq -gPq -gPq -ila -rZH -rZH -rZH -rZH -vPG -jTq -iYk -jTq -cCL -rZH -tfC -pdc -xtp -gbZ -tut -eyJ -gbZ -tut -yhN -gbZ -tut -bcc -gbZ -tut -sVv -mrd -vLx -uRr -sVv -pfw -pfw -pfw -rZH +fWR +hqF +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm +yfm +wCU tBc tBc tBc -yfm -yfm -yfm -pnH -gxf -kif -vvv -pnH -yfm -yfm +tBc +nns +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -155007,6 +219422,25 @@ gTW gTW gTW gTW +jUY +jUY +jUY +cXd +hEu +quJ +lNa +hco +vHA +jUY +orv +orv +jUY +jUY +jUY +gTW +gTW +gTW +gTW gTW gTW gTW @@ -155029,182 +219463,163 @@ gTW gTW gTW gTW -afF gPq +gTW +gTW +gTW +gPq +gTW +jdh +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +gTW +jdh +gTW +gTW +gTW +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +foH wOp -gPq -gPq -wES -gTW -iiB -iiB -iiB -bDu -bFL -eUP -gEn -bIj -hZA -iAc -gEn -eUP -bFL -bDu -nGE +aay +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +aaB +qCq lHp -lHp -lHp -nGE -nGE -nGE -nGE -nGE -nGE -tru -uxd -vVJ -xNS -fAr -fQY -nGE -iJq -kAz -lUH -nGE -yfm -yfm -yfm -yfm -yfm -yfm -afn -gPq -gPq -gPq -gPq -tEk -oYS -oYS -oYS -dAB -oYS -oYS -yfm -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW ikn -nus -nus -nus -pPQ -gTW -gTW -gTW -ikn -nus -nus -nus -pPQ -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gJF +aaX +tyz +wgk gPq gTW -gPq -rZH -rZH -wCE -brg -mHY -rZH -rZH -pkQ -rZH -oSl -wrC -hVa -lZz -pef -aEB -fpR -jnp -hge -sHC -kKR -vGY -rZH -yag -hsv -rQW -rZH -pfw -uRb -qGU -rZH -ivz +gTW +gTW +gTW +aaI +tBc +wLA +wCU +iVx +iVx +lwh +lwh +lwh +lwh +lwh +mNC +mNC +iVx +lwh +lwh +lwh +lwh +yfm +yfm +yfm tBc tBc -yfm -yfm -yfm -pnH -kif -eYo -wko -pnH -yfm -yfm +tBc +ahU +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -155263,6 +219678,24 @@ gTW gTW gTW gTW +jUY +jUY +jUY +eUf +hEu +mkL +xHR +buc +hEu +vHA +orv +lTd +kZg +orv +jUY +jUY +jUY +jUY gTW gTW gTW @@ -155287,74 +219720,11 @@ gTW gTW gTW gTW +jdh gTW gTW gTW -gTW -wES -gTW -iiB -iiB -iiB -iiB -iiB -iiB -iiB -iiB -ibh -iiB -iiB -iiB -iiB -iiB -nGE -lHp -lHp -lHp -nGE -nXK -nXK -nXK -nXK -nXK -tru -tru -vVM -aaf -nmM -tru -nGE -uLn -nYi -aCr -nGE -yfm -yfm -yfm -yfm -yfm -yfm -gPq -gPq -gTW -gTW -gTW -yfm -oYS -jkz -mSG -gKC -gdO -oYS -yfm -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +jdh gTW gTW gTW @@ -155368,11 +219738,13 @@ gTW gTW gTW gTW +jdh gTW gTW gTW gTW gTW +jdh gTW gTW gTW @@ -155397,71 +219769,114 @@ gTW gTW gTW gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW +foH +wOp +aay +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +aaB +qDx +qQf +rbJ +aaX +tyz +xej gPq gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -guZ -klg -klg -klg -lrY -rpN -tDk -aFT -tDk -rpN -lrY -nus -rZH -pfw -pfw -wAk -pfw -pfw -wAk -pfw -pfw -wAk -pfw -pfw -iCw -rZH -ygY -rZH -rZH -rZH -pfw -pfw -pfw -rZH -ktW +abe tBc -gOn -vlJ -yfm -yfm -pnH -wko -qAX -fng -pnH +yhL +tBc +iVx +iVx +iVx +lwh +lwh +iVx +iVx +iVx +iVx +iVx +mEi +lwh +lwh +lwh +lwh +lwh yfm yfm +tBc +tBc +tBc +nns +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -155520,6 +219935,68 @@ gTW gTW gTW gTW +jUY +jUY +eOr +hco +muO +vpG +buc +hEu +rXC +kZg +cXd +hEu +xFe +lJS +jUY +jUY +jUY +jUY +jUY +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -155548,178 +220025,116 @@ gTW gTW gTW gTW -wES gPq -iiB -iiB -iiB -iiB -iiB -iiB -iiB -iiB -iiB -iiB -iiB -iiB -iiB -iiB -nGE -nGE -nGE -nGE -nGE -nGE -nGE -nGE -nGE -nGE -tru -tru -tru -xQn -tru -tru -nGE -nGE -nGE -nGE -nGE -yfm -yfm -yfm -yfm -yfm -yfm -gTW -gTW -gTW -gTW -gTW -yfm -oYS -uFf -ojy -ygj -pGa -oYS -yfm -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -afF -gTW -gTW -gTW -gTW -gTW -gTW -gTW -afF -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW foH -bJt -iNg -vyH -iNg -brd +wOp +aay +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +aaB +eAA +vxr +eAA +aaX +tyz xej +gPq +gPq +gPq +vOh +aaS +tBc +tBc +hqF +yfm +iVx +iVx +iVx +mEi +mNC +iVx +iVx +mNC +mNC +iVx +iVx +mNC +lwh +lwh +lwh +lwh +lwh +yfm +yfm +tBc +tBc +ahU +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW -rZH -pfw -pfw -stA -pfw -yjF -stA -pfw -pfw -stA -pfw -pfw -pfw -rZH -nhp -lYl -ixW -rZH -rZH -rZH -rZH -rZH -wSf -tBc -tBc -wpF -yfm -yfm -pnH -kLW -kif -kLW -pnH -kLW -yfm -yfm gTW gTW gTW @@ -155776,6 +220191,68 @@ gTW gTW gTW gTW +jUY +jUY +jUY +eOr +hEu +hEu +hco +hEu +rXC +eOr +hco +hEu +hEu +hEu +hco +pwB +jUY +orv +jUY +jUY +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -155806,177 +220283,115 @@ gTW gTW gTW gPq -gPq -gPq -iiB -iiB -iiB -iiB -iiB -iiB -iiB -iiB -iiB -iiB -iiB -iiB -iiB -nGE -nGE -nGE -nGE -nGE -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -ajL -gPq -gPq -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -tEk -gPq -gPq -gPq -gPq -gPq -gPq -tEk -oYS -oYS -oYS -oYS -oYS -oYS -yfm -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -guZ -nus -nus -nus -nus -nus -xAU -gPq -rZH -pfw -rhv -stA -pfw -rhv -stA -pfw -rhv -stA -pfw -rhv -pfw -rZH -bQf -yeD -yeD -kjy -yeD -xQt -tBc -tBc -tBc -tBc -tBc +foH +wOp +aay +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +qug +qBT +qOx +vxr +aaX +tyz +wOp +iEg +iEg +iEg +cOJ tBc tBc yfm yfm -pnH -oMK -pCN -fRv -kLW -yfm +lwh +lwh +iJu +iVx +jBf +iVx +iVx +mNC +mNC +mNC +mNC +iVx +iVx +lwh +iVx +iJu +lwh +lwh +lwh yfm +wsU +tBc +tBc +nns +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -156033,6 +220448,67 @@ gTW gTW gTW gTW +jUY +jUY +jUY +jUY +lRk +lRk +lRk +nrC +jUY +eOr +hEu +quJ +hNV +lNa +hEu +hEu +vHA +orv +orv +jUY +jUY +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -156062,178 +220538,117 @@ gTW gTW gTW gTW -wES -wES -gPq -gPq -eFi -gPq -gPq -gPq gTW gPq -gPq -gPq -gTW -gPq -gPq -gPq -gTW -gPq -gPq -gPq -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -gTW -gTW -gTW -gTW -gTW -gTW -gTW -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -rZH -rZH -rZH -rZH -rZH -rZH -rZH -rZH -rZH -rZH -rZH -rZH -rZH -rZH -bQf -yeD -goR -rZH -kDc -rZH -vNn +foH +wOp +aay +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +aaB +eAA +vxr +eAA +aaX +wOp +wOp nus nus -bgP -tBc -tBc +nus +etW tBc yfm yfm -juB -oMK -juB -juB -juB +lwh +lwh +lwh +iVx +iVx +dGY +iVx +iVx +mNC +mNC +mNC +iVx +iVx +iVx +lwh +iVx +gcj +kSH +lwh +lwh yfm yfm +iVx +tBc +ahU +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -156289,6 +220704,67 @@ gTW gTW gTW gTW +jUY +jUY +jUY +lRe +kZg +kZg +kZg +aZj +aZj +lRe +eOr +hEu +vpG +xHR +xHR +lNa +eAB +vHA +jUY +orv +jUY +jUY +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -156320,177 +220796,116 @@ gTW gTW gTW gTW -wES gPq -wES -wES -wES +foH +wOp +uxY +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +fPh +mHS +aaX +aaX +aaX +aaX +wOp +xej gPq -wES -wES -wES gPq -wES -wES -wES gPq -wES -wES -wES -gPq -wES -wES -wES -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -yfm -yfm -yfm -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -yfm -yfm -yfm -yfm -yfm -yfm -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +abe tBc -tBc -tBc -tBc -tBc -tBc -gOn -wpF -gOn -gOn -wcK -rZH -aDJ -bQf -yeD -rZH -rZH -rZH -rZH +yfm +yfm +lwh +lwh +bwF +kSH +iVx +mEi +iVx +iVx +mNC +mNC +mNC +iVx +mNC +lwh +lwh +iVx +iVx +gcj +gHp +lwh +lwh +lwh +iVx +iVx +ahU +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW gTW -djf -tBc -wpF -yfm -yfm -juB -cTo -oMK -oMK -juB -yfm -yfm gTW gTW gTW @@ -156546,6 +220961,28 @@ gTW gTW gTW gTW +jUY +jUY +jUY +eUf +hEu +hEu +hco +muO +hEu +pwB +jUY +bzn +izu +dhS +xHR +buc +hEu +vHA +jUY +jUY +jUY +jUY gTW gTW gTW @@ -156616,138 +221053,116 @@ gTW gTW gTW gTW +gPq +foH +wOp +wOp +wOp +wOp +wOp +jKz +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +xej +gPq gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -yfm -yfm -yfm -yfm -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +abe tBc -tBc -tBc -uKh -tBc -tBc -tBc -vlJ -gOn -wpF -rZH -mDa -tXJ -ecZ -hCU -uoA -afY -gTW -gTW -gTW -gTW -gTW -agb -gOn -gOn -yfm -yfm -juB -oMK -oMK -soh -juB yfm yfm +lwh +lwh +iJu +gcj +lwh +lwh +lwh +iVx +iVx +mNC +mNC +iVx +iVx +lwh +lwh +lwh +iVx +bwF +gcj +lwh +lwh +lwh +iVx +iVx +rjD +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -156803,6 +221218,27 @@ gTW gTW gTW gTW +jUY +jUY +eUf +hEu +hco +hEu +hEu +hEu +hEu +hco +lyr +eOr +hEu +vpG +buc +hco +hEu +lyr +jUY +jUY +jUY gTW gTW gTW @@ -156874,137 +221310,116 @@ gTW gTW gTW gTW +gPq +iOY +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nDV +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +wxI +gPq gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +eRO tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -rZH -rZH -rZH -rZH -rZH -fNP -qFH -uHO -gTW -gTW -gTW -gTW -foH -gOn -wcK -yfm -pnH -juB -oMK -jPE -juB -juB +wsU yfm yfm +lwh +lwh +lwh +lwh +lwh +lwh +nbD +abt +iVx +iVx +iVx +mNC +lwh +lwh +lwh +iVx +iVx +iJu +lwh +lwh +mEi +nou +qWk +lcK +iVx +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -157060,6 +221475,27 @@ gTW gTW gTW gTW +jUY +eOr +hEu +hEu +hEu +hEu +hco +hEu +hEu +hEu +lyr +mBS +hEu +hEu +hEu +xFe +uUj +orv +jUY +jUY +jUY gTW gTW gTW @@ -157131,137 +221567,116 @@ gTW gTW gTW gTW +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +eRO tBc tBc -tBc -tBc -wpF -tBc -tBc -tBc -tBc -tBc -tBc -afX -tBc -tBc -vlJ -tBc -cxW -uHO -gTW -gTW -foH -vlJ -yfm -yfm -pnH -soh -oMK -dTl -juB -yfm yfm yfm +lwh +lwh +lwh +lwh +lwh +mEi +mUM +iVx +mNC +mNC +lwh +lwh +lwh +lwh +lwh +kSH +lwh +lwh +lwh +lwh +iVx +iVx +vuZ +cGY +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -157316,6 +221731,27 @@ gTW gTW gTW gTW +jUY +jUY +eUf +hEu +hco +quJ +hNV +lNa +hEu +hco +vqD +lJS +orv +jPU +hco +hEu +uUj +xyC +jUY +jUY +jUY gTW gTW gTW @@ -157431,6 +221867,7 @@ gTW gTW gTW gTW +gPq gTW gTW gTW @@ -157438,86 +221875,64 @@ gTW gTW gTW gTW +gPq gTW gTW gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +eRO tBc tBc -tBc -tBc -tBc -yfm -yfm -yfm -ylM -afX -tBc -tBc -tBc -tBc -tBc -tBc -qFH -qFH -adr -tBc -yfm -yfm -pnH -nLt -rAF -dTl -juB -yfm -yfm +hqF +hqF +hqF +hqF +lwh +lwh +lwh +lwh +iVx +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +cGY +iVx +iVx +rNO +iVx +iVx +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -157573,6 +221988,25 @@ gTW gTW gTW gTW +jUY +eOr +hco +jrT +quJ +rgt +xHR +xHR +lNa +hEu +sql +hEu +lyr +orv +lRk +nrC +jUY +jUY +jUY gTW gTW gTW @@ -157690,6 +222124,7 @@ gTW gTW gTW gTW +gPq gTW gTW gTW @@ -157697,6 +222132,7 @@ gTW gTW gTW gTW +gPq gTW gTW gTW @@ -157704,77 +222140,56 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +fWR tBc -yfm -yfm -yfm -yfm -yfm -tEk -yfm -vlJ -tBc -gOn -gOn -gOn -tBc -tBc -tBc -yfm -yfm -yfm -pnH -juB -juB -juB -juB -yfm -yfm +gIz +hdC +ipm +hqF +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +iVx +iVx +iVx +sgs +iVx +iVx +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -157830,6 +222245,23 @@ gTW gTW gTW gTW +jUY +eOr +hEu +hco +dhS +xHR +xHR +xHR +xHR +lNa +hEu +hco +lyr +orv +jUY +jUY +jUY gTW gTW gTW @@ -157949,6 +222381,7 @@ gTW gTW gTW gTW +gPq gTW gTW gTW @@ -157956,6 +222389,7 @@ gTW gTW gTW gTW +gPq gTW gTW gTW @@ -157963,6 +222397,34 @@ gTW gTW gTW gTW +foH +cfe +gKz +hNn +iIY +hqF +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +iVx +iVx +iVx +lwh +mEi +lwh +kSH gTW gTW gTW @@ -158009,53 +222471,6 @@ gTW gTW gTW gTW -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -wcK -vlJ -gOn -ylM -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -158087,6 +222502,21 @@ gTW gTW gTW gTW +jUY +eOr +hEu +wwm +xHR +qEn +rov +xHR +xHR +jrn +hEu +hEu +lyr +jUY +jUY gTW gTW gTW @@ -158206,87 +222636,51 @@ gTW gTW gTW gTW +acG +iEg +iEg +iEg +lZj gTW gTW gTW +acG +iEg +iEg +iEg +lZj gTW gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm +foH +tBc +gMH +hWb +iRi +hqF yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +kSH +iVx +iVx +iVx +iVx +lwh +lwh +lwh yfm gTW gTW @@ -158331,6 +222725,27 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW "} (228,1,1) = {" gTW @@ -158344,12 +222759,28 @@ gTW gTW gTW gTW +jUY +eOr +hco +dhS +xHR +kXo +xHR +xHR +xHR +buc +hco +xFe +vHA +jUY gTW gTW gTW gTW gTW gTW +jUY +jUY gTW gTW gTW @@ -158462,80 +222893,30 @@ gTW gTW gTW gTW +foH +nla +pqe +nfY +xej gTW gTW gTW +foH +nla +pqe +nfY +xej gTW gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm +foH +tBc +tBc +cjX +tBc +tBc yfm yfm yfm @@ -158543,6 +222924,20 @@ yfm yfm yfm yfm +lwh +lwh +lwh +lwh +cGY +iVx +iVx +iVx +iVx +kSH +lwh +lwh +lwh +lwh yfm yfm gTW @@ -158588,6 +222983,26 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW "} (229,1,1) = {" gTW @@ -158601,11 +223016,28 @@ gTW gTW gTW gTW +jUY +eOr +sql +cTT +xHR +xHR +xHR +pZg +buc +hEu +hEu +hEu +vHA gTW gTW gTW gTW gTW +jUY +jUY +jUY +jUY gTW gTW gTW @@ -158718,88 +223150,52 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm +foH +kzX +iCj +lJV +xej +gPq +gPq +gPq +foH +kzX +iCj +lJV +xej +gPq +gPq +gPq +gPq +gPq +iOY +wOp +nus +hWw +bbE +bbE +tBc +tBc +tBc +tBc +tBc +tBc +tBc +iVx +iVx +iVx +iVx +iVx +iVx +cGY +lwh +lwh +lwh +lwh +lwh +kSH +lwh +lwh yfm gTW gTW @@ -158845,6 +223241,25 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW "} (230,1,1) = {" gTW @@ -158858,10 +223273,27 @@ gTW gTW gTW gTW +jUY +eOr +hEu +hco +vpG +trD +buc +hco +hEu +hEu +hEu +mHR +jUY gTW gTW gTW gTW +jUY +jUY +orv +jUY gTW gTW gTW @@ -158975,9 +223407,19 @@ gTW gTW gTW gTW +foH +gNn +pJd +esY +xej gTW gTW gTW +foH +gNn +pJd +esY +xej gTW gTW gTW @@ -158989,74 +223431,28 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm +vTT +bbE +bbE +tBc +tBc +tBc +tBc +tBc +iVx +iVx +iVx +iVx +lwh +lwh +lwh +lwh +lwh +lwh +gcj +bwF +iVx +lwh yfm gTW gTW @@ -159102,6 +223498,25 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW "} (231,1,1) = {" gTW @@ -159116,10 +223531,26 @@ gTW gTW gTW gTW +eOr +hco +hEu +jrT +hEu +hEu +hEu +hco +hEu +hEu +vHA gTW gTW gTW gTW +jUY +orv +orv +jUY +jUY gTW gTW gTW @@ -159233,9 +223664,19 @@ gTW gTW gTW gTW +iOY +nus +nus +nus +wxI gTW gTW gTW +iOY +nus +nus +nus +wxI gTW gTW gTW @@ -159250,68 +223691,25 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm +vTT +tBc +tBc +tBc +tBc +iVx +iVx +kSH +lwh +lwh +lwh +lwh +lwh +iVx +iVx +iVx +gcj +iJu +lwh yfm yfm gTW @@ -159359,6 +223757,23 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW "} (232,1,1) = {" gTW @@ -159373,9 +223788,25 @@ gTW gTW gTW gTW +jUY +nrC +jPU +hco +hEu +hEu +hEu +hEu +hEu +hco +vHA gTW gTW gTW +jUY +orv +orv +orv +jUY gTW gTW gTW @@ -159492,6 +223923,7 @@ gTW gTW gTW gTW +gPq gTW gTW gTW @@ -159499,6 +223931,7 @@ gTW gTW gTW gTW +gPq gTW gTW gTW @@ -159516,58 +223949,24 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm +eRO +bbE +tBc +tBc +tBc +iVx +lwh +lwh +lwh +cGY +iVx +iJu +kSH +koy +koy +iVx +iVx +gcj yfm yfm gTW @@ -159616,6 +224015,22 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW "} (233,1,1) = {" gTW @@ -159631,9 +224046,23 @@ gTW gTW gTW gTW +jUY +orv +lRk +jPU +hEu +hco +hEu +hEu +rXC +jUY gTW gTW gTW +jUY +orv +orv +jUY gTW gTW gTW @@ -159751,6 +224180,7 @@ gTW gTW gTW gTW +jdh gTW gTW gTW @@ -159758,6 +224188,7 @@ gTW gTW gTW gTW +jdh gTW gTW gTW @@ -159777,51 +224208,22 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -yfm -yfm +eRO +tBc +tBc yfm yfm +lwh +kSH +iVx +koy +koy +koy +koy +koy +koy +iVx +gHp yfm yfm gTW @@ -159873,6 +224275,19 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW "} (234,1,1) = {" gTW @@ -159888,9 +224303,22 @@ gTW gTW gTW gTW +jUY +jUY +orv +orv +lRk +lRk +lRk +cjD +jUY gTW gTW gTW +jUY +jUY +jUY +jUY gTW gTW gTW @@ -160038,36 +224466,23 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +eRO +tBc +yfm +yfm +lwh +iVx +koy +koy +koy +koy +koy +koy +iVx +iVx +iVx +yfm +yfm gTW gTW gTW @@ -160146,10 +224561,19 @@ gTW gTW gTW gTW +jUY +jUY +orv +orv +orv +jUY +jUY gTW gTW gTW gTW +jUY +jUY gTW gTW gTW @@ -160300,30 +224724,21 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +eRO +wsU +yfm +lwh +iJu +iVx +iVx +koy +koy +koy +cGY +iVx +iJu +lwh +yfm gTW gTW gTW @@ -160404,6 +224819,10 @@ gTW gTW gTW gTW +jUY +jUY +jUY +jUY gTW gTW gTW @@ -160563,24 +224982,20 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +eRO +yfm +lwh +lwh +kSH +gcj +iVx +koy +iVx +iVx +kSH +lwh +lwh +yfm gTW gTW gTW @@ -160825,19 +225240,19 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +yfm +yfm +lwh +lwh +gcj +bwF +iVx +iJu +lwh +lwh +lwh +yfm +yfm gTW gTW gTW @@ -161083,17 +225498,17 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +yfm +yfm +lwh +lwh +kSH +lwh +lwh +lwh +yfm +yfm +yfm gTW gTW gTW @@ -161341,14 +225756,14 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +yfm +yfm +lwh +lwh +lwh +yfm +yfm +yfm gTW gTW gTW @@ -161599,11 +226014,11 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW +yfm +yfm +yfm +yfm +yfm gTW gTW gTW @@ -165528,3 +229943,65539 @@ gTW gTW gTW "} + +(1,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(2,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(3,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(4,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(5,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(6,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(7,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(8,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(9,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(10,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(11,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(12,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +jdh +ePF +ePF +ePF +jdh +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(13,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(14,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(15,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +aJr +wuv +wuv +wuv +aJr +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +jdh +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(16,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +aJr +gGs +wrb +wrb +aJr +yfm +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(17,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +aJr +wrb +wxz +wrb +aJr +aJr +aJr +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(18,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +aJr +wrb +wrb +wrb +wqp +wrb +wuv +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(19,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +aJr +wuE +wrb +wrb +wrb +wrb +wuv +ePF +ePF +ePF +ePF +ePF +yfm +yfm +yfm +yfm +yfm +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(20,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +lwh +aJr +wrb +wrb +wrb +wrb +wrb +wuv +ePF +ePF +ePF +ePF +ePF +yfm +lwh +lwh +lwh +lwh +yfm +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(21,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +lwh +lwh +aJr +aJr +wyE +aJr +aJr +aJr +aJr +ePF +ePF +ePF +ePF +yfm +yfm +lwh +lwh +lwh +lwh +lwh +yfm +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(22,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +lwh +lwh +lwh +aJr +wvG +wzn +xDt +aJr +yfm +tBc +ePF +ePF +ePF +ePF +yfm +aJr +aJr +aJr +aJr +aJr +aJr +lwh +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(23,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +lwh +aJr +aJr +aJr +aJr +wyE +aJr +aJr +aJr +wsU +tBc +ePF +ePF +ePF +aJr +aJr +uqg +cCJ +ubd +ggT +aJr +lwh +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(24,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +aJr +aJr +wqp +wrb +wrb +wrb +wrb +wqp +aJr +wuv +wuv +aJr +wuv +wuv +aJr +dll +dll +mWk +pjA +lNQ +aJr +lwh +yfm +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(25,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +aJr +wpX +wrb +wrb +wrb +wrb +wrb +wrb +kEN +dll +dll +pHG +dll +dll +hlf +dll +dll +fUY +gde +nxN +aJr +lwh +lwh +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(26,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +aJr +wpZ +wrb +wrb +wrb +wrb +wrb +wrb +aJr +wuv +wuv +aJr +wuv +wuv +aJr +dll +dll +pZR +idb +pGp +aJr +lwh +lwh +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(27,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +aJr +aJr +wrW +aJr +aJr +aJr +aJr +aJr +aJr +tBc +ePF +ePF +ePF +ePF +aJr +aJr +wep +uqi +ggM +uqi +aJr +lwh +lwh +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(28,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +aJr +wsf +aJr +yfm +yfm +yfm +wCU +tBc +tBc +ePF +ePF +ePF +ePF +yfm +aJr +aJr +aRN +wdb +wdb +aJr +lwh +lwh +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(29,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +aJr +wsT +aJr +yfm +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +yfm +lwh +iVx +iVx +iVx +iVx +lwh +lwh +yfm +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(30,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ajF +xnL +wtH +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +aJr +xba +jfU +fKs +aJr +yfm +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(31,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +sBM +xnL +mzB +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +iVx +iVx +iVx +yfm +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(32,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(33,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +jdh +ePF +jdh +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +jdh +ePF +ePF +ePF +jdh +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(34,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(35,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(36,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(37,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(38,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(39,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(40,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(41,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(42,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm +yfm +yfm +yfm +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(43,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(44,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +lwh +lwh +lwh +lwh +vRK +vRK +vRK +vRK +vRK +vRK +vRK +vRK +vRK +vRK +lwh +lwh +yfm +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(45,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +lwh +lwh +lwh +lwh +lwh +vRK +qPA +ogv +ogv +pMc +vRK +jeU +oDZ +wXT +vRK +lwh +lwh +lwh +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(46,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +nhc +xGR +nNt +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +cUS +tBc +yfm +lwh +lwh +lwh +lwh +lwh +lwh +vRK +wLJ +nuC +jTY +gCv +vRK +cbo +pko +vTB +vRK +lwh +lwh +lwh +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(47,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ajF +fDg +cKO +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +tBc +yfm +lwh +lwh +lwh +lwh +lwh +lwh +vRK +uhe +fTL +pMc +ujV +cTw +sbV +qJQ +vTB +vRK +lwh +lwh +lwh +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(48,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ajF +gFd +cKO +ePF +cUS +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +yfm +lwh +lwh +lwh +lwh +lwh +lwh +vRK +lOS +fdF +oep +vlh +vRK +kqH +slm +vTB +vRK +lwh +lwh +lwh +yfm +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(49,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +abs +acu +wgk +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +vRK +qPA +ogv +ogv +pMc +vRK +phl +slm +vTB +vRK +lwh +lwh +lwh +lwh +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(50,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +aha +yex +yex +yex +xFi +tyz +acu +tyz +xFi +yex +yex +yex +yex +yex +yex +yex +yex +yfm +lwh +lwh +lwh +lwh +wDF +mcw +lwh +vRK +vRK +vRK +vRK +vRK +vRK +wzo +slm +wXT +vRK +lwh +lwh +lwh +lwh +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(51,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +aha +bDa +tBc +tBc +tBc +tBc +tyz +acu +tyz +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +yfm +lwh +lwh +lwh +oeF +rjV +oeF +lwh +vRK +qPA +ogv +ogv +pMc +vRK +phl +slm +vTB +vRK +mYf +mYf +mYf +mYf +yfm +yfm +ePF +ePF +ePF +sJa +oRE +uFF +uFF +uFF +kol +oRE +hOs +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(52,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +uXI +wUq +wUq +wUq +wUq +wUq +tyz +acx +tyz +wUq +wUq +wUq +wUq +wUq +tBc +tBc +tBc +yfm +yfm +lwh +lwh +mEi +dKJ +mcw +wDF +lwh +vRK +wLJ +vgp +oep +dZT +vRK +cbo +slm +vTB +vRK +hZB +aKf +hZB +mYf +lwh +yfm +ePF +ePF +ePF +fiH +hoU +sNz +kmZ +xAr +tYJ +vmC +ulh +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(53,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +uXI +xOS +act +act +act +wMa +acb +ace +ack +acH +adq +adq +adq +aeN +tBc +tBc +tBc +yfm +lwh +lwh +wDF +esZ +wDF +oeF +lwh +lwh +vRK +uhe +fTL +pMc +hEE +hUW +tMW +hOt +vTB +vRK +hZB +aAN +hZB +mYf +lwh +yfm +yfm +ePF +ePF +eym +rAD +xAr +xAr +npq +xAr +rLD +xKj +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(54,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +cUS +uXI +ylM +ylM +ylM +ylM +ylM +tyz +uKh +tyz +ylM +ylM +ylM +ylM +ylM +tBc +tBc +yfm +yfm +lwh +wDF +wDF +mEi +lwh +lwh +lwh +lwh +vRK +lOS +qLy +jTY +ddi +vRK +kqH +hbT +vTB +vRK +hZB +aAN +hZB +mYf +lwh +lwh +yfm +yfm +ePF +eym +xAr +xAr +oLk +xAr +xAr +xAr +cGm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(55,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +uXI +tBc +tBc +tBc +tBc +tBc +tyz +uKh +tyz +tBc +tBc +tBc +tBc +tBc +tBc +yfm +yfm +lwh +lwh +wDF +oeF +wDF +lwh +lwh +lwh +lwh +vRK +qPA +ogv +ogv +pMc +vRK +phl +hbT +vTB +vRK +hZB +tjI +hZB +mYf +lwh +lwh +xZt +vyr +vyr +vyr +udh +cYq +udh +udh +cYq +udh +vyr +vyr +vyr +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +uFe +tBc +tBc +tBc +uFe +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(56,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +uXI +wUq +wUq +wUq +wUq +wUq +tyz +uKh +acn +wUq +wUq +wUq +wUq +wUq +tBc +yfm +yfm +lwh +lwh +mcw +wDF +wDF +lwh +lwh +lwh +lwh +vRK +vRK +vRK +vRK +vRK +vRK +wzo +hbT +wXT +vRK +mYf +kMs +mYf +mYf +xZt +xZt +xZt +aoe +tle +esD +tTm +jvf +tOT +tTm +jvf +iva +lgQ +fjX +vyr +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(57,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +uXI +xOS +act +act +act +wMa +acb +ace +ack +acH +adq +adq +adq +aeN +aZA +xFi +yfm +lwh +mEi +hjX +hjX +mEi +lwh +lwh +lwh +lwh +vRK +caU +rfN +onJ +lIM +vRK +phl +hbT +xKm +vRK +mOF +hDY +nig +rbu +xZt +eml +lIf +oar +vCa +vCa +vCa +vCa +vCa +vCa +vCa +vCa +vCa +cUj +mZk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(58,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +uXI +ylM +ylM +ylM +ylM +ylM +tyz +uKh +tyz +ylM +ylM +ylM +ylM +ylM +tBc +cjX +yfm +lwh +hkr +wDF +wDF +vpy +lwh +lwh +lwh +lwh +vRK +caU +rfN +oiU +qPC +hYD +kdd +nHy +vTB +jso +vzx +qUl +qNL +hvg +xZt +pGt +tCc +oar +vCa +uyz +iXE +iXE +kxW +iXE +iXE +tjT +vCa +bYA +mZk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(59,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +uXI +tBc +tBc +tBc +tBc +tBc +tyz +uKh +tyz +tBc +tBc +tBc +tBc +tBc +tBc +cjX +yfm +lwh +gKb +wDF +oeF +klx +lwh +lwh +lwh +lwh +vRK +vRK +vRK +vRK +vRK +vRK +pjM +kYG +oSb +vAa +nHp +wXf +qNL +wXk +xZt +pGt +wbY +oar +vCa +wYU +cMm +kWm +oOl +kWm +kWm +eey +vCa +pdz +mZk +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(60,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +uXI +wUq +wUq +wUq +wUq +wUq +tyz +uKh +tyz +wUq +wUq +wUq +wUq +wUq +tBc +xFi +yfm +lwh +mEi +wDF +jTf +jTf +bnW +xIC +xIC +xIC +vRK +qhF +uLu +oep +dZT +vRK +cbo +rdb +vTB +jso +mcq +gzq +qNL +hvg +xZt +tnt +ybS +vvL +vCa +bsu +aIM +kWm +kWm +kWm +kWm +eey +vCa +ckt +vyr +ePF +ePF +ePF +ePF +uFe +tBc +tBc +tBc +uFe +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +uFe +tBc +tBc +tBc +uFe +tBc +tBc +tBc +tBc +tBc +xMM +xMM +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(61,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +uXI +xOS +act +act +act +wMa +acb +ace +ack +acH +adq +adq +adq +aeN +tBc +yfm +yfm +lwh +lwh +wDF +bnW +wMT +aRG +luG +xWl +fkp +vRK +lHg +xGF +yfB +rIt +wMG +tMW +lCU +fju +def +wKT +eOp +qNL +hvg +xZt +xZt +xZt +gBJ +muS +rmn +kcP +kWm +kWm +kWm +kWm +rCn +ijM +cUj +mZk +ePF +ePF +ePF +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +xMM +xMM +xMM +xMM +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(62,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +uXI +ylM +ylM +ylM +ylM +ylM +tyz +uKh +tyz +ylM +ylM +ylM +ylM +ylM +tBc +aZA +yfm +lwh +lwh +vpy +iGj +jTf +iFB +vjN +xWl +fkp +vRK +qhF +xGF +jTY +ddi +vRK +mVL +pSC +vTB +jso +tFA +sJM +eqc +uDr +xZt +iYH +qlJ +oar +psM +uBu +ekQ +kWm +ygL +kWm +ogh +osj +xpF +cOx +mZk +ePF +ePF +ePF +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +xMM +xMM +xMM +xMM +xMM +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(63,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +uXI +tBc +tBc +tBc +tBc +tBc +tyz +uKh +tyz +tBc +tBc +tBc +tBc +tBc +tBc +tBc +yfm +yfm +xIC +xIC +xIC +laB +iFB +iFB +xWl +fkp +vRK +vRK +vRK +vRK +vRK +vRK +vRK +vRK +vRK +vRK +wUr +vZf +kEv +oQc +xZt +hUl +wuc +oar +hGt +iCs +kcP +kWm +kWm +kWm +kWm +foQ +rqS +pdz +mZk +ePF +ePF +ePF +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +xMM +xMM +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(64,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +uXI +wUq +wUq +wUq +wUq +wUq +tyz +uKh +tyz +wUq +wUq +wUq +wUq +wUq +tBc +tBc +tBc +yfm +xIC +psR +xIC +vYu +owo +iFB +xWl +xWl +fkp +fkp +fkp +fkp +fkp +fkp +fkp +fkp +fkp +mYf +qWG +bYJ +mny +qWG +xZt +rVu +tzP +oar +tAv +bsu +eBI +kWm +kWm +lBR +kWm +eey +iMJ +ckt +vyr +yhk +yhk +xaP +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +uzn +rJz +rJz +rJz +nzo +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(65,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +uXI +xOS +act +act +act +wMa +acb +ace +ack +acH +adq +adq +adq +aeN +tBc +tBc +tBc +tBc +lwC +iFB +dzA +iFB +iFB +uGW +tDE +tDE +oTH +tDE +owo +iFB +iAf +uGW +tDE +tDE +tDE +hBN +wss +pTK +aTK +mrx +xZt +obQ +oFG +hEO +tAv +wYU +rxm +kWm +nkg +kWm +kWm +eey +iMJ +cUj +mZk +ePF +ePF +tBc +tBc +uFe +tBc +tBc +tBc +uFe +tBc +tBc +tBc +fdO +tyz +tyz +tyz +fdE +tBc +tBc +tBc +uFe +tBc +tBc +tBc +uFe +tBc +tBc +ePF +ePF +ePF +tBc +tBc +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(66,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +uXI +ylM +ylM +ylM +ylM +ylM +tyz +jZB +tyz +ylM +ylM +ylM +ylM +ylM +tBc +tBc +tBc +tBc +xIC +xIC +wnO +wnO +wnO +wnO +wnO +wnO +wnO +wnO +wnO +wnO +wnO +wnO +wnO +wnO +wnO +wRx +laJ +opH +sEZ +mrx +xZt +iYH +ekB +oar +tAv +lQO +gUY +gUY +iAJ +gUY +gUY +sGJ +iMJ +cOx +mZk +ePF +ePF +tBc +tBc +ubb +tBc +tBc +tBc +ubb +tBc +tBc +tBc +tBc +abs +xer +wgk +tBc +tBc +tBc +tBc +ubb +tBc +tBc +tBc +ubb +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(67,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +uXI +tBc +tBc +tBc +tBc +tBc +tyz +ssv +tyz +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +uTn +wnO +xSA +xSy +fMV +xED +qXm +xED +azY +qRi +iqF +mzI +gpV +bho +ffw +gua +wRx +okI +opH +sEZ +wVj +xZt +hUl +vsk +oar +gPM +pkg +pkg +pkg +pkg +pkg +pkg +pkg +fuz +fLR +mZk +ePF +epP +tBc +wGE +eAA +mym +lpA +rax +eAA +xPR +ubb +ubb +ubb +lJK +jTJ +iLe +ubb +ubb +ubb +ftA +eAA +mym +lpA +rax +eAA +pCp +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(68,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +abR +hFN +tBc +tBc +tBc +tBc +tyz +ssv +tyz +tBc +tBc +tBc +chj +tyz +tyz +tyz +nzo +tBc +tBc +tBc +eaH +vYc +tda +jwE +xED +bNQ +jUT +jUT +flY +jUT +ooV +fap +fap +fap +wya +wRx +hWI +opH +sEZ +kiE +xZt +rVu +cbG +dQr +fVI +vgE +knS +kJB +uXl +hCC +uXl +uXl +kJB +kya +vyr +jGU +jGU +jGU +tBc +ubb +tBc +tBc +tBc +ubb +tBc +tBc +tBc +tBc +abs +tyz +wgk +tBc +tBc +tBc +tBc +ubb +tBc +tBc +tBc +ubb +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(69,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +uXI +tBc +tBc +tBc +tBc +tyz +ssv +tyz +tyz +tyz +tyz +acn +ims +mkp +gYG +tyz +tBc +tBc +tBc +eaH +vYc +uYj +jwE +xED +sMh +sMh +sMh +sMh +eMW +lPf +wQp +pxL +qru +vpS +wRx +wRH +opH +sEZ +mZB +xZt +xZt +xZt +xZt +cPf +nYE +xZt +xZt +xZt +xZt +xZt +xZt +xZt +xZt +xZt +rGV +mrZ +kDd +tBc +ubb +tBc +tBc +tBc +ubb +tBc +tBc +tBc +tBc +abs +tyz +wgk +tBc +tBc +tBc +tBc +ubb +tBc +tBc +tBc +ubb +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(70,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +abR +hFN +tBc +tBc +tBc +tyz +bEA +bWs +bWs +bWs +bWs +bWs +skT +xCj +iXk +tyz +tBc +tBc +tBc +eaH +vYc +tda +jwE +hUG +cDB +nFu +nFu +nnI +glC +oBw +qXB +rjK +wJO +xIL +wRx +vIU +opH +sEZ +eVu +xWl +ybU +pAX +pAX +sVT +oYl +dvd +xZt +afx +qer +lyu +fmi +fmi +fmi +xZt +mrZ +mrZ +jGU +jGU +xSh +noG +rYb +noG +mTA +mgN +mgN +mgN +xqL +nWr +lpA +otb +xqL +mgN +mgN +mgN +xSh +noG +pQs +noG +mTA +nNt +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(71,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +abR +yex +yex +xFi +gmu +gmu +gmu +gmu +gmu +gmu +tyz +gCQ +xZu +iXt +tyz +tBc +tBc +tBc +eaH +vYc +uYj +jwE +hUG +nmh +qNw +qNw +qNw +sOf +gzL +tyP +iVt +ntI +gZn +wRx +vaf +tkk +khp +vaf +xWl +kqV +vex +ovd +doe +qwl +nOx +xZt +luO +kXg +gAu +jkI +jkI +gtH +xZt +mrZ +mrZ +lLR +jGU +xSQ +vka +vka +vka +nzv +aaX +aaX +aaX +aaX +aaX +aaX +aaX +aaX +aaX +aaX +aaX +xSQ +vka +vka +vka +nzv +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +hze +tEN +uFF +tEN +tEN +xuo +mut +vwG +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(72,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +tBc +tBc +tBc +fdO +tyz +ssv +tyz +fdE +tBc +tBc +uTn +wnO +xGt +uYj +jwE +hUG +nmh +qNw +qNw +qNw +sOf +gzL +uiN +gdv +jlB +pgj +qqK +pkp +pCE +apM +pAX +pAX +wvq +wIR +fBm +cPJ +dKP +lXI +xZt +jII +qer +fmi +fmi +fmi +fmi +xZt +mrZ +mrZ +mrZ +jGU +xvS +vka +vka +vka +xiR +aaX +qBS +rqk +rqk +rqk +rqk +rqk +rqk +rqk +rlZ +aaX +xvS +vka +vka +vka +xiR +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +afj +lZa +cda +xAr +lMY +lZa +ewo +vwG +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(73,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +abs +ssv +wgk +tBc +tBc +tBc +ePF +eaH +vYc +uYj +jwE +hUG +nmh +qNw +qNw +qNw +sOf +gzL +gVW +nrc +xDO +gZn +bLf +lgE +sVw +mod +mod +mod +jpr +stA +cIQ +lhT +ghM +cdG +xZt +jII +qer +fmi +fmi +fmi +fmi +xZt +rGV +mrZ +rGV +jGU +xSQ +vka +vka +vka +nzv +aaX +aay +prt +prt +prt +qZo +prt +prt +prt +aaB +aaX +xSQ +vka +vka +vka +nzv +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +afj +kmZ +tzF +xAr +npq +lZa +ewo +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(74,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ajF +wXC +cKO +ePF +ePF +ePF +ePF +eaH +vYc +qEN +jwE +hUG +acM +lGl +lGl +lGl +deC +vBl +pma +ygS +mIc +miL +dNi +bIP +nMB +qfh +eGP +aKh +bOB +cvf +kaW +eLq +bwQ +kOd +tAz +fAf +xdy +gvC +iSJ +iSJ +jrQ +xZt +pFB +kkV +pFB +jGU +bbq +prt +oOZ +prt +vnj +aaX +aay +prt +vka +vka +vka +vka +vka +prt +aaB +aaX +bbq +prt +oOZ +prt +vnj +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +eym +xAr +lZa +lZa +cda +xAr +ewo +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(75,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ejo +ePF +ePF +ePF +ajF +wXC +cKO +ePF +ePF +ePF +ejo +eaH +vYc +uYj +jwE +xED +oDE +oDE +oDE +oDE +sjv +dwH +pbV +fnk +xED +fLV +xTD +gdz +jTo +kfS +kfS +kfS +tDc +tpV +tIC +ycf +vtj +qAh +xZt +afC +mHF +tGV +fmi +fmi +fmi +xZt +rGV +mrZ +mrZ +jGU +wbq +vSk +ukq +vSk +wbq +oPi +aay +prt +vka +vka +vka +vka +vka +prt +aaB +wXx +wbq +vSk +ukq +vSk +wbq +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +eym +xAr +lZa +cuR +lZa +cda +vag +vwG +vwG +ePF +ePF +uhH +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(76,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ygY +yhk +yhk +yhk +ajF +wXC +cKO +yhk +yhk +yhk +ygY +eaH +vYc +qEN +jwE +xED +gKQ +xNx +gBj +xNx +xNx +xNx +snF +xED +xED +utA +qqK +fpF +hHP +dsx +wlk +wlk +wlk +aEr +klE +qcG +wlk +oQN +xZt +xZt +xZt +xZt +xZt +xZt +xZt +xZt +mrZ +mrZ +mrZ +lLR +vSk +dga +yal +hnc +enw +rAM +aay +prt +vka +vka +vka +vka +vka +prt +aaB +rAM +enw +hfa +yal +hXF +wbq +lMV +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +eym +cda +gkv +gkv +xCy +gkv +gkv +gkv +gkv +gkv +gkv +gkv +gkv +gkv +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(77,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ygY +ePF +ePF +ePF +ajF +wXC +cKO +ePF +ePF +ePF +ygY +wnO +tdH +euR +vmF +hRJ +wwh +tEu +tEu +tEu +fuM +qXy +xED +xED +xED +alt +wRx +fpF +nNY +wcx +lEX +eJi +wzU +rsY +dyH +vaF +boa +iBt +qsG +wcx +xWl +oSp +xvW +pFB +mrZ +hFL +hwx +hwx +hwx +fJY +vSk +vSk +uPU +vTY +wbq +wbq +wbq +prt +vka +vka +vka +vka +vka +prt +wbq +wbq +wbq +vSk +uPU +vTY +wbq +vPt +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +hze +xuo +tEN +uOo +xAr +gkv +uqP +pWa +wPp +agy +tqT +tqT +tqT +tqT +tEG +veC +gkv +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(78,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ygY +yhk +yhk +yhk +ajF +wXC +cKO +yhk +yhk +yhk +nkJ +wnO +wnO +nFk +nFk +nFk +wnO +nFk +nFk +nFk +wRx +wRx +wRx +wRx +wRx +wRx +wRx +enE +aBc +fIM +pRl +qHB +aJU +qZa +smZ +wSU +waR +hdo +ePe +uOX +tpC +epG +izT +epG +epG +pUn +pFB +mrZ +mrZ +pCc +vSk +tyI +uYV +wbd +dvT +gAi +qDf +prt +vka +vka +vka +vka +vka +prt +ovW +oSQ +vKI +ehg +uYV +wbd +wbq +vPt +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +afj +lZa +lZa +kmZ +xAr +gkv +rXb +uJc +uJc +tbu +tqT +tqT +tqT +tqT +rXb +rXb +gkv +yhk +yhk +tmE +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(79,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +mKt +ePF +ePF +odU +ePg +cDR +ePg +odU +ePF +ePF +mKt +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +oFF +bSb +txl +mYj +fgM +mZP +xek +gwN +dlq +aBc +lLP +hhv +eja +gxY +qYa +uYP +tAl +dGg +rhW +vgA +hZi +xWl +xWl +xWl +xWl +xWl +dxQ +jfi +jfi +jfi +oEJ +vSk +rUo +bWe +dYE +xkl +xkl +xkl +prt +vka +vka +vka +vka +vka +prt +xkl +xkl +xkl +sOz +bWe +jSc +xkl +cAz +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +afj +lZa +cda +npq +fqG +gkv +uJc +uJc +uJc +rXb +cpK +cpK +uhw +uhw +uJc +rXb +gkv +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(80,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +eSu +fdd +eYb +fdD +eSu +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +oMm +jsv +skW +rXM +sCV +vje +xpq +onq +xhi +cZx +unn +wvh +gxY +lLs +aKh +mSn +xsa +gIF +dGg +rEW +nYy +xWl +kEg +rPW +niz +xWl +xWl +xWl +mrZ +mrZ +vSm +vSk +tzl +vgz +wbd +xvE +iCE +xkl +prt +vka +vka +vka +vka +vka +prt +xkl +iCE +sPG +ehg +vgz +wbd +xkl +vPt +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +afj +lZa +xAr +cda +lZa +gkv +uJc +ugW +rXb +rXb +rXb +rXb +uJc +uJc +uJc +rXb +wXc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(81,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +nla +ePg +ePg +mXt +ePg +ePg +ePg +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +oSG +jsv +tgU +uKL +uKL +vkq +xzf +gwN +voX +aBc +iUu +wvh +cob +pWd +eGP +dts +jBH +wVq +gER +rEW +bTf +xWl +rJt +bqs +bqs +cLy +rcv +xWl +mrZ +mrZ +vSm +vSk +tGx +vmx +jSc +xvE +iCE +xkl +prt +vka +vka +vka +vka +vka +prt +xkl +iCE +sPG +tGx +vmx +jSc +xkl +vPt +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +afj +lZa +xAr +xAr +lZa +gkv +fsp +gkv +rXb +rXb +rXb +yaJ +rXb +uJc +uJc +uJc +wXc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(82,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +kzX +ePg +jHA +eYb +fdD +fdD +ePg +yhk +ejo +yhk +yhk +yhk +yhk +cwc +aPc +djH +ePF +eWQ +bSb +tOM +rwx +sSa +vkq +xFv +gwN +dHL +kQu +eTr +oxU +cob +exj +qlg +apI +rrO +qju +gER +rEW +cYI +ukZ +xaE +xqs +iil +eiK +egf +xWl +mrZ +pFB +vSm +vSk +ehg +vmx +kom +aEx +xkl +xkl +prt +vka +vka +vka +vka +vka +prt +xkl +xkl +xkl +hCu +vmx +wbd +xkl +vPt +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +eym +lMY +lZa +xAr +xAr +ngQ +lTj +uQn +rXb +bfl +rXb +tzL +pEU +agX +ugW +uJc +gkv +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(83,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +kzX +ePg +ceA +fHj +hHv +fnu +ePg +ePF +ygY +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +pmS +bSb +gwN +gwN +gwN +gwN +gwN +gwN +pXw +lML +scK +qBC +cob +csF +vEl +mzc +xPh +ifY +gER +dKx +iDT +pIk +xCV +iHY +vwW +xwl +cYI +xWl +mrZ +pFB +vSm +vSk +vLn +vmx +jSc +cpR +gHZ +tMl +prt +vka +vka +vka +vka +vka +prt +dvT +rFp +vKI +tGx +vmx +nXW +wbq +vPt +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +eym +lZa +npq +cda +kmZ +xAr +ngQ +gkv +gkv +uBb +uBb +gkv +gkv +gkv +gkv +gkv +gkv +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(84,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +kzX +ePg +eSu +eSu +eSu +ePg +ePg +yhk +mKt +yhk +yhk +yhk +yhk +cwc +aPc +djH +ePF +poN +fgj +wOD +die +rMC +jsY +pSe +bVs +rAE +pVC +ocO +dfM +cob +ifY +ntb +fOB +tmf +pWd +gqY +cjJ +cYI +ukZ +ybC +hSh +tln +tln +txb +cSt +mrZ +aOR +vSm +vSk +tIM +vmx +rFC +wbq +wbq +wbq +prt +vka +vka +vka +vka +vka +prt +wbq +wbq +wbq +klX +fyt +nXV +wbq +vPt +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +eym +cda +xAr +lZa +npq +xAr +xAr +aEf +cda +eUJ +lZa +lZa +ewo +ePF +ygj +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(85,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +gNn +pJd +fqm +lIQ +fPn +pJd +esY +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +pAR +wma +lUC +njn +wKY +xtE +tBf +uZf +cDN +cZx +iUu +hcB +fLZ +gJX +wVq +kro +ifY +ifY +gER +cjJ +wcw +xWl +gjX +hAy +ggn +oEr +exz +xWl +mrZ +mrZ +vSm +vSk +tHu +vmx +jSc +xvE +xYK +wbq +prt +vka +vka +vka +vka +vka +prt +wbq +xYK +sPG +tGx +ydM +jSc +xkl +vPt +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +afj +tzF +xAr +lZa +cda +xAr +xAr +xAr +xAr +xAr +lZa +lZa +ewo +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(86,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +kzX +lIQ +lJV +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +oSG +wma +jOq +fQB +fQB +nEi +xmB +bVs +ltD +aBc +cnd +hcB +nIC +laF +pWd +csF +wVq +fqE +rBV +cjJ +eBB +gxN +gxN +gxN +gxN +gxN +gxN +xWl +mrZ +pFB +vSm +vSk +svu +vmx +wbd +xvE +tHt +wbq +prt +vka +vka +vka +vka +vka +prt +wbq +fDB +sPG +ehg +bGp +wbd +xkl +vPt +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +rMK +msF +mVZ +mVZ +mVZ +msF +pCi +lZa +xAr +cda +kmZ +kUe +ewo +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(87,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +gNn +pJd +esY +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +pLn +fgj +khL +sbq +vef +nEi +ixo +bVs +kqq +aBc +ugc +qLP +eXP +nIC +ncy +qPr +uVe +rBV +ptm +bTN +ixe +wfr +ony +xPH +mQC +vvn +gxN +lLR +mrZ +mrZ +vSm +vSk +tGx +oZK +jSc +xvE +sbR +wbq +prt +prt +prt +rxM +prt +prt +prt +wbq +sbR +sPG +tGx +bGp +jSc +xkl +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +wUl +msF +msF +mVZ +mVZ +mVZ +bzr +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(88,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +jdh +ePF +ePF +ePF +jdh +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +pLq +fgj +bVs +bVs +bVs +bVs +bVs +bVs +uOB +aBc +qQe +uyW +cVq +aJU +etk +tbc +wWW +nfR +iai +fwC +rJQ +wfr +iKm +wul +gts +wzZ +gxN +ltT +jfi +jfi +mdh +vSk +ehg +bGp +wbd +kiv +cMI +hIM +wbq +xkl +xkl +xkl +xkl +xkl +wbq +hIM +pfo +xHe +ehg +ydM +wbd +xkl +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(89,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +cwc +aPc +djH +ePF +pXG +xIC +veB +afv +sHD +afv +mDd +bcV +fpF +nNY +wcx +rhK +rBB +krX +kxm +oMq +kbU +cSU +rBB +nzt +wcx +wfr +uqL +kWz +oXP +iGT +gxN +fDO +gxN +gxN +vSm +vSk +lnl +bGp +glf +fIt +oHp +fIt +qmX +fIt +ihI +fIt +ihI +fIt +qmX +fIt +ihI +fIt +oLh +ydM +mKg +wbq +xnL +xGR +jQa +xGR +xGR +xGR +xGR +wXO +xGR +xGR +xGR +xGR +pVW +ePF +ePF +ePF +ePF +cwc +uoz +uoz +uoz +djH +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(90,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +nVT +uVU +nxu +mDd +eLW +vpm +aym +jOx +fpF +iUH +pAX +hUZ +wfa +hUZ +oRI +gxt +byQ +hUZ +rIs +gxN +gxN +gxN +gxN +gxN +pFr +gxN +gxN +kFs +mnx +gxN +nWb +bkd +dtJ +ijv +vFY +vFY +giq +vFY +vFY +vFY +vFY +vFY +vFY +vFY +vFY +vFY +vFY +vFY +vFY +ixc +aQC +wbq +wPM +wPM +bba +wPM +wPM +wPM +wPM +bba +wPM +wPM +wPM +bba +fVv +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(91,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +nVT +uVU +vlo +mDd +sXn +vst +yiG +fua +fpF +hHP +wlk +wlk +jnY +vex +fFU +hqq +hxR +kyE +ttH +hyf +wiQ +faO +pGP +wuo +nNN +aBe +xHr +iKf +tyU +gxN +dlZ +vSk +tGx +etA +lix +rNX +ela +rNX +wMx +rNX +ela +rNX +ela +rDK +ela +uzW +ela +rNX +iRT +wEq +fjv +vSk +eZR +dcm +uPB +odT +eZR +eZR +eZR +uPB +eZR +eZR +eZR +bba +cSW +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(92,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +yhk +ePF +tBc +tBc +tBc +tBc +xUq +qAb +qAb +qAb +qAb +qAb +qAb +qAb +qAb +qAb +qAb +qAb +lAS +sWB +tBc +xaP +tBc +xaP +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +xIC +xIC +afu +mRr +mRr +mRr +kSF +bst +fpF +aBc +vvw +uVH +bOB +wIR +qAF +aLu +aoJ +tuE +xZy +ptK +amE +amE +amE +jnU +iKm +oGd +rKU +rKU +rKU +rKU +rKU +wmg +pal +nnY +pal +wmg +rKU +rKU +vSk +tvB +tvB +dvt +dvt +tvB +tvB +vSk +vSk +vSk +vSk +vbD +vSk +vSk +pwS +yfo +cSe +yfo +yfo +twN +yfo +nIl +yfo +yfo +aEX +bba +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(93,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +jdh +ePF +ePF +ePF +uFe +tBc +tBc +tBc +tBc +tBc +xUG +prt +prt +prt +prt +prt +qZo +prt +prt +prt +prt +prt +foZ +tiY +tBc +tBc +tBc +tBc +wCU +tBc +tBc +tBc +tBc +ePF +ePF +ePF +nla +pqe +nfY +ePF +uVU +qhH +fas +fas +hPD +hcs +hcs +hcs +vqh +dzy +rud +rud +mAG +mFS +dkM +foV +udN +vtj +ttH +hyf +lyF +kBj +aPG +aPG +oAh +nob +rKU +fkK +izV +gPC +gPC +doi +mDu +mBP +gbH +gbH +xri +pwx +vSk +tNd +rSr +pgM +fGY +sVE +vtU +vSk +mlg +eac +eac +rWt +aEo +aEo +pLK +eZR +aPK +aPK +aPK +aPK +aPK +aPK +uPB +uPB +xzO +bba +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(94,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +tBc +ubb +tBc +tBc +tBc +tBc +xDS +aay +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +aaB +eCe +tBc +tBc +yfm +yfm +yfm +yfm +yfm +yfm +wCU +tBc +pDe +ePF +kzX +lIQ +lJV +ePF +uVU +fpF +hMJ +dsx +dsx +dsx +dsx +dsx +dsx +dsx +dsx +dsx +dsx +mAT +jnY +lQC +hMJ +lYA +xyd +gxN +ioO +iGB +euJ +jJa +jJa +hTI +rKU +xkY +nMA +gPC +gPC +doi +kON +dxx +wln +wln +hVH +xHb +vSk +uTg +rUS +pgM +fGY +rUS +aqZ +vSk +ouN +caV +caV +caV +caV +caV +qIW +eZR +aPK +rAh +uwo +wDj +uSZ +aPK +cpT +wSa +xzO +bba +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(95,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +nhc +vJJ +tfo +lpA +rax +eAA +tBc +tBc +tBc +tBc +tBc +xUG +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +foZ +kNI +tBc +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +mWp +mWp +mWp +qMd +qMd +qMd +mWp +mWp +qCu +ttH +kqX +xIh +giX +eFA +pFY +jXQ +giX +eFA +pFY +lVn +xWl +goH +bjz +qWz +rKU +rKU +gxN +xic +sUD +xic +afS +hkV +jJa +rKU +oMa +nPV +qbZ +qbZ +qbZ +iyE +pIQ +iyE +qbZ +uiP +miJ +vSk +xQA +rUS +pgM +fGY +rUS +oVD +vSk +jXl +caV +pbw +lEU +lEU +caV +qIW +eZR +aPK +rEm +uLR +izN +uSZ +aPK +eZR +eZR +xzO +bba +xnL +xGR +xGR +pVW +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(96,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ajF +ubb +tBc +tBc +tBc +ubb +tBc +tBc +tBc +tBc +tBc +xUG +rwy +vka +vka +vka +vka +vka +vka +vka +vka +vka +rSC +foZ +tiY +tBc +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +mWp +eTv +kvr +cZT +ued +uKc +gUl +eUq +qsJ +lSh +xQB +gXv +vTE +vTE +vTE +vTE +vTE +vTE +vTE +vTE +rKU +wod +dHR +qlK +vfN +rKU +gxN +gxN +gxN +gxN +gxN +clx +gyL +rKU +xkY +xvI +nkX +hbv +aTn +uJg +esS +nbQ +gXJ +cHC +xHb +vSk +uLI +ikH +xYg +fGY +iNP +qVL +vSk +ouN +caV +kBf +usp +tOV +caV +qIW +eZR +aPK +rFz +uSZ +bhe +uSZ +aPK +eZR +eZR +xzO +bba +sBG +xnL +cdv +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(97,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ajF +ubb +tBc +tBc +tBc +ubb +tBc +tBc +tBc +tBc +tBc +xUG +prt +vka +vka +vka +vka +vka +vka +vka +vka +vka +prt +foZ +kNI +tBc +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +mWp +sJV +cBM +aFK +adj +ezH +nXm +eUq +wVy +wVy +mir +hfI +vTE +vTE +vTE +vTE +vTE +vTE +vTE +vTE +rKU +lfj +lyS +qlK +boP +rKU +gPC +gPC +vaq +xaz +gxN +gxN +gxN +rKU +vbs +xvI +nkX +qar +aTn +aTn +rQd +aTn +uRj +cHC +pVB +vSk +vSk +vSk +vSk +xmF +vSk +vSk +vSk +vBq +caV +kBf +ssB +mMx +isA +aXg +aPS +aPK +sUY +exQ +mNF +kZH +pUI +xGz +xGz +eUp +bba +bba +tBq +bba +bba +fJm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(98,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +wnx +noG +noG +oxO +noG +noG +sCP +tBc +tBc +tBc +xDS +aay +prt +vka +vka +vka +vka +vka +vka +ydx +vka +vka +prt +aaB +eCe +tBc +tBc +yfm +yfm +yfm +yfm +yfm +yfm +yfm +mWp +gfX +qQK +hGI +kmS +ceM +cZT +eUq +vMb +wVy +wCP +kdx +vTE +vTE +vTE +vTE +vTE +vTE +vTE +vTE +rKU +gDF +lyS +qlK +hjw +rKU +gPC +gPC +hTp +xil +rKU +xZx +rWj +rKU +xkY +xvI +nkX +oMi +uCt +fIc +alp +qwP +qbZ +jYv +xHb +rKU +eWJ +uPB +eCy +eac +eac +eac +eac +nSR +caV +qLV +pjZ +kBf +caV +qIW +aPK +aPK +tqY +vhN +wDT +xAx +aPK +yhN +uPB +owE +uPB +rvj +tWv +tWv +bba +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(99,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +njv +prt +vka +vka +vka +prt +sCP +tBc +tBc +tBc +tBc +xUG +prt +syV +gBe +uXX +gBe +xfl +gBe +ppv +gBe +syV +prt +foZ +pZh +tBc +pDe +tBc +yfm +yfm +yfm +yfm +yfm +yfm +mWp +eQt +qQK +hLz +kVj +fex +cZT +eUq +nlo +fBC +vTE +vTE +vTE +vTE +vTE +vTE +vTE +vTE +vTE +mak +rKU +wod +xdE +bVl +rKU +rKU +rKU +rKU +sVc +jHP +rKU +bfp +lyD +rKU +oMa +nPV +qbZ +qbZ +qbZ +qbZ +oGi +qbZ +qbZ +jID +jID +rKU +tVk +tVk +tVk +tVk +xmF +tVk +tVk +uPB +caV +gdw +iSZ +kBf +caV +qIW +aPK +rkD +tUf +igL +wHL +xIS +aPK +wSa +eZR +xzO +uPB +uPB +mtT +uPB +bba +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(100,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +njv +rwy +vka +vka +vka +rSC +sCP +tBc +tBc +tBc +tBc +njL +lYy +lYy +gBe +jCN +gBe +bjh +gBe +jCN +gBe +lYy +dPu +dPu +lYy +sWB +lYy +lYy +lYy +lYy +yfm +yfm +yfm +yfm +mWp +vhT +wXq +gPE +mvA +eJU +cZT +eUq +kbF +psN +vTE +vjV +vTE +vTE +vTE +vTE +vTE +vTE +vTE +vTE +rKU +wod +lyS +qlK +jFv +qgm +gly +gly +hTp +xil +rKU +cAI +joc +rKU +xkY +vXk +baw +baw +hYh +sPY +gbH +gbH +gbH +vqY +xHb +rKU +kLY +lhl +lhl +jhg +pIr +oQO +tVk +eZR +caV +iog +kBf +kBf +caV +qIW +aPK +rnL +udr +tRm +vpQ +xKJ +aPK +odT +eZR +nRI +yfo +yfo +lWv +tGj +bba +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(101,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +njv +prt +vka +vka +vka +prt +sCP +tBc +tBc +tBc +tBc +lYy +vMQ +hlt +dPu +hyN +dPu +wYY +dPu +osQ +dPu +gAN +hOy +kHz +lYy +dPu +lYy +jFI +sPN +lYy +mWp +mWp +mWp +mWp +mWp +cwq +dSb +efH +oID +frV +lrj +eUq +xWl +xWl +xWl +xWl +jOv +fOf +jsW +bpR +jOv +fOf +jsW +wuk +rKU +nis +lyS +qlK +vVE +yjj +gly +gly +dhs +jQp +rKU +vmn +rKU +rKU +uAx +tMI +baw +baw +gGJ +ffr +wln +wln +wln +bHi +ncC +rKU +dCO +uXn +qYe +qYe +chh +flB +tVk +wNm +caV +caV +mEn +mEn +caV +vbD +aPK +rva +aPK +qwt +vBg +aPK +aPK +fTH +fTH +fTH +fTH +fTH +yhN +wAI +bba +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(102,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +njv +syV +prt +oOZ +prt +syV +sCP +tBc +tBc +tBc +tBc +lYy +ehl +rzz +gKS +gKS +ufj +gAN +srm +gKS +xKA +gAN +hnK +aux +aux +aux +hVQ +lra +hFU +gAN +eUq +xUh +xUh +xUh +eUq +eUq +eUq +eUq +vAx +eUq +eUq +eUq +fOI +hCb +jIg +rKU +shu +cHx +tuk +rZz +shu +cHx +tuk +rZz +rKU +xrr +lyS +wML +rKU +rKU +cnH +cnH +rKU +rKU +rKU +tUF +osr +rKU +rKU +rKU +rKU +rKU +wmg +cWw +pal +kIK +wmg +rKU +rKU +rKU +tVk +tVk +tVk +tVk +pvX +tVk +tVk +jcF +kcC +bHk +kFC +bhk +bhk +qZk +bca +kFC +uiH +wBh +vBZ +hWL +fTH +pNZ +ydW +mFw +kqF +fTH +vPT +rUD +bba +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(103,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +njv +qXX +grB +pnT +grB +qXX +sWB +tBc +tBc +tBc +tBc +lYy +lsp +eDd +aux +aXM +jCq +gBe +efL +aXM +jCq +eMy +lMW +ydi +mmj +mmj +mmj +ydi +nVV +gAN +nDY +pWs +yfk +aTS +xUh +lVY +mIZ +gIk +kUz +ljA +clz +wIU +gly +vgK +vgK +wvA +vgK +vgK +vgK +vgK +vgK +vgK +vgK +vgK +wvA +rTa +lyS +gDH +wPc +wPU +szj +vgK +vgK +laz +mvs +wpG +vgK +fyJ +khw +mvs +vgK +laz +vgK +vIv +kam +xsI +vgK +fYL +lyc +ugQ +mFk +pfz +vUj +abZ +hKG +ugQ +ugQ +pDW +qPp +ugQ +ugQ +ugQ +ugQ +rqT +ugQ +ugQ +usQ +vGv +qFW +qLA +gtz +rHD +rHD +rui +kqF +fTH +pqO +cfK +bba +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(104,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +njv +qXX +ooc +pFp +rnN +rrH +tiY +tBc +tBc +tBc +tBc +lYy +mFV +axm +tZu +hDN +vEh +vZD +kME +wDt +okE +lUN +arY +cBR +fDZ +fDZ +fDZ +sVy +wjH +gAN +nDY +raX +qol +xax +oZE +amx +nko +nko +jDw +cQR +tYY +tFv +tgI +paQ +btH +blq +btH +noF +pja +iOe +btH +btH +btH +btH +btH +btH +glA +wNi +wDN +paQ +bPl +btH +pja +btH +btH +jJr +dpK +dpK +dpK +dpK +dpK +bIE +dpK +dpK +jSO +dpK +lJQ +baL +ehd +vsf +vsf +vsf +qZN +vsf +nxH +vsf +vsf +hBc +veQ +bYW +alW +wUz +wUz +gOy +vsf +vsf +vsf +wCr +wUk +mCC +uoy +gKq +rHD +hzc +obK +fTH +pjV +szx +bba +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +eyz +xGR +xGR +xGR +xGR +xGR +xGR +xGR +xGR +xGR +xGR +xGR +xGR +xGR +xGR +xGR +wKU +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(105,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +cNj +cNj +qXX +grB +qoF +rrC +qXX +qXX +cNj +qXX +sWB +tBc +lYy +qXp +gtR +hJC +uKC +rWi +gBe +uLa +uKC +uGO +eMy +jUo +fXj +tVb +baP +tVb +tVb +xUg +gAN +nDY +sqn +xUP +bwY +sAH +byr +kzt +ePJ +dqq +ibO +oLf +wIU +gly +tYC +rUh +grR +xmt +vyA +von +oXA +fmA +fmA +fmA +fmA +fmA +fmA +fmA +wOa +wPd +fmA +fmA +fmA +von +bZy +fmA +fmA +fmA +fmA +fmA +fmA +fmA +bbu +fmA +uBT +gxI +xmt +fmA +qXo +ydu +dgu +dgu +dgu +dgu +dgu +ydu +ydu +ydu +ydu +ydu +dgu +dgu +dgu +dgu +dgu +ydu +ydu +xFG +jFa +xyU +hlT +gtz +rHD +nYz +hzc +rHD +fTH +pjV +szx +bba +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ajF +uKY +tNb +xTN +xnL +uKY +tNb +xTN +xnL +uKY +tNb +xTN +xnL +uKY +tNb +xTN +cKO +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(106,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +cNj +xkN +iBY +vzY +qIr +mOM +slo +tRj +wKt +xiV +eCe +tBc +lYy +lYy +nhm +lYy +lYy +lYy +lYy +lYy +lYy +lYy +lYy +lYy +lYy +lYy +lYy +lYy +azO +qWB +gAN +eUq +sAH +sAH +sAH +eUq +eUq +eUq +eUq +jaN +atd +uJf +eUq +eUq +eUq +wDE +vkh +wDU +rKU +imd +eFe +wNe +hll +sUt +rZz +hll +rZz +sUt +bKV +bKV +nCm +nCm +nCm +lEj +bKV +nCm +nCm +nCm +nCm +nCm +nCm +nCm +bKV +hbZ +wod +gxI +qlK +dTB +deU +cep +mMo +kpd +oSa +iGf +qOu +cnr +lgF +uOx +xsN +cep +fSd +pxr +gdN +biu +fSd +ppi +wNm +beE +jFa +xzV +slN +fTH +sYU +bnz +qIj +vZV +iKO +gft +pJb +bba +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ajF +uKY +rkd +xTN +xnL +uKY +rkd +xTN +xnL +uKY +rkd +xTN +xnL +uKY +rkd +xTN +cKO +yhk +yhk +jdh +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(107,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +cNj +vjY +iCr +oql +qWq +qWq +smL +qXX +qXX +qXX +tRM +tRM +tRM +ttJ +txE +dPK +nwl +fGz +jwY +uSn +uSn +dRo +tRM +nin +jnS +bzh +vJB +nGf +vPo +vJo +vIz +eUq +eUq +eUq +eUq +eUq +bNW +fTc +lPL +bfJ +atd +gub +mYA +fxr +jxC +bYZ +eiV +wEr +oTo +oTo +aes +oTo +oTo +aLx +aLx +aLx +aLx +aLx +aLx +cKL +gou +gou +woS +fmz +vPa +xDU +xDU +xDU +xDU +xDU +xDU +xDU +nCm +wGW +wod +gxI +qlK +kBl +rDp +xep +xep +xep +xep +xep +xep +xep +xep +xep +xep +xep +xep +xep +xep +xep +xep +xep +xep +bQr +ojU +tDK +heL +fTH +fTH +fTH +fTH +fTH +fTH +pjV +szx +bba +fJm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +uhH +epP +ePF +ePF +uhH +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ajF +uKY +rkd +xTN +xnL +uKY +rkd +xTN +xnL +uKY +rkd +xTN +xnL +uKY +rkd +xTN +cKO +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(108,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +qXX +nok +nGD +grB +grB +grB +grB +tRM +xpu +xlu +xFX +kpC +fGz +dlW +txE +dPK +xIR +fGz +rXR +tGv +pAj +qeZ +tRM +xFS +xef +fCr +vwH +mJI +rgx +qJy +tui +eUq +sSr +yba +kyy +eUq +qQV +fTc +lrv +bfJ +atd +xuK +oLf +fnG +ntc +bYZ +uSt +umk +oTo +uBJ +dEt +rqu +rqH +aLx +wHC +gyq +hqA +wLL +aLx +cBa +rPQ +rPQ +mGi +xcj +bWV +xDU +xDU +xDU +xDU +xDU +xDU +xDU +nCm +qLj +wod +gxI +qlK +dBa +rDp +jdh +app +jAf +jUY +jUY +jUY +jUY +jUY +jUY +app +uMt +sVQ +jUY +dsv +qun +xYB +rFs +xep +xIn +jFa +xzV +oSt +gah +uWd +sjC +sjC +kij +gah +pjV +szx +bba +bba +bba +bba +bba +bba +bba +bba +bba +uga +uga +uga +uga +uga +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ajF +uKY +rkd +xTN +xnL +uKY +rkd +xTN +xnL +uKY +rkd +xTN +xnL +uKY +rkd +xTN +cKO +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(109,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +nla +pqe +pqe +pqe +pqe +cNj +mWy +tYQ +wWP +bbV +qAe +qAe +tRM +wOr +xwB +xwB +pFD +szb +ddP +jUL +dPK +odx +fGz +hMS +dyh +qeX +jwN +tRM +aSt +xef +mYk +vwH +rfu +brn +cLV +mSE +eUq +tea +mLi +kWd +eHo +bpw +bpw +gHr +btP +fXe +fOW +vGO +eUq +eUq +ryK +uSt +tui +oTo +dtE +aNo +oTo +oTo +aLx +wHE +gZN +fAw +uEJ +wOt +ibB +ibB +ibB +ibB +lgZ +gGa +xDU +xDU +xDU +xDU +xDU +xDU +xDU +nCm +qOK +wod +gxI +qlK +smU +rDp +xFo +xFo +xFo +xFo +xFo +xFo +xFo +xFo +xFo +xFo +xFo +xFo +xFo +vAh +wPH +vor +sGW +xep +rLw +jFa +xzV +nsg +gah +sjC +sjC +sjC +sjC +gah +pjV +szx +uPB +eZR +eZR +cpT +uPB +odT +eZR +eZR +eZR +uga +koJ +bZq +jDu +uga +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +ajF +uKY +rkd +xTN +xnL +uKY +rkd +xTN +xnL +uKY +rkd +xTN +xnL +uKY +rkd +xTN +cKO +yhk +yhk +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(110,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +nla +dKM +lIQ +lIQ +lIQ +lIQ +cNj +mWy +mom +kzf +bbV +qAe +qAe +tRM +wTg +xFX +xFX +xFX +fGz +omv +txE +dPK +odx +fGz +deu +wkV +gLo +gLo +tRM +vBF +xef +mlu +vwH +uii +rgx +uSt +vIz +eUq +uNq +beh +beh +eUq +oUl +aeB +xZD +bfJ +wIm +xuK +oLf +vLV +xMI +bYZ +uSt +mSE +oTo +dtE +ehR +xMh +rqH +aLx +aLx +wJs +aLx +aLx +aLx +fzh +uOJ +xxs +pHo +dlp +skt +xDU +xDU +xDU +xDU +xDU +xDU +xDU +nCm +wGW +wod +dIZ +bVl +uzf +rDp +xFo +wZA +wZA +wZA +wZA +wZA +wZA +wZA +wZA +wZA +wZA +wZA +xFo +vAh +wPH +vor +sGW +xep +jPA +jFa +xzV +gMY +gah +sjC +sjC +sjC +sjC +gah +pjV +szx +uPB +eZR +eZR +wSa +uPB +uPB +yhN +eZR +uPB +pZt +qRR +wtr +xjQ +vbh +vbh +vbh +tJL +xGR +xGR +xGR +xGR +xGR +xGR +xnL +xnL +oHI +xnL +xnL +xnL +oHI +xnL +xnL +xnL +oHI +xnL +xnL +xnL +oHI +xnL +xnL +xGR +nNt +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(111,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +qXX +qXX +cNj +cNj +cNj +qXX +qXX +uqR +dvX +pPU +pPU +pPU +sgn +tRM +fGz +fGz +fGz +fGz +fGz +fGz +txE +dPK +fGz +fGz +fGz +vGf +xLX +xLX +tRM +jok +glR +mlu +vwH +xrg +rgx +niI +tui +eUq +vCk +jzx +fTc +eUq +cfm +wUR +fiu +bfJ +wIm +nSA +oLf +fxr +jxC +bYZ +uSt +vIz +oTo +dtE +aNo +oTo +oTo +jbK +vdQ +qMM +wKX +wLN +mhv +wPt +aLK +mpC +nnG +deh +mEq +xDU +xDU +xDU +xDU +xDU +xDU +xDU +nCm +wGW +wod +gxI +qlK +xKE +rDp +xFo +wZA +wZA +wZA +wZA +wZA +wZA +wZA +wZA +wZA +wZA +wZA +xFo +vAh +wPH +omy +lzT +xep +oFj +jFa +xzV +tuO +gah +qCV +ale +sjC +sjC +gah +pjV +szx +uPB +eZR +uPB +uPB +uPB +mlg +eac +eac +eac +qRh +lfZ +wKO +nst +wdF +bUp +sTk +rsB +xND +xND +xND +xND +xND +xND +xND +dHb +lIQ +uoz +uoz +uoz +lIQ +uoz +uoz +uoz +lIQ +uoz +uoz +uoz +lIQ +bWE +xND +eoI +cKO +yhk +yhk +jdh +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(112,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +qXX +cRF +rTk +dDu +uhF +afk +vuI +wTM +vuI +vuI +vuI +wkE +vuI +tRM +cbx +cbb +gPj +cbb +cbx +qEH +drd +cQZ +cbb +cbb +htL +dbS +cbb +rGE +tRM +mPK +mPK +xPD +vwH +lFy +goa +kvK +naQ +eUq +jOH +uWt +jzk +eUq +jfR +kiT +org +hLF +wIm +xuK +oLf +fnG +ntc +bYZ +uSt +umk +oTo +nRa +nKT +xMh +rqH +jbK +dhQ +ojc +bUA +juE +mNG +wPt +aLK +mpC +pKG +deh +bWV +xDU +xDU +xDU +xDU +xDU +xDU +xDU +nCm +qLj +wod +gxI +qlK +wHD +rDp +xFo +wZA +wZA +wZA +wZA +wZA +wZA +wZA +wZA +wZA +wZA +wZA +nRt +rHk +wPH +vor +iuc +xep +xQy +jFa +xzV +dhw +gah +uKI +oKb +pcY +pcY +gah +bFg +aal +yfo +yfo +yfo +yfo +yfo +qxe +uPB +uPB +eZR +uga +fhD +lEo +xnU +vbh +vbh +vbh +ttE +vQg +vQg +vQg +vQg +vQg +vQg +xnL +pnw +qaY +xnL +xnL +xnL +qaY +xnL +xnL +xnL +qaY +xnL +xnL +xnL +qaY +xnL +xnL +vQg +mzB +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(113,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +cNj +cRG +rTk +jIb +wQy +mCb +fJP +rVJ +mpG +lsP +bPr +ovE +hRQ +tOd +tBJ +wjt +hGb +wjt +wjt +wjt +haY +wjt +wjt +tEq +wjt +fvy +anf +dTP +tRM +tRM +tRM +tRM +tRM +pYx +rgx +eiV +wEr +eUq +eUq +eUq +eUq +eUq +trK +poG +poG +fOW +wIm +fOW +vGO +eUq +eUq +ryK +uSt +pKi +oTo +oTo +wFa +oTo +oTo +jbK +maz +ojc +nia +wLW +mNG +wPt +aLK +mpC +pKG +deh +gGa +xDU +xDU +xDU +xDU +xDU +xDU +xDU +nCm +qOK +wod +gxI +qlK +xKE +rDp +xFo +wZA +wZA +wZA +wZA +wZA +wZA +wZA +wZA +wZA +wZA +wZA +xFo +vAh +wPH +oou +aTZ +xep +oFj +jFa +xzV +lEE +gah +mIH +hmN +pcY +pcY +gah +eEu +gah +gah +gah +gah +gah +eZR +rZB +eZR +eZR +eZR +uga +xrw +xrw +xrw +uga +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +ajF +uKY +wFW +xTN +xnL +uKY +wFW +xTN +xnL +uKY +wFW +xTN +xnL +uKY +wFW +xTN +cKO +yhk +yhk +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(114,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +cNj +cRV +rTk +bzV +cZO +bqB +qOq +iCr +iCr +eTY +oPM +gYB +tbY +tRM +hKh +hKh +hyp +hyp +hyp +hyp +hyp +hyp +hyp +wnS +isR +wqH +anf +kCR +tRM +wZB +nkO +lKX +tRM +smO +rgx +uSt +umk +nFb +wIU +uie +qoH +bsl +gal +fOW +fOW +fOW +wIm +xuK +oLf +fOw +jtu +bYZ +wqP +vLM +rUV +eQu +eQu +eWg +fgc +jbK +oKi +nQb +lCl +xnY +jWO +wPt +wQa +mpC +pKG +ips +bKV +rtu +dBY +iDS +meE +rtu +oSn +iDS +bKV +wGW +wod +gxI +qlK +oWH +rDp +xFo +wZA +wZA +wZA +wZA +wZA +wZA +wZA +wZA +wZA +wZA +wZA +xFo +vAh +wPH +vor +dqp +xep +oFj +jFa +xzV +oSt +gah +eXw +qin +hkh +mMj +wRa +lso +tPj +jDh +iHZ +pui +gah +gtp +rBn +eZR +eZR +wSa +uga +vbh +vbh +vbh +uga +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +yhk +ajF +uKY +wFW +xTN +xnL +uKY +wFW +xTN +xnL +uKY +wFW +xTN +xnL +uKY +wFW +xTN +cKO +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(115,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +qXX +pFm +qhW +qXX +xmO +ukw +eQC +xmO +grB +xje +xje +xje +xje +xje +wXd +wXd +xje +djl +pDg +nWX +nWX +nWX +pOF +ylv +djl +vas +anf +cps +elj +gLo +lIT +gLo +elj +spQ +rgx +uSt +umk +paZ +cyj +mse +hgn +lvA +pQn +mLg +pfw +pfw +tsi +wvg +cjR +jeQ +sbN +bYZ +cpd +umk +lFy +yjw +yjw +yjw +jKB +jbK +fCH +ojc +nia +wMv +mNG +wPt +aLK +mpC +pKG +rSf +bKV +fuN +vlB +xlv +mGi +wWO +vlB +iea +bKV +daf +wod +gxI +qlK +smU +rDp +xFo +xFo +xFo +xFo +xFo +xFo +xFo +xFo +xFo +xFo +xFo +xFo +xFo +vAh +wPH +vor +dqp +xep +aXf +jFa +xzV +nsg +gah +gRv +ufh +bPM +aBt +aBt +rmE +arZ +iWf +iho +pui +gah +uPB +rZB +uPB +uPB +eZR +bba +yhk +ePF +ePF +ygj +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +yhk +ajF +uKY +wFW +xTN +xnL +uKY +wFW +xTN +xnL +uKY +wFW +xTN +xnL +uKY +wFW +xTN +cKO +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(116,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +hKM +hKM +xvA +xvA +hKM +hKM +hKM +hKM +hid +vNo +hNv +jSI +uQM +xje +vSv +emr +voD +vYL +hab +hab +nbz +hDw +iUX +rIv +vAk +fww +kEK +fbi +djl +cTx +anf +uxn +mlV +oKe +nya +gLo +dKY +spQ +rgx +sKo +rLO +nFb +wIU +fQw +jmc +grI +bfJ +fOW +fOW +xaU +xaU +wMP +hXa +eUq +eUq +fky +cpd +umk +lFy +lFy +qMG +qMG +jKB +jbK +nBH +hPt +owc +jbK +wOE +kPf +wQC +wQD +pKG +aBo +dUl +pHo +pHo +pHo +pHo +pHo +pHo +yaW +mAv +dNW +wod +gxI +qlK +puc +rDp +jdh +rTt +nTL +nTL +dsv +vAh +dsv +vAh +vAh +vAh +vAh +vAh +vAh +dsv +lzr +vor +ozL +xep +oFj +jFa +xzV +uLN +gah +yiP +dtA +jEX +jEX +oZR +byw +aFf +tmd +iho +pui +gah +wSa +eEK +oGR +dqs +wfw +bba +yhk +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +yhk +ajF +uKY +wFW +xTN +xnL +uKY +wFW +xTN +xnL +uKY +wFW +xTN +xnL +uKY +wFW +xTN +cKO +yhk +yhk +jdh +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(117,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +hKM +hKM +sxH +fib +fib +kZz +vuj +vuj +hUa +oao +rVB +gmV +uuz +ato +xje +vkW +vXK +tyT +wvk +xcZ +yaH +lEY +tjJ +qnk +wzs +qnk +vRk +wox +eje +jfn +vas +anf +vqS +dKY +qBG +gLo +oYI +wXQ +fGg +igt +uSt +umk +nFb +eUq +eUq +eUq +eUq +goN +oYC +fHJ +eUq +eUq +eUq +eUq +eUq +liL +eJh +cpd +rWb +dAF +lFy +wRf +qMG +jKB +jbK +jbK +qlb +jbK +jbK +bKV +wPy +rEh +rEh +dUP +qqD +wuy +hBF +hBF +fyF +xFC +kWv +hBF +iLR +mFA +oSB +amf +tWW +qlK +dBa +rDp +app +rTt +nSn +uaf +kFR +ukz +ndr +rfB +eHf +xYB +xYB +xYB +xOb +xYB +xfx +vor +oAY +xep +xQy +jFa +sda +gah +gah +gah +mlS +gah +gah +gah +gah +szh +tmd +bcC +pui +gah +eZR +fmE +uPB +tuf +qBY +bba +yhk +ePF +ePF +ePF +ePF +ePF +xnL +ePF +ePF +ePF +ePF +ePF +yhk +ajF +uKY +uZa +xTN +xnL +uKY +uZa +xTN +xnL +uKY +uZa +xTN +xnL +uKY +uZa +xTN +cKO +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(118,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +hKM +mZZ +ayp +buk +rTy +utN +onw +onw +hUa +pnt +ygm +psW +uzB +tph +xje +qMu +qvw +eXy +trL +hrM +jhQ +rGs +obz +rjP +yjI +ruM +qnk +jEv +oQL +wgm +vas +anf +imA +mNh +otY +kmA +xAo +fTg +kof +tfu +uSt +umk +fZN +wkl +fTu +asN +eUq +pOR +pOR +pOR +eUq +jiH +xRU +qNu +fbF +ivH +eJh +cpd +rWb +nQy +lFy +oaX +qMG +jKB +yjw +eVb +jKB +bKV +gTd +fMK +mXx +jsN +jsN +vPk +qqT +xPA +uZd +uZd +mAg +mcV +ooS +uZd +eQa +mAv +cha +wod +gxI +qlK +fJT +eic +eic +eic +eic +eic +eic +eic +eic +nrh +tjo +ujl +xWC +xWC +mTL +sjM +xWC +vDO +gCx +xep +oFj +jFa +xzV +gah +bMI +loW +tgC +pXk +ecY +qGN +rCU +sFS +tmd +djm +egP +gah +eZR +fmE +uPB +sGl +etS +bba +mTn +ePF +ePF +ePF +ePF +ePF +xnL +ePF +ePF +ePF +ePF +ePF +yhk +hEJ +vQg +vQg +vQg +vQg +vQg +vQg +vQg +vQg +vQg +vQg +vQg +vQg +vQg +vQg +vQg +ryj +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(119,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +hUa +boX +lLX +aPX +oHQ +ifj +ifj +dVP +hKM +hXq +ygm +psW +uNH +vDE +xje +jyO +qvw +tTY +trL +ayk +jhQ +mUR +oxG +tlY +ghl +pnJ +tlY +oaJ +qTk +opm +ivb +pXE +nju +jWn +azH +azH +azH +iRZ +wbN +qbA +uSt +pft +smG +smG +eyW +smG +rWr +smG +smG +smG +oNc +smG +smG +smG +wAV +wAV +pml +cpd +umk +swM +lFy +yjw +lUq +vuF +ogO +uDL +fOV +bKV +lbw +rPQ +xcj +xLp +fMK +swG +pwO +bKV +ceR +xLp +mpC +klS +uow +xLp +nWD +bKV +uUU +wod +gxI +qlK +dHE +eic +iIq +khK +xaI +hOP +eic +rkc +eic +dsv +dqo +dsv +wKH +wKH +wKH +wKH +wKH +wKH +xep +xep +oFj +jFa +rJB +gah +wPk +ufh +pUJ +pCa +dry +qOn +seu +sTb +tmo +bvl +vFZ +gah +eZR +fmE +uPB +ciI +vvH +bba +wJS +ePF +ePF +ePF +ePF +ePF +xnL +ePF +ePF +ePF +ePF +ePF +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(120,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +hUa +boX +uXV +dGG +hcD +dEW +dEW +xNE +cjn +kwA +omj +dPv +ygm +nRj +xje +fJg +qvw +sBD +trL +hnm +ycM +nxg +rDN +ffp +mpm +eLB +viR +bkZ +uLZ +nRn +kau +inw +dPK +dKY +gLo +gLo +gLo +mip +rgx +qbA +hPF +wak +wak +wak +tbl +pdn +pdn +pdn +pdn +pdn +biW +pdn +pdn +pdn +pdn +pdn +pdn +nJh +umk +kBU +lFy +yjw +ghe +yjw +uhK +yjw +yjw +bKV +hyZ +rPQ +xcj +rPQ +rPQ +xro +cBW +bKV +vlB +vlB +mpC +pKG +uow +vlB +vlB +bKV +wGW +dBC +pMf +qlK +qKd +eic +xog +hZy +tSu +pVT +eic +oLp +eic +riq +xhM +azg +wKH +awP +pSE +tXY +dLl +wKH +plq +oMe +xEH +cnE +xzV +paF +mJQ +rwR +whK +wfb +wFB +qOn +seu +sWJ +ufh +avo +kqb +gah +eZR +fmE +uPB +uNd +dnu +bba +nkC +ePF +ePF +ePF +ePF +ePF +xnL +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +yhk +ePF +ePF +yhk +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(121,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +hUa +boX +qHR +jvr +fVb +ifj +ifj +wNK +hKM +qYj +ygm +psW +uuz +uUm +xje +cJX +qvw +xpm +trL +qcq +jhQ +uDv +kvc +ubS +kEZ +djl +djl +djl +uYI +djl +vnt +yay +mtA +eHk +hEz +hEz +hEz +iRZ +wbN +qbA +uSt +qVm +duN +duN +duN +uvH +uvH +uvH +mNo +jac +jpb +nQG +uXM +uvH +mNo +atz +cnb +xTv +kkd +beG +lFy +mIp +ghe +qMG +ccr +ffD +oyF +bKV +fMF +jdA +xjI +wOi +jdA +aNK +wdR +bKV +jdA +wOi +mpC +pKG +uow +jdA +jdA +bKV +wGW +wod +lCm +qlK +smU +eic +iis +pgI +kFX +jDB +pPj +yfh +eic +ujI +xhM +skM +wKH +wYk +oHd +viV +viV +wKH +oIJ +oMe +oFj +jFa +xzV +paF +fsF +rwR +whK +wfb +wFB +qOn +seu +qYt +tvT +wNy +hKw +gah +eZR +fmE +uPB +uPB +bba +bba +nkC +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +yhk +ePF +ePF +yhk +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(122,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +hKM +mZZ +ayp +gLP +lnD +ueV +xtA +xtA +hUa +pnt +ygm +psW +uzB +tph +xje +nwL +qvw +ryc +trL +rEl +jhQ +qLx +qCT +gHD +jCt +jCt +djl +gqo +pdS +djl +gWx +yay +fzb +mNh +tRM +tRM +tRM +mNh +wEH +uyS +uSt +rWb +rRG +fZN +bLH +uNJ +lLV +lFy +lFy +lFy +lFy +lFy +lFy +lFy +lFy +lFy +lFy +lFy +lFy +lFy +lFy +aXG +ghe +qMG +qMG +qMG +qMG +bKV +bKV +bKV +kBS +bKV +bKV +bKV +bKV +bKV +bKV +bKV +emh +wFI +uow +mGi +mGi +bKV +kSJ +wod +lCm +qlK +pfr +eic +sUf +gIQ +igN +wOZ +eic +iHe +pPj +wqg +mNs +niw +rwc +dSK +tgc +kfb +xcn +wKH +lmP +oMe +oFj +xby +jtr +cMu +rDv +mgn +frD +pCa +uge +msC +gah +gah +gah +gah +gah +gah +eZR +fmE +uPB +okq +bba +xUd +nkC +ePF +ePF +ePF +ePF +ePF +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +ePF +ePF +ePF +ePF +yhk +ePF +ePF +yhk +ePF +ePF +yhk +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(123,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +hKM +hKM +jEU +xvq +lTC +kHM +vuj +vuj +hUa +oao +hJz +qRk +uNH +eNq +xje +wqG +wbT +svG +wJe +xkm +ycZ +eLp +rDN +nuZ +iHH +iya +djl +tSR +uej +djl +pjo +yay +aAS +jZv +cbU +jmC +rdI +hnJ +ujL +rgx +uSt +rWb +rOL +fZN +sbU +lFy +lFy +lFy +oaX +wRf +qMG +yjw +hLk +xzW +xzW +xzW +cCf +yjw +yjw +qMG +oaX +yjw +ghe +yjw +yjw +yjw +yjw +yjw +yjw +yjw +xlY +wRf +qMG +wRf +yjw +yjw +oaX +bKV +pqL +uZd +eQa +mGi +hcf +bKV +opZ +rLv +mNp +qlK +gel +eic +qof +wSg +ftf +xXm +eic +oLp +eic +xJc +fFc +skM +wKH +noH +iWB +viV +hHI +wKH +mlw +oMe +oFj +jzO +xzV +paF +mJQ +joJ +tmo +qlI +uge +azb +gah +uJx +hAG +hAG +hAG +hAG +hAG +lEB +ltl +fkt +dHB +pTb +pTb +xGR +xGR +xGR +xGR +xGR +xGR +xGR +xGR +xGR +xGR +xGR +xGR +xGR +pVW +yhk +ePF +ePF +ePF +ePF +yhk +ePF +ePF +yhk +ePF +ePF +yhk +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(124,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +hKM +hKM +vTm +kUn +vTm +vTm +vTm +hKM +dUu +ygm +psW +ikC +inF +xje +xNW +bRf +xNW +gpz +voD +voD +odD +rXe +ouG +cew +ylv +djl +bxr +mpn +djl +jlw +sBt +kgi +tFR +tRZ +dTA +tSV +hnJ +ujL +rgx +mRz +qhj +bzz +sTP +hJp +eOc +xrc +xrc +xrc +xrc +xrc +xrc +lzh +qMG +qzm +qMG +xeA +yjw +yjw +qMG +yjw +yjw +kPo +hSM +hSM +hSM +hSM +hSM +hSM +hSM +auX +yjw +esJ +yjw +yjw +yjw +yjw +bKV +cRW +yiq +yiq +yiq +cRW +cRW +rDp +poS +rRE +jRW +rDp +eic +eic +eic +eic +eic +eic +qhD +eic +lBm +fFc +kGO +wKH +uyq +cFa +riK +ndq +wKH +qDC +oMe +oFj +jzO +xzV +paF +mJQ +cWo +kZl +urN +nRi +azb +gah +fmE +eZR +yhN +uqb +uqb +uqb +uqb +wJD +wJD +wJD +wJD +xcb +sBG +xnL +xnL +xnL +jJu +xnL +xnL +xnL +xnL +xnL +jJu +xnL +xnL +cKO +yhk +ePF +ePF +ePF +ePF +yhk +ePF +ePF +yhk +ePF +ePF +yhk +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(125,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +hUa +emR +glD +iRI +oZX +qDM +hKM +cIE +ygm +psW +gRm +qXX +xje +xje +xje +xje +xje +xje +xje +xje +djl +hIF +hIF +hIF +djl +djl +djl +djl +szp +yay +tiG +mNh +fGz +fGz +fGz +mNh +csj +rgx +cpd +rWb +wmu +ifL +aZN +lFy +oaX +yjw +yjw +yjw +yjw +yjw +oaX +qzm +wCC +qzm +oKh +xrc +xrc +xrc +xrc +xrc +aGg +qMG +qMG +aXG +qMG +yjw +mIp +qMG +yjw +oaX +qMG +yjw +yjw +yjw +mIp +kvP +kvP +ePF +ePF +ePF +ePF +ePF +eWn +aZW +itT +tdv +pkG +ePF +ePF +ePF +ePF +ePF +eic +eic +eic +dsv +nLd +dsv +wKH +wKH +wKH +wKH +wKH +wKH +uPT +hHu +oYV +mvb +sda +gah +gah +gah +gah +gah +gah +gah +gah +fmE +eZR +azh +uqb +ctY +jWk +dYT +wJD +sCB +bQq +ons +xcb +wsF +wsF +wsF +wsF +wsF +wsF +feB +frW +frW +frW +oZC +xnL +xnL +cKO +yhk +ePF +ePF +ePF +ePF +yhk +ePF +ePF +yhk +ePF +ePF +yhk +ePF +nla +pqe +nfY +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(126,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +hUa +iJN +ifj +ifj +ifj +uka +hKM +kyr +lkF +psW +isy +qKT +anf +anf +anf +anf +pXv +pXv +pXv +pXv +fyU +pXv +pXv +pXv +fyU +pXv +pXv +sxg +nGF +yay +aAS +naZ +cbU +qcj +rdI +hnJ +ujL +rgx +cpd +oJv +lFy +lFy +lFy +lFy +lFy +lFy +mZm +mZm +myW +mZm +mZm +qMG +qzm +qMG +xeA +yjw +yjw +qMG +yjw +yjw +yjw +yjw +yjw +yjw +yjw +yjw +wSk +wSk +wSk +wSk +wSk +oaX +yjw +yjw +kvP +kvP +ePF +ePF +ePF +ePF +ePF +ePF +eWn +cnP +waa +oWW +pkG +ePF +ePF +ePF +ePF +ePF +ePF +dsv +xqM +ety +lDj +iQW +cVY +rGb +dsv +jTN +eYs +wNm +wNm +wNm +bQr +jzO +qLA +wNm +odT +viK +eZR +eZR +uJx +xTQ +xTQ +lEB +eZR +wSa +uqb +inl +rVz +bfj +wJD +grX +xGl +cME +xcb +xeq +tBz +wGF +plQ +wsF +gsu +lwE +jcD +kIq +ueN +imy +oZC +sBG +cKO +yhk +ePF +ePF +ePF +sZt +dJi +dJi +dJi +dJi +xbo +dJi +bFI +pqe +dKM +lIQ +lJV +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(127,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +hUa +ret +ifj +ifj +ifj +hsJ +hKM +rty +lkF +fMY +nvb +qKT +anf +anf +anf +anf +pXv +pXv +pXv +pXv +fyU +pXv +pXv +pXv +fyU +pXv +pXv +aQF +gmx +sBt +kgi +tFR +lVk +dTA +tSV +hnJ +ujL +rgx +cpd +umk +nnf +qkt +xqh +fDe +jlu +pJZ +mZm +xXz +tLj +vnm +mZm +oaX +jFp +xzW +mHu +yjw +qMG +qMG +qMG +iTA +iTA +iTA +iTA +iTA +iTA +iTA +wSk +wSk +wSk +wSk +wSk +wSk +oaX +wRf +kvP +ePF +ePF +ePF +ePF +ePF +ePF +ePF +eWn +cnP +xlQ +oWW +pkG +ePF +ePF +ePF +ePF +cID +sOI +dsv +dIh +wPH +ndc +twc +rtc +fOO +dsv +rZQ +wUE +xml +xml +vCI +hJr +dNs +iWg +sAk +pZu +dRz +pZu +pZu +qCE +ukM +ukM +ukM +ukM +gyN +uqb +roD +bti +uKP +wJD +wcm +dgp +ocX +xcb +usT +tBz +cUM +uFv +sdq +qXU +ycC +gsH +tBz +iPR +dmu +nSg +xnL +cKO +yhk +ePF +ePF +ePF +udM +xAr +qTp +xAr +xAr +xAr +cda +wIl +lIQ +lIQ +lIQ +lJV +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(128,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +hUa +fOj +ifj +uFC +cdY +fxN +hKM +cWU +uyl +jce +cvp +qKT +pXv +pXv +pXv +pXv +pXv +pXv +pXv +pXv +lSf +qph +aSJ +sim +anf +pXv +pXv +aQF +vuH +yay +aLi +mNh +fGz +fGz +fGz +mNh +csj +rgx +cpd +umk +jkN +rFr +xqh +dza +xLo +cCc +mZm +eiP +ktL +uBG +mZm +yjw +xeA +qMG +qMG +qVR +qMG +wRf +yjw +iTA +wJb +fGT +qUF +oSo +kqM +iTA +wSk +wSk +ieZ +wSk +wSk +wSk +wSk +wSk +wSk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +eWn +cnP +xlQ +oWW +pkG +ePF +ePF +ePF +ePF +kGo +fvG +vVY +oYk +wPH +nlC +yjM +plY +vor +dsv +eYs +lSG +wRM +vuh +wNm +oFj +xUr +qLA +wNm +wSa +eZR +eZR +eZR +uwr +sSA +wWZ +vNh +ukM +ukM +uqb +vmh +vFo +vTq +wJD +wFP +iCR +jlC +xcb +wsF +lYc +tIz +qOc +wsF +bgH +tBz +grf +tBz +tBz +iEO +nSg +xnL +cKO +yhk +ePF +ePF +ePF +drU +cda +xAr +xAr +npq +xAr +qTp +wIl +lIQ +vhq +pJd +esY +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(129,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +hKM +hKM +hKM +hKM +hKM +hKM +hKM +qXX +qXX +qXX +gbs +qXX +pXv +pXv +pXv +pXv +pXv +pXv +oDj +pXv +kPW +gLo +dYc +pJm +anf +pXv +pXv +aQF +vuH +yay +aAS +tuZ +cbU +nbt +rdI +hnJ +ujL +rgx +cpd +ogs +lFy +lFy +lFy +lFy +ydX +ydX +mZm +hAi +ruu +gbQ +irb +eQu +kAr +qMG +oaX +yjw +yjw +yjw +oaX +iTA +wJb +gwX +iwF +dax +bHT +iTA +pim +hgk +bBw +bOV +oMR +wSk +wSk +wSk +wSk +ePF +ePF +ePF +ePF +eyz +szf +rwa +fmJ +cnP +xlQ +oWW +wtn +rwa +rwa +nNt +ePF +euV +iiI +tZs +kxb +xfx +pSF +aip +jlV +pWF +dsv +wNm +wNm +wNm +wNm +wNm +aXf +oqw +uqO +wNm +uPB +uPB +uPB +uPB +ukM +ukM +bde +vuR +twO +sfE +uqD +vUz +oWw +vUz +fcA +vUz +oWw +xxA +pjR +wsF +vqQ +aoa +tUp +wsF +nHD +lJI +mOp +tBz +eRT +iEO +nSg +xnL +cKO +yhk +yhk +yhk +yhk +udM +xAr +ejo +cda +ejo +qTp +ejo +wIl +lIQ +lJV +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(130,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +lwh +lwh +lwh +tRM +lOA +djs +piG +pXv +prx +tdG +tdG +noY +nHx +fGz +wNM +vPP +gLo +gLo +pJm +anf +pXv +pXv +aQF +gmx +sBt +kgi +oTA +uHc +dTA +tSV +lef +ujL +rgx +cpd +umk +pKa +lFy +ftI +lFy +ydX +ydX +mZm +nhh +rYh +rFb +mZm +yjw +xeA +qMG +yjw +yjw +yjw +xNj +xNj +iTA +iTA +xWN +kKD +pPD +epw +iTA +cEp +nTS +aXy +ezl +hgk +hgk +uGv +aqo +wSk +ryA +ryA +ePF +ePF +xwD +gKK +eHO +cJs +eCp +xlQ +ryk +cJs +pAo +mrK +xWx +ePF +raL +pSH +lJv +wje +xmj +lSd +oiT +vor +xJT +dsv +wTW +uuW +wiq +wiq +wNm +jPA +xUr +qLA +qiH +aaj +wpc +wpc +wpc +eTW +riJ +tot +biA +sQs +ipA +wqr +gvA +ocp +gvA +gvA +gvA +knm +jDi +tIg +wsF +wsF +wsF +wsF +wsF +gTp +rjC +cUW +cmf +tBz +qls +nSg +xnL +xGR +xGR +xGR +xGR +xGR +eTj +brU +gOg +xaD +gOg +xaD +gOg +eCW +efo +eMT +ePF +ePF +ePF +ePF +ePF +ePF +tmE +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(131,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +lwh +lwh +lwh +tRM +gqG +eXS +ddb +wqh +hMu +bwD +kpG +ckS +xDw +bPx +xDw +vPP +gLo +gLo +pvV +mDe +pXv +pXv +bEq +vuH +yay +shZ +mNh +fGz +fGz +fGz +mNh +csj +rgx +cpd +umk +lkY +mZm +mZm +mZm +mZm +mZm +mZm +qOQ +mZm +mZm +mZm +yjw +xeA +qMG +mIp +yjw +xNj +xNj +tOG +qcI +iTA +iTA +nql +ckq +cyZ +iTA +ezl +aWg +uFD +oLa +oLa +sjP +ini +lWN +wSk +huI +ryA +ePF +ePF +eWn +pVz +eCp +hmi +jKM +qrU +kww +mbj +ryk +bVu +xWx +ePF +dkZ +ulF +kAw +eTM +jPw +keg +ggK +cua +dSJ +dsv +gEW +udk +wiq +wiq +wNm +rLw +xUr +qLA +ezt +wpc +wpc +wpc +wpc +eTW +gci +tot +kYv +tLg +sfE +scR +azW +azW +azW +azW +azW +vyI +bsR +tIg +wsF +rMQ +eux +ghg +wsF +kDQ +kOq +oQJ +oph +tBz +oOv +kno +wFF +vNM +vNM +vNM +vNM +vNM +xDe +wFQ +mKt +lMY +mKt +xAr +mKt +pAu +pJd +esY +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(132,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +lwh +lwh +lwh +tRM +tRM +iUx +ddb +hIF +hMu +vdl +sZd +eFg +anf +anf +anf +vPP +gLo +gLo +lXV +qSy +wqh +wqh +cJb +kIi +dxk +aAS +quY +cbU +qcj +rdI +hnJ +ujL +rgx +cpd +umk +plE +mZm +vvu +qWY +moK +xPX +xPX +xPX +uBP +vVS +mZm +yjw +xeA +kvP +kvP +kvP +xNj +jlX +irV +irV +lgS +keq +uVM +sPD +bJR +bog +buS +buD +dJE +wSk +wSk +aPo +wSk +wSk +wSk +wSk +wSk +jut +ePF +eWn +acK +igl +mxW +ybJ +ybJ +ybJ +xgP +igl +aHS +xWx +ePF +raL +oMs +wPH +cBL +pwe +oXx +qcB +oYk +iIi +dsv +vRa +vRa +btN +sQr +wNm +etq +xUr +qLA +qqp +wpc +wpc +wpc +wpc +eTW +naA +pXm +bsr +tJB +ukM +sxe +ahP +ukM +sxe +ahP +oie +tot +pkE +sNg +jcA +rph +quv +lyN +bjd +myl +sOw +rlQ +xKK +hSo +wQe +oIE +xnL +xnL +vQg +vQg +vQg +vQg +feE +npq +xAr +xAr +xAr +cda +lMY +wIl +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(133,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +lwh +lwh +lwh +lwh +lwh +tRM +eXS +pJm +pXv +nrR +ydQ +ydQ +tuD +anf +anf +anf +vPP +gLo +gLo +lXV +qSy +hIF +hIF +cJb +gmx +qtS +iDJ +gIH +rKr +dTA +tSV +xcR +iPZ +rgx +cpd +umk +mge +xQg +vBU +icz +myP +xPX +xPX +xPX +dbl +qWY +mZm +yjw +xeA +qzm +opo +vfi +xNj +ger +bJJ +gWi +bpI +sao +eYc +hBA +ffu +cEu +umJ +tBZ +pUO +wSk +hKD +tEs +gDt +wSk +nnU +nnU +wSk +xkV +xCw +qfL +agn +igl +qnn +yaY +yaY +yaY +jGo +igl +aHV +vNJ +xCw +raL +oYk +wPH +cBL +vcK +ybZ +jkG +wqD +eHJ +dsv +vRa +vRa +buI +bZR +wNm +clX +xUr +qLA +bbd +wpc +wpc +wpc +qVd +xBD +xBD +xBD +xbN +xBD +qNY +wpc +wpc +fJN +wpc +wpc +hRG +tot +wbu +sJv +wsF +eni +ecI +jZa +wsF +teT +wGF +vWw +kVA +eRT +iEO +nSg +xnL +cKO +yhk +yhk +yhk +yhk +udM +cda +xAr +xAr +xAr +xAr +xAr +wIl +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(134,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +lwh +lwh +lwh +lwh +lwh +tRM +eTI +pJm +pXv +bmm +vHi +bwD +tuD +xDw +xDw +xDw +bKK +aXA +aXA +fEG +fOP +pXv +pXv +uFB +vuH +pgh +gKg +gKg +gKg +gKg +gKg +gKg +gKg +brn +cYk +umk +lkY +xQg +vVK +eUM +xPX +xPX +xPX +mFT +bEl +jDH +mZm +mZm +xeA +qzm +blj +fDM +bfY +cdE +eij +qNj +qpR +tXo +tDp +gIf +jBA +rti +eNs +bkn +tLk +wSk +nTZ +xTu +yiV +wSk +iPe +rQX +wSk +tyo +xCw +qfL +fHC +lza +amW +yaY +aDb +yaY +axk +igl +oWW +vNJ +xCw +kGo +cfj +wPH +cBL +ugS +tkr +nwJ +msU +ubH +dsv +aCK +pSP +uuW +uuW +wEI +dWO +xUr +qLA +qiH +wpc +wpc +wpc +wpc +xBD +rtf +kDB +bgr +tGD +qNY +wpc +wpc +wpc +wpc +wpc +hRG +tot +wbu +tIg +wsF +wsF +wsF +wsF +wsF +eJd +eSD +xTh +xGM +tBz +yhp +nSg +xnL +cKO +yhk +ePF +ePF +ePF +udM +xAr +qTp +lMY +xAr +npq +cda +wIl +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(135,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +lwh +lwh +lwh +lwh +lwh +lwh +tRM +eXS +pJm +pXv +bjY +kpG +vdl +tuD +anf +anf +anf +anf +xDw +iXV +hIF +cWT +pXv +pXv +uFB +vuH +dTP +gKg +kef +uWQ +suW +khl +kef +gKg +nFG +cpd +umk +qzs +xQg +wCV +oAP +xPX +xPX +xPX +xmQ +lEt +lEt +jTF +mZm +xeA +qzm +sVQ +kts +xNj +ger +lhh +cBP +lgS +pWj +oUo +rLL +iGm +qGh +xEo +bnT +pUO +wSk +nMn +qXz +mqu +wSk +nnU +nnU +wSk +cJO +xCw +qfL +akj +igl +aox +yaY +yaY +yaY +aFM +igl +aKj +vNJ +xCw +raL +oYk +wPH +cBL +fML +ybZ +kZd +vyU +iZT +dsv +lgB +iIl +iIl +iIl +fBp +dWO +xUr +qLA +ezt +wpc +wpc +qNY +pOf +xBD +cvk +oDh +wec +onc +qNY +wpc +wpc +wpc +wpc +wpc +hRG +tot +wbu +ggV +wsF +uYc +pEu +dPZ +wsF +kDQ +tsI +hxi +iVs +rjC +pfR +vjk +xnL +cKO +yhk +ePF +ePF +ePF +udM +xAr +xAr +xAr +cda +xAr +qTp +wIl +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(136,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +lwh +lwh +lwh +lwh +lwh +lwh +tRM +eXS +pJm +pXv +nrR +ydQ +ydQ +tuD +anf +anf +anf +anf +xDw +xVB +pXv +pXv +pXv +pXv +uFB +vuH +wXs +gKg +khl +iTG +ffv +jQy +kef +gKg +jww +cpd +umk +mge +xQg +yij +aWA +xPX +hWT +xPX +xPX +hwa +qYf +fjN +mZm +xeA +kvP +kvP +kvP +xNj +lsw +kVO +gVh +lgS +keq +vbe +mkd +eKp +vgL +xEo +bnT +dJE +wSk +wSk +gDC +wSk +wSk +wSk +wSk +wSk +opy +ePF +eWn +acK +igl +tbg +djE +djE +djE +dpx +igl +aHS +xWx +ePF +raL +oMs +wPH +cBL +hlh +gJO +vpP +oYk +cpg +dsv +pnW +xSK +xSK +xSK +udS +dFa +xUr +qLA +qqp +wpc +wpc +qNY +ezL +uMz +oqB +nXk +qGm +fOk +qNY +wpc +wpc +wpc +wpc +wpc +hRG +tot +wbu +qeb +wsF +gNU +twI +twI +bmX +kDQ +aMB +heR +qlc +rux +wsF +wsF +sBG +cKO +yhk +ePF +ePF +ePF +fsu +nCA +nCA +nCA +nCA +nCA +nCA +gKn +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(137,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +jdh +ePF +ePF +ePF +ePF +ePF +ePF +yfm +lwh +lwh +lwh +lwh +lwh +lwh +tRM +iUx +ddb +wqh +hMu +bwD +wuF +ckS +anf +anf +anf +anf +xDw +xVB +pXv +pXv +pXv +pXv +uFB +tHN +bEL +gKg +kef +kef +pyc +kef +uWQ +gKg +mmg +haV +umk +mXj +mZm +xnv +pYM +xPX +xPX +xPX +xPX +kLo +xoG +kxf +mZm +xeA +qMG +mIp +yjw +xNj +xNj +guY +tiM +cvm +cvm +vAw +aMl +cvm +cvm +cxY +daQ +dKw +fUf +fUf +gIm +ini +lWN +wSk +hTB +ryA +ePF +ePF +eWn +eOE +goO +roh +kww +dYZ +jKM +afp +jpx +luY +xWx +ePF +dkZ +oVq +qTz +wef +sqe +nEH +dFJ +qJv +tPz +dsv +slQ +nDb +llx +izq +udS +oFj +xUr +qLA +bbd +wpc +wpc +qNY +vEM +aBB +lKO +ydK +qJK +gYO +qNY +wpc +wpc +wpc +wpc +wpc +hRG +tot +wbu +tIg +wsF +iaw +iaw +iaw +akH +uAM +xLN +mpu +srz +tgY +rUl +inn +xnL +cKO +yhk +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(138,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +arB +bpo +mXZ +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +tRM +eXS +ddb +hIF +hMu +vdl +kpG +eFg +anf +ayE +anf +anf +xDw +xVB +fyU +fyU +fyU +fyU +uFB +rGi +gKg +gKg +gKg +yiS +yiS +yiS +gKg +gKg +iob +mvv +obq +mZm +mZm +pYM +qRz +xPX +xPX +xPX +xPX +xmQ +lEt +que +mZm +xeA +qMG +yjw +yjw +yjw +xNj +xNj +cvm +cvm +geD +kst +uHt +geD +cvm +cEp +ezl +dXS +ezl +hgk +hgk +ixq +aqo +wSk +ryA +ryA +ePF +ePF +xwD +gKK +vhW +kdg +goO +heK +jpx +kdg +jlA +yhm +xWx +ePF +raL +npv +lJv +gYK +iMe +fIy +gPl +odd +fLX +dsv +xDl +xDl +xDl +xDl +xDl +xQy +xUr +qLA +qiH +wpc +wpc +qNY +fdL +uTi +xBD +xBD +sWT +xBD +qNY +wpc +wpc +eUB +wpc +wpc +hRG +tot +wbu +sJv +wsF +bAq +xlE +bAq +wsF +nhe +etu +nhe +tPc +nhe +wsF +xnL +xnL +mzB +yhk +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tmE +tmE +tmE +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(139,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +eyz +kNb +kNb +xGR +xGR +xGR +xGR +xGR +xGR +gNn +pJd +esY +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +tRM +hVW +cPI +pXv +hqj +tCu +tCu +kVq +vwX +fGz +rLo +rLo +rLo +cWT +pXv +pXv +pXv +pXv +uFB +rGi +mGM +qfO +jgM +nYN +nYN +oJm +gKg +nMy +jsV +kLG +umk +xQg +qPb +qWY +vYp +igY +uDA +cSg +wfc +uBP +mcb +mZm +mZm +xeA +qMG +yjw +yjw +yjw +yjw +wRf +cvm +vVA +brk +qwa +dTL +bgV +cvm +vHm +hgk +dYY +eAl +ggA +wSk +wSk +wSk +wSk +ePF +ePF +ePF +ePF +sBM +wAE +emD +skx +eSV +heK +oWW +dLD +emD +emD +mzB +ePF +raL +qsy +iwc +vRO +wlp +egW +hLB +qsS +hGw +dsv +wbG +hyI +lZH +ylk +xDl +jPA +xUr +xzG +ukM +ukM +ukM +xBD +kCP +uTi +xBD +sie +cwg +gNx +ukM +lTQ +mSc +ukM +lTQ +mSc +uze +tot +wbu +aTv +wsF +jsh +tBz +jsh +wsF +jcp +dJF +nhe +jXc +xfS +kZV +xnL +cKO +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +tmE +ePF +tmE +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(140,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +kJd +ePF +ePF +cku +cku +cku +cku +cku +cku +cku +yfm +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +tRM +eXS +pJm +pXv +pXv +pXv +pXv +fyU +pXv +ryU +pXv +pXv +pXv +pXv +pXv +pXv +pXv +pXv +uFB +eeU +alS +qRK +gGr +tGM +jhp +pxq +gKg +acF +jsV +cpd +umk +xQg +smp +tJt +smp +eGR +uDK +oQK +qYf +woz +xPX +mZm +yjw +xeA +wDc +yjw +yjw +yjw +yjw +aUQ +cvm +nmn +vnc +dcn +izZ +brk +cvm +wSk +wSk +ebY +wSk +wSk +wSk +rKJ +mPV +kvP +ePF +ePF +ePF +ePF +ePF +ePF +ePF +eWn +rsw +heK +oWW +pkG +ePF +ePF +ePF +ePF +kGo +kwF +uPg +oYk +wPH +nlC +yjM +mSu +vor +dsv +nVQ +fga +oVR +wgy +xDl +oFj +xUr +qLA +ukM +wpc +wpc +xBD +qFN +tIP +xBD +stc +sZQ +tLg +sfE +vRH +sAs +sAs +sAs +sAs +sAs +vQJ +wbu +tIg +wsF +tBz +jsh +tBz +wsF +bYy +oBo +nhe +bYy +oBo +nSg +xnL +cKO +yhk +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tmE +tmE +tmE +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(141,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +kJd +yhk +cku +cku +dZa +wMj +kxl +dAG +lAq +mlU +mlU +mlU +mlU +mlU +lwh +lwh +lwh +lwh +lwh +lwh +tRM +eXS +pJm +pXv +pXv +pXv +pXv +fyU +pXv +fyU +pXv +pXv +pXv +pXv +pXv +pXv +pXv +pXv +uFB +rGi +mGM +ewh +iWt +vHC +jPK +kZJ +gKg +dAH +jsV +cpd +umk +mZm +srP +qYf +qYf +qYf +gkN +xoG +pbl +iFL +nJE +mZm +yjw +xeA +qMG +yjw +yjw +yjw +qMG +qMG +cvm +cvm +cvm +axX +sqC +oqX +cvm +wSk +wSk +wSk +wSk +wSk +wSk +rKJ +xam +kvP +ePF +ePF +ePF +ePF +ePF +ePF +ePF +eWn +eSV +heK +oWW +pkG +ePF +ePF +ePF +ePF +kLm +sOI +dsv +qOP +bew +rgc +oUc +qXb +fwN +dsv +alv +uQN +pGx +vgR +xDl +xEH +bCR +qLA +ukM +wpc +wpc +xBD +xBD +xBD +xBD +jrq +ttc +vfW +tkH +spX +oqy +oqy +oqy +oqy +oqy +vkD +jiO +tIg +wsF +lYc +jsh +tBz +wsF +mgS +tBz +nhe +mgS +tBz +nSg +xnL +cKO +yhk +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(142,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +kJd +ePF +cku +xYJ +gCZ +fym +xsL +xsL +gCZ +mlU +cqk +sGa +kKA +mlU +lwh +lwh +tRM +tRM +tRM +tRM +tRM +iUx +pJm +pXv +pXv +pXv +pXv +fyU +pXv +fyU +pXv +pXv +pXv +pXv +pXv +pXv +pXv +pXv +kjh +wbj +gKg +nAB +mGM +hdJ +xZE +nAB +gKg +lFy +mhB +xHk +gNa +oLB +wfn +wfn +wfn +wfn +xEA +pvv +vOn +iFL +tNF +mZm +yjw +xeA +qMG +oaX +yjw +yjw +qMG +uqk +yjw +otg +cvm +qON +oAz +ezj +cvm +wSk +wSk +wSk +wSk +wSk +paq +kYl +ewd +kvP +kvP +ePF +ePF +ePF +ePF +ePF +ePF +eWn +rsw +bOO +oWW +pkG +ePF +ePF +ePF +ePF +ePF +ePF +dsv +qzb +cxE +cJI +sHU +qOm +exY +dsv +eqX +iiQ +iiQ +jer +xDl +oFj +xUr +qLA +ukM +nrT +xMG +uuq +uuq +swC +sAs +icf +cXg +eqA +sfE +eTP +dMh +dMh +thV +ukM +lci +iKj +dMh +sWQ +wsF +jsh +tBz +jsh +wsF +ear +kIf +nhe +qum +kIf +nSg +xnL +cKO +yhk +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(143,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +kJd +yhk +cku +aLE +lxB +nhv +hVf +gCZ +bts +mlU +iSq +osG +vuz +mlU +mlU +tRM +tRM +aex +aeH +afl +gkq +eXS +reZ +vOU +ata +pXv +pXv +fyU +pXv +fyU +pXv +pXv +pXv +haC +qtf +qtf +qtf +qtf +bVr +lbu +gKg +wMR +rWv +tpX +rWv +vGx +gKg +lXl +jsV +ifG +umk +mZm +szc +xoG +xoG +xoG +fJl +qYf +uVZ +iFL +vts +mZm +yjw +xeA +qMG +qMG +qMG +qMG +qMG +uTB +yjw +lqy +cvm +oAz +oAz +oAz +cvm +jqw +jqw +cDp +mIp +qMG +ejW +cgf +xFP +pmD +kvP +kvP +ePF +ePF +ePF +ePF +ePF +eWn +rWp +qrR +ePK +pkG +ePF +ePF +ePF +ePF +ePF +dsv +dsv +dsv +dsv +qRy +dsv +dsv +dsv +dsv +eAt +iiQ +tmT +dXR +xDl +oFj +kte +gZY +ukM +ggS +pms +uuq +uuq +uQy +azW +eCM +pTB +jZt +kVl +eGO +eGO +eGO +eGO +kVl +dli +dli +vaj +jfY +wsF +wsF +wsF +wsF +wsF +wsF +wsF +wsF +voQ +vUU +mmH +sBG +cKO +yhk +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(144,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ajF +cku +cku +mlU +ubZ +mlU +mlU +mlU +ktW +mlU +tLd +sSx +sSx +dDq +oYK +tRM +fgA +rkL +xLr +afn +gkq +eXS +anf +anf +bnG +pXv +pXv +kNl +wqh +iSy +pXv +pXv +pXv +kPW +kae +noB +noB +noB +wLn +lbu +gKg +wMR +aRy +iSK +oJF +lNh +gKg +lkY +jsV +ifG +umk +xQg +uhE +mVN +iFM +qbo +jqu +nec +jRz +yhg +gtc +mZm +yjw +kEA +xNg +ipK +yjw +oaX +qMG +qMG +qMG +qMG +cvm +cvm +cvm +cvm +cvm +otg +yjw +yjw +yjw +qMG +yjw +yjw +pIh +uhK +qMG +kvP +qzm +qzm +qzm +kvP +rTB +rTB +qqf +uTL +qqf +rTB +dsv +dsv +mAK +jDo +wlu +dsv +hXP +dsv +aIa +vYY +rtW +xDl +aWw +xDl +xva +xDl +xDl +xDl +xDl +tci +dhO +rNP +ukM +ukM +ukM +ukM +ukM +qrf +qrf +oua +oGr +qrf +kVl +fIF +tEU +cHH +dBr +kVl +dli +dli +dME +jMf +rcw +sWu +fZR +vIo +pHj +efn +mzf +nRV +yhk +yhk +yhk +ajF +cKO +yhk +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(145,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +jdh +ePF +jdh +ePF +ePF +ePF +ajF +cku +xOI +yiB +ePt +hix +utT +mlU +gCZ +mlU +mlU +rxL +rxL +rxL +avd +tRM +aeu +aeD +aeI +afq +gkq +eXS +anf +anf +pJm +fyU +fyU +ohz +pIZ +xVB +fyU +fyU +fyU +kPW +pJm +anf +anf +anf +uFB +skV +gKg +aiM +rWv +kEG +cSw +sGn +gKg +qzs +jsV +ifG +umk +xQg +xPX +tzG +orZ +nbH +tQh +uqX +uqX +oVX +oxR +mZm +oaX +yjw +oBC +ffD +ffD +ffD +ffD +ffD +ffD +ffD +ffD +ffD +ffD +ffD +ffD +ffD +ffD +ffD +ffD +quZ +ffD +ffD +uPj +lMs +vTL +mms +mms +mms +mms +mms +qxp +hVp +xVW +wmJ +cLt +wVs +dsv +mIT +oYk +kEu +rHM +iGL +hvI +dsv +mIP +xsg +nvH +xDl +trU +nVB +iZG +tyn +xDl +riP +wRr +upU +xXd +tOk +gwT +xgK +xgK +cRo +xgK +qrf +tLu +itc +pJT +vSq +kVl +gcC +toS +wHe +jEq +kVl +qLN +xMG +wpc +wpc +rcw +aDn +gOF +ilZ +yie +tRb +ggg +hPM +ePF +ePF +ePF +ajF +cKO +yhk +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(146,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +ePF +ePF +ajF +cku +xQP +yiK +tMo +uVA +sWk +mlU +ktW +ktW +mZq +bts +ktW +bts +okg +tRM +aev +btI +pKW +afr +gkq +eXS +anf +anf +aZS +pXv +pXv +wtA +hIF +cWT +pXv +pXv +pXv +kPW +pJm +anf +anf +anf +uFB +lbu +gKg +wMR +rWv +lBB +iWt +lNh +gKg +uhv +jsV +ifG +umk +mZm +xQg +xQg +mZm +xQg +xQg +xQg +mZm +xQg +xQg +mZm +lFy +lFy +siT +lFy +lFy +gAX +gAX +gAX +gAX +gAX +gAX +gAX +gAX +gAX +gAX +gAX +gAX +gAX +yjw +qMG +qMG +qMG +qMG +qMG +qMG +qMG +qMG +qMG +qMG +qMG +gAX +una +rXq +pef +wzw +blH +dsv +mQq +xYB +xYB +xYB +sPV +mtw +uPA +xfx +yhc +nvH +xDl +xzk +mOu +sXa +tyC +tPD +wJF +vWD +vhR +xXd +tOk +oZx +xgK +xgK +xgK +aJY +qrf +dRw +tUQ +vso +vLg +kVl +ffA +oza +oza +uVr +kVl +leb +pms +wpc +wpc +rcw +tap +ntM +ilZ +oXv +tRC +aGq +hPM +ePF +ePF +ePF +ajF +cKO +xnL +yhk +yhk +yhk +yhk +yhk +xnL +yhk +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(147,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +cwc +aPc +aPc +aPc +djH +ePF +ePF +ajF +cku +xVi +yjs +tpd +uVA +evc +mlU +nSe +ktW +mlU +gOu +kqS +gSr +knM +tRM +aew +aeG +aeJ +afs +gkq +eXS +kae +ekP +gdn +pXv +pXv +fyU +pXv +fyU +pXv +pXv +pXv +kPW +pJm +anf +anf +anf +uFB +lbu +gKg +wMR +jkb +nTX +wZe +lNh +gKg +rJb +pHl +pqt +pft +smG +vJy +smG +smG +smG +smG +smG +lIA +xUl +smG +xoB +gng +uPc +qRY +xUl +jAo +aIA +kQI +sLQ +sAl +sAl +sAl +sAl +sAl +kQI +sAl +nkl +ydd +gAX +yjw +yjw +qMG +otg +yjw +wRf +qMG +rKJ +rKJ +rKJ +rKJ +rKJ +gAX +pED +wUo +jEu +wzw +rrW +dsv +naR +peB +qre +peB +tdw +fla +uND +ncq +eTJ +izF +xDl +cIr +wEg +iiQ +eec +xDl +wJF +uGV +efT +ngr +sDz +hXm +xqK +xqK +xqK +fYE +unq +uGT +tUQ +vso +mKB +ksI +cwo +ndx +ndx +len +kVl +kVl +rcw +oKC +xHj +rcw +bjs +dmh +vdm +oXv +ybT +aGq +hPM +ePF +ePF +ePF +ajF +cKO +yhk +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(148,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +ePF +ePF +jTi +cku +cku +tUG +oWN +gcN +cku +cku +cku +xcJ +mlU +mlU +cru +mlU +mlU +tRM +tRM +tRM +aeL +tRM +tRM +xTB +pJm +pXv +pXv +oDj +pXv +fyU +pXv +fyU +pXv +oDj +pXv +kPW +pJm +anf +anf +anf +uFB +vbX +gKg +gKg +gKg +gKg +gKg +gKg +gKg +eOo +evu +nMS +twn +gFp +whf +gFp +gFp +gFp +gFp +gFp +gFp +gFp +gFp +gFp +gFp +gMj +tXh +cbL +nJj +tca +aMZ +xlT +sWp +sWp +sWp +sWp +sWp +sWp +wjJ +tpB +eqB +gAX +yjw +yjw +qMG +uqk +yjw +yjw +qMG +rKJ +rKJ +rKJ +rKJ +rKJ +qyT +hcx +rXq +pef +wzw +jJC +dsv +nLl +rgM +awi +ruX +rOw +tKZ +uPA +wlp +yhc +cBw +xDl +hqg +wEg +iiQ +kWI +xDl +cgP +wII +vhR +oRC +qYi +nXI +swn +gFJ +ntC +kmC +nCt +fFS +fUe +vso +xqd +pKV +rbb +oLG +lqZ +lqZ +dzY +cLq +kcw +idj +wSC +wSC +kiG +lAJ +vdm +wqB +uyX +aGq +hPM +ePF +ePF +ePF +ajF +cKO +yhk +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(149,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +ePF +ePF +jTi +xOD +cku +kVw +kVw +kVw +cku +yfm +cku +ktW +ktW +mlU +nNd +gCZ +pUS +mlU +wnQ +tRM +nTK +cbb +cbb +uom +wmv +oVL +tWU +fGz +oVL +oVL +oVL +oVL +oVL +fGz +oVL +xOR +wmv +oVL +oVL +oVL +iRq +lbu +tRM +rBo +hJD +xMS +xMS +xMS +wCc +qJi +nSm +yhe +poz +yhe +yhe +yhe +yhe +yhe +yhe +yhe +yhe +yhe +yhe +yhe +yhe +pHV +cBn +yhe +oFe +exW +jsd +jsd +jsd +jsd +jsd +jsd +jsd +jsd +tXi +tpB +lao +gAX +yjw +yjw +qMG +qMG +qMG +wRz +qMG +rKJ +rKJ +rKJ +rKJ +rKJ +qyT +hcx +xMt +pef +wzw +leQ +dsv +isz +rgM +cUu +rgM +rOw +tKZ +uPA +nrU +poM +nvH +xDl +boy +xSp +xjP +lac +tPD +wJF +nmc +vhR +xXd +fcJ +lCY +nHE +nGS +gEi +hbR +gMi +ojD +ubP +xzD +hyz +gvF +gZA +vat +ncx +ncx +lou +jgz +czn +uTQ +ujN +bgG +lpV +nVp +vdm +tWf +aGq +aGq +hPM +ePF +ePF +ePF +ajF +cKO +yhk +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(150,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +ePF +ePF +jTi +afy +xWc +afy +afy +rEz +coh +icM +cku +ktW +ktW +mlU +ktW +dpW +gCZ +mlU +wnQ +tRM +gto +cxw +hMK +vev +wjt +wjt +jAw +fvX +wze +wjt +wjt +wjt +wjt +fvX +cwF +wjt +wjt +wjt +wjt +iHs +wjt +vqP +tRM +rBo +wBy +rBo +rBo +mUW +lFy +ijT +wPb +mQW +pQF +pVL +xnN +oTu +hES +pMM +kDt +oTu +eOz +dQF +fZN +fZN +fZN +fZN +vRM +mJI +lFy +ukn +mkx +xzt +xzt +xzt +xzt +xzt +xzt +euq +pHr +mGP +jZd +gAX +otg +yjw +qMG +wRf +yjw +yjw +qMG +rKJ +rKJ +rKJ +rKJ +rKJ +qyT +hcx +rXq +pef +wzw +lAo +dsv +pqn +psb +rgM +rgM +rOw +tKZ +uPA +nrU +yhc +nvH +xDl +njp +wEg +iiQ +jud +nuV +dQc +wRr +ydo +xXd +sDz +ikX +bDA +vFW +njr +tOk +unq +qOM +lcc +ipl +hgU +ksI +aTo +uqG +ely +lsD +jMK +gnH +bRy +iFT +kiG +kiG +kiG +kiG +mtk +rJm +ewN +ewN +hPM +ePF +ePF +ePF +ajF +cKO +yhk +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(151,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +ePF +jKG +afy +afy +ltd +rEz +rEz +rEz +rEz +rEz +cku +cku +ktW +mlU +qat +jqy +ktW +wnQ +wnQ +tRM +pDm +asn +hyp +hyp +hyp +xOO +hyp +hyp +dyQ +hyp +hIK +isR +hyp +xOO +dyQ +hyp +hyp +fqj +hyp +tFx +hyp +iZp +tRM +tHd +wBy +sna +sna +sna +sna +sna +sna +ndP +xFB +ndP +sna +sna +sna +osq +uOu +vHU +wgd +sna +mxI +mxI +nSy +mxI +rDB +geX +lFy +hIS +xlZ +xlZ +wFs +wFs +wFs +xlZ +xlZ +gAX +fIB +buN +wni +gAX +gAX +yjw +qMG +mIp +yjw +otg +qMG +rKJ +rKJ +rKJ +rKJ +rKJ +gAX +una +xMt +pef +wzw +vGy +dsv +nLl +rgM +rgM +rgM +rOw +tKZ +uPA +xfx +yhc +izF +xDl +izA +kTu +dkq +piZ +xDl +ycr +xep +qLC +nVc +qNU +dfq +lOG +wnk +aMb +ihy +wwG +nXc +ttW +gyc +wwG +wwG +ueM +wUG +ueM +eOa +sAz +bGQ +kcw +lRL +pVf +pVf +pVf +oGG +nRV +ocm +ocm +ocm +nRV +ajI +yhk +yhk +ajF +cKO +yhk +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(152,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +cwc +aPc +aPc +aPc +djH +ePF +jTi +afy +lfg +rEz +rEz +rEz +rEz +rEz +rEz +rEz +cku +ktW +mlU +ina +cqF +ktW +eBs +wnQ +tRM +pDm +dPK +aqz +gqG +lOA +kOv +iLa +iLa +lug +iLa +kOv +kOv +tRM +tRM +xlU +tRM +tRM +tRM +tRM +bLt +tRM +tRM +tRM +aTx +wBy +sna +jhU +kCC +mSL +mSL +gbJ +oMb +krr +fcd +sna +qoi +jZV +tJX +xDi +qXx +ehB +sna +pfL +pfL +sna +pfL +pfL +sna +lFy +aoW +xlZ +wEA +wFO +wGt +wGP +wHf +xlZ +lvk +pHr +mCD +jZd +qcw +gAX +yjw +qMG +qMG +qVR +qMG +qMG +qMG +qMG +qMG +qMG +qMG +gAX +vtF +rXq +pef +wzw +fIC +dsv +tVf +qwh +qwh +qwh +thW +rVQ +uhq +qgl +omh +nvH +xDl +xDl +nEC +xDl +xDl +rLe +sgi +tFm +sgi +egx +kiw +uCv +nxj +dsv +dsv +tFF +wwG +rrr +dtv +pHY +miP +wwG +kBn +bcH +yhw +oQu +oNm +bGQ +kcw +etT +bPR +reI +bPR +tSK +nRV +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ajF +cKO +yhk +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(153,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +ePF +jTi +afy +lfg +rEz +rEz +rEz +rEz +rEz +rEz +rEz +kVw +ktW +mlU +mlU +kRW +mSK +mSK +wnQ +tRM +rxO +qrS +kOv +kOv +kOv +kOv +hyd +juw +eXg +avV +tsK +thI +heY +ylx +iyq +tRM +lQP +tRM +aVT +hAN +hcK +tRM +tyg +rBo +wBy +sna +jkX +kDK +mSL +mSL +ltL +riv +krr +fcd +sna +fzg +fzg +fcd +ayj +fkb +tbR +sna +bRM +xHV +wjo +wIw +sWv +sna +gWI +aoW +xlZ +wEA +sqQ +sqQ +sqQ +nJG +wFs +wJz +pHr +tpB +jZd +iQp +gAX +yjw +yjw +yjw +yjw +yjw +yjw +yjw +yjw +yjw +yjw +yjw +gAX +fkT +xMt +pef +wzw +mKu +dsv +nRv +vRO +vRO +vRO +jYe +oYU +uPA +wlp +yhc +nvH +xfJ +dxO +rNW +cnx +hPl +jes +pLP +uFw +kOI +iMc +gSu +yhc +vWY +hEV +dsv +cnS +wwG +tjG +tqR +gMM +hpy +wwG +nLs +uCy +foN +oQu +oNm +bGQ +kcw +wpS +uSy +uSy +uSy +ykb +nRV +ePF +ePF +uhH +yhk +ePF +ePF +uhH +ajF +cKO +yhk +ePF +ePF +ePF +ePF +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(154,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +ePF +jTi +afy +lfg +rEz +rEz +rEz +rEz +rEz +rEz +rEz +kVw +ktW +mlU +wnQ +wnQ +dIC +mSK +wnQ +tRM +yft +bdL +kOv +rce +pFH +xbX +ayd +nMq +ugD +dVs +ieR +thI +ylx +ylx +iyq +tRM +fzR +tRM +wKv +mDQ +aYw +tRM +dbx +rBo +wBy +sna +jjk +kDv +sna +sna +sna +xOT +ejq +vqg +sna +jMn +gyv +tJY +uPo +xVa +wlS +sna +arg +din +hEA +cTj +scU +sna +dgB +aoW +xlZ +wEA +gcs +wWX +wWX +pYb +gSQ +wJR +pHr +qTs +jZd +pJK +gAX +gAX +gAX +gAX +gAX +gAX +gAX +gAX +gAX +gAX +gAX +myW +gAX +cNk +xzl +idv +wzw +iKb +dsv +oyz +pzx +vVY +rkl +vUw +srj +dsv +xyH +iaS +bfc +fma +iCH +ylV +aAg +skM +jes +dTJ +uUT +bAD +iMc +gSu +rMo +vWY +lbp +dsv +cnS +wwG +qhe +oob +pWz +ebg +wwG +xjw +beS +oZy +oQu +mxi +wcD +rcw +sDA +bdh +qLO +vig +eKe +nRV +vNA +vNA +xHy +xHy +xHy +xHy +xHy +xnL +cKO +xnL +yhk +yhk +yhk +yhk +yhk +xnL +yhk +yhk +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(155,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +ePF +jTi +afy +lfg +rEz +rEz +rEz +rEz +rEz +rEz +mJq +cku +ktW +mlU +wnQ +wnQ +wnQ +wnQ +wnQ +tRM +gpQ +gpQ +fGw +uKv +kWo +fSA +dPY +hkG +cWm +nMq +gLF +thI +xvU +ylx +ldh +czv +uiq +tRM +fJR +fJR +fJR +tRM +kgX +rBo +wBy +sna +jkX +kDK +mWQ +mWQ +oam +hFr +kXN +urh +sna +sdk +sdk +tLI +uSR +vKH +wmL +sna +tpL +din +apv +hqG +scU +sna +dgB +aoW +xlZ +wEA +iZF +wGI +wHb +wHu +wFs +wKd +pHr +ojA +jZd +fbh +rla +twx +gfq +qPw +pFW +gAX +giQ +twx +gfq +weK +nxl +drC +gAX +tys +xMt +lRF +wzw +wQJ +dsv +dsv +dsv +dsv +dsv +dsv +dsv +dsv +sNw +yhc +nvH +iLz +fXS +tHe +myv +waG +vdE +jzP +tFm +jzP +vdE +kiw +mzm +nxj +dsv +dsv +cnS +wwG +arJ +iSQ +pWz +sLJ +xsR +oZy +oZy +oZy +eOa +nyu +vBO +rcw +vtD +xBh +xFr +vtD +xBh +nRV +sSW +pHW +kKn +kOS +kWa +bgn +xeE +xnL +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(156,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +jKG +afy +afy +lfg +rEz +rEz +rEz +rEz +rEz +cku +cku +cku +ktW +mlU +wnQ +wnQ +wnQ +wnQ +wnQ +tRM +pXv +pXv +fGw +wos +kWo +kWo +dPY +hkG +cWm +nMq +lGQ +thI +tVl +isq +pvJ +tRM +hgO +tRM +tRM +tRM +tRM +tRM +aTx +aTx +wBy +sna +jMW +rtD +mWQ +mWQ +oam +hFr +kXN +urh +sna +sna +sna +tOA +uUa +vLF +wpU +sna +stU +xGw +pwW +pwW +xGw +dwF +dgB +aoW +xlZ +xlZ +wFT +xlZ +xlZ +xlZ +xlZ +plt +lwy +acy +nJu +sAl +sAl +hOJ +hOJ +oRx +hOJ +exB +hOJ +hOJ +hOJ +sAl +oUi +sAl +kQI +lCG +sFV +fjA +sQm +kDI +tIS +cDJ +pKx +tIS +rEQ +ohx +ohx +ohx +xfx +yhc +tfw +iko +cdy +tNQ +cdy +cdy +ohx +ohx +ikz +ohx +aBw +xfx +yhc +tfw +atk +dsv +cnS +wwG +jEl +diq +keP +bwW +wwG +wsd +iIr +vsY +eOa +ncu +vQR +dzY +lqZ +lqZ +lqZ +lqZ +vDZ +dzY +pry +hXz +uzO +nYs +wDy +wDy +xeE +xnL +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(157,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +yfm +ePF +ePF +ePF +ePF +ePF +ePF +cwc +aPc +aPc +aPc +djH +jTi +afy +afy +lfg +rEz +rEz +rEz +rEz +rEz +kVw +ktW +ktW +ktW +mlU +wnQ +mlU +mlU +mlU +wnQ +tRM +pXv +pXv +fGw +iLI +kWo +kWo +pUx +nMq +cWm +nMq +ckj +thI +wvt +koL +kuz +tRM +dRt +tAq +uiq +rBo +rBo +rBo +rBo +rBo +wBy +sna +sna +sna +ndP +ndP +sna +wWG +kXN +urh +qvE +rsp +sna +ntz +uZE +ntz +sna +sna +pHC +vem +vEF +mvr +xHV +sna +wpj +lCf +bIf +bIf +cFr +bIf +bIf +cka +gAX +gAX +pHr +qcD +dEz +ylB +mAq +mAq +mAq +cHj +cKJ +trM +ufo +wqC +wqC +deN +dwc +hYO +hQJ +ffP +mSP +rSn +aqD +uJI +oil +kZy +kZy +qSf +kZy +trz +kZy +kZy +xQw +xBN +caZ +caZ +caZ +tbK +oak +kZy +mjf +kZy +kZy +fOZ +kZy +kZy +ibT +btK +skM +tWN +cnS +wwG +wwG +wwG +wwG +wwG +wwG +eOa +eOa +eOa +eOa +dfC +xSz +dij +ncx +dij +dij +dij +mNx +dij +aqy +qns +kKn +cXY +ilx +hLn +xeE +xnL +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(158,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +yfm +yfm +yfm +yfm +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yfm +yfm +afy +afy +lfg +rEz +rEz +rEz +rEz +rEz +kVw +ktW +ktW +kqw +mlU +wnQ +wnQ +keW +dWr +wnQ +tRM +fBi +pXv +kOv +hFY +iHg +bTw +jCZ +ioK +fOa +gcZ +rPN +thI +wvt +koL +nkz +tRM +wAm +pPK +snk +xMS +xMS +xMS +xMS +xMS +mjw +rBo +sna +jRl +wPe +wPe +wPe +rEA +kXN +uQw +wPe +wPe +wPe +wPe +voK +wPe +wPe +onl +wPe +wPe +eAd +mCr +mCr +mCr +mCr +mCr +mCr +mCr +mCr +mCr +mCr +gbp +wHN +wKj +eLz +jsd +jsd +dXy +jsd +jsd +jsd +jsd +jsd +wUv +jsd +jsd +jsd +wpv +pdB +jsd +ibJ +lCG +kLQ +awu +oUV +kDI +qWc +oDt +pUH +qWc +wlp +bvv +tYD +imW +qXs +gbr +pcZ +iOq +iOq +wlp +rNW +tYD +sGE +iOq +gbr +iOq +imW +wlp +nFV +iWz +seJ +dsv +swc +sXz +loF +ayI +tvR +jEx +ayI +ayI +ewF +kVl +drQ +kEh +ibG +mPL +wHT +ely +ely +xIV +ely +ely +xeS +dcM +kKn +kKn +kKn +kKn +xHy +xnL +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(159,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +lwh +lwh +lwh +lwh +lwh +yfm +yfm +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yfm +yfm +afy +afy +afy +lNW +rEz +rEz +rEz +rEz +kVw +ktW +ktW +sJZ +wnQ +mlU +rSM +tYF +xBb +wnQ +tRM +tRM +tRM +kOv +kOv +kOv +kOv +kOv +kOv +ecM +kOv +kOv +kOv +tRM +tRM +tRM +tRM +aTx +aTx +wBy +rBo +aTx +aTx +aTx +aTx +rBo +rBo +wiI +uyI +tSJ +tSJ +tSJ +tSJ +lvL +sXM +sXM +sXM +sXM +sXM +vMH +xzu +mdf +mdf +mdf +sMa +urh +mCr +lTG +nnw +svC +saQ +wqw +fXY +nnw +eLT +mCr +gbp +wHW +nPe +wLc +gAX +cys +bhJ +cgG +xzt +xzt +xEe +xEe +cLc +cLc +cLc +cLc +cLc +cLc +cLc +cLc +cLc +xMt +lRF +wzw +czs +dsv +dsv +dsv +dsv +dsv +tAx +yag +yag +yag +yag +yag +yag +yag +yag +bcJ +yag +yag +yag +yag +dsv +dsv +iMG +iML +iMG +iMG +dsv +dsv +dsv +cnS +ayI +tvR +ayI +ayI +ayI +ewF +kVl +hdK +kEh +ibG +mPL +qns +kVl +kVl +kVl +kVl +kVl +weg +qns +oKc +qIo +uyc +fcp +sZz +xnL +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(160,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm +yfm +yfm +yfm +yfm +ePF +ePF +yhk +yfm +yfm +yfm +yfm +afy +afy +mwO +rEz +rEz +rEz +mJq +cku +cku +ktW +mlU +wnQ +mlU +rTq +isB +vGz +sOm +mlU +bRd +aDi +egp +mlU +ube +ykH +mlU +eOm +ktW +mlU +sgz +sgz +sgz +sgz +sgz +sgz +sgz +fHN +wBy +rBo +aTx +dJG +wTJ +aTx +aTx +aTx +sna +eun +oNd +fVk +geu +oAE +oQp +oAE +geu +fVk +fVk +fVk +fVk +vDS +fVk +fVk +hGj +cPZ +gzh +hvB +kUo +kUo +psG +xzU +xzU +xzU +fSi +gHK +mCr +gbp +wIT +wKo +wLm +gAX +gAX +tsw +cLc +cLc +cLc +cLc +cLc +cLc +jnp +eer +eer +mih +xSB +rHt +gXi +cLc +mRx +lRF +wzw +iKb +vbp +aMm +sdm +hbu +jVD +vuV +yag +wZW +koM +psO +qGE +cau +sKO +hMz +lFa +rKi +lrB +jkO +yag +kLk +fzD +ozd +mkj +ozd +ozd +ozd +rLt +dsv +cnS +ayI +tvR +tvR +tvR +tSr +tvR +kVl +kVl +kOc +lai +eCC +vbG +fQl +ilN +per +dow +kVl +hIa +hXz +jpz +xnk +kYq +kYq +sZz +xnL +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(161,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +dTm +afy +lfg +afy +rEz +rEz +yfm +yfm +mlU +ktW +mlU +wnQ +mlU +tLA +otc +mSK +sSY +mlU +hCH +oni +ktW +cru +vmR +ktW +mlU +ktW +ktW +mlU +sgz +sgz +sgz +sgz +sgz +sgz +sgz +fHN +wBy +rBo +aTx +aUx +wxU +vVN +rBo +tdm +sna +sna +sna +sna +sna +rji +qVc +rji +sna +sna +sna +sna +unQ +qnK +fHT +viQ +wYw +mWZ +rKA +mCr +lVr +sTQ +vVe +kcp +jXs +dZs +fQF +exK +mCr +lCf +bIf +bIf +bIf +bIf +bIf +fgT +cLc +eer +qFn +eer +jnp +eer +eer +eer +eer +mih +bLC +uwV +uKS +cLc +xMt +lRF +wzw +lAo +vbp +rpn +eKV +eHp +jVD +xmG +yag +koB +rvp +xYr +yag +fNx +mwh +edR +wxF +vNn +nHg +bov +yag +xrW +hgq +pgW +nGL +hQp +gIi +dKa +pgW +dsv +wEO +sXz +sXz +sXz +sXz +sXz +sXz +eCD +ooN +jrb +hjJ +cxF +qns +kVl +bqC +jgR +pfl +kVl +qDO +xVF +oKc +hcE +vnz +kmG +sZz +xnL +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(162,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +cku +cku +cku +cku +cku +kVw +kVw +cku +xOD +yfm +yfm +mlU +mlU +gug +mlU +mlU +mlU +mlU +xVA +jdT +mrV +mlU +bRd +ktW +vfS +mlU +rGC +ktW +mlU +ktW +ktW +mlU +sgz +sgz +sgz +sgz +sgz +sgz +sgz +fHN +wBy +rBo +aTx +pMw +vyg +cKQ +mas +vVN +sna +kQL +svr +sBi +omV +sBi +pCs +sBi +qEk +rEr +sqj +sna +sna +cdd +hWC +hWC +wRI +wuX +wRI +hWC +mCr +siO +kPg +eeb +gSp +sEm +axo +cuQ +mCr +xwJ +xwJ +xwJ +xwJ +xwJ +dgB +pUN +cLc +eer +qrx +eer +eer +eer +eer +eer +eer +mih +fCd +nhp +oaN +oKk +rXq +lRF +wzw +uxt +vbp +dvI +cdW +sud +jVD +rcr +yag +tat +xfy +dpB +yag +qyf +sex +oHf +dKi +uqY +nKf +xvC +yag +uwB +hgq +pgW +eln +ihT +jGm +uxL +pgW +dsv +ayI +tvR +tvR +hsZ +tvR +tvR +jEx +djk +kVl +dul +rQo +kIM +naS +kVl +sOM +lVN +fTs +kVl +vNA +vNA +cfq +cfq +cfq +cfq +cfq +xnL +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(163,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +cku +xNK +xOr +xUL +mlU +nSe +ykH +mlU +yfm +yfm +yfm +mlU +rAZ +ktW +ktW +ktW +ktW +mlU +mlU +bZC +mlU +mlU +mlU +mlU +mlU +mlU +rGC +ktW +dzc +ktW +ktW +mlU +szs +dNG +dNG +mlU +dNG +dNG +dNG +aTx +vmY +rBo +aTx +aTx +hgO +rBo +mas +cKQ +sna +kRV +qIB +sed +sed +tLD +qpH +mRk +lIU +rFl +syv +sna +kcJ +aeV +hWC +obZ +jeo +lUp +uth +pjs +mCr +xGX +mXR +npg +jXs +xUW +tkD +cOv +mCr +wpj +dgB +dgB +dgB +xwJ +dgB +pUN +cLc +sol +qrx +eer +eer +eer +eer +eer +eer +mih +xSB +rHt +xXS +cLc +xMt +xlG +aOs +fIC +vbp +uBs +qAH +ijB +jVD +qwk +yag +vre +dpB +dpB +yag +vfk +dpB +mQg +wxF +vNn +jwo +eKb +yag +okX +hgq +pgW +gtv +pgW +dFU +hCi +pgW +dsv +cAC +tvR +ftz +wBX +wBX +tvR +tvR +kqU +wLs +wLs +gIR +gIR +wLs +wLs +vJJ +vJJ +vJJ +vJJ +xAr +xAr +vcV +npq +xAr +xAr +vdp +xnL +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(164,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +cku +xNS +sSx +osG +mlU +ktW +ktW +mlU +mlU +mlU +mlU +mlU +mlU +mlU +ktW +mlU +ktW +ktW +rKP +lVW +crS +uDx +mlU +sOm +gno +mlU +nSe +ktW +mlU +ktW +ktW +mlU +ktW +ktW +ktW +ktW +ktW +ktW +ktW +uRT +wBy +rBo +rBo +aTx +oQo +mas +cKQ +mas +sna +eoL +cPn +lih +vWu +dDg +tzB +snA +qHG +rFK +sAJ +sna +dGD +aeV +hWC +gwB +fTM +vmL +rGd +ngo +mCr +fhi +xvt +ogo +uWF +kUP +jjw +gEN +mCr +dgB +dgB +dgB +dgB +oNw +dgB +pUN +cLc +ygn +hRE +eer +eer +eer +eer +eer +eer +mih +bLC +uwV +uKS +cLc +gYf +lRF +wzw +rlv +vbp +aXz +lth +aXz +dhi +pvh +yag +cKN +axp +snE +yag +sJn +dpB +uzE +uRr +vNn +wCA +xtp +yag +knV +iSU +tAM +wxV +lfN +bEt +mLz +wAv +dsv +ayI +kqU +kqU +iVz +kqU +kqU +ayI +kqU +vdp +xAr +xAr +xAr +npq +vcV +cda +xAr +xAr +aEf +xAr +xAr +xAr +xAr +xAr +xAr +cda +vQg +mzB +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(165,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +cku +xNY +sSx +xUT +mlU +ube +ktW +mlU +ktW +ktW +ktW +ktW +ktW +ktW +ktW +mlU +mlU +mlU +mlU +mlU +tVy +qAR +dzc +eOs +ktW +mlU +stI +ktW +mlU +ktW +ktW +kqw +ktW +ktW +ktW +ktW +ktW +ktW +ktW +uRT +jhc +tAq +tAq +tGL +sVh +vVN +rBo +vVN +sna +kTJ +udt +qXx +mHb +oHq +fwm +pWM +qKE +rGn +sBi +sna +oLO +qYX +hWC +eCv +jpY +uiO +uUp +vjf +mCr +cDw +sTQ +sTQ +uYh +sdp +gJn +jOa +mCr +dgB +dgB +wpj +gWI +xwJ +dgB +pUN +cLc +apZ +ujO +eer +eer +eer +eer +eer +eer +mih +fCd +nhp +oaN +oKk +xMt +lRF +wzw +vbp +vbp +uIg +uIg +gOZ +vbp +mHN +yag +yag +yag +yag +yag +sKH +uFW +uFW +vfU +vNs +uFW +orK +yag +qJz +wQS +wJY +tFm +wQS +loi +bYe +dsv +dsv +kqU +kqU +cda +cda +cda +kqU +kqU +kqU +xAr +npq +cda +xAr +xAr +xAr +xAr +npq +xAr +aoU +kmZ +xAr +kmZ +xAr +xAr +npq +jHF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(166,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +cku +mlU +ubZ +mlU +mlU +mlU +gug +mlU +ktW +ktW +mlU +mlU +mlU +mlU +mlU +mlU +ktW +ktW +ktW +mlU +cgg +hkk +mlU +mlU +mlU +mlU +mlU +mlU +mlU +ktW +ktW +ktW +ktW +ktW +ktW +mlU +wSb +fKJ +pIN +aTx +wBy +rBo +rBo +aTx +jBG +qYq +lqo +rVY +sna +qbs +qIB +qIB +qIB +qIB +udt +qIB +qIB +mCA +wcW +sna +sna +sna +hWC +hWC +dUv +kPV +xpI +hWC +hWC +hWC +hWC +lpi +mOk +nLa +mCr +mCr +mCr +dgB +dgB +xwJ +xwJ +xwJ +fXs +pUN +cLc +xiF +ujO +eer +eer +eer +eer +eer +eer +mih +xSB +rHt +uKS +cLc +jQb +lRF +wzw +vbp +gDY +mkY +tcM +mkY +tcM +tcM +tlc +aSG +ios +vbp +pzH +ePF +ePF +ePF +kBG +ePF +ePF +ePF +kBG +ePF +ePF +ePF +ion +xCw +xCw +xCw +ygj +ePF +jdh +hVg +irL +oEZ +shy +shy +shy +shy +oEZ +qdd +shy +shy +shy +shy +shy +shy +shy +shy +oEZ +shy +shy +shy +qdd +oEZ +seK +yhk +jdh +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(167,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +cku +xOa +ktW +wXH +mlU +yeF +ktW +mlU +ktW +ktW +mlU +sgz +shz +sgz +sgz +mlU +ktW +ktW +ktW +mlU +ktW +tkq +crS +tSj +bcz +eCd +rlU +tjR +ktW +ktW +ktW +ktW +ktW +ktW +ktW +mlU +sgz +sgz +tON +aAx +nPd +jGQ +jGQ +jGQ +jGQ +jGQ +jGQ +jGQ +sna +sna +sna +bkm +bkm +bkm +sna +bkm +bkm +bkm +sna +sna +qDy +nWz +wdP +qwR +paK +jlU +paK +pin +qNJ +kRu +hWC +oEE +dvk +iPv +aNp +mCr +wpj +dgB +dgB +xwJ +iFp +puk +gfG +wqm +cLc +teo +ujO +eer +eer +eer +eer +eer +eer +mih +iIt +vOf +xXS +cLc +ocM +lRF +oVj +vbp +exC +pdc +pdc +hDR +aOn +rpn +eKV +eHp +lsO +rvt +xnL +ePF +ePF +ePF +ygY +ePF +ePF +ePF +ygY +ePF +ePF +ePF +xCw +xCw +xCw +xCw +ePF +ePF +ePF +ePF +tVZ +xDq +lIQ +lIQ +lIQ +gTt +xDq +lIQ +lIQ +lIQ +lIQ +lIQ +lIQ +lIQ +lIQ +lIQ +xDq +pkm +lIQ +lIQ +lIQ +xDq +yju +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(168,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +cku +xOr +sSx +ktW +mZq +yeJ +ktW +dzc +ktW +ktW +mlU +sBF +sgz +sgz +bSP +mlU +ktW +ktW +ktW +mlU +tVy +xse +nZO +mlU +ktW +xse +rlU +fKJ +fKJ +fKJ +fKJ +kpH +gLJ +fKJ +fKJ +mlU +sgz +sgz +tON +vjK +wBy +jGQ +ipr +cKF +dnN +xWv +eot +jGQ +nMo +bbL +jGQ +sFv +sFv +fOo +vIV +ohb +sHp +iYb +iYb +uxs +agU +agU +agU +agU +agU +nEv +sPQ +sPQ +iXy +iXy +hWC +tdE +jnM +efJ +qpP +mCr +xwJ +xwJ +xwJ +xwJ +pUN +xwJ +xwJ +xwJ +cLc +hmz +ujO +eer +eer +eer +eer +eer +eer +mih +bLC +uwV +uKS +cLc +jQb +lRF +wzw +vbp +wAz +pdc +pdc +aPE +pdc +chR +cdW +sud +lsO +rvt +xnL +ePF +ePF +ePF +ygY +ePF +ePF +ePF +ygY +ePF +ePF +ePF +xCw +xCw +xCw +xCw +ePF +ePF +ePF +ePF +ccE +xDq +lIQ +lIQ +lIQ +lIQ +xDq +lIQ +lIQ +lIQ +lIQ +lIQ +lIQ +lIQ +lIQ +lIQ +xDq +lIQ +lIQ +lIQ +lIQ +xDq +jsF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(169,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +lwh +lwh +lwh +cku +wDQ +sSx +nAq +mlU +xcJ +ktW +mlU +ktW +ktW +mlU +xNC +sgz +sgz +tON +dzc +ktW +yaS +ofX +qfG +rDO +tqz +slY +mlU +aTx +izs +aTx +sgz +sgz +sgz +sgz +tON +tQS +sgz +sgz +sgz +sgz +sgz +tON +vjK +wBy +jGQ +nqw +fdZ +bWG +fdZ +qrs +jGQ +hIZ +xxO +jGQ +aSx +sPQ +sPQ +sPQ +sPQ +sPQ +sPQ +sPQ +sPQ +sPQ +sPQ +sPQ +sPQ +sPQ +tIW +sPQ +sPQ +sPQ +iXy +hWC +ejX +vhg +dkc +nhS +mCr +dgB +dgB +xwJ +gWI +pUN +xwJ +wpj +oJz +cLc +gmw +cwT +eer +eer +eer +eer +eer +eer +mih +fCd +nhp +oaN +oKk +xMt +lRF +wzw +vbp +eGs +kZw +pdc +aPE +aOn +uBs +qAH +ijB +lsO +rvt +xnL +ePF +ePF +ePF +ygY +ePF +ePF +ePF +ygY +ePF +ePF +ePF +xCw +xCw +xCw +xCw +ePF +ePF +ePF +ePF +tVZ +xDq +lIQ +lIQ +lIQ +gTt +xDq +lIQ +lIQ +lIQ +lIQ +lIQ +lIQ +lIQ +lIQ +lIQ +xDq +pkm +lIQ +lIQ +lIQ +xDq +yju +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(170,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +yfm +ePF +ePF +ePF +ePF +yfm +yfm +yfm +lwh +cku +wGq +osG +sSx +mlU +mlU +ktW +mlU +ktW +ktW +mlU +hzm +sgz +sgz +tON +mlU +ktW +ktW +ktW +mlU +fxL +mlU +mlU +mlU +rBo +wBy +aTx +sgz +sgz +sgz +sgz +tON +tQS +sgz +sgz +sgz +sgz +sgz +tON +aAx +wBy +jGQ +rWw +gqd +sGT +lSs +tOI +xRX +qKu +oBf +bSk +ooj +nca +dFo +dFo +dFo +hud +fwe +fbZ +uEy +iRQ +iRQ +drt +etm +ceC +thl +jre +cJk +jre +ckZ +hWC +mOe +jSG +umE +cmh +mCr +dgB +dgB +xwJ +bYM +bTC +ssp +llu +aUv +cLc +fod +ujO +eer +eer +eer +eer +eer +eer +mih +xSB +rHt +uKS +cLc +gYf +lRF +fAl +vbp +pdc +bRX +mRn +dTz +qMb +qMb +qMb +qMb +qZR +vbp +ssD +ePF +ePF +ePF +gbD +ePF +ePF +ePF +gbD +ePF +ePF +ePF +uaY +xCw +xCw +xCw +uhH +ePF +jdh +hVg +rbO +kBz +jay +jay +jay +jhI +vVh +jay +bjy +end +wIG +end +end +end +end +end +wro +end +end +end +end +wro +rtS +yhk +jdh +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(171,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +cku +xOo +ktW +xVe +mlU +frz +ktW +mlU +ktW +ktW +mlU +plr +sgz +qQa +ktn +mlU +mlU +mlU +mlU +mlU +tlL +dzc +dnE +mlU +rBo +wBy +aTx +sOm +sOm +sOm +sOm +tON +tQS +sgz +sgz +sgz +sgz +sgz +tON +aAx +wBy +jGQ +nqw +ooq +qgH +ooq +fnJ +jGQ +bLh +ykP +jGQ +gCH +gDz +sPQ +pCS +sPQ +jZp +dCE +sSu +dCY +cQc +sjo +rAa +ckP +iux +kXx +sPQ +sPQ +sPQ +vsR +hWC +ePF +ePF +ePF +ePF +tYi +xwJ +xwJ +xwJ +xwJ +qgz +xwJ +dgB +gWI +cLc +sol +fOx +eer +eer +eer +eer +eer +eer +mih +bLC +uwV +xXS +cLc +xMt +lRF +wzw +vbp +xhd +ekL +dlu +lWJ +hcY +hcY +qGU +qNr +eig +vbp +qrN +bHW +bHW +bHW +qrN +bHW +bHW +bHW +qrN +bHW +bHW +bHW +qrN +bHW +bHW +bHW +qrN +qrN +qrN +qrN +cda +nqU +cda +qrN +qrN +qrN +xnL +soT +pBz +soT +soT +soT +soT +soT +soT +soT +soT +uYC +uYC +uYC +uYC +soT +mVW +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(172,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +cku +cku +cku +cku +cku +frz +ktW +mlU +mlU +mlU +mlU +mlU +mlU +mlU +mlU +mlU +frz +eOm +kqw +ykH +fxL +mlU +mlU +mlU +rBo +wBy +aTx +mlU +mlU +mlU +mlU +tvS +tJf +sef +sOm +sOm +sOm +sOm +tON +vjK +wBy +jGQ +qXP +tnu +nBo +xqS +wAM +jGQ +jGQ +jGQ +jGQ +hNU +eia +sPQ +tWF +bJd +mFI +qVl +sVH +tXO +hDo +bPU +xZb +xWg +pCy +xLR +fyB +tWF +bJd +drv +cSm +ePF +ePF +ePF +ePF +tYi +dgB +dgB +dgB +xwJ +qgz +xwJ +xwJ +xwJ +cLc +qrx +fOx +eer +eer +eer +eer +eer +eer +mih +fCd +nhp +oaN +oKk +rXq +lRF +wzw +vbp +vbp +vbp +tJo +vbp +fhz +fhz +fhz +fhz +vbp +vbp +pri +kDk +kDk +kDk +vyS +kDk +kDk +kDk +yeM +eWR +jHq +jHq +rVX +jHq +jHq +jHq +jHq +sgg +kDk +qrN +qrN +pLY +qrN +qrN +kDk +qrN +xnL +soT +kva +xtt +soT +gMm +qfu +bwv +tTI +wBF +dZR +whR +ruB +ruB +dXT +uYC +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(173,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ygj +ePF +ePF +kVw +yeN +ktW +ktW +ktW +oPb +spY +spY +spY +spY +spY +spY +spY +spY +spY +spY +psl +mlU +rBo +rBo +rBo +wBy +aTx +pDf +ktW +ykH +tog +tJf +tJf +tQS +sgz +sgz +sgz +sgz +tON +vjK +wBy +jGQ +jGQ +jGQ +jGQ +jGQ +wBl +jGQ +fmB +fmB +xlh +tXw +nRO +xth +tWF +oBc +sJC +rKc +sWn +uyw +iCm +qSD +uxD +lNG +iux +oXu +aJp +tWF +mpl +drv +cSm +ePF +ePF +ePF +ePF +tYi +dgB +dgB +dgB +oNw +lnc +aKu +aKu +wpB +cLc +eer +fOx +eer +nhj +eer +eer +eer +eer +mih +xSB +rHt +uKS +cLc +xMt +lRF +tWG +sjS +tbB +xuI +eDP +mkH +oLY +qGM +wVg +uHx +fiG +vbp +yeM +eWR +jHq +jHq +jHq +jHq +jHq +jHq +jHq +sZS +kDk +kDk +kDk +kDk +kDk +wmK +xYL +jil +kDk +xYL +xnh +kph +txz +xYL +yeM +qrN +xnL +soT +pCl +soT +soT +wgE +fHE +gCk +rBC +wBF +oTO +ruB +moq +ruB +peS +uYC +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(174,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +kVw +ykH +ktW +ktW +ktW +fxL +ktW +frz +mlU +ktW +ktW +ktW +mlU +mlU +yet +mlU +mlU +mlU +rBo +bBn +pVc +wBP +aTx +glB +ktW +ktW +bnI +tJf +tJf +tQS +sOm +sOm +sOm +sOm +tON +aAx +wBy +rBo +rBo +aAx +aGc +uiq +wBy +aAx +fmB +fmB +mqw +aRV +nRO +uGM +tWF +iXy +bsH +jZo +sXC +ghQ +qgy +jXa +sdB +lTz +ebR +oXu +uGM +tWF +sPQ +vsR +cSm +ePF +ePF +ePF +nla +gQT +dgB +dgB +dgB +xwJ +xwJ +xwJ +dgB +qgz +cLc +cLc +amz +cLc +cLc +cLc +nhj +eer +eer +mih +bLC +uwV +aRB +cLc +mRx +izK +lSz +vwB +nyp +feH +ffZ +iBC +cDU +cDU +mTZ +gzi +arw +vbp +kDk +jil +xYL +wHx +wHx +xYL +wHx +wHx +xYL +wmK +kDk +kDk +kDk +kDk +kDk +fUI +xYL +jil +yeM +xYL +xYL +lCZ +xYL +xYL +pri +qrN +vQg +soT +iOk +wgl +wgl +kfv +uLT +bwv +tyi +xhO +iye +ruB +gop +qkf +mqY +soT +fVv +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(175,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +cku +mlU +mlU +kVw +kVw +xWr +kVw +kVw +mlU +efA +ktW +ktW +mlU +oiZ +wDz +ktW +ube +mlU +rBo +wBy +aTx +aTx +aTx +amq +ktW +ktW +mlU +tOO +nKc +aTx +aTx +tUD +tUD +aTx +wZH +aTx +yil +pVc +pVc +riX +pVc +efR +wBP +aAx +fmB +fmB +uub +hqB +umb +vDq +vDq +vDq +rJD +hVT +tvc +vPv +vZy +bYt +iga +kSW +qGc +fYy +vDF +vDF +vDF +vsR +cSm +ePF +ePF +ePF +kzX +gQT +dgB +dgB +dgB +dgB +wpj +xwJ +dgB +lnc +aKu +aKu +aKu +aKu +nZd +cLc +wqA +glJ +glJ +wqA +wqA +wqA +wqA +cLc +xMt +lRF +tvw +ctf +hGM +nIW +tYd +hsP +gTs +reE +gwh +txV +wgo +vbp +kDk +jil +xYL +wmK +kDk +kDk +wmK +pri +xYL +xYL +xYL +xYL +xYL +xYL +yeM +xYL +xYL +jil +wmK +kDk +kDk +liu +kDk +kDk +wmK +qrN +ePF +soT +gMm +qfu +qfu +qfu +uLT +bwv +bwv +kJA +lns +ruB +aTg +hmU +xMY +uYC +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(176,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +cku +cku +yeO +yjt +aMn +tSE +cRL +mbq +kGY +mlU +mlU +wZH +mlU +mlU +xmN +frz +syB +ktW +mlU +rBo +wBy +aTx +ube +ktW +ktW +ktW +ktW +trS +ktW +ktW +aTx +bGI +rBo +rBo +uFo +rBo +rBo +wBy +rBo +hWC +hWC +hWC +hWC +hWC +hWC +hWC +hWC +hWC +bfN +eph +rxI +rxI +rxI +rOB +mKr +lrH +iSI +nwx +nwx +wJH +pjU +aag +gHl +pgm +pgm +pgm +fgz +cSm +ePF +ePF +ePF +kzX +tYi +wpj +dgB +dgB +dgB +dgB +xwJ +dgB +dgB +dgB +dgB +dgB +dgB +dgB +dgB +mqk +nsH +aDo +ncT +nSa +nsH +wqA +una +fLq +jQi +wzw +iKb +vbp +vbp +vbp +vbp +vbp +vbp +vbp +vbp +vbp +vbp +kDk +jil +xYL +xYL +xYL +xYL +xYL +xYL +xYL +kDk +kDk +wmK +xYL +dgd +fic +avz +xYL +jil +kDk +kDk +kDk +liu +kDk +kDk +kDk +qrN +ePF +soT +soT +soT +soT +soT +uLT +awH +bwv +nqa +wJP +ruB +wCj +lIh +lPn +uYC +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(177,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +gbF +cku +xYZ +yfG +yjv +pqs +gaP +qDV +lxB +xnT +mlU +rBo +rBo +rBo +mlU +mlU +mlU +mlU +mlU +mlU +rBo +wBy +xfi +ktW +ktW +ktW +aPi +ktW +xrz +ktW +aPi +aTx +sYn +rBo +rBo +rBo +rBo +rBo +wBy +rBo +hWC +qGu +rRK +rRK +rRK +syA +fSD +sts +uck +oPl +tvc +sPQ +sPQ +sPQ +tts +mtB +oXg +dPo +vKV +mGl +kAh +mGl +svN +tvc +sPQ +sPQ +nws +bhj +hWC +ePF +ePF +ePF +kzX +tYi +tYi +gQT +gQT +tYi +tYi +tYi +tYi +tYi +tYi +tYi +gQT +gQT +gQT +tYi +ejw +nsH +nsH +nsH +kas +rrl +ley +kEb +iEQ +vTO +wzw +mKu +gAX +wmK +kDk +xYL +kDk +kDk +xYL +kDk +kDk +kDk +kDk +jil +dgd +fic +fic +fic +avz +xYL +kDk +kDk +xYL +xYL +xYL +liu +xYL +hop +fic +ecr +fic +fic +fic +ehS +kDk +kDk +kDk +qrN +ePF +ePF +ePF +ePF +ePF +soT +uLT +gMm +bwv +xUJ +wGe +xMw +vQX +iCx +sFK +uYC +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(178,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +kVw +xZq +yfP +yjz +aqb +vcx +yat +mlU +mlU +mlU +rBo +rBo +rBo +rBo +rBo +rBo +rBo +rBo +rBo +rBo +wBy +aTx +uwR +ktW +ktW +aPi +ktW +aPi +ktW +cQC +aTx +eVz +gbb +rBo +rBo +rBo +rBo +wBy +rBo +hWC +bvt +bvt +bvt +bvt +nTP +wNW +fie +hWC +wGn +mGl +mGl +jji +jjs +vow +ueF +seE +fiY +hWC +hWC +kpy +kpy +kpy +kpy +kpy +kpy +hWC +hWC +hWC +ePF +ePF +ePF +gNn +hUC +fqm +lIQ +lIQ +lJV +ePF +ePF +ePF +ePF +aYb +xCw +xCw +xCw +xCw +xCw +ejw +nsH +nsH +nsH +idQ +nsH +wqA +cfu +rXq +rua +hlK +lZG +eHL +rAU +pWX +rAU +rAU +rAU +rAU +rAU +rAU +rAU +rAU +quX +ehS +xYL +szC +xYL +hop +fic +fic +fic +fic +fic +fic +ehS +xYL +wmK +xYL +luR +jHq +jHq +jHq +jHq +jHq +sgg +kDk +qrN +ePF +ePF +ePF +ePF +ePF +soT +uLT +qfu +bwv +lzU +fOy +fOy +fOy +fOy +iIS +soT +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(179,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +kVw +xZC +yfQ +yjF +tWR +qzC +lGV +lGV +lGV +cku +aAx +sXr +sXr +aAx +aAx +sXr +sXr +aAx +aAx +rBo +wBy +aTx +aTx +aTx +aTx +aTx +aTx +aTx +aTx +aTx +aTx +aTx +aTx +aTx +bGI +sYn +rBo +wBy +cwk +hWC +qJl +qJl +qJl +qJl +spZ +bpa +ohK +hWC +hWC +kpy +kpy +hWC +hWC +hWC +rFG +tvs +rFG +hWC +xAr +lMY +qTp +qTp +xAr +qTp +cda +xAr +xAr +xSO +ePF +ePF +ePF +ePF +ePF +gNn +pJd +pJd +esY +ePF +ePF +ePF +ePF +rJX +xCw +xCw +xCw +xCw +xCw +ejw +nsH +nsH +nsH +bBr +nsH +wqA +lvk +xMt +mij +wzw +rlv +gAX +kDk +liu +xYL +xYL +xYL +xYL +yeM +xYL +rpN +rpN +rpN +rpN +rpN +rpN +rpN +rpN +rpN +rpN +rpN +rpN +rpN +rpN +rpN +rpN +rpN +rpN +rpN +rpN +xYL +kDk +xYL +xYL +jil +kDk +qrN +uYC +uYC +aSK +scl +scl +wyS +uLT +qfu +bwv +wws +fOy +fOy +fOy +fOy +fOy +uYC +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(180,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +kVw +xZT +yfQ +yka +bzk +lGV +lGV +lGV +lGV +cku +vcV +xAr +kmZ +cda +npq +xAr +xAr +vcV +aAx +rBo +nOX +pVc +amg +wAm +aTx +kUJ +fXQ +aTx +yfi +wwW +buB +ogu +cPF +aTx +aTx +aTx +aTx +aQz +aTx +hWC +rsZ +rsZ +rsZ +rsZ +uNk +bpa +ohK +hWC +ePF +ePF +ePF +ePF +hWC +uTW +qFB +ouB +wDk +hWC +ubf +ubf +ubf +ubf +ubf +mPY +xAr +xAr +qTp +lxX +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +rJX +xCw +xCw +xCw +xCw +xCw +ejw +wqA +wqA +wqA +wqA +wqA +wqA +gAX +tps +rTN +wTv +gAX +gAX +kDk +liu +xYL +uYp +wmK +wHx +kDk +kDk +rpN +sIm +uoA +uoA +eDU +vLx +wPC +nmV +dOp +uZw +nmV +dOp +uZw +nmV +dOp +uZw +nmV +dOp +nmV +rpN +kDk +kDk +kDk +xYL +luR +jHq +jHq +fqS +fqS +pOa +sIg +sIg +esz +ceY +gMm +bwv +aFE +mCh +qpG +aCZ +jWE +jjh +uYC +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(181,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +gbF +cku +yaE +yfQ +ykg +qNV +lGV +cVW +lGV +lGV +cku +npq +cda +xAr +xAr +xAr +xAr +kmZ +cda +aAx +rBo +rBo +rBo +wBy +tHd +aTx +hNe +thU +aTx +xTj +gTG +cwh +jWi +sdv +eRI +hxc +sRD +iKN +wBy +rBo +hWC +kpg +piS +piS +piS +uNk +hqO +ufd +hWC +ePF +ePF +ePF +ePF +cSm +tOr +fcZ +mWJ +dRW +hWC +xCw +xCw +xCw +xCw +xCw +tfs +xAr +xAr +xAr +lxX +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +rJX +xCw +xCw +xCw +xCw +xCw +jDR +qJn +mqy +xvz +xvz +sCt +azD +eiC +hmt +rgH +ikk +xPj +ekf +kDk +liu +xYL +liu +pri +xYL +kDk +kDk +rpN +jTs +xYH +uoA +pzm +vNa +qoZ +nmV +nmV +uZw +nmV +nmV +uZw +nmV +uJT +uZw +nmV +nmV +nmV +rpN +kDk +kDk +kDk +rpN +rpN +rpN +rpN +rpN +soT +soT +uYC +uYC +soT +soT +soT +soT +soT +soT +soT +soT +soT +soT +soT +jeq +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(182,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +kVw +xZq +yfS +ykE +qNV +lGV +lGV +ifU +lGV +cku +wmW +wmW +rwL +kmZ +xAr +xAr +hyK +lvy +aAx +aAx +aAx +rBo +wBy +rBo +aTx +giD +nTd +oOt +mrw +bfh +eVJ +pGm +ogu +eRI +tMD +sRD +vnJ +wBy +rBo +hWC +hWC +hWC +hWC +hWC +hWC +hWC +hWC +hWC +ePF +ePF +ePF +ePF +cSm +tOr +fcZ +mWJ +rUA +hWC +bbt +bbt +bbt +bbt +bbt +mLq +lMY +xAr +cda +lxX +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +rJX +xCw +xCw +xCw +xCw +xCw +jDR +nxd +tCT +cls +cls +vRY +xIO +rKu +nsX +xJy +qiO +xIk +ekf +vus +ngO +xYL +vCQ +xYL +xYL +kDk +kDk +rpN +gkk +isW +tgn +gFU +fwY +ipb +vAE +nmV +uZw +vAE +nmV +uZw +vAE +nmV +uZw +vAE +nmV +nmV +rpN +rpN +rpN +rpN +rpN +nmV +cLb +nmV +rpN +rqj +lkt +ePF +ePF +ygj +ePF +ePF +ygj +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(183,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +kVw +xZT +yfQ +yjF +lFj +iHT +lGV +lGV +lGV +cku +ePF +ePF +wzT +npq +xAr +cda +lxX +vQg +vQg +rZk +aAx +rBo +wBy +rBo +aTx +vuk +ojj +aTx +dNO +oVS +qLY +pGm +fcw +eRI +xRS +gYP +nWv +wBy +rBo +aAx +rBo +rBo +rBo +aAx +ePF +ePF +ygj +ePF +ePF +ePF +ePF +ePF +cSm +hau +uYN +eVG +rUA +hWC +xAr +xAr +hyK +ubf +ubf +ubf +ubf +ubf +mPY +lxX +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +rJX +xCw +xCw +xCw +uaY +xCw +jDR +xXW +xXW +xXW +xXW +xXW +xXW +lPG +uhh +mJY +qiO +trb +ekf +ekf +hop +fic +ehS +kDk +kDk +kDk +rpN +rpN +vcX +ycc +oHT +rpN +rpN +rpN +uGw +vOB +mRE +uaP +qkI +eCa +ctW +wkq +sJW +uXD +wyG +gNJ +rpN +emB +lPK +msV +rpN +nmV +vFp +bML +rpN +lIQ +lkt +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(184,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +kVw +xZq +yfP +ykZ +hne +fQD +vtu +mlU +cku +cku +yhk +yhk +wzT +xAr +kmZ +xAr +xRP +ePF +ePF +ajF +sXr +rBo +wBy +rBo +aTx +aTx +qBK +aTx +aTx +rbN +vVN +mas +mas +pfc +pCX +lES +oZd +wBy +rBo +wxu +rBo +rBo +rBo +aAx +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +hWC +hWC +xIJ +hqQ +wxs +hWC +qTp +xAr +lxX +xCw +xCw +xCw +xCw +xCw +tfs +lxX +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +qvm +bhX +bhX +bhX +apW +vvt +apW +xXW +xXW +xXW +xXW +xXW +xXW +lPG +hpb +wzj +dHd +gnT +hFA +ekf +xYL +kDk +xYL +rpN +rpN +rpN +rpN +ldV +gKp +oej +hbE +rpN +fEE +ckd +mUK +smy +wCt +mUK +smy +hEr +mUK +smy +ufW +mUK +smy +ruh +bTP +oIy +clj +xOq +bTP +nmV +nmV +nmV +rpN +lIQ +lkt +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(185,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +gbF +cku +ybk +yfT +ylw +glh +wRh +hVf +dio +cku +ygj +ePF +ePF +hEg +lUj +lUj +lUj +fJo +ePF +ePF +ajF +sXr +rBo +wBy +rBo +rBo +aTx +ghd +hLY +yha +vVN +vVN +vVN +wVz +aTx +ykm +bCn +rBo +wBy +rBo +aAx +rBo +rBo +rBo +aAx +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +sbM +kzS +sdu +kzS +sbM +lMY +xAr +lxX +xCw +xCw +xCw +xCw +xCw +tfs +lxX +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +jDR +xXW +xXW +xXW +xXW +xXW +xXW +xXW +xXW +lPG +uhh +cws +mOa +qiO +vay +ekf +kDk +kDk +wmK +rpN +bMA +bMA +aVJ +aNB +gKp +oej +iVw +kEm +qHs +xol +cIK +cIK +mBg +cIK +cIK +mBg +cIK +cIK +mBg +cIK +cIK +mBg +eFM +wMF +xEI +ckO +nop +nop +gLk +nmV +rpN +lIQ +lkt +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(186,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +cku +cku +yfW +ylC +uLq +uLq +cyK +iYQ +cku +ePF +ePF +ePF +ePF +lqA +lIQ +fMI +ePF +ePF +ePF +ajF +sXr +rBo +wBy +rBo +rBo +aTx +aTx +aTx +aTx +aTx +aTx +aTx +aTx +aTx +fvF +ghR +rBo +wBy +rBo +aAx +aAx +wAm +rBo +aAx +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +sbM +ncR +glg +gtx +sbM +xAr +cda +lxX +xCw +xCw +xCw +xCw +xCw +tfs +lxX +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +jDR +xXW +xXW +xXW +xXW +xXW +xXW +xXW +xXW +lPG +hry +vhC +ejm +qiO +qBh +ekf +kDk +kDk +kDk +rpN +bfe +fqy +gXB +xnc +tqZ +vgD +goY +hRk +dEj +rmQ +wMA +rmQ +aBu +wMA +rmQ +aBu +wMA +eSp +aBu +wMA +rmQ +aBu +hyT +pOd +hxB +kAj +nmV +nmV +gll +umL +rpN +lIQ +lkt +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +xMM +xMM +tBc +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(187,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ygj +cku +cku +kVw +kVw +kVw +kVw +cku +cku +ePF +ePF +ePF +ePF +fUt +biV +kQR +ePF +ePF +ePF +ajF +sXr +rBo +nOX +pVc +pVc +pVc +pVc +pVc +pVc +pVc +pVc +pVc +pVc +pVc +pVc +pVc +pVc +wBP +rBo +rBo +aAx +aAx +wAD +aAx +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +sbM +gtx +keK +gtx +sbM +dMR +xAr +lxX +xCw +xCw +xCw +xCw +xCw +tfs +lxX +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +vJJ +oTf +xnL +xnL +xnL +yhk +cwc +apW +jjd +xXW +xXW +xXW +xXW +xXW +xXW +xXW +lPG +uhh +aQk +lqb +qiO +ioE +ekf +wmK +kDk +kDk +rpN +jNV +cZZ +aVJ +aNB +aNB +bmu +iVw +kEm +rkO +xrl +orc +rkO +rkO +orc +rkO +rkO +orc +rkO +rkO +orc +rkO +rkO +pNk +kgw +fWL +wNw +iol +nmV +nmV +nmV +cUq +xnL +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +xMM +xMM +xMM +xMM +tBc +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(188,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ygj +ePF +ePF +ePF +ePF +ygj +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ajF +aAx +rBo +rBo +rBo +rBo +rBo +rBo +rBo +rBo +rBo +rBo +rBo +rBo +rBo +rBo +rBo +rBo +rBo +rBo +rBo +aAx +wAt +wAH +aAx +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +sbM +gtx +tvu +gtx +sbM +idJ +xAr +lxX +xCw +xCw +xCw +xCw +xCw +tfs +lxX +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +jDR +xXW +xXW +xXW +xXW +xXW +xXW +xXW +dWl +ekf +wfy +pGb +kns +dHd +uHu +ekf +xYL +kDk +xYL +rpN +rpN +rpN +rpN +ldV +aNB +bmu +iVw +rpN +hfu +ckd +doL +oYJ +qnr +xLn +oYJ +qnr +nWl +oYJ +qnr +uWX +oYJ +qnr +bTP +kgw +vdv +rHR +bTP +nmV +nmV +nmV +rpN +xnL +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +xnL +rzc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +xMM +xMM +xMM +xMM +xMM +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(189,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +kUl +aAx +aAx +sXr +sXr +sXr +aAx +sXr +sXr +sXr +aAx +aAx +aAx +sXr +sXr +sXr +aAx +sXr +sXr +sXr +aAx +aAx +aAx +wAL +aAx +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +sbM +vPH +wLV +mBU +sbM +xAr +qTp +lxX +xCw +xCw +xCw +xCw +xCw +tfs +lxX +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +jDR +xXW +xXW +xXW +xXW +xXW +xXW +xXW +xXW +lPG +uhh +aQk +pKo +qiO +ioE +ekf +kDk +kDk +pri +xYL +pri +wmK +rpN +rpN +xUA +dWF +wIh +rpN +rpN +rpN +hmS +sWi +eXj +wDG +nDi +aou +fYW +lnB +rTK +bav +hRC +gNs +rpN +tGX +kln +msV +rpN +nmV +vFp +bML +rpN +xnL +cKO +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +xnL +aKT +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +xMM +xMM +xMM +xMM +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(190,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +sBM +pZe +xnL +xnL +xnL +xnL +awS +xnL +xnL +xnL +xnL +awS +xnL +xnL +xnL +xnL +awS +xnL +xnL +xnL +awS +tfs +cda +xAr +qtK +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +sbM +rLg +uZn +oBp +sbM +cda +xAr +lxX +xCw +xCw +xCw +xCw +xCw +tfs +lxX +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +jDR +xXW +xXW +xXW +xXW +xXW +xXW +xXW +xXW +lPG +hry +umP +nSG +qiO +nXh +ekf +kDk +kDk +kDk +xYL +kDk +kDk +kDk +rpN +hoV +aNT +fCn +aco +gcI +pNx +nmV +nmV +bYr +nmV +nmV +bYr +nmV +nmV +bYr +nmV +nmV +vxI +rpN +vGr +rpN +rpN +rpN +nmV +nmV +nmV +rpN +xnL +cKO +ePF +ePF +yhk +ePF +ePF +ePF +yhk +ePF +ePF +ePF +yhk +ePF +ePF +ePF +yhk +ePF +ePF +ePF +yhk +ePF +ePF +ePF +yhk +ePF +ePF +ePF +yhk +ePF +ePF +ePF +yhk +ePF +ePF +ePF +yhk +ePF +ePF +ePF +yhk +xnL +aKT +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +xMM +xMM +xMM +tBc +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(191,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ajF +hWy +bVO +bVO +bVO +qwi +xnL +hWy +bVO +bVO +bVO +gSc +bVO +bVO +bVO +gSc +bVO +bVO +bVO +qwi +xAr +qTp +qtK +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +xvL +lqA +aJx +fMI +tfs +xAr +xAr +lxX +xCw +xCw +xCw +xCw +xCw +tfs +lxX +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +vJJ +oTf +xnL +xnL +xnL +yhk +cwc +apW +jjd +xXW +xXW +xXW +xXW +xXW +xXW +xXW +lPG +uhh +lqb +qiO +qiO +vay +ekf +kDk +kDk +wmK +yeM +kDk +kDk +kDk +rpN +rPn +mBv +jBk +pzm +nHO +avJ +nmV +nmV +uZw +nmV +uJT +uZw +nmV +nmV +uZw +nmV +nmV +nmV +qrN +jMp +rUa +kDk +qrN +qrN +qrN +qrN +rpN +sBG +cKO +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +xnL +aKT +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(192,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ajF +nYC +xCw +xCw +xCw +jUR +xnL +nYC +xCw +xCw +xCw +nYC +xCw +xCw +xCw +nYC +xCw +xCw +xCw +jUR +ubf +shy +cMB +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +xnL +lqA +aJx +fMI +tfs +xAr +lMY +lxX +xCw +xCw +xCw +xCw +xCw +tfs +lxX +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +jDR +xXW +xXW +xXW +xXW +xXW +xXW +xXW +xXW +lPG +mIs +kns +dHd +qiO +qBh +ekf +kDk +xYL +xYL +xYL +kDk +kDk +pri +rpN +quj +lJB +uoA +qYN +lHN +qID +nmV +fjg +uZw +nmV +fjg +uZw +nmV +fjg +uZw +nmV +fjg +nmV +qrN +kEP +xjj +xjj +xjj +lsz +iJw +naY +tJT +vQg +eeo +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +xnL +rzU +tBc +tBc +tBc +tBc +tBc +xMM +xMM +tBc +tBc +tBc +tBc +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(193,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ajF +nYC +xCw +xCw +xCw +jUR +xnL +nYC +xCw +xCw +xCw +nYC +xCw +xCw +xCw +nYC +xCw +xCw +xCw +jUR +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +xnL +lqA +aJx +fMI +tfs +xAr +cda +gGU +bbt +bbt +bbt +bbt +bbt +mLq +lxX +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +jDR +xXW +xXW +xXW +xXW +xXW +xXW +iQa +xXW +lPG +pLW +kOa +veM +rKu +gcB +ekf +kDk +kDk +kDk +xYL +kDk +xYL +xYL +rpN +rpN +nfo +rpN +rpN +rpN +rpN +rpN +rpN +rpN +rpN +rpN +rpN +rpN +rpN +rpN +rpN +rpN +qrN +qrN +tMK +jHq +axQ +vCT +jgF +kEU +jgF +rUc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +tBc +tBc +xMM +xMM +xMM +tBc +tBc +tBc +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(194,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ajF +nYC +xCw +xCw +xCw +jUR +xnL +nYC +xCw +xCw +xCw +nYC +xCw +xCw +xCw +nYC +xCw +xCw +xCw +jUR +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +xnL +lqA +aJx +fMI +oAm +ubf +ubf +ubf +ubf +ubf +ubf +ubf +ubf +ubf +xwL +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +emj +bbt +bbt +apW +vvt +vvt +vvt +vvt +apW +vvt +vvt +vvt +apW +vvt +vvt +vvt +apW +apW +ekf +pri +kDk +kDk +kDk +kDk +xYL +wmK +rpN +xHA +uxQ +pXO +rpN +xYH +uoA +dQp +rec +fdG +fdG +kjs +mVB +mVB +xbG +mVB +mVB +iAp +qrN +gwG +jDt +tLw +lTf +dqw +qrN +ans +tQf +jFV +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +tBc +xMM +xMM +xMM +xMM +tBc +tBc +tBc +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(195,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ajF +skU +bxP +bxP +bxP +qkg +xnL +skU +bxP +bxP +bxP +ogU +bxP +bxP +bxP +ogU +bxP +bxP +bxP +qkg +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +dRR +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +xxP +bbt +bbt +kZL +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tfs +xAr +xAr +xoq +cda +lxX +xCw +xCw +ion +xCw +xCw +xCw +xCw +xCw +xCw +xCw +xCw +apW +apW +bHW +bHW +bHW +bHW +qrN +qrN +qrN +rpN +jys +mfH +dwO +dMc +duu +uoA +xZZ +dHz +fdG +fdG +uem +fUV +cOd +jlF +rcX +uSu +bgB +qrN +qrN +qrN +qrN +qrN +qrN +qrN +ePF +ygj +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +xMM +xMM +xMM +xMM +tBc +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(196,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +hEJ +vQg +vQg +vQg +vQg +vQg +vQg +vQg +vQg +xnL +vQg +vQg +vQg +vQg +vQg +vQg +vQg +xnL +vQg +vQg +eeo +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +dRR +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tfs +lMY +xAr +lxX +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tfs +cda +xAr +xAr +xAr +lxX +xCw +xCw +xCw +xCw +xCw +xCw +xCw +xCw +xCw +xCw +xCw +ygj +ePF +ePF +ePF +ePF +ePF +ePF +ygj +ePF +rpN +pKz +qcu +rdW +rpN +dcU +rpN +rpN +rpN +rpN +rpN +uem +rXJ +qdi +qdi +qdi +qdi +qdi +aVJ +ePF +ePF +ygj +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +xMM +xMM +tBc +tBc +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(197,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +wQb +ePF +ePF +ePF +ePF +ePF +ePF +ePF +wQb +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +dRR +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tfs +xAr +xAr +lxX +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tfs +xAr +lMY +xAr +qTp +lxX +xCw +xCw +xCw +xCw +xCw +xCw +xCw +xCw +xCw +xCw +xCw +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +rpN +rpN +rpN +rpN +rpN +aVJ +rpN +ipg +ipg +ipg +aVJ +tJk +hjY +qdi +qdi +qdi +qdi +qdi +aVJ +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(198,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +wQb +ePF +ePF +ePF +ePF +ePF +ePF +ePF +wQb +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +dRR +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tfs +xAr +cda +lxX +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +oAm +ubf +ubf +iSW +xAr +lxX +xCw +xCw +xCw +xCw +xCw +xCw +xCw +xCw +xCw +xCw +xCw +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ygj +ePF +ePF +ePF +ePF +ePF +ygj +ePF +ePF +ePF +aVJ +aVJ +aVJ +aVJ +aVJ +aVJ +aVJ +aVJ +aVJ +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(199,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +eyz +xGR +xGR +xnL +xGR +xGR +xGR +xGR +xGR +xGR +xGR +xnL +xGR +xGR +nNt +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +dRR +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +oAm +ubf +ubf +hsS +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +oAm +ubf +hsS +xCw +xCw +xCw +ePF +ePF +ePF +xCw +xCw +xCw +xCw +xCw +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(200,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ajF +hWy +bVO +bVO +bVO +gSc +bVO +bVO +bVO +gSc +bVO +bVO +bVO +qwi +cKO +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +xvL +dRR +xvL +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +uew +oyZ +reT +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(201,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ajF +nYC +xCw +xCw +xCw +nYC +xCw +xCw +xCw +nYC +xCw +xCw +xCw +jUR +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +dRR +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +wZV +xCw +spc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(202,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ajF +nYC +xCw +xCw +xCw +nYC +xCw +xCw +xCw +nYC +xCw +xCw +xCw +jUR +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +dRR +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +mEe +sCF +fSw +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(203,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ajF +nYC +xCw +xCw +xCw +nYC +xCw +xCw +xCw +nYC +xCw +xCw +xCw +jUR +cKO +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +dRR +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tmE +tmE +tmE +ePF +ePF +ePF +ePF +ePF +tmE +tmE +tmE +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(204,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ajF +skU +bxP +bxP +bxP +ogU +bxP +bxP +bxP +ogU +bxP +bxP +bxP +qkg +cKO +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +yhk +xvL +kJQ +xvL +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tmE +lIQ +tmE +ePF +ePF +ePF +ePF +ePF +tmE +lIQ +tmE +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(205,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +hEJ +vQg +vQg +vQg +vQg +vQg +vQg +vQg +vQg +vQg +vQg +vQg +vQg +vQg +eeo +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tmE +tmE +tmE +ePF +ePF +ePF +ePF +ePF +tmE +tmE +tmE +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(206,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +uew +oyZ +reT +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(207,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +wZV +xCw +spc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(208,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +mEe +sCF +fSw +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(209,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(210,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(211,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +uew +oyZ +reT +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +yfm +yfm +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(212,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +wZV +xCw +spc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +yfm +yfm +lwh +lwh +lwh +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(213,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +mEe +sCF +fSw +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yfm +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(214,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +abe +yfm +lwh +lwh +lwh +lwh +lwh +mNC +mNC +mNC +lwh +lwh +lwh +lwh +lwh +yfm +yfm +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(215,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +abe +yfm +yfm +lwh +lwh +lwh +lwh +mNC +mNC +iVx +iVx +iVx +lwh +lwh +lwh +lwh +yfm +yfm +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(216,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +yhk +ePF +yhk +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +abe +tBc +yfm +lwh +lwh +lwh +mNC +mNC +iVx +iVx +iVx +iVx +mEi +lwh +lwh +lwh +lwh +yfm +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(217,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +uew +oyZ +reT +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +abe +tBc +yfm +yfm +lwh +lwh +iVx +iVx +iVx +oPt +oPt +iVx +iVx +iVx +lwh +lwh +lwh +yfm +yfm +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(218,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +wZV +xCw +spc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +aaI +fxA +fxA +tBc +yfm +lwh +lwh +iVx +iVx +skl +skl +skl +skl +paa +iVx +lwh +lwh +lwh +lwh +yfm +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(219,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +mEe +sCF +fSw +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +aaI +fxA +fxA +fxA +fxA +yfm +lwh +lwh +lwh +kmT +skl +skl +skl +skl +paa +iVx +iVx +lwh +lwh +lwh +yfm +tBc +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(220,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +abe +fxA +fxA +fxA +fxA +yfm +yfm +lwh +lwh +kmT +skl +skl +skl +skl +paa +iVx +iVx +lwh +lwh +lwh +yfm +tBc +tBc +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(221,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +eRO +fxA +fxA +fxA +tBc +tBc +yfm +lwh +lwh +kmT +skl +skl +skl +skl +paa +iVx +iVx +lwh +lwh +yfm +yfm +tBc +tBc +xMM +xMM +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(222,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +eRO +tBc +tBc +tBc +tBc +yfm +lwh +lwh +lWf +qJq +bWA +skl +iVx +iVx +iVx +lwh +lwh +lwh +yfm +tBc +tBc +tBc +xMM +xMM +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(223,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +cgX +tBc +tBc +tBc +yfm +yfm +lwh +mEi +gix +lWf +qJq +iVx +iVx +lwh +lwh +lwh +lwh +yfm +tBc +tBc +tBc +xMM +xMM +xMM +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(224,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +vuK +tBc +tBc +tBc +tBc +yfm +lwh +lwh +lWf +lWf +iVx +iVx +lwh +lwh +lwh +lwh +yfm +yfm +tBc +tBc +xMM +xMM +xMM +xMM +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(225,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +vuK +gIz +hdC +ipm +tBc +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm +tBc +tBc +tBc +xMM +xMM +xMM +xMM +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(226,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +vuK +gKz +hNn +iIY +tBc +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm +yfm +tBc +tBc +tBc +xMM +xMM +xMM +xMM +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(227,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +sDN +pUu +hWb +iRi +tBc +yfm +lwh +lwh +lwh +lwh +lwh +lwh +lwh +yfm +yfm +yfm +tBc +tBc +tBc +tBc +tBc +tBc +xMM +tBc +tBc +fxA +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(228,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tmE +tmE +tmE +ePF +ePF +ePF +ePF +ePF +tmE +tmE +tmE +ePF +ePF +ePF +ePF +ePF +ePF +ePF +pwg +rrT +rrT +rrT +xSd +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +fxA +fxA +fxA +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(229,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tmE +lIQ +tmE +ePF +ePF +ePF +ePF +ePF +tmE +lIQ +tmE +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +fxA +fxA +fxA +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(230,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tmE +tmE +tmE +ePF +ePF +ePF +ePF +ePF +tmE +tmE +tmE +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +fxA +fxA +tBc +tBc +tBc +tBc +fxA +fxA +fxA +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(231,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +fxA +fxA +fxA +fxA +fxA +tBc +tBc +tBc +fxA +fxA +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(232,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +fxA +fxA +fxA +fxA +fxA +fxA +tBc +tBc +tBc +tBc +tBc +tBc +cUS +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(233,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +fxA +fxA +fxA +fxA +fxA +tBc +tBc +tBc +tBc +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(234,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +fxA +fxA +fxA +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(235,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +fxA +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(236,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +fxA +fxA +fxA +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(237,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +tBc +tBc +fxA +fxA +fxA +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(238,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +tBc +fxA +fxA +tBc +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(239,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +tBc +tBc +tBc +tBc +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(240,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +tBc +cUS +tBc +tBc +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(241,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(242,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(243,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(244,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(245,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(246,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(247,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(248,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(249,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(250,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(251,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(252,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(253,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(254,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} +(255,1,2) = {" +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +ePF +"} diff --git a/_maps/map_files/generic/CentCom.dmm b/_maps/map_files/generic/CentCom.dmm index fb51e5930..2c9b4d2ab 100644 --- a/_maps/map_files/generic/CentCom.dmm +++ b/_maps/map_files/generic/CentCom.dmm @@ -2482,11 +2482,6 @@ name = "Bartenders Back Room" }, /area/centcom/control) -"cnW" = ( -/obj/structure/fans/tiny, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel, -/area/centcom/ferry) "coE" = ( /obj/machinery/light{ dir = 4 @@ -3701,6 +3696,20 @@ /obj/item/stack/packageWrap, /turf/open/floor/plasteel/cafeteria, /area/centcom/holding) +"dzb" = ( +/obj/machinery/door/airlock/external{ + name = "Ferry Airlock" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 4 + }, +/obj/structure/fans/tiny, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel, +/area/centcom/ferry) "dzX" = ( /obj/item/twohanded/required/kirbyplants{ icon_state = "plant-21" @@ -4251,18 +4260,6 @@ }, /turf/closed/indestructible/riveted, /area/space) -"dUw" = ( -/obj/machinery/door/airlock/external{ - name = "Ferry Airlock" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/centcom/ferry) "dUD" = ( /obj/structure/chair{ dir = 1 @@ -4637,10 +4634,6 @@ /area/abductor_ship) "ejO" = ( /obj/structure/table, -/obj/item/razor{ - pixel_x = 2; - pixel_y = 5 - }, /turf/open/floor/plasteel/white, /area/centcom/ferry) "ejW" = ( @@ -9340,17 +9333,12 @@ /turf/open/floor/plasteel/dark, /area/centcom/ferry) "iFk" = ( -/obj/docking_port/stationary{ - dir = 8; - dwidth = 2; - height = 13; - id = "ferry_away"; - json_key = "ferry"; - name = "CentCom Ferry Dock"; - width = 5 +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/turf/open/space, -/area/space) +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel, +/area/centcom/ferry) "iFv" = ( /obj/effect/turf_decal/tile/brown{ dir = 8 @@ -12939,6 +12927,7 @@ /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 }, +/obj/effect/turf_decal/delivery, /turf/open/floor/plasteel, /area/centcom/ferry) "mei" = ( @@ -13080,9 +13069,6 @@ /obj/item/storage/pill_bottle/mutarad{ pixel_x = -7 }, -/obj/item/razor{ - pixel_y = 12 - }, /obj/machinery/light/small{ dir = 4; pixel_x = 10; @@ -16184,6 +16170,18 @@ }, /turf/open/floor/plasteel/dark, /area/ctf) +"oXv" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 5; + height = 13; + id = "ferry_away"; + json_key = "ferry"; + name = "CentCom Ferry Dock"; + width = 11 + }, +/turf/open/space, +/area/space) "oXF" = ( /obj/structure/table/wood/fancy, /obj/item/camera/spooky, @@ -16861,7 +16859,6 @@ "pFm" = ( /obj/structure/table/glass, /obj/item/surgical_drapes, -/obj/item/razor, /turf/open/floor/holofloor{ icon_state = "white" }, @@ -59745,7 +59742,7 @@ fWS fWS fWS fWS -fWS +oXv fWS fWS fWS @@ -60001,9 +59998,9 @@ cJc eRA eRA fWS -fWS -fWS -fWS +eRA +dzb +eRA fWS fWS fWS @@ -60258,9 +60255,9 @@ txL iyB eRA fWS -fWS +eRA iFk -fWS +eRA fWS fWS fWS @@ -60516,7 +60513,7 @@ hFM eDP fWS eRA -dUw +iFk eRA fWS eDP @@ -60773,7 +60770,7 @@ uYp eDP cQu eRA -cnW +iFk eRA pMV eDP diff --git a/_maps/shuttles/arrival_box.dmm b/_maps/shuttles/arrival_box.dmm index 7c2c15e9d..32794dfb5 100644 --- a/_maps/shuttles/arrival_box.dmm +++ b/_maps/shuttles/arrival_box.dmm @@ -1,292 +1,755 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"a" = ( +"cn" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals22" + }, +/area/shuttle/arrival) +"cw" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals38" + }, +/area/shuttle/arrival) +"cO" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals29" + }, +/area/shuttle/arrival) +"de" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals33" + }, +/area/shuttle/arrival) +"dO" = ( +/turf/closed/wall/mineral/titanium/custom/arrivals{ + icon_state = "arrivals42" + }, +/area/shuttle/arrival) +"eb" = ( +/turf/closed/wall/mineral/titanium/custom/arrivals{ + icon_state = "arrivals45" + }, +/area/shuttle/arrival) +"fF" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/shuttle/arrival) +"fS" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals1" + }, +/area/shuttle/arrival) +"gu" = ( +/turf/closed/wall/mineral/titanium/custom/arrivals{ + icon_state = "arrivals15" + }, +/area/shuttle/arrival) +"gC" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals35" + }, +/area/shuttle/arrival) +"gK" = ( +/obj/structure/window/reinforced/fulltile, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/grassybush, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/grass, +/area/shuttle/arrival) +"gN" = ( +/turf/closed/wall/mineral/titanium/custom/arrivals{ + icon_state = "arrivals20" + }, +/area/shuttle/arrival) +"jg" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals47" + }, +/area/shuttle/arrival) +"kq" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals10" + }, +/area/shuttle/arrival) +"ks" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals25" + }, +/area/shuttle/arrival) +"kF" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/item/radio/intercom{ + pixel_x = -30 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/shuttle/arrival) +"lo" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals46" + }, +/area/shuttle/arrival) +"lt" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals49" + }, +/area/shuttle/arrival) +"lE" = ( +/turf/closed/wall/mineral/titanium/custom/arrivals{ + icon_state = "arrivals44" + }, +/area/shuttle/arrival) +"mi" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals2" + }, +/area/shuttle/arrival) +"mA" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/shuttle/arrival) +"nC" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals41" + }, +/area/shuttle/arrival) +"nO" = ( +/turf/closed/wall/mineral/titanium/custom/arrivals{ + icon_state = "arrivals4" + }, +/area/shuttle/arrival) +"ov" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals48" + }, +/area/shuttle/arrival) +"oD" = ( +/obj/structure/fans/tiny, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/airlock/titanium{ + name = "Arrivals Shuttle Airlock" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/arrival) +"ph" = ( +/turf/closed/wall/mineral/titanium/custom/arrivals{ + icon_state = "arrivals3" + }, +/area/shuttle/arrival) +"pB" = ( +/turf/closed/wall/mineral/titanium/custom/arrivals{ + icon_state = "arrivals37" + }, +/area/shuttle/arrival) +"pZ" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals9" + }, +/area/shuttle/arrival) +"qa" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals26" + }, +/area/shuttle/arrival) +"qw" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/shuttle/arrival) +"qz" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals53" + }, +/area/shuttle/arrival) +"qS" = ( +/turf/closed/wall/mineral/titanium/custom/arrivals{ + icon_state = "arrivals21" + }, +/area/shuttle/arrival) +"rC" = ( +/obj/structure/window/reinforced/fulltile, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/open/floor/grass, +/area/shuttle/arrival) +"sd" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/item/radio/intercom{ + pixel_x = -30 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/shuttle/arrival) +"sk" = ( +/turf/closed/wall/mineral/titanium/custom/arrivals{ + icon_state = "arrivals39" + }, +/area/shuttle/arrival) +"uf" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/chair/comfy/shuttle, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/shuttle/arrival) +"uC" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals13" + }, +/area/shuttle/arrival) +"vk" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/arrival) +"xW" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals27" + }, +/area/shuttle/arrival) +"yl" = ( +/turf/closed/wall/mineral/titanium/custom/arrivals{ + icon_state = "arrivals51" + }, +/area/shuttle/arrival) +"yU" = ( +/turf/closed/wall/mineral/titanium/custom/arrivals{ + icon_state = "arrivals28" + }, +/area/shuttle/arrival) +"ze" = ( +/turf/closed/wall/mineral/titanium/custom/arrivals{ + icon_state = "arrivals31" + }, +/area/shuttle/arrival) +"zV" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals40" + }, +/area/shuttle/arrival) +"Al" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals32" + }, +/area/shuttle/arrival) +"CA" = ( +/turf/closed/wall/mineral/titanium/custom/arrivals{ + icon_state = "arrivals12" + }, +/area/shuttle/arrival) +"Dm" = ( +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/structure/closet/emcloset{ + anchored = 1 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/shuttle/arrival) +"EA" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals6" + }, +/area/shuttle/arrival) +"HU" = ( +/obj/structure/fans/tiny, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/door/airlock/titanium{ + name = "Arrivals Shuttle Airlock" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/arrival) +"Il" = ( +/turf/closed/wall/mineral/titanium/custom/arrivals{ + icon_state = "arrivals18" + }, +/area/shuttle/arrival) +"JU" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/shuttle/arrival) +"Kb" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals52" + }, +/area/shuttle/arrival) +"KB" = ( /turf/template_noop, /area/template_noop) -"b" = ( -/turf/closed/wall/mineral/titanium, +"KN" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals16" + }, /area/shuttle/arrival) -"c" = ( +"Lv" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals19" + }, +/area/shuttle/arrival) +"My" = ( /obj/machinery/door/airlock/titanium{ name = "Arrivals Shuttle Airlock" }, -/obj/structure/fans/tiny, -/turf/open/floor/plating, +/obj/effect/turf_decal/delivery/white, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, /area/shuttle/arrival) -"d" = ( -/obj/effect/spawner/structure/window/shuttle, -/turf/open/floor/plating, +"Ov" = ( +/turf/closed/wall/mineral/titanium/custom/arrivals{ + icon_state = "arrivals7" + }, /area/shuttle/arrival) -"e" = ( +"OQ" = ( +/obj/structure/window/reinforced/fulltile, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/leafybush, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/grass, +/area/shuttle/arrival) +"OT" = ( +/turf/closed/wall/mineral/titanium/custom/arrivals{ + icon_state = "arrivals50" + }, +/area/shuttle/arrival) +"Pb" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, /obj/structure/table, /obj/item/storage/firstaid/regular, -/turf/open/floor/mineral/titanium/blue, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, /area/shuttle/arrival) -"f" = ( -/turf/open/floor/mineral/titanium/blue, +"Pr" = ( +/turf/closed/wall/mineral/titanium/custom/arrivals{ + icon_state = "arrivals24" + }, /area/shuttle/arrival) -"g" = ( -/obj/machinery/computer/arcade, +"PR" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals23" + }, +/area/shuttle/arrival) +"Qd" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals34" + }, +/area/shuttle/arrival) +"QB" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/shuttle/arrival) +"QK" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/shuttle/arrival) +"Sb" = ( +/turf/closed/wall/mineral/titanium/custom/arrivals{ + icon_state = "arrivals0" + }, +/area/shuttle/arrival) +"Sp" = ( /obj/machinery/light{ - dir = 1 + pixel_y = -1 }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/arrival) -"h" = ( -/obj/structure/closet/wardrobe/green, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/arrival) -"i" = ( -/obj/structure/closet/wardrobe/black, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/arrival) -"j" = ( -/obj/structure/closet/wardrobe/mixed, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/arrival) -"k" = ( -/obj/structure/closet/wardrobe/grey, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/arrival) -"l" = ( -/obj/machinery/requests_console{ - department = "Arrival shuttle"; - name = "Arrivals Shuttle console"; - pixel_y = 30 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/arrival) -"m" = ( -/obj/structure/shuttle/engine/heater{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/open/floor/plating/airless, -/area/shuttle/arrival) -"n" = ( -/obj/structure/shuttle/engine/propulsion/burst/right{ - dir = 4 - }, -/turf/open/floor/plating/airless, -/area/shuttle/arrival) -"o" = ( -/obj/structure/window/shuttle, -/obj/structure/grille, -/turf/open/floor/plating, -/area/shuttle/arrival) -"p" = ( -/obj/structure/chair/comfy/shuttle, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/arrival) -"q" = ( -/obj/structure/chair/comfy/shuttle, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/arrival) -"r" = ( /obj/structure/chair/comfy/shuttle{ - dir = 8 + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" }, -/turf/open/floor/mineral/titanium, /area/shuttle/arrival) -"s" = ( -/obj/structure/shuttle/engine/propulsion{ - dir = 4 +"SE" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals5" }, -/turf/open/floor/plating/airless, /area/shuttle/arrival) -"t" = ( -/obj/machinery/door/airlock/titanium{ - name = "Arrivals Shuttle Airlock" +"TW" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals11" }, -/turf/open/floor/mineral/titanium, /area/shuttle/arrival) -"u" = ( -/obj/structure/shuttle/engine/propulsion{ - dir = 4 +"UU" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_tile"; + name = "tile" + }, +/area/shuttle/arrival) +"VR" = ( +/turf/closed/wall/mineral/titanium/custom/arrivals{ + icon_state = "arrivals17" + }, +/area/shuttle/arrival) +"We" = ( /obj/docking_port/mobile/arrivals, -/turf/open/floor/plating/airless, +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals30" + }, /area/shuttle/arrival) -"v" = ( +"Wi" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals14" + }, +/area/shuttle/arrival) +"WM" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals8" + }, +/area/shuttle/arrival) +"WO" = ( /obj/structure/chair/comfy/shuttle{ - dir = 1 + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" }, -/turf/open/floor/mineral/titanium/blue, /area/shuttle/arrival) -"w" = ( +"YZ" = ( +/obj/structure/chair/comfy/shuttle, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/shuttle/arrival) +"Zg" = ( +/turf/closed/wall/mineral/titanium/custom/arrivals{ + icon_state = "arrivals36" + }, +/area/shuttle/arrival) +"Zm" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/shuttle/arrival) +"Zu" = ( /obj/structure/chair/comfy/shuttle{ - dir = 1 + dir = 8 }, -/obj/machinery/light/small{ - dir = 4 +/obj/effect/turf_decal/tile/neutral{ + dir = 9 }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/arrival) -"x" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/arrival) -"y" = ( -/obj/machinery/light, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/arrival) -"z" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" }, -/obj/machinery/light, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/arrival) -"A" = ( -/obj/structure/shuttle/engine/propulsion/burst/left{ - dir = 4 +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" }, -/turf/open/floor/plating/airless, /area/shuttle/arrival) -"S" = ( -/turf/open/floor/mineral/titanium, +"Zw" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/shuttle/arrival) +"ZT" = ( +/turf/closed/wall/mineral/titanium/custom/window/arrivals{ + icon_state = "arrivals43" + }, +/area/shuttle/arrival) +"ZZ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, /area/shuttle/arrival) (1,1,1) = {" -a -b -o -d -d -b -a +KB +TW +cn +ks +cO +Al +KB "} (2,1,1) = {" -a -b -p -S -v -b -a +KB +Wi +YZ +vk +fF +gC +KB "} (3,1,1) = {" -a -b -q -S -w -b -a +mi +uC +uf +vk +Sp +cw +ZT "} (4,1,1) = {" -b -b -b -t -b -b -b +fS +CA +qS +My +yU +pB +lo "} (5,1,1) = {" -b -e -S -S -S -x -b +Sb +gu +Pb +QB +Dm +Zg +eb "} (6,1,1) = {" -c -f -r -r -r -f -c +oD +kF +ZZ +mA +Zm +sd +HU "} (7,1,1) = {" -b -g -f -f -f -y -b +ph +Zu +JU +mA +Zw +WO +lE "} (8,1,1) = {" -d -h -r -r -r -f -d +EA +Zu +JU +mA +Zw +WO +jg "} (9,1,1) = {" -d -i -f -f -f -f -d +SE +Zu +JU +mA +Zw +WO +Kb "} (10,1,1) = {" -d -j -r -r -r -f -d +nO +Zu +JU +mA +Zw +WO +yl "} (11,1,1) = {" -d -k -f -f -f -f -d +oD +qw +ZZ +UU +Zm +QK +HU "} (12,1,1) = {" -b -l -r -r -r -z -b +Ov +Il +OQ +rC +gK +sk +OT "} (13,1,1) = {" -c -f -S -S -S -f -c +kq +VR +gN +Pr +ze +dO +lt "} (14,1,1) = {" -b -m -m -m -m -m -b +pZ +KN +PR +xW +Qd +nC +ov "} (15,1,1) = {" -b -n -s -u -s -A -b +WM +Lv +qa +We +de +zV +qz "} diff --git a/_maps/shuttles/emergency_box.dmm b/_maps/shuttles/emergency_box.dmm index d65da0b3f..70d0f3478 100644 --- a/_maps/shuttles/emergency_box.dmm +++ b/_maps/shuttles/emergency_box.dmm @@ -1,165 +1,1409 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "aa" = ( -/turf/template_noop, -/area/template_noop) +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures39" + }, +/area/shuttle/escape) "ab" = ( /obj/machinery/door/airlock/titanium{ name = "Emergency Shuttle Airlock"; req_access_txt = "2" }, /obj/structure/fans/tiny, -/turf/open/floor/mineral/plastitanium/red/brig, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, /area/shuttle/escape) "ac" = ( -/obj/effect/spawner/structure/window/shuttle, -/turf/open/floor/plating, +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures48" + }, /area/shuttle/escape) "ad" = ( -/turf/closed/wall/mineral/titanium, +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures49" + }, /area/shuttle/escape) "ae" = ( -/turf/closed/wall/mineral/titanium/interior, +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures53" + }, /area/shuttle/escape) "af" = ( -/obj/structure/table, -/obj/machinery/recharger, -/turf/open/floor/mineral/titanium/blue, +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures52" + }, /area/shuttle/escape) "ag" = ( /obj/structure/chair/comfy/shuttle{ - dir = 1 + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" }, -/turf/open/floor/mineral/titanium/blue, /area/shuttle/escape) "ah" = ( -/obj/machinery/computer/emergency_shuttle, -/turf/open/floor/mineral/titanium/blue, +/obj/machinery/flasher{ + id = "shuttle_flasher"; + pixel_x = 24; + pixel_y = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, /area/shuttle/escape) "ai" = ( -/obj/structure/table, -/obj/item/storage/firstaid/regular{ - pixel_x = 2; - pixel_y = 3 +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" }, -/obj/item/crowbar, -/obj/item/storage/firstaid/fire, -/turf/open/floor/mineral/titanium/blue, /area/shuttle/escape) "aj" = ( -/obj/machinery/door/airlock/titanium{ - name = "Emergency Shuttle Airlock" - }, /obj/docking_port/mobile/emergency{ name = "Box emergency shuttle" }, +/obj/machinery/door/airlock/titanium{ + name = "Emergency Shuttle Airlock" + }, /obj/structure/fans/tiny, -/turf/open/floor/plating, +/obj/effect/turf_decal/delivery/white, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, /area/shuttle/escape) "ak" = ( /obj/machinery/door/airlock/titanium{ name = "Emergency Shuttle Airlock" }, /obj/structure/fans/tiny, -/turf/open/floor/plating, +/obj/effect/turf_decal/delivery/white, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, /area/shuttle/escape) "al" = ( -/obj/machinery/computer/atmos_alert{ - dir = 4 +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures66" }, -/turf/open/floor/mineral/titanium/blue, /area/shuttle/escape) "am" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 8 +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures65" }, -/turf/open/floor/mineral/titanium/blue, /area/shuttle/escape) "an" = ( -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/escape) -"ao" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/escape) -"ap" = ( -/obj/machinery/computer/security{ +/obj/structure/closet/emcloset, +/obj/machinery/light{ dir = 8 }, -/turf/open/floor/mineral/titanium/blue, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"ao" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 1; + name = "Emergency Shuttle bar" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/escape) +"ap" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures67" + }, /area/shuttle/escape) "aq" = ( -/obj/machinery/computer/crew{ - dir = 4 +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures128" }, -/turf/open/floor/mineral/titanium/blue, /area/shuttle/escape) "ar" = ( /obj/structure/chair/comfy/shuttle{ - dir = 8 + dir = 4 }, -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" }, -/turf/open/floor/mineral/titanium/blue, /area/shuttle/escape) "as" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/escape) -"at" = ( /obj/machinery/button/flasher{ - id = "cockpit_flasher"; - pixel_x = 6; - pixel_y = -24 - }, -/obj/machinery/light, -/turf/open/floor/mineral/titanium, -/area/shuttle/escape) -"au" = ( -/obj/machinery/computer/communications{ - dir = 8 - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/escape) -"ay" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Emergency Shuttle Cockpit"; - req_access_txt = "19" - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/escape) -"az" = ( -/obj/machinery/status_display/evac, -/turf/closed/wall/mineral/titanium, -/area/shuttle/escape) -"aA" = ( -/obj/structure/chair/comfy/shuttle, -/turf/open/floor/mineral/plastitanium/red/brig, -/area/shuttle/escape) -"aB" = ( -/obj/machinery/flasher{ - id = "cockpit_flasher"; - pixel_x = 6; + id = "shuttle_flasher"; pixel_y = 24 }, /obj/machinery/light{ dir = 1 }, -/turf/open/floor/mineral/titanium/blue, +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"at" = ( +/obj/effect/turf_decal/tile/red{ + dir = 9 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/shuttle/escape) +"au" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"ay" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 8; + name = "Emergency Shuttle Brig"; + req_access_txt = "2" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/escape) +"az" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/shuttle/escape) +"aA" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures88" + }, +/area/shuttle/escape) +"aB" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, /area/shuttle/escape) "aC" = ( -/turf/open/floor/mineral/titanium, +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures64" + }, /area/shuttle/escape) -"aD" = ( +"aF" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures93" + }, +/area/shuttle/escape) +"aG" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures92" + }, +/area/shuttle/escape) +"aH" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"aJ" = ( +/obj/machinery/door/airlock/titanium{ + name = "Emergency Shuttle Airlock"; + req_access_txt = "2" + }, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/escape) +"aK" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"aM" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 13 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"aR" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"aS" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"aT" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"aW" = ( +/obj/machinery/door/airlock/titanium{ + name = "Emergency Shuttle Airlock" + }, +/obj/effect/turf_decal/delivery/white, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/escape) +"aZ" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures153" + }, +/area/shuttle/escape) +"bb" = ( +/obj/machinery/light, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/shuttle/escape) +"bc" = ( +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/shuttle/escape) +"bd" = ( +/turf/open/floor/plasteel/checker, +/area/shuttle/escape) +"be" = ( +/obj/structure/table/wood/fancy/kinaris, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-30"; + pixel_y = 16 + }, +/obj/machinery/light, +/turf/open/floor/plasteel/checker, +/area/shuttle/escape) +"bf" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures171" + }, +/area/shuttle/escape) +"bg" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures169" + }, +/area/shuttle/escape) +"bh" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures15" + }, +/area/shuttle/escape) +"bi" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures189" + }, +/area/shuttle/escape) +"bk" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures208" + }, +/area/shuttle/escape) +"bl" = ( +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"bm" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures109" + }, +/area/shuttle/escape) +"bn" = ( +/obj/machinery/light, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/escape) +"bo" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/escape) +"bp" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/shuttle/escape) +"bq" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures166" + }, +/area/shuttle/escape) +"br" = ( +/obj/structure/closet, +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/shuttle/escape) +"bs" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/shuttle/escape) +"bK" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures111" + }, +/area/shuttle/escape) +"cf" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures60" + }, +/area/shuttle/escape) +"ci" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures69" + }, +/area/shuttle/escape) +"cj" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/shuttle/escape) +"cl" = ( +/obj/structure/chair/sofa/right, +/turf/open/floor/carpet/kinaris, +/area/shuttle/escape) +"cK" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures187" + }, +/area/shuttle/escape) +"cN" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures31" + }, +/area/shuttle/escape) +"cQ" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures206" + }, +/area/shuttle/escape) +"cS" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures197" + }, +/area/shuttle/escape) +"cZ" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures20" + }, +/area/shuttle/escape) +"dq" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"dC" = ( +/obj/structure/chair/sofa, +/turf/open/floor/carpet/kinaris, +/area/shuttle/escape) +"dJ" = ( +/obj/structure/table/wood/fancy/kinaris, +/obj/item/storage/box/drinkingglasses{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/storage/fancy/cigarettes/cigars/havana{ + pixel_x = -16; + pixel_y = 7 + }, +/turf/open/floor/plasteel/checker, +/area/shuttle/escape) +"dV" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures209" + }, +/area/shuttle/escape) +"ed" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/structure/sign/barsign{ + pixel_y = 32 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/shuttle/escape) +"eF" = ( +/obj/structure/window/reinforced{ + dir = 8; + layer = 2.9 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"eH" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures217" + }, +/area/shuttle/escape) +"eI" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures182" + }, +/area/shuttle/escape) +"eW" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/open/floor/carpet/kinaris, +/area/shuttle/escape) +"fc" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures164" + }, +/area/shuttle/escape) +"fo" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"fM" = ( +/obj/effect/turf_decal/tile/red{ + dir = 5 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/shuttle/escape) +"fV" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures7" + }, +/area/shuttle/escape) +"fW" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures21" + }, +/area/shuttle/escape) +"ga" = ( +/obj/structure/closet/crate, +/turf/open/floor/plasteel{ + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/shuttle/escape) +"gb" = ( +/obj/structure/table/reinforced, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-30"; + pixel_x = -7; + pixel_y = 21 + }, +/obj/machinery/recharger, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/escape) +"ge" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures211" + }, +/area/shuttle/escape) +"gk" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures47" + }, +/area/shuttle/escape) +"gy" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Emergency Shuttle Cockpit Hallway"; + req_access_txt = "19" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/escape) +"gE" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures30" + }, +/area/shuttle/escape) +"gV" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/escape) +"he" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures178" + }, +/area/shuttle/escape) +"hf" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/shuttle/escape) +"hg" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures108" + }, +/area/shuttle/escape) +"ho" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/shuttle/escape) +"hG" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures191" + }, +/area/shuttle/escape) +"hQ" = ( +/obj/machinery/computer/security, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/escape) +"ib" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"ip" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures68" + }, +/area/shuttle/escape) +"ir" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures215" + }, +/area/shuttle/escape) +"ix" = ( +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"iC" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures125" + }, +/area/shuttle/escape) +"iD" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_corner"; + name = "wood corner" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = -27 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/shuttle/escape) +"iE" = ( +/obj/machinery/chem_dispenser/drinks/beer{ + dir = 8 + }, +/obj/structure/table/wood/fancy/kinaris, +/obj/item/reagent_containers/food/drinks/shaker{ + pixel_x = -6; + pixel_y = 23 + }, +/turf/open/floor/plasteel/checker, +/area/shuttle/escape) +"iO" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures117" + }, +/area/shuttle/escape) +"iS" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"ja" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures174" + }, +/area/shuttle/escape) +"jt" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures75" + }, +/area/shuttle/escape) +"jH" = ( +/obj/structure/chair/stool/bar, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/shuttle/escape) +"jI" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"jK" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/shuttle/escape) +"kX" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures198" + }, +/area/shuttle/escape) +"li" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures205" + }, +/area/shuttle/escape) +"lo" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures144" + }, +/area/shuttle/escape) +"ls" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures57" + }, +/area/shuttle/escape) +"lu" = ( +/obj/machinery/door/airlock/titanium{ + name = "Emergency Shuttle Airlock" + }, +/obj/structure/fans/tiny, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/shuttle/escape) +"lM" = ( /obj/structure/closet/emcloset, -/turf/open/floor/mineral/titanium/blue, +/obj/effect/turf_decal/tile/brown{ + dir = 6 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, /area/shuttle/escape) -"aE" = ( +"lO" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures220" + }, +/area/shuttle/escape) +"lS" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"lX" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures14" + }, +/area/shuttle/escape) +"mv" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures82" + }, +/area/shuttle/escape) +"mw" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures218" + }, +/area/shuttle/escape) +"mB" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures173" + }, +/area/shuttle/escape) +"mS" = ( +/obj/machinery/status_display/evac{ + pixel_y = -32 + }, +/obj/machinery/light, +/obj/effect/turf_decal/tile/red{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"na" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures130" + }, +/area/shuttle/escape) +"nr" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures113" + }, +/area/shuttle/escape) +"ny" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"nC" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures100" + }, +/area/shuttle/escape) +"nN" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood/fancy/kinaris, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/item/storage/fancy/donut_box{ + pixel_y = 8 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/shuttle/escape) +"nY" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/escape) +"oc" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures204" + }, +/area/shuttle/escape) +"oi" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures157" + }, +/area/shuttle/escape) +"oH" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/escape) +"oU" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures139" + }, +/area/shuttle/escape) +"oW" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/shuttle/escape) +"pi" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures43" + }, +/area/shuttle/escape) +"pl" = ( +/obj/structure/table/reinforced, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-30"; + pixel_x = 7; + pixel_y = 21 + }, +/obj/machinery/recharger, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/escape) +"pq" = ( +/obj/machinery/door/airlock/mining/glass{ + dir = 1; + name = "Emergency Shuttle Cargo" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/shuttle/escape) +"pB" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures94" + }, +/area/shuttle/escape) +"pP" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"pV" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 8; + name = "Emergency Shuttle Infirmary" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/shuttle/escape) +"qd" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures210" + }, +/area/shuttle/escape) +"qf" = ( +/obj/machinery/sleeper{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/shuttle/escape) +"qj" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Emergency Shuttle Infirmary" + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction_whole" + }, +/area/shuttle/escape) +"qp" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures72" + }, +/area/shuttle/escape) +"qB" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures120" + }, +/area/shuttle/escape) +"qD" = ( +/turf/template_noop, +/area/template_noop) +"qJ" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures162" + }, +/area/shuttle/escape) +"qZ" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures55" + }, +/area/shuttle/escape) +"rN" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures190" + }, +/area/shuttle/escape) +"rY" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"rZ" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/shuttle/escape) +"sg" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures158" + }, +/area/shuttle/escape) +"st" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/shuttle/escape) +"sv" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures25" + }, +/area/shuttle/escape) +"sx" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"sz" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures168" + }, +/area/shuttle/escape) +"sB" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures216" + }, +/area/shuttle/escape) +"sL" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures5" + }, +/area/shuttle/escape) +"sM" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures143" + }, +/area/shuttle/escape) +"sX" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures110" + }, +/area/shuttle/escape) +"to" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures10" + }, +/area/shuttle/escape) +"tZ" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures140" + }, +/area/shuttle/escape) +"ug" = ( +/obj/structure/closet, +/obj/machinery/light, +/obj/effect/turf_decal/tile/brown{ + dir = 10 + }, +/obj/effect/turf_decal/tile/brown, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/shuttle/escape) +"uk" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures28" + }, +/area/shuttle/escape) +"us" = ( +/obj/machinery/light, +/obj/machinery/button/flasher{ + id = "cockpit_flasher"; + pixel_x = 6; + pixel_y = -24 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"uD" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures62" + }, +/area/shuttle/escape) +"uP" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures127" + }, +/area/shuttle/escape) +"uT" = ( +/obj/structure/table/wood/fancy/kinaris, +/obj/item/ashtray{ + pixel_x = -16; + pixel_y = 4 + }, +/turf/open/floor/carpet/kinaris, +/area/shuttle/escape) +"vj" = ( +/obj/structure/table/wood/fancy/kinaris, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-30"; + pixel_y = 20 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 5; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/shuttle/escape) +"vA" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures42" + }, +/area/shuttle/escape) +"vR" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures83" + }, +/area/shuttle/escape) +"vU" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures1" + }, +/area/shuttle/escape) +"wd" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures132" + }, +/area/shuttle/escape) +"wo" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures196" + }, +/area/shuttle/escape) +"wp" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures203" + }, +/area/shuttle/escape) +"wt" = ( +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Emergency Shuttle bar" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/escape) +"wP" = ( +/obj/machinery/vending/boozeomat, +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures151" + }, +/area/shuttle/escape) +"wQ" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures59" + }, +/area/shuttle/escape) +"xd" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures213" + }, +/area/shuttle/escape) +"xn" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures148" + }, +/area/shuttle/escape) +"xo" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/pen, +/obj/machinery/light{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/escape) +"xC" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures219" + }, +/area/shuttle/escape) +"xK" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures102" + }, +/area/shuttle/escape) +"xT" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures86" + }, +/area/shuttle/escape) +"yb" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures184" + }, +/area/shuttle/escape) +"yc" = ( +/obj/machinery/door/airlock{ + name = "Bar Backroom"; + req_access_txt = "25" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/escape) +"yn" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures96" + }, +/area/shuttle/escape) +"yp" = ( /obj/structure/table, /obj/item/storage/firstaid/fire, /obj/item/storage/firstaid/regular{ @@ -167,470 +1411,1680 @@ pixel_y = 3 }, /obj/item/crowbar, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/escape) -"aF" = ( -/obj/machinery/flasher{ - id = "shuttle_flasher"; - pixel_x = -24; - pixel_y = 6 - }, -/obj/machinery/button/flasher{ - id = "shuttle_flasher"; - pixel_x = -24; - pixel_y = -6 - }, -/obj/machinery/light/small{ - brightness = 3; +/obj/effect/turf_decal/tile/blue{ dir = 8 }, -/turf/open/floor/mineral/plastitanium/red/brig, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, /area/shuttle/escape) -"aG" = ( -/turf/open/floor/mineral/plastitanium/red/brig, +"ys" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/machinery/status_display/evac{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, /area/shuttle/escape) -"aH" = ( +"yu" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/escape) +"yx" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures24" + }, +/area/shuttle/escape) +"yM" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures172" + }, +/area/shuttle/escape) +"za" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures9" + }, +/area/shuttle/escape) +"zm" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures180" + }, +/area/shuttle/escape) +"zo" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures12" + }, +/area/shuttle/escape) +"Ad" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures77" + }, +/area/shuttle/escape) +"As" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures200" + }, +/area/shuttle/escape) +"AC" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/area/shuttle/escape) +"AM" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures165" + }, +/area/shuttle/escape) +"AV" = ( +/obj/structure/chair/stool/bar, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/shuttle/escape) +"AZ" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures207" + }, +/area/shuttle/escape) +"Bc" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures104" + }, +/area/shuttle/escape) +"Bh" = ( +/obj/structure/table/wood/fancy/kinaris, +/obj/machinery/chem_dispenser/drinks{ + dir = 8 + }, +/obj/machinery/light, +/turf/open/floor/plasteel/checker, +/area/shuttle/escape) +"Bj" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures170" + }, +/area/shuttle/escape) +"BZ" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures186" + }, +/area/shuttle/escape) +"Cd" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures195" + }, +/area/shuttle/escape) +"Cl" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 5 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/shuttle/escape) +"Cn" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 5; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/shuttle/escape) +"CF" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures70" + }, +/area/shuttle/escape) +"CM" = ( +/obj/structure/chair/stool/bar, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/shuttle/escape) +"CR" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures167" + }, +/area/shuttle/escape) +"CZ" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures32" + }, +/area/shuttle/escape) +"Db" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures116" + }, +/area/shuttle/escape) +"Du" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/machinery/status_display/evac{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"Dx" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures11" + }, +/area/shuttle/escape) +"DA" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures105" + }, +/area/shuttle/escape) +"DQ" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures18" + }, +/area/shuttle/escape) +"DY" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures124" + }, +/area/shuttle/escape) +"Eg" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures50" + }, +/area/shuttle/escape) +"Er" = ( +/obj/machinery/computer/emergency_shuttle, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/escape) +"Eu" = ( +/obj/machinery/computer/atmos_alert{ + dir = 4 + }, +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/escape) +"Ev" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures179" + }, +/area/shuttle/escape) +"Ez" = ( +/obj/effect/turf_decal/tile/red{ + dir = 10 + }, +/obj/effect/turf_decal/tile/red, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, +/area/shuttle/escape) +"EK" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures26" + }, +/area/shuttle/escape) +"EL" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures152" + }, +/area/shuttle/escape) +"Ff" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Emergency Shuttle Cockpit"; + req_access_txt = "19" + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/escape) +"Fg" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures115" + }, +/area/shuttle/escape) +"Fk" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures149" + }, +/area/shuttle/escape) +"Fo" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures141" + }, +/area/shuttle/escape) +"FR" = ( +/obj/structure/closet/crate, +/obj/machinery/light, +/turf/open/floor/plasteel{ + dir = 1; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/shuttle/escape) +"Gk" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures119" + }, +/area/shuttle/escape) +"GJ" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures90" + }, +/area/shuttle/escape) +"Hp" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/flasher{ + id = "cockpit_flasher"; + pixel_x = 6; + pixel_y = 27 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"Hv" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures154" + }, +/area/shuttle/escape) +"HD" = ( +/obj/machinery/computer/atmos_alert, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/escape) +"HG" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures3" + }, +/area/shuttle/escape) +"HO" = ( +/obj/machinery/sleeper{ + dir = 8 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/shuttle/escape) +"HR" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/shuttle/escape) +"HT" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures40" + }, +/area/shuttle/escape) +"Ie" = ( +/obj/structure/closet/emcloset, +/mob/living/simple_animal/bot/medbot{ + name = "Speedy* Recovery" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/shuttle/escape) +"Il" = ( +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_x = -27 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/shuttle/escape) +"Ip" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures181" + }, +/area/shuttle/escape) +"It" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"IC" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"IF" = ( +/obj/machinery/status_display/evac{ + pixel_y = 32 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"IG" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures183" + }, +/area/shuttle/escape) +"IH" = ( /obj/machinery/door/airlock/public/glass{ name = "Emergency Shuttle Brig"; req_access_txt = "2" }, -/turf/open/floor/mineral/titanium, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, /area/shuttle/escape) -"aJ" = ( -/obj/structure/chair/comfy/shuttle{ +"IK" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures97" + }, +/area/shuttle/escape) +"IL" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures19" + }, +/area/shuttle/escape) +"JG" = ( +/obj/structure/table/wood/fancy/kinaris, +/turf/open/floor/carpet/kinaris, +/area/shuttle/escape) +"JI" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures78" + }, +/area/shuttle/escape) +"JP" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures27" + }, +/area/shuttle/escape) +"JQ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"Ke" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"Kg" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures201" + }, +/area/shuttle/escape) +"Kq" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures133" + }, +/area/shuttle/escape) +"KD" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures129" + }, +/area/shuttle/escape) +"KL" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures63" + }, +/area/shuttle/escape) +"KT" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures4" + }, +/area/shuttle/escape) +"KV" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 10 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/area/shuttle/escape) +"Ls" = ( +/obj/structure/table, +/obj/machinery/microwave{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"Lx" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures99" + }, +/area/shuttle/escape) +"Ly" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures156" + }, +/area/shuttle/escape) +"LC" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures194" + }, +/area/shuttle/escape) +"LF" = ( +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark, +/area/shuttle/escape) +"LJ" = ( +/obj/item/radio/intercom{ + frequency = 1485; + name = "Station Intercom (Medbay)"; + pixel_x = -27 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/white{ + icon_state = "plaswhite_traction" + }, +/area/shuttle/escape) +"LK" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures185" + }, +/area/shuttle/escape) +"LR" = ( +/obj/structure/chair/sofa{ dir = 1 }, -/turf/open/floor/mineral/plastitanium/red/brig, +/turf/open/floor/carpet/kinaris, /area/shuttle/escape) -"aK" = ( -/obj/structure/chair/comfy/shuttle, -/turf/open/floor/mineral/titanium/blue, +"LY" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures137" + }, /area/shuttle/escape) -"aM" = ( -/obj/structure/table, -/turf/open/floor/mineral/titanium/blue, +"Mm" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures177" + }, /area/shuttle/escape) -"aQ" = ( +"Mo" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures101" + }, +/area/shuttle/escape) +"MQ" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures6" + }, +/area/shuttle/escape) +"MT" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures73" + }, +/area/shuttle/escape) +"MZ" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures22" + }, +/area/shuttle/escape) +"Na" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures212" + }, +/area/shuttle/escape) +"Nb" = ( +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"Nv" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 9; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/shuttle/escape) +"Nz" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures121" + }, +/area/shuttle/escape) +"NK" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 4; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 8; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/shuttle/escape) +"NO" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 5 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_trim" + }, +/area/shuttle/escape) +"NR" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures8" + }, +/area/shuttle/escape) +"NS" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures192" + }, +/area/shuttle/escape) +"OO" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures176" + }, +/area/shuttle/escape) +"Pf" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_trim" + }, +/area/shuttle/escape) +"Ps" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures17" + }, +/area/shuttle/escape) +"PG" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures46" + }, +/area/shuttle/escape) +"PH" = ( +/obj/machinery/status_display/evac, +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures71" + }, +/area/shuttle/escape) +"Qv" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures214" + }, +/area/shuttle/escape) +"Qy" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures163" + }, +/area/shuttle/escape) +"QE" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures36" + }, +/area/shuttle/escape) +"Ro" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures134" + }, +/area/shuttle/escape) +"Rs" = ( +/obj/machinery/door/airlock/titanium{ + name = "Emergency Shuttle Airlock" + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, +/area/shuttle/escape) +"Ru" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/tile/neutral{ + dir = 10 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"RD" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures193" + }, +/area/shuttle/escape) +"RF" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures138" + }, +/area/shuttle/escape) +"RI" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures16" + }, +/area/shuttle/escape) +"RK" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures175" + }, +/area/shuttle/escape) +"Se" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures37" + }, +/area/shuttle/escape) +"SB" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures41" + }, +/area/shuttle/escape) +"SC" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures126" + }, +/area/shuttle/escape) +"SP" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures45" + }, +/area/shuttle/escape) +"Tt" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures160" + }, +/area/shuttle/escape) +"Tv" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures35" + }, +/area/shuttle/escape) +"Tw" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures107" + }, +/area/shuttle/escape) +"TA" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"TG" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures13" + }, +/area/shuttle/escape) +"TJ" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 27 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/shuttle/escape) +"TN" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures54" + }, +/area/shuttle/escape) +"TU" = ( +/obj/machinery/computer/communications{ + dir = 8 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/escape) +"TV" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures161" + }, +/area/shuttle/escape) +"Ua" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/shuttle/escape) +"Ub" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"Uc" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures33" + }, +/area/shuttle/escape) +"Uk" = ( +/obj/structure/table/wood/fancy/kinaris, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/plasteel/checker, +/area/shuttle/escape) +"Up" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures2" + }, +/area/shuttle/escape) +"Uy" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures112" + }, +/area/shuttle/escape) +"UI" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures159" + }, +/area/shuttle/escape) +"Vf" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures188" + }, +/area/shuttle/escape) +"Vk" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures79" + }, +/area/shuttle/escape) +"Vw" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures122" + }, +/area/shuttle/escape) +"VE" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures199" + }, +/area/shuttle/escape) +"VH" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures89" + }, +/area/shuttle/escape) +"VJ" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures84" + }, +/area/shuttle/escape) +"We" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures58" + }, +/area/shuttle/escape) +"Wh" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures202" + }, +/area/shuttle/escape) +"Wy" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures56" + }, +/area/shuttle/escape) +"WJ" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures61" + }, +/area/shuttle/escape) +"WK" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures95" + }, +/area/shuttle/escape) +"WL" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures103" + }, +/area/shuttle/escape) +"Xc" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/shuttle/escape) +"Xn" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures98" + }, +/area/shuttle/escape) +"Xv" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 9 + }, +/obj/effect/turf_decal/tile/blue, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"XC" = ( +/obj/item/radio/intercom{ + dir = 4; + name = "Station Intercom (General)"; + pixel_y = 21 + }, +/obj/effect/turf_decal/tile/brown{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/shuttle/escape) +"XM" = ( /obj/structure/extinguisher_cabinet{ pixel_x = -5; pixel_y = 30 }, -/turf/open/floor/mineral/titanium, -/area/shuttle/escape) -"aR" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 +/obj/effect/turf_decal/tile/neutral{ + dir = 10 }, -/obj/machinery/light/small{ +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/turf/open/floor/mineral/titanium, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_trim" + }, /area/shuttle/escape) -"aS" = ( +"XN" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 6 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"Ya" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures85" + }, +/area/shuttle/escape) +"Yo" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures23" + }, +/area/shuttle/escape) +"Yp" = ( +/turf/closed/wall/mineral/titanium/custom/window/departures{ + icon_state = "departures44" + }, +/area/shuttle/escape) +"Yx" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures29" + }, +/area/shuttle/escape) +"Yy" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 9 + }, +/turf/open/floor/plasteel/dark{ + dir = 1; + icon_state = "darkfull_plate" + }, +/area/shuttle/escape) +"YT" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures34" + }, +/area/shuttle/escape) +"Ze" = ( /obj/structure/chair/comfy/shuttle{ dir = 8 }, -/obj/structure/window/reinforced{ +/obj/machinery/light, +/obj/effect/turf_decal/tile/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/escape) -"aT" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 4 +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_plate" }, -/obj/structure/window/reinforced{ - dir = 8 +/area/shuttle/escape) +"Zj" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures38" }, -/turf/open/floor/mineral/titanium/blue, /area/shuttle/escape) -"aW" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = -30 - }, -/turf/open/floor/mineral/titanium, -/area/shuttle/escape) -"aX" = ( -/obj/machinery/door/airlock/titanium{ - name = "Emergency Shuttle Cargo" - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/escape) -"aZ" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Emergency Shuttle Infirmary" - }, -/turf/open/floor/mineral/titanium/white, -/area/shuttle/escape) -"bb" = ( -/turf/open/floor/mineral/titanium/yellow, -/area/shuttle/escape) -"bc" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/turf/open/floor/mineral/titanium/yellow, -/area/shuttle/escape) -"bd" = ( -/obj/machinery/sleeper{ - dir = 8 - }, -/turf/open/floor/mineral/titanium/white, -/area/shuttle/escape) -"be" = ( -/obj/structure/table, -/obj/item/storage/firstaid/fire, +"Zx" = ( +/obj/structure/table/reinforced, /obj/item/storage/firstaid/regular{ pixel_x = 2; pixel_y = 3 }, /obj/item/crowbar, -/obj/structure/extinguisher_cabinet{ - pixel_x = 27 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/mineral/titanium/white, -/area/shuttle/escape) -"bf" = ( -/obj/structure/closet, -/turf/open/floor/mineral/titanium/yellow, -/area/shuttle/escape) -"bg" = ( -/obj/structure/closet/crate, -/turf/open/floor/mineral/titanium/yellow, -/area/shuttle/escape) -"bi" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/shuttle/engine/heater, -/turf/open/floor/plating/airless, -/area/shuttle/escape) -"bj" = ( -/turf/closed/wall/mineral/titanium/nodiagonal, -/area/shuttle/escape) -"bk" = ( -/obj/structure/shuttle/engine/propulsion, -/turf/open/floor/plating/airless, -/area/shuttle/escape) -"bl" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/escape) -"bm" = ( -/obj/structure/table, +/obj/item/storage/firstaid/fire, /obj/machinery/light{ dir = 8 }, -/turf/open/floor/mineral/titanium/blue, -/area/shuttle/escape) -"bn" = ( -/obj/machinery/light/small{ - dir = 1 +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" }, -/turf/open/floor/mineral/titanium, /area/shuttle/escape) -"bo" = ( -/obj/machinery/light/small, -/turf/open/floor/mineral/titanium, -/area/shuttle/escape) -"bp" = ( -/obj/machinery/light, -/turf/open/floor/mineral/titanium, -/area/shuttle/escape) -"bq" = ( -/obj/machinery/light/small{ - brightness = 3; - dir = 8 +"ZN" = ( +/turf/closed/wall/mineral/titanium/custom/departures{ + icon_state = "departures142" }, -/turf/open/floor/mineral/titanium/yellow, -/area/shuttle/escape) -"br" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/open/floor/mineral/titanium/yellow, -/area/shuttle/escape) -"bs" = ( -/obj/machinery/light/small{ - brightness = 3; - dir = 8 - }, -/turf/open/floor/mineral/titanium/white, -/area/shuttle/escape) -"ga" = ( -/turf/open/floor/mineral/titanium/white, -/area/shuttle/escape) -"XC" = ( -/obj/structure/closet/emcloset, -/turf/open/floor/mineral/titanium/white, /area/shuttle/escape) (1,1,1) = {" +qD +qD +qD +qD +qD +qD +qD +qD aa -aa -aa -aa -ad -ad -ad +qZ +ls +JI +vR +VH +pB ab -ad +Tw aj -ad -ac -ac -ac -ad +SC +qD +qD +qD +RF ak -ad -ak -ad -ad -ad -aa +Tw +lu +CR +yM +hG +oc "} (2,1,1) = {" -aa -ad -ad -ad -ad +qD +qD +qD +qD +qD +qD +qD +qD +Yp +TN +uD +Ad +mv aA aF -aG -ad -bn -ao -ao -ao -ao -ao bo -ad +bm +bn +iC +qD +qD +qD +sM +bo +bm bb bq bf -ad -ad +rN +dV "} (3,1,1) = {" +qD +qD +qD +qD +qD +qD +qD +Uc ad ae al aq -ad -aA +aq +aq aG aJ -ad -aQ -aC -aC -aC -aC -aC +DA aW -ad -bb -bb -bf +DY +aq +aq +aq +ZN +aW +DA +Rs +AM +Bj bi bk "} (4,1,1) = {" +qD +qD +qD +qD +qD +yx +cN +Zj ac af am ar -ad -aA -aG -aJ -ad -aC +jI +jI +fo +Ez +bm +XM aS +IC +IC +IC aS -aS -aS -aS -aC -aX -bb -bb +rZ +bm +KV +ug bg -bi -bk +Vf +AZ "} (5,1,1) = {" -ac +qD +to +cZ +fW +EK +Yo +gE +ag +ag ag aC as -ad -ac aH -ac -bj -aC +aH +aH +mS +bm +Yy aT aT aT aT aT -aC -ad +ny +bK bc br -bg -bi -bk +ja +cK +cQ "} (6,1,1) = {" -ac +fV +za +IL +nY +Zx +Eu +Yx +yu +oH ah -aC +IH at -ad +fM +aB aB -aC aK bm -aC -aC -aC -aC -aC -aC +ix +eF +eF +eF +eF +eF bp -az -ad -ad -ad -bi -bk +pq +AC +lM +Ev +NS +li "} (7,1,1) = {" -ac -ag -aC -aC +MQ +NR +gb +iS +Ke +Du +uk +vA ay -aC -aC -ao -aM -aC -aS -aS -aS -aS -aS -aC -ac +Wy +KL +jt +ay +xT +IK +Lx +nr +IF +bl +bl +bl +bl +bl +Nb +Hv XC bs -XC -bi -bk +he +cS +qd "} (8,1,1) = {" -ac +sL +Dx +HD +Ub +rY +HR +Ff +Il +oW ai ao -ao +hf az an -aC +Ls aM -aM -aC +Ru +lS aT aT aT aT aT -aC +ny aZ ga -ga -ga -bi -bk +FR +Mm +wo +ir "} (9,1,1) = {" -ad -ae +KT +bh +Er +It +rY +us +CZ +Hp +dq +XN ap au -ad -aD -aC -aC -aC -aC -aC -aC -aC -aC -aC -aC -ac -ga -ga -ga -bi -bk +bl +bl +bl +bl +bl +bl +eF +eF +eF +eF +eF +ny +EL +UI +fc +OO +Cd +Qv "} (10,1,1) = {" -aa -ad -ad -ad -ad -aE +HG +lX +hQ +Ub +rY +HR +gy +Pf +NO +TJ +ao +cj bl -an -an +bl +bl +LF +ib aR -am -am -am -am -am +pP +Cl aR -ac +Cl +pP +jK +yc bd be -bd -ad -ad +RK +LC +xd "} (11,1,1) = {" -aa -aa -aa -aa -ad -ac -ad -ac -ad -ad -ad -ac -ac -ac -ad -ad -ad -ac -ad -ac -ad -aa +Up +TG +pl +Xv +JQ +ys +Se +pi +pV +Wy +qp +ix +aT +aT +aT +ny +Uy +Kq +jt +wt +Kq +wt +na +Kq +wP +bd +dJ +zm +RD +Na +"} +(12,1,1) = {" +vU +zo +DQ +TU +xo +gV +QE +Ie +st +LJ +qj +cj +eF +eF +eF +bp +ao +Nv +ho +NK +NK +NK +iD +jH +Uk +bd +bd +LK +kX +ge +"} +(13,1,1) = {" +qD +RI +Ps +Bc +sv +MZ +Tv +yp +HO +qf +PH +Yy +bl +bl +bl +ny +sX +ed +Xc +cl +JG +eW +Ua +AV +Uk +bd +bd +yb +wp +sB +"} +(14,1,1) = {" +qD +qD +qD +qD +qD +JP +YT +SB +gk +WJ +CF +TA +sx +sx +sx +Ze +bm +vj +nN +dC +uT +LR +Cn +CM +Uk +iE +Bh +IG +Wh +xC +"} +(15,1,1) = {" +qD +qD +qD +qD +qD +qD +qD +HT +PG +cf +ci +KD +KD +KD +xK +lo +Fg +iO +Vw +KD +Ro +LY +Fo +Xn +Ly +sg +Qy +eI +Kg +mw +"} +(16,1,1) = {" +qD +qD +qD +qD +qD +qD +qD +qD +SP +wQ +ip +Vk +Ya +yn +Mo +WL +qB +Db +uP +qD +qD +qD +tZ +Fk +TV +oi +sz +Ip +As +eH +"} +(17,1,1) = {" +qD +qD +qD +qD +qD +qD +qD +qD +Eg +We +MT +VJ +GJ +WK +nC +hg +Gk +Nz +wd +qD +qD +qD +oU +xn +Tt +qJ +mB +BZ +VE +lO "} diff --git a/_maps/shuttles/escape_pod_default.dmm b/_maps/shuttles/escape_pod_default.dmm index ae8ef2abf..ea82d1aac 100644 --- a/_maps/shuttles/escape_pod_default.dmm +++ b/_maps/shuttles/escape_pod_default.dmm @@ -4,57 +4,96 @@ name = "Escape Pod Airlock" }, /obj/docking_port/mobile/pod{ - port_direction = 2; dwidth = 1; - width = 3; - height = 4 + height = 4; + port_direction = 2; + width = 3 }, /obj/structure/fans/tiny, -/turf/open/floor/mineral/titanium/blue, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/pod_1) +"d" = ( +/turf/closed/wall/mineral/titanium/custom/pod{ + icon_state = "pod6" + }, +/area/shuttle/pod_1) +"f" = ( +/turf/closed/wall/mineral/titanium/custom/pod{ + icon_state = "pod8" + }, +/area/shuttle/pod_1) +"g" = ( +/turf/closed/wall/mineral/titanium/custom/pod{ + icon_state = "pod3" + }, +/area/shuttle/pod_1) +"j" = ( +/turf/closed/wall/mineral/titanium/custom/pod{ + icon_state = "pod4" + }, /area/shuttle/pod_1) "B" = ( -/turf/closed/wall/mineral/titanium, +/turf/closed/wall/mineral/titanium/custom/pod{ + icon_state = "pod2" + }, /area/shuttle/pod_1) "G" = ( /obj/structure/chair/comfy/shuttle{ dir = 1 }, -/obj/machinery/status_display/evac{ - pixel_x = 32 - }, /obj/machinery/computer/shuttle/pod{ - pixel_x = -32 + dir = 4; + pixel_x = -19 + }, +/obj/item/radio/intercom{ + pixel_x = 26 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/pod_1) +"J" = ( +/turf/closed/wall/mineral/titanium/custom/pod{ + icon_state = "pod0" }, -/turf/open/floor/mineral/titanium/blue, /area/shuttle/pod_1) "Q" = ( -/obj/effect/spawner/structure/window/shuttle, -/turf/open/floor/plating, +/turf/closed/wall/mineral/titanium/custom/window/pod{ + icon_state = "pod1" + }, /area/shuttle/pod_1) "U" = ( /obj/structure/chair/comfy/shuttle{ dir = 1 }, -/obj/item/radio/intercom{ - pixel_x = 25 - }, /obj/item/storage/pod{ - pixel_x = -26 + dir = 8; + pixel_x = 30 }, -/obj/machinery/light/small{ +/obj/machinery/light{ dir = 8 }, -/turf/open/floor/mineral/titanium/blue, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/pod_1) +"W" = ( +/turf/closed/wall/mineral/titanium/custom/pod{ + icon_state = "pod5" + }, /area/shuttle/pod_1) "Z" = ( -/obj/structure/shuttle/engine/propulsion/burst, -/turf/closed/wall/mineral/titanium, +/turf/closed/wall/mineral/titanium/custom/pod{ + icon_state = "pod7" + }, /area/shuttle/pod_1) (1,1,1) = {" B -B -B +g +W Z "} (2,1,1) = {" @@ -64,8 +103,8 @@ U a "} (3,1,1) = {" -B -B -B -Z +J +d +j +f "} diff --git a/_maps/shuttles/ferry_fancy.dmm b/_maps/shuttles/ferry_fancy.dmm index d8f9e7cdf..938936c58 100644 --- a/_maps/shuttles/ferry_fancy.dmm +++ b/_maps/shuttles/ferry_fancy.dmm @@ -1,196 +1,674 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"a" = ( -/turf/template_noop, -/area/template_noop) -"b" = ( -/turf/closed/wall/mineral/titanium, -/area/shuttle/transport) -"c" = ( -/obj/effect/spawner/structure/window/shuttle, -/turf/open/floor/plating, -/area/shuttle/transport) -"d" = ( -/obj/machinery/door/airlock/external, -/obj/structure/fans/tiny, -/turf/open/floor/pod/dark, -/area/shuttle/transport) -"e" = ( -/obj/structure/shuttle/engine/propulsion/left{ - dir = 8 +"bx" = ( +/turf/closed/wall/mineral/titanium/custom/window/ferry{ + dir = 1; + icon_state = "ferry41" }, -/turf/open/floor/plating/airless, /area/shuttle/transport) -"f" = ( -/obj/structure/shuttle/engine/heater{ - dir = 8 +"bF" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry17" }, -/obj/structure/window/reinforced, -/turf/open/floor/plating/airless, /area/shuttle/transport) -"g" = ( -/obj/structure/chair/comfy/shuttle, -/turf/open/floor/pod/dark, -/area/shuttle/transport) -"h" = ( -/obj/machinery/light{ - dir = 1 +"cB" = ( +/turf/closed/wall/mineral/titanium/custom/window/ferry{ + dir = 1; + icon_state = "ferry2" }, -/turf/open/floor/pod/light, /area/shuttle/transport) -"i" = ( -/turf/open/floor/pod/light, -/area/shuttle/transport) -"j" = ( -/obj/structure/shuttle/engine/heater{ - dir = 8 +"fd" = ( +/turf/closed/wall/mineral/titanium/custom/window/ferry{ + dir = 1; + icon_state = "ferry29" }, -/obj/structure/window/reinforced{ +/area/shuttle/transport) +"gv" = ( +/obj/effect/turf_decal/loading_area/white{ + dir = 4; + icon_state = "loadingarea_white_flip" + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_plate" + }, +/area/shuttle/transport) +"hh" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry37" + }, +/area/shuttle/transport) +"hF" = ( +/obj/structure/chair/comfy/shuttle{ dir = 4 }, -/turf/open/floor/plating/airless, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/window/reinforced/survival_pod, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, /area/shuttle/transport) -"k" = ( -/obj/machinery/light/small, -/turf/open/floor/pod/light, +"hP" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry32" + }, /area/shuttle/transport) -"l" = ( -/obj/machinery/door/airlock/titanium, -/turf/open/floor/pod/light, +"iS" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry28" + }, /area/shuttle/transport) -"m" = ( +"jH" = ( +/turf/closed/wall/mineral/titanium/custom/window/ferry{ + dir = 1; + icon_state = "ferry3" + }, +/area/shuttle/transport) +"jI" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry19" + }, +/area/shuttle/transport) +"kh" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 5; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/shuttle/transport) +"kD" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/structure/window/reinforced/survival_pod{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 5; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/shuttle/transport) +"mw" = ( +/turf/closed/wall/mineral/titanium/custom/window/ferry{ + dir = 1; + icon_state = "ferry33" + }, +/area/shuttle/transport) +"mA" = ( +/turf/closed/wall/mineral/titanium/custom/window/ferry{ + dir = 1; + icon_state = "ferry34" + }, +/area/shuttle/transport) +"oc" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry7" + }, +/area/shuttle/transport) +"of" = ( +/turf/closed/wall/mineral/titanium/custom/window/ferry{ + dir = 1; + icon_state = "ferry1" + }, +/area/shuttle/transport) +"oN" = ( +/turf/template_noop, +/area/template_noop) +"oZ" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry24" + }, +/area/shuttle/transport) +"pc" = ( +/turf/closed/wall/mineral/titanium/custom/window/ferry{ + dir = 1; + icon_state = "ferry36" + }, +/area/shuttle/transport) +"qx" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry8" + }, +/area/shuttle/transport) +"qC" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry22" + }, +/area/shuttle/transport) +"qE" = ( +/turf/closed/wall/mineral/titanium/custom/window/ferry{ + dir = 1; + icon_state = "ferry35" + }, +/area/shuttle/transport) +"qF" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry20" + }, +/area/shuttle/transport) +"ry" = ( /obj/machinery/computer/shuttle/ferry/request{ dir = 8 }, -/turf/open/floor/pod/dark, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/structure/window/reinforced/survival_pod, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole_alt" + }, /area/shuttle/transport) -"n" = ( -/obj/machinery/door/airlock/titanium, +"uw" = ( +/turf/closed/wall/mineral/titanium/custom/window/ferry{ + dir = 1; + icon_state = "ferry21" + }, +/area/shuttle/transport) +"vp" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry23" + }, +/area/shuttle/transport) +"vy" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry25" + }, +/area/shuttle/transport) +"wR" = ( +/obj/machinery/door/airlock/shuttle{ + name = "ferry airlock"; + req_access_txt = "101" + }, +/obj/structure/fans/tiny, /obj/docking_port/mobile{ dir = 8; - dwidth = 2; + dwidth = 3; height = 13; id = "ferry"; name = "ferry shuttle"; - port_direction = 1; - preferred_direction = 4; - width = 5 + preferred_direction = 8; + width = 7 + }, +/obj/effect/turf_decal/delivery/white, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" }, -/turf/open/floor/pod/light, /area/shuttle/transport) -"o" = ( +"xZ" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry13" + }, +/area/shuttle/transport) +"yR" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry14" + }, +/area/shuttle/transport) +"zV" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/palebush, +/obj/structure/window/reinforced/fulltile, +/turf/open/floor/grass, +/area/shuttle/transport) +"Ax" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry15" + }, +/area/shuttle/transport) +"AD" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry40" + }, +/area/shuttle/transport) +"AS" = ( +/obj/machinery/door/airlock/shuttle{ + name = "ferry storage"; + req_access_txt = "101" + }, +/obj/effect/turf_decal/delivery/white, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/transport) +"CX" = ( /obj/structure/shuttle/engine/heater{ dir = 8 }, -/obj/structure/window/reinforced{ - dir = 1; - pixel_y = 1 - }, -/turf/open/floor/plating/airless, -/area/shuttle/transport) -"p" = ( -/obj/structure/chair/comfy/shuttle{ +/obj/structure/window/reinforced/survival_pod{ dir = 1 }, +/obj/structure/window/reinforced/survival_pod, +/obj/structure/window/reinforced/survival_pod{ + dir = 4 + }, +/obj/structure/flora/crystal/medium/growth{ + icon_state = "crystalgrowth2" + }, /turf/open/floor/pod/dark, /area/shuttle/transport) -"q" = ( -/obj/machinery/light, -/turf/open/floor/pod/light, +"Fq" = ( +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, /area/shuttle/transport) -"r" = ( -/obj/machinery/door/airlock/external, -/obj/structure/fans/tiny, -/turf/open/floor/pod/light, +"Fr" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry16" + }, +/area/shuttle/transport) +"GK" = ( +/turf/closed/wall/mineral/titanium/custom/window/ferry{ + dir = 1; + icon_state = "ferry30" + }, +/area/shuttle/transport) +"GN" = ( +/turf/closed/wall/mineral/titanium/custom/window/ferry{ + dir = 1; + icon_state = "ferry31" + }, +/area/shuttle/transport) +"IB" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry12" + }, +/area/shuttle/transport) +"IR" = ( +/obj/effect/turf_decal/bot, +/obj/structure/closet/crate, +/obj/item/storage/toolbox/mechanical, +/obj/item/toy/plush/lizardplushie/arctaisia, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_whole_alt" + }, +/area/shuttle/transport) +"LT" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 1; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/shuttle/transport) +"Mu" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/structure/window/reinforced/survival_pod{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + color = "#55391A"; + dir = 9; + icon_state = "siding_wood_line"; + name = "wood" + }, +/turf/open/floor/wood{ + icon_state = "wood_parquet"; + name = "parquet" + }, +/area/shuttle/transport) +"MI" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "trim"; + name = "trim" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/shuttle/transport) +"MY" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry11" + }, +/area/shuttle/transport) +"Na" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry5" + }, +/area/shuttle/transport) +"OB" = ( +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/shuttle/transport) +"Qx" = ( +/turf/closed/wall/mineral/titanium/custom/window/ferry{ + dir = 1; + icon_state = "ferry4" + }, +/area/shuttle/transport) +"Rt" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry38" + }, +/area/shuttle/transport) +"Sg" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "half_stairs"; + name = "steps" + }, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain_corner"; + name = "drain" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_decals_central6_corner"; + name = "maintenance hatch" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/shuttle/transport) +"SB" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry26" + }, +/area/shuttle/transport) +"Tb" = ( +/turf/closed/wall/mineral/titanium/custom/window/ferry{ + dir = 1; + icon_state = "ferry0" + }, +/area/shuttle/transport) +"Tr" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "trim"; + name = "trim" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/shuttle/transport) +"TT" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry10" + }, +/area/shuttle/transport) +"Uu" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "trim"; + name = "trim" + }, +/turf/open/floor/plasteel/dark{ + dir = 8; + icon_state = "darkfull_plate" + }, +/area/shuttle/transport) +"UV" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry9" + }, +/area/shuttle/transport) +"Vq" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry18" + }, +/area/shuttle/transport) +"VV" = ( +/obj/machinery/computer{ + dir = 4 + }, +/turf/open/floor/plasteel/dark{ + dir = 4; + icon_state = "darkfull_whole" + }, +/area/shuttle/transport) +"WS" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry27" + }, +/area/shuttle/transport) +"Yi" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry6" + }, +/area/shuttle/transport) +"Zj" = ( +/obj/item/radio/intercom{ + freerange = 1; + listening = 0; + name = "Custom Channel"; + pixel_y = 19 + }, +/turf/open/floor/plasteel/dark{ + icon_state = "darkfull_trim" + }, +/area/shuttle/transport) +"ZJ" = ( +/turf/closed/wall/mineral/titanium/custom/ferry{ + dir = 1; + icon_state = "ferry39" + }, /area/shuttle/transport) (1,1,1) = {" -a -a -e -a -a +oN +oN +oN +oN +oN +oN +oN "} (2,1,1) = {" -a -e -j -e -a +oN +hh +WS +SB +jI +Ax +oN "} (3,1,1) = {" -a -f -i -o -a +bx +Rt +VV +CX +IR +Fr +Qx "} (4,1,1) = {" -a -b -k -b -a +mw +ZJ +MI +Uu +Tr +bF +Tb "} (5,1,1) = {" -b -b -l -b -b +mA +AD +qF +AS +xZ +Vq +of "} (6,1,1) = {" -c -g -i -p -c +qE +hP +Sg +OB +LT +IB +cB "} (7,1,1) = {" -b -g -i -p -b +pc +iS +hF +OB +Fq +Na +jH "} (8,1,1) = {" -b -h -i -i -b +oN +fd +ry +OB +kD +Yi +oN "} (9,1,1) = {" -d -i -m -i -r +oN +GK +uw +OB +Mu +oc +oN "} (10,1,1) = {" -b -i -i -q -b +oN +GN +qC +OB +Fq +qx +oN "} (11,1,1) = {" -b -g -i -p -b +oN +oN +vp +Zj +kh +UV +oN "} (12,1,1) = {" -c -g -i -p -c +oN +oN +oZ +gv +zV +TT +oN "} (13,1,1) = {" -b -c -n -c -b +oN +oN +vy +wR +yR +MY +oN "} diff --git a/code/__DEFINES/access.dm b/code/__DEFINES/access.dm index bef808698..bae6eab9c 100644 --- a/code/__DEFINES/access.dm +++ b/code/__DEFINES/access.dm @@ -67,6 +67,10 @@ #define ACCESS_ENTER_GENPOP 69 #define ACCESS_LEAVE_GENPOP 70 #define ACCESS_PSYCH 71 +#define ACCESS_LAMBENT 72 +#define ACCESS_BARBER 73 +#define ACCESS_BARISTA 74 + //BEGIN CENTCOM ACCESS /*Should leave plenty of room if we need to add more access levels. diff --git a/code/__DEFINES/jobs.dm b/code/__DEFINES/jobs.dm index 86dd868a4..d00bb5b32 100644 --- a/code/__DEFINES/jobs.dm +++ b/code/__DEFINES/jobs.dm @@ -14,6 +14,7 @@ #define CYBORG (1<<10) #define JR_OFFICER (1<<11) #define JR_ENGINEER (1<<12) +#define LAMBENT (1<<13) #define MEDSCI (1<<1) @@ -46,6 +47,8 @@ #define CLOWN (1<<11) #define MIME (1<<12) #define ASSISTANT (1<<13) +#define BARBER (1<<14) +#define BARISTA (1<<15) #define JOB_AVAILABLE 0 #define JOB_UNAVAILABLE_GENERIC 1 @@ -53,4 +56,4 @@ #define JOB_UNAVAILABLE_PLAYTIME 3 #define JOB_UNAVAILABLE_ACCOUNTAGE 4 #define JOB_UNAVAILABLE_SLOTFULL 5 -#define JOB_UNAVAILABLE_WHITELIST 6 \ No newline at end of file +#define JOB_UNAVAILABLE_WHITELIST 6 diff --git a/code/game/area/Space_Station_13_areas.dm b/code/game/area/Space_Station_13_areas.dm index cf85e0235..b724b3acd 100644 --- a/code/game/area/Space_Station_13_areas.dm +++ b/code/game/area/Space_Station_13_areas.dm @@ -446,7 +446,7 @@ NOTE: there are two lists of areas in the end of this file: centcom and station /area/crew_quarters/lounge name = "Lounge" - icon_state = "yellow" + icon_state = "lounge" /area/crew_quarters/fitness name = "Fitness Room" @@ -495,6 +495,10 @@ NOTE: there are two lists of areas in the end of this file: centcom and station name = "Theatre" icon_state = "Theatre" +/area/crew_quarters/theatre/main + name = "Entertainment Theatre" + icon_state = "Theatre" + /area/crew_quarters/theatre/abandoned name = "Abandoned Theatre" icon_state = "Theatre" @@ -1372,7 +1376,7 @@ NOTE: there are two lists of areas in the end of this file: centcom and station name = "Xenoarchaeology Medical" icon_state = "xenomed" -//Pool +//Pool and Hyper additions /area/crew_quarters/fitness/pool name = "Pool Area" icon_state = "pool" @@ -1384,11 +1388,25 @@ NOTE: there are two lists of areas in the end of this file: centcom and station /area/arcade name = "Arcade" - icon_state = "yellow" + icon_state = "arcade" -/area/artatrium - name = "Art Atrium" - icon_state = "library" +/area/medical/psych/ward + name = "Psychology Ward" + +/area/medical/psych/therapy + name = "Therapy Office" + +/area/medical/psych/rec + name = "Psychology Recreation" + +/area/medical/psych/lobby + name = "Psychology Lobby" + +/area/medical/psych/roomA + name = "Physchology Dorm A" + +/area/medical/psych/roomB + name = "Physchology Dorm A" //Diner /area/diner diff --git a/code/game/area/areas/layenia.dm b/code/game/area/areas/layenia.dm index 7cf100d88..ff8cda8c6 100644 --- a/code/game/area/areas/layenia.dm +++ b/code/game/area/areas/layenia.dm @@ -10,6 +10,12 @@ area/layenia atmos = FALSE flags_1 = NONE +area/layenia/cave + name = "Layenia Caves" + icon_state = "mining" + outdoors = FALSE + dynamic_lighting = DYNAMIC_LIGHTING_FORCED + area/layenia/cloudlayer name = "Layenia clouds" icon_state = "space" diff --git a/code/game/machinery/announcement_system.dm b/code/game/machinery/announcement_system.dm index b521eb153..5ace33c71 100644 --- a/code/game/machinery/announcement_system.dm +++ b/code/game/machinery/announcement_system.dm @@ -102,6 +102,13 @@ GLOBAL_LIST_EMPTY(announcement_systems) else if(message_type == "ARRIVALS_BROKEN") message = "The arrivals shuttle has been damaged. Docking for repairs..." + //Hyper edit + else if (message_type == "ONDUTY") + message = CompileText(onduty, user, rank) + else if (message_type == "OFFDUTY") + message = CompileText(offduty, user, rank) + //Hyper edit end + if(channels.len == 0) radio.talk_into(src, message, null) else diff --git a/code/game/machinery/doors/shutters.dm b/code/game/machinery/doors/shutters.dm index 62dd484df..3dc863958 100644 --- a/code/game/machinery/doors/shutters.dm +++ b/code/game/machinery/doors/shutters.dm @@ -11,8 +11,9 @@ openSound = 'hyperstation/sound/machines/shutter.ogg' closeSound = 'hyperstation/sound/machines/shutter.ogg' +// temporarily changing it to open alt so you can see things on tables that also have shutters above them until I can figure some alternatives out. /obj/machinery/door/poddoor/shutters/preopen - icon_state = "open" + icon_state = "open_alt" density = FALSE opacity = 0 @@ -68,3 +69,8 @@ /obj/machinery/door/poddoor/shutters/window/preopen icon_state = "open" density = FALSE + +//my not so successful attempt to make the new shutters let you see what's under them when above tables. +/obj/machinery/door/poddoor/shutters/preopen/alt + icon_state = "open_alt" + density = FALSE \ No newline at end of file diff --git a/code/game/objects/effects/contraband.dm b/code/game/objects/effects/contraband.dm index e1a9a416a..329567935 100644 --- a/code/game/objects/effects/contraband.dm +++ b/code/game/objects/effects/contraband.dm @@ -408,6 +408,21 @@ desc = "A poster advertising a movie about some masked men." icon_state = "poster44" +/obj/structure/sign/poster/contraband/moffuchis_pizza + name = "Moffy's Pizzeria" + desc = "Moffy's Pizzeria™: family style pizza for 2 centuries." + icon_state = "poster45" + +/obj/structure/sign/poster/contraband/donk_co + name = "DONK CO. BRAND MICROWAVEABLE FOOD" + desc = "DONK CO. BRAND MICROWAVABLE FOOD: MADE BY STARVING COLLEGE STUDENTS, FOR STARVING COLLEGE STUDENTS." + icon_state = "poster46" + +/obj/structure/sign/poster/contraband/cybersun_six_hundred + name = "Saibāsan: 600 Years Commemorative Poster" + desc = "An artistic poster commemorating 600 years of continual business for Cybersun Industries." + icon_state = "poster47" + /obj/structure/sign/poster/official poster_item_name = "motivational poster" poster_item_desc = "An official Nanotrasen-issued poster to foster a compliant and obedient workforce. It comes with state-of-the-art adhesive backing, for easy pinning to any vertical surface." @@ -594,4 +609,29 @@ desc = "This informational poster teaches the viewer what carbon dioxide is." icon_state = "poster35_legit" +/obj/structure/sign/poster/official/moth_hardhat + name = "Safety Moth - Hardhats" + desc = "This informational poster uses Safety Moth™ to tell the viewer to wear hardhats in cautious areas. \"It's like a lamp for your head!\"" + icon_state = "poster36_legit" + +/obj/structure/sign/poster/official/moth_piping + name = "Safety Moth - Piping" + desc = "This informational poster uses Safety Moth™ to tell atmospheric technicians correct types of piping to be used. \"Pipes, not Pumps! Proper pipe placement prevents poor performance!\"" + icon_state = "poster37_legit" + +/obj/structure/sign/poster/official/moth_meth + name = "Safety Moth - Methamphetamine" + desc = "This informational poster uses Safety Moth™ to tell the viewer to seek CMO approval before cooking methamphetamine. \"Stay close to the target temperature, and never go over!\" ...You shouldn't ever be making this." + icon_state = "poster38_legit" + +/obj/structure/sign/poster/official/moth_epi + name = "Safety Moth - Epinephrine" + desc = "This informational poster uses Safety Moth™ to inform the viewer to help injured/deceased crewmen with their epinephrine injectors. \"Prevent organ rot with this one simple trick!\"" + icon_state = "poster39_legit" + +/obj/structure/sign/poster/official/corporate_perks_vacation + name = "Nanotrasen Corporate Perks: Vacation" + desc = "You wish you were here? You can be, Plan today and get 10% off your next vacation on us." + icon_state = "poster40_legit" + #undef PLACE_SPEED diff --git a/code/game/objects/effects/decals/turfdecal/weather.dm b/code/game/objects/effects/decals/turfdecal/weather.dm index 9e8da6a3f..1469d1a7b 100644 --- a/code/game/objects/effects/decals/turfdecal/weather.dm +++ b/code/game/objects/effects/decals/turfdecal/weather.dm @@ -9,4 +9,24 @@ /obj/effect/turf_decal/weather/snow/corner name = "snow corner piece" icon = 'icons/turf/snow.dmi' - icon_state = "snow_corner" \ No newline at end of file + icon_state = "snow_corner" + +/obj/effect/turf_decal/weather/grass + name = "grass box piece" + icon = 'icons/turf/grass.dmi' + icon_state = "grass_box" + +/obj/effect/turf_decal/weather/grass/line + name = "grass line piece" + icon = 'icons/turf/grass.dmi' + icon_state = "grass_line" + +/obj/effect/turf_decal/weather/grass/corner + name = "grass corner piece" + icon = 'icons/turf/grass.dmi' + icon_state = "grass_corner" + +/obj/effect/turf_decal/weather/grass/surround + name = "grass surround piece" + icon = 'icons/turf/grass.dmi' + icon_state = "grass_surround" \ No newline at end of file diff --git a/code/game/objects/items/cosmetics.dm b/code/game/objects/items/cosmetics.dm index 254827d7b..19aec6973 100644 --- a/code/game/objects/items/cosmetics.dm +++ b/code/game/objects/items/cosmetics.dm @@ -126,7 +126,7 @@ H.update_body() else ..() - +/* SKYRAT EDIT REMOVAL /obj/item/razor name = "electric razor" desc = "The latest and greatest power razor born from the science of shaving." @@ -216,4 +216,5 @@ else ..() else - ..() \ No newline at end of file + ..() +*/ diff --git a/code/game/objects/items/dyekit.dm b/code/game/objects/items/dyekit.dm index 99bc80eb5..3087f7599 100644 --- a/code/game/objects/items/dyekit.dm +++ b/code/game/objects/items/dyekit.dm @@ -4,6 +4,8 @@ icon = 'icons/obj/dyespray.dmi' icon_state = "dyespray" + var/uses = 10 //SKYRAT EDIT ADDITION + /obj/item/dyespray/attack_self(mob/user) dye(user) @@ -21,6 +23,10 @@ /obj/item/dyespray/proc/dye(mob/target) if(!ishuman(target)) return + + if(!uses) //SKYRAT EDIT ADDITION + return //SKYRAT EDIT ADDITION + var/mob/living/carbon/human/human_target = target var/new_hair_color = input(usr, "Choose a base hair color:", "Character Preference","#"+human_target.hair_color) as color|null @@ -42,4 +48,13 @@ if(!do_after(usr, 30, target = human_target)) return playsound(src, 'sound/effects/spray.ogg', 5, TRUE, 5) - human_target.update_hair() \ No newline at end of file + human_target.update_hair() + + //SKYRAT EDIT ADDITION + uses-- + +/obj/item/dyespray/examine(mob/user) + . = ..() + . += "It has [uses] uses left." + + //SKYRAT EDIT END diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index 5289fdb5e..34c39fa8b 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -657,6 +657,34 @@ item_state = "moffplush" squeak_override = list('modular_citadel/sound/voice/scream_moth.ogg' = 1) +/obj/item/toy/plush/mothplushie/moffplush/safetymoth + name = "Safety Moth" + desc = "A limited edition Safety Moth™ plush, Can you collect them all?" + icon_state = "safetymoth" + item_state = "safetymoth" + squeak_override = list('modular_citadel/sound/voice/scream_moth.ogg' = 1) + +/obj/item/toy/plush/mothplushie/moffplush/safetymoth_engineer + name = "Engineer Safety Moth" + desc = "A limited edition Engineer Safety Moth™ plush, Can you collect them all?" + icon_state = "safetymoth_engineer" + item_state = "safetymoth_engineer" + squeak_override = list('modular_citadel/sound/voice/scream_moth.ogg' = 1) + +/obj/item/toy/plush/mothplushie/moffplush/safetymoth_doctor + name = "Doctor Safety Moth" + desc = "A limited edition Doctor Safety Moth™ plush, Can you collect them all?" + icon_state = "safetymoth_doctor" + item_state = "safetymoth_doctor" + squeak_override = list('modular_citadel/sound/voice/scream_moth.ogg' = 1) + +/obj/item/toy/plush/mothplushie/moffplush/Moffy + name = "Chef Moffy plushie" + desc = "A rebranded Safety Moth™ plush by there sister company Moffy's Pizzeria Entertainment™" + icon_state = "Moffy" + item_state = "Moffy" + squeak_override = list('modular_citadel/sound/voice/scream_moth.ogg' = 1) + /obj/item/toy/plush/xeno name = "xenohybrid plushie" desc = "An adorable stuffed toy that resmembles a xenomorphic crewmember." @@ -766,6 +794,15 @@ item_state = "kenk" squeak_override = list('modular_citadel/sound/voice/merp.ogg' = 1) +/obj/item/toy/plush/enchanted + name = "glowing book plushie" + desc = "This book is so powerful, you can't open it." + young = TRUE + icon_state = "bookenchanted" + item_state = "bookenchanted" + squeak_override = list('hyperstation/sound/effects/enchant.ogg' = 1) + attack_verb = list("enchants", "mystifies", "disenchants", "fails to enchant", "doesn't have enough XP to enchant", "bonks") + /obj/item/toy/plush/sergal name = "sergal plushie" desc = "An adorable stuffed plushie that resembles a sagaru." @@ -948,6 +985,13 @@ icon_state = "marisol" item_state = "marisol" +/obj/item/toy/plush/mammal/freddy + name = "felix fastbear plushie" + desc = "An adorable bear plushie that resembles felix fastbear from Moffy's Pizzeria Entertainment™" + icon_state = "freddy" + item_state = "freddy" + squeak_override = list('sound/items/toysqueak1.ogg' = 1) + /obj/item/toy/plush/catgirl name = "feline plushie" desc = "An adorable stuffed toy that resembles a feline." diff --git a/code/game/objects/items/stacks/sheets/sheet_types.dm b/code/game/objects/items/stacks/sheets/sheet_types.dm index 87c3e3719..309b74539 100644 --- a/code/game/objects/items/stacks/sheets/sheet_types.dm +++ b/code/game/objects/items/stacks/sheets/sheet_types.dm @@ -49,6 +49,13 @@ GLOBAL_LIST_INIT(metal_recipes, list ( \ new/datum/stack_recipe("sofa (corner)", /obj/structure/chair/sofa/corner, one_per_turf = TRUE, on_floor = TRUE) \ )), \ //END OF CIT CHANGES + new/datum/stack_recipe_list("bench", \ + list( \ + new/datum/stack_recipe("bench (middle)", /obj/structure/chair/bench/metal, one_per_turf = TRUE, on_floor = TRUE), \ + new/datum/stack_recipe("bench (left)", /obj/structure/chair/bench/metal/left, one_per_turf = TRUE, on_floor = TRUE), \ + new/datum/stack_recipe("bench (right)", /obj/structure/chair/bench/metal/right, one_per_turf = TRUE, on_floor = TRUE), \ + )), \ + null, \ new/datum/stack_recipe("bed", /obj/structure/bed, 2, one_per_turf = TRUE, on_floor = TRUE), \ null, \ //add this when I can find a way to make them easily constructible > new/datum/stack_recipe("sink", /obj/structure/sink, 2, one_per_turf = TRUE, on_floor = TRUE), diff --git a/code/game/objects/items/storage/backpack.dm b/code/game/objects/items/storage/backpack.dm index ec113b580..629f19771 100644 --- a/code/game/objects/items/storage/backpack.dm +++ b/code/game/objects/items/storage/backpack.dm @@ -177,6 +177,24 @@ icon_state = "cheeseburgerbackpack" item_state = "cheeseburgerbackpack" +/obj/item/storage/backpack/lambent + name = "holostorage drone" + desc = "A small drone capable of digitizing matter and remaking it on the fly for incredibly-compressed storage, beyond the limits of Bluespace. It follows it's owner closeby." + icon_state = "lambentbackpack" + item_state = "lambentbackpack" + //component_type + resistance_flags = LAVA_PROOF|FIRE_PROOF|UNACIDABLE + alternate_worn_layer = BODY_BEHIND_LAYER //So the drone appears behind the wearer + +/obj/item/storage/backpack/lambent/dropped(mob/user) + src.icon_state = "lambentbackpack_off" + playsound(user, 'sound/items/fulext_deploy.wav', 50, 1) + +/obj/item/storage/backpack/lambent/pickup(mob/living/user) + src.icon_state = "lambentbackpack" + playsound(user, 'sound/items/dronedeploy.ogg', 50, 1) + + /* * Satchel Types */ @@ -195,6 +213,23 @@ /obj/item/storage/backpack/satchel/leather/withwallet/PopulateContents() new /obj/item/storage/wallet/random(src) +/obj/item/storage/backpack/satchel/lambent + name = "holostorage drone" + desc = "A small drone capable of digitizing matter and remaking it on the fly for incredibly-compressed storage, beyond the limits of Bluespace. It follows it's owner closeby." + icon_state = "lambentsatchel" + item_state = "lambentsatchel" + //component_type + resistance_flags = LAVA_PROOF|FIRE_PROOF|UNACIDABLE + alternate_worn_layer = BODY_BEHIND_LAYER //So the drone appears behind the wearer + +/obj/item/storage/backpack/satchel/lambent/dropped(mob/user) + src.icon_state = "lambentsatchel_off" + playsound(user, 'sound/items/fulext_deploy.wav', 50, 1) + +/obj/item/storage/backpack/satchel/lambent/pickup(mob/living/user) + src.icon_state = "lambentsatchel" + playsound(user, 'sound/items/dronedeploy.ogg', 50, 1) + /obj/item/storage/backpack/satchel/eng name = "industrial satchel" desc = "A tough satchel with extra pockets." @@ -340,6 +375,23 @@ var/datum/component/storage/STR = GetComponent(/datum/component/storage) STR.max_combined_w_class = 30 +/obj/item/storage/backpack/duffelbag/lambent + name = "holostorage drone" + desc = "A small drone capable of digitizing matter and remaking it on the fly for incredibly-compressed storage, beyond the limits of Bluespace. It follows it's owner closeby." + icon_state = "lambentduffel" + item_state = "lambentduffel" + //component_type + resistance_flags = LAVA_PROOF|FIRE_PROOF|UNACIDABLE + alternate_worn_layer = BODY_BEHIND_LAYER //So the drone appears behind the wearer + +/obj/item/storage/backpack/duffelbag/lambent/dropped(mob/user) + src.icon_state = "lambentduffel_off" + playsound(user, 'sound/items/fulext_deploy.wav', 50, 1) + +/obj/item/storage/backpack/duffelbag/lambent/pickup(mob/living/user) + src.icon_state = "lambentduffel" + playsound(user, 'sound/items/dronedeploy.ogg', 50, 1) + /obj/item/storage/backpack/duffelbag/captain name = "captain's duffel bag" desc = "A large duffel bag for holding extra captainly goods." @@ -365,7 +417,7 @@ new /obj/item/cautery(src) new /obj/item/surgical_drapes(src) new /obj/item/clothing/mask/surgical(src) - new /obj/item/razor(src) + //new /obj/item/razor(src) new /obj/item/reagent_containers/medspray/sterilizine(src) /obj/item/storage/backpack/duffelbag/sec diff --git a/code/game/objects/items/tools/weldingtool.dm b/code/game/objects/items/tools/weldingtool.dm index 9b43af283..b5c5a3585 100644 --- a/code/game/objects/items/tools/weldingtool.dm +++ b/code/game/objects/items/tools/weldingtool.dm @@ -299,6 +299,7 @@ name = "industrial welding tool" desc = "A slightly larger welder with a larger tank." icon_state = "indwelder" + item_state = "indwelder" max_fuel = 40 materials = list(MAT_GLASS=60) @@ -315,6 +316,7 @@ name = "emergency welding tool" desc = "A miniature welder used during emergencies." icon_state = "miniwelder" + item_state = "miniwelder" max_fuel = 10 w_class = WEIGHT_CLASS_TINY materials = list(MAT_METAL=30, MAT_GLASS=10) diff --git a/code/game/objects/structures/mirror.dm b/code/game/objects/structures/mirror.dm index 009c1ca59..b9b5b4b71 100644 --- a/code/game/objects/structures/mirror.dm +++ b/code/game/objects/structures/mirror.dm @@ -14,6 +14,7 @@ if(icon_state == "mirror_broke" && !broken) obj_break(null, mapload) +/* SKYRAT EDIT REMOVAL /obj/structure/mirror/attack_hand(mob/user) . = ..() if(.) @@ -44,7 +45,7 @@ H.hair_style = new_style H.update_hair() - +*/ /obj/structure/mirror/examine_status(mob/user) if(broken) return // no message spam diff --git a/code/game/objects/structures/signs/_signs.dm b/code/game/objects/structures/signs/_signs.dm index c122201fd..c4da2997d 100644 --- a/code/game/objects/structures/signs/_signs.dm +++ b/code/game/objects/structures/signs/_signs.dm @@ -133,4 +133,9 @@ /obj/structure/sign/logo/kinaris name = "kinaris logo" desc = "The Kinaris corprate logo. Radiant." - icon_state = "kinaris_sign1" \ No newline at end of file + icon_state = "kinaris_sign1" + +/obj/structure/sign/logo/cpr + name = "Challenge Pissing Room" + desc = "The league of challenge pissing" + icon_state = "CPR_sign1" \ No newline at end of file diff --git a/code/game/turfs/simulated/chasm.dm b/code/game/turfs/simulated/chasm.dm index 80216c03a..88211a9fb 100644 --- a/code/game/turfs/simulated/chasm.dm +++ b/code/game/turfs/simulated/chasm.dm @@ -129,6 +129,7 @@ planetary_atmos = TRUE initial_gas_mix = FROZEN_ATMOS density = FALSE + vis_flags = 8 /turf/open/chasm/cloud/Initialize() . = ..() diff --git a/code/game/turfs/simulated/floor/fancy_floor.dm b/code/game/turfs/simulated/floor/fancy_floor.dm index abe6c1b66..f304f1f03 100644 --- a/code/game/turfs/simulated/floor/fancy_floor.dm +++ b/code/game/turfs/simulated/floor/fancy_floor.dm @@ -85,10 +85,16 @@ var/ore_type = /obj/item/stack/ore/glass var/turfverb = "uproot" tiled_dirt = FALSE + var/floor_variance = 50 + var/quantity_of_available_tiles = 2 + var/environment_type = "grass" /turf/open/floor/grass/Initialize() + var/proper_name = name . = ..() - update_icon() + name = proper_name + if(prob(floor_variance)) + icon_state = "[environment_type][rand(0,quantity_of_available_tiles)]" /turf/open/floor/grass/attackby(obj/item/C, mob/user, params) if((C.tool_behaviour == TOOL_SHOVEL) && params) diff --git a/code/game/turfs/simulated/floor/plating/asteroid.dm b/code/game/turfs/simulated/floor/plating/asteroid.dm index 78520bbfd..ede13468f 100644 --- a/code/game/turfs/simulated/floor/plating/asteroid.dm +++ b/code/game/turfs/simulated/floor/plating/asteroid.dm @@ -387,7 +387,7 @@ bullet_bounce_sound = null digResult = /obj/item/stack/ore/glass/basalt floor_variance = 50 //This means 50% chance of variating from the default tile. - quantity_of_available_tiles = 4 + quantity_of_available_tiles = 5 //light_range = 2 //light_power = 0.15 //light_color = LIGHT_COLOR_WHITE diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 072872469..592b84942 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -1336,9 +1336,14 @@ GLOBAL_LIST_EMPTY(preferences_datums) if(jobban_isbanned(user, rank)) HTML += "[rank] BANNED" continue + //Hyperstation Edit - Whitelisted roles if((rank in GLOB.silly_positions) && (!sillyroles)) HTML += "[rank] WHITELIST" continue + if((rank in GLOB.important_positions) && (!importantroles)) //TODO: make whitelists a bit more accurate than "silly" and "important" + HTML += "[rank] WHITELIST" + continue + //Hyperstation Edit end var/required_playtime_remaining = job.required_playtime_remaining(user.client) if(required_playtime_remaining) HTML += "[rank] \[ [get_exp_format(required_playtime_remaining)] as [job.get_exp_req_type()] \] " diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index b56cb7a95..6e002119b 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -28,6 +28,46 @@ allowed = list (/obj/item/gun/energy/laser/redtag) resistance_flags = NONE +/* + * Posshim's Corpus atire + */ +/obj/item/clothing/suit/hooded/corpus/ + name = "Standard Voidsuit" + desc = "Standard issue voidsuit in the name of Grofit!" + icon_state = "corpus" + item_state = "armor" + body_parts_covered = CHEST|GROIN|LEGS|ARMS|FEET|HANDS + hoodtype = /obj/item/clothing/head/hooded/corpus + flags_inv = HIDEGLOVES|HIDESHOES|HIDEJUMPSUIT //"Hide shoes" but digi shoes dont get hidden, too bad! + min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT + mutantrace_variation = NO_MUTANTRACE_VARIATION //There is no need for a digi variant, it's a costume + +/obj/item/clothing/suit/hooded/corpus/s //sec + name = "Enforcer Voidsuit" + desc = "Delux issue grofit voidsuit. Let the middle class know You're in charge." + icon_state = "corpuss" + hoodtype = /obj/item/clothing/head/hooded/corpus/s //Enjoy this nice red outfit Kinaris! There is NO NEED for a pink one! xoxo -VivI Fanteriso + +/obj/item/clothing/suit/hooded/corpus/c //command + name = "Commander Voidsuit" + desc = "Premium issue correctional worker attire. Grease the gears of production." + icon_state = "corpusc" + hoodtype = /obj/item/clothing/head/hooded/corpus/c + +/obj/item/clothing/head/hooded/corpus + name = "Voidsuit helmet" + desc = "galvanized reinforced helm to protect against the elements" + icon_state = "corpus" + body_parts_covered = HEAD + flags_inv = HIDEHAIR|HIDEEARS|HIDEFACIALHAIR|HIDEFACE|HIDEMASK|HIDESNOUT|HIDENECK //hide your ugly face with this one simple trick! + min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT + +/obj/item/clothing/head/hooded/corpus/s //sec + icon_state = "corpuss" + +/obj/item/clothing/head/hooded/corpus/c //command + icon_state = "corpusc" + /* * Costume */ diff --git a/code/modules/jobs/access.dm b/code/modules/jobs/access.dm index cd8ac3df9..fe8414b80 100644 --- a/code/modules/jobs/access.dm +++ b/code/modules/jobs/access.dm @@ -127,13 +127,13 @@ return list(ACCESS_CENT_GENERAL, ACCESS_CENT_LIVING, ACCESS_CENT_BAR) /proc/get_all_accesses() - return list(ACCESS_SECURITY, ACCESS_SEC_DOORS, ACCESS_BRIG, ACCESS_ARMORY, ACCESS_FORENSICS_LOCKERS, ACCESS_COURT, ACCESS_ENTER_GENPOP, ACCESS_LEAVE_GENPOP, + return list(ACCESS_SECURITY, ACCESS_SEC_DOORS, ACCESS_BRIG, ACCESS_ARMORY, ACCESS_FORENSICS_LOCKERS, ACCESS_COURT, ACCESS_ENTER_GENPOP, ACCESS_LEAVE_GENPOP, ACCESS_LAMBENT, ACCESS_MEDICAL, ACCESS_GENETICS, ACCESS_MORGUE, ACCESS_RD, ACCESS_TOX, ACCESS_TOX_STORAGE, ACCESS_CHEMISTRY, ACCESS_ENGINE, ACCESS_ENGINE_EQUIP, ACCESS_MAINT_TUNNELS, ACCESS_EXTERNAL_AIRLOCKS, ACCESS_CHANGE_IDS, ACCESS_AI_UPLOAD, ACCESS_TELEPORTER, ACCESS_EVA, ACCESS_HEADS, ACCESS_CAPTAIN, ACCESS_ALL_PERSONAL_LOCKERS, ACCESS_TECH_STORAGE, ACCESS_CHAPEL_OFFICE, ACCESS_ATMOSPHERICS, ACCESS_KITCHEN, - ACCESS_BAR, ACCESS_JANITOR, ACCESS_CREMATORIUM, ACCESS_ROBOTICS, ACCESS_CARGO, ACCESS_CONSTRUCTION, + ACCESS_BAR, ACCESS_JANITOR, ACCESS_CREMATORIUM, ACCESS_ROBOTICS, ACCESS_CARGO, ACCESS_CONSTRUCTION, ACCESS_BARISTA, ACCESS_BARBER, ACCESS_HYDROPONICS, ACCESS_LIBRARY, ACCESS_LAWYER, ACCESS_VIROLOGY, ACCESS_CMO, ACCESS_QM, ACCESS_SURGERY, ACCESS_THEATRE, ACCESS_RESEARCH, ACCESS_MINING, ACCESS_MAILSORTING, ACCESS_WEAPONS, ACCESS_VAULT, ACCESS_MINING_STATION, ACCESS_XENOBIOLOGY, ACCESS_CE, ACCESS_HOP, ACCESS_HOS, ACCESS_RC_ANNOUNCE, @@ -161,9 +161,9 @@ if(0) return get_all_accesses() if(1) //station general - return list(ACCESS_KITCHEN,ACCESS_BAR, ACCESS_HYDROPONICS, ACCESS_JANITOR, ACCESS_CHAPEL_OFFICE, ACCESS_CREMATORIUM, ACCESS_LIBRARY, ACCESS_THEATRE, ACCESS_LAWYER) + return list(ACCESS_KITCHEN,ACCESS_BAR, ACCESS_HYDROPONICS, ACCESS_JANITOR, ACCESS_CHAPEL_OFFICE, ACCESS_CREMATORIUM, ACCESS_LIBRARY, ACCESS_THEATRE, ACCESS_LAWYER, ACCESS_BARISTA, ACCESS_BARBER) if(2) //security - return list(ACCESS_SEC_DOORS, ACCESS_WEAPONS, ACCESS_SECURITY, ACCESS_BRIG, ACCESS_ARMORY, ACCESS_FORENSICS_LOCKERS, ACCESS_COURT, ACCESS_HOS, ACCESS_ENTER_GENPOP, ACCESS_LEAVE_GENPOP) + return list(ACCESS_SEC_DOORS, ACCESS_WEAPONS, ACCESS_SECURITY, ACCESS_BRIG, ACCESS_ARMORY, ACCESS_FORENSICS_LOCKERS, ACCESS_COURT, ACCESS_HOS, ACCESS_ENTER_GENPOP, ACCESS_LEAVE_GENPOP, ACCESS_LAMBENT) if(3) //medbay return list(ACCESS_MEDICAL, ACCESS_GENETICS, ACCESS_CLONING, ACCESS_MORGUE, ACCESS_CHEMISTRY, ACCESS_VIROLOGY, ACCESS_SURGERY, ACCESS_CMO, ACCESS_PSYCH) if(4) //research @@ -224,6 +224,10 @@ return "RD Office" if(ACCESS_BAR) return "Bar" + if(ACCESS_BARBER) + return "Barber" + if(ACCESS_BARISTA) + return "Barista" if(ACCESS_JANITOR) return "Custodial Closet" if(ACCESS_ENGINE) @@ -322,6 +326,8 @@ return "Prison Turnstile Entrance" if(ACCESS_LEAVE_GENPOP) return "Prison Turnstile Exit" + if(ACCESS_LAMBENT) + return "Lambent's Quarters" if(ACCESS_MINERAL_STOREROOM) return "Mineral Storage" if(ACCESS_MINISAT) @@ -357,10 +363,10 @@ return "Code Scotch" /proc/get_all_jobs() - return list("Assistant", "Captain", "Head of Personnel", "Bartender", "Cook", "Botanist", "Quartermaster", "Cargo Technician", + return list("Assistant", "Captain", "Head of Personnel", "Bartender", "Barista", "Barber", "Cook", "Botanist", "Quartermaster", "Cargo Technician", "Shaft Miner", "Clown", "Mime", "Janitor", "Curator", "Lawyer", "Chaplain", "Chief Engineer", "Station Engineer", "Engineering Intern", "Atmospheric Technician", "Chief Medical Officer", "Medical Doctor", "Chemist", "Geneticist", "Virologist", "Psychologist", "Medical Resident", - "Research Director", "Scientist", "Roboticist", "Research Student", "Head of Security", "Warden", "Detective", "Security Officer", "Rookie") + "Research Director", "Scientist", "Roboticist", "Research Student", "Head of Security", "Warden", "Detective", "Security Officer", "Rookie", "Lambent") /proc/get_all_job_icons() //For all existing HUD icons return get_all_jobs() + list("Prisoner") diff --git a/code/modules/jobs/job_types/captain.dm b/code/modules/jobs/job_types/captain.dm index f568378c1..61e7d291f 100644 --- a/code/modules/jobs/job_types/captain.dm +++ b/code/modules/jobs/job_types/captain.dm @@ -100,13 +100,13 @@ Head of Personnel outfit = /datum/outfit/job/hop access = list(ACCESS_SECURITY, ACCESS_SEC_DOORS, ACCESS_COURT, ACCESS_WEAPONS, - ACCESS_MEDICAL, ACCESS_ENGINE, ACCESS_CHANGE_IDS, ACCESS_AI_UPLOAD, ACCESS_EVA, ACCESS_HEADS, + ACCESS_MEDICAL, ACCESS_ENGINE, ACCESS_CHANGE_IDS, ACCESS_AI_UPLOAD, ACCESS_EVA, ACCESS_HEADS, ACCESS_BARISTA, ACCESS_BARBER, ACCESS_ALL_PERSONAL_LOCKERS, ACCESS_MAINT_TUNNELS, ACCESS_BAR, ACCESS_JANITOR, ACCESS_CONSTRUCTION, ACCESS_MORGUE, ACCESS_CREMATORIUM, ACCESS_KITCHEN, ACCESS_CARGO, ACCESS_CARGO_BOT, ACCESS_MAILSORTING, ACCESS_QM, ACCESS_HYDROPONICS, ACCESS_LAWYER, ACCESS_THEATRE, ACCESS_CHAPEL_OFFICE, ACCESS_LIBRARY, ACCESS_RESEARCH, ACCESS_MINING, ACCESS_VAULT, ACCESS_MINING_STATION, ACCESS_HOP, ACCESS_RC_ANNOUNCE, ACCESS_KEYCARD_AUTH, ACCESS_GATEWAY, ACCESS_MINERAL_STOREROOM, ACCESS_PSYCH) minimal_access = list(ACCESS_SECURITY, ACCESS_SEC_DOORS, ACCESS_COURT, ACCESS_WEAPONS, - ACCESS_MEDICAL, ACCESS_ENGINE, ACCESS_CHANGE_IDS, ACCESS_AI_UPLOAD, ACCESS_EVA, ACCESS_HEADS, + ACCESS_MEDICAL, ACCESS_ENGINE, ACCESS_CHANGE_IDS, ACCESS_AI_UPLOAD, ACCESS_EVA, ACCESS_HEADS, ACCESS_BARISTA, ACCESS_BARBER, ACCESS_ALL_PERSONAL_LOCKERS, ACCESS_MAINT_TUNNELS, ACCESS_BAR, ACCESS_JANITOR, ACCESS_CONSTRUCTION, ACCESS_MORGUE, ACCESS_CREMATORIUM, ACCESS_KITCHEN, ACCESS_CARGO, ACCESS_CARGO_BOT, ACCESS_MAILSORTING, ACCESS_QM, ACCESS_HYDROPONICS, ACCESS_LAWYER, ACCESS_THEATRE, ACCESS_CHAPEL_OFFICE, ACCESS_LIBRARY, ACCESS_RESEARCH, ACCESS_MINING, ACCESS_VAULT, ACCESS_MINING_STATION, diff --git a/code/modules/jobs/job_types/cargo_service.dm b/code/modules/jobs/job_types/cargo_service.dm index 9dec1a40a..9480cc9ae 100644 --- a/code/modules/jobs/job_types/cargo_service.dm +++ b/code/modules/jobs/job_types/cargo_service.dm @@ -170,7 +170,7 @@ Bartender outfit = /datum/outfit/job/bartender - access = list(ACCESS_HYDROPONICS, ACCESS_BAR, ACCESS_KITCHEN, ACCESS_MORGUE, ACCESS_WEAPONS, ACCESS_MINERAL_STOREROOM) + access = list(ACCESS_HYDROPONICS, ACCESS_BAR, ACCESS_KITCHEN, ACCESS_MORGUE, ACCESS_MINERAL_STOREROOM) minimal_access = list(ACCESS_BAR, ACCESS_MINERAL_STOREROOM) @@ -183,7 +183,7 @@ Bartender ears = /obj/item/radio/headset/headset_srv uniform = /obj/item/clothing/under/rank/bartender suit = /obj/item/clothing/suit/armor/vest - backpack_contents = list(/obj/item/storage/box/beanbag=1,/obj/item/book/granter/action/drink_fling=1) + backpack_contents = list(/obj/item/book/granter/action/drink_fling=1) shoes = /obj/item/clothing/shoes/laceup /* @@ -195,7 +195,7 @@ Cook department_head = list("Head of Personnel") department_flag = CIVILIAN faction = "Station" - total_positions = 2 + total_positions = 1 spawn_positions = 1 supervisors = "the head of personnel" selection_color = "#bbe291" diff --git a/code/modules/jobs/job_types/security.dm b/code/modules/jobs/job_types/security.dm index c199641ff..94bd75059 100644 --- a/code/modules/jobs/job_types/security.dm +++ b/code/modules/jobs/job_types/security.dm @@ -27,11 +27,11 @@ Head of Security outfit = /datum/outfit/job/hos access = list(ACCESS_SECURITY, ACCESS_SEC_DOORS, ACCESS_BRIG, ACCESS_ARMORY, ACCESS_COURT, ACCESS_WEAPONS, ACCESS_ENTER_GENPOP, ACCESS_LEAVE_GENPOP, - ACCESS_FORENSICS_LOCKERS, ACCESS_MORGUE, ACCESS_MAINT_TUNNELS, ACCESS_ALL_PERSONAL_LOCKERS, + ACCESS_FORENSICS_LOCKERS, ACCESS_MORGUE, ACCESS_MAINT_TUNNELS, ACCESS_ALL_PERSONAL_LOCKERS, ACCESS_BARISTA, ACCESS_BARBER, ACCESS_RESEARCH, ACCESS_ENGINE, ACCESS_MINING, ACCESS_MEDICAL, ACCESS_CONSTRUCTION, ACCESS_MAILSORTING, ACCESS_HEADS, ACCESS_HOS, ACCESS_RC_ANNOUNCE, ACCESS_KEYCARD_AUTH, ACCESS_GATEWAY, ACCESS_MAINT_TUNNELS, ACCESS_MINERAL_STOREROOM) minimal_access = list(ACCESS_SECURITY, ACCESS_SEC_DOORS, ACCESS_BRIG, ACCESS_ARMORY, ACCESS_COURT, ACCESS_WEAPONS, ACCESS_ENTER_GENPOP, ACCESS_LEAVE_GENPOP, - ACCESS_FORENSICS_LOCKERS, ACCESS_MORGUE, ACCESS_MAINT_TUNNELS, ACCESS_ALL_PERSONAL_LOCKERS, + ACCESS_FORENSICS_LOCKERS, ACCESS_MORGUE, ACCESS_MAINT_TUNNELS, ACCESS_ALL_PERSONAL_LOCKERS, ACCESS_BARISTA, ACCESS_BARBER, ACCESS_RESEARCH, ACCESS_ENGINE, ACCESS_MINING, ACCESS_MEDICAL, ACCESS_CONSTRUCTION, ACCESS_MAILSORTING, ACCESS_HEADS, ACCESS_HOS, ACCESS_RC_ANNOUNCE, ACCESS_KEYCARD_AUTH, ACCESS_GATEWAY, ACCESS_MAINT_TUNNELS, ACCESS_MINERAL_STOREROOM) diff --git a/code/modules/jobs/jobs.dm b/code/modules/jobs/jobs.dm index 267680408..92afee693 100644 --- a/code/modules/jobs/jobs.dm +++ b/code/modules/jobs/jobs.dm @@ -1,5 +1,6 @@ GLOBAL_LIST_INIT(command_positions, list( "Captain", + "Lambent", "Head of Personnel", "Head of Security", "Chief Engineer", @@ -37,6 +38,8 @@ GLOBAL_LIST_INIT(supply_positions, list( GLOBAL_LIST_INIT(civilian_positions, list( "Head of Personnel", + "Barista", + "Barber", "Bartender", "Botanist", "Cook", @@ -60,6 +63,9 @@ GLOBAL_LIST_INIT(nonhuman_positions, list( "Cyborg", ROLE_PAI)) +GLOBAL_LIST_INIT(important_positions, list( + "Lambent")) + GLOBAL_LIST_INIT(silly_positions, list( "Clown", "Mime")) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 859fce110..450a9f2cb 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -5,24 +5,30 @@ icon_state = "caucasian_m" appearance_flags = KEEP_TOGETHER|TILE_BOUND|PIXEL_SCALE|LONG_GLIDE - /mob/living/carbon/human/Initialize() add_verb(src, /mob/living/proc/mob_sleep) add_verb(src, /mob/living/proc/lay_down) time_initialized = world.time + //initialize limbs first create_bodyparts() + //initialize dna. for spawned humans; overwritten by other code create_dna(src) randomize_human(src) dna.initialize_dna() + if(dna.species) set_species(dna.species.type) + //initialise organs create_internal_organs() //most of it is done in set_species now, this is only for parent call physiology = new() + AddComponent(/datum/component/personal_crafting) + . = ..() + RegisterSignal(src, COMSIG_COMPONENT_CLEAN_ACT, /mob/living/carbon/human/clean_blood) diff --git a/code/modules/mob/living/carbon/life.dm b/code/modules/mob/living/carbon/life.dm index fc3c25c15..ca11c14d0 100644 --- a/code/modules/mob/living/carbon/life.dm +++ b/code/modules/mob/living/carbon/life.dm @@ -77,7 +77,8 @@ var/mob/living/carbon/human/B = src if(HAS_TRAIT(B, TRAIT_CHOKE_SLUT)) B.adjustArousalLoss(7) - B.mob_climax_instant() + if (B.getArousalLoss() >= 100 && ishuman(B) && B.has_dna()) + B.mob_climax(forced_climax=TRUE) else SEND_SIGNAL(src, COMSIG_ADD_MOOD_EVENT, "suffocation", /datum/mood_event/suffocation) else diff --git a/code/modules/mob/living/silicon/robot/robot_modules.dm b/code/modules/mob/living/silicon/robot/robot_modules.dm index 8cb24c86e..cfafd99e9 100644 --- a/code/modules/mob/living/silicon/robot/robot_modules.dm +++ b/code/modules/mob/living/silicon/robot/robot_modules.dm @@ -463,7 +463,7 @@ /obj/item/paint/anycolor, /obj/item/cookiesynth, /obj/item/pneumatic_cannon/pie/selfcharge/cyborg, - /obj/item/razor, //killbait material + ///obj/item/razor, //killbait material /obj/item/lipstick/purple, /obj/item/soap/nanotrasen, /obj/item/reagent_containers/spray/waterflower/cyborg, @@ -497,7 +497,7 @@ /obj/item/toy/crayon/spraycan/borg, /obj/item/extinguisher/mini, /obj/item/hand_labeler/borg, - /obj/item/razor, + ///obj/item/razor, /obj/item/crowbar/cyborg, /obj/item/instrument/violin, /obj/item/soap/nanotrasen, diff --git a/code/modules/mob/living/simple_animal/friendly/dog.dm b/code/modules/mob/living/simple_animal/friendly/dog.dm index f2f218368..11907e54a 100644 --- a/code/modules/mob/living/simple_animal/friendly/dog.dm +++ b/code/modules/mob/living/simple_animal/friendly/dog.dm @@ -132,7 +132,7 @@ if(inventory_back) armorval += inventory_back.armor.getRating(type) return armorval*0.5 - +/* /mob/living/simple_animal/pet/dog/corgi/attackby(obj/item/O, mob/user, params) if (istype(O, /obj/item/razor)) if (shaved) @@ -155,7 +155,7 @@ return ..() update_corgi_fluff() - +*/ /mob/living/simple_animal/pet/dog/corgi/Topic(href, href_list) if(!(iscarbon(usr) || iscyborg(usr)) || !usr.canUseTopic(src, BE_CLOSE, FALSE, NO_TK)) usr << browse(null, "window=mob[REF(src)]") diff --git a/code/modules/ruins/objects_and_mobs/sin_ruins.dm b/code/modules/ruins/objects_and_mobs/sin_ruins.dm index 5fba1aa4b..18e90b3a6 100644 --- a/code/modules/ruins/objects_and_mobs/sin_ruins.dm +++ b/code/modules/ruins/objects_and_mobs/sin_ruins.dm @@ -282,16 +282,16 @@ . = ..() if(.) return - if(chalice_taken) + if(chalice_taken == 1) to_chat(user, "You hear a voice in your head... \"My chalice has already been taken, dear. I cannot give you another...\"") return if(user.getArousalLoss() < 100) to_chat(user, "You hear a voice in your head... \"You are not horny enough to receive my blessing, dear~\"") return - var/mob/living/carbon/user_carbon = user - user_carbon.mob_climax_instant() - to_chat(user, "You hear a voice in your head... \"You are worthy of my blessing, dear~\"") - to_chat(user, "You feel overpowering pleasure surge through your entire body.") - var/A = new /obj/item/reagent_containers/chalice/lust - user.put_in_hands(A) - chalice_taken = TRUE \ No newline at end of file + if (ishuman(user) && user.has_dna()) + user.mob_climax(forced_climax=TRUE) + to_chat(user, "You hear a voice in your head... \"You are worth of my blessing dear~\"") + to_chat(user, "You feel overpowering pleasure surge through your entire body.") + var/A = new /obj/item/reagent_containers/chalice/lust + user.put_in_hands(A) + chalice_taken = 1 \ No newline at end of file diff --git a/config/config.txt b/config/config.txt index a5720a805..a481ec955 100644 --- a/config/config.txt +++ b/config/config.txt @@ -5,6 +5,8 @@ $include dbconfig.txt $include comms.txt $include antag_rep.txt $include donator_groupings.txt +# Hyperstation Configs... +$include hyperstation/jobs.txt # You can use the @ character at the beginning of a config option to lock it from being edited in-game # Example usage: diff --git a/config/hyperstation/jobs.txt b/config/hyperstation/jobs.txt new file mode 100644 index 000000000..f9353be69 --- /dev/null +++ b/config/hyperstation/jobs.txt @@ -0,0 +1,12 @@ +# Allow time off to be enabled +## Uncomment to allow players to use their accrued time off +## Defaults to off because this requires the database unless you want them to +## use only what they accrued during the current round +#TIME_OFF + +# Allow PTO job changes +## Currently this is required if using the previous to allow users to change +## jobs. This may be changed in the future and can be used to expand the functionality +## for something such as on-the-go job changing within the department, without heads. +## Thus it remains here. +#PTO_JOB_CHANGE \ No newline at end of file diff --git a/config/jobs.txt b/config/jobs.txt index 4d00392aa..4ba075e30 100644 --- a/config/jobs.txt +++ b/config/jobs.txt @@ -3,6 +3,7 @@ #Job names must be identical to the title var of each job datum #Positions can be set to -1 to allow unlimited slots Captain=1,1 +Lambent=1,1 Head of Personnel=1,1 Head of Security=1,1 Chief Engineer=1,1 @@ -16,7 +17,9 @@ Cargo Technician=3,2 Shaft Miner=3,3 Bartender=1,1 -Cook=2,1 +Barista=1,1 +Barber=2,1 +Cook=1,1 Botanist=3,2 Janitor=2,1 diff --git a/goon/icons/obj/fitness.dmi b/goon/icons/obj/fitness.dmi index e2675cbda49b2988150768979a1e31fbbe3410b2..9434792fcf5e704eebf2b9a6ebf8c79437f60a9a 100644 GIT binary patch delta 2202 zcmV;L2xa%e4W<#0B!6{KOjJd{z`$l>UY3)NfPHw($-=p|u@4RtI5|Fhd4?SvB57uV z$<+PD$KB@V@K#S-EIT<03JQ35c%7Y{VJ9H~002NhKsPfqvWs|WTUi$s7V%^s{H1Vk zaBz%_jJZV}|KPVyPEMktq8At$SxrqSEIgW*xxm1{t>PCj0Dk}g0d!JMQvg8b*k%9# z0J?fqSad{Xb7OL8aCB*JZU6vyoQ;ve3c@f9hR^L&lN;F`n{b-yQ9->U{ z57TNi-9>Z>C4UmFi`^Y1%8DzDdM?Ws!qG_R#p|Q9nVNIa6m3&x_|4Lc1HP;^B+JeUk4#G9uOS2 z)*m;I>(=?7_3G$p_+G2d-NO~$R!8W^(~ni_51XeA^gg<^zS(Xcw%bjxE;@w2-lcCJ zce~AQ_qYwzT^(Y_-#+iCO240%d$@F0hxqZg&my*#0UWxkL;U!=t%#jv0Eh1C5I_FQ zPQ;640Dp(>>X2Z38MXmn-PIw%_&Y8G6~^eX!^bZ{?iKz928S*$)?>h_zX19mQ#I)2 zD9Ik&*>zqWw8h|;t0A&2aqJ=WEey&%W;5WoM_;zf20_)QL*8@FdCIwu!Mw*vf))M- z2II~_SauEW?r`6O@k@->AwNf%Op)s(-_>YjAgmdnAcl^S?VEyz{|3AN;@b zK@U85J3bhT2XphmSUi}W560rb?0hg54`%0s(H}W;^TAj=czZsW8z5#!z&GDR`3-uq z7vO3u@k-DD?yIxk7J{#RP!B&j;~tD$!~AHVB`{~KzMl(VhV(p7a`swLB#UA+!4a>3Lffla^1)u!0(FJlE!N> zJbs;Kh}De<;de3tk8)qy420@Ngz!6=fc;a^993f7i~xQo6O{XXp>L-EeP2_xhVqB- zJDH#=c#i#ak*?4e3(zBo--)y(O;DC%AAgw+y!C3i04>7!-B39jzT$hRGE?~KwWR

@bku)qi~Z zoKDODogSKl8aSO)3J+Zsp!6k&p;r=`pepx2&nK~jdQ#g*9*||2VF_n zCNGNf`O-AQ5;e``d{#daJoKS}QP&GdVG!5#<$_p(gGhibm%8@X#{v%X0>=EV|G#Is zw+`>Zni^1Xtv(bm>RJKD1O@IvVSj*bq9coUBfpQ{c7Sde3|(R|Lu~wyU(*a8de;GZ z5`#o0_@zw&A-;Ow1NxX>0_H2(4KpBT;De_S2}suwPn{4z*XAb-yvRLNHNW{5`Z)d; z30h^qskeZxr4Iuyau1bFbNuU#{yFk@DbZ%grDF`}DGc&Gv^S0s(zSix5`RCP&!A0L z=|kb4+(Sj74q7$=EhYpLKb_B@P1oipd=K(HR8`tBOgh}QnE2`RL!e!EETFrGoB#*_61$b9|r&A42dU|Oh6Zie);K|!MPqC zd`va4`Vo&Y`%0iEaA*viUVmSIq~v!wA}PPiX)p=D%V{tTzsqRQ#^NNiT=Z_mye6C&wh@)OR2~z%e8E@eUTn0!F=)E*Z27o9NOb95uHu3@*TENLHfR8ee z3;OEIu*9r|OD+SX>&fSGkiL@!6#h!O#@{2{uzf1Y>i@g-- z0CD7V69U?c0yKSe=zmJ!(s9?~VmWZz4IjBjfOwb#M5BPitN>R6r`{6$`B}`Sm$qOc z?*tMcs<04H6 z8U*>A55N0^27kl&o#<0(eNq}s!0&{tetPSbm~~lNU_AxDo6B`l{T}zY$A3Cp?BwPK zR&LM@cU0uzgYj^OMGPNw8H|QI2wC`GB7@Oz2O$d|Ok^+`?jU60gK5GK?kvUtcaXd^ zP5EFVgAN0;-+OB>RZ{g;A%ic9mNW((1~^->>DVx+@qfdV2DyQSU&0~{?pSo?T=nef3C z8Z`Of>I~ZX;7SbI`QTa%TKV8Q3<7*`B?j$$a4iO{`0Z}c&!C+T#v6>{cWyqIz@ek% cc6{$&;}c%1;q~&52mk;807*qoM6N<$f?`}LzyJUM delta 1714 zcmV;j22J^<5yB0SB!5~^OjJd{z`!*%HG_S3w5y|+kcq&xuG`Yfsh^t1y|s04Y#tsS zii(PLb#)vZ90>^tI5;>`Qd2!VJQWocNk>O9F)=MJEh#A}KR-WiY->$TO=V?eK|w)Z zUSGh#z=Gr2(*OVf0d!JMQvg8b*k%9#0JM5kSad{Xb7OL8aDQ}ZZ*Bkpc$`yKaB_9` z^iy#0_2eo`Eh^5;&r`5fFwryM;w;ZhDainGjE%TBGg33tGfE(w;*!LYR3KBSpfoQz zBQq~ODKTA%i!&v&s2C_}$imS^UrU^S~892~^j3{kCHPDQJAlW|$Dtl;YB0*+1q zO3sG<(%K58000G6NklFk7~qYDq!Bv+tB1?Bh-O59Wd+XZD?|e5xWNzL!>fOWc|DiOgp;{1s>y4>5Et&8<78&;(w`&Sl_GvetySCF`IaqtZS3LNZ|YR z-_7sDG(uvoiOovlf94|I59+^{-^poYfqD3II2`^A^K`q2_Z`*z{-2p^9uC9tcoeU5 zG(e?qtBO9Ext7D}Srm9a9hPW-N}n#^bP$uDj?c$aJV2!n1}F{4rQTPbwC!h0s#Ir$)94|*B5C5@-b3iwC)suKSUQW5C)X*5L=dM)w0NY zsedcW`D4T%gIirC`LOr%QG89_#RA{lc7JU@ycgF8+_uZD1NI)m`V;{Nxm^}P4S2Tcdge_xgUo}(Q~`|`#2!&_Y?ebd`z78R7v%N*Hb8DGBmK4n1JjDO3l zKE}ic*?fs~FyqS?-;W#?>hPd$hNz%*;gJqze0AsW{MeDd4iCzc(K;nJ7e=lwlK4cj zmm4k}@1xZNVs-Zc?JXVM-Ss{#zoQo|ziSbYlHWB7NX758Pabf4u*UK`<2MS3<#)E< zBw(7~ZBPELADnn?ze&I}zf%Vf&wme2yvi3L4^yHPHeeF&sAhS7&_UZL4w!{ErdggJ zbkO#R1F8e12N10TWf^^{40ug{nDQ&L0*uyMG)6k;BV4@zQy_ecWdSI_TgHE5CIAlz zsNX@Kfa(R90$~Sb0U*FN>t9*v9!xIanhkgb1H5I999*uDZvfHdbKC$#oqyHmciRH2 z0v4UR6@UU11>_?S`CLFi9p5a#DRA7r-Vs3D(*M0B{-^`p?Y{5wIiG;~{rg1P~k6+&-oA5zONm9>T-OhR|WiG+>g?fxhmb zs^*HkA3C`H1;mSJ#KB4IiXaBR)u`R(z05t@t1$5P$Aywc>-2K)9pT ziVp%Eg5i!H&TSi5`n-;0|LBKeVskOTZW(qzFg^cjA2T&H{#fkR%{l89umoG^Gq5 z+&h|5Yd(lpYd(lpb1OcG)d%sxdVLVxs#gz))(7!HtQzsb|4<7wi3v%1@&Et;07*qo IM6N<$g1Ut-SO5S3 diff --git a/goon/icons/obj/power.dmi b/goon/icons/obj/power.dmi index bb787c0b3c9fe5e694868b293de1eaa4df5dcd62..f70f5b51c19a0642889950c291fbe5956cba5367 100644 GIT binary patch delta 1813 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 LNkvXXu0mjfL+!pp diff --git a/hyperstation/code/__DEFINES/misc.dm b/hyperstation/code/__DEFINES/misc.dm new file mode 100644 index 000000000..245bcc21e --- /dev/null +++ b/hyperstation/code/__DEFINES/misc.dm @@ -0,0 +1,11 @@ +/////////////// +// PTO Types // +/////////////// +#define PTO_COMMAND "Command" +#define PTO_SECURITY "Security" +#define PTO_MEDICAL "Medical" +#define PTO_ENGINEERING "Engineering" +#define PTO_SCIENCE "Science" +#define PTO_CARGO "Cargo" +#define PTO_CIVILIAN "Civilian" +#define PTO_CYBORG "Silicon" diff --git a/hyperstation/code/controllers/configuration/entries/timeoff.dm b/hyperstation/code/controllers/configuration/entries/timeoff.dm new file mode 100644 index 000000000..04127ed37 --- /dev/null +++ b/hyperstation/code/controllers/configuration/entries/timeoff.dm @@ -0,0 +1,11 @@ +/// Toggles time off for jobs +/datum/config_entry/flag/time_off + +/// Toggles changing jobs with PTO +/datum/config_entry/flag/pto_job_change + +/// PTO hour cap +/datum/config_entry/number/pto_cap + config_entry_value = 100 /// Total hours + min_val = 0 /// Minimum hourly value + integer = FALSE /// We can be a float for partial hours diff --git a/hyperstation/code/controllers/subsystem/job.dm b/hyperstation/code/controllers/subsystem/job.dm new file mode 100644 index 000000000..998f228f8 --- /dev/null +++ b/hyperstation/code/controllers/subsystem/job.dm @@ -0,0 +1,18 @@ +/** + * Some modifications to the jobs subsystem, courtesy of SandPoot. + * If we pull from upstream we should have this somewhere at some point, so it's shoehorned + * in here for the moment. + * Insert unhelpful comment here. + */ + +/datum/controller/subsystem/job/proc/get_job_name(job_name) + if (!job_name) + return "Unknown" // Invalid job + //var/all_alt_titles = get_all_alt_titles() + //if (job_name in all_alt_titles) // Check if the name is an alt title + //return get_job_name(all_alt_titles[job_name]) // Locate the original job title and return it + if (job_name in get_all_job_icons()) // Check if the job has a HUD icon + return job_name + if (job_name in get_all_centcom_jobs()) // Return the NT logo if it is a CentCom job + return "CentCom" + return "Unknown" // Return unknown if none of the above apply diff --git a/hyperstation/code/game/area/Space_Station_13_areas.dm b/hyperstation/code/game/area/Space_Station_13_areas.dm new file mode 100644 index 000000000..2bd9ccbce --- /dev/null +++ b/hyperstation/code/game/area/Space_Station_13_areas.dm @@ -0,0 +1,467 @@ +/area/barber + name = "Barber's Shop" + icon_state = "barber" + +/area/kinarisrep + name = "Kinaris Representative Office" + +/area/crew_quarters/bar/cafe + name = "Cafe" + icon_state = "cafe" + +/area/crew_quarters/bar/cafe/backroom + name = "Cafe Backroom" + icon_state = "bar" + +/area/crew_quarters/bar/cafe/storage + name = "Cafe Storage" + icon_state = "bar" + +/area/artatrium + name = "Art Atrium" + icon_state = "library" + +/area/crew_quarters/spa + name = "Spa" + icon_state = "sauna" + +/area/crew_quarters/spa/sauna + name = "Sauna" + +/area/security/lambent + name = "Lambent's Quarters" + icon_state = "detective" + +//In hindsight a lot of how this set up was stupid and I should probably redo it -Dahl +//Upper Hallways +/area/hallway/primary/aft/upper + name = "Upper Aft Primary Hallway" + icon_state = "hallA" + +/area/hallway/primary/fore/upper + name = "Upper Fore Primary Hallway" + icon_state = "hallF" + +/area/hallway/primary/starboard/upper + name = "Upper Starboard Primary Hallway" + icon_state = "hallS" + +/area/hallway/primary/starboard/aft/upper + name = "Upper Starboard Quarter Primary Hallway" + icon_state = "hallAS" + +/area/hallway/primary/starboard/fore/upper + name = "Upper Starboard Bow Primary Hallway" + icon_state = "hallFS" + +/area/hallway/primary/port/upper + name = "Upper Port Primary Hallway" + icon_state = "hallP" + +/area/hallway/primary/port/aft/upper + name = "Upper Port Quarter Primary Hallway" + icon_state = "hallAP" + +/area/hallway/primary/port/fore/upper + name = "Upper Port Bow Primary Hallway" + icon_state = "hallFP" + +/area/hallway/primary/central/upper + name = "Upper Central Primary Hallway" + icon_state = "hallC" + +/area/hallway/secondary/command/upper + name = "Upper Command Hallway" + icon_state = "bridge_hallway" + +/area/hallway/secondary/construction/upper + name = "Upper Construction Area" + icon_state = "construction" + +/area/hallway/secondary/exit/upper + name = "Upper Escape Shuttle Hallway" + icon_state = "escape" + +/area/hallway/secondary/exit/departure_lounge/upper + name = "Upper Departure Lounge" + icon_state = "escape_lounge" + +/area/hallway/secondary/entry/upper + name = "Upper Arrival Shuttle Hallway" + icon_state = "entry" + +/area/hallway/secondary/service/upper + name = "Upper Service Hallway" + icon_state = "hall_service" + +//Upper Dorms +/area/crew_quarters/dorms/upper + name = "Upper Dormitories" + icon_state = "Sleep" + safe = TRUE + +/area/crew_quarters/toilet/upper + name = "Upper Dormitory Toilets" + icon_state = "toilet" + +/area/crew_quarters/locker/upper + name = "Upper Locker Room" + icon_state = "locker" + +//Upper Medbay +/area/medical/medbay/upper + name = "Upper Medbay" + icon_state = "medbay" + music = 'sound/ambience/signal.ogg' + +//Upper Maints +//Departments + +/area/maintenance/department/chapel/upper + name = "Upper Chapel Maintenance" + icon_state = "maint_chapel" + +/area/maintenance/department/chapel/monastery/upper + name = "Upper Monastery Maintenance" + icon_state = "maint_monastery" + +/area/maintenance/department/crew_quarters/bar/upper + name = "Upper Bar Maintenance" + icon_state = "maint_bar" + +/area/maintenance/department/crew_quarters/dorms/upper + name = "Upper Dormitory Maintenance" + icon_state = "maint_dorms" + +/area/maintenance/department/crew_quarters/locker/upper + name = "Upper Locker Room Maintenance" + icon_state = "maint_locker" + +/area/maintenance/department/eva/upper + name = "Upper EVA Maintenance" + icon_state = "maint_eva" + +/area/maintenance/department/electrical/upper + name = "Upper Electrical Maintenance" + icon_state = "maint_electrical" + +/area/maintenance/department/engine/atmos/upper + name = "Upper Atmospherics Maintenance" + icon_state = "maint_atmos" + +/area/maintenance/department/security/upper + name = "Upper Security Maintenance" + icon_state = "maint_sec" + +/area/maintenance/department/security/brig/upper + name = "Upper Brig Maintenance" + icon_state = "maint_brig" + +/area/maintenance/department/medical/upper + name = "Upper Medbay Maintenance" + icon_state = "medbay_maint" + +/area/maintenance/department/medical/morgue/upper + name = "Upper Morgue Maintenance" + icon_state = "morgue_maint" + +/area/maintenance/department/science/upper + name = "Upper Science Maintenance" + icon_state = "maint_sci" + +/area/maintenance/department/cargo/upper + name = "Upper Cargo Maintenance" + icon_state = "maint_cargo" + +/area/maintenance/department/bridge/upper + name = "Upper Bridge Maintenance" + icon_state = "maint_bridge" + +/area/maintenance/department/engine/upper + name = "Upper Engineering Maintenance" + icon_state = "maint_engi" + +/area/maintenance/department/science/xenobiology/upper + name = "Upper Xenobiology Maintenance" + icon_state = "xenomaint" + xenobiology_compatible = TRUE + + +//Generic + +/area/maintenance/arrivals/north/upper + name = "Upper Arrivals North Maintenance" + icon_state = "fpmaint" + +/area/maintenance/arrivals/north_2/upper + name = "Upper Arrivals North Maintenance" + icon_state = "fpmaint" + +/area/maintenance/aft/upper + name = "Upper Aft Maintenance" + icon_state = "amaint" + +/area/maintenance/aft/secondary/upper + name = "Upper Aft Maintenance" + icon_state = "amaint_2" + +/area/maintenance/central/upper + name = "Upper Central Maintenance" + icon_state = "maintcentral" + +/area/maintenance/central/secondary/upper + name = "Upper Central Maintenance" + icon_state = "maintcentral" + +/area/maintenance/fore/upper + name = "Upper Fore Maintenance" + icon_state = "fmaint" + +/area/maintenance/fore/secondary/upper + name = "Upper Fore Maintenance" + icon_state = "fmaint_2" + +/area/maintenance/starboard/upper + name = "Upper Starboard Maintenance" + icon_state = "smaint" + +/area/maintenance/starboard/central/upper + name = "Upper Central Starboard Maintenance" + icon_state = "smaint" + +/area/maintenance/starboard/aft/upper + name = "Upper Starboard Quarter Maintenance" + icon_state = "asmaint" + +/area/maintenance/starboard/fore/upper + name = "Upper Starboard Bow Maintenance" + icon_state = "fsmaint" + +/area/maintenance/port/upper + name = "Upper Port Maintenance" + icon_state = "pmaint" + +/area/maintenance/port/central/upper + name = "Upper Central Port Maintenance" + icon_state = "maintcentral" + +/area/maintenance/port/aft/upper + name = "Upper Port Quarter Maintenance" + icon_state = "apmaint" + +/area/maintenance/port/fore/upper + name = "Upper Port Bow Maintenance" + icon_state = "fpmaint" + +/area/maintenance/disposal/upper + name = "Upper Waste Disposal" + icon_state = "disposal" + +/area/maintenance/disposal/incinerator/upper + name = "Upper Incinerator" + icon_state = "disposal" + +//Misc Maint +/area/maintenance/theatre + name = "Theatre Maintenance" + icon_state = "maintcentral" + +/area/maintenance/theatre/upper + name = "Upper Theatre Maintenance" + icon_state = "maintcentral" + +//Solar Maint + +/area/maintenance/solars/upper + name = "Upper Solar Maintenance" + icon_state = "yellow" + +/area/maintenance/solars/port/upper + name = "Upper Port Solar Maintenance" + icon_state = "SolarcontrolP" + +/area/maintenance/solars/port/aft/upper + name = "Upper Port Quarter Solar Maintenance" + icon_state = "SolarcontrolAP" + +/area/maintenance/solars/port/fore/upper + name = "Upper Port Bow Solar Maintenance" + icon_state = "SolarcontrolFP" + +/area/maintenance/solars/starboard/upper + name = "Upper Starboard Solar Maintenance" + icon_state = "SolarcontrolS" + +/area/maintenance/solars/starboard/aft/upper + name = "Upper Starboard Quarter Solar Maintenance" + icon_state = "SolarcontrolAS" + +/area/maintenance/solars/starboard/fore/upper + name = "Upper Starboard Bow Solar Maintenance" + icon_state = "SolarcontrolFS" + +/area/maintenance/solars/aux/port/upper + name = "Upper Port Auxiliary Solar Maintenance" + icon_state = "SolarcontrolA" + +/area/maintenance/solars/aux/port/aft/upper + name = "Upper Port Quarter Auxiliary Solar Maintenance" + icon_state = "SolarcontrolAP" + +/area/maintenance/solars/aux/port/fore/upper + name = "Upper Port Bow Auxiliary Solar Maintenance" + icon_state = "SolarcontrolA" + +/area/maintenance/solars/aux/starboard/upper + name = "Upper Starboard Auxiliary Solar Maintenance" + icon_state = "SolarcontrolA" + +/area/maintenance/solars/aux/starboard/aft/upper + name = "Upper Starboard Quarter Auxiliary Solar Maintenance" + icon_state = "SolarcontrolA" + +/area/maintenance/solars/aux/starboard/fore/upper + name = "Upper Starboard Bow Auxiliary Solar Maintenance" + icon_state = "SolarcontrolA" + +//Upper Security +/area/security/upper + name = "Upper Security" + icon_state = "security" + ambientsounds = HIGHSEC + +/area/security/main/upper + name = "Upper Security Office" + icon_state = "security" + +/area/security/brig/upper + name = "Upper Brig" + icon_state = "brig" + +/area/security/courtroom/upper + name = "Upper Courtroom" + icon_state = "courtroom" + +/area/security/prison/upper + name = "Upper Prison Wing" + icon_state = "sec_prison" + +/area/security/processing/upper + name = "Upper Labor Shuttle Dock" + icon_state = "sec_prison" + +/area/security/processing/cremation/upper + name = "Upper Security Crematorium" + icon_state = "sec_prison" + +/area/security/warden/upper + name = "Upper Brig Control" + icon_state = "Warden" + +/area/security/armory/upper + name = "Upper Armory" + icon_state = "armory" + +/area/security/detectives_office/upper + name = "Detective's Office" + icon_state = "detective" + ambientsounds = list('sound/ambience/ambidet1.ogg','sound/ambience/ambidet2.ogg') + +/area/security/detectives_office/private_investigators_office/upper + name = "Upper Private Investigator's Office" + icon_state = "detective" + +/area/security/range/upper + name = "Upper Firing Range" + icon_state = "firingrange" + +//Misc security +/area/security/locker + name = "Security Locker Room" + icon_state = "brig" + +/area/security/visitation + name = "Security Visitation" + icon_state = "brig" + +//Misc Dorms +/area/crew_quarters/dorms/A + name = "Dormitories A" + icon_state = "Sleep" + safe = TRUE + +/area/crew_quarters/dorms/B + name = "Dormitories B" + icon_state = "Sleep" + safe = TRUE + +/area/crew_quarters/dorms/C + name = "Dormitories C" + icon_state = "Sleep" + safe = TRUE + +/area/crew_quarters/dorms/D + name = "Dormitories D" + icon_state = "Sleep" + safe = TRUE + +/area/crew_quarters/dorms/E + name = "Dormitories E" + icon_state = "Sleep" + safe = TRUE + +/area/crew_quarters/dorms/F + name = "Dormitories F" + icon_state = "Sleep" + safe = TRUE + +/area/crew_quarters/dorms/G + name = "Dormitories G" + icon_state = "Sleep" + safe = TRUE + +/area/crew_quarters/dorms/H + name = "Dormitories H" + icon_state = "Sleep" + safe = TRUE + +/area/crew_quarters/park + name = "Park" + icon_state = "park" + +/area/janitor/upper + name = "Upper Custodial Closet" + +/area/storage/A + name = "Storage Office A" + icon_state = "storage" + +/area/storage/B + name = "Storage Office B" + icon_state = "storage" + +/area/storage/C + name = "Storage Office C" + icon_state = "storage" + +/area/storage/D + name = "Storage Office D" + icon_state = "storage" + +/area/theatre/blackbox + name = "Theatre Blackbox" + icon_state = "Theatre" + +//Misc cargo +/area/quartermaster/mail + name = "Mail Office" + icon_state = "cargo_mail" + +//Misc Engineering +/area/engine/custom + name = "Custom Engine Room" + icon_state = "engine" + +/area/engine/tether + name = "Sky Tether Control" + icon_state = "engine" diff --git a/hyperstation/code/game/machinery/announcement_system.dm b/hyperstation/code/game/machinery/announcement_system.dm new file mode 100644 index 000000000..63cbd87de --- /dev/null +++ b/hyperstation/code/game/machinery/announcement_system.dm @@ -0,0 +1,3 @@ +/obj/machinery/announcement_system + var/onduty = "%PERSON has moved On-Duty as %RANK." + var/offduty = "%PERSON, %RANK, has moved Off-Duty." diff --git a/hyperstation/code/game/machinery/computer/timeclock.dm b/hyperstation/code/game/machinery/computer/timeclock.dm new file mode 100644 index 000000000..4801f2bd1 --- /dev/null +++ b/hyperstation/code/game/machinery/computer/timeclock.dm @@ -0,0 +1,310 @@ +/// Timeclock terminal, ported from VOREStation +/obj/machinery/computer/timeclock + name = "timeclock terminal" // Name of the object + icon = 'hyperstation/icons/obj/machinery/timeclock.dmi' // Spritesheet for the object's icon + icon_state = "timeclock" // Icon state from the spritesheet + icon_keyboard = null // Keyboard state because this is a computer and we need to tell it to not have a keyboard + light_color = "#0099ff" // TODO: Adjust this // Color for the light coming from the object + light_power = 0.5 // Brightness of the light coming from the object + layer = ABOVE_WINDOW_LAYER // Layer for the object + density = FALSE // Density of the object, so we can walk through it + circuit = /obj/item/circuitboard/computer/timeclock // Circuitboard for the object in case it gets destroyed + + var/obj/item/card/id/card // Inserted ID card + +/// For when we create a new timeclock +/obj/machinery/computer/timeclock/New() + ..() // Let's do this just to be safe. + +// For when a timeclock is destroyed +/obj/machinery/computer/timeclock/Destroy() + if (card) // If we're holding an ID and get destroyed + card.forceMove(get_turf(src)) // Get rid of the fucker + card = null // And make sure we know it's gone + . = ..() // Someone's gonna ask later, refer them here. + // This shit just sets our return value to our parent proc's return value. + +// Determines what icon to used based on a couple factors +/obj/machinery/computer/timeclock/update_icon() + if (!process()) // If we can't process + icon_state = "[initial(icon_state)]_off" // we must be offline. + else if (card) // If we have an ID + icon_state = "[initial(icon_state)]_card" // display it! + else // All else fails? + icon_state = "[initial(icon_state)]" // We're just a clock. + +/// Allows the timeclock to update its icon and lighting on power change, should power go out +/obj/machinery/computer/timeclock/power_change() + var/old_stat = stat // Save our old stats for later + ..() // Call the parent proc to handle the actual powernet shit + if (old_stat != stat) // If our stat changed + update_icon() // update our icon + if (stat & NOPOWER) // If we no longer have power + set_light(0) // turn off our lights + else // Otherwise + set_light(brightness_on) // turn on our lights + +/// Handle clicking with an object +/obj/machinery/computer/timeclock/attackby(obj/I, mob/user) + if (istype(I, /obj/item/card/id)) // If the user clicked with an ID in hand + if (!card && user.canUnEquip(I)) // Check if we already have an ID and that the user can drop the ID + I.forceMove(src) // Move the ID into our own location + card = I // Set our card to the ID + SStgui.update_uis(src) // Update all open UIs for us + update_icon() // Update our icon to reflect the new ID + else if (card) // There must've already been an ID inserted + to_chat(user, "There is already an ID card inside.") + return // Quit doing shit so we don't hit the timeclock + . = ..() // Set our return value to that of the parent proc + +/// Handle user clicking +/obj/machinery/computer/timeclock/attack_hand(var/mob/user as mob) + if (..()) // If for some reason the parent proc returns true + return // We won't do anything + user.set_machine(src) // Otherwise, set the mob's machine to us + ui_interact(user) // Provide a UI to the user + +/// Handle UI interactions with this arcane shit known as tee gee yew eye +/obj/machinery/computer/timeclock/ui_interact(mob/user, datum/tgui/ui) + ui = SStgui.try_update_ui(user, src, ui) // Attempt to update the UI + if (!ui) // If the UI doesn't exist + ui = new(user, src, "TimeClock", name) // Make a new one + ui.open() // And open it for the user + +/// Handle UI data +/obj/machinery/computer/timeclock/ui_data(mob/user) + var/list/data = ..() // Call the parent object's data proc and assign that to the data list + + // Data for showing user's own PTO + if (user.client) // If the client exists + data["department_hours"] = \ + SANITIZE_LIST(user.client.department_hours) // Add the department hours list into data + data["user_name"] = "[user]" // Set the username to the user + + // Data about the card we put into the timeclock + data["card"] = null // Add card data, + data["assignment"] = null // Assignment data, + data["job_datum"] = null // The job datum, + data["allow_change_job"] = null // Whether or not we can change jobs, + data["job_choices"] = null // And the possible jobs + if (card) // If we have a card + data["card"] = "[card]" // Set card data, + data["assignment"] = card.assignment // Assignment data, + var/datum/job/job = \ + SSjob.GetJob(SSjob.get_job_name(card.assignment)) // Create a new job datum, + if (job) // If the job exists + data["job_datum"] = list( // Set job datum to a list with + "title" = job.title, // The job title, + "departments" = \ + flags_to_english(job.department_flag, job.flag), // The job department, + "selection_color" = job.selection_color, // The selection color, + "timeoff_factor" = job.timeoff_factor, // The timeoff factor, + "pto_department" = job.pto_type // And the PTO type + ) + if (CONFIG_GET(flag/time_off) \ + && CONFIG_GET(flag/pto_job_change)) // If we allow timeoff and job changing + data["allow_change_job"] = TRUE // Add that to the data + if (job && job.timeoff_factor < 0) // They're off duty so we have to lookup available jobs + data["job_choices"] = \ + get_open_on_duty_jobs(user, job.pto_type) // Set the job choices + + return data // Give back the data list for subprocs + +/// The user interacted with me? owo! +/obj/machinery/computer/timeclock/ui_act(action, list/params, datum/tgui/ui, datum/ui_state/state) + if (..()) // Check if the parent UI had anything to say + return TRUE // If so, we don't care to do anything + + add_fingerprint(usr) // Add the user's fingerprint to the list so sec can find them + + switch (action) // Check the action completed + if ("id") // If the ID slot was clicked + if (card) // Check if we have an ID already + usr.put_in_hands(card) // If so, give the user the card + card = null // And make sure we don't have it + else // Otherwise + var/obj/item/I = usr.get_active_held_item() // Get the item in their active hand + if (istype(I, /obj/item/card/id) && usr.canUnEquip(I)) // Check if it's an ID and they can unequip the ID + I.forceMove(src) // If so, move it into us + card = I // And make sure we know we have it + update_icon() // Update our icon too because we did something + return TRUE // And stop handling any UI in this run + if ("switch-to-on-duty-rank") // If they switched to on-duty + if (check_face()) // Check that their face is visible + if (check_card_cooldown()) // And their card isn't on cooldown + make_on_duty(params["switch-to-on-duty-rank"], \ + params["switch-to-on-duty-assignment"]) // Finally make them on-duty with the requested rank+assignment + usr.put_in_hands(card) // Give them their new card + card = null // And get it out of us + update_icon() // Update our icon in case the card was removed + return TRUE // And stop handling UI in this run + if ("switch-to-off-duty") // If they switched to off-duty + if (check_face()) // Check that their face is visible + if (check_card_cooldown()) // And that their card isn't on cooldown + make_off_duty() // Finally make them off-duty + usr.put_in_hands(card) // Shit out their ID into their hand + card = null // And get rid of that card + update_icon() // Update our icon in case the card was removed + return TRUE // And stop handling any UI in this run + +/// Gets the open on-duty jobs available to a user in a specified department +/obj/machinery/computer/timeclock/proc/get_open_on_duty_jobs(var/mob/user, var/department) + var/list/available_jobs = list() // Make a list of available jobs + for (var/datum/job/job in SSjob.occupations) // For all jobs in existing occupations + if (is_open_onduty_job(user, department, job)) // Check if the job is open and on-duty for a user and given department + available_jobs[job.title] = list(job.title) // If it is, add it to the list of available jobs + if (job.alt_titles) // If the job has alt-titles (Like Station Engineer->Mechanic) + for (var/alt_job in job.alt_titles) // Go through all the alt titles + if (alt_job != job.title) // And if it isn't the current job's title (Station Engineer's alt title of Station Engineer) + available_jobs[job.title] += alt_job // Add it to the list under that job title + return available_jobs // Return the newly-filled list of available jobs + +/// How does xenobio work again? Oh right, we're checking the user's face here to allow access and prevent ne'er-do-wells from using someone's PTO +/obj/machinery/computer/timeclock/proc/check_face() + if (!card) // If no card is inserted (why are we checking their face?) + to_chat(usr, "No ID is inserted.") + return FALSE // Face check failed + var/mob/living/carbon/human/H = usr // Get the usr as a human data type + if (!(istype(H))) // If they somehow aren't a human?? + to_chat(usr, "Invalid user detected. Access denied.") + return FALSE // Face check failed + else if ((H.wear_mask && (H.wear_mask.flags_inv & HIDEFACE)) \ + || (H.head && (H.head.flags_inv & HIDEFACE))) // No, you can't hide your face + to_chat(usr, "Facial recognition scan failed due to physical obstruction. Access denied.") + return FALSE // Face check failed + else if (H.get_face_name() == "Unknown" \ + || !(H.real_name == card.registered_name)) // If they're unknown or their real name isn't the name on the ID + to_chat(usr, "Facial recognition scan failed. Access denied.") + return FALSE // Face check failed + else // Otherwise + return TRUE // Face check success! + +/// Force users to wait 10 minutes between clocking in and out +/obj/machinery/computer/timeclock/proc/check_card_cooldown() + if (!card) // If we don't have a card + return FALSE // We can't check cooldown, fail the check + var/time_left = 10 MINUTES - (world.time - card.last_job_switch) // Determine how much time is left before the next switch + if (time_left > 0) // If there's any time left at all + to_chat(usr, "You need to wait another [round((time_left / 10) / 60, 1)] minute\s before you can switch.") + return FALSE // Fail the check + return TRUE // Otherwise pass the check + +/// Makes the active card on-duty with a set rank and assignment +/obj/machinery/computer/timeclock/proc/make_on_duty(var/new_rank, var/new_assignment) + var/datum/job/old_job = \ + SSjob.GetJob(SSjob.get_job_name(card.assignment)) // Get their old job from the card + var/datum/job/new_job = SSjob.GetJob(new_rank) // And their new job from the rank + + if (!old_job \ + || !is_open_onduty_job(usr, old_job.pto_type, new_job)) // If there's no old job or it's not an open and on-duty job + return // Do nothing + if (new_assignment != new_job.title \ + && !(new_assignment in new_job.alt_titles)) // If the new assignment isn't the new job's title or alt-title + return // Do nothing + if (new_job) // As long as there's a new job + card.access = new_job.get_access() // Set the card's access to the new job's access + card.assignment = new_assignment // And the card's assignment to the new assignment + card.name = text(\ + "[card.registered_name]'s ID Card ([card.assignment])") // And change the card's name + GLOB.data_core.manifest_modify(card.registered_name, \ + card.assignment) // Apply the changes to the crew manifest + card.last_job_switch = world.time // Set the last job switch on the card to the current world time + new_job.current_positions++ // Add one to the current positions for the new job + var/mob/living/carbon/human/H = usr // Get the caller as a human data type + H.mind.assigned_role = card.assignment // Set the assigned role of the caller's mind to the assignment on the card + if (GLOB.announcement_systems.len) // If there are any announcement systems + var/obj/machinery/announcement_system/announcer = \ + pick(GLOB.announcement_systems) // Pick an announcer, any announcer! + announcer.announce("ONDUTY", card.registered_name, \ + card.assignment, list()) // Make the announcement for now on-duty personnel + +/// Makes the active card off-duty +/obj/machinery/computer/timeclock/proc/make_off_duty() + var/datum/job/found_job = \ + SSjob.GetJob(SSjob.get_job_name(card.assignment)) // Get the current job from the inserted card + if (!found_job) // If the card somehow doesn't have a job + return // https://www.youtube.com/watch?v=2k0SmqbBIpQ + var/new_dept = found_job.pto_type || PTO_CIVILIAN // New department is either the department's PTO type or civilian PTO + var/datum/job/pto_job = null // Create a new PTO job + for (var/datum/job/job in SSjob.occupations) // For all jobs in the list of occupations + if (job.pto_type == new_dept \ + && job.timeoff_factor < 0) // If the job is the department's PTO type and has a negative timeoff factor + pto_job = job // That's the new PTO job + break // And stop looking + if (pto_job) // If a PTO job was found + // Apparently we aren't using this? I don't fucking know + // var/old_title = card.assignment + card.access = pto_job.get_access() // Assign the PTO job's access to the ID + card.assignment = pto_job.title // And the PTO job's title to the ID + card.name = text(\ + "[card.registered_name]'s ID Card ([card.assignment])") // Set the card's new name + GLOB.data_core.manifest_modify(card.registered_name, \ + card.assignment) // And apply that change to the crew manifest + card.last_job_switch = world.time // Set the last job switch on the card to the world's current time + var/mob/living/carbon/human/H = usr // Get the caller as a human data type + H.mind.assigned_role = pto_job.title // Set their mind's assigned role to the PTO job's title + found_job.current_positions-- // Remove one from the found job's position count since they no longer have that job + if (GLOB.announcement_systems.len) // If there are any announcement systems + var/obj/machinery/announcement_system/announcer = \ + pick(GLOB.announcement_systems) // Pick an announcement system, any announcement system! + announcer.announce("OFFDUTY", card.registered_name, \ + card.assignment, list()) // Make an off-duty announcement with that system + return // I really don't know why this return exists we always return anyways lol + +/// Check if a job is open and on-duty for a given user and department +/obj/machinery/computer/timeclock/proc/is_open_onduty_job(var/mob/user, var/department, var/datum/job/job) + return job \ + && job.current_positions <= job.total_positions \ + && !jobban_isbanned(user, SSjob.get_job_name(job.title)) \ + && job.player_old_enough(user.client) \ + && job.pto_type == department \ + && job.timeoff_factor > 0 // I feel like this requires some HEAVY explanation so here we go. + // First we check if the job exists + // Then we check that there are enough open slots + // Then we check if the user is jobbanned or not and negate that because it'll return positive if they're banned + // Then we have to check that they have enough playtime to actually join as that job + // Then we have to check that the PTO type matches the department requested (can't join security with a PTO type of medical) + // Then we have to check that there's a timeoff value so you can actually accrue hours of PTO by playing as that role + +/// Convert a department and job flag to an english phrase +/obj/machinery/computer/timeclock/proc/flags_to_english(var/department,var/flag) + if (department == ENGSEC) // If the department flag is engineering or security (or silicon apparently?) + switch (flag) // Switch based on the flag + if (CAPTAIN, HOS, WARDEN, CHIEF) // Captain, Head of Security, Warden or Chief Engineer + return "Command" // Are all command + if (DETECTIVE, OFFICER) // Detectives and Officers + return "Security" // Are all security + //if (BRIGDOC) // Brig Docs + //return "Medsec" // Are medical and science + if (LAMBENT) // Lambent + return "Lambent" // Are obviously Lambent. Dunno what you expected fam + if (ENGINEER, ATMOSTECH) // Engineers and Atmos Technicians + return "Engineering" // Are engineering + if (ROBOTICIST) // Roboticist is defined here but I think it was supposed to be with medsci? Just in case. + return "Science" // They're science + else // Technically this won't always be silicon + return "Silicon" // But we're listing your ass as silicon anyways. Cope. + else if (department == MEDSCI) // Otherwise, if the department flag is medical or science + switch (flag) // Switch based on the flag (again) + if (RD_JF, CMO_JF) // Research Director or Chief Medical Officer + return "Command" // Are both command + if (SCIENTIST, ROBOTICIST) // Scientists and Roboticists (this is where I think this was meant to be but it's still with ENGSEC just in case) + return "Science" // Are obviously science + if (CHEMIST, DOCTOR, VIROLOGIST) // Chemists, Doctors, Virologists and Paramedics + return "Medical" // Are medical + if (GENETICIST) // Geneticists + return "Medsci" // Are kind of a special, middle of the road medical and science case + else // If you're landing here you're fucked + return "What the fuck?" // So what the fuck? + else if (department == CIVILIAN) // Otherwise you must be civilian, right? Right??? + switch (flag) // Once again a switch based on the flag + if (HOP, QUARTERMASTER) // Head of Personnel and Quartermaster + return "Command" // Are command + //if (PRISONER) // Prisoners + //return "Prisoner" // Are... prisoners? They shouldn't be able to PTO but if they manage to break out they can access a console so no fuck you here + if (CARGOTECH, MINER) // Cargo Technicians and Miners + return "Cargo" // Are cargonians + else // Otherwise + return "Civilian" // You must be a civilian. You could be an assisstant or a clown or a bartender, I don't really care. + else // New department combo? Wack. + return "What the fuck?" // what the fuck? diff --git a/hyperstation/code/game/objects/effects/landmarks.dm b/hyperstation/code/game/objects/effects/landmarks.dm new file mode 100644 index 000000000..5ae0945f4 --- /dev/null +++ b/hyperstation/code/game/objects/effects/landmarks.dm @@ -0,0 +1,11 @@ +/obj/effect/landmark/start/lambent + name = "Lambent" + icon_state = "Lambent" + +/obj/effect/landmark/start/barber + name = "Barber" + icon_state = "Barber" + +/obj/effect/landmark/start/barista + name = "Barista" + icon_state = "Barista" diff --git a/hyperstation/code/game/objects/items/cards_ids.dm b/hyperstation/code/game/objects/items/cards_ids.dm new file mode 100644 index 000000000..8ea19ec93 --- /dev/null +++ b/hyperstation/code/game/objects/items/cards_ids.dm @@ -0,0 +1,2 @@ +/obj/item/card/id + var/last_job_switch /// Last job switch for card's owner diff --git a/hyperstation/code/game/objects/items/circuitboards/computer_circuitboards.dm b/hyperstation/code/game/objects/items/circuitboards/computer_circuitboards.dm new file mode 100644 index 000000000..c1a843992 --- /dev/null +++ b/hyperstation/code/game/objects/items/circuitboards/computer_circuitboards.dm @@ -0,0 +1,3 @@ +/obj/item/circuitboard/computer/timeclock + name = "Timeclock (Computer Board)" + build_path = /obj/machinery/computer/timeclock diff --git a/hyperstation/code/game/objects/items/stacks/tiles/tile_types.dm b/hyperstation/code/game/objects/items/stacks/tiles/tile_types.dm index 310dea667..1faa2102b 100644 --- a/hyperstation/code/game/objects/items/stacks/tiles/tile_types.dm +++ b/hyperstation/code/game/objects/items/stacks/tiles/tile_types.dm @@ -1,3 +1,4 @@ +//Farm things /turf/open/floor/ var/farm_quality = 0 //all tiles have a farm quality, which is for farm animals to enjoy. 0 = worse 100 = best! @@ -26,3 +27,11 @@ icon_state = "hay" farm_quality = 100 //the best for farming! floor_tile = /obj/item/stack/tile/hay + +//Carpets +/obj/item/stack/tile/carpet/kinaris + name = "gilded carpet" + icon = 'hyperstation/icons/obj/tiles.dmi' + icon_state = "tile-carpet-kinaris" + turf_type = /turf/open/floor/carpet/kinaris + tableVariant = /obj/structure/table/wood/fancy/kinaris diff --git a/hyperstation/code/game/objects/structures/bench.dm b/hyperstation/code/game/objects/structures/bench.dm index ba62136ac..ee0369d75 100644 --- a/hyperstation/code/game/objects/structures/bench.dm +++ b/hyperstation/code/game/objects/structures/bench.dm @@ -9,3 +9,15 @@ icon_state = "bench_left" /obj/structure/chair/bench/right icon_state = "bench_right" + +/obj/structure/chair/bench/metal + name = "bench" + icon_state = "bench_metal_middle" + icon = 'hyperstation/icons/obj/bench.dmi' + buildstackamount = 1 + buildstacktype = /obj/item/stack/sheet/metal + +/obj/structure/chair/bench/metal/left + icon_state = "bench_metal_left" +/obj/structure/chair/bench/metal/right + icon_state = "bench_metal_right" \ No newline at end of file diff --git a/hyperstation/code/game/objects/structures/ghost_role_spawners.dm b/hyperstation/code/game/objects/structures/ghost_role_spawners.dm index c25c5f9be..1c814b77b 100644 --- a/hyperstation/code/game/objects/structures/ghost_role_spawners.dm +++ b/hyperstation/code/game/objects/structures/ghost_role_spawners.dm @@ -165,3 +165,35 @@ /obj/effect/mob_spawn/human/villager/special(mob/living/carbon/human/new_spawn) ADD_TRAIT(new_spawn,TRAIT_EXEMPT_HEALTH_EVENTS,GHOSTROLE_TRAIT) + + +//Prisoner +/obj/effect/mob_spawn/human/prisoner + name = "prisoner transfer cryoteleporter" + mob_name = "prisoner transfer" + icon = 'icons/obj/machines/sleeper.dmi' + icon_state = "sleeper" + job_description = "Prisoner Transfer" + outfit = /datum/outfit/prisoner + id_job = "Prisoner Transfer" + assignedrole = "Prisoner Transfer" + short_desc = "You are a transferred prisoner to Layenia. Don't break out or otherwise act like an antag." + flavour_text = "For one reason or another, you are a prisoner. Kinaris has chosen to temporarily hold you within Layenia Station's holding area, \ + until the end of the shift. You do not permanently reside here, but you may end up in this place from shift to shift. It is highly recommended to \ + make a unique character slot for this role. Kinaris would not neuter or otherwise remove identifying features that make you who you are; such as \ + altering your name, features, or physical appearance. As a prisoner, you still uphold a decent amount of rights." + important_info = "Do NOT attempt to break out, antagonize, or otherwise treat your role as anything to grief with. Should you find a scenario where you want to, AHELP." + objectives = "Do NOT attempt to break out or act like an antag. Serve your time until end of shift." + mirrorcanloadappearance = TRUE + roundstart = FALSE + death = FALSE + +/datum/outfit/prisoner + name = "Prisoner" + uniform = /obj/item/clothing/under/rank/prisoner + shoes = /obj/item/clothing/shoes/sneakers/orange + id = /obj/item/card/id/prisoner + implants = list(/obj/item/implant/exile, /obj/item/implant/tracking) + +/obj/effect/mob_spawn/human/prisoner/special(mob/living/carbon/human/new_spawn) + ADD_TRAIT(new_spawn,TRAIT_EXEMPT_HEALTH_EVENTS,GHOSTROLE_TRAIT) diff --git a/hyperstation/code/game/objects/structures/tables_racks.dm b/hyperstation/code/game/objects/structures/tables_racks.dm new file mode 100644 index 000000000..2fa8eadf4 --- /dev/null +++ b/hyperstation/code/game/objects/structures/tables_racks.dm @@ -0,0 +1,9 @@ +/obj/structure/table/wood/fancy/kinaris + icon = 'hyperstation/icons/obj/structures.dmi' + icon_state = "fancy_table_kinaris" + buildstack = /obj/item/stack/tile/carpet/kinaris + canSmoothWith = list(/obj/structure/table/wood/fancy/kinaris) + +/obj/structure/table/wood/fancy/kinaris/New() + . = ..() + icon = 'hyperstation/icons/obj/smooth_structures/fancy_table_kinaris.dmi' diff --git a/hyperstation/code/game/turfs/open.dm b/hyperstation/code/game/turfs/open.dm new file mode 100644 index 000000000..3553557f7 --- /dev/null +++ b/hyperstation/code/game/turfs/open.dm @@ -0,0 +1,14 @@ +/turf/open/indestructible/layenia/sand + name = "\improper crimson sand" + desc = "A reddish sand." + icon = 'hyperstation/icons/turf/floors/layeniasand.dmi' + icon_state = "mapping" + baseturfs = /turf/open/indestructible/layenia/crystal + slowdown = 1 + barefootstep = FOOTSTEP_SAND + clawfootstep = FOOTSTEP_SAND + heavyfootstep = FOOTSTEP_GENERIC_HEAVY + initial_gas_mix = FROZEN_ATMOS + planetary_atmos = TRUE + smooth = SMOOTH_TRUE | SMOOTH_BORDER | SMOOTH_MORE + canSmoothWith = list(/turf/open/indestructible/layenia/sand) diff --git a/hyperstation/code/game/turfs/simulated/floor/fancy_floor.dm b/hyperstation/code/game/turfs/simulated/floor/fancy_floor.dm new file mode 100644 index 000000000..2cc8f61fc --- /dev/null +++ b/hyperstation/code/game/turfs/simulated/floor/fancy_floor.dm @@ -0,0 +1,4 @@ +/turf/open/floor/carpet/kinaris + icon = 'hyperstation/icons/turf/floors/carpet_kinaris.dmi' + floor_tile = /obj/item/stack/tile/carpet/kinaris + canSmoothWith = list(/turf/open/floor/carpet/kinaris) diff --git a/hyperstation/code/game/turfs/simulated/wall/mineral_walls.dm b/hyperstation/code/game/turfs/simulated/wall/mineral_walls.dm new file mode 100644 index 000000000..34e2604ba --- /dev/null +++ b/hyperstation/code/game/turfs/simulated/wall/mineral_walls.dm @@ -0,0 +1,78 @@ +/turf/closed/wall/mineral/titanium/custom //For spicy custom shuttles + name = "whoops!" + desc = "Scream at Dahl please!" + icon = 'hyperstation/icons/turf/walls/customshuttles.dmi' + icon_state = "amogus" + explosion_block = 10 + smooth = SMOOTH_FALSE + canSmoothWith = null + +/turf/closed/wall/mineral/titanium/custom/window + opacity = FALSE + +/turf/closed/wall/mineral/titanium/custom/AfterChange(flags, oldType) + . = ..() + // Manually add space underlay, in a way similar to turf_z_transparency, + // but we actually show the old content of the same z-level, as desired for shuttles + + var/turf/underturf_path + + // Grab previous turf icon + if(!ispath(oldType, /turf/closed/wall/mineral/titanium/custom)) + underturf_path = oldType + else + // Else use whatever SSmapping tells us, like transparent open tiles do + underturf_path = SSmapping.level_trait(z, ZTRAIT_BASETURF) || /turf/open/space + + var/mutable_appearance/underlay_appearance = mutable_appearance( + initial(underturf_path.icon), + initial(underturf_path.icon_state), + layer = TURF_LAYER - 0.02, plane = initial(underturf_path.plane)) + underlay_appearance.appearance_flags = RESET_ALPHA | RESET_COLOR + underlays += underlay_appearance + +/turf/closed/wall/mineral/titanium/custom/ferry + name = "\improper ferry wall" + desc = "A low tech hull for Layenia flight." + icon_state = "ferry" + +/turf/closed/wall/mineral/titanium/custom/window/ferry + name = "\improper ferry wall" + desc = "A low tech hull for Layenia flight." + icon_state = "ferry" + +/turf/closed/wall/mineral/titanium/custom/arrivals + name = "\improper shuttle wall" + desc = "A low tech hull for Layenia and space-flight" + icon = 'hyperstation/icons/turf/walls/customarrivals.dmi' + icon_state = "amogus" + +/turf/closed/wall/mineral/titanium/custom/window/arrivals + name = "\improper shuttle wall" + desc = "A low tech hull for Layenia and space-flight" + icon = 'hyperstation/icons/turf/walls/customarrivals.dmi' + icon_state = "amogus" + +/turf/closed/wall/mineral/titanium/custom/pod + name = "\improper pod wall" + desc = "A low tech hull for Layenia and space-flight" + icon = 'hyperstation/icons/turf/walls/custompod.dmi' + icon_state = "amogus" + +/turf/closed/wall/mineral/titanium/custom/window/pod + name = "\improper pod wall" + desc = "A low tech hull for Layenia and space-flight" + icon = 'hyperstation/icons/turf/walls/custompod.dmi' + icon_state = "amogus" + +/turf/closed/wall/mineral/titanium/custom/departures + name = "\improper pod wall" + desc = "A low tech hull for Layenia and space-flight" + icon = 'hyperstation/icons/turf/walls/customdepartures.dmi' + icon_state = "amogus" + +/turf/closed/wall/mineral/titanium/custom/window/departures + name = "\improper pod wall" + desc = "A low tech hull for Layenia and space-flight" + icon = 'hyperstation/icons/turf/walls/customdepartures.dmi' + icon_state = "amogus" diff --git a/hyperstation/code/modules/client/client_defines.dm b/hyperstation/code/modules/client/client_defines.dm new file mode 100644 index 000000000..705945fac --- /dev/null +++ b/hyperstation/code/modules/client/client_defines.dm @@ -0,0 +1,9 @@ +/** + * Additional client defines. I needed somewhere to put these so here it is! + */ +/client + ////////////////////////////////////// + // Things that require the database // + ////////////////////////////////////// + var/list/department_hours = list() // Track hours of leave accrued for each department + var/list/play_hours = list() // Tracks total playtime hours for each department diff --git a/hyperstation/code/modules/clothing/gloves.dm b/hyperstation/code/modules/clothing/gloves.dm index c3ecb21fe..107126506 100644 --- a/hyperstation/code/modules/clothing/gloves.dm +++ b/hyperstation/code/modules/clothing/gloves.dm @@ -10,4 +10,4 @@ strip_delay = 40 equip_delay_other = 20 cold_protection = HANDS - min_cold_protection_temperature = GLOVES_MIN_TEMP_PROTECT \ No newline at end of file + min_cold_protection_temperature = GLOVES_MIN_TEMP_PROTECT diff --git a/hyperstation/code/modules/jobs/job_types/_job.dm b/hyperstation/code/modules/jobs/job_types/_job.dm new file mode 100644 index 000000000..9051523de --- /dev/null +++ b/hyperstation/code/modules/jobs/job_types/_job.dm @@ -0,0 +1,3 @@ +/datum/job + var/timeoff_factor = 3 + var/pto_type diff --git a/hyperstation/code/modules/jobs/job_types/civilian.dm b/hyperstation/code/modules/jobs/job_types/civilian.dm new file mode 100644 index 000000000..9ed93fdb2 --- /dev/null +++ b/hyperstation/code/modules/jobs/job_types/civilian.dm @@ -0,0 +1,52 @@ +/datum/job/barista + title = "Barista" + flag = BARISTA + department_head = list("Head of Personnel") + department_flag = CIVILIAN + faction = "Station" + total_positions = 1 + spawn_positions = 1 + supervisors = "the head of personnel" + selection_color = "#bbe291" + + outfit = /datum/outfit/job/barista + + access = list(ACCESS_HYDROPONICS, ACCESS_BARISTA, ACCESS_KITCHEN, ACCESS_MINERAL_STOREROOM) + minimal_access = list(ACCESS_BARISTA, ACCESS_MINERAL_STOREROOM) + +/datum/outfit/job/barista + name = "Barista" + jobtype = /datum/job/barista + + belt = /obj/item/pda/bar + ears = /obj/item/radio/headset/headset_srv + uniform = /obj/item/clothing/under/lawyer/blacksuit + suit = /obj/item/clothing/suit/toggle/lawyer/black + backpack_contents = list(/obj/item/book/granter/action/drink_fling=1, /obj/item/clothing/accessory/waistcoat) + shoes = /obj/item/clothing/shoes/laceup + +/datum/job/barber + title = "Barber" + flag = BARBER + department_head = list("Head of Personnel") + department_flag = CIVILIAN + faction = "Station" + total_positions = 2 + spawn_positions = 1 + supervisors = "the head of personnel" + selection_color = "#bbe291" + + outfit = /datum/outfit/job/barber + + access = list(ACCESS_BARBER) + minimal_access = list(ACCESS_BARBER) + +/datum/outfit/job/barber + name = "Barber" + jobtype = /datum/job/barber + + glasses = /obj/item/clothing/glasses/sunglasses + ears = /obj/item/radio/headset/headset_srv + belt = /obj/item/pda + uniform = /obj/item/clothing/under/barber + shoes = /obj/item/clothing/shoes/laceup diff --git a/hyperstation/code/modules/jobs/job_types/job_alt_titles.dm b/hyperstation/code/modules/jobs/job_types/job_alt_titles.dm new file mode 100644 index 000000000..0f20b5e46 --- /dev/null +++ b/hyperstation/code/modules/jobs/job_types/job_alt_titles.dm @@ -0,0 +1,8 @@ +/datum/job/lambent + alt_titles = list("Kinaris Protectorate", "Hardshield", "Asset Specialist", "Luminal") + +/datum/job/barber + alt_titles = list("Cosmetologist", "Beautician", "Hairdresser", "Hair Stylist") + +/datum/job/barista + alt_titles = list("Cafe Attendant", "Cafe Server") diff --git a/hyperstation/code/modules/jobs/job_types/security.dm b/hyperstation/code/modules/jobs/job_types/security.dm new file mode 100644 index 000000000..0360b5423 --- /dev/null +++ b/hyperstation/code/modules/jobs/job_types/security.dm @@ -0,0 +1,56 @@ +/* +Lambent +*/ +/datum/job/lambent + title = "Lambent" + flag = LAMBENT + department_head = list("CentCom") + department_flag = ENGSEC + faction = "Station" + total_positions = 1 + spawn_positions = 1 + supervisors = "Central Command and Kinaris officials" + selection_color = "#ffedcc" + req_admin_notify = 1 + minimal_player_age = 30 + exp_requirements = 9000 + exp_type = EXP_TYPE_COMMAND + exp_type_department = EXP_TYPE_COMMAND + whitelist_type = "important" + custom_spawn_text = "You are a Kinaris Lambent; a person hired directly by Kinaris who has a high interest in asset security and the protection of the station. Unlike the station, your gear is official Kinaris items, not replicated Milky-Way Engrams. As such, you should keep them safe due to the power they hold. You answer directly to Central Command and Kinaris, and security matters should not involve you for the most part, unless staffing is low or there is a problem with securing assets. Thankfully, Layenia Station is one of Kinaris's most low-tech stations with hardly anything important to secure; not even the items in the vault are noteworthy due to the falsified, low-tech Engram they're under. Just ensure peace is kept and the station is functioning in a calm manner." + + outfit = /datum/outfit/job/lambent + + access = list(ACCESS_SECURITY, ACCESS_SEC_DOORS, ACCESS_BRIG, ACCESS_ARMORY, ACCESS_COURT, ACCESS_WEAPONS, ACCESS_ENTER_GENPOP, ACCESS_LEAVE_GENPOP, ACCESS_LAMBENT, + ACCESS_FORENSICS_LOCKERS, ACCESS_MORGUE, ACCESS_MAINT_TUNNELS, ACCESS_ALL_PERSONAL_LOCKERS, ACCESS_BARISTA, ACCESS_BARBER, + ACCESS_RESEARCH, ACCESS_ENGINE, ACCESS_MINING, ACCESS_MEDICAL, ACCESS_CONSTRUCTION, ACCESS_MAILSORTING, + ACCESS_HEADS, ACCESS_HOS, ACCESS_RC_ANNOUNCE, ACCESS_KEYCARD_AUTH, ACCESS_GATEWAY, ACCESS_MAINT_TUNNELS, ACCESS_MINERAL_STOREROOM) + minimal_access = list(ACCESS_SECURITY, ACCESS_SEC_DOORS, ACCESS_BRIG, ACCESS_ARMORY, ACCESS_COURT, ACCESS_WEAPONS, ACCESS_ENTER_GENPOP, ACCESS_LEAVE_GENPOP, ACCESS_LAMBENT, + ACCESS_FORENSICS_LOCKERS, ACCESS_MORGUE, ACCESS_MAINT_TUNNELS, ACCESS_ALL_PERSONAL_LOCKERS, ACCESS_BARISTA, ACCESS_BARBER, + ACCESS_RESEARCH, ACCESS_ENGINE, ACCESS_MINING, ACCESS_MEDICAL, ACCESS_CONSTRUCTION, ACCESS_MAILSORTING, + ACCESS_HEADS, ACCESS_HOS, ACCESS_RC_ANNOUNCE, ACCESS_KEYCARD_AUTH, ACCESS_GATEWAY, ACCESS_MAINT_TUNNELS, ACCESS_MINERAL_STOREROOM) + + mind_traits = list(TRAIT_CAPTAIN_METABOLISM) + + blacklisted_quirks = list(/datum/quirk/brainproblems, /datum/quirk/insanity, /datum/quirk/nonviolent) + +/datum/outfit/job/lambent + name = "Lambent" + jobtype = /datum/job/lambent + + id = /obj/item/card/id/silver + belt = /obj/item/pda/captain + glasses = /obj/item/clothing/glasses/hud/toggle/zao + ears = /obj/item/radio/headset/heads/captain/alt + gloves = /obj/item/clothing/gloves/lambent + uniform = /obj/item/clothing/under/rank/lambent + suit = /obj/item/clothing/suit/lambent + shoes = /obj/item/clothing/shoes/lambent + backpack_contents = list(/obj/item/melee/classic_baton/telescopic=1, /obj/item/modular_computer/tablet/preset/advanced = 1) + + backpack = /obj/item/storage/backpack/lambent + satchel = /obj/item/storage/backpack/satchel/lambent + duffelbag = /obj/item/storage/backpack/duffelbag/lambent + box = /obj/item/storage/box/security + + implants = list(/obj/item/implant/mindshield) diff --git a/hyperstation/code/modules/power/lighting.dm b/hyperstation/code/modules/power/lighting.dm new file mode 100644 index 000000000..9c98912a5 --- /dev/null +++ b/hyperstation/code/modules/power/lighting.dm @@ -0,0 +1,31 @@ +/obj/item/wallframe/light_fixture/fairy + name = "fairy lights frame" + icon_state = "fairy-construct-item" + result_path = /obj/structure/light_construct/fairy + materials = list(MAT_METAL=MINERAL_MATERIAL_AMOUNT) + +/obj/structure/light_construct/fairy + name = "fairy lights frame" + icon_state = "fairy-construct-stage1" + fixture_type = "fairy" + sheets_refunded = 1 + +/obj/machinery/light/fairy + icon_state = "fairy" + base_state = "fairy" + fitting = "fairy" + brightness = 3 + desc = "Small fairy lights." + //light_type = /obj/item/light/fairy + +/obj/machinery/light/fairy/broken + status = LIGHT_BROKEN + icon_state = "fairy-broken" + +/obj/machinery/light/fairy/built + icon_state = "bulb-empty" + +/obj/machinery/light/fairy/built/Initialize() + . = ..() + status = LIGHT_EMPTY + update(0) diff --git a/hyperstation/code/modules/salon/barber.dm b/hyperstation/code/modules/salon/barber.dm new file mode 100644 index 000000000..fe5163150 --- /dev/null +++ b/hyperstation/code/modules/salon/barber.dm @@ -0,0 +1,541 @@ +//Proper modularity to come at a later date +/obj/structure/chair/barber_chair + name = "barbers chair" + desc = "You sit in this, and your hair shall be cut." + icon = 'icons/obj/chairs.dmi' + icon_state = "barber_chair" + +/obj/structure/closet/secure_closet/barber + name = "Barber's locker" + icon_state = "barber" + icon = 'icons/obj/closet.dmi' + req_access = list(ACCESS_BARBER) + +/obj/structure/closet/secure_closet/barber/PopulateContents() + new /obj/item/clothing/mask/surgical(src) // These three are here, so the barber can pick and choose what he's painting. + new /obj/item/clothing/under/rank/medical/blue(src) + new /obj/item/clothing/suit/apron/surgical(src) + new /obj/item/clothing/accessory/waistcoat(src) + //new /obj/item/clothing/under/rank/civilian/lawyer/purpsuit(src) + new /obj/item/clothing/suit/toggle/lawyer/purple(src) + new /obj/item/razor(src) + //new /obj/item/straight_razor(src) + new /obj/item/hairbrush/comb(src) + new /obj/item/scissors(src) + new /obj/item/fur_dyer(src) + new /obj/item/dyespray(src) + new /obj/item/storage/box/lipsticks(src) + new /obj/item/reagent_containers/spray/quantum_hair_dye(src) + new /obj/item/reagent_containers/spray/barbers_aid(src) + new /obj/item/reagent_containers/spray/cleaner(src) + new /obj/item/reagent_containers/rag(src) + new /obj/item/storage/firstaid/regular(src) + +/obj/machinery/vending/barbervend + name = "Fab-O-Vend" + desc = "It would seem it vends dyes, and other stuff to make you pretty." + icon = 'hyperstation/icons/obj/barber.dmi' + icon_state = "barbervend" + product_slogans = "Spread the colour, like butter, onto toast... Onto their hair.; Sometimes, I dream about dyes...; Paint 'em up and call me Mr. Painter.; Look brother, I'm a vendomat, I solve practical problems." + product_ads = "Cut 'em all!; To sheds!; Hair be gone!; Prettify!; Beautify!" + vend_reply = "Come again!; Buy another!; Dont you love your new look?" + req_access = list(ACCESS_BARBER) + refill_canister = /obj/item/vending_refill/barbervend + products = list( + /obj/item/reagent_containers/spray/quantum_hair_dye = 3, + // /obj/item/reagent_containers/spray/baldium = 3, + /obj/item/reagent_containers/spray/barbers_aid = 3, + /obj/item/dyespray = 5, + /obj/item/hairbrush = 3, + /obj/item/hairbrush/comb = 3, + /obj/item/fur_dyer = 1, + ) + premium = list( + /obj/item/scissors = 3, + /obj/item/reagent_containers/spray/super_barbers_aid = 3, + /obj/item/storage/box/lipsticks = 3, + /obj/item/lipstick/quantum = 1, + /obj/item/razor = 1, + // /obj/item/storage/box/perfume = 1, + ) + refill_canister = /obj/item/vending_refill/barbervend + +/obj/item/vending_refill/barbervend + machine_name = "barber vend resupply" + icon_state = "refill_snack" //generic item refill because there isnt one sprited yet. + +/obj/effect/landmark/start/barber + name = "Barber" + icon_state = "Barber" + //icon = 'modular_skyrat/master_files/icons/mob/landmarks.dmi' + +//Brush +/obj/item/hairbrush + name = "hairbrush" + desc = "A small, circular brush with an ergonomic grip for efficient brush application." + icon = 'hyperstation/icons/obj/barber.dmi' + icon_state = "brush" + //Put lefthand and righthand files here + w_class = WEIGHT_CLASS_TINY + var/brush_speed = 3 SECONDS + +/obj/item/hairbrush/comb + name = "comb" + desc = "A rather simple tool, used to straighten out hair and knots in it." + icon_state = "blackcomb" + +/obj/item/hairbrush/attack(mob/target, mob/user) + if(target.stat == DEAD) + to_chat(usr, "There isn't much point in brushing someone who can't appreciate it!") + return + brush(target, user) + return COMPONENT_CANCEL_ATTACK_CHAIN + +//Brushes someone +/obj/item/hairbrush/proc/brush(mob/living/target, mob/user) + if(ishuman(target)) + var/mob/living/carbon/human/human_target = target + var/obj/item/bodypart/head = human_target.get_bodypart(BODY_ZONE_HEAD) + + //Don't brush if you can't reach their head or cancel the action + if(!head) //No head? No bitches? + to_chat(usr, "[human_target] has no head!") + return + if(human_target.is_mouth_covered(head_only = 1)) + to_chat(usr, "You can't brush [human_target]'s hair while [human_target.p_their()] head is covered!") + return + if(!do_after(user, brush_speed, human_target)) + return + + // Do 1 brute to their head if they're bald. Should've been more careful. + if(human_target.hair_style == "Bald" || human_target.hair_style == "Skinhead" && is_species(human_target, /datum/species/human)) //It can be assumed most anthros have hair on them! + human_target.visible_message("[usr] scrapes the bristles uncomfortably over [human_target]'s scalp.","You scrape the bristles uncomfortably over [human_target]'s scalp.") + playsound(target, 'hyperstation/sound/misc/bonk.ogg', 100, 1) //Until I fix it + return + + //Brush their hair + if(human_target == user) + human_target.visible_message("[usr] brushes [usr.p_their()] hair!","You brush your hair.") + //SEND_SIGNAL(user, COMSIG_ADD_MOOD_EVENT, "brushed", /datum/mood/brushed/self) + else + user.visible_message("[usr] brushes [human_target]'s hair!","You brush [human_target]'s hair.") + //SEND_SIGNAL(human_target, COMISG_ADD_MOOD_EVENT, "brushed", /datum/mood_event/brushed, user) + + + +//fur dyer +#define COLOR_MODE_SPECIFIC "Specific Marking" +#define COLOR_MODE_GENERAL "General Color" + +/obj/item/fur_dyer + name = "electric fur dyer" + desc = "Dye that is capable of recoloring fur in a mostly permanent way." + icon = 'hyperstation/icons/obj/barber.dmi' + icon_state = "fur_sprayer" + w_class = WEIGHT_CLASS_TINY + + var/mode = COLOR_MODE_GENERAL +/* +/obj/item/fur_dyer/Initialize(mapload) + . = ..() + AddComponent(/datum/component/cell) +*/ +/obj/item/fur_dyer/attack_self(mob/user, modifiers) + . = ..() + if(mode == COLOR_MODE_SPECIFIC) + mode = COLOR_MODE_GENERAL + else + mode = COLOR_MODE_SPECIFIC + + to_chat(user, "Set to [mode]!") + +/obj/item/fur_dyer/attack(mob/living/M, mob/living/user, params) + if(!ishuman(M)) + return ..() + + var/mob/living/carbon/human/target_human = M + + switch(mode) + if(COLOR_MODE_SPECIFIC) + to_chat(user, "The device resonates ominously, and stops. It seems to be interfered by an Engram.") + //dye_marking(target_human, user) + if(COLOR_MODE_GENERAL) + dye_general(target_human, user) + +/obj/item/fur_dyer/proc/dye_general(mob/living/carbon/human/target_human, mob/living/user) + var/selected_mutant_color = tgalert(user, "Please select which mutant color you'd like to change", "Select Color", "One", "Two", "Three") + + if(!selected_mutant_color) + return + + var/selected_color = input( + user, + "Select marking color", + null, + "#FFFFFF" + ) as color | null + + if(!selected_color) + return + + selected_color = sanitize_hexcolor(selected_color) + + visible_message("[user] starts to masterfully paint [target_human]!") + + if(do_after(user, 20 SECONDS, target_human)) + switch(selected_mutant_color) + if("One") + target_human.dna.features["mcolor"] = selected_color + if("Two") + target_human.dna.features["mcolor2"] = selected_color + if("Three") + target_human.dna.features["mcolor3"] = selected_color + + target_human.regenerate_icons() + //use power + + visible_message("[user] finishes painting [target_human]!") + + playsound(src.loc, 'sound/effects/spray2.ogg', 50, TRUE) + + +/* We don't have markings that can be colored separately yet, so this is not needed +/obj/item/fur_dyer/proc/dye_marking(mob/living/carbon/human/target_human, mob/living/user) + + var/list/list/current_markings = target_human.dna.body_markings.Copy() + + if(!current_markings.len) + to_chat(user, "[target_human] has no markings!") + return + + //power stuff here + + /var/selected_marking_area = user.zone_selected + + if(!current_markings[selected_marking_area]) + to_chat(user, "[target_human] has no bodymarkings on this limb!") + return + + var/selected_marking_id = input(user, "Please select which marking you'd like to color!", "Select marking", current_markings[selected_marking_area]) + + if(!selected_marking_id) + return + + var/selected_color = input( + user, + "Select marking color", + null, + "#FFFFFF" + ) as color | null + + if(!selected_color) + return + + selected_color = sanitize_hexcolor(selected_color) + + visible_message("[user] starts to masterfully paint [target_human]!") + + if(do_after(user, 20 SECONDS, target_human)) + current_markings[selected_marking_area][selected_marking_id] = selected_color + + target_human.dna.body_markings = current_markings.Copy() + + target_human.regenerate_icons() + + //item_use_power(power_use_amount, user) + + visible_message("[user] finishes painting [target_human]!") + + playsound(src.loc, 'sound/effects/spray2.ogg', 50, TRUE) +*/ + +/obj/machinery/dryer + name = "hand dryer" + desc = "The Breath Of Lizards-3000, an experimental dryer." + icon = 'hyperstation/icons/obj/dryer.dmi' + icon_state = "dryer" + density = FALSE + anchored = TRUE + var/busy = FALSE + +/obj/machinery/dryer/attack_hand(mob/user) + if(iscyborg(user) || isAI(user)) + return + + if(!can_interact(user)) + return + + if(busy) + to_chat(user, "Someone is already drying here.") + return + + to_chat(user, "You start drying your hands.") + playsound(src, 'hyperstation/sound/salon/drying.ogg', 50) + add_fingerprint(user) + busy = TRUE + if(do_after(user, 4 SECONDS, src)) + busy = FALSE + user.visible_message("[user] dried their hands using \the [src].") + else + busy = FALSE + +/obj/item/reagent_containers/dropper/precision + name = "pipette" + desc = "A high precision pippette. Holds 1 unit." + icon = 'hyperstation/icons/obj/barber.dmi' + icon_state = "pipette1" + amount_per_transfer_from_this = 1 + possible_transfer_amounts = list(0.1,0.2,0.3,0.4,0.5,0.6,0.7,0.8,0.9,1) + volume = 1 + w_class = WEIGHT_CLASS_TINY + +/obj/item/storage/box/lipsticks + name = "lipstick box" + +/obj/item/storage/box/lipsticks/PopulateContents() + ..() + new /obj/item/lipstick(src) + new /obj/item/lipstick/purple(src) + new /obj/item/lipstick/jade(src) + new /obj/item/lipstick/black(src) + +/obj/item/lipstick/quantum + name = "quantum lipstick" + +/obj/item/lipstick/quantum/attack(mob/attacked_mob, mob/user) + if(!open || !ismob(attacked_mob)) + return + + if(!ishuman(attacked_mob)) + to_chat(user, "Where are the lips on that?") + return + + var/new_color = input( + user, + "Select lipstick color", + null, + "#FFFFFF" + ) as color | null + + var/mob/living/carbon/human/target = attacked_mob + if(target.is_mouth_covered()) + to_chat(user, "Remove [ target == user ? "your" : "[target.p_their()]" ] mask!") + return + if(target.lip_style) //if they already have lipstick on + to_chat(user, "You need to wipe off the old lipstick first!") + return + + if(target == user) + visible_message("[user] does [user.p_their()] lips with \the [src].","You take a moment to apply \the [src]. Perfect!") + target.lip_style = "lipstick" + target.lip_color = new_color + target.update_body() + return + + visible_message("[user] begins to do [target]'s lips with \the [src].","You begin to apply \the [src] on [target]'s lips...") + if(!do_after(user, 2 SECONDS, target = target)) + return + visible_message("[user] does [target]'s lips with \the [src].","You apply \the [src] on [target]'s lips.") + target.lip_style = "lipstick" + target.lip_color = new_color + target.update_body() + +/obj/effect/decal/cleanable/hair + name = "hair cuttings" + icon = 'hyperstation/icons/obj/barber.dmi' + icon_state = "cut_hair" + +/obj/item/razor + name = "electric razor" + desc = "The latest and greatest power razor born from the science of shaving." + icon = 'hyperstation/icons/obj/barber.dmi' + icon_state = "razor" + flags_1 = CONDUCT_1 + w_class = WEIGHT_CLASS_TINY + // How long do we take to shave someone's (facial) hair? + var/shaving_time = 10 SECONDS + +/obj/item/razor/proc/shave(mob/living/carbon/human/target_human, location = BODY_ZONE_PRECISE_MOUTH) + if(location == BODY_ZONE_PRECISE_MOUTH) + target_human.facial_hair_style = "Shaved" + else + target_human.hair_style = "Bald" + + target_human.update_hair() + playsound(loc, 'sound/items/unsheath.ogg', 20, TRUE) + +/obj/item/razor/attack(mob/attacked_mob, mob/living/user) + if(ishuman(attacked_mob)) + var/mob/living/carbon/human/target_human = attacked_mob + var/location = user.zone_selected + if(!(location in list(BODY_ZONE_PRECISE_MOUTH, BODY_ZONE_HEAD))) + to_chat(user, "You stop, look down at what you're currently holding and ponder to yourself, \"This is probably to be used on their hair or their facial hair.\"") + return + if((location in list(BODY_ZONE_PRECISE_MOUTH, BODY_ZONE_HEAD)) && !target_human.get_bodypart(BODY_ZONE_HEAD)) + to_chat(user, "[target_human] doesn't have a head!") + return + + if(location == BODY_ZONE_PRECISE_MOUTH) + if(!(FACEHAIR in target_human.dna.species.species_traits)) + to_chat(user, "There is no facial hair to shave!") + return + if(!get_location_accessible(target_human, location)) + to_chat(user, "The mask is in the way!") + return + if(target_human.facial_hair_style == "Shaved") + to_chat(user, "Already clean-shaven!") + return + + var/self_shaving = target_human == user // Shaving yourself? + visible_message("[user] starts to shave [self_shaving ? user.p_their() : "[target_human]'s"] hair with [src].","You take a moment to shave [self_shaving ? "your" : "[target_human]'s" ] hair with [src]...") + if(do_after(user, shaving_time, target = target_human)) + visible_message("[user] shaves [self_shaving ? user.p_their() : "[target_human]'s"] hair clean with [src].","You finish shaving [self_shaving ? "your" : " [target_human]'s"] hair with [src]. Fast and clean!") + shave(target_human, location) + + else if(location == BODY_ZONE_HEAD) + if(!(HAIR in target_human.dna.species.species_traits)) + to_chat(user, "There is no hair to shave!") + return + if(!get_location_accessible(target_human, location)) + to_chat(user, "Their headgear is in the way!") + return + if(target_human.hair_style == "Bald" || target_human.hair_style == "Balding Hair" || target_human.hair_style == "Skinhead") + to_chat(user, "There is not enough hair left to shave!") + return + + var/self_shaving = target_human == user // Shaving yourself? + visible_message("[user] starts to shave [self_shaving ? user.p_their() : "[target_human]'s"] hair with [src].","You take a moment to shave [self_shaving ? "your" : "[target_human]'s" ] hair with [src]...") + if(do_after(user, shaving_time, target = target_human)) + visible_message("[user] shaves [self_shaving ? user.p_their() : "[target_human]'s"] hair clean with [src].","You finish shaving [self_shaving ? "your" : " [target_human]'s"] hair with [src]. Fast and clean!") + shave(target_human, location) + else + ..() + else + ..() + +/obj/structure/sign/barber + name = "barbershop sign" + desc = "A glowing red-blue-white stripe you won't mistake for any other!" + icon = 'hyperstation/icons/obj/barber.dmi' + icon_state = "barber" + buildable_sign = FALSE // Don't want them removed, they look too jank. + +/obj/item/scissors + name = "barber's scissors" + desc = "Some say a barbers best tool is his electric razor, that is not the case. These are used to cut hair in a professional way!" + icon = 'hyperstation/icons/obj/barber.dmi' + icon_state = "scissors" + w_class = WEIGHT_CLASS_TINY + sharpness = TRUE + // How long does it take to change someone's hairstyle? + var/haircut_duration = 1 MINUTES + // How long does it take to change someone's facial hair style? + var/facial_haircut_duration = 20 SECONDS + +/obj/item/scissors/attack(mob/living/attacked_mob, mob/living/user, params) + if(!ishuman(attacked_mob)) + return + + var/mob/living/carbon/human/target_human = attacked_mob + + var/location = user.zone_selected + if(!(location in list(BODY_ZONE_PRECISE_MOUTH, BODY_ZONE_HEAD))) + to_chat(user, "You stop, look down at what you're currently holding and ponder to yourself, \"This is probably to be used on their hair or their facial hair.\"") + return + + if(target_human.hair_style == "Bald" && target_human.facial_hair_style == "Shaved") + to_chat(user, "What hair? They have none!") + return + + if(user.zone_selected != BODY_ZONE_HEAD) + return ..() + + var/selected_part = tgalert(user, "Please select which part of [target_human] you would like to sculpt!", "It's sculpting time!", "Hair", "Facial Hair", "Cancel") + + if(!selected_part || selected_part == "Cancel") + return + + if(selected_part == "Hair") + if(!target_human.hair_style == "Bald" && target_human.head) + to_chat(user, "There is no hair to cut!") + return + + var/hair_id = input(user, "Please select what hairstyle you'd like to sculpt!", "Select masterpiece") as null|anything in GLOB.hair_styles_list //dear god help me please + if(!hair_id) + return + + if(hair_id == "Bald") + to_chat(target_human, "[user] seems to be cutting all your hair off!") + + to_chat(user, "You begin to masterfully sculpt [target_human]'s hair!") + + playsound(target_human, 'hyperstation/sound/salon/haircut.ogg', 100) + + if(do_after(user, haircut_duration, target_human)) + target_human.hair_style = hair_id + target_human.update_hair() + visible_message("[user] successfully cuts [target_human]'s hair!","You successfully cut [target_human]'s hair!") + new /obj/effect/decal/cleanable/hair(get_turf(src)) + else + if(!target_human.facial_hair_style == "Shaved" && target_human.wear_mask) + to_chat(user, "There is no hair to cut!") + return + + var/facial_hair_id = input(user, "Please select what facial hairstyle you'd like to sculpt!", "Select masterpiece") as null|anything in GLOB.facial_hair_styles_list + if(!facial_hair_id) + return + + if(facial_hair_id == "Shaved") + to_chat(target_human, "[user] seems to be cutting all your facial hair off!") + + to_chat(user, "You begin to masterfully sculpt [target_human]'s facial hair!") + + playsound(target_human, 'hyperstation/sound/salon/haircut.ogg', 100) + + if(do_after(user, facial_haircut_duration, target_human)) + target_human.facial_hair_style = facial_hair_id + target_human.update_hair() + visible_message("[user] successfully cuts [target_human]'s facial hair!","You successfully cut [target_human]'s facial hair!") + new /obj/effect/decal/cleanable/hair(get_turf(src)) + + +//reagents +/obj/item/reagent_containers/spray/quantum_hair_dye + name = "quantum hair dye" + desc = "Changes hair colour RANDOMLY! Don't forget to read the label!" + icon = 'hyperstation/icons/obj/barber.dmi' + icon_state = "hairspraywhite" + amount_per_transfer_from_this = 1 + possible_transfer_amounts = list(5,10) + list_reagents = list(/datum/reagent/hair_dye = 30) + volume = 50 +/* +/obj/item/reagent_containers/spray/baldium + name = "baldium spray" + desc = "Causes baldness, exessive use may cause customer disatisfaction." + icon = 'hyperstation/icons/obj/barber.dmi' + icon_state = "hairremoval" + amount_per_transfer_from_this = 1 + possible_transfer_amounts = list(5,10) + list_reagents = list(/datum/reagent/baldium = 30) + volume = 50 +*/ +/obj/item/reagent_containers/spray/barbers_aid + name = "barber's aid" + desc = "Causes rapid hair and facial hair growth!" + icon = 'hyperstation/icons/obj/barber.dmi' + icon_state = "hairaccelerator" + amount_per_transfer_from_this = 1 + possible_transfer_amounts = list(5,10) + list_reagents = list(/datum/reagent/barbers_aid = 50) + volume = 50 + +/obj/item/reagent_containers/spray/super_barbers_aid + name = "super barber's aid" + desc = "Causes SUPER rapid hair and facial hair growth!" + icon = 'hyperstation/icons/obj/barber.dmi' + icon_state = "hairaccelerator" + amount_per_transfer_from_this = 1 + possible_transfer_amounts = list(5,10) + list_reagents = list(/datum/reagent/concentrated_barbers_aid = 30) + volume = 50 diff --git a/hyperstation/code/modules/vending/teavendomatic.dm b/hyperstation/code/modules/vending/teavendomatic.dm new file mode 100644 index 000000000..e670f5116 --- /dev/null +++ b/hyperstation/code/modules/vending/teavendomatic.dm @@ -0,0 +1,32 @@ +/obj/machinery/vending/teavendomatic + name = "\improper Tea Vend-O-Matic" + desc = "A technological marvel, supposedly able to mix just the mixture you'd like to drink the moment you ask for one, this one is branded for tea and non-alcoholic beverages... Mostly." + icon_state = "boozeomat" + icon_deny = "boozeomat-deny" + products = list( + /obj/item/reagent_containers/food/drinks/mug/tea = 30, + /obj/item/reagent_containers/food/drinks/bottle/wine = 5, + /obj/item/reagent_containers/food/drinks/bottle/cognac = 5, + /obj/item/reagent_containers/food/drinks/bottle/grappa = 5, + /obj/item/reagent_containers/food/drinks/bottle/sake = 5, + /obj/item/reagent_containers/food/drinks/bottle/orangejuice = 8, + /obj/item/reagent_containers/food/drinks/bottle/tomatojuice = 8, + /obj/item/reagent_containers/food/drinks/bottle/limejuice = 8, + /obj/item/reagent_containers/food/drinks/bottle/grenadine = 4, + /obj/item/reagent_containers/food/drinks/bottle/cream = 8, + /obj/item/reagent_containers/food/drinks/soda_cans/tonic = 8, + /obj/item/reagent_containers/food/drinks/soda_cans/cola = 8, + /obj/item/reagent_containers/food/drinks/soda_cans/sodawater = 15, + /obj/item/reagent_containers/food/drinks/drinkingglass = 30, + /obj/item/reagent_containers/food/drinks/ice = 10, + /obj/item/reagent_containers/food/drinks/drinkingglass/shotglass = 12, + /obj/item/reagent_containers/food/drinks/flask = 3) + contraband = list(/obj/item/reagent_containers/food/drinks/mug/tea = 12,) + premium = list(/obj/item/reagent_containers/glass/bottle/ethanol = 4, + /obj/item/reagent_containers/food/drinks/bottle/champagne = 5, + /obj/item/reagent_containers/food/drinks/bottle/trappist = 5) + product_slogans = "Keep a clear head and drink on.;It is a quite fine day to sit down and have a drink.;Remember to drink responsibly.;Products are assured to be GMO free." + product_ads = "Stay Radiant.;Remember to balance your intake.;Radiikist brands are not permitted in sectors 34-A through 59-B.;Keep a level head.;Refreshments are to be taken in modicum.;Let the day's stress melt away.;Please, enjoy.;In-service since the sixth Era." + req_access = list(ACCESS_BARISTA) + //refill_canister = /obj/item/vending_refill/teavendomatic + free = TRUE diff --git a/hyperstation/code/obj/Kitchen compliances/reagentblender.dm b/hyperstation/code/obj/Kitchen compliances/reagentblender.dm new file mode 100644 index 000000000..5837e7063 --- /dev/null +++ b/hyperstation/code/obj/Kitchen compliances/reagentblender.dm @@ -0,0 +1,11 @@ +/obj/machinery/reagentgrinder/reagentblender + name = "Stand mixer" + desc = "a stationary electric mixer for heavy-duty mixing various foods and other reagents." + icon = 'hyperstation/icons/obj/machinery/reagentblender.dmi' + icon_state = "mixer1" + +/obj/machinery/reagentgrinder/reagentblender/update_icon() + if(beaker) + icon_state = "mixer1" + else + icon_state = "mixer0" \ No newline at end of file diff --git a/hyperstation/code/obj/Lambent/gloves.dm b/hyperstation/code/obj/Lambent/gloves.dm new file mode 100644 index 000000000..8cbb2df61 --- /dev/null +++ b/hyperstation/code/obj/Lambent/gloves.dm @@ -0,0 +1,16 @@ +/obj/item/clothing/gloves/lambent + name = "Lambent's sleeves" + desc = "An elegant sleeve worn from the shoulder down. Despite missing anything on the palm and fingers, it seems to cast small hardlight protections over the hands, like a glove." + icon_state = "lambent" + item_state = "lambent" + icon = 'hyperstation/icons/obj/clothing/gloves.dmi' + alternate_worn_icon = 'hyperstation/icons/mobs/gloves.dmi' + armor = list("melee" = 50, "bullet" = 50, "laser" = 30, "energy" = 30, "bomb" = 30, "bio" = 30, "rad" = 30, "fire" = 20, "acid" = 60) + resistance_flags = LAVA_PROOF|FIRE_PROOF|UNACIDABLE + transfer_prints = FALSE + strip_delay = 40 + body_parts_covered = ARMS|HANDS + cold_protection = ARMS|HANDS + min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT + siemens_coefficient = 0 + permeability_coefficient = 0.05 diff --git a/hyperstation/code/obj/Lambent/shoes.dm b/hyperstation/code/obj/Lambent/shoes.dm new file mode 100644 index 000000000..aff7e1271 --- /dev/null +++ b/hyperstation/code/obj/Lambent/shoes.dm @@ -0,0 +1,14 @@ +/obj/item/clothing/shoes/lambent + name = "Lambent's heels" + desc = "A sleek pair of leggings with high heels, gilded in golden strips. It seems to have an autobalancing matrix installed." + icon_state = "lambent" + item_state = "lambent" + icon = 'hyperstation/icons/obj/clothing/shoes.dmi' + alternate_worn_icon = 'hyperstation/icons/mobs/feet.dmi' + body_parts_covered = LEGS|FEET + cold_protection = LEGS|FEET + min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT + strip_delay = 70 + resistance_flags = LAVA_PROOF|FIRE_PROOF|UNACIDABLE + armor = list("melee" = 50, "bullet" = 50, "laser" = 30, "energy" = 30, "bomb" = 30, "bio" = 30, "rad" = 30, "fire" = 20, "acid" = 60) + clothing_flags = NOSLIP diff --git a/hyperstation/code/obj/Lambent/suit.dm b/hyperstation/code/obj/Lambent/suit.dm new file mode 100644 index 000000000..c9c990bcf --- /dev/null +++ b/hyperstation/code/obj/Lambent/suit.dm @@ -0,0 +1,13 @@ +/obj/item/clothing/suit/lambent + name = "Lambent's coat" + desc = "A regal-esque coat outfitted with inert nanites, waiting to be activated at a moment's notice." + icon = 'hyperstation/icons/obj/clothing/suits.dmi' + //alternate_worn_icon = 'hyperstation/icons/mobs/suits.dmi' + icon_state = "lambent" + item_state = "lambent" + body_parts_covered = CHEST|LEGS + cold_protection = CHEST|GROIN|LEGS|ARMS + min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT + strip_delay = 70 + resistance_flags = LAVA_PROOF|FIRE_PROOF|UNACIDABLE + armor = list("melee" = 50, "bullet" = 50, "laser" = 30, "energy" = 30, "bomb" = 30, "bio" = 30, "rad" = 30, "fire" = 20, "acid" = 60) diff --git a/hyperstation/code/obj/Lambent/uniform.dm b/hyperstation/code/obj/Lambent/uniform.dm new file mode 100644 index 000000000..8fcd48a2b --- /dev/null +++ b/hyperstation/code/obj/Lambent/uniform.dm @@ -0,0 +1,14 @@ +/obj/item/clothing/under/rank/lambent + name = "Lambent's outfitting" + desc = "A Hyperwoven outfitting meant for a Kinaris Lambent. It's gilded colors and ultratech weaving speak highly about status." + icon = 'hyperstation/icons/obj/clothing/uniforms.dmi' + //alternate_worn_icon = 'hyperstation/icons/mobs/uniforms.dmi' + icon_state = "lambent" + item_state = "lambent" + armor = list("melee" = 50, "bullet" = 50, "laser" = 30, "energy" = 30, "bomb" = 30, "bio" = 30, "rad" = 30, "fire" = 20, "acid" = 60) + resistance_flags = LAVA_PROOF|FIRE_PROOF|UNACIDABLE + strip_delay = 50 + sensor_mode = SENSOR_COORDS + random_sensor = FALSE + +//We'll add more alternative outfits here later. For now this'll be how it is! diff --git a/hyperstation/code/obj/clothes.dm b/hyperstation/code/obj/clothes.dm new file mode 100644 index 000000000..da96e29ad --- /dev/null +++ b/hyperstation/code/obj/clothes.dm @@ -0,0 +1,7 @@ +/obj/item/clothing/under/barber + name = "barber's uniform" + desc = "A fancy pink shirt paired with light-catching white pants. Yet to be blood- and puke-stained." + icon = 'hyperstation/icons/obj/clothing/uniforms.dmi' + //alternate_worn_icon = 'hyperstation/icons/mobs/uniforms.dmi' + icon_state = "barber" + item_state = "barber" diff --git a/hyperstation/code/obj/kinkyclothes.dm b/hyperstation/code/obj/kinkyclothes.dm index e7be65751..efe4ba611 100644 --- a/hyperstation/code/obj/kinkyclothes.dm +++ b/hyperstation/code/obj/kinkyclothes.dm @@ -160,6 +160,9 @@ obj/item/clothing/neck/stole/black var/firstpickup = TRUE var/pickupsound = TRUE +/obj/item/clothing/under/vaultsuit/no_sound + pickupsound = FALSE + /obj/item/clothing/under/vaultsuit/equipped(mob/user, slot) . = ..() if(!pickupsound) diff --git a/hyperstation/code/obj/plushes.dm b/hyperstation/code/obj/plushes.dm index 58de2e35e..c873dc11e 100644 --- a/hyperstation/code/obj/plushes.dm +++ b/hyperstation/code/obj/plushes.dm @@ -74,4 +74,11 @@ item_state = "enzor" attack_verb = list("tail bapped", "whomped", "squeaked") squeak_override = list('sound/effects/mousesqueek.ogg'= 1) -//End + +//Arc is amazing and has helped Hyper in terms of spriting a ton. They deserve this +/obj/item/toy/plush/lizardplushie/arctaisia + name = "fat lizard plushie" + desc = "This lizard is a heckin' chonker!" + icon = 'hyperstation/icons/obj/plushes.dmi' + icon_state = "arc" + squeak_override = list('modular_citadel/sound/voice/weh.ogg' = 1) diff --git a/hyperstation/code/obj/structures/beacons.dm b/hyperstation/code/obj/structures/beacons.dm new file mode 100644 index 000000000..8fb24d889 --- /dev/null +++ b/hyperstation/code/obj/structures/beacons.dm @@ -0,0 +1,7 @@ +/obj/structure/beacon + name = "beacon" + desc = "A small marker beacon" + anchored = TRUE + density = FALSE + icon = 'hyperstation/icons/obj/structures/beacons.dmi' + icon_state = "beacon" \ No newline at end of file diff --git a/hyperstation/code/obj/vibrator.dm b/hyperstation/code/obj/vibrator.dm index 40e1446e9..51f495945 100644 --- a/hyperstation/code/obj/vibrator.dm +++ b/hyperstation/code/obj/vibrator.dm @@ -132,13 +132,14 @@ Code: if(2) //med, can make you cum to_chat(U, "You feel intense pleasure surge through your [G.name]") U.do_jitter_animation() - U.mob_climax_instant() + if (U.getArousalLoss() >= 100 && ishuman(U) && U.has_dna()) + U.mob_climax(forced_climax=TRUE) if(3) //high, makes you stun to_chat(U, "You feel overpowering pleasure surge through your [G.name]") U.Jitter(3) U.Stun(30) - if (U.can_orgasm()) - U.mob_climax_instant() + if (U.getArousalLoss() >= 100 && ishuman(U) && U.has_dna()) + U.mob_climax(forced_climax=TRUE) if(prob(50)) U.emote("moan") diff --git a/hyperstation/icons/mobs/feet.dmi b/hyperstation/icons/mobs/feet.dmi index 245fe782bb2966e8041b93803e4d600b63796209..67e5f77089bc47547567e9232dbcc4d99c159faa 100644 GIT binary patch delta 571 zcmV-B0>u5-1^)$*Bmq~EB}OXAXBYp*NaKwoBq%vTRAVeRM;aR@1U3K(00001bW%=J z06^y0W&i*Hf02o8f0vV(o0OVYf=ivUf~%hk*r@=0p)&FW=j06l00GNML_t(&f$fvq zZo)7SL~SPpieuwIxH#nhzq4ZpRaEsZ5-)w|90Wm{_3nw|7()mlgb+dqA%y(E;v?fa zGTr{YJ=Ffub)9)O%DOAt8hiLI@$`-{bxB(10t@ibB@Cos{jh5_aHl`OUoazux7vw76dt!#rbk zzAFNHUi#0k1eAjOJ)m8JxaNvM4HtR-vi1-b&zO$^FlbIFdR0K%Bi&$~uWayr!GJ}$ zMdV8rSQLRJzY;)+v>0wxAm`>T<+8Ty(9+Hy0;NnASZ6%*1xM^7s!I8T=Kufz07*qo JM6N<$0fNw={VM42k*DU~Ke9!PpA89RR8nF@jH90g~sFaJf!sFkLUqPuH8dT_@%de_+Zb z4e<6v10a1u16=E$=+k2c_!QhQhHvcwkHJ|&KaQy^K^n(e2M7;=KTi-m67WTcXyNG+ z3_kgY1`+q#KF8*ZB>)Q8IS3IE_!LA)l&}E95F&PY3`6yx6`fB(F5m$|W1HV?^CSu( zgb+dqA;f!`!Ts`@zgKX(Rj{nUWaP{8l7CcCyIC+Vz~oCk9X?_Pp+oe>Uy zOmy9^#jnKY@t3T5|2zVnfQO`Gz%RuwyhnbyksuGj1I+W+6jx_y%YWB2*Z8;o1Xuea U;xEu0001h2m=5B0K2`CDF6TfV^B;~ zMZmzoA0HoQWOXw$GfNyG)ICABD=z>506iERc5{W7mzQH>V^l^viE>|cVp3U3K9O7= zDmNwo$!8bijU)fYNF*pZEH_6&RAa21s2czP00DGTPE!Ct=GbNc004}Uk9mKX2)lEW zQu9i1sZ&;P^>YDx9ROf)N;IBVS33Xz0*gsRK~#90?U?I!s~`|YqeK&XjX|kxAZ#RLt;}u*00000@EeF?#-@O=INDer#*pb%qxMOfPC=R` zdqQx2EFuLL>(&^zAfrY}!P$RlPYAM@9j4$QqmA`@1=A!wPQg(|mLM|(m?h|`yO&-! zO3tVW67w^bX-Ak@17cHLgLX*{ETaX7JoS3V zv|QWq1{c@gMUTcUeY7q~W*l)wzNB&IOK*^vd(Ha&_O*c6qpxlca^Qb>cGdg<00000 z0002Me~Pz1Cpjj`kx1V(YBS#coLV|vBbWve^!Dd=e_7DmpWEHn|GS&e{lBN@m)ALX zd4Aeh58nSf<>&JhoX`1bV?B8P@090SloNu>_3-^a0000000000za1WQ_F|r%7dO;p zy5s>B3q!y*@YVaY81jE%EZ-_kpnBU}@6$qr6D&&pJ_YZ*{Qio3btP5~Z#k5pxzxt` zH5*V+7y`l)^wd?>D>ydkKIpPazY@JWC7@pdK?oX`gccM+z30MdI5z2)1gYMg641_& zmxQ3uB6|bZ=Tv%0Fn5(^sNP-w8LPCYvOZ&67@=@DRCM|$;0u2d000000001hKgd7+ zlZ^9{H2ie@zqT&9)U|*8y1uyG`aeZM{;F>Dx$9V@n($)ICABD=$458&pO+iE>|cVp3U3J~t)+ zky#!UI}t}500001bW%=J06^y0W&i*Hgpr|ne;AiSWd&D17qFKAc5FVdb}H@B0005V zNkl$qUAo zfUzP^)O8J+j;m4w)^tu92iG?>E4#0n9P5p$A&W8mNpduABh{ zf3uE&6?ALe#A73$dwX`^umlJ93oBL{m#}0NZ9wO#?U~bRK4~C7TDSb@T*Asaf{Oge zdFMhqK=gjArftIGmhKjLh`A>K000000Dyl<-Eh7HoHuo%{^Ha$r|n6eDm7s3S(65W zx^B&53~AYgk7Ru^AY%+j(m+3m=Mp@{cJT8P zxAdw1pm!;3K=kAh*jds*P~UIB+7}@m0~`7W449Wp5(cbGNE?uH>fL)BOg|nmc6j7`hyVZp{3YMkej6<(U|F#M O00009x}>{%kr0s*5m36jQPF3cMMyF~KLDW`!r< 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 bLCE?48?X|{7yU>(00000NkvXXu0mjfhSyPX literal 17222 zcmbWf1yohh*DtzhlnyDSL`6lq^8gYG(g;X5NDI<&kd_olX$g@$Al+S3(%s$NoU`xd zf5-dYyJNif-8G#2oU=RoyDX%IG_=vZP{Nxla{4p{#T-(C-**I zRj0z6O<>*d8(D|(D8gnaH?vYqNBF^yE~zT_e9=KCQ4gKicU3P|yW6MYdb1y;ym)C+ z`=-xnF6VYmIMTd*G@ku7dToBBu$AZ>zEA2BOtbCH)Pz>!Hy%pe9hD3K48U6{33a!W zy;M&(^7lz#Q(R-tNR33R^f&RxZ>upMw-RG!iW5h3h9;=EqPfcI#zyz`4HQRmub@m_ zXq`XNIv;XncK;6Fv3<~PMoSxV|0M%{0;Z(jGh9dcVMfM@# zQbZ|jzqokxLi8-{WL#$>r5J-4Q{und0wN2sCbfN~>xhQmLCYKW-#kOL*2jwGnF zTaw$&LzR96dg=H^?5d&>a44Sie)e4IN@X`qH(*Y9f%^%|^F(iM7J+hti;W1fs-jP| zXn-}#g|(gk^sZ!-jVWt$Yu+mT>!w#yc5PjHh|<5T4+8#HEOyNIV%*G`52jyrj%HZjraqU`J zk=n}9iD4eRdz9;`aX8Ta>6QB>acO;BQqp05LQ4b%RMukJtc`+gNH$jj;73BOT0DioBXI}*YN`^LHa9}ffuh*Wt$b*_-!nN81OSqap$0uDxgw; zB~6JM4=8yi%)ui{0G>>bB$)xFEZ)Qpg`x<@1_7%o99Ng2Z#^itwqA$|DHaZpDhEKP(3mviR=uS46nX!}o8dY0Vg z3^Pr!-q7~W7Tifd_{dN-C4EpxB*KkfQT&T2HTR6L^2ewyNTjrBGNzveO3iZ5(HO?B z<@(B}G0I~&G0EndDN>!8Yrl8{s~bzwsm^Uh-5!cvzezDUaRaaQtsSYzMxKjCBA(8Q zZ3$j$F(uy=fbSLj(SY<^GO{_8Pc{48Ubk(7?^ip}g(;*$Yy)f3uN=m!<9UhLT%s91 zIYhUq-RZo4W&3ClfGiTso_UQl;BiRRZ5PYBk42B)gM~gIZy;+A77+UGE3%96>Ok7i znNf|YF7*8~=2tIFS^>Qe36=_h$pp-?^d`-m%)JiKam90>}h{Lsr_#1Et0JJEB7CgeIq z{j016af#*1_(ybXB0GtOE@8UrIL$G|*eR!%%Jahk5})opxBp1`(9Cw&j3jBu_0;0s zHCi&~7EU-0-N%17?dHRJ2Kk?cSI96ptK?lVJka78^(!(F3Z7eEQGAaJbHFx2-=-wz z2RHQv$r1dmZR26-O0_f&~+9(7x6vkwjEIK+Ckmp!pG8uc?#Ki`2 zx0&NX4s4QhR|XLa@3ESHG2Iwai%=A?o>}f4;!KVcqE(zJYN^U(Y;}wA2CFF)o_YT1 zc%vNqIp(uba5H_S^)^~KI+KU4FgnuusjhNrQS zKUd+!l#1gNq3_i&&PFc{itZ|7{NU~|$r_^cM%+mr!^OMty`|kpaW6@9QZh2mCoD?+ zOX_6S$bB158hyLqxlHSt33QvdQ0&+;$r(l0d8%wpH}|&Tmop^rPbH5_7-4nA_Lwlm zdki8hcv3^xPiGA~&m^x{Qi78-_VDnnJgyDSSUETkapR<)+m5_kQ6B!Tahf65#9ppo zHYyVJRZ9Ke(s8R1UU^p=m#nG9OAvf8qb9A{FBW+5UDJp@AY(7U z{JB~4;7ij$Ipi;qFbyYWMp)YS!8JtmXZL_J9m9dka84?|Vc5j}>cV5y=MUmN7gTDMX{tmBJX)D5U3jTRt0)Q zRKCLGT#RPVAEAFn)Z05k|5xh20|oyD8Ke+TQ_?wylv1zRSK;0vn>a%rY(9@($V|4g zBz#x=p8!GTGVoRjb-<3&JR@?%IgO7o4A4`J*r)N;zt+vFlMUQyu;jmjogVdorA#z+ zt@F`gZ)ls-FCG+-8O17CA=o^4f*dG!h6+f&fn!$&J5G`)A{o5oRu6{!@5IdUnrKgL z?Xony8Kc$LNyW7Q@EZW#D zZ)j6y&fwZO67D&J1f`;?ZnCwf2==SAw!ykvrM*v&&zkfllb!_yuG55TU~>a5i18B{?DYf%1s`L4 zKZhgq?nF@Qy(D7u2LEv|CkMl%xkO0M@AqsB>Mmx=(X(>V zePH{x*bIL2L zg0$}CgWVwP^Pn5>7?~+(aqRdaPN4^8^?4jUyyy@-%O250vR9=hXzsa(n!;EIMzm>> z^m0TP*+`r@bXPr5^x|wk2JvsEm<>O4b;~LB4ya9@ODxnP@0k_MG7k?f-NK(|TNgRP zE-1m1y_7eUyOCIqu3j|ICiEEOR}K3-r<#{~%q7LmKw{@! zH^ctO`(wJn???-Gvjli#cAIwXc>ZZ3vIi7*5FE3#tVyR?MUA$B&CNETF|Zmq7)L90 zO}FVCxY12%ukrFV+i7}ICf3hiDZrOTTnkU7SODGNZ;6#2cmW$kg=_C~C0+mGK}S@8 zYuXToa)e{fp>y|)sraaRS}zI8u}sSMHb1UDwthQs-xl4$EJRb0$LBG4;p1@(=fURz zyU-{p0|!0~Rb9)Ds#XjbbiQX9#rf%Qfr#B@_8uIxb(JU)Cb+Uqrfad!xP*~r9>Jeb zie90Xu3@CujyF*&fd_+F32GIJdc^8F?pK!N#JZn6tpen#8kf}jENLod!DzYyekNA6 zS4af*r|TFwu%HH4^`@&Mk2nrDg^+QMV(Xnp){;w*8Xa#}A-)r+>~VbYlS}-noYI{- zw(`j2PhRu|Z!}m3GcQL)Nhw8u7~6h-JvbJT2p-CJs77}3w6e9hSTawW) zXbY$~8u9G7oT?17AChK(+zdH)8Aox3$Yr3;(Ap1!?3SnmB`a$KBA-V&43^no4r7Bpo3YhWdBQb!ZdP8{wd}&7Ip+W1?Fqr%IAbt*cMFMG=n%>Pks>^`;Vx8TArcNv%PHTWBJe#okayRdK83D?Pt^$WIR)8`~2n0 z)*xs0f^oj!I+JQmjRxAGxujgVL7Neptr$@cc_xn5XU9$HUpB$D-gr*naVY-|Er6RE2GPJ^>{!gL;cDm70tmr&(`an zOpy%}ctiagg>V&8IrxkYq);x`%}uy7(ycvspxy0K025&4HB5&%&06jr3OV(}_l-__ z)9^C5e)we2gD=RTENb2_KEn4FR)TDD-_batDzjLaHQ^8W3}^kebD}fP_&O+~z8>G* zJw{nmlNnpO;`);|jWv0V9^%f!f8W!7Ty*R4$iTWfBKlS5oF)SpETaUb3zX5rYWFC3 z1Ri2k@(VmX%9^oj`O1A$5vw*z&u1fWeEbak(833BI2+S6nJif%*}C`&bh8){)@=^z zVrq2j0^ytrw1dty6ejqB;b);U^e?=I(jIj-Q<3fMu}gfrT@bzVW5dJ47-GVyXC(A2 zyTEUAat>o_j|@5D=Gv6PQ_ZKA2Fy;TT@$Zgvs8P}>VIqwp*RMc&*AoulYE(TCoFuA zv7df^FD^mc4%<3c1}O=2nJF8xPIT_2VXdO0ZR8+cqlls)tp9>wKqf`lm11LH4BH0g zS`1yJ64de%1(#qLRx3_qId%(YtPRA$$1~fK7Ep&QJ~?n5MB!~p@sMVzeW4sNPaVNy zkjMsfT5ZYA-P3Nx5f37GNK@iHS@M&L&&KWFrh~xgHoo%5Q`XTp>0Wj5k^ENqf$^u( z$!p(0rd;;vSuzofSL`r+fQri$7x3q5o|l3=bkU~u2%Se}lXFlEIQBCRR7w$eFm~ag zqNz!F1m<7A&=uHf(kC-?(g5D?u=$J^9FzTp?8D$(EN{b8|P zxv_G7*#1j@6cKRjS-HHNe(9d?fvjMRoT0=a9)En9BDGBUpMHfi7vgh_zL)x#tgo4p z^5DxyZ{^Vc1;s{#H+;y_ciKa?fG%DM6vI*l8V~Xx(6|O2sJXGbKRB1bomP~>x=N=y zJandred+YuR=cRb`Pa3*+2vmNZNusNYgn{pQQX||;h^_byo5Hk`_U%XSZ$d^57^Tt`=-{kat)CYUpW&_15zMK;y%!VF{OncJv%r}6; zN~ZKH`&&0a++7-rP!o;^Sc+-)7~YOJPL)J60RUMUn}0i7C1mUhwjUa8s4;w#kT-4f zuE-sPwK)cC{fk~50KDLPn54_bQ=_|V(M(Uwmd=Txz2mfsvKRY=o=1rDEww+KP(-b) zY-+Q`e`s<#G&>xB2u#>sgaeZ`PRzZ7gTW(P?TMTwev$Co%TMv~@j?DLM8@a4Q?)5! z>+9z0pM_rgq(e`$v!Bc%8AK@o^1)z|M=+lhG?b&P$9$X56EVcCg*6h7AvZT?Y4-z? z^7a1LG7IbIwD@(nflgTc(aI;NnMtBY##evLY%c%(q!Ro5{5uyHa9PH&C3fqiDuaF5 zC}R0B5B|}mlIl{`hA*5>M1X-xKPk1SMohK`grrNOqf-&9f;H%Kb_!dxKP)rvmozqh zEE7e?$|o{#w9+-TIg}Nhm>BY*%-jev`lKE1PA!N4@;cuj)`zlW+f2EPPB({^E8E+p zI64!@uN`%=HzYm8l9H31;lub7iyI=-C&e!@R^vb$Th{GV#d65%209Oqge(TfGjopW zl@C6L@;N-L$eiDj@}7traA$0s@lK^&R?%1aS=V@a&Of#U08l5?ZpugBz!yqQ{Dy6R zs~ql!$Uo(?+=Hj>IY3zthsWuruQ$YYM0`92lzO29$0sMHP8*89q@O*X!10BcD=#k( zIe!DQE~5WSk;ew3$04E{RaGP@W)$7H<^AqhaNqZAE_dR= zY)M>B6L=SmDK2`NgD(XRCh_6{?En)I->vYLOIq}1-k^WcX&K%1Pa8qELk6f~jL#N> zX{?(hZi2%m^1ZJrq-|^38nNc8~9CS5!y;6SP{wf(Hf$u}HW z{vo;78w`Q9V?5gw<@{#8Grhf7SFsFPi)Q0a$F5JDw#y#@Ar*~}nAWLe!qCv@S()b9rhY?{s81;ZCI41?#! zg47?b!^oMgihs5^C}e^|)@sx9e@BU7H}@;_h>*$)LkEWU{`YY5{{(U}cwl)u5_~P} zd$sGKUsIFTRijFdMv&fT8@0Xqy2l&W7~QR z)i(cw-y?F&ifo~7jxs@dw1Cmv%)B%pp!w;GnQ85x@#-~&mKoF9#r~l?m@vdQfA1P+;QQ% zK;p3}zxU>i1ExT_buaBtX5BDr4AlJ}-xmKB?Y1`uP28kSH|g(*E8J+lj*8}D;SN*i zOAKgZ{@eOeS4W5C5~ZzsFZ=qqub`;t{ky=N58vV;zji5TX>E$5Y}eR9NQx?m0xwmDNyz8i#V5qUwN3G;Ih7e={^e>L7nZAO=KZm z9|G>@@6`-g?N(arkB-XKXl|{x3phDVR7a~!~l7=PiW5un%BM*Y6#PMw;E8t9<#mIu3F5vl~jayR!x!5J6bV28& zp81$w%UNIdtR3Z}?vcqY6H(nb$aFGycvXbjl{E-^#z=sx9&Kl>q4@iM*<`s<~qm&j$U&drPy$ zTIy29hM5z38cLrhP-DX;K%s~pBR1oraTknulKL;kmnoah_VBk!X1yzgEu1sF-@L-OQlYzje|hgjJR=N4yqINn>gqHaQuv{CMa@ z{rO=^+>egqXNtxhnhV``XPyg(#eZry6Uk8N+O0`AxR*GTmydXSuu8OT(GIQ*15e?P z|K#I%M|wT0zKb8K*Do@nn=sM*;E|TGji1FdvQH4@43Ku7#S2E=6?&TJ`7(GgeDZi| zJuyx=9+fa48(Rgw`L%dT#kWT2T&HJTg24uH$y^^Fm%;4qLwY*Q?6;&j|CZ^Q$-)uB zgo`%V0MkRBSY*a6$wI1js?C34s&mBSk(f<>Eoq<@=Fcw64i~N}hH7@qc zQW~t)O~FO-dorfxr2{B|G2StBaHsb=AH(ps9Q{rwF^k*zM^ouV?b5$qo_GyK1A^=V z&P6y7ncs<@8lsKpjXI8a4l^6om0Ag;e4*De;C;!1p>>Do$Zrqtr4y3$&ScDgMzgfC z=30HMrKiTqQ^C8%%5503Nui~`6=8>2I*!9Oz#qEiSfO$g`zx??KMLX}s3sC3ky-^*WZNEvUx1vT$bMU0iWh6DYyg{vCQ;+CRu@Is>ZPq$r30 z$FQvQpvPnD1?pQp+hYY)+?};!M&XT&F+f319K3i2= zrFLt-!(c9R7gj>M(b^1E)?(XsjK^J(w8E5!I6%(9l}n=md<4grRi`qRRj*ckQRMcp zO{>w%y^p5(c&&G;jR=NsH#nRl9|%!cHgcRK@mf#L);MvRb`#@Mb78(E#B+Ns{N4kn zY$ow?4tnv^`HroPUT!B&$JI9~1tyzvDPNoLWWfuHww>l7upuxNx}|-s8G0W6NRZSZ zO+^!#rA^+m=K{HLZG0&iF~XPJqIkS#V?m;XR$Ie4t?A&c#j6j0Rj3P>HIP6 z!Goht(n~*Ysp|QCDm;sWx>Bp&?b8+aph#P#%~UJ2XV!r=19$fn?E1QFxPHZJYc1Ku z#e_LIIe>5EPZpypPWa(h{w!@RLf|3|sDfRUtu?aUy zwt9N0O+)+(I2^!U^Ebw~#)~i5*@-5bV4K0OpXz*R5I)~7J~@u;N#wIlGVcnzj=uDY zwqc_0>!CE~y8hsWXgJrNOLd+9koeqpp^hiydkadtS$(+g*7~`KM#JNaZ^gUb3-K@YznQH~Jtw=4ckL&vpV8lKJ8&DJk(} zuwjD7HeKDjx%`{GUjrL8l2ovox09?Gw=8uZ&VpC>~&)edNemvC(rRL=oOM6mv! z8=MM@`;c$ha_w5~2)hZC5f~jC`wGW+o311{1sQCZ+0~b@4RNcOX%oxJSLO=d6&k_Y z@3k4P_>D+W{&7nS0f}ahVZTMy472BdDI|x-hT)3ZdYwfPVF2Grm%puYwAqpU+c&nf zJIkyoQsbYS|AoM;dTTFsmAWJqnuwn3a!9+e!b>;m#P*wC zqb^(*ysH>nenYvI;m18{i8L%Wc2?eOnEBQ5n#9Sjn})fR?`-);vP)f97RE7b_C{xQ zZH-Y(Ol-3b!kn=Q2`gW4=&1f(r|*s{(F4UbYy3%R{vqgZG|VYtu<6D42Y>r!XERs5 zCE~N2?KU4s`B2Pr{{y5)|51T0K_aE%CfCW3ype&_d5c&SQGbrT4is z`l*6+)Ty+2foIkRwY~)EmHs^~$k+Au_Ttfa$Es>-c0J5k7o*y|_L$0eJMgzmoHa5> zX5>u+)ahmRjaS%EYu&SCBJzdZkFy2VyheYklL*w|nrbV2AX1XhjI?bs3{lmb0y1E6^-t zO!I3N*#!6wD6)Hr(G$|o{@l4@28rH*P4&eA$Q!bBqfs+=OMBbS1s59<=i=wD%w1$j z72%p+7j949%{CYpt@G8F7YB%<`t00hX#pT+3SHBa#l{84OP>g6Hje1>hp{xn^8Q6V z2hhbmWrM5dR*oJTs$)PY!D~rL^z9w1r6Z4}GY^7~zN*jGDY?Qrf*@9aO**gD>1Q$b z0Afmupsp1zspMOD^p{m|NHFFHs~8FG9&0s^HM({Zjf3SxSLXaGHJ+BLm5`#3PNZ8M zyos!f@T0ks%(*Fry;8v72EpV2Mh1CIPoW&lhUrdNdScE(e7E~9`ey1p0B=4D4!v0>?H)3-GHO>Oc*6a#lF z$f8+nI@2hCn?4u@<$>STMvN*uO%^PYF}TD#g@!go!m0(x-aX?EHD6l^q|^_YW~&i{ zi2s~G0fZ~=*h-~#%I5yIVOwZ01Hd-Crb4cq=QKG(jc+O{6d{MjhBSYf$ka=G~P z=*>IF<_hPp=13-0cZ*^=`=Zm6>p8Y?G0**o-5}YQfB;b5?CrrmkSd6k=5ymER?5CQ z`$Nsxpt}em0H_~4Wq$R|9TdjScEPAr`$wNQ;E@0**qU5R2)(6z^r*Uer&p#0@zAby`H1N|v@ zQR0KsB0Z>x*xy)hSo$z3OEEJ;r zTD}YTN_=cPYiR~pGwx8bL7*Kc42YuUt# zjAt*F&18uLmB^`Tw!wF_Fkb!21YdcX4a38K@})*?*gqTA(Cg`{*sfp8nj2sKE~Vl! z#>dVv@RKilW_Wii#6{LrZU4*au8j}r^2D{LEp6&R;YqoxdsShCi-ekv-J;2|ZCi!P z0{KEdx01A#bLqG`FWOo3nRnWMs4YOFCE<`q5c^k{-7flBG z495WtJRW+!3$FpLTy298EKeuM(g$&3dIFH_Ah9&jKKA0E8#L~UW~sA2zYaPug4SU* zJIkF0Yi^>&CFg2kVD(!G7l(J|c)%k6(;CZaD(-y$$>`G$8swXEDHd}$s=u(6{UhQ^#UqYous z1LkE9fWu3~$)|(icOs6U+pV4L(=@NGhlRR)&n&^TO+E}v-`LoeHx5r8w?v27=M%1g zdnqCQh;UhyUUCNu*rI6{(1cij#6}&>h_Y8xdtL1kPy}yl7&HQ9l^(-e27$|m3#h2H zc7luR8}stxypF*q-!XdAVHHg%R9+z$BvBLpz+-Xq%1J}lCqEl11T7b`M^AnC47^TdMqQp` z{aJ`zMF*gXD)jz{vo~_Kjn#WcVU(E;XKmZ%me#iS5l4T5Yc;^peP$f0-)uZ(Cj94c}b1qa!lH;f})Fn^j0?`e-e8dOHS; zv!!{CB1)hKpJOEGCq;IddOK*JwC;2rb^DJ10C?3!!-;`;Th%F7wIMpR!dgNawU-)t z`=Yr8Sr-k<0iyP>d?V9P3fy;UjG#xe^BM~6zo;(Vjo^8GmNPmr@mLhQ*0zZCHv$py z#qr><2?_`@DE@H}l7Ne>>c4Y>gA{R9tB3JybU{sf|CG`#eCz2sn)&Qavj#{aW|#$T z)d0uN4ID4NP)ym!P$k%59e!r^+0@0be~ciJZeRT3;>ilV+2WDG#){IxCO2-I`_kD8 zTKbi}Zx&-F{$a<%rZ&hqB_5x!2OyOOjmaE4KP!lhr9++z>mN-v5g@HZWsIJtqZ@Tk z(8Q3IQz0dkn59xwAGp|R5Kw&|^&*`n>n(~t5tX3y`iF=KnsE7!iBX#{^Wi?TZIS|f zE7Hv~Q=p4|J{l9z#frW5#_r4e7C3tLX{tU9_I*e8q=BxwlFjHQJa%;UR2XZ%AP@vU>t8nw?A7PGOEE>o)?cK`I0X$`~{VCb_ai-bia ztNuP%DZ%xlsy_7HIP-8Ywa;tjZoW6N&gC?bZOZF(ILcLYSZjxoGH2Hn8MTm=DD&Tq zZ2W&u{+(KL{b4SfCOQ^V2&Zx$jc{2eo0-S}qtW zbj3~iM{^w1)qLnC$ljmS41FI4zde!Pk;6ag5I=*zfBzua=SoC6)$fILVSc`x=EMB_ z{K?6_udl2>vpq}}RJmPAKO5gLwNNl5ARs6#EDVnr?2q~Zc5SSe{rST+{_kJ&pR#9C zror315_i18#JurjBHwk5z-RppkhgMBYaTb)^w7&jXiW}$ye!zBA_B}!=lUG!lK z%MN@1weoc^n#+xfExqEoI5T|R`4#6=0wq)_z6VyzT|>Llk6=Ec1ExVeHeV)Iprb@e zPt%{4mBHPhc?pM%>!$qtP*!aRZtR?Flk?MN9H)UaA6j_@#WsR4JAZwN-_YwhbuS!% zfo%Z4YziMSK~OdoUM*aVVeRly{0iPg_eMna z>56JKu4oyX4?V~yv@(DF|A4UjR`!AYbk!8WJ*G0Uo?+`7zB43$LGeS$X^$3+VinZj zK%dFE8_x8!PV^5>Ldv8;lM9q>rc6uh!vaOZU@3Al2uF4!noHf5jYN;Gk(CiE{h%pZRd$kzaYHSWU_aS!* z7P)!!MfO{T3B5r2f%Kfb@%;A%iT(THxr4z1G1QbaR?&-ZI#*c`W_O7Zq^?|L9ij2h zn1PIu4gdcAW{8?ckRAfgFWL_~t`Y@>Y%4cwm^^?af`^`UJ2lEJ0 z;t)O}_D@&Z2dl-wo7&rSL)XRTFBnNT%R}HTtG>sYAT&=M(If5MCirBM_IbUdM0?dw zt2>F^N9Z<_?h=mjr?i=wIHFx5!C{ucCFrZ7{FS`>zIDA#U6B}FN3Q&=&4qb2C6l{` z;VmnCE(+suy`33lWn^LqN{VFKvR~`V2X@-Nv^bF_5H3!#@_z4vUbUbc5P41k_;&62 zL1@hQ*btwFi!^U5VUf9)Ysh0s1jxv0z`CPC{4M|R*a7;mdN0V`!FdaVn1x}mKKsX) z0_go5htkPOv#rW8cvY(wH2x*3$+B(hARqq-RN6;9o%aFXm%Emu14%j$A6$6u^>3g7 zd$dJvH%QH+m^yggSD&7SruJ#dG~zR~ub{9$a$$Zbw1Qpa%XiO;p@ie$g{A=b%~+Nj z=wIb<;0+5Jqaf;}nzc*SG*N5bbNRxFUBF6rF@IrF54PxBRvCzf!fsJd-*d=sy57Vw*4@(_ObqdusQO2LRSxnD$pxD1&A%U zuz0Ye3TUB6zEG*ss#ZyM)IVlHJ53xKD<$U>`e{|yb+=}VhFh5Dwezc|?i@aUZY3bb zlO1Y=o2gz07wAHmeKd?kmaZj2em|t;EJ&?9GLy*jjC3Im@zUQ4_Y&&XLKBn)t8ot?=(@W zla%sCp-D=FsLCKA)Zn(aw-rjJ6F)E^l@nR{VrNCMz>~Mh)ocYS&W4jYCeg7;=HEb3 zOIzzsX!wwg{M`%V$bcu+qK=|ySu&B*4JU=w>C#yz2hp2@i9!j2q~E1L14}#c=|!VM zHxUR|T}~Jv$S+1_K#H&jOzb_r9X5d-#u6qmr4kOSA^2`0bZ+%_)pPqHQDiE>sRstu zm1Kv^|kvB&7a@k^n30{9=gEyCtXCkZquU`HEoX^Ed6{nM%oIdvFUhBE3wi=JuJbQY2o~FivlfggaO}zV%^`C3FB_28`CRC zo0%g;1Y8O=3QL*W6q9!#+wrUB>>S)%6XIGF8(Wk^rx3cDL{7M30hxO8ltd%yT^r6T ziwX4ie4B>cXW1@InP)bf!@T_ghr`||%qy`W20iOIgDHB@S!`b~>8tEMebhoxQF{!# zw?Aa}n0tt)b5{$SLWZ#*n&Czocw+4~dw(h&#xW*57>X8rfOt@M9*2DeX6+pqBCX-g z@lEw#0#AGbt~BRD&JaZe(+2V)bnwa!?qb_?@8^)*v|dq&uGV%Kmo~3Bo6K0y-v^}X zMzOues56GuahUAkIY|`BtliHLvUP%QMGimpQLrqNefL9W0NRCzi{P0HTtMaj@F9KC zl^=!M7OeM|CV8OEssek8hpCvym{NTQ1nDsQo=T!yl^OVrJiaC-O)IZQ`^qraUN-(pVSwI301Th?_0XQn=L7O`m*Aq0KC#l-kS zvL;spbARD;)e~{>nh`^h)pNcSM;%MNtRu+ps*1~JMuh{^m=o5C)2gw-?~FL%_sSEs zZ#rX$x$xim!h_+pYS5KcSxKT)?}ks8nu}3?c>PJ_c##Jhn?{w&^Z{sKQFNL=n)tyX ztf@aL2VA?|im)&$n{wEoz1YexyB#3)LXF7+=-lE^u+5oqVlCAwd|rF)(P=LnR@|sx z){+*o%ZW3SqLjDa_UP46@$ajOoCd%y z9X!MHF-0)E_A9JJko08){eXK@!UExn>;hm0-Yo1G;K=PC<1}bpEfoG+0(1G(q*YZ( z?Ovd8^ePe-KA;z@KDzNLJ!;}PJVGNbl4)!krj(swg`7yHXmmKH>>SSK*`+L+Ni0PxzsA*=q_G~FRF6^|r!HxzsURt`rCb~r#O0~d6*u8W z@&DkV9>IT`dh)988Q!~RG1dJOXHM@l{~=6H+oqJm;x*t4RkIX`zlB<3)WV-WM{&4! z@`gKK+t&mNpcRgwGb%R!JZ8uDq-oDHxsevW<#X^X6e!;zo7;V(s7StWqb2mtk4Vhi z@9m-UiNQ3qOl@-S!ljN@)_L?`00i*!FlH|R!*Vd@Q62ywUUg5~5+?Rj2*je^z9#jg zvW-d*rIxXd)SxB3|4Xl*YDZ|n59p-Aln{6C5Nn$TOShRaX=kzR2KO7%sjt;({(r8w z;Rxln7${+R_TZ%$9Nsy4wcGcDJBjt}Zz%-@f``J-qRh<0O-#C0zrt^w6ci$guTx4* zj;SoX&dFc%#8IV-N|&4LCe|lTNf3L-mC!SKt@ly$S)4mlr3jI8=VBE%c&v?DYsn28 zlC#%iKq&^)UFU7q_E|DoF)bmZu`O5eGL9tT1x#%`jBOW`kk;9IKTJ=uIz z(9{TmTja72$})si&-hI(6w!f41urnLB>a?RwUm_l2U6N0WNmq1+4h?x;b+AjI;3(w zpE#HEPCh`@dR=%wD5Q8eEj;Z|`0HI6b6F&9Oc#V8-JV7n;P^&HR%YZbCMlSgS5z%0 zudF4(s9m7?%`2u2_dQN8TbSxNHvSr43L%vO;@Pu{C`A^Nmfu~T7O-}wb6@}v&|Pw= z`}{&!;#Ah74K=jN!#KC;%85+Z6+^8 zrt36}Ts?ImIlobS6u|f~fx-KqL;cmfJoIZdOrX4~%DAm_L&b3r!OQ6|7HY7xra6(> zu(JH}Py{&gecq2hBdmRNTwq;l)q&s{N>J4*!IdtvZ(aJ^AmC<7X*2Ey{n%&1q4VE^ znprx^ZJGgJPV8h}I-IE8JCf%~-emXjD5%YGBu<@c348;w!tOLd@faT?PXf6NN_M30$>%ZcFS1Q?0h{jo&bObhB`l^i^FQ?Y_#fwhL=~P2U zg_PRX_K9JG)y85J12uCT-hP|xr`0c0x^`r&J-OMMZXJyv1L!kS@|&_jYuclQbolMp zyh9IBw3{Ei+K-2Kjxs9x;j>Wc-WUDt30uJI=&WyfOWWd^+u~7e>2;|=$jw_y`*92? zir}w_5F!RPFVVuJjzmnS##d>gc5nVV+cL>t) z8zww5s5~s6+T{ncpnTmoLp)=`xW8T(61X3P-ZcHOlExUuSdzTed=)Sy0+gb>ef1GI zb?3g|-Y2Z0uY=ap_b*#J)#$nWvrl}&F9oS65bqxbnkg10dn znK{M3bXJu{^gof!l{NWTAzd`MT^4>yMH23T`zpgTl~rXBt0 zr|?q0rWi;Q4U=c9k^$#17J^pf z0BF>U@k;tQKp%Vkhl@OhUOVuf%kKPr1`cT0ZYpp78Un*7=B(zol}_`89koQ2pRJ<= zC+V1SSBRwym@|QH*)I#=p)z{^TxzgAvw=tQ2md zbey=`Z10GX-+ps7&rq;;ZPcMCeLqn%99$gFEbW=wBfnuAZY>6T#cEU9%4hHq`2i7_ zWC7X`o1XO;Q1Os3?d`RrmaXHjh)gS~j;(R)<`@+*-j*=8?i__kJg2CFt9mnWix(>p zORfIC?`!9ZGms*T1~}BreCkhm2mpKq@IQ3v3AvQ4MGBU+iNAH~^^#9Rk) zb0ojwfYNrp^n+z~H6h)-+HDNqlUu>^Nx;cq^?aRV-=f_dfve(H-vq diff --git a/hyperstation/icons/mobs/uniforms.dmi b/hyperstation/icons/mobs/uniforms.dmi index 4c545feea8e8efc0e4514628b5043539bb6fbe86..d76e4b678d54f95184c3089898d59d6f2d48cb61 100644 GIT binary patch delta 1344 zcmV-G1;6^c3*rorBmu^eC7?eeG)g2WIV@XoEH_6VL|dJwum9>{Hbaq1}>f9X3E4^9=PXF}CRU|57^= zUXqj59p^NC{h^y+LhfkhXFaTggs`%*va))R)9KK)({YgRIIio`6=vvq?Nz)ktnd3L zz0+Rc`+w#N)%Tt72ta>5t)P9^Cw~CnHTg?D=LoEoPveOuRL;xRY1e6fK z>3`_r^6$%w(JAmpql=M#0lzy^y14v=06tw_=nymn(bYi_^2g)xKlFlrbWNH}t`NZ0 zWTGM>m|!}c&gg{;OsAj8M!qIs>K_Oqru}p_i)J$n@Fi0E0uzXcuip^h=F?duA_kzv zr~KEG8|d*dp_`6&j(b6N9O}(|KWVVm?7+TpL0GyQNVxrdJg>K z`G8q!auBP`4q8eA&3`j^JOgJB?Hjnw-fO7SBv#BUal7_6`8sCJ5yXo%*ErrRx7+P^!X6G2Cb~DtgNi8{&*#i zu0}tlONxDwrfFLZE+onHTZSqmS)S4l^hHu+Nee-mWCdz}R}jEG0Tg%0Pk#v@MLq!* zilD^h%k&UqGL3VZ@6r7W^snq8Gb=2;O>*{nbbwu1RDLcl!+`;lt5Dbnh0P4m74-^4^Vq%fW#dYkW>H+ zvG!}m*EK2%Kqj>Zqt_Iubbl9D5TM$VzlXjOxito;DaFqQ*jF4twdVkKO##$Pif`Dy`G1gaBn#)fMBbi{t_1G0^0fx%?*c5+!K!4*(JZ(j7=1pw4sk z3m?Ue4*_!_YRo6}E!0B5WkLY#v%c92m`Qe6rVKz{XWTNaX{Sojqj6dR&{mVC7(nP% zgzF2HydADNdR~|C0_yH z?UrV_FNLf|C*Yb{{H^x=;-b3?eX#PPEJmqo}LpE6JB0k zKtMomjk}Nl0004WQchCdg?WBL4X9kh^otMXDVJ2tdc_NWWB)XU1>Ck7V<0J0-K@iXZkPL)@jcX-?I2r2O2n`S%Ch@?w0)F6o z2LtBH!UMAcfsJc*RiK6g-oRi;LAG6}LiNCazB=MD@sTkw^39daK&aF(ev1vfjfaYY z(1S?NSv-PIA@NbDHA1|vhNO4#2pJf~?{ow`s?dNDH1K|81P$owbPqlt10U!Pe`p~C zXXDAm$BW7M4Dj)IGByX`-Lcl>;uA9P>0)9+&@D(W8>NU(r_+DvfIPh-&1RR#z~yYF zBT`skKA&fF;0E*gzl0Gt4w(LpgOtgiXIYwM*udvh>oY9irF{R^0ZyN1sh2Va9GvQ3 z&8{)kC9Y>z*x~GasNR!0-P&2mCM}uuE?) z_k5rYJjuXeK7b9l=L4*PC(Z|kkDCv`KhI@8AoBs456FB#<^v*;NF);de+A0h<5a#_ zaI`70STOmf0S<6+iYOco@`6oY=3c&J3^=&k0pEXBl*@cs7AwTp>zmchdX2b=DLDsu zQF6)odRbM~a*ZnFMXtsE#>Kj-AkV96&8E9O;4FG}ty)b-1%WIL3L z(qSOaD-0{Rx`*_oBf`CjIg8~Z(x1rr5P1egB9TZW5{VqD>xU;B-)KS3q&_N!%9}H_ zK)e-nNNnqEadUz=y>3wrLhk!>4(pAF9T3={^4eP68mRT}u=2LOe~o*3={8?)xh2pG zaQk)BuJke7*4tWVZ|J;Ee%dJ3G58vTGXHwa*&uPvlxGHwBpFefE7 z$K;y^T<$)LsC@K9PXjpLG~f;V^((;h#-U>c_&xHAB7U(3BBueIZyIn0sJK>!{tL#% r+kn&gK57J4z`^eVPUa$!=vnj|U<=zlv8HkB00000NkvXXu0mjf0^ddo diff --git a/hyperstation/icons/obj/barber.dmi b/hyperstation/icons/obj/barber.dmi new file mode 100644 index 0000000000000000000000000000000000000000..6ad1cf46c7b0abd4f150a678563c9aa1c6f193bd GIT binary patch literal 7231 zcmaJ`cT`i~vOXb{AfW`15;{l|5u`}(RX_m&DN+Tbcfo)VA|gtWBBDrQ>)y5AdVic`XP>=iCbQ4XH{YCay$2fP*WlLx03g4osrnHAz3}&f z5aU1Lg3gNo0D2N&X!16z-;R$%M>d}#fs?$BPw%<&T1Fp{d5smiyZ(^1|@9K6OgxKZmnY3GeSrV@8 z8Y2BzzAgqO>@usJ{vqx8Tcnzw_8@G#dLmSbzq2BW+eQ!e4KW=YPnedpmapjO@Xqg+ zZRg_;JcF8!b>AMvTQn-6Zn!|gzQ$7E4wXS37hbJHY$c@Sk7;tOXi|=R6YBOZGQsQl zu`RvL6JXtmEwX&IG0j(fHalcIk?HT-r8|=w_azfkTvlOc`YU(pEDEMCO8!(^5t5}7 ztS`0O=w*hyw7(U8S;R&&*I}69 zrP0=*A7Eub+(6x6GsPX`xR_nbK8pw(h*LHmh0iFy>E2}`{ZRCJy2{#N-JzReU2Zxp zdXZkkqGH#HySfJN^Td0qN`{D(-PB-1L*KcMc`!8{oSdNiqiPtRbQ`=#LEXUAx6))> zP~f`1->iw;SyJ=OV3Q*$$9FFb+oiY-%Op)deeSOQ2+Y*xov)BRR}voKJ>5&2!YuDMuFao z`sc>tuahYU`Hw$ZPd^-Zb z-7Xw&6$cFodp^q=AfC3R0l=3prlW0qSeRA@KbW9}!GM~YI7wEXCUk7T946**u4G=s zcXHbEzQ4O)c+{sY<*9eX@y819+%}IPV|BbgiwbVH@1Fmx52PUKapL*G!1M;h&kvxw z3U4M3>kxcRjy*~k9yft7xG|Z_GfVm0 z`@Mdy@lAIza`1twkOHxn@U|(vn5D3QoZA`(jqw&>AhB72BBw)3&(uf_3mA{g25-KpW&FY4u+ieo z)kPlpCB9cj_hRs2L#Q%#=Sapa6z1U>oK{SZVP#7&GU|yWbN0Sa6*NG@u)nfE#k&}R zx_-Q`UTv#5t8>G(vjx*-3nY)l=`FryQ@F0`vGD}iA6@q#+U+sds?lpIUlUKfGJ|xd zX(;tdf8}*9jMT6EV3pT==Pt#tPenP;zBtg5a)v(GdvsUu<&X>2_H6rvc?Ck0`HbJ~`K%C=eCdgXFxW2F zZVJ&5%KpC3f{+!Wu30;#*kE>t>0KDbpZ7#mGhJQ7wjYWDN`w*dpsJBL!Q%7RQ+y1{ z3XaYh4bpP(yU%DWku))Bhe3Qq`w#atA}aHu87sgptFEax8T11&rE>$Cho z<#WdhSbLR1oYB?Nw}MH8ZLf5e37fG#N#6%CqvA5=vAgv7uCy|G9g zGhI}6cO>g!MQ_ruO$yy;2-0rF%Z(xR@E-t4~$W{&-$dd-yzT`Sh)3HxA;9 z%0Daj!_c$Gop(5{E0HSm2wo={dr7$7Gr@+3gM;N`<(seHEB0p>3e zDC5XKiAlmPuDPD^x%}l) z&{OP_Lm}@4O(6|pAv?u)qTVZ-xw$^8W7EVUqNy(B2H~96?AVh1&hU^5^4~9@cKO?H z;CNrWe#bNh0LV`=BzUEs^>PH3m4yl{+J%$=$+cS(O?hs2yN*&^C%+DLIul)YAcjiB zcos#qc~>pzjgz2GB#LQ%Wv*M%30gNjJPIAug*+MbY2DyW+~DQSW0#U5vO<=#4Rc3w z>NU| zxcl3oyia?cK7`5}o8G(-z2X)V6B8b#-!`!rZTptH{|SUiOuMg*<%Gdt0P4drpSh9I z>ziTz5{T_>(q^voxj&Uo_tQMr96kzpoy6(Fa`c0m$@6P2T+N2*O&k0K;Y>`2T>_<{ z*-e%Q-Kc<`{#@=L{-xfl4uwk?K*hqs@(|0Z(L=eQs4Y1s*I5lu{~%A^KE@YGCrAJ^ z{^=4(6nA;_dvlv;l6XWLdAE2gFL0i%oOg-pMTo9nCX)}FvPz$x*a~ztvy|SBN!V-X z8tvlVe%N|!hx2yu${eLJr$tRn2Z($pjtet9Ui(Dd zfDtIcn(?NWr>`~Bi7>rc51)Cdo`T(jOW*_r@-h}$V7I4?YSL77bf8ake`VZEabx2H zLW}1j6B84wA*Zc$YuH9(Vq>i|Vq2G#u#o_it+D3LSgGgdS4eCuG>^l&sNvOzAzm;E`}z)5PhqT{aT+> zFlf_&aD?5jfyKtgrZ(_Q1W5n(ZRF0aTeL?QLPot;Hz*ifCGiLM?c2AU75H6O25J)M zQ#uf0JCd2N%+m=4J6nj%MKN*MGnM5mu{(257Zp&oqK@eXuDuMpSAR4@2}EmFPqr?H zQSt<(+p@Bj9@fT0N4Jt70N#i{c4;cdnL3RQq3E%z(T&9iST>}74=xPKjVO)C{UBc) zp-#n|fe-3`#j`T;4M=n>h%|)je?wfE%ZA`alg8;2z(BUKs<>~gJ_UoJnhL>!z=~pN zz{zVT@_gWTXed1%d8y{P8fW6qRH6Bbsl^HX6{9!N$4SjH>LIdH>!xd2sH03>U&YtL z>B><7_3OLh!Sp5Obp(fTCqqwizy8|1r?3Dyt;r!H0#1jA5;!F2hH@@z$Zxmli*vE} zm&d}61(ZVvA%L)$_~KNROPR(@m(G=WjHeBN;!{%e@e!rRjpXvocy|jry1T0zj3V~~{9CvKHGwb2Q9!V)4ipO`mcfGU~?N6^c^J>@84PHy0jb5&*I<4s?{^6+Vyv2u?67%9c z9qV69W7PvWZk8EM+Ec16Pwp-hvlG+HaZ7TYSYBwT&>6-3QQv7t8vyd1D|Y?$3EH?#TVPtmL1B86W6F{MZ8 zq9V7}la^OM7bz+);wp6OSMcs)ez99fFC8fB&@VeTcdR`6?ORniSg3rYntb#R&b z#atNh)h0=Np;kxKZ*M9rwV_%{5LUwD(SQ0|&jbPSYk*Z%UA^pm`fAWowUGb%*SjoF z%$QeGnLqUjzqG0);75f_U$jiT3c~t)8zSb24s)3$kiF*l42ty zE?fITH&sN+yjPu><;<5%SdzE{?x4&+Y>|u>fk4P&)Z?c`!nAa>Kin&`jx_~cuc|W& zR|t_`k|LDDc+6`(Z_}eU@m_>P#0h8geVmyLYkl{+EUjvJyT7Tu_I&RrPMu3VCwGZZ zh31d45HTb)oq?35%hgnTTCX;X>iN-5cYz|^2FB2bOD}e)l9DQz(T5LI)i?&nx}M3e+?SXQee7OGbe|Y}6EulU zib4_2zoi_|WMKcL(Mojz!5_Zxlq@99M#;Y{n(#KQ7d|KVJ{WWa|>& zu;Z{Gjauz3l?W1HSMm(qLJ|Ie{WF4UQZaLYsR=cH|Ho9E9K&Owvq{agBmb@Lt+({( zta~jdl`?mg>%t^oIA#ZS%*}pXwrhB^`C=* zvi57sM43VqkebKE6<3#_QIOL;0<)ylTrRJqXjNi%@Wv0od!b2Kh!F)%rw9Ljecsw= z2Z*5l#^fFu`aS435O7D4-P0=Z6I79SpdPf+8f0TB0x&94632p1Xh;7p{u_vU{Dqx> z9U#Y`NTF5z^0x^4zXTG7P`j~`t$K>oJ+|!D7LR~k4idQdOvvsku z82dclVLTcS@dkateqh7bcFF>_H2>yZRX=x#a`T1s8NZP<;`yWIO#@pszRh?LX-rR- zX>`5Eiui!NEF28*oh^s}>_|PyxvBcZBRNI2|G|>XaL#=ZDFF!3 zp!_5mw1+R3@x{bN-A+2U!ylc+pB5hMc-|Jc_6L`6V|kDvMP~BtuggJT;oB_Z`h&aD z)ypKWxypmT4a*NbZ}$L?O`44tu)x^*;4!9^$QUpYUCjyJQfu?vy5W9#aUWt};r=Ha z9the>c{hKeoP7q7Pz}E{^;wB~0IJ^Ow#;0-`|}63=jFxu=W8N;V<|t>&hHGJptgJ! zrJmv(`*}|tbvtNz3l^hUZ+l6Pi4$nW#3S8TyGAd~l?TxNXN;rbePh2zH3@(~qr+eT z6}rbWv`?4@-GF1JteQ<6Tr7r0*Oy*|HbWLNb;oZhndyq=eGW|!Fy;!Df3)3 z&-=|sCuPB3O>48NB`IHn#K9AZ$&XJSDu0Yr_}Ja#C6^j`B$pLH2>q7--*hs>B=~Xs zNm9phRJm8;-KyTGtH6G_oA1vqR2t8Y@AhCePv1N-e$G6uiQ5?K$Eo4;e&I1MJNucdsA^P83CvWtZH@!D9TeQ> zWK}v%GiXWf-I{Xg(@{+g({#ZOHv8ARafz^&TlNXO5U&1OhftT*HmzIyJUE{@@sJP? zonIJng6QPnz6*chyw8L_N%yEUHuF0VX{ric-kRe|Kse52FH8fmtZd!x*;u)p*V^eF zRaN;dzreEs>Xp8&m}OpyxF&jny|4pXBLB~aBkeQ*$~QUSAhx5=Vp=wOPCqij)=G5H z-}PAZL8(XcGHYP)<+tT37lHHwtLf8eau0HY8w8uC3hdy3LQ1W9vXz<3KNDN(KkMrT zLuz{;CX0)Yw&k0e_2_ua_w{Z#z{3ny-yCej3t6M5xTD8$IzMNk6_86*MQm$}=&^>f z&fsydy8JM+5OW<@nf8w78H_7S^%bBYo5va4=8;`D+ zxEIyS^rkUf)Dki*SHmOG$q&OJ*$zQ!JS$o{&*RJ#Fx_$eUxTFG_bMx6WwI5Tt`=`? zzEFaJwRAo$6#V=G5&Sd0+g1|s6k6|dWAg<^I%odZPV+YfhqvETcO4{m$gAFPZ=VTL zyy31cj^(0m`K90NC4h`;3O;phIb~g}N2t2z{}vGaV{(4i~9GsZzbldwc{IEWpc)E*Cg-%-W%53aDOk(#9?@J{qaY=Ti$+$ zm(t&pbW1foQhxu|e6~GCe&^1eXpI{8St>@x&BIC!zZze|`B4c{6_U&MM=~$Rh(?9m zK63tbX{Ij@>l^y!jm$0?C1nR@dwe$fx`#Y>fNd84Zo%gMgkkwr-ZMZ$Wx1Ym`JmU9sA=cXmoR z3Uxf?pBw*u29N#5mtt~}*-Cj@XKTbUb`=-hVr zwLIiKUDDvHBKbFK>ax{?ndZ@!G4aZ0Akxg#1}x8_YcFGrfKlYRv}l1)`zmQw2z64r zC|CH}$W2-h>HPsyLc$P*E?*+XSV+LHC3|D_Vdon=6%hC}e665>zzlmo_S#z@&t5$S z4OFK}R-hB(!sI2N4^Z4GVK|?TlN5ojQ*^yw|HLNz;ZJ28(sPS#{srq;{5_!6MvlLU zYj!Wn6Yv927(2ou-j|i)^TfL+`yvEk%J{!F9@g~C{fnf$LCV%L61j@O{d|sluv|AI zWvGQuwfC&Bx03E-&FY&4Qmrp9Q`KAaI{VeJKZ>oKUv#4#ERN+yERyG&4ZvYqe`Q5q zhRob*thb3#2_EBmb+8pCSGZksbm8%-L)~&Wz$OHEcFOPXH0UruxlSZULv4^ zv(dlX7hM;1)@~kk{`p*?-%4{{0XKe|#n-ieJE70~>e)$j(aOn1;zEG*Bo?1j5x7+% z07XiZXFbL>UFNa=RCQ^M;^)K^)OK??;^ek@y8==ZYBFz?9fo=OAPt&db>W#&q97+S zSH3GK69dN%k{?q9eRh)0CZ~Uh2D`0o<0HN3FlJ#{_ww~U+ozI2)tAcRSPRGLrpi27 zoML|SKsjnZRc?Rxk4dxiQq}u3!4b^7TY--(Vnd=`U6R#1j&53h?t5>>)sauBw52vC z=iQy|bJgXMfd<&PjA?Zft;^5n7V_rd+o?MU#LxBebhEC0x?9+BsPTY|GnG$J4p(|J zR!dcppN8kbkB){Ko7P|aZ^O5DvxPXtca}Vu%1@`OnygD?-{ZZUH)c)d^0xH_ny6t&u<~}y1IkT#;{fg>HS>MDBdv{X z%#6I6VlX;O{J6X2AuynbyeqdQzyiXJ8cP$bUF?fU;C4vC%z~MJfzi;xu%2S#CqiSK z#M~EIfMD^&r_%g_lGdiwWEdVndtE+BT8-O5v`qcr56(av-oBbj$4AW5&3Py)tAF8L}JuR1gw zZ3>%TBPj&^;;cpgEXXK*MtEdwwF#N%7lW2IHv+l}Cxr%)`FSgez?F2mb8-6LmQdJb zWxJ^fcKfpS<4+B%;zxQ`m;`sC-KcRZ%fC-n?QYC=YLo($rO<>$n9ocJ#}Pbh3AEgf zKAS{rd3@U^q5!`C(69>cJ5kijL|a5SijBXer(2Uks#<<$Y`B>OD%%gG#{{+Ug14mp z=8Wdc>^q`V;mKYlwLP1k6OhW;Cu2Hw2=VkebY)zV-%-QOj}a_~lx-#Lx@=pHRTrmL z=d{Bo7({SW@F#rr^~xln4U6O?l(yL^Ox5s%S&ko#(3_N zz(Te3{9GD^9hv`V(r6CEgoa06n_lkr!rYgr7-^yl(Mw8~u$I|#X_i9M@E9vm zUCX)-#;TbcCIZ&Hz=*^wA{4z!rJA=fgu?F#O!8BvY8=b~@e@#+DSaZ&hG;qxS-@jC z*)y&`b5g{&Y#$B$zc(X5PWg-(+R8`^J+qIo3*pYgajgAtF4-^Q>Iv7wNR@^1pR|Cd z_v!l5t|zmm0MKmm$6;nLuLe#{m_cTEXMxGz4bycYC2;Us zP=lN_WPqrU;eej49grYwER$7!H%t@iuGh%KdHI<`dG_Y~kRnVqKMO%v^w@WT>MBb5 mY!ssGp{Kx(0aG)d1s|wpeU5uuJB)uZ2;5V9pjx7A9r9mCl-G0s literal 0 HcmV?d00001 diff --git a/hyperstation/icons/obj/bench.dmi b/hyperstation/icons/obj/bench.dmi index 514e6ff2f2586a989a9500a385f5dc59b2567517..d0254260b7e8dff886e5ea3778ae994530ff621b 100644 GIT binary patch delta 935 zcmV;Y16cgn1gQumiBL{Q4GJ0x0000DNk~Le0001>0001>2m=5B0K5^G9{>OVHjyPF zEkQv+nVFfszP``T&!(oPv$L}_G&I1#z-JomHUIzs0d!JMQvg8b*k%9#0FIGdbAQAt zPAy5yA;l#S4J5e-tOLKRloee4T);sI0DZh=GmobcCIA2f2T4RhRCt{2nqhN-FbsyB zfI}_f|Npg9w%rX(nxtuHUGtoGevl@Q)IxdB!(l%@j$QwJ4LkM};euLRP>Tyv9FIRQ zgyMpffD2N%pq7>ehg08wi0J#%OMjmvL0AqDr+8Dp`YAriXE@U$;nlBx6%R>d5oFdM&m&S50UAIFcHMb-aqcAB`r}!Q zTyQ)uZ|jlF`eOnKf8J7WDK$%0l;nphzH@$g71C=I3H{*io8 zD=1H;p#G73P%GHV6yy1zRxr~P*S?B*AzkkLPZC110uw6VW86u|KG*?xKDat)c|&`E zg7V-I?9WQ+z=cs(I_zrpHP@%1L=WlPZXh5B$0cVrL(Fn_>UP|VJP3G6F) zl}_>N0OK<#^MgjTy&rVJw-BVifw6#j0qgoM=z>aIP|N!ZQUPXZK{CKBE=UEK^k3L<%2|hhTzhLnMH2TAZJLtKIaVbo25Y1x89GcaX~HSg6hqH zH7=;d1+}=K78lgwf?8S?#2*-WmnE(I)0d!JMQvg8b*k%9#0Dh5lbAPxLD=WDAxquxF0Lp1LrFKUvm;e9)UP(kj zR9J=Wm`e)6Fcd{&rI4xM0!qXcR0j?faV&^CD7XX19oCuPr0!Os7W0z#nveFQ}kL>Vg3HIv~#06ExG^-VSgQM9y{qwoHi}EPpF( z$yipP8VJ!UFO>d4Ev%Q00HnP0Q}K`rypQ30;n5rKR-YcD!BRq z5+mRhb)dpq<0b(0>;U*d6M%krAo)S773u{F07}BJuLr#Y9-{1zej$|}a|{3g002ov JPDHLkV1fmhxKRKA diff --git a/hyperstation/icons/obj/chairs.dmi b/hyperstation/icons/obj/chairs.dmi new file mode 100644 index 0000000000000000000000000000000000000000..b1460e14037a3ecb9be0f967c50b926c13f0f957 GIT binary patch literal 1121 zcmV-n1fKheP)D(6q_N zr@_FPV`F3V^z_5S!{6WEH#ax5w6va{o|Kf7b8~Zle}BNhz;Sad{Xb7OL8aCB*JZU6vyoKseCa&`CgQ*iP1ob+;e9J@p)WA(xVX37k#`ein#94nN!LsaZi8E6W)-dkQ4U$rwY_czMdriW%d^&7MG76p_N3pA#s{2?3VkWI}uUd?Jn%7rj93 z3-GvrdJ*vb2pGiL+SeGUPAH*3Y>t#rFwRf~_~zO#fM{t2q$c?G%8KYpQ@pVP#*Gy; ze3?K$M~w;LrfI?gtbsmAstN^|CqRLSL7*o1<_a*P#$^;#P_!WrG}IGdgFscuH-c}z zz^Pwt6H87N4Lr~ko&X2jiDX^Z@(l&JD z$U>P>Uf-ZJ-1N-g{gwmtTSI&HzF~cnZ^?0c*NPh&O1Z{Al~u z^Fs*sj`2pI>pt73;d;E5U8mcr?x(gzzD?paESJ_v4y#{(4{ZhPEvcpSjD+0}75bGQYDi2R=(rvGx@HW_xJFpc~jS^R;Y zhQx$F-+tkKbvGAqzq(rs?EDYl2M|&c@)bzS`165I-ZzZ)k0QEz6uG(E#`cTd1(=&0 zZUW5hZHm9w4BZoWMc7U=H0IyC3rH_N-vH#E-Q(l5{Z>S5UN21zA{o|0I|x|YHpLfW z_RJ*)(?vjJO6j;hvfp!`G1ICSwF<;gH7s($NB#RzqWpOoc~YoE9-{^_X8PNct5b* n{@VM2sKEOBfw;sT_XB?cRl-4jZ;N0+00000NkvXXu0mjfrLYNd literal 0 HcmV?d00001 diff --git a/hyperstation/icons/obj/clothing/gloves.dmi b/hyperstation/icons/obj/clothing/gloves.dmi index 6f425bd06e553cb253f9dc74b118a1e92f36f089..de9e972b3e16c457ea7dbb175313f9edd76a3a97 100644 GIT binary patch delta 817 zcmV-11J3;Z2DS*0Bmv=(B{WwzCIDGVJ}fs!R7N|Aa$j{~QbJT?NHPF&PXK2~0AE4? zPBs7}C^=g{0CrITYf1qB#z-0)CPFO$RyzP7kEqC&j0`b0d!JMQvg8b*k%9#0D+SV0dIeZFfunOHLnDhI%Ne{KNql% z049Jw3&C&R@c;kSZ zLf16yMZSLn)kUBMQ*s=ZdVvGzti~Wig)^wz4jH|wY1G%u%_oZ;PIH~ zvB?-5W3z(|UEAiN02Rk%b%rSi=_uEmkipUn=<^U=XF6-taaU%*GMiDV!;0zRj#zR| zro$}hzIp=|dLmF&{6RU*DAix86gCna#|{726t#brOrlID^c9p)pa7JiqF)%IURxC? z(M5~20q={}(gb)l*eu;ohn3K!L=;t|!FOLB_7v3NbmA+8>_aKjF(uh7`W-0Kk8zA+ z9OK`F(Q4)Hn`Rlw4MXr&JIBE^ZM(#RTbvt$w_2}_ZQR~%VQ{P6wz%XwC*4zH6UVS^ zrvQI9dR-0{7H0lmAu7i(b= zAx=NJ;f5sP9VZoN=ZA_Oh| v1U_Tod57P@n#GguU}@n#3&(gS{ukp9d6G=Qb1c0k00000NkvXXu0mjfD-LV7 delta 632 zcmV-;0*C#!2>u3;BmvBkB{W6Az`!>q09i^tR7N|Aa$j{~Qb;lYa!&wfNC00#08Tal zTR#AHQ2=X7075MQRyzP)03y*cimm9zVgLXE+DSw~R9J=Wls zqP2Pho2*Fq#8)NI@r0hSAp{=d>jYo8z3j&ZppPkPf=UW;!nFoghn5%n7F zCKb3`tjOiK5{~|jM0!r);9Y_#uj9f=0dW06cwUjq*E!%u%IUiCyK8Yby@@=|U;|rN z*Z|vro)<6CaeqG=en(!j`9r7lJni>`pCw3NN>BU!=B8KJ?nyrge3|%LTkY*)5uVp+ zON{Vk6a8J(PG`G-e|N7(CMknJCVo_?%>DiS#52I(A%FD`RR6$qhQpycO1pMtG#ZmV zJRXitP7MPlYIvs32jsuFWLL*wUxnA5z1~f17!Xg+da50U{ps|UvAgyljP6?p509pP z#-hnYjdx--ojzf}?D>Voqt+}k_EW@o>y<^_E;WtF8O0Ap{A8FvN|pMTdINV$DbWf4 SSg-&900{s|MNUMnLSTYbF&&ry diff --git a/hyperstation/icons/obj/clothing/shoes.dmi b/hyperstation/icons/obj/clothing/shoes.dmi index 2a0318dad54699ccbe8dfe4b8618fa8ff34a9ca3..9739723896fe49b0315f5a97cf99d713753559f4 100644 GIT binary patch delta 408 zcmV;J0cZZE1lt6VBu$f0OjJd{z`zR&4gK9+g_4Bq%vTRAb3!7Z3;r zfM!*>lxoGFcn%K}8XG46#z;?4R1XdlEH_6gD=#7YC`0RS#&Cp{Xxlu`fy0P{&iK~zYI z?UK!Q!XOYvAyzS&T!Azu z!zaPC$`#}VT+iltOjJd{z`zR&4P#YC`1pu(VD#FZ*bK?L20LDo~K~zYI?U2b5f-n$7 zCmM+>Cb$F#6^$$U|NrL%IS!P-0S~+?a!K{0I{-aB|A`PS^Mj$3vQ2&zsIi`?6gh;1vZ8vOOL10Y1tO*wAKO#sB~S07*qoM6N<$0fG#L Bi?;v( diff --git a/hyperstation/icons/obj/dryer.dmi b/hyperstation/icons/obj/dryer.dmi new file mode 100644 index 0000000000000000000000000000000000000000..ab02432a8b043de86e607e8d82e8c0983960b5dc GIT binary patch literal 1322 zcmaKpjaQO)6vrP>!^wPGCv{qbEEPN@m?yO&K?fV=%X~{$*%5Wtsa7Cbxl$nw8=^;Y zq?p*-Y_=te8HK4mfgy<((`CR z-1$Z75$)HZnhkjOx>)cpd7Uu5#+$j}h4*RgG5`pzKX^Z@zjklu3nSDy=ogm`JKX48 z*MHDtsBvusqTyR*MOCj}WsW(a>6Uu$LNzpKr=7z_^~-}UUO?)rZKcsBBHC#upTJX&9($9! z>X5p33#v&~qRyj9z@41VIn|Q=iACGR@88s-#%jvaP7oIR&?NB)%ZnZVj)1b5XuBOQ z*}A=Ftsgm*Bp;5cE28aYm)Dxn)K>qh$d1LaJBENU_<5H^HtVyVUm134@8dl6RlnAf z;r7Ot=Yz-|kb?&!(Zfr1PgSsn|GdVHMvB;)(faJS`#51Oi6a2fvsP_hfCo9(8CBm- z5^Hh7qt;6MDA$vEvdFGD0N4DkVtLvZst9^De7ZZ+i;g4hNNB ztN&=`xDlNC#WTjJu`RckoyUH%7NMH$asE>l;#>ifpTt|uby_)+A@v5 z8@j@_a1@rJJqui}!|?Duo$;e*7W$2?0i;IJ;71VDyC8U=<5jx5nIY$SY#?0xgv#m2 zwqo)Le2JG3yM&4p7gx%|XG`nNqVI&iHRP zE{#le`y}`~7d<4!DQ2Nwi`?kC_5r(ycOetLv;AcR-cxZB#A%FBTVd3NiregYspQemWCIeIh1-#uFnpMtRglR;r>j2tpM`g~`62(E=?s2at!rS5N zyQVd4ln4uxgIoY0q-~nSMEDiqF@seMnC*lEt~1T7V%8tPfa~WAvl-gYd}YQ|7%+OL z8W~Puv!TvdP{R*#33WK~EF`e>ifg*BE^f^570FM4u7I1l>A3sk;5XBc7GgRIpah>n zQqK;1z@87XW50rL+dK1glJoBP8R%f*|1dZM#SP}y#_@pz%?8Z4T89AuMLdl1@TnQ_ SDs~B3+HEu=p57A0D)|qb6_Mcp literal 0 HcmV?d00001 diff --git a/hyperstation/icons/obj/flora/cactuscoral.dmi b/hyperstation/icons/obj/flora/cactuscoral.dmi new file mode 100644 index 0000000000000000000000000000000000000000..0515992469df21cbec979725d42b1fcb9db68bd4 GIT binary patch literal 984 zcmV;}11J26P)Ilm||C*Dwri!&v&s2C`2$iV_YP6q%+;yAXZDUbC400MAHL_t(oh3%E=a-u*Gg@-T` zK)D4HHxk646aq23@Ben&Gw3>v?Y6jo_Y|d;r~7ozXw@gge@*0=XSVN%C-?O6$#v)Z z=4Ax zB>Ryc$Ut8KI)d<*%f$kg^uvf;!S>@oCW#2}FA@5q!Z1py0NYRE_$7dIpua;HhQa8wkfSxy8XKQVem1!)u+Tl>@s$bWm)TA_j*DnMD9W#k6P|FMGh z)jKMH@6%Mk3e5UZ?=u-xNhrT@{qMSr2?V!16a$Q4s;99#EF_32c9}t%!bIq22Pv0+#<- zZ>xHH+`VoHJPk5=mzVWN$cQX&dwO=f2+ z4~u1B4{*hVQde$hcX*GrM{Jmxacq}=hnzzhO(6?A83)}_5&Dv1`{393o0F+?PYzUL z5^H^cg>=55h{Z?``G86J&A|4BdkREST$F~5qL@);O_*m#4_Ieli-}%!SaWx1wUu~m znU{Z;i&BJm8HSt-K}`cmy9Y5lz`(%znqv5%ll$S<5@vlFf1D0bW8GX43PDo4V*{2` z5U>CM00DGTPE!Ct=GbNc005SHR9JLGWpiV4X>fFDZ*Bkpc$`yKaB_9`^iy#0_2eo` zEh^5;&r`5fFwryM;w;ZhDainGjE%TBGg33tGfE(w;*!LYR3K9+qcWu^KRq=ssWhcH z-cX5)GbOXA7${-L#hF%=n41b=V^?lOnsQ^Jm8YlXkY;pIeq~|~sm_OJBGD5NO@zGy zR!4+?loee4T);600NtI50A=S}LjV8+^+`lQRA_K9Ni;Ch+~gQt!oj}mn3kDNn=|kaH=J|!-i0}ru?7u(Beb~K+a2?n5@$c;k-l7#GR{QUdx`*B4dICze4+LlI zxO>>K@bB+Ayv0xYryq{%^+@U7ySD7HqkoQVO^|2%oI8S_v=7c4i-7_yhYO-4mFy`g zizZY|svaKjpxsxp)9F%EaPThg6Gg3+L<87_52uy$NjxCd?FKS%fp__gy3A7L2L3(m zpPp1|pitCp26AL)gy-!1t}YFn_fPtj^C_*$y2U__UK{VS)OH0eO9TD$^YiZ%vF^k zK4Vvt>nTYO;Gj@vmkYw#$FZ5Qn@?Ah>9v*L$@yE{CE_n*qoF?_N+vL~z?k`eH^S?3>MT=@x>t)6+ zBnS`$$i9WYG!RAhGcI8aOXVs>3BXMRdtpRWqr$*~ksibnw?#$?LV>y0~MQ(s9 zqX6znTk0%gG(8|Qud2{?_-01OH)sc|Wu-5I_%z zL19%x03ulyE$4xmPA9f0#9wm$r}#Ok!5x}{dNI^3Prvr7Kj+T z14z?aQ^3$y=6m}BkrwoD1je3MZ{=TrLYePv3&b-+>-gHFn`D)|c?>3m=w0S}%L0+C z7*MD9-lXfK&J-ZlzU2EV|2kO#cMSFctPcModX?`j3&eW8$=K5s2-HDf7Dc`XerpEb zz!)~kbCT2($OfI|dpaPe&>U!gT>)mIEZ-Yyg<)_%S2cdcFM!=4GFuj)1`YmDdwkQAq literal 0 HcmV?d00001 diff --git a/hyperstation/icons/obj/genitals/belly.dmi b/hyperstation/icons/obj/genitals/belly.dmi index af5d45f1c8f3d24518a7ae151303652a277dd7c3..3324744b7bed63879f0e17bcbc0127cbb65e2504 100644 GIT binary patch delta 6598 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 delta 6664 zcmZ8lc{o(<-#R zoF|nXt3Tm1oUOt5{ubDL*frsJPbF^Ya>SJvg48w*=LY>~1o-EsuUfh;3P?6mON2{3 zee(QXm{=9_$3}OisJmja4(Azq_QWb#MuR_cg)T`hdG=}XjfIAOwm$lM%ZI_>=f`@Dh9X5ujlN|XPR(++G0G*dZ)BEOKKZNQx+grJNr_L-VQd#< z%BT;17A%a&YICa%!d+m<>@N@8e#iCUIRZaG79)N-cp(oT<}dLLIP{U$pO)uGz~KYk3EWui!(fTncnBI z^CZtW3GT8KE9}0o;{CEYo;-Lwu1%WsTc3e`_Lvzf z0p-bwFJR}~xzU+Bf>8lSgUyb|a(30646V(H=7F@WVmd_wpN;X{KI)4s;6bWsQz>z$ zl}OI-Uz_|I10GX22D*MNHLgMb=gMQGw)8;h&#RHYh(_kP(%A(;cG9dlhz}Z_kk@^z z8Bq8bfUSn>@TZPIEtPUUth{a|e)+15Gw|`@`C6p$@~F@o1sd2hclS#GACfddo;sSN zX!6^{04TXsHM!KuKQ|)dN{OD00BIs#`)qbx4Rb#DMg1!$t(+X&{k@L9$kqMZ0II}* z5>WUNGg7AN1MiRn&!%`29c@YIN#)?;`t}&O8POE@kJJ}xzsje!NiTN4x!*jOzSp;Y z-hh-_y>aa3bHh{qZ=dxQtkkLW+=IJllan)?=q7a()S0a zTU3*2qc3ZAc6M^MuB(hf*1@L)!esFnvn&5fvdDRq9q7!wBd<0c)E(QLQ14{qK&1;0 z)cTrYlp3wdrsS8N8j_3Id49OFy7T;3n&Qr;P*|JwagUZEz`@O3>L-GYaK9ILhVGSb zi8W!Ocfx1tzZHpS_KEHMeQ@=49xCKK{I?92k3RkQ7ee`yUV-t+VsADsT)#jc-6-(g z6fc1VZzRxhD|qYFDy$q_>GcSBz%wZqaC`IRlxa9TtLRv}-+Yvo=b1f?sxN&woMKFR z(1pDG7|5?b|84(hd7x;xsk~{vnV~4qhUV-!TU%Sdc&-|m?y2bFhjvzO1pFKR_Gs6u zZ*(+?OQ~MNT>Zo;_vBIzb4T}OsB$q|g=1i{*E&yid2|s_F>(tF_vEpvd@An`0oNfd zS`o~d9b*|MXYU#6r|nY#(;MxG_GpyvXR*(+8kHx#;jsg!5W0l}kkGyE6g&Yhk?ZRY zgHi&X>!yWG$OZJe4h}dZM;tBk2hCv&bCB~hM+O1!5O+lqDFFzNhcKYdgej&8k>*v# zZgA|l#jhW+-^R*D)JQGF1meGM8?R2lic;hyNv zgVb7?mCpc~fS_`A^FkuE>+3A3zao7jrxH*ffuON; z;SD=mx|~$Nu7Bq0eVQd)^w+Ong}WGAKO-DpzI>S(^|Rx^I)7!njs==l9qRL;8w6+I zPU{WmdMSCC=!jCLM(K*v{c9eu4q}i{L46Li}eD&XIkK7R_Ozi7!E0=)VnFLYb>{MC+S|#utEf4z;Wt(ipu@c}(H{wuJ zTFnX$C_dffmb^dY0X4pZUUCR|@D~62UhqCw7_)Dxwk^I`2-#0m*M7P{a-N7V{G=CL zY2G2J=`i(#nT&FNpTIdz$%~yh$cKd1>BPHNiSa(;+DL_#w8PE;wz z=RgUx>nP~TA5{g7GREm>x6hf9dJJOZL4TZwVM7B?Memm5A4$f7uZnvMqvkkIiDl`b zlaT&t?le!`b|WgCypj*U53!D54OXwH~AW+xVNu`O8(ef!Sulo1gYiwRK4fuF7!b?Xn69>3&m1hqzeL}0ZxXt zy!=>F!^Jvd_LhQD^G)1|I@RPGjZ_j{M!w^%RT=D@s$+u2w-dkBHLk<7&-tPuk4*88 zYQp7${4mBsX5+9+oRq1nF)zPUsI%F&U}q#Ob)7zW`Jk~wu03tf z(4^zE*q&_Gar%?f@2@$r1`N*U+LX(1{58NWgf&R>>x%if5`5mjifDCG1aU@m0jt&_JQrqJ+>0#Q?jxhDM%M zU*X1+>yD-1tKn6UsRWQC2 z0MyjfNCd;cu|d&7@t}x~+E=e$33u65ClOqc94M83wpKAYk(V$Pl_psm<)`N6yC&S{ zD4`kZU1q}+S$BtrIfA-LbuP1N#`Cw&hMT7*U*Y=VGJ75i_ueD%V&P9rO}~}(bXQB! zeaHAj+`C*8&&#A4pH6!f%ypu$g1aAzZYtpCu)?GJMt?Oeg=%#z_si@?7|tNM}Op-U(lG!c?whvc7A$pvqFmXxaiSW z(#KxnE*GVL!y5T#NzyU3iKENFXN5BV4qj3O`vLMebVMCA7WA$qews5%HLZgF1vHDj z!6EyWBn@oXpR=ROnR$5IUhxlVc0MXGAf|PZFx$RY+mwQUpRndezg_3`$;OVGZUcSf z_w2FyHxl%n(CwB8)HlluxY98Y>3?EnmFg1yEB&evTOMnMEO_l^m- zAm!kz`vb_a-?v9Lu3GQq7suSg`TI|DA`sy#^b~hm2|p5U%50xJTv3V%xPVf*@4CNt z^uA|7CXBfm;NuImoT64y+4vS8L@OVUV!95#Q0EBkUr01#L#On4a6!dWl|%M!Ziggv zzsSUl-Yoc7z?@Ya8DZqceF{)mql94Ro^7fl4=#NF{{6E;<1SiQ zITGMW?DFY(lEfco0RVKNA?pl_GC_7*4`$I3vV;nukQUQixMeBS18!ec6>bqkdTpBT zazXC8&vHTDMRxSs?35S-M_91GQp|()o~m(nF6y`NzbbjwZRL&{cYHEBosM&sw>cPQ zFF7y)YZLW0NTuWLKKSdBU2rKceQ;o=I630oM@j$^7ph#$prTXmEO3J@@@?bP=Kjo< z;NA5%^8P1tsPZRO=|mh8!7a;i%kM2&g0O+$_s)r?TqNzsQ_j0y{$_c*g5)xIo%l~; zSL~qb+=9}V8wnbHL-8o?(;hXNX*{p^v(yi79A+a9I_GD%2KV-4r2Z^zzaM(o*OqY8 z(0TFrqe|dEIQf+0J4_ILU>&-p?c9Dp%{-3}Jb-%+d+s3+m41-S#NtI+H$x~IoPt$B9b=`V0)i|! z05Mt~7Z^VwbhE`LGpkmv-Zm;angY-(cz1LwOaF$&-wDHb+^HZ0>dk!x@sB?j$~j$W zI%mz-oUrakhjLU~H0dgKAe&O4Szb?ZkBAZEvjzHe&;h*dv;xkY8nWH-)3aty7}37m z+G95E0&wmtZxVhHEI8Cm_h@(*&Kex+@R)h?iU>odZ3k&1ZVq19EgD77yD;bG^JZad zUk80g@*jjP4{OR9u2U`#G(E4DI}WB2Xq&{gdo7bYGYu59;40=e%uQcU+qV zYq+9**y`KpG--XcqUoe=4aaqJ-AQdKGry_?x@MS&IMHG)%Q=4B=JcSnf)-dKn9Hwb zY_O3-6sm;H4Ig`df4AxDsaj)Q)?H_`eKm2K7@b;h=nyu6iYW9yuY+oU>y~u26H3lt z!0k(YNB&cpIlku@ahHLIPcKZGBKu9dW&cd2B23Hck2sf$LDO8=U?Yb?va)A4Qsu_E;KhX>`(0$of(kU2ayZ8R zvQJOSeWh0bR$c$FHib{mKYi(1$KZ1u!wv!L78_-v@hvvv_r_3$O&qhgyns?JTc07L zX5_X{exjg6g-P<9&gomiA?NMU5p64{tpsf*AnNYDFs#4%?+W7t;&|AX*O~};!F6LP zC^dW1$euC*2^!aROAyZ_01+;@&1*7C%U;k2*|m zx!48pWu3qywQTv8wc{@^Xn|psmO3i~|Fw$vN5hwTn%FwmA9XFoRgT<})bzV9B|%oc zMCQLg4cOh0paMTM$e$sjw^tWJ1*FY-1=v?!=9-&L=@0YzItW`((} zmwHhFk=K*E&x;JzMH>>^pGsH%@}jr3wH4~$jYX~vzOmq7M05`l4SQrqH2aF_`C7$R z2+Bsvn~jhQtr~jmukBACYUV}JAc=<{T}DP`3!E+{7Xy_pjdxaHD!$W7f#9?*4T(lM zl*D+#r>td`z+h2OONAf`E;h8q?QsH}k_mledtEk%ivLRmr*S}DiU z%1!+#=C3oU;M1bmxV@QmHX9nB`*wRWvg)5&=w1o^ctgMcaf>d)pzGM5jgsoETlRQY z+{xE#(r)Td}p@tQu@=ifF1qKCEp|@hj)71Zw+*VS2FkA`z$Wh2Y=9czE_gn!2Mr zJ;%VCL4F8;$GOm@ds@Sp2|)iUqE+m3c{z;78}36DbBhJ=Tp8Y|?f=;?DmSt7WpU^! zh6AM}Nso|j6}vdV`Coq>{Ildf;abMCdF3p=8Dvk#KJ3HhV$}5{9;Lfi95;&GBYpYC z8!=2ffqqMZ-C=Gp5gBsTS_$OE%FI-cUj{j#jiG)2rcy-S1?0?Z{vn>i$@z`@MJ0>k zDMp42wxb>wu0dZHSK{_JFL%>)`)!;&_Gptu3CJKG{BlZd+B2M@di2WzkSd3A2eihZ zlJgGgri6HrzizDj&9avX(I;u#giP+f^Dotz_dx4aYuO&$>u-O58JEKET7UtbzQ+0~oLMX;2WzNHf^XxKoso^4g$w5ft1;oS;?-YxZSejKS%iNzKLjVic zY|VSx%n=6TRk@VRdNZo!S|RyB6VDtX7L=54P{epQ*Qf+d)4NR$bb{T7fM1lSf-7w; znpfRu1?>Kw5h)6-cE_zTsa`zguQTtHypS{sDY_U>bg{WMh!>a)@Zc#Ptb}LfiN3Z5 zs;3>6z8Fi@nUt;tZ1xsgzq1neZwR@&BS>~5xWWUKkbwujzQ=AIfZfd5%ma3;pY&)U zqFT%`aPgkg_;e8>Jf9I#uZZ;9qY<;`ozPcYoa3(KHA?sTE`ooZiXLS)I=NUyAJKj+ zty|~*VC9XJxOfF5$Mc(4IM3t<$k2Uyp9a#(t--Zwlxw5ese*XW=(I- zo+stCpA~-#r<~NRfml7t(_^quI{1<$B0iIr6ACZ_APdV*Fq8wj&=GDu<`-_I1PJ#} zg}C(0|DTmeOYzG%K~GrK|4FNg|7sQJFE1gcqKD_20uDbrO(_A%k0{Qzlj4H=9XUFG zcfP3X$m{cvzz^D0-v=0YmhU-G*#4JMADlJ8TY02zh+7Qc+xrZBvZ=Q}*J+D?WY}39 zGh|l_e0i@&Z<&e9##G+3Z6W)vVle@{pc|$klDMV7G0xD6D$u8R`-bO#IW?EE615X+ z!7)5MYynX+p?)Os$WU%1@PyB@g6u9>ANY3rkhukqLu~d3iBxML0?y!kfqRSbT1kTGi&o<7T)J|E8%u* zN>M)`t63Xdid?TcX3l6MjsS5b>7K1BHQ0kXR{dLStE7!2^+sJ9>&g)vJT5>fs-?aA zX`+zGfbVq9Hqnr#t`pVy0<7E--``csbJD6{>UpMNvDgXN4IaeiQJOK=@>hib z-aXYKvb&Lfh%-X2^_9O^-!&GDHCMchGUE(=_9Vo@GyOk=mSn)K0eB zL~LxVO1GXy@8S}$Ecx(2@eQYD=n6sqmQb0vx|*7Tjp+5wBEd3&csC2sKIwc$qpmQ4 z_0Q_h5-w?6=@6OtA(z(Y-?#p20@~T*M3^m3OFe^ diff --git a/hyperstation/icons/obj/genitals/butt.dmi b/hyperstation/icons/obj/genitals/butt.dmi index d5d8ee53ebb1245e623b9ab4fd9ec89e00a6abc7..55f746287107b430642fff05e2deb7ac3e4c76b4 100644 GIT binary patch literal 2723 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 HT)Y22D!CcI literal 4652 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 TWmcX48>GIDiFT!?OM;(H3R9h1uQn0;mg3ovFs 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�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 delta 7300 zcmaJ`byQSO*j_rNK|%qMl155;0Rcg}LrH1rkXX1&Nw?(E2+|-SC=DXr-MutRH|)2+ z^Zoms@18Sf?#!K;=Y8h9^UiZ;#v~U+u3sy_ zHErR{Q*&kQ$SZyMC0c0O$bGm4{^9Os*hXrknOmu9W&=DCI`O~*#khJ(gf8g%26y!D zi3S;%f&5iD-k02f#zh3W0fE2D_cW1B*3Wb-pp2^4T;QLT2kw7OJj99KT~$DdX}*UI z5$tHQTu%qmQ*2R#*lCYh(Gtj~1WQugpJP^&5bKhgaX|V8!cgDsKO6^x^w?QY|M0MO=V!D)v4)|$EddgElFJgCa;^LWu0n$G z>)Bi2MaN{krZwWTa;&yHtBc@G%F-iw%S54XU!i~$({2_IUe*a|)LFxCyvCVMM6KgD zKFU^fO|5s`D*=22oW^4@=i70%M!#lVoY7pExECal>!xVlTzuf>^Oz8T|pE1^U)fQf$R*rr@$yv#>#H++d9Mt;$Hr7(D<>2us z=LzDY&9%1T$o#oP*=LaaH6BBNs*D#E)|?^e{@jwayRuUDMW8CnPxSon@y6R{BrKud zHfe0hR~6d)D|Q;Hl0Tk3jI=ZL`>B-*+z(swz8>@*u0)vR9II|{jgb{q&*Q3GA3J~m zNN~`}6MSKUCVgi1K7nEzL~PBm_Er6sT|vhY^PBDZp;8xaS2k~n9;dKrx&V=&Nu06_ zsG?s;d^OYe;l>c+HtXe0wxe{%)uo?CTLALliQZ$k8G`Gkt8aR*e*E(N&_c6c zK~AjTfO4}#qtMsfZcGh(&nw}IeN}hhy28p0?O?HCm4AbK=S;D-dh4f#4}9fshooIp z@-L)Gr_Ql53^{ka>`B(CWuOAmo_aL2FZ~eyLT+$86It<2$-zBvPp&M~j~|=3@XZxY z29niy{ehk??;n8th;JsnhUk-Eve;Gu+54dfcLsr|tG5WX<$UK}-WgTPFU* ztc|p}qeFw1v!R}qxl>MNsenxIZ}0UtAF-ccmtqlLQnrq@5tEIstMO-zzn1TxtBp>h z>Myx6!D6)17ei|qc-zB^{VBu|QH*r$NKv8Nhv#{B=7=Q!*;| zr#hM7rBV&CztZvf$)`h=w+-GA&t93$I=Fr}8P)|D;JVD?%0?oQ-y)$6qW&^=9vQSp zt>P-f7c+HRaPfT?AjErr{l zXTbrt3@i43m$ zDaqjvYL#n*n5Gh7YtUvD{maS_Kzsl1NqOivj)48JESOcMv%j!@{MAxNiqwn+I{Q(U zvj$)5<5XpC6@ZI%lfKu|a)%aF)sx`A^PWRuvG~|U4nUFg%|ew?)g^Yx9WRZ|IeIM{ z@h7vs1XHI3SIgV zRuX0hksGlk407^T?xRD}L9GT-(zDP6c-v_O?WLgkkE%+pysH!fs`%390GsRf($%j1 zQS@08f_!aT>2#L&JEUmMa{MwUy>O`dILFj4yP>EepTZ?|$x+!^zsE+t>;B`wn?iYO zPr1P~{@~#(aSWH6Q!6lQ$JRiqV}K$IH@BE(33jGC1gidmSjMs7NTHI=p?$49pXBqF zJphS{_gYSKPsYZ&(>FH(?Y%PwI%*!b0Vj6hM7~3|YQ?blh-KiKi;5S|WSxw9#n zhR+7}aK$ERyQTEKnLawla!g5t-kMU9|Y$ z8mk-Tf6qI4xhOtP{_*?8y8HriXjY4D;PWm!`WPVxdU`@o=GXasS|j9sJSWmDM~!7k zx-DLxYtH!k3_esQf4%}BvpzO?DNPiql6z*=^K_XYC_VLl6&rJw4-b@%0pO35Vkb9E zG^NK57B{oH_m2Cfzf)2weUfq~`Z^yky60UFh4oGMFMOLw+jXuhD^KeRPEXxXOU-{Y z2($lg1ZhoS<&5H*Wwt7Z|9-v>lq_2@d(mUrP{*E|_!A^t@ta%tY`cUv#`RgH) z>YBx_O__*$-uykDS)@9LYh;~D+>9N{KRDK_b} z??@?Spa23jytcWx-4(Bz8^P6impgfk9Ha%`Cex|R--jBCRYdbS;E~*P@qr%aC&0JA zD$Z9RvfAiiA-p|V|IP-5ogzLKXwYr=svi7v{c(r#%j5a(0cZp67^ zvGelk-(ig76YPG_%q!Bh_qVKvCh}&9CpG)lW0KI*^TgY8X_DJ9v$4Upe%|~WSnt+z zKx9{Ff0Pd*A~F-h)FyrTP(1u#j5hlew2 zA*zZD8C+Cah*Wc88a?Po^{z!lMN5;3r&56P(Yy~{3F3NmFAr|xQLyLJg{ku1jf-s1 zcS&)j`&cFF)wNR=7r+W+!^*X`ytrfAXp$0gcns_ymD$n(8+|oyI)%BmT~-(R zwG$_tUW@`1EVCS=vWup3lq}d}Gb}jZe08*>WeE$}d@jxmjr#%k&3FvGH!|Y##(F|# zmg|s^d+n&!Gt%um$S}AL!InVl^~0c64~She_6fAUv3dVa$!7#umlX`*L)@(Y`1@;c znOa6mi_8bdYfAYnMKJlsf>?ta!u|6O=8S^ZskqtN+A0+>%P4Ypt4Z&l>7>8@K4-6a za3P*mi-hIoGM@Eva35e@|Y>QMupG zYd11E6u5c-sRE%nr#&NwTCo{RErEf7m%aZ8Q549YJ$vir^yPzX>G=oAQ$q6T`#f zukh1&FZuXJ=|)Yim1j=H5zPf(mwvk|4u5%sfUp5#`tlOGVz4VtR7-%3A2LZdZx=N9 zMluY}GL^xO=;Z#b61TW?t!>7ShW&>s!Zh*n%+{Woa>nh1)aJ%pF7tdaUkE+7_d+vL zBpROj{b7?Rt56g#KR^HP57JZGd*XR+jjkW}fBLwx%v1cagH-fo8XOm>p!+jbWhWgS z9Up){9woyo_U05E%*DI=GY6d2zj)hAZ$PL3ctZXfPs-%A=FrZjKx2B?E2Reqb9`mO!FPe5W1Y>G73a( zNDdG)8yNUjt9Mv9u>7RNnDdR9^d~DTbAXR}ko7yXnM&4>_^1D!7b;yg^>=fivv(ps z5i%CBr)vC6PRsuwMuYK;xiKs}CWcZ7tBUc>o3zzcGg`7{^fICLYgq=}>+d64N_?%O zKh_u=Lb87kWN?k`86AEv2B7HzHm}{`Dp5H${Al0ib9S`fDJWp?j(^5oQureX1EQk| z$^7vV5meNZGrDyr<$rHJ$R@oE9AAdX8U_`aAs-)fbaePE{}F;{Uz2gOLQSet*YV2` zlw_YiebRYaeZ1_AvGsE6ci2@D=5IuHW%8Gg=9eK%5ONF>X=!N?K0bbLzx_3*lb#=1 zTRm=`%}6$?UvVd5u9hw8PYBo?u*PU}dX_oDf_wXKJ>g7rK$_=mA{g?a#jvx+YT7y8 zjKFP0k{jLnG8GhE`&xdv{k2$@M*+E$+3(AGd?5$mV<*lWb~Uyz_Y>{-ganz9YWGG)tjxiZan0pLDV_O*PwA*VD5<2lrp2x zeV)o96`5;&$H2fave}n(bKFJDPa8u)L9x2O|6WE0&0(gpzE`Mj9+yy+97Q2MF|jiu z&r(TA>BY;JUGS~GX_PuqoQ44njeb|);hYiko1Rb)=SNN}(tW|9y9rAE^^@hS-krN= z8phWVj}A)brUbo4G84d{RrvL__xi?0x-=lAU8G`uy4lBU(r1Ip-iY?)bFs7Mer!r9 zH-2h5AYV>EC4wfFrFLNZ9ITQS@)W&5-Gc8|-)6_eKv`;R2YFa} z6{UI?+pl?D%H+5dr@M-0b#$-sn|u0JCMRkxG3pSj#BGyA>cF|_z($LB-%PpHdgSvA zc$3`(HrnwX+o^tMa4FHWPF3XTGbwbdZgAW>EJT0kn-gvd_mi?ykVWKX;b;~HIiSCP3XJAvC&zgAS%rvD>6KkVfC9jampxP|qypN56EV5W^vr3l*H5m{^fUIhB zqTss7*8rmo25K>hV^%t#CFzCclX*SC)oBVMMp`!e&PHM0IOB{L&M-&M`GT6O=(j(> zv80gf%UoI0^(${UwVAJ$(c5{)jVYq%f*tnbK<|!#7ObBFLCzy^ekr8YDRzpT6Am+5 zPJBBQ0%mW(+Y;8VyjMX{_ZF(sgQrXfRL6rN2@DF?(Y$YMu`ArvPR=#w$lu(@oqS%* zEPnh)&wPDf;C;Uhk4OG$ChJM7=plI%TRj@!u`8sc`or@OXReyy#98f*=y4B?@8-}l zA(@`5w+DMjhxIo^WqZ2GXjdjaB{AM+}BxAo+^r-BAmcU0vK#NL9P|ee;`4*xUQz9&hXI zjlT#;v}GVHU3k+FmTjX;o@VW3+aW2%W zQB01YV@!tH*albwmNXm@k#U7b?X+S& zUMF<0LTN)Kg))M$!MUuH!Q?u!I*iJ83lf&Lwq(1-RfTtd`I(-kPzFlevv6Ru>zs7J z4#{GFfKyw3?Oa=Au6+Z9QWUP7TR0er)pp5pYaz|#)K@PmUqn-rDkv*QLVyP`6fm^H zE;{{Vi$myir)j-?sKHG%u`|Su(I4SkU%+-@gp(q*+i@D_3@ck{00osO*e$)+#7le7@KYR>T z1-Q25ojwY#KbMM*8Pnb!!*Fx6_fzofxW#*+D@)IB5n^$^$tUm6ki zsPKYv4#>OYj)v28A}-T_3*OJ0Gtw6Um1rGNmbU>st23)Ti-QFGzHKw{GE z?P~LR4$@mlBVdh`lb@OvKv|IZ#XH&D|CnEB+5H+}shDrBv?vdcNzW7Wl{*^v z@+L;%C8Hk>$VctB*DfwCifp_N05SY4CL5Ssj$;pW8^6cI#!k%PMJVKx$o)1sIUyBR zF_u3W1oPP^tyFw!`6TuSMk4UBHT?dk-fT1tpK}kOMrKiDEFsXlH`Xrk86AI z1>#m~3wT9I60%;&WHn{qE=>vbHnf{Qlm5p{=nS)hp3rELCFIG|Eluebld4Ms_O(lU zbZp?llQI&>@l`cpmHLY)^{rqO>QnPF5(% z&@;}HShs!rgLC0o(IEFqkb??JAf1(8Tn99GtmB9~s+k2<#YlH`|50Q)d;x(f@&ur_ z-)_}+QK=1uoQ?9DQSn8cyWk~WFaj1PbadcA)Gq8{o@g-1f{9u$GZ1n76$%@1wY=iG zhLG2H<;Tf>!f0|O4;pg4XCfsgvVZSYGahkDJ8-zdv-^vtMnEnl0~4cIJm!_804Omj zsqon4#dsG>%@v|+X6CArxjF-+EHDZ$$~1?;(sdF#cnYA<2xWvLRlp>hiEPCQ+|_8q zsdLKcxJV;L>eGM}Vq0ZL>$#Kt$;=}A_{>ZyN+gv{bnOMH?xW8y4wj!{Z_;!u)*)1K ziy~1oXN``%Gbt1@E7s}UNCZ?Y%h%y!VPQRin@p zs&Z{f5*?*;g|MDm(OHVf6d*= zb1A>YGUFT(KfA;D-+O>HMlg9;Fi7>;e-{ISkst)G&#yl2u}38EB*qP+M^RytspGnL z&u7;$ta){Z(YM{a7TX)>t7STYN~rJulF5!Q!Cf(9xB9z5-p@Jge_oGm<Q=2muo2S zba635Q&Y3AI8PIxSoss`ARyxUBY#o*j!8V1<#P=h#hQo%T-Ie~SYm#I6vV;7p(N=E zeSyJb2VdtZOl>%xuBj%nB}OSfcju!d6!6KJLzL4bIOvZaP%x#BNc>>UI+X)RLT_DIbAV6ooM$8Py;1dQ{z*Y5mIB{tk z!{sDFW1|jIaJ&5edCQqIJ%4g|BteDKPv-yt^w8yeC$IXPu2T@|V}Fu^d7(n#C@ z^Lo-W;Gf(ZQPGJD;?tgjrpGnB%*@O_>5Vn&r{1{clxQlUkmCpUbKm=sXAtDGm%&e` zBfqS!LAx<`;4>aVGacDCM(q%ZYRR4(>2eYItSD6tLV1MT@wp)(Gs|Lc@@>vklEPS z^!Gd0935_H4IPUtoA6w`YG#yJT*~XG(#XKTq5oj}OU&TsWktnF>`&+&!H^z~xXwct fUQd56Yb+8gxZwE}y^Lfu2=yq*tG%t1H4FM5V|P~6 diff --git a/hyperstation/icons/obj/railings.dmi b/hyperstation/icons/obj/railings.dmi index 2bccd88f7a486b5c3567289adb1abb559b91a743..1604e6bdd8d099610c01783e704d8364ce19841f 100644 GIT binary patch literal 7008 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 literal 6706 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 diff --git a/hyperstation/icons/obj/smooth_structures/fancy_table_kinaris.dmi b/hyperstation/icons/obj/smooth_structures/fancy_table_kinaris.dmi new file mode 100644 index 0000000000000000000000000000000000000000..96073a3deff0b7c2467721d9d0d4514d73f323ab GIT binary patch literal 1188 zcmV;V1Y7%wP)006240{{R3*m_xb0000aP)t-sz`(#P zH%BBWIpd8Z|Heq2r?2Jf@X2Qv8XG2AW^pC||G>b&xI>8z00001bW%=J06^y0W&i*H zyn0kvbVOxyV{&P5bZKvH004NLjgvtN!Y~j;*U2eDyN;M9TQ|}oUDzv>Xj40=5t5*I zd!vFo$=}U~$LBG_)MDH1`a!h&p5I-Fbn{{(%xcZqgQm3Ppc~E>N2evdgW)mRQSt%!IKZdeV}PE#A4JF_MiEhp zh|>%xl^G2%24H6EkIymL!^Mqf@;1=lJJ+Hc+Rx*>0An}Z)5Ez1EC2ulW=TXrRA_$Lg8WUNV$h|uEA=MoN-a!!IogcdK)3plXIa|;Fr)(SbvA zQPWau@mBgOKJcfukkGey`ZptRRQ{Hlup2Ykvl~b7EZu^iF_)dasu`%tf)(9!%Hj1NSkthN`fhjNr_C1h#0r`eK37my@tZ{)88QihP1)d*sPuhKi?B4=>gzVn}5@90TPQq>1 zAfxtPY07p5wf9PqEt*n$uLP}ou+-jbP<0QM+ItPE?!i)fuR+y4SZePz9O!zm)ZS}2 z(Dh&|QF^Zg!jbx`P5fR`zwc64n?%@4Lf3Px#Ok#|)jd~suNA89xw3n$P<79h-D`!a zd#>zWD++WyS9Y%z1-hOqyVr^X*F9HuueBl2_FUP$Rut%ZuIyeb4ipE~NhZ73iUM8F zwL`BJYTa|~(rbmXJ=bo%Rw%tV>)30B8jd&BYkdTJ8w?Q13f_zW0000Hq)$0d!JMQvg8b*k%9#0C##+ zSad{Xb7OL8aCB*JZU6vyoKseCa&`CgQ*iP1Yb0sbGQ6T-g7=cV&ewKexFCWbF5UTNgPkruZm|x^LRW? zVp=e#G)TalZ8jx$Qou!Fj43)PV6CmyI!KBZz&t%L zim`QLy#!w8>Oo#fV#faO1|)T-qm z1N{zek4iKq*($r8Mb^t>wbXX)HMUBpDYB@rj%>vFnV4!D=fyvN^Ca+DUB#J@}c O0000V=-0C=1w$4v^tFc1dN^~@&b@wze}I?lfGtk(savR_pZ?U;teEzGE6k{0P9fc)ho$ z_2#D5+uQnYGZw*Wy`C<&S`2_H@chmU6O0VdYipWLXZ%AcbgiaM6EI=9)#9w({(WA} z5zEMclOPzM^m@?ga1up1QjqiEuJ|f&)^77LM=X&669cZ-n>&C-Ksy|9%F0ZZui2Flheeql1$Ips$cyKT=bQV?o zJoJrbfKtlo_xprlNVnTvSn>1F7k5C$+e*mA=Sx1tv1y20%u3(bfOoeq`Tp7?iXv*c zQn0IE_zp0d0sj+)e*_BO0i^-96R=Hbfb9fqQyO490o#-Y*iOJUr2)1Ru#I?23?K*s zYdb=-))#*ad7hVgo(I4v`SU3n1VO5ln!5?J))yNvN@B82$;0DwVEhjND5a#~#LQa1 e@H3$B2K)jwdhs$1!C~qE0000gy$QVH-0aXoP0fRwbFiiV|*x%Xc(V1aWX3XYF)YjhdYiENlBZKf_`DTB$kK91Ld7dtgAsQ2t6C_+51ejP7 zYTQzj4GdbiSF|)RIyso`-MeRxt*EE#(={_UmrYYxxnj=FtgmN+L_~L&pLGe`SoQ48 z)Dv2}%FfNPv|7#T>H785OyltBk2b3c-<{@D5`F2`rAxPhKK^j^;N%f0Yy){Tqr+g0 TyFLFqAd|t<)z4*}Q$iB}0v2rx delta 564 zcmV-40?Ym90*M8X7=H)@0000)q>9D>007}oOjJd{z`$WWFvW)lqhSZCX$Q1)2bWa^ z&65Y!2j!;}=fh^#jtAesLe!lH-@ZTPq<;|S!(+{*0N=C=-?t6p zts3Q`4d=mP*m?lagaF^YJlVbg%Z&%#vj@zi0LhF8;H?+6b_cX|2hEWOvvLRAtqrqr z2e@+w#)k*mhX<`}2i3fFtZN6(ln2U!4b-DEws!^9x^*45#}}@0`7w=giE-O45HCk(+7vnIcLR59-HTLS|Tlo@i=n2LOc~utR?ax~g>o zRqu-xgCi0EDr|Usatg-TIRy|*#j?$jomFvZ-Xo$fDXt-#dk@3|3KdGSc80luv{S$z<9zOIfyy%OaiP|6fXtx*EM;h zwh005u_0{{R3dEt5<0000gP)t-s0000a zC^;-QM;aR@00DGTPE!Ct z=GbNc006*xR9JLGWpiV4X>fFDZ*Bkpc$|&Xu?oW=6ouhgpF)z^Qlo2^l29@c40p_m5)21RbdeM_L;JNr-ZtDZZNr!*5X5G+!|LO-|L_t(&f$dsRP8%^0X}r#6{i{8--Xc0DjP zp@2pXc>3vbw|&ik^NY*f?&c71VrGp|#}+k(D#P7&a{%5|jZw!I{U8TyGF&eQ0n5gy zV~Z*RHZ@!g{^WVJutpslusYXexE_2c``>V1|E+84Snt8BFK3zzA2+LEK+2=eY+bHD zt1`qt@9+o$?(1@^%Mky(!y^c|ugk42L&8JKqt0wy)EOckQXX|?>!Qza$V1Ab&TL)u zHC&Mzu6>{KjXp!dL(HQ-;CAyng@=j^vUuvtAd9EI46}IZ&oG0hOor(^^=FvDQ-6jT zJoROmwO{%&e6U9G229HEeaW|o@?%0k6Y7d`oAm??b;X2$Ct+oA{Qm>arma!DgB=MY z2b_hpkBj%F-QP^O1P5HZzv%-i_cwJw?f#~&sdj&>s?dMV0N3tsWf}U<8Q|LeZPA&C zYx{6r|Jr}~_D6zid1(E(K8NlM!1%T){pDc2-ot^ z`f+_4;aVPAKdw(BT+2i2$LUG0P8{`MZ=)WJ$}sEP;>&R4VQV7~qcVJ59#S)5UOFmF z4jATTLclOD;{(ph5HHJk(Oy*{Ub;F_w6YBG($$HgEf!z-KK$L)iK5l@PreUdyE;)c zwH{Ol)apTXK&>9snpzKPO|1vDrq+Y%fLcAM4;ZNjb9v@HpXBh&dp^nGnfH8>!!z&s zB!_3-^GOcRyyue~o;iN%^Dkr0e)-TDb>wi@?;i6|edK3svG|7jwtC9JSlbl`JXB9P z7%OStR!@o;Gqi7K2c&v(8lDe|ccW%rVLh2VAM8xLPZ|5Lh>JG%VG&mZ9C;|q7dXU4D^&p2Q>p>1r)`J|LtOq$fSr2l!_WY~nX~Ux{Sr5kDr~HxiVB~#@ ztOq0SQ)E3Dd7n~=@-6m0MGP2spHj)Qthc{U0sb7;r{(hbu)_O9c#jD4M0S1%{OQ-b z{d#v;rv}*+=85e55ct!tPj-FoS0`XMPh{tZz#mv&n)U7lR(PKX?-601$j%RO{nn^{ zc7^we@E#H7iR}Ck)o+XIXIFTi2=5VLp2*G*QT^7qes+cTiSQl~=85e5a9F<$sh?fp zy$!stf%7rDe@Z-@VBQtfKbnUV%)5g6NAqxkc~?;Xcpjb(d3RP&|9BqGhrBy4sDC^U zPlvp-HN^f2JZ$e*;68==r||F*zHj$S>Ob;uUC$IH?#pi1lX!T7mBX>Yec7jN!aQ^WVqSUz3Ot1O phw$DI=7p@Dlz2EJM)yY=?;pdfX%LkZ6sQ0I002ovPDHLkV1hmb#hm~E literal 0 HcmV?d00001 diff --git a/hyperstation/icons/turf/floors/layeniasand.dmi b/hyperstation/icons/turf/floors/layeniasand.dmi new file mode 100644 index 0000000000000000000000000000000000000000..7e8681f9f5b984fead60a6a1612b0cb142ee0967 GIT binary patch literal 3442 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 literal 0 HcmV?d00001 diff --git a/hyperstation/icons/turf/walls/altpod.dmi b/hyperstation/icons/turf/walls/altpod.dmi new file mode 100644 index 0000000000000000000000000000000000000000..74a432be18fcc00c8c8e25c83461a38a3a03dc68 GIT binary patch literal 3911 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 M6Dn+a literal 0 HcmV?d00001 diff --git a/hyperstation/icons/turf/walls/customarrivals.dmi b/hyperstation/icons/turf/walls/customarrivals.dmi new file mode 100644 index 0000000000000000000000000000000000000000..35019b8a26588af410672a484d4d3b7c36e8bc07 GIT binary patch literal 6325 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 AZ2$lO literal 0 HcmV?d00001 diff --git a/hyperstation/icons/turf/walls/customdepartures.dmi b/hyperstation/icons/turf/walls/customdepartures.dmi new file mode 100644 index 0000000000000000000000000000000000000000..8a893f411b6f956c1c3d183897df79955d81e36f GIT binary patch literal 18898 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 SVDwD@0000P)t-sz`(%C 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 literal 0 HcmV?d00001 diff --git a/hyperstation/icons/turf/walls/customshuttles.dmi b/hyperstation/icons/turf/walls/customshuttles.dmi new file mode 100644 index 0000000000000000000000000000000000000000..75ab41dd643c0204044149f3f965315ed7c3fa1c GIT binary patch literal 19004 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 V3mDA4Gxu^s)Bc13U}9Tc{{aVIZmj?S literal 0 HcmV?d00001 diff --git a/hyperstation/sound/misc/Fnaf Nose honk.ogg b/hyperstation/sound/misc/Fnaf Nose honk.ogg new file mode 100644 index 0000000000000000000000000000000000000000..f5ef27e7478fc76d1b74d5849b2beabfac60700c GIT binary patch literal 17768 zcmeIaWmKL)(0Koq7^Ir8&0@?o^{SUU_e^>c`Gr&P5RMsxWZXikI$?_j#gZOV_`?oJ>eE&iJ=-_|o<=>wFb`$)!@(&5dX>DY#4^oM& zjsBnKuiX0&M|v|OD~EqKb+mQ1`M3Tq6+yO9gQ5{ z6$l)V4wn_&uW~v^bEEedz7uG8{~FML*+R$fxfAoxYHU!By-y$2+T_3b0JQ-FK=FMq$9H-! z2M1_C`ukKt3<(ndAXFz4Bd32GAUW#f@QywByB`C{l?cQj_`t0HC#5&YU+X{G{Q~Ll z$=(cNXArxBI1R^ zN@?_$La@{dHwEVe{iU?gT(y%{dI>Wo7VPJpl(9Z7FQ=2h$SzBn@PnP-)$%@|aer1; zLMhlll@v2Y&ADH8t(Mj<`XKIFaL%-~Q7fSTOiv~Kt+myuNPBC+70qIK^T~CAdEbTx zXLEV*lE1Hje&_k|o)hmonH@9v>5er7q@;0KE!;>p#MJHWxse@D_^hoz@9%b*sfm{M zUY4_qq%%hO5fg_9rj;Kqau)R_rRws=KI(rzhyU)#713V5>9t+}zzo55QcxH^oe>_L zL0bD^NAL|~15A%F!{q#DZTy#i7%v)F&gj8j_-{B!z`+xU63<<9x`MI6%KX8Tnn~== z?*PD_5XU$A;#FYaeiC?i`;z_abU(6{rHdXj@hZ^iHRDIfctMZ@z)2p4xtDQpbJ!Z(nH1VrNWj(A|#nBW^ zeJm1^0n!Pu`Rb(5RH!+BTsrn%ZB2LiS(b*(AALn1pH8DMd@DQZFud%l*hM!=ej$=j z|5Y_h)G;$LN5W6WFG7&%;y}SITc*N$-elLsVC2Jo;Ee22JmP8P{@sj+y~?K(20cVn z`dKMna(fmgOC;>#MppR+vO(Q2x^76Fj2m}WZ$@)|l`Pqe!mWS2ef)O7GZ<+OH4)}g zs^2d?KHg*&92|L?_IVM7ap)2Gk0Sikr_NS^FKtU{XFM*S&E;y99wn0Wz>7I+t5U48U@b%re76aj`JSC= zgfI6wBZ)KB!a)iFOG6S1fZ*S+=vaoi-vhcoBdEj*j{f880DB>pUKCy{+Qv+)H|K(~ zsfkgY%3*+%%C;fr@MyWVIq2;w8TfIGXB?8HDS;48& zLII^wrHb4wx@Z^fW30X0t{oHv;j*6|zT>l7*=xiO2M`&7n9|?>BGDGEM3{N%%%@+B zGb5zqlx`4du5Gw|e|dYV?@CONz>C9G+uq$OwKsa$PW${(Uk{Q9L#y#zk>qP4WC;IC zZQqF6jX?1ueQp7nOfL~Q_5DOiOjQnw@Z>cg-hVDaT*MX$%Fl9?usFLV&jOOZyk6P9 zqqo=2>)EbZ&GSBtAyj#XBU|FH%e@8Nu4v>y+hPA?_Licr7~YB=mlPbK8QiltW->T692oTi zOuOwy7qH|LFpWxTWDQs(5+rBqg7H&=WIww^e|WR7m3*E~6Z7dzH_bX!D~0$x?p*RC zymm0M>EyL9e`hcdR$&PZCq0`|d-EPGN)H}*>=*pUB7z(L(iCW9uj$w6OE`1;>Kmmq z-P2S4iSuBtiPJAr-$y*9PPOQCY1bSIy3RxpsYnRb*jfiMUmHJV=cd^q5pOiw*L9cK zccX+uL6Uf=5uqK@M>CN!xaB$*hUc+-`b&j{n?k>g^|PWRHYGOG*INEJQwn%`jhpp4 ze}_l=VE`;SfuK~hG)%DvZ8h}l=+Jl>iH3xF@@IKx!9t7A z?IZvgU^kJQdjFZs|EYfhZI81>aAv5>e&2})%HE;|&dxRm>iGsfrTuN(a`o^8WB7(u z;}w~YvEX^OsO&~5Y`THTj@+%lg04rp=D2C|(+m~$>}4tO_sj9Nyl5__-xkGW;;CM` zF-M$|q}gV^ICtg{DF-wY7}<9*B4bltEWgbkXs1Y`p|zXCp@Av!%g?y`S(zu`RHUT2mtNa8j~3Yqtj^R~Q_y|wq}JlizhB<&KAY%;vA6k{Sxp?xh~ z_3?t$`3xqpny44})W9Z(;8#o`Xb!Pj5>rcM8Ke7$GR-egDFmWn_hh25BtZ{wAD5sz zEzCg3MCd@;+oUjTjCda?cx;ugUL?>@Bkm`m(WD1W#mZ9`@FFfsO)k^Fsc9R@Dq0fQ1GMz;PnO{5P3z7a^8C~CXq$e?H&gmZ9z0ZYT7!4 zIUDL8A_xGiP;3)?D>sXrn}*xesz6^7VD|!R0Dw0TgQ0kSlf?r0iNJyi*9?X6x8>foQ5e2NCunM5LAc^wQ<83natcU>DJ%&7+$fmU$9Bf zr}r=dFd-B!voMO{b;N4qqhwo2BTx`Qf#RS;sd^j)bpU|{z#7aw@)bVn>w&scoHkgZ z06&5J`W{bw^WKX_vQE9CoUd7$)RF)I%|-b8S(Y-pBdRom$)K|e0E4G0UGQa7$I;6H z`4@wK>HG+IqQi^>`fE|3g8%IV)(2WdZhndypsACosA9&6K%)9Z<#%k|5)x9@owhjF zG-y0>>8_y971i(<9cyO0)!c~)$^KGYFA>JSdM?&W(rcx{km6tN^g)*X2unTgFU2=S z)qK1DLj*>Vz?~3xgRUo5zH?4xQzDHq><&jxr`V7H=JaPQbG|aw`(%1?^g@@diiCOr zpf+Fw>&!78!AfqBE=wiVe~A#D8>PbPOM18peSNM zz(b&2WcTg3{>>=k%<}`Vi3PhfAZW-!g!@S8DX^!4Sj8Z-VFh!DQbmkAlYt^?F+Tvn z@Ne2B0)CypiND$gsi^-21W_l+sjvsY*qa2;8ZVxGWXtzj##Isyrd>NPSxB&TSjza{ zcJa@h5UmBaVFX!Di4fDzrE;u7Hz3Rf-Z*Y-1ev&@1fh$;0qD2rv&RQO=hSxK=`ETF ztOQRGylVa7c>@4lB|)?a0(+-m00cH9`ywp9rSAGYuEHce@WSk3Cga;$lav^wG4uIE> zyd5g^qmqPlWxNMXQFETumBNExEf}Z*0A|P(ShSrS4ExMbe6(M;?Nn4ho(hbDTEnR4~%(*daZ?nMgzcnia0|q z{E6_C6a%2#64ODVZh=Vz*u-#}zin8sJ)!W6ts+8Vd;CQEnmNMH-qCq?jyZBo^kM2r zwpzs1|;LB0)_BIp)*mG|HY%KzZ zIRNOT%mak=$vf6+G3+0ZYP%uPqKofd{dox^Qm=kp$;$FNuRTuRfHAN!ocVh&u~9s_ zgxCEU>+FX0Bnm=wX1D#>)1Ft|AGcFc;gX;}orc5(h68K10G?#_xP=i&lmK?;9P z8Lpq%14VvRGRc5DSe1Ves(Jvl0Yvt>nk%liDlE)Ywf{@Q+h4ym15lg)1p>QxPwYZ* z17IP7od_vV*uu^~KzQVJJuym`kYnDp;+3b8WukQY4%}m?-h?B$H%$1m9=+gQ!ajhy z*snlV9^_)O26RX)3_TKa_v2{kQDHB{h+`9#W&1+7z&45q30>lZl8B#Wh{8gJlW9X< zHo?TXz32f#k!P>+POap;V5pO_MZTK;+N#_G620-B+eXHz8@(vCKjc|J#9u3{T8sPyBZz z>3!!^Se(`a*wE8CQm@{>>4bt!{GEanH3_fyK(EzreFr^Q#Mv}PSyG7Upy-0~t{57h z+!%uqk}yBSIIApN3xjf`FCMS>t7~ZdmN$G&;uTCr61nj@wAD~f5E;C>M+&Jl@_*8# z><2UBc1sOfAR75g?zGo8s#hfmWXBs1jLBFo4uc|4by;c;)=EnCU!fR78lVU>t`Qzf z0vC~IWu5hf=I~3yToYsK{rahQ<&!UhkX?`)VnB|*gkj92G*N(gneZqusI!4K zfaeZr8viT6$(to*wLI`f1zS(&>tPVny0NU_b#~JiMl$f$GC`Dw^`rK}{;g~6ZtN;0 zE+H$r=tNT$B2_=%H{ZjRbI13iNkN~1yk>?9H7fp5#Os^Q#Kl$vbiIyqn>yp%Z*a9# z*6$)}eVUAgO&YMF=uyb%Qo-lbsHY7#f`|%!gUFff{B6X}vt`xjbNgfmZw^l%E7_(< z)8xglMvfp!#8Wq4cMm`2THNUe0bsIT6N)HSqq=WC)OS$I7y!8amaj#bf1p!R@WYa5 zt=VS=ENPK)JVR*1psz?4F3Xz=dy!KrekCxjD7NQIi649rKPjlYTv9StHeEHc>7Ix9 zxwEp%^lh2q{QX1QQ@CQAi!YF zc`7ew^~;NIgP0fwI*sU(DQvL=<2*|X!?sx~$6do5b@E${yvIwnBY-w|g$g7g{uBb6 zSORQ`|0h3!L(n3!nj;Qcu>;uePzfxukNjQ&_A|JbWf}2K@3HECy>Wpx&ZZSaFZ|Uw z{&3cfP8oa14Nk8X2smOFu4YS%>oIip;;Yp*`#x&DJ; z+YVOf>k!z-vN&e?3HzX>kWSWx0Ycaie-$2ro(j6(kp#R_4K^E}K>H&ApiRH6?Cj*c zt2i7SBZU&6#09|29&GCAA>l%)|3Cu(LE^>rM4NVVk`P6+^^Z@kvhA81`WAZa2b<&Z&%6Z{DKBgpM%X z;lpeZhl+2Z$=jCg$k1PeIo!+PYSDXq<#}FXJSXl_s1RP{v&NrjyX)TuIG3%>1LyQ` z<(h!Td%LR~JpdOlyUJuV$km3;0f9bn=l1X#ik|&D7lbB+!c@K4c5B@4#@rw#uqX&~ z%3iks*eX`g;b{GcTM)Xk%F9zz0zd=Mh#g_!gh-$xzw7!RLA|_yUXmWtM+N`a0>bwX ztfBOoHG2iwupyg$%m@v&ynw&XBbgn2X?oBS{;vQ)=ly+Ks35vHj|f5hpifWW;z$McMrbg*h1T14t;zIPN9B$D-Y?> zV!J0U0x%4r*JjeRV!8-RumETzDWP)WQYq7fK*eA_o&wA1BrkQnFQ?QL;~0aSC_;{` zgoq=ImF?Zib;0W6og`=?&W1?Tv)p@iH3VaQ^hwX5uIWog4fjiXKLm^Q6~#rETNXrM z5$HDcNa+++PYQty{W#<%!v6QGqALHrW$1=tAxPcD_OEOz^c%Hkxa~4d9nHpxy^KsF zh$N_@w56n~f@o)wg9@_{tS_+$Z(aNq)~t<>NiSjbmBk=|u z%e+dkJ_C|bpGBNQ5CfKTNoH@tHlzqLu@1+(yyXzfWpqyFTI=(ird4;I2M?KMxRN)G z1)p>zuyfNR!6R%a8`wXUYWA`i%*mA^PUn^Q;HB2f3Lo+@dQ92(x9`r={w4P2X?n|k zJy=ol$&YP8?il8$tLdQbdYkQNgSIXu!GGYpnWx>wkeyyN4zYc@CpJy;##_i`XtC~} za5)qG0&l5l?Ok#&hkf}1x^cmf{!OWdzR2c;M%wq>lCnby<9L^<b3IqG#1_KHX-Va4Nf#!MY+tO$xnB|hbeVlIqR6{@$ zOJRQzc$hL>?d;fL^Cj%moqUjp=X!x4JwiTN*A&Bjvl)vRy%}!;u_@cI#tsk?5%`?M zGc~K4XVjoj6%>{4-O6Us(({)p=TZTOZKCbRVwEXHz%W1cQ*wJrs?j3z29&SKVFlaw+G0!RYEQaW-_j+9 zY>*gsLXGi6c;3=@+>4o|)g6+9d5CU5a_FRh0;+yHLkbkR^hTny#@h^$+$X&Y3;_fT8rGMKtmbTL~aTEEFIaz@GvI5d1Mb zby5S{w0Ueh2Dpl^?t^Eq0H88zOs)T-RcH&}Ei37Rg0Tix>uc5zI_$f?Gdg}fU=%Fk z&P8h%_u6?70Hc2;xH|G!dQ+Mo3?f;&Y{}pNugYr*EEotc{(eDoZ(gdV8yl>T=raCB z3?Dz1M=TbbGHAvWdCYemXJo-MfFQ#)HRLBn`0?~PZtdjP+guBUXt7o2vWCbM6gxl4 zQ!!ronWb;XJ~X-NtF>K5&@fkLtuyXl$3Z;^-tg7>H1Ei7^P0OYj6dq8_CM=j!P6aj z_toPu^n)q#!6G3HP<=tvs=eQK;5y36y`$537C+P&FBR<WwWW$A-i; zZC;N-$Vc?l-B`&qBqZewhYl-AuM_10f~vaFvr{`3Ncc?_U`FsGEUXL>#FfU?yc*bB z6ovb?--LhySjm>19>g%RVfewf9PB_f;3I(e!U~0Qd)zBD+hi{LEx@Gjk-=!ZaW zGxUfnQ(lQ1dlm@v^4}QxKT2Rj&~a#N6fuWOB``%|iK@UAP1V)2+2z|?n4FTj<0vyR zE3U*XM{`T#S-bKIL!lIWxp0S!$@J5VB+*#}S5!GLmA{r`dN%b&`r0}NhC;sJo((C3*lBSiqgoKiG(!o_N)$4$W$|-j#Q^xC4B>h z@(Yd3$^GhU7;1N>cTLtWpuaC-F>|({za&fEVyG&_vT=>?n;~#1t7lGntlCTKd7&&Y zx)TsHS2XX+BMxK9)8L)-JifFMJP;*c32~88u}m!leMW^03n0#g%~K^!S?6qt>2P{K+*Mg8f_hi-H_N%O;AJ~Yw%!CREyrx*ZM*qR81fOXr51UH1))jbMnZjYuX>id_gcYC;l|j5|B?|gLwATA zg9*ccf-%|HW))4E zH6v}`I8%|NA%>h{qRI6z{bLTQ_fXp@@!Q{)t8G_QR~>HULZ**`Gl4p7N`+g3ocq8M z6&gzt=WsgRoXhZb6Xs{QQX>0rrrWY{ltpEvMAx-F+bN&6QoCH#%{8#wkki!5JEHDD zf59-$9okjeM2>^(A2TW+rZ5(jHbP5)w_E7k6mp zIFi=d36v;wWk9-ezo^i=H$k6OJd#O7MToGuQpkL>Jp=`TJ}Bh}W!_++kwF`Vjk2E*m_Z1u zKP7du^zW_ElI^7~t-rr!zZoM#s_+F}F3BCKrOH2Ol6CA7J4@AEu~Hm)!|bpQ$Y<~I z@m#J9u}Cv+N;xgVxO(e!V993S+{_)iSc(SMter zaN4oCJ$*8>N47@CPII{UVNuWqrO}A+08wZXat~NsuccRW%U!1CUCayCtcLL@wK)m{ zSpH$kR%!F?nC#+^Y3V1vJet zEA_J9r+soo4VAN_A^NB*`ku#GF36j3sOI|$j$h3ed@O4U@=Gu3TW7>3#HtT-IHJ^) zibAz{%W%*lm_AyR6%s?ENjW(`f^kS~P?%J}d){VfxJ0i=$oVDojDOeih+YF>kC~bf zNKVpuUVb|6Xa`B;PYqsBNd04;qvD{6S&M#b+E?}9^+fyS*4^efVEVJJ)k@Bl)?*n0 zbe?!{JjJvrkJeI`^!Yq?`?h5%#`zg(Wn0LB*y4vL4qHj5nj_*HjT=}Y-RFp~q#&&LE)-~2x7n^e~=CJhUk|K<|YILCdn14(w@D-B#8vN5{v^Q=HJ^7$vrfYxac{F(+?b63WAHU*)T*S5^hF{j)}UP!Pz2QZg-je-2gO)+vE~(F2kdi@5r}QQQzWELd~f zXVZy2(ns2{7#^Yo9W#8KBlKr4uipQ`O@OMY5EjKYG)X^9fcOX>(ZJm8WsDQh_q-Js z)%;D7!JgG>JbT}vNf>t<(-N!pSiOt=+V%$P`(lbB!<5}^S=Y~#d{}?Z9ci?(GS0yw z=EhNyqCt$cbr+}J@ZMdq$z@_B?vP7V=y+Te(%dA)jHx=QgdW-G%C9F-Nx@|?^1^vc zJfw{J(yMU;68d=|gAOzgt4E$251GR$kaAUkKtD^k7Q+g;o?5zV=EO>2rOBPXey2w; z%L$8ii1Qz%vf9i9JrQ@HT?$cQ@3bxvGSk6iK0T6BY(@u@qL7>M#@bvvdLquL}K~^`Upp)CnQfKw^KbBvE^99^d$~re>cW@rGwI&_jrElfpTO zAiXWME(&>H`mx^QOX?^JI#;gOOeUG<+1%)WRLHm^)Wxwh=(-2mkb{!4>}jF4vZ2@k zKVl$Jgk{}!b?eRD<7T8K+px^!o}LoPRppSxcFLChP_#e0;@}}Oi)l*lMPEua9-)mw zA_U!Ir?Qs!&+r|smRIjyDAT@(Cf={UvCHtv?(JOV%Cz5`5%UDOF0hhQ+x`y?ewj~( zkQRCJ^PM*zb{ax#yWF`C_~p|!=yL;GIGvM*_5Y-g(AlsrVgA)JGQKKw<{jb4j9NAE z2TQbI(f;OAF)+m3lRjc&Hboa`7&W3_$o!QCof|)3y0LY7fYM)Zt{2LWf2Q*9J^w_^ zwAeDskUMvg*@Jr3Umpnmp*4qVoV%p9B=(RYd7}28B3UZqM&)pxx@p$@&ug$8&ES&@ zUK-u!g571p4JgiK;1zOPazs%Ltp+IK_zdD`*!CSi6=wyZvyMDm?2^uy-4g|MA@lFU z@#QW-;3Jj9fKd<)O6c_&n_TiF@5l{dw!WzCiH6(6!&lM5SM@{&+g;wM{%w|#(U0zK zKC;M=oNxK^fQgG}QtB*jSTq`&rZ16=0l25dd}^LFS;(g=jV|5pzv^2on{-mg!EVg2 zmPM2UKlc+=JFS!2(vpw7G8<)pJ~}~3X0hF>`_*USJkX}wdbCK{w%)uEm?=u8q@7y zJ(<_uDR{Sq4Tv&rgn3-VE8MvCTUj06ePh9u{T#~4s^QtNvo$C6rq0D;SU7^FJ@FS11-$gjI9dg?4Ij>6bp0C>_*~ zpV;=uM!(G$i|v=O$1G(}aSPwpRMg$QMJwnXOqU%jjuDGRLl=J7X4mB&IW{^p(9C^- zyjJ>TS<_++;b7pP!`1CIXemrZG5z&wl~mA7NSf)hq-{~Eb^0_7yoY86^w z56V!k3VTP$TWnDRo&_6!^*s?DON+y41VCnN$Gle=r96H)`(?%K(Ohs}UO zW>IeB&~ysC8BOIfrZr|6s-a+jx?UEs`0eg1hRt=aMT9`V4^xyeWeLG*lQfP_Pm8(D znh3$nC7ygkOM15h@gS1z+=0fkDQS4<+KOq6@CF9$(jDSlK z{|u#}6jD$VT+v7Kg7)XvQ*zR}D|5b6SsyPmEh^8E91MxAo>YTxmwjPDo++E@yXLR& zpFvzyp9nfC87mV@pCx4=z8}^14_I&xwyXS&FJl7R3jzjLWp54*9jznl;tQfa&A(fD z&nbU$>erR{_tDRap(aN;LTSezqasG6`XV+tY{k^b57EX4hLy0?ZfF#;}y=EIAuqq9nKQPm$mGQ_VuV=Viia||9AniWSe zy1qj@KHYy*ZrMx<28G7&S_YrfN^&W>#E-5is#WfxKD0M@oY0R;78Ne~tKWQOaZwPc z667rJ#oe;D6db%LucTe3VJ|8@dK7h;?E6CX5jII~_jJ>x&!!DS(Qi+#D{uJ6iocmY zbM((1v~=w0z=x_V)?xJVntMx92zzuu&!#cQ%HY7ml_%LD8|lbz==fpg``R$rqI$xI zqzW4hQfy?W4IBd^UTv!%OK48%{)P_CWbSNI+*zk2^xD{rVm^V6U289jd+?d1bSCL2 zP4YS|$%+ku_jw(Wj>OKo?>oS^u#_;;ylL%m%n_zDSU{l{Ay+Um?1S+_ubiM$3kTaW z=k1QQN#&=nxAEpPek6uStKeM4GHRq!*}M$D9>PLo4)PR(5E(v?L&%ekV5;+Nb<*Pe z{SrBTi7YVr`td8lMA7;8zookfes;MTFQ3H)^a|7yAqdb)&CT|R)$n+J*d{*mJ8QkL zmu$rPtrK=_yOai9AqAW7j_@qB)+#p~1R&Sa#QwTgug|->2>VEuXerh=aDfn!h-#V- zcZ}n;llVd^rY(MY?jG;%q zy#Axb&n2|`ZCV&Dv-qkW?B5(kwkN|$S~WSmyE?b5EMkth^9*Z$Q`9YIY1{IVdaV{L#?U%pr#oar2my1$U$~ErP4yioOWSry+_u8O|9UJ%U2OmK709o(F4L z$03|nY?T8`hY2J~M{OR)x5lSBopKab^M7ANb5^0_dpUvaKFHAF?3EUSP>|G z)~I&bA>%t1Jfi#F4?w98KleVOIxb;dkBasZru1$QAimjODUbk0gwoY9P)=|-G7kk zWSesr4mVd+`lk;&<`)oBzWgX{FQX+;>_(u%p*9>rE+{LX!uUDEv-%?V>pZG>rOjLg ztxUD`qwM<1y3&0r`#tBl<9+SM$>CQBL(2f?Lt^73z0S`5ib*QGl%f)~v2~2d-~;7B ziBzssZgykQq-$kf!&2(a{qje3c@0$5zSx!n!^rjKVlX+HFiN>t823NiH)r~0p7mZa zURzmsF>qxIntx9^-Xjo{5==_=0k-1);uAc8Do8}9qG|t1iW1d$tZ;uFENX6cY=Zms zcYKn08lz}0Xc=>szPS!~cWsWsC>Cj0x%FoPn^Q1*Qn_!bn`|BbWk2(w;kovu|f z;Ij^$QY&(fYTO!kW_GGj@texRk`kru8w?I9Stm%y!$cGH%! zT!g=*85(Vo4}SaV?(&cx_`P4S0(y@8)nDp@F6wto6G$0C1}kQ?#-W>Yhk{ubBWHKP zN!j@s=M;xSmbAW@hn+D{#QJ8nJRMV{>RYa7x_Y1AK<~00mN5aF%Bsa(Nkt2jDmZWq-tS9$mlOEpq zkEu!*3Kfi|>tz4nJ~{q`J)u&CzE$hf2SZ4A3^xJxT-KKE$abloiEeUJ(~NE3LDuhL zSl7mPJVLmmjX~izqX4A;;umloONF-M&v9;GDkjY)hht~c6cE~I``SV?9_dn7;Fydt zurXhy<>(`^zlxL^y+25UmZE5qyZ}nh3Rg8b*g`rqu+Kb=TB;vU^kX1uwZ@=PJ@ShuF`&+M2Tb?&q3q#@oNN;RgYf$s;Hy#o)fm_ z_p0ib0%9s#hKWT5tq1JfwoQhaV~y=)xm*wTnJ2Tb1cCgx`MlKcu3E1g#}*N*Lulc} z#sL2p>uVIR6#0C09%Pq7eDm3q$KAh<$Xw6HW? zy|i%PN9(lQz-i8giSJ`G|e@OHYuN1)qRc8Skl^Fc`p!sGVf(RZjn=YT%Vo z*NdEm92sS!qJ&yH2~S3Uy#KdC?Cydt#@&J~1aqG{ip3ReMnymScRGt|uXRCJ7WJ1j z{6MRyn~OG#YkLmw84mL%A)&fllqN4M+_b>l9y}|Pp0A_v!hFa7*qG__LVCVMf;XKn zCI*0k6G4F+n{BfkE*}}puHQvAG1hfZx3)$9DKSk)2}srO#6==?T9r?{jFM3y_>#}@ zYpPfow^MpqCnVK0Vd2a^LMyONEkB%I=!Be*k~-}bA|A?1k0k4(BRXtx79uW=i%UNW zVqG(kc7>M72QCrlQ9a({$_z(;w$_|<}%@>Z7QNtQG2ym6q8)a zeXr136;u3UlZ{`_+!nkSbeO{tia%a&-nbtold*Fn+iE>3HlN6Z(57ch@{`u+7TEb) z(MP3NB&Y?y4BL(L0&n;&@SSaq02%-!syy$AO* zcsg9L_!162zPB68h z&qc~L-Wp?<2_8hSW`>~~yCP1m*t}y={V#Ykqk8Bn(Zsp$f5<87|3o?IxbCH|dP4_0j-;0yg}I{rJvk(A zS0!RiyyCMiRPQxxZHTRUed-@Gmw?)GJ~QH`PxF6Ps7c>+S?VQV;HvJ(@uDv2GF-?^ zON%5Uh7FZZ&1xKoxGo0*{{%E#BqE=Tino zXSo>(QT4F_v8WQwkU}htZ7t&w0pAbi!jJs@mJ>^p7M5nVwWX~yxI?>=lHOA;`uP3l z=h);XTj6!D`g_a#LG&4pW7BIWx|_#b9;{p#@kZV?zOVuT+FggSk7NCY#n#AXcjsnIb2i2z>c zl=y3Ykc$NKca32jQn-lw--PT$->ypzH$C2ytg+W!YJR>mpb9JRK`hA( zX|Zc{IDsEbVp9gkG5?N&G^`(vF`}PZ?E2_qd0xgkhPZF1&^}0Z+o)uVVo+L{@Y|ya zqu+yEpuiVR*m*-Zr7NvZ(l8d$$e9}T%U~sV4FINxMN_m+(q&?|$p1jRqnOoz^OW!0 z*RN#OhNN==l%E*W7q`bXo@gSVd1wzxWCRqT`)i(9*I28B-26>PEQi@#(ZDKzd?C(> z>h^^`vnzbY$(UR5gI;KBuN3WdSGQP#T}ME*IM`Y!ysK}WN9|B`f&t2@Ryobp8K`# z?o$I;c;YfXVRI2gz46jWxX>XA_@C5IC)UjV;Hb+`2{jK}u$7$Gak3se6wdXO1NZdySFol+z+85sY`dRm%dt)NP3fA>dQo znVNvCY~rHw7&3Zi!G~9=4Cf*?GO^D0do5c~QYa?+9L`tGvqnWdIzNRjq5RN?x}G%K z8Ggddof`(zshc4O+gpvL?O(Jw<93fPIVi71A4UfZbM{9}z4|dI_)$IDnm(n)H8(%w z$aPPX7sB<2TiCVDrRH5`SaNaua?kxz;GddY@TZw){F*d!zO|qd08O1zm^<56Alb?D z@#|x3!{6p_3qK^sLNyccws1!5ATISo%mtBIowj~;j@ z=-E2iI3ild-6dOQij^$g_DUcU^n?ENfpTR}(-( z--AnG$lN8tg5$Sv2{tJf76AFlK{2`H;jAP#Vr$=F5Mbi0vq`5}V1f-^C zIbB(#&BuvD_^zi*OVLl4LzZHSKJD?(-SR{5wr1|O@nd}N5Gv=vM}9zyA>(M^Qz1AQ zKf>4s0{vh%4b)_8(o=;ldh2P3IBK>O3ue-V>O1rm6Mr>L%i8oSI^ib&bW%B!COo0y zevxqYBRf%QiL2RHSm3_-!7gbl#z|DQ+&pFUkxa!xB}rUEt#UkjV!>vBYy4w9M8LTY z6>aISIN8ne{40zZ);GS@CG{DX@4ha~_+658r@|FFnizLwhfr<$$Xt6QIA`tjFgxkwKz`%Wd95?(rPm4o>e zhU?OQ%|p9#wwOv4jrMN{679?5Y{?LNQwKUkfj}lGf)2(@Eu?8k9g{TFLx2UOsPY?l zWu>=&_C)sj{KYFys1&CNigw0KpHj3LHb-6UhPK@>y8qLa*hII`YlO&1&&c}l1^rLy zt^5==r{Z!53&t^JN|)qU*6fxqNpcCXLrd`!rn$5Zk(J@&KFJy5w)2_n9CIJn#|g>x zn$Zn24%PJc+|iSCl|^sp>84W!mKVc{!YuHuk`k4yP7;bbapmX`K16cckAZM(#;;6H(Y52|R zeMD(+TLDXY@%g+hIq<^VS);XWD8D(r^0b4wNW)Z9vO3Awi=*6(l0R4|Cdp%ria*wy z*L;~CPJ?6F^3>zxBDpksWVnr0em5|h7(V*#?QH}6527)u+G9OJA$mF$QQkrb*{)8L zbPSmQ`^7~fvJr(V*e`0kCOVUUdNw($sbjm=MIX94)J;W*PU-Qeon z;I_i_i6ETsiMPU73?p29*;t4G$0DU~cO{h8AoHD~d=QDxA-;I@v9Eaa=P zb(lnc0E1{eDeD;j5K&=$hgeZz8XKK|XNL3j1S5 vF@cne5Z~~rYQSWa>1($SO;Ud$mtwia>W1|_&)-ze1(iG#qk{ey2ZH|#Y%xwv literal 0 HcmV?d00001 diff --git a/hyperstation/sound/salon/drying.ogg b/hyperstation/sound/salon/drying.ogg new file mode 100644 index 0000000000000000000000000000000000000000..0f977fb90ba9af7b5cc430aa57b4b1918eb75146 GIT binary patch literal 54212 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 literal 0 HcmV?d00001 diff --git a/hyperstation/sound/salon/haircut.ogg b/hyperstation/sound/salon/haircut.ogg new file mode 100644 index 0000000000000000000000000000000000000000..160bfc36941dc499352020ee21ca62c880c28d12 GIT binary patch literal 96905 zcmeFZbyQr>(kQwIx8M%J-GU4nJP_P1I0Sch8%Tm%aCg_>E(yWigD1g)2Y0wb@;m1{ z?|XOM`_{Va{dary^y;pz?%G|_Ro#1Llq@XN02tt(WH0cy5*%Y72_gfzJ2=0!a(M#5 zNL2iT;`A4}8Km?y^55xcBnaAaKSunF{qpg@rH`h$WK(jsps=-itNDij zg$xBJI|nB_Cp#AfgOZ)Sm7}wniY03|{s!zq+P|9FJXc0o{ zJV05T;f%smk`si&IY9AFo^z)lUQuADBtKeUm!W<_9F?_xN>-j@R@0=a13}-{WsHA2 z^*P{JFfl3wb z>1lu*tF)s3S2ov9GW*|WQOf})KorW$ekam?CmKmrnto>%#6KJ!0H87zRb}aQ21~hs z`&|T~S;|#nFhPFwOdjK3LU0(4zi#zJJuB)F5N*Gyf0hh_J9FzEf5uqAzp}`m=Hh0CEpxj0x<0>cM=4#sSr07H+5(M>T9^xm58>+Y~m; z=`a^2sLC=H{WRl%l(=1ERg zH7+3ybqy_dJMCn*rKS)1-`v*b{nqBA3<-k&yJG#@asa5&y#Hg932!4g`ZL}siX;CO z@V_j_3Ag_v>EK5ixmp^9DVEU_u+k}b5=T-6te}RcKZ)lyjc=yLqd(1UHmzYc>u$Et zXr|lbr``CE!TdFwwRyMyu$(6oq2iBTmyUz`FU!eci2lhJO)V2gqa8=*m1Gf?R+^f% zQ<{hJ-z>*6yf`JiI5d1aG@2nS$toHOsA{kEf1CepIa1Cv&u$*oV z(pOMxs%23){kuk?Nhm{IB?{F%OEJ1{Bdq_Yo5rEzgB2|DTm4k&^-cyp91{82Xqc~5_1Dd)g z!J;@qqBxR&oBwAeln_`24x0a&21;mB9W)94hZdAdH&(r^emI^mW=|5jD{ofh>F9-g&9Du4g2p#&t7tf_+hJo;bfRJ_3I0~8HV2FwKZ$VFDd7STW z@C7l_5U2lT9Z&~*0`?>m#3(|J1!H6(j=!_|cVGxmctJa|pvcls9owJ(rPt60`7MuA zggp7)8b)yXz10`6aoPX;;UEA20U-hq0B1<_-_MjUjST>Nai-eP_(D3)3p06<9I8+=F7VVGzWZP7RuR3mLb0oIdP6c_Y_4DpuwGG+P}eI1zhMZ4Bd_O3DUO0o@OX3t3rihPJ8v65zW)LgrxYjBbSoObcqMWj_-PS7RVE`IHEhL(0 zBYb~q)v^G<_ihkC(TyZ9SW=5bqR{*sz$LDw0z#p>5NRySQHW-OEsm0FEH5riX{xHq z#8`+T&P1E2Dkfc6pvo!BT9~8?Pnj4eTS`%&s>%otK%VnKKW~se1XsWTC(vlmB;oA{ z|2B=dEXP)c3pQmTAvC-x#Wi_~aT4M|hEMMqg+O#mk6S6@bFfp#g_06r~_R zRs2_m3pD=7gra}|(ZAddw^d}vR{z6pJfQpglen_zq3o84EAq;shsLeeaRq-NX@cYb zaNjHIA09jFL#6S=DB9sC8I_imp+H;HP)2=tig(M(_P#Ve@qgaUcJNfI$3QUu zIic`G8vj#sLix{A%YU6;{{O6f)3K>+&;$s_KER4&WlACeUMXqL6$E2cx zEbwiO2qOMW)6IMYe(J0<~#WX`c>Magfa- zqgZDXT*lx5Q6WA+l$KD8o=5}VI3JmS4Dv@XEzmP0RQ39vH0(*QR0{}QplU|({^=xE zfb^$B3>scSWkzK3ua4aJajHYm5l%qYZ$WMnggkQfn4 zKSVMWro<z@Y#fgK2D;gMx2JneW$HD+8sA$i7 zBt=EpDD%5>9Oe1wGkE|&EOZ1jEVP$`BbS(gsR$O*3m@zY3`~5JZfl0H!Rk%)>LZFH ziDL%6Ar%E7^YQ%%reFR2o+KkjO?_7sN(TVQfbY=lYXP95%1d4U_4^7y#v-C* z`qTXqxB>uaRY+*4F-5{DAS+u zz|%#?lUppN-7+BHeRO?ve6)LXesp*=e{_5FdbEL-zB8nkv!Gy+5u51SeG0^$Hv%TO z05JHY!7_NRp?~w?{D;}w7wBsBtgvs&v-F;+rKsYPP=Z>awIT z&MeNx*?!-i28^wMWY{LEVuHbxBR29I8RY0Tr<DgE_QD_Pk+WL4Zscp~JwhbPVz{oK9T9EXbw23)V1Ta~!r z)j!vHXieifoKF9;bDnP#7OarbSkG;uN6jiiE#lL|lF;DRR}L*Otrq;?(fF&lm@v=Y zdzpJ_gMR5gwvdj?Za_#QGZyADQNdly=2A$l^y{n|z430bfc`zWyhtDhUTAi`tocANJl9mrvV-gr+MZ3L5+UDJXC@J|* znWH<>&C0&Ts~k&R@f~t>D1WO&-pLa%Cvu{2LP*X}jdzsT#QgGpopPL##?)NZZmV2` zO(FSn;SYyL?nJ@(jR>f38Icvs-rS*CqYk%H5)jd%5AnB16Yx8*-Hpi_W6@9@?|#UN z*H&NUIt|W_7)|8YYViBEaBrYs@lknj;qtdTiQk-G)kuY)DcuMB@VAbK8Dn+zRly@? zMy*!IY88NoLNa`@v_SEtsrALPpoZ*f8)_4iW7C&=R80b($I~DYwcfR-;7b+rqQSI1 z>tBqSrT*SW$r&Erp33_Awzv!TQv5ze#!;`mcm?$r7F;>ul{3sC$L)GP2p6Nuru0Di zgdnL@ppYp8UXZsm>xb?cHZBj>bv22Vi&e3q0^R}@?fQhCBAmqiWSqZ3z;A0U3-|DPkEzYr66EhX6V*?Y8*nRdc=v+sQIEcj-m%GE8KN>91EoL$_ zTTiODw3|j7>W25OFPw(GY;F-!qX;%D+x+_8DTN>`_`0ue<;$fxP^a?F&Z=Y&1^FH9 zjPcN88-)?`~r9VSz7p#);@Xw3j*|(zqdat;9nfGTw>=YqAZlf1~7lMKNeIU+4yf9g6C{p_3onY7>*h+ zI_|e#z3~uAcRlXOz9zV58TTBHG6)Y%zjG4cOg4ECjAX&OKQMB>Sjh}AKC!{N@n2|+ zaz*%wlyu*4j@H9=F%LMxi>Rr65OAn%@m1+jjo%R3bsra8;1WrlY{*SD2Fg-b>io)1 z^0JSDsRuGwI-5^h_D7CjU)jIpj2Aq(YHvz`8yz1fLP+sEys-X!kR>g6%OYcAz^OE@ zmr{1X!9^p!+PmY(_ON9+|FLSbOmiluiITu+8Pio=79nBFHfk1ctgZnP~- z68TxJY^vU%jz2fddEmz{oTbcR#!ZL_dzm(D-D$R^yLl`1~n)2j#l>89#_h1sft31A&7w ze04Ed7RVX)G+cyk<9u+8>&;E0ub1ZPbF0eB669cj=)ud;6a^P-k3QRPcMqz*R>^|* z?OU-$={g@x?{VLyz2X_aP^k4fw31OM4XF8Xm)F9BH6LBQxnWTL?6>?x8;R7oyxwf$ zs{rq~FnT?v%uDao@zOc@YbUi5I^jKzRfurT6vbp3;o66YvVSa%iL3m>CrC&xOD!Cyr&5A~x5l zb?<+ugR6*Xg~S&izB&|EiUTk7-f^2AlBk=`yFVMvo;~Y1=(2$=da*b&9IbB%XOPAx zH^I)TvLee#s9QoHRt9fiJDG>8E)I9TX!T1OBCg7hN6n3D1q#2}_y7wLH3fBdr@;Y8 zPdoP>0XFcBbG67j1OV(`hY4%H85K5vxoBOkS*b$FC<6n`R3r7=Z26C<9-qVEKk3E0();^E2u40e|K60>wkA9~}W_*>#@yJ_AMnEZ3_JT{O z5Gn4*j2Q~E7*{7(*Z9p^5z#l)64J=|)o0I$$4^Bgz6=5!IriUG4y}K!vPj+a&ZyO^ zNd2s4L;;7Gv2`#i%t|04r1vo#F2sVtgZAj~jHN&h!qg^7oL}>>xGG?M0Tm=yN2>vhZd)5blGSul+Cv zP7W+|!%n*R000*@V#Ih2!u7&b6{;GA(2&UZy&>bafW1}<=Vk3pP~yf;ma~89(m`F} zCY?)b+iAT|-{?Y+sBWZl)>VQ*i@-^=*`=K4vO^yFt$IH4a&cu0{ zxE|sIn-^n`H|ndWbR6+}Rp(8nM&tpdBrhj*TkBMOV)@*zY!xF@vW2(PJj`^rr(0t4 z6-Oi*oX5}#)K8a}W^b1p+WZOOI2*ZS(@aBRc5=rI;!2&Fx_ysqUXq_1l7lYOC;cf- zV(yv|1jYx)WM@aZRufa1>#+NTt~JKbT+jJX9XXeTh1NLEvS7-JThv5FK5l8|20j$6K+9b+^8Mwvv`Q<%UmbQlG=~_oxLI63M*NW4070_TotE~d^0u( z%&M7S<9duN<|h>WzNKa1AS2+rIW0_*U*z0;h4~y$zAR%e05G(EseA2Z*eK9B-}u5F zx4e@7xsTfEDAVnyaY4CDv_?C_9`eJrpM_SuXRC2%D`N!x>#xrIJ;%0({P*_|@ z=90RxxjSY@aAB8P(1pwM+i}KZ6+d`%-q+|f`{PRM4WaHFk9<_Q=wR!Se^R8@>Z~mf z!HW9&R8Rqa&QY8GiEO+N<2sk}Y!Go4ly#$ z6f@K&Pxp4{1LBA{vO8;;JMhXeUdHA8c}QyVI|a$;@TG3U5=0bW*g4Dv-2G7 zh-$OHxb3CnsiGK}`FF7+-YzA(0EM2JPc+@9Nkd_$MfSf6gn9`?Qv9zJ4-Z;{@v;Z8 zL_hWlC7^iHpGs+ z(1N4;#rIAx+O}{!V&rs6D@wah@SPu}wJb&=Tn8yXekOA@ppY0w>aiLM7E&tn1hpFk zj@#m5uu$RZ!FHqp&?r!UkJl8Njn*h{&r^Si1nMhCThoDem; z^yARE7$fG@xI|gU=~h`!wpyM({h{d*?TNDy`G(>1Id4AHdvvu|`APzxxtyo6KTU4T zZ*^R*KOE}!kDyKWq)+3%!r(HcdteNCOVCA%S< ziheKpmD7hHy?|IaHT%(aMD_bc83CCn=aJ(OoQLMfgB$s@;d=_^c&FpJdv(8V{riW@ zyJM#j2~I)9&3%SLDnunlMvCX$%NDfj7^QNUfyvFfJU-rf(T$cxLTts%tbMm=*#UZX7VUXEL+B-#3? z=p?oD&L}u#tlh#=izneGtu;QC4gG}U=URIDGwTuo#tPzZ%X;#&Bf(Xng6wuT`aRd} z53Qs7U)aB!uGo>DxHQY5@L3GawDUWk{+!c4e>-%9`8&MjFz+IFL6$BaJ1SNYCI2f3 z?gK*_uZrNLrRf`WG6`Gt6me2Xl>$N)3K-_+@7eUrbEt8#{<%L;{;&Ikr*~gfcixDk z(2E08=mmn$qu*n`vDsU56JrH+4HILt$Ii#pr}+J*$tnmEnDS!X?QresaGD0TBJZ># z5n##NZ7s{iMFu>JYMLy@7Bh$k&zgjlwt^*FeOpJ#tIxuFeY$iyvppIB~yoejRgqsakqd`crVQyH`W)-9Xb~lW}9t8TBE9 zh=N`CqV}NQ7R@Sb+sLaZ!PEAaE_!JjbzD1XVk2t&T)w~9Qued#Uv0L}|Cq=i^|*-B z*U&q4r%x@VyhP*ARG9?7BX$@?AxE#{^m#K-x**SGSH-iQv@_~awR(4%)0~-lF-P)i zzCemf5G~(#@h!nMI32n_zGLJ5q+yCLw1?#~SyZ>1=y9|*{`>+#GLo!y3HiK|rz;>W z48Tu=(J^0@9e5@>c3*q3kisiG-!MKVV9mh5nM*)w&(jT1akN{u3O^%Sz`mMG?hB)3 zo(lxgV&NlvwSgr?IXsP}HihH%T$J2jFQmbFml;=pGHCu-ebJ ztF$B0)JU`*fqLD-nDmzpy9`Gx>7U&{Ni)zRN(3LbrsjW)L==f3w`t8JGjtvCy9Nt? z0apmW3E5tsHgjT~D`mM|>E(FTr>gR3|1jzMApuUle$5Ppg$ zg!^ov3#T<8BVJu$HiBIRgS)U@7nq>Eb~jh!m$%p!HS^o^KcQK+XcPnRSBrLLxYAj? zFIRd#seV9FIb)piM+ufaLT92cevxQ?arW}CnA@*5B=9iEV@%*$vA9q^#i7vqIy=yH zHj9RzbJ}CJK7E63FUPpHEv>4x)V#?8B`wmXs0>Hx{=%>0RP8f{;gvJPy)`~E@D8x&7a$~)~-YXce(l*P-7(4ZZ9!&Q7Si-b$`U0m~9qvebTkxHF%zHF&1 z3;@YfX!4k{&zs5$RkO=7Jb9-`uykjB7H_zW-*bB?xU3}O-yAY}V=x6@>Pp?;0#*^x z63K8kso4kLGL$_(zsSg3x)&ocjZoVf!KFEu;OBT0;awUX6+YajTG_4&E4iYKkRMUk z+?@SRR5H}s7|Uq*d$r-^^qU&$%(Cz)k4!norjm+y4a`~nQvU6&)E-5|&koXM>W9l} zJFt(%2v7yzNX&lK6*icBHNw5zl73^MhWb$Vo3)6UH`zMv=a-eooLKO$p_e;kDF=JY zcqKt-V_0yY~g#E`MnINbxOOtc3{TM0q(YiI?qOvk^BIugY_-74$M+ zSnw?1`gmoB?7w$&hKXBFGjqA9Jm~t?Zf)%yJeK9h!?z}{rx?9!3mJ0r5R2m_IXTmi z=y9*OT@k4E&bzWoF*s4IEeZTxA@}*1*nc7Ffiu|DOmvtkd&P8A zsMrck9;H(m7V{DCD0+c!5V$}C)!^0=u%uYMGqNd#~wD;*A(#In+9h~tI`a*EDI=TdC6E_8H&_!x~ zJ7wY+-VbgY$Ita_%$Jhx930GJSnYVV&BSDHKWN>53bzaoy2iy>d39S^$y$ppB*M+l zuRH$L)N!E`UCIChM|8t~S=->^c6n8Q!V*1QFO6!|%2VM-VKHg=Dqx{^>oM2OE z;g9`Nh0MLb3(mpChXDAs{da*9MueYw*w-oPX|x9q*HeDJdPC@2`1wW?_6^aTq@Ml4 z3sKCIV+k21oSUkj7jgGga0T{D%wCkaE4JllhKS^Ig~=Fdh8ovaf#AJS^Iv3T=1j

D5`NxgmBrP+2#urYO;AkP6-RL()N?Y9g|!0V5^Pl`}X zFhvY6Dr2Aur@{uZp)VFm%4?0=gKLBu*P~3r9h&;+aeP{<~g%-qYUnit4s24s!6?LYcQ3jvieH0b!9@V>&1ma#tSZ| z7%v^)<$H6d$3>s`bD?dTTdjlBJqT~k+PPuC55srYmtoR_DY3758`jXhcx`{UjUCTdkI*h($! z5|q>iPJF*MF#VZ#e$G>g8d0sVlG{bY zmc=uQ)vtm|zE`0mT`G3p8RBgZs_;nin#DsGSg%w2i@apL5&)+4z zbZrw$=lSl-nenho%TR$4NCrToHDu)pVNrlrO``gF=uF3U&O*FA>`eue9v2rxNqh9V zMpkzhg+g<<9A@FBhkcVfZs6#gyn|@l3$lfaD`*c0r(2vnQlLu1g-!v!+#Wuada0&2 zLC(D_TEFHh-tS}P_p616t-3gw(G@_}*V>kj8IS~wB)^JXG1RQr(JVAPV4j+qTXep> zU6XtFSh)Q*2us;aEHOMg4m8$u*NTHENI86@JovR!G#2&kA=~zVBCn_?AggVqYGmbZ zR8{wA5KfR?>_>;jq=CPYTg3MQX8gH=FQ4pVy6>n`eZY0g$;~M_pU5@^99(-U9z5E_ z!W8TYU@O$IDK>pVft}05lmz*#7@gw>VfB#BYm;ZkIXe3pBxzgK;m&x0mnVnAWv#8_ zBiLDDUDoE^(mr(?FMdIA&#cBG($rybGfK6qd;TLzo)Vbnyh0oll-~r6 zNV-W@c-hAWeHUUKmJK^u4i35pP?=v%>H|$Om(?6af-e@MenIF|n<^ThoH^9GFm3$THBX{9y^Yk8SYTWl?%moJ~`3!!a? zQja5*tU0YNL#m!?d+Su+PLV7`)L#gSm*fu?x)d7$mDZ{!B*qX8Kmg$@L3BqjGN$zh zAv&;9+-&1Z6zh`NsY@@*uEwkukGU-Jt@0G#v#ZLDwzKQI%2kn!waOy??BPtPam;9ySVJ-d|16$*gk1B2oyY8c;=G# zJIp{2%uiKZ%UN|K5zM-Ma#!@`aM)e2bfA4eFRw``y1M_>>zEO;mixPafX?hX=2HDZ zUv43FO_*7-Q?p_=G{AK8mMe2?aCN5tY!%PDZ7NNcqFjgrqpGUvp{sTby)bZbt$ukL zwjlj_fj;Vl?CSFe5sr(lN8W%g^UEsIt^K+#ts3oBz9MUyIq0!gboDe{RXQh;p&F%R zafJ^Yz-*=bX>9wJkv%Qg>oo$v@+F7_FjLd6RT*4Pvv^me1rkNRD~&_WhKHPX9+tx$ zZNq;QCrEj0H-xEOb;kf49f1eQ3e;EBw+cWf^H1>PFGx<%_s*@OG8z-^bl>Ko?cb(X z9J||=)Oi}^2!%s5z#+=loUQgidsB)I-}o4wk8@r`yw{hf4lm=gl>BF;!*w6VtFt;P zUfkIp-=vB*U;w(}L)r|P|cd&lDuB7nRo$LLR&YbDytgrn~sY@quBHdF_mFwiL` zg}bdaNCl)&`kCOJ4PBebqH{3=1A~B+eFju+amTeLB}072oF6E8rw4?jI_etPJIp>} zqt#Mc4~N?8GZDO<*-MJ8bGU9N*wQ1#SPkqEu*kkMXqg*y5FP|HErg8R6_p(1H-}aa zf)5o8r{mdby_GbJN;`*VXA$!75?A-<9a21C%Dl~UnuFn>?=MzoMn)i@6AWbAv}!}P zix)g~X-rob`>+`sL;SNOaq$hz<&V!=T!;tu^Z7Fcko>f|Qhq)PO6tT})7Mt}&B z0@H+W2(J0^fYBMKQ$^yt^F2O8>@1=!sxeKlIJ!#WkrH@L7=l1+RSTKn^cWVAW>v*N zd6dDRfklInM)~Jn!|A{7HJ-jNG4ahCO!JuYm?x!gtS6^vWNKw?ZE9<2Vf5JX7%TZ& zT3Sj)Ej zIPNJG5)SFDU53%tSnxMoNw`QxA3pXFymVJeG9zoa`SG@iq{EytW*9-$-?wi#_fA+3 z!5kH9`sAv8`V*f1guRUe_NKN7XNV??d}nPKb=%UJL{Hllu_~gqY%`g&ycF!$la92v zw8vn|OYtPOH=Y*!eT0Sd81kEyuepv-%=N~iM>djtY{(C_68Fa(R#$jq-d3R_zUp){ z&3(6E$iMsoMfnpdy4I|6gG~~aJZMrcJOAo-G}ERT@iL_dy=*7JGPrrN!A;z)_jaf-QbDW` zk+?ea5GqtQY7(M%k(<@1&1ijwZwrTk9J$S}2)m993q%8f`v~vI&|n&tKT_c}yo1Yl@t|27TY7sv9|wH zzn@=c=l6!B$hZhgi~|I5N@DH0o2hm_@$C4q)V8y~nlj^c=5YI3c!PYdr_!!{jrHXz z@AT>DPF(imVBF@pBiQ1- z{JYv3Q0|;mV%sb%T@;?1`we_P{jj@_pqCckPNPdL>A)>H75Q>^W%0BlWud!ti0r)6 z<8n=3?9pIvJOB>WV>OYn*^AL!z@p^rzQOsPgs+KfDJC;pX}%4$wrme(4Gm180r^-t zWCwvwfB*GV9QTS8SsoVhFjtxc=ap89j}ZRK`D|@a2=cI1-|fN-j3clyL%vvStS5L$zX*gr1*#re1RgKEQgxZmW5*&$y3G)Vim^HMjCrkMN>+$2r_ z+Cj>A@k{$>jIIIR5=V3&kxOunM6z4+BJ9SRVJJ9OP56%IKfiIN&v=}ByWJ4hZqrpbkxnvVhY|ID1KcG`wesH0w(0KbYUoo! zWeyz8J0W|%GTKN6q(bI0vHNRo9s_rSd3n$8&u?zj?*%nX1Ia@lU=bgNc0|XdUcl@V zqMoBn^&uUi*C-cL;7+2|Hu?8ba`g`hBpX?XG)H?SN91L69whFD=O{Adomp3sFA3?M ztHW(?lZ5kxmdG;?dX~P|F}8J3^7Utv z;rv$2D?EN4V2E+VE40R95d!8dA>WY0mc6t^DkE zVg1~9E2R}s!eQX`qY{tEzRHle^@QX(_s@y`>Ad^0JJlON<@)M3A|EyjztGFbi!hd0 zuJpo!p<#2Hblm;Z8_=S&77+_CcYfd<2Uv)Py#m!| z2-y`R9dZYaB!XO#j4VGE&E}ecJXhSbKdxWysi>_5etOq10Yb$YyK&jmNr?ZUs!|#m zZ5X;X<}=7Xy>vWyy>NJ!A*_o85V6_5I630|0*(PBMUcjUa0^2bBwVZr_aHHT?N7z~ zToSldW{X^<=3zLq7w{>~8Tda;KnbUcK5_xCgM-$P(*p%;KC!m|qG7$vOjrpI|sH|pW?T;>EvCnTPvq+ZmCAQ0oRp-~; z9ZqLxHVB4H+H6vU*!etk#`qjNtYMPKT`GCVNzboduOaM1gLP_GwtHUSJzm5R#Pk^z zPFeVBX3n=yu?XZwSc2NmnkN)MKM#A$yXCmCk}*EJRJ797{rn(aol_RUAYbS_M=;;k z$0pfZ{YYNEZXh+k;mIoQfB#rQy65Z9`|!YW-DKe0wfiF=_m~>)cQOdDW%Mh2`y#4R zY$S~M#yyNK>Xmh<%%O$70Kw-*S<3Eq(j@QHvN_49GP1HV1M0y%U4n4zys(_q}P&hL9Rb^V$gE(NqqNc(N;ZgA6$xyx&Vb)>`dp5+C& zAHrQ#onO+{jc}mJ*<0Q{kPX#6)^aV?E^cAWL#V}cs|we_Yrqu!jf6^AqV1hoSo1-p8hl3V#z52!mn&+_!}ld` z65kH)jWu%_wiAm}$K>~Jd{~{ATxjBh-Syl^04_oim7K;*qYA!!oVP}G%Kk+AcX7$ z4ylsz*A^ibgCZ#;+Ie-6q{@sg7t_0KHqi`@q!nptu!#?sUb(#qx2Qx;+QQj1aq|GJGNxO{f-Ev3EvYyo-qr z(a9W!m`A>FhyAz4M<0l%cJW#-Mje`%ypm7lircI!o~dLKWwfl0ezJ~+5d~}!Sm@cb zGRnK~*LXk?>uY?m$}%c^&hElMSStX~HbCp)p_XMX1b?q-CR&0O+onXiSAj! z{;4QrNS4$4MmZ=kymNUmFrUxnvg{@EURpVaSvG8J@yf>SeinxAuf7>X(Ly(R$CCPK z{S)q9CR`DCt(WP+w=oLKOb#=xob0L)RR~UCj-OhRTjKVMnfV_3YY8C$ zq@>(bdyXx3wAS=w_}t|cljzW0Q>vjJC_V`EleIf)KQNLxr@a@mJr-UG7D$7qImi5U zRsl*$CyN3^5e`5p{APe2XSWCTRJ7@-fxYIIvsCeMvWI{lpBdxem(9(}=N_IOQhKT5 zsvciB8};M}g8Q9;jWal00Pb5xRw!Q%rW|qFr3Av7-MPyrIX>Vjo*Awg2c_106;s&{2E1~G7;>J`3viHu8<8GknSW8 za0hDDUD)%O%Ei2?21(@MA7#_pA>R|dKd%e);6<9VuARwae>K%he3;7E;Xh4j?w_BOuVRV zOP%}%l?aFX@?*VJ+1I&zp#9&L2w%+63X=1(a^XJoQtCV0TVzTme~}f(`qV=vx$3PO zDj6-Q`&c^ILhV;ueztW`S7ymD>)8);S_fRbKM$&lyk>8}8HSb4 z5f2ps-JQYZEE(0s*JqQV@B>lrya2rCn4Z%vF|jXJ_pbaE?E7SMDTm34>AZFqBo$(a3`FPBzbk zy(K8*_ImuP>&GhI>{@H!)FaU^*vLyUVs)Hp`<28LbHr_NSoUDXHK-02Sqf#$`TEe7-g{aeZevG=*GI8SGNoZk{W*EWVJ3uyIN!P{ z{NZ~SorxY$dYK!lFHF97JYHGcB#%$-T~YU3ZfrPj`HnEl9-kTvo{Ubo7sa8-P>$%qO$!uKER zYK!V>vofrakqh>RrF9wdtu#u14YMTHeImsxVZj6i2wJ$kzDN_P8dQ%U1O@$WN+itD9;Y8y?^~Bfg*ur|N2QX)w7^%(}m?V21vcfkE5> z0=2(XO_du;c4oAd%`tnT@}%gQd$Gt3-LF0pBM>_-zJ1bZI>vI!PgzRV;c-i?)%m$T zU=A*J`b|OwHhS!d)vW)mJ%PBm&%p#b`Zuaz{vC_dg1Gkzh?}MpFKcdbhkdr#@kal*ZOl zSb`j3FNs_kW_KYlmtbRkl%lls1^j_t6MGu-?pHW`7JADjCYKe1#r82^;Smuvb-Z-I zO}^o(?*wPB>Q}8mtyqE`uY#wFW@YF0rC>mzB1$#)WmnMGE!@op$lGTWpfMO+xSg{P zqS(3SGS&c$MNkfMg z+tPs?W_zE@PqodbI>mBCD`1wXW?H^s#pwBi445JWk)o*xSVzl;?g~WcV@ZNRCt|w` zVP>4zok%s;Km+GSoFfNtzn}DcX%P8!b$_Xw*^Ewbl1mJd1!Xct%U`DCp7kGqkhn+chI{ozO zFX{SK2h_e7yjGzTkI|KM+n9VzAB|A2 z(}oTj{XUqoZE~TDTKOB>+wJ3>>-(M+n6r($!i~A+5hN@J*G}w-W))dY;cm?a3SWeM z+neK**rB~Mr-O%EF7eU^=KQj{?gqiZbk%-rF6+#$$A?W%M*q_N4|iHXqOb7%X*s*7 zP(;@w9*j|7`g%mxHNWLY2m63{A%F%CRrc%|Cub1SH5UF+?2hfBxVZN{;B79isvd(( z;=r*tyPPe(k#sq_Q^|oL! ztbE31rXe~`w@Q}n)fwk{A5t@Ce@$v%!KCf=)pd-6t(FNbb>(uLx2HaVeq-7Y@~rf*TyOOPQD+!mCF*Qn zlChVHDerMcJBp3Qnzjo!Eos}g(SJ|`L1uigfBZa&xET{;ZTs#@N;ClFXz14QYb6{Y z&n@RpjK#xQVyOHhJZ>2W#}P?%u_!(kJ<9@yE2gKeaC98}wkH+!nI0sMq41XkegqS- zc43LC)Nb>v33nvRi<|!A+C-nG4Yy(aq?jJ(3It3%=d+_j_6Sn%O#gT#6clxtVS?s2 zuh9ooCWEkJ4^k-FfpUJ770(J$hW)-`+qET?>GtOhT&D389I|=V`fR01rS95EiS7+^ zy81$Pov))fm(tDC*EzLC1TefM_lPyK>31wzLQT&J{Mh@NfGZdpm0{WLtY^RTk#$sa z>SSO{X|7;BO-RG5V1H+KasOud5=OaX62X8kl6p5BaS5ndgD?k#`gk6No;im58N`&avv#CByOQ$yi`&LeP2T~^ZpWH;UZ^!0Ocf!_;#V%8;$KSvd}nCGaB-fL}KRrVr|+dbXiqp zG4MBA2v(KC--`KY-8rl*@^BqXh?J(<@>4Zg-HIG~vGcJAhvz#&RXwIUs`Hko7l!6Y zyJxa1p`4|Xv8)y<9dK4REt?+SGLvnJcn_OndK%MTG;^MZJ$x8frY?d&MLzt8 z(7k7GxsHwP{AOzmHV}cN9P`dGg8rBswud21^DAc(e%XdMr^-zARN z-*D9KZf6+kcsTR^xv>S2W%L+rAzbwl1}SV;p(VA&*2c>`s16=;$ZF9gE)vUmn5j;B zt9V(8VqM_mV&=1`+p#s)T2IQM8t-xpq4T0==A-AuS}6ZR*B%tBf{phgMGMPn3hrhk zymByCaX_n8r){Yazn_i?pi^GFy=-{vEVufwMJ&kLiK8%u?5d^{r8aPNxZ6mbOs}!q z=6@TA)4G2c9w4%HZ|4{2oZjO+ltIO0IJr(PZW;H|u!M}P7&m!skj@)WHoiB35lqg0 zYg%_FGxG4@+w=$xTj$K)x_~;^dwrz~uVlzI@Htnk(QPL3)6p1x%GrQ?Q3FrH^qS^b zwLNy2j=j|`zd$U9xKSBox4_a_x%(c2{y5Z3zuW5HJkt9N8oa%OIVuYsrogrIRc$JB z6KUDrIeFp_CUk!9#KmWO(Uo6}WRWG1ERvKR0D!@`O8^FlWdQ*5Bv3B^lq2R6zM?ou z`Y@kh_L@qQ8!P{ITf+yCde3jDb$V+N0#N`MVecX#5Bcwb$@>S@7m?x!3h-7mF%Xy9 z%>1e{T5eHcvFyM9j*}&;h(scp20!Sc9)ZkUd*FR4O$_mHhv5=cC9RSKa&^zUZRTJ>Q_e*YHp>X zD#4_wM4~t(!omte4iw`0R*o0fi3D-({3fIgEU#o`R^MSo^{q^bgRP1}CLF3mRyO9^ zfUCr^&uGm3%#JlESYD6b(%BC#%!s5nonXot}-4%&ARCg>hK7_yB9geN2nIh=_y%&hC2uqocdwSyE@GD(oDu zq=8D6>Pu0k-QB&BhX}8g1z4WgSNatqh1YW7cJd7v_C3Di)C1^fdAZ>f2b`ghk1?o# zf2M&mTv@tPnffz^{SM#@1>+5Dipqqj3xCIepU)7@#Kw1k0S&zHCkfI8zZ|b~y#;;| zi+na9pVzdSR8E5OeeU3;Z?3ya_Eb$z5cpbGb;EalyZ6)1f|E#F!)wipa#CJ*!@cS& zdpqu3yYj{wz9(;ezeySaG6E#lv(Ruhs%l$|VSwdq{`sqFnj!YHa5ffM;ldS$o1(sH_fX>HBf-mTz+%c2(4&`q1$KIbL$-OmT6bc$~w`v*FT z#d0FQikIyA%OWFgGc5_}#U}Q+7ldzL3>vfl05rh>t1oEfGT?*0MT1=klGiip!*sg0 zL-)&*cbM$^TMPyr`=dQJ?$9H7HhEIgd=eG$9RkcDJGw`ifNhHa{@njNRl7xmW4&w- z9Zr6WgA3~8gYI}E4_|K3>Nc0`_Wwe!p!Ep@&4ihEapU2Z8Q4ka27xUh7*9ITs$ zo-hB((B{+KYHr{XCO*>xX9{(-Tlu{Bv?p{WNw0;G@0PK2%U&Ojb1Dq4LOm6)kM)S? zb4c4ADuJJeJg(>N<9l15qTS7wz_#(0tt-?ozeqi37$?+^o7B-A#v=U%dZu!$+nF`OLH9w?c z9M><;G9B2&Zdeb@DVxb9{@bJ2+jBC#us47dB5^!UR%30UU{I2z8Xl1KqAiMmp{8jl z-L(CsBd#GIdZ#JU(or5GbWbEO;q<4j$1nK~O)j_vBHWXiO$ z(%!SyD&}vub-%E(Gx}Bh5qFMVu=YK-So{|Q6Kz%9g;h>)#mRg6Q zvERWlPEXc33~&yGU4|pI6-4?VbVT+YL3={xqS3C=^n&C+gbMa>GGrps->=y@zRn!@ zZ6f}`#3UR3fdFG!z%}gYYj)uJHv_4x7-24scxOH1&*h;c4zSN!NwMEwNe^!7lsBPF z$6A6%*DDs&ub$|_=VAzPl6&&FeF&nbd0atA(Bm(DiIcx2DAkSV^`IC4hn@ExdQp&8 zVo0 zrxw7*bgwTmJf|z8sfb0seOjT}j8W4x#u_fU&uQKN!!x0^6J_`Cet5xe!!*2WAKoU? z#spT+_BoVe>hWd-#S$YCP)3aZB!6V|u@vzSgkDk~4KsLary+zO!Cu5f;3E)>m^*Y! zQ$P1lVGwT@ZHubXa)o9PF_}ykOmVE@2jf`Lo0RXoZGWr&r;2j2!lw7cRq zvev5dsESr9Va17ti$*BwVvhc{I;U9F-S7~2QW>jpG>ARBeDzB7e!QffhNbB-*nXe9 zg54q3c}1(a(|9Rk?%=IK2D!fcX2t5*i`I7sT_+n$KF$I}?2d(Q+2a+_cr{2 zC*}E!XGTcUSB1AGlctl0C+KfpGI;exp{~glB6{98p4^DoK|XJPr)}Tgai4xVSp~pA z{SSq+x8;B31DKCx(Fx8wj*^iDxB#32jsqux!@vO_hzf^~w>QOxOUhWlf;&3|&7b#2 zmy{Of;5kwz;@&(890*QG_2=ifAlX&Gxab;FAD&Ht2D2WHR!@(9ohrNdChXoS6zT%cF(MD6S|U<~hNvPW}@mSK_##XyI;-fv3la`4u($|^cwDK(!7;cNRe zTFlIYKqQzmc5YdP>pW8)q0-cPXit~euDO)8Z=dDkeNgVk*G(Pe7OnO#CuggtXMpj% zCg;uJ9COPI&NFt&8q2HWR8j;H5_zmN8yqf#+iWm{H(fSvX*{Dx$}|}+-;C!RZ_Lvf zM#_3IWyC9Es1j386XP%%usVDi*Fq^fA&cqwWaO8s1CAliPJTL0ark3L?ufXeyFI+t zuq4=(EkF$P`1C>o+%9{I$gRXgyvpAP+Xu-XqJA=A*Zy|%%5)h5>6r5Kxb0h>)Qb=G zdtr~Z9WJkn4znDFa&cSwuhJC-N;E_N!=-;OzR$69(x<#i`|N#C`*y}Z^l*T6s`?vY z1#0c7yPj9QNoKiIcI)AI`nCLU>i3|c4rU9v_^6aR^B+@)C467;z!|RDGYhu#dlFoW zq}a;Lfk}B@$Ymr611TO^A)0a8e(-Y2n>)((8q&?M%!HO>I^WV z6%6^7s(f5g28?ySyj}d&urVfODgP$-;vo}zWz+wxdc#OmG=6m`z+xBuA}uFQtHEF| zUlFm6{VVOhp8ulloJM;S5|B@KY{MwcmV(Ch08$B>^Qwn;& zsX=^C!NvqFe*!L@QQqqj1Ami%A;n^0mOZ;VnU4c#*m_0okSnjn`wqc1ioOzNh;=>i z_RZ}8JRHQh{5wP;M7Jn=2t=2cJ}&~i;jVqnIk2 z1*4~_W>-qVsz%{xPp^$c1uNDlB0-V>g#k^_g>!Kx`tJC-Pz({cB9+RwSYBl{n8{@- zMUh_VZRP$EtgE-iHLT3=KreD7Yt~{zI1l6YMGiYeLx}ZZEV&Ht01+a0)9H_ z+{<&q@fu`bT@6&57Bh6B4#O>GLgOmgg&PTs^*+`Df>cg6AVFVsl4w=|pN%*0TigC- z(h#uq%6c-t$va0r4ggj``Snmh^-Qj@2=+GRIuLD0qYfeYQn(UgcW>{w3xswfV3P;| z-J+Rl?XYOTCiYLg%W7um-fl;j19|0+kcODWm}r!U^57IboP3M0JIk&u4o64zZ>5G>88PajoFGKrVaYz6kMQBIS{J$0;X8 z4T%taN#~ZPTh5gUtD(e>79$~Jqd^S1PK%HG+d@}v7PLZHz28O!%H|4rF~-gaA%8lL z$AVK}`y_;(tJijI=EVKXXooBF_!MvDZXJ)Mi9E}f;Bv`?e)|zhLvF>Hgx^`BcTV$5 zqm(bkChSeOnY5~G)?J;aD-K5OUH67j8K9f(-EDd$`F0*!K2di

}6;OFM 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%0DV+3Cr>^Dqhp; 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 literal 0 HcmV?d00001 diff --git a/icons/mob/back.dmi b/icons/mob/back.dmi index 0cbfe59a5c78b3734b2fff9dcad57e9ee4ff414a..ca3b53feffa97fea819768723a9c685eda7c4418 100644 GIT binary patch literal 105938 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Ð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 diff --git a/icons/mob/dogborg.dmi b/icons/mob/dogborg.dmi index 3aaaa04937dc5053a7d248ea550421655cde7057..ec63120ae1a1706677679f418e47128e5a9c186d 100644 GIT binary patch literal 14383 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 P4^mUsR4P@leDVJPVMH3P diff --git a/icons/mob/feet.dmi b/icons/mob/feet.dmi index bbf3d945188d30c1e724980fb63709b585735acf..40d0c675a491695591ffb9f43e96627cac2fbbf1 100644 GIT binary patch delta 7267 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 LHMv3=(+~d-+Os5C delta 7131 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 P`+KactyHG)BJ}?NEh_YB diff --git a/icons/mob/inhands/equipment/tools_lefthand.dmi b/icons/mob/inhands/equipment/tools_lefthand.dmi index fb7c44e9ed5ab2cb1806b921dd74415bcf87b6d5..ba625767b0e683f45eb81195a4607f88358833f3 100644 GIT binary patch literal 6700 zcmZ{IXIN8BxAsO9kn#ZX2pU8{s#F0136db72uN=ls-kp=(rbbR6_8?~i6Mw|q)L?% zs`TEZhTeNm0@)|{UgwNXw#7r)_LbEswr5HhOS&#HG1eNJvCtqC`nt zT>P&3JplBxuy|bd>YBE;wy22s=H`v?@Nj)YeLp`xS$UXDI|zrvA3b^`1A;Q`GBWXC zd_2$&0J#9rMn#p7ke~>KArJ^_Yik1ogLd0^#^vQ@Mmbv$1mkU&9T`DeTfnwmHCXBU>y`sZEbnR%`& z-_djbVKenXt|~$ST5c}6QT+DbrR8#~61mrmYVm3Df0=abQ(sTXuqN1X*va%r|A#=Q3Y^Z|BK@Cnrbl(Ph=jRC0()RZDp0-%73udrGr~VovFzHVEd%){V5j?`YTd;`QKUhSoa!^cLM94x|S65Lk zgM}s5>`Gt(SGu-h$7OllQHv7PM4AxKo59D-!^^HQf>hCx6)kS>1qH12iIE{Yb*l1T zjKcR9a|S+M*T0)<6(>l0?)>fyA+`wd-bnwKR5K%gR_h(iHI-7Nvi|+AwE!YKc?at< zq;m#Qbi8TXtz&zHZoKm?ZVEov%&6VbC6&+jqefJw@qENPoY2%InZ_EoLPitK!iSR6 z7bPTw-om#{{c}aKF#L3(n+?AgYUTyr`dqC)lcrFYai)^^WG2wtY);(Xg*xE}#J8YQ z<<#@{0w3qj3xB$Tva-DKgM(cbX{R){B8cL#YguzaGMu`0bEJx-o>;_xuU5>Y>L+zH4&zCh!7<#Nf zx=BDtu$}*%!MRUSy+WM!=7v1+nKqA_Z0KB)KBe8H|MY}Ile0!+^fdAQqq=%!-~Nal z>(U}^2ZHW_rcB~{kGvFjS+`sZG>(@$vUBkWWrJ}SP~eVO^`(&E-y2W8_bOa2tEOZv zzGmO$o95tEcj`@slGcw+?&oHqHfPM{TIA>W?|PQ3l_`u#hK~J zFyS0@qE`MjR&4T$XKR3tx(>g02;wU3?*;anzbl4&oIT!3!`t7VEj98=dc()1Pww%ET0h)v}dBvcprAE3hidRyoT-dF!n-C>@BfYz{G z?_Dd!SKH~PQSGnl>lbLqjTQ%m<+t<)vbqxh$vZMU{Nj;6GyyQK&9j3{uK0`V0EnNd5m<>Su4PZrPx3+B zB`?zQHY5gzqfb&M$Pzf%jn!rDo|pq5X9$Qa$yJ~Z=OmQ1P0mvHoj(`hu6@MzxH z??9@F4!tb4PJMroU(+W&korPFug0g%&d>Cwv7OjF%_j zr{5Ec9@an8W69Lzl)FI741v_JWNVqFr-2Mbg&xTCipp6It?k0WEwk*fm)_{6ZUA3i z5%JeGM^5`!58VS?Y$_e(*`qXdk~~smeibx)4OyIP_^L^+n&p2Zc7$=;T;G5|CM#rR zgKmu~e>+d}QlT?#⁢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 literal 5541 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 P*<^Cn+^EvP?ZN*6g73ts diff --git a/icons/mob/inhands/equipment/tools_righthand.dmi b/icons/mob/inhands/equipment/tools_righthand.dmi index dd9d2e72f956d106fb0e54ae0c6b1a34e48f3bfb..4a038171763d060f501879f8257939c79a4e02e9 100644 GIT binary patch literal 6528 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

y>^ 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 IQpW!O11J-(hX4Qo literal 25137 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

    $V&F`=JW?-QRTYg+v?2bqjpW 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 O2vSqlR;pL9iTED_BLJ@e diff --git a/icons/mob/suit.dmi b/icons/mob/suit.dmi index 3f0a8d4c01aa9c7b107711ace809597e87f2d721..6a331e8d95cd093e3edcf0233ba7b5e641bd82b8 100644 GIT binary patch literal 457534 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

    %V3QoYGAJVvHQzf71C?8K+)=b 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

    $9q8 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%0A;P@P*#_N8oTmwDaQ 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 z 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 literal 455389 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

    q?k22Ox8?wF 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�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

    ~h#;=0X(k__u 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

    rjN{C{x<~jYia8G>)vQ&l*T+k6 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
    lY9;Gv=SmK?CrT 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

    `BO)&^uXjl`-C0PM%X!IAcBW=w3- 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

    L0UQELS)&1m3@ygWr!=rMEZyXE<)$B5J*w~a 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ΜRKOhc|E);+{;`lY}iC$5s0AA7TP|n*-Q4seh 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�k%g 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 YC8p)g3ED4%5b)C0xOcNy%{=gb01l|0MgRZ+ diff --git a/icons/mob/uniform.dmi b/icons/mob/uniform.dmi index 945cf92600c05eda1a0e35dfae28197123369427..b953d759d2516161b30186b72a50aec957a8a977 100644 GIT binary patch delta 21282 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 O9vW&oswK+S;r{`x*)xs+ delta 22608 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 diff --git a/icons/obj/atmos.dmi b/icons/obj/atmos.dmi index 644c32fe30a5a3cd02a5a69c208b8118c4cfb222..f2ad87ce0a056df8ed327b58a8ff32e9749b55d2 100644 GIT binary patch literal 28113 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 literal 29801 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 z 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 LDM?m~8wdRlsd-3% diff --git a/icons/obj/atmospherics/pipes/disposal.dmi b/icons/obj/atmospherics/pipes/disposal.dmi index f8f16ba86f4cfd90c675baa04ef42f5e99d476ac..ea4e346f5bdb8c7a245955ecd034ec0a06efd46d 100644 GIT binary patch literal 124539 zcmZ^K2Rzl^|Nr~ivQs3pBtj%v8P`ZeqLRHD_Ks|>C_7RjifdAt1fO*X1zEpZY0$Ur3dvNi zHkz{(y!bKK?$AC`SA*-Rwod8`f!ay)k)7u$YF|I{MI>JD(-N6mn9bGc=y>+^`ltcI zZKT9a+EtJL>1D@velsMFEu!;pcr3RPUX1L;bym%6pVvO4%blA)uI5a-!h8@r z;Ou$MovI1UhO56Dpk*2 zARwp+6Ah0H*zQ3P7j);Ag0{!!^;&N&wxz^F>_+^{nTsS8ER>fJ(W0Lq5>l z9vuuC8ERfGw$v7=m$I}kU!QwX;~Z1@&R6}#FT=i8{31e4eg} z0Y4>o&|DFhQ;5NeNfsp5w{>gT8;{nEnti@|Zson)%6mfI051jiog=W;x(MUKThAtC z@8cKkTg7CwVnu}ahmqQmOMiUZ&*1mzJ`nr=!8jTnUxub}tr|I1)MynBuEY*;w zUBvJf$Bv8pn)J6t1TfI8Psc47R@uX|8^ng1_`x-ul^o8_I-LST^ANdl$4kcC`x!T9 zTt{zm_ZRF*xq1qHF{Mny4~H>eNFJXlxd?sSd?jGsc?q7&w!C5QUbOKprIq22(Ybuq zKav&(68EnOfX>i-!$^f?N>b>22oEu>?jsff15SBp3&xKljLTRIx&nW%(3Pc*NeP71Tu|m?VYw4AgNy!h=5h(RVcwekjzHO%%Un-YR0s ziLuC-5`-BSFuWACAytfK4|k;oQ$!ZbSzS4IcFN}r?j~+QzBgxN+&2w9cAmQIPg#Y3 z)#$au{|%O}&Z!$}NTVwcs|ZiVd6fD&y{J>h)+IoYY|bSTto+jA+Ya`^-JJ9xN z?(|#o`ebrK)n^w9_NtFhE5KjOHzCy1VmbO|k#p(Y6y9uh(t-P5*j1JfMbkNBrIP$g za1t|MWNAHYP+>>?{#?|f3IWgM3zGr{fE2VfARao|^lUPDVYw2yh@vnw0;+p( zA@Av~O_6!Vi@t9aa@Ef%PzopODjnIrN7-m~gB(KDtq5;b(;>BJi1Ze_%LfB@mkeHv z(*3i#?E1m#3e6##W;LvsLEan4joqm)dcoS#^5=)InL)OVhjF=2-Ylt+UG=M6wCQEv zK3?BGbU)_RH(cHEL&A^kG{`@H+B1!4vKwPdY60)x0i*WocPHWO5%j7`0Rj0~ zlywO{cE@o_(n`Zq=$6C_&8hHUv{xORI5krbACy(@qYg^o{4CfVbvRtYU!rl#qPg8a z=KAgjcO(Q=9_*EzqmIPaUXIUF>i%?%$yfHm-_h&#(UDWBb@XkbmfWjWi2HdTtEFFw z<4z2}WuZd??^BA*j`?{zZ17wFr}3`{D*?FiUgWE zu7B;hYU;PKPhr^75;~`HHg~4nfeub`sQm<`4h}P(#EKWMRrjFW!erUht~ym}Ql55_uk!z11n`SG%~A2B%*G z>gk%ehBSUMm~$EPAX)X1Q(md?8*0m9O8Gmcn*S^=rIgG5@x8ifIWsS`i(UsEI+d(5 zTX00SzvSX~A z(nsSi#wwvd_;+&ATf5Ll*^JA7SGJr&hjL|0%k7e=ms}tLhp^m^^Zc8M13nu6pWLj7 zfKD=ahtg@kGx8UmQrxwi{{;5)YNpz>-m8>xXr9XNY)@I?TY~0cTo4XD)nN`Z`kiUW z9#YR?q*I>Ve)q^Z{u=8(dh|e$pZ`?h?(yboDr&E_AT=e0m3(z70&}>#jr)|ZN$7U; z-9h=Ssm#H7SqP6}o7~Keb+>A}W3$QV%CeK@P{RzLvZJH$`SVo>=z=A3$xn{e{+Jn!{nfpmLR`YLPT`vFqxbuA|~=UK~S zS6_aE?5872)7q^kmM3dNWfqj@k%ulK1950Hq5Cx!IYaC}v7TqWrg!PQ+Hq4x&}tmg zh~FmIW)SU32NmW&FL{iyxwea#{vOLDQ*pWy7E5j)4KDMP60vrd!oK~K_*z$&Na~}S zL^Z>?bqk5qGx7wLO_YnDT;XZ|dxWXoS+^S%Y%1h!@aQxMB1VK2AGJu(Jc9f$kcx`=qr{oW&J8!# z)BEaT(2gnNyPP|+I7@81mX!Do(i!&!i}J&AcH)t?0BrVO)V$K+v7(&J`+zti|Ly_3l?b`VY`(Og6IA`KF!!mODPXPE8XKqbt(q2s^ zJU_|vb-a2*1ebHbTc|Pd+7*6|BebPd?mv9^@LBuJMQJ8P39{A!%E$OSF|g%H69uQ8 z30_Nh(T_A5rUswM*CIQPItvzI-)@;V*fv!3@gfM`^TkiFE8HI148Nj-PNy(`J)<+p zqg*vHF=nBMsVu+pmw+x0i$XCD}4Y zcJqA`_B!vuKEu55Qia?xvVK2p8##l8?%u1?`j%~E6nk5jQ%r)pK3P@#zM_jQE5F2t zv~OiJH1+mGY5*^7CVhq=pXc9*ul!W3)^fART$ivL74&67I86Kw#Ra5R?hEjr>gnkT zaJJ1}+^d#x@EMrM^Tzx{?VuG1@8Nlr4}sSQYS7BjVOiZ|X5_>F4>?o%`a+pu6Y9 z^78`?L%8gPyuG~yE&ev=#+bq5gWQ%VgERZHE7o~uchESx*EnAICwzp{Jd%T=`8rH( z4laDW9almJp3xlDFc1^tHR}`;H25$;`O9r3(Btk&tEgf4RRQ8{x#O#*w&lCwbEw7nYrMyWAqjRqBlIN2{z8> z$wUn2-GCJVWq(?gD+impNy5@PY>^Lq%;SoaPJ3m7sL&l3P=iswhob>zmftX^=rc*4 zsT)>8)6|BL#kI{+%!kx0a5%67kn};I9;p>9sb)os*xPRH*xp3 zND)QndhF#9g^|kU`VWK*kj=0EiSQK6q5sZ=2&tpd>fU<~&s=~%Tma2$_ntm3KLTTw zzhv>`TpMqkH1%-EBh!4EWz$*oDZ>ffOR^;=-K3q|EGp6m>$5^u)=%R@O;Rn^a?21a z*_;}zTx$s1XW;1(J4l&%|>o2>NL3O8q-@tbg=5`(GTu@Umw1kx&0{@*=cG?Q)(Mkdbcb!ZJOE}Rpmx+voE7T#sek4MhU9=kvdNR#3)9PjCb zkS0j8%w#r-aP;WL4c9q&{HOa=KfD=#uxfOx;4RB#!^6Ue)_n-oRm<<;5_L2{5g33b zhN4#lqxzU|Do`M!%>fX$$q7C}<=M9{a zO}4HLz2iGB`19X@fbYpcgB-d;AtI8Hal|(uV^xhHeZBGlt87S&xHSfx?rp!x^U3Gy zi%;-C{`UZyPJE9c9_hdSE!}S3Wxyc3wb301Km~j&#<~V9#H)5ML#Y7z)^f1 zeZ*{FyW=dL>B5dZxUdtfzU`;#l1xWGd~$}5^GnR(nS3v5U9nklub#AWuvY@dypx^4 zS#Eh*F8Bj}6MBo-L9gUqT|*pmeuBIH-1{7ssu^%&_vFxChqdZ4SV)`LU&xXZWHP7j z@bTV>=WOiIFHWJeny<8ty!^cq(4P{;?2RjFrTU&;S43wR-^nF(ctidGrO@>22FBAt zbmgVf-##?p3n)3hcD9G!`E(4gs&SD&T)7N0j>C&MA2S{(5vN&-g&UjI!^XcF*Q!Yv z^WaC9k?l|^8KSQPl~vEV#$lvFAdi1Tpfj;0_b*iNw}Ajc2$|`}q;l?B>@h8X4tVRlR@2&bg>sdd(`tRxj9VqLEDwR*UVa8UJ z^J` zt;}GxcBjg(EOPQ7<=t|z{nVn=bI)r2%4-(kPLjP_HvSAeogP;N^m&ue5?_g`+0CJk z!BkJicz5gTOQ}`bP}?r4SkwmpmV4y&7$r`?%?b5R+Yd$_a2yw`!_#GM^AisvzT0ki zcumn={PP7sYqmU3eH=|;Jg#+ppHr)VG-QPGnwS_VfDSWGF|z;@vq+#+jyV7vY5Z*; zHM78+bb?Y&el?Aaoi3}X-ctN+JX=*e&e2q0gCZLLVXS&6+`1XX7G{VP6H_i{6Doen za1GnP#%480{wjRhY?1+-{E|k)d7u1JF{mj~%{jRp(`R3?@CIxve9RdL8;GJ>`mugo z7U$>T^+QhjuLvE+OFTLEp_v@UQ3bJz@)eF_9z|iFD|uDwVXmVgF7$8wobRVRu5DoK zgyUCV3%tgmX^+t(1eN#40(d|bo`_?*wN4Rf^Agnnl&Ae#8~kmq{&d13A}jx_1=0qWMQYqtXFb*0 z->)a2Hps7p$3G#;m}0$8`t(`Zy*!LilwogFK|Z65^d75kDL9HbuMNXgiL!czrAFlr zzSb;V6*n~7&*da}-E;TdnKFVA(>~!f#?qhRCZ)hC+wMoOSUpV-AWr{AKQm^%p}kq` zO-8(*IqlTcWG}#sQGktXO+!Mi2W>+|!SHdcg@}vCMnkvjpvJS*eN*+@><+9Yc-@Nw z@b1;lpl5{8FpfjikMsV783yf5VR@6JLLbchozcVGVaJf!w`nS4bquuJX`)v#w@=?e ze&!q;BpsK6p2*+M*owYkXeIGj^lxZ7!E!FhCi5>tAjY^GoS1Kyo`B-S zs>T(*M}}qYZk-{1k{0~<8C*{;&0ByVI}ec3mPI!7$uY-t5vvcMe^Mv3_EBDAz(ob+ z>V7p_s6BiKpWj4jBtnQ3;~9bK7;ajgu<%n~YCZXMo`g2+4Me?;@6+9B0!x~J|Fyf& zdg>Vc5wrUp?&&b43KuPz9#EDQZ$r7@Og%Sip*B=L!PbT->uY2kP1}OAK$py!t2U41 z`%I?)gVALB3o;9a$Xwyu`@3n6&|rvQYrTJi3OO>|LH)sS(&`XHZ(#$RE)DdG;`WF_ zsl9xa4k9SRh2)~{_NqQ98 z&$JlmcY{Dj8+8v`n+b8nigU@M#m|WaVX#dHL}*I9YR4w1p+qP1P=_h?l5=e?j!QQ6L+`fn>mui-)xvaxloD?Qnrdr_XU)KryTD z;YC2CKSBG?%CW*^C@CtgtH+{18EUDdd&fo5s9G5zsQ+Q_XA3fft|CgV`U2L$%=OZr z!$QVT;<)JM-KX65k3DntPiqd#Kf6&+^A6QSKtS{t z@ThtAXoSnm%$0<>8{MQnI0f`$t{Z>RXbD*cm;ZHCKnTq$F+HhgbMDda1N9s_78~!2 zK%TN7)+SDl{tpnX@*uD&w)UI`2=`X10>YoH)Pg{Lis(egy2bm1@kDsS^>WsS1qC^< zWuZiEUV7v<&2_3Sr4dBOla!T}5pHs@vGHE#9vZ;kYh758IG2g^f)BWW+-Yiny~V?M4Mx648fWED@x*Qcf~V&8DwQu}lR zuVHDJSxYAqYw+q}e%#TmZSX{mckcn9Z5xG-JYvh2^-Dl&bk^tiLL){kc_exSrz;6v z>O!GmhF^^cc$8 z1>$%|cD33|e*xmM@Z_p%yuye(f_ne(>6U@?bNIRFA5UlL1jEQQVtUb+0LnJok2d`d zd0^(?HdOk8S%|+IU+cEdKk52mPk(IG^2)yDZ(_(Ucf#&t-Fa{t&x**7^aU*G5FOTE zKC0xC(4`>q4|(+NKlm~DAF=B2?(x*~4YDbu44#y!H+jE>=1cwI8dCAa{$ps`*7kLB zPL)BH@rsErRpm-+e4Om;&GOE6;WLGkTiYG2v>%7*eykHXDK}Bf{yKDB6RX_t*^g9& zg3j^4G$d2a1a_ZuTmBh*=x02#$k*UFQ78TNPy}kh6l}a`XpKrcD}VcA!G;^Q^mOv? z!j9MGgp_z+eEgx)28Kq2cnGVfmmO#BpOQvYEGl|dRJk@Jvpi5tV}jGjLQD$a0FRnm zvZ`RY8;#(z*+2azR2Wr%*LC1;9dEsNca7M2vFWn51AkQIpN*%yTHAxq2RM-I`$`^a zum%oO@f>e?s5yMf_;79N6sB4Ewa7~FPU+J)4;rFX{52peGUt(=#=KOGmb*I=s9?<= zI7pDWpZFS}c*{Ik<>E2y7v6Jd4%68d!rs^|x$1o^SB3fBx2q$?#S(;62R|qzHtmxqZE3_RT3e-IxFo2n2r830Yr9E4t35VEtc0HAxKzL}1`xb-l~RhE+={p%27d|10xpP9l; zh}@AaL>%FxkGyBTWM;O-X580X_PXMgNDNdwdJ;f81Ex5yG|yC7uw}ulkm7B^ULB{^ zkPiUwPKAr+_owc{N}&T62CO>zhR=`aIPeEgIs`xcR70|*wqb}%oiNhCdSo12P14Af z79;v0WI<%{q#U+TAW*%9R{;;zY2v1W6h%?DL9zk_bqj3|XYu{Ij^yURv9srOn&&Xf z**a2gyhi%6`g+Z%KOUUy3)e_EW{p3#?iCi|{~`K)*>P#NvC8T?D(D8qwSH8-FIPmP zoiADLZ|bY|uT9A9zVR#(>C{z01+nHcAI2&?+)PXE`ioH&b@%ND4v%f0j54!+BH}}V z5cFIq#9$r4J*a*2YeiII56`3p8kH@V`#pta3KIpZAeMZ`}skI=d8W*d@}9 zSfqlOP0i7-QKQ%Uky^-$7H-U5q`pAF-V`V3IOFf8Bbj`yv6{zU>qGV9@I!auj6!~) zj8B4nol?wu2+zVV2D9H*n2|x^E703o$)$`{$L9qDb+YR))$kh}DSfINZfQZbzJJ*kva@5ep=_wR*@ zNF*JuzV?1j1a19XpiRF-MgBH1{t8yZ&Em2VhlHGs1KCB_oBgS#-?G{M;{QTpL#jub zvcXj7@)dAuB=|vANA~ZpVDj*ma|ie4na?O^4F4W|4b-Ffx_E+msOx(cJpHwYa7VC4 zLitmk(p(jpkqxan)0p20yqzTJd7M7SPG@hnokv&)GN4Le4>DXI5^nkAKJ41;%Vy9YoVjyflJVQny1r)>sW5}(JiUG zc!3ai7*+uZ0$GX696`?owl~(>9RsmU4_`(jsYTapzn2jD=8biiFkhHtoqpAulIn*Q zV+>3+3l^3?)pYaTzjG~BwXq2sp_?y#W)S@45HByDJLxM$B?%S3=<7oJm%=JxSMW$} zy!+>-)qPf{lfy_mVX!z77sa__%4GsKy&#DiA!#64T?NvYpD@Q{vGPIfgAdoZv^Cch z9Nd_K$jP6rDF#C2_clAwE3Kz{SL6M}e0h+2VT5=&v#+p1?*PLdFbt6pD>8#+>byfz#c8``PpwT#p+6U&6& zCN>34t@c~zw2v|m)jM@w1uovv^m99Ig%QW}-?sKcy=!B<@E0IK!+Q8QGF0ABaEd*@ z8J8qO#PiUHpxM^(YS#O&xpX z{%BOxYEY~k1!T67@S@S`?YaFq>+WX~c^tzp4Yo41$5UNtsA;2qN&M1Ju9PcfdF#oU z!}#ZWT5FjmL10ro^xHb}lZRj_v4`YGxB!QXo4pBWLqY2N#`oxES&e z>#N-x?WwRj84kwA7y2_bBFsuQ0#Xb1d1`K~Xgg}rJ1<%WYYa$svn!jIhWrB~?W`le z*H-6NH-p>fk`5YV54!F*Z)6NN(3uFI8K)Z!^aZTjl+bv+=+f4Lu;82=W}S=^GYyUv z?foQ%o2U?uVPFR}`y8Op5@Hg3n=W*M$x&IXg(G_UkjX`q5YYbhy7{;CdP*p{m;jlM z1_d?a49Zpc^xv2eA3b5l+T9GD(ukU#fWFRdjv5<#{}fCL9V+O-07v91R6{g;d1-@AQ!Ksx&W;>zdf&*NX4F_bl=>3wH2(VIBJ>N1p2!77zbv1*^ zq7LJDFhTbqy-wB9FXMs#-g&dy)R$X-|90}CELRL6$89}^{k;jDYzYuO+Tp8Fb|l&X zP(}yJ*3$+8BgJ3d)xJUSVlQSVRBvRb?RE_lj!kG*^nodrXiC8lxqJ@i zrbfIK!PeZ&^~c^^h%V~BgOE@Xl2?aE&5@A9E`3%V@;V@bHkKiarBscQV&H=3 zS_R>!E7%N@V@?hYF{r2%L5wN=-rD5T6E#3C@3sB9j#4eORb9vV#Ea`Q@E=`8Hg(Ja zCBg~VPr$;;(c8#zqbc0(?Z4@t%{8ghiS6m*^gj1O3OjqRBnc?g{iuvy)4l*S(~}M2 zWaiLWl;kr+L&LJ_2tVTxZTdljWi-VnkuGbqd7cfDqb+9LD?0d(XOF+hI5hQlYwZM< z!G(Jj?rzq~rW4IOI`eOE09kN-*bW%UI^vD#ceeOc+jH?lph&xftQ zrNRc+B+S6~#eGw0hULr8H{QcU^YzcaY&zB-Tn1{$w(HN`6e_`tX$N8wwg??Qt(;8!^9^| zHA7b^#v}2!JH4}q`<|*_+C=Q2#IfB;hbbEb!Ci9yz*fIEUvfDZiC=y={2gA8|KlgZ z&b;&u_TQm^xGq5yoqT`V^R?4>K~RtZGW91Cs9OPG*9k3xzQtX zk;k0AZb}D}V3FL-Fu7PXeZAPj&+d{C=ZRUfV(>8$m^q&Swe(%^p6w9cK0B;%D^M{0kD>#koHMq$Us)oC0BS|oV8*z(pJt7 z5+P+g@t6SZA34UkKRtMfi<*X44I4C&T{Y`>^k6#nn`hzl=Id@Av{kn+Q)U)*24 zu_Kh)K4okt58Rt@Ed##%+i{c>8iAY6ufxCPYNk$4WYINBi^nP$@lGxRCI1Zb*_L$9 zU;UBBv)@RQSDOf&LnpN}|A-N3Hy2=8^TZLj)_1;s07V%(j{=u0L z;{Fy?K>UIM(|T;UVDSjf7=H^FDG}O5e!(Fc|1!W70D2lgduqx+*=Fg1Va(aLmv5GB z?paI*uDOn0<`|Kpjr)T~=6zQemMIv=HpIiiwOcX=aG`|>7EN($rykfwKv4f$4T=?b zf$;0YevDKWBxvR$DDoZ57^YLasy!G!h9(rb47x%IUEbs9v8_I;?k0zdrXu?sGWk{O zbQ>u#SfAd^^=(>EJmC`ylyf|F@I`#vB@1@MTbyeH-ct$6%3};)4+o3Q9$FZYTVPIZ z01^V*p?Fa;czAdDtu#O-QwYQ0LGHU}o)qUTjb!a6@u}kDlHeW}&V0BS@_*s>{tvF% zJ4sP}w^|2 z3RR&j+niPYiOR4nT1It|=J~up_?1h^!McFAwSD8V0ZKqzqGc8Qg3Fai3?v29k7 zCg?D^A4oU5#c;ekm3JBPB2Zab6ZNdZrE-wwCKf?ER6`A^YG`~13?9gSM-@#DMPJOV z=2OlbuRJ0x1w`i>0(`%`v2ix`g6q92D;NQ`*6Kv4G9QyxRIl@2X9I(yo89EPO?6*e-xf84E_v}+v!q1O`($1{C7h1uEd?wSkR z*jDqjzgu0gBk`6Aa_DER@PoHPW=X#;C?xatxflW&W`MGm!o+LFvj#-E*(6!G?mSv( z7bgGSfjqN=x@mzqVYZfXcBk=E$2Gzh8d1Y>J%{zBUI`~fC_iBL!kUdkFuVI-QhM^jBN}B@hJ$#61h^jNA>x`@R4;@iX4JQ_d|d`tab>ddFQ*vIvTe zsAKZ_VsD;3ak)zmXg)hyw_y6R#oqvX3-bTJye7AZV)~8ONiK0J z9L{c1*h>s%rX5wGv-Nv8b?(P*f$F@c9#569-gflO2de0{HK_9dB`5CqI8x|vL2&ve z+2)qN)+svxqP~ceaB;|As`^}HdGo<aY+R7Ot~L0_J-nOUr!1d;CXY) zTeQoXFV_F%FvWnwh$m1lse>a5U>afkR9p$yx(pP$Tt9Zqxw@(1r@-L9G8pCc8U8kl zk^%e*btzE`2r_f^nQ@4suCu^UJYc4k&5;EJYYS9P;AXd^D|ZRrvD5nzTJRdmof<$mnnoB%VMn`YF1z3&HUk8w9?E0>*A3=S4 z_XL5orVf*w0a9fSb2bz3e`a~#6h1bp!jG^}p<4{7$Yjf!3O}jG^6jQw z25rsBtn&FEC}oTO{4bgzR#pz&$T;fWDAL-o)R+#-C8K@p>&;ZmpTxRI;h!_I3CggSS7R^(#WDTVJp#QccAn3;lTVZI znG?cApGM6`oEthV&=+Ck_4PxlJQHGdl1#FnAdrYEceK`O8v5`duYa)Q+ccaqRrzFS zuhMuP6(CPgDtFv5<%GG(Apf4Etq;ap5zy%O!f^j0Abq!gee`$`o;f|-zs{I~yA9p>R^PW^EKC7C)Yam>jHD(>FG7)8R` z66yyepHIVg1M`%;e_=hmdXg9_c45+_A}W_DW+-^f{|`cD7pDj*qw_ae9waM0nSw>( zM|o~k`{tQr(3=C(6UGd@4RZz&LuLo>v`A$t3v9i!w^83b>hnL{tkq|phla?0xOJG> zivZjBtuiXgVU*}gml(v$3UguaWuF33Czl#+JogibF5BLs+zkg^LdF*x01vsIrdu!t z7=_T|>k;&((DH$tQ@OAxPB*o-L|q)GqE^YTw1bpugGVmF`>%1#J?*GwNPdj*vqpZ_ zKy-u#HQ*YI+%cfYrRuY9)rTtm7S8NlPN<0K#L%5}tgq(u?;)Rl^0_s2=nn}6qZrWZ zQYy2w%CBPCHopPljCPAe%;1pK!2O#}sS zojxD_nwXA?$PWqmFTIraCl83X<7x<8dL4YpvdBM}lquYgrEnDV^U53})7@lIazRY& ztiHZ}TU(pFm)Fg{zP^TCnV_JcYi?L^857~4;NY2kF9r${dJ2*T=hfj0Cp72M4Fr;I z)dTMn_s2&9!bpbkEsp@-zR>J&TMjoqo;xv1V39aYorlRJFNiKtTudn%$t!%$q?f02DZC_Ud%EG*bRNHnUh#7_LGiWE zy}XOOQ=>IEe0x*vDlfM<52wCXE#sZ3`|!HW;A13KhskU^RnTW9i6}keQks>r+&g=n zyf)KQ=O8yo+P@5gh-~rnc~Q2D?sHGn#jLN+eGkL#}jYfR?_k1r64&5R*(!xw*b34>M*VHma%of}Z?@zt^n%%Gf?=)>5&drr;K2}$2+}gSZEbfao zx2U0mKa=ee|Efsj<%*SB&L{;Y+aX=6cpS26bTSl}?=7xuSBD+8{x>zubwo(uC3lN? z|KW!EXy=^$2LsI8|Cr1#g_@GV-k+j|S@K$In=OdBo|P&F3HS)N`!t)&#xN?OL*7*U zHehnP37?;W{ThlbIvEIaXxMiw>h~I}rLWj;&n0$RsN8X?%Y}{nQ)dvjN@Pfv6dP^Q zoFr~1uKq@ICkn%>ZnpA{M^&SYxQ0_F{H%U_e49}vz5Zx?TU&?1J6TdcG;F7xt!-<5gp;!@;&=s?(-X`0>M94iZt%QO{(Dtn~cKom~uR2T>KM|8fiI8+!q z8&(@zvAR@G0#YQY=YHwykN@UBPXElwFW&6(8F}?fV}W6~7Raysbq0|qs)!Y5<3kK6 zQH(W){QpHDYo@OIdY9j;>ik~C%_qbkaR(Xmg}wTR3zhs}Ft`Pje4S9!d;jL2iCKRk z|2Cj|DxeIo+XT+oVk1wYG#UXRk2SFH!gBOdirQRKi@@vG+~CMM4M z`gKt%vT0+yVmm|Fml9a+#lC;WD;#eJywpTaHZLp*H;s(2>*cK*?96mMLwaH69hs>~ zh_BM3Aa#6mcVk>A1O@ril?C0qL!`UPv@+eNx25-5k`>+$a#)-`^kjlB4j3 zyGUQZsFq&kla_#&Vz!Z6Fs^&r#>VF8^@_D>xpSq!p-}plFDdX4S4(TFv$q|aP#l#B znobT)=l&<6X>PkAsR#nUvvpq(yGjbGJ1ZQc_)nJRGUs_R0R&r4McVWCTl8=HP6+;P z75OlW6aRe2FgXmAjS%!;mkSUhfRZ9vPRY|y;U`Kx4`ht&X4I8F+Y9x{e3v^_!Numi z0&l0u&j+R(HR>Y$s5G;=t*hd!H70bD?L4^@uja&h~Wqvr)I7 zHB;Jn53~5~#=SG?mv{q942qupJiT`_ahmx1J*OJZm;Rilo|V*ziRihZ9{UkHaeZDX z9RrSY6w?R$YlZsxs&_OhNlH}aWh*G4WN!-`Q6dqH-Z|?q1#-8Ckloj>6MfNcLqt1 zMi+TRY;Cqpz1aHtQlbgnmw>`ti4}~-#R;t~Ah}qAyLVN~$G`6)9{X}}IW!GXX0ZPL z=m}BxbQ_eO^WoyU%XLODzNq72*whlEdZ(c1*&U;B4>p-@s(3|JG|7;q!bH$q12M%B z{yX)A3|=ogJ9|c5U7cae`|%7><)}Mjd)!r};z`;_Vi^bK9s)}qlR(4nvhz(5k(Hq4 zCki$;IUUvM>6gGFYkE?YY}I^Su-z~K>F31){*YpV6o+3uUHK(eaB9BW_&F_Uwl;LN zP~ScabV5TzC!@G%UCrcb{%b$qvOS?}Myv|Q>(D}%5%9zmgJ?MwF zwy?y726=@}gu)eF`>Y)gS>T0Mvi#;-dE=;kHd$L>LMc}E^P3+VZoz{hJ2OBiQKN&c zC-#VC{k}JyyKrJ^^v6@eukW^AwBX-~KazC5T$fG#E7fqnxEFKf%9X+|=^>pr!G~Gb z0sv8_8@Q#UShB6HRn;|_fn>N*$U7b#6LV=@$taGxdQxayrFgz%(t(+vaqqU8TG$Gv zNbBLlCe$43l)R1(Q>>tVKu3q&k&oXN0txbeA=g!!l@)8qKdA6bJ-ODl#5`xgzDW}Gz-MOSjqGv)zd>&>MfplA{n(B;Q zwZ@X=%A=z>D^VllX87qqNuP8UISPs6c)Cx|rn;Xo%BKh0rJqhPd9@a3mi|Ye0M^6h zWl&D9GSIn6|C$|oGhcru?Gtpm86~PEz4@SHZ;Foyf%Nd>SNagy9QSoj@?KlIXUdq1 z`0|&`3=)*^l<+uOmPdct#jMDGiMV(}kJ4vVmh=~P`dEI%w=nZm$zEDUW@eDEfPj+4 zqT&%=F>~|qc4be8bdqT82UW)%1KCKXL#E(aRwfH}!$&z_k*duHRx zK=lAf6wdD7ujlC{MFmayz5W-e;9~8y`w@5u4 z(i+*zC4*`!$WDsT!TUXgjY7k9YvHS&uhv-dbk9zMij@YEX<(FBROspj^+;v^H=Ewh z@MhXRJP!7d(cqJ2w7e;Dw9fH{M1t+ ztmAFofgT1SwVM`LVP#?XDpR-?hK%{0_13#cw|-H^T9cNirG7d(;*zxQJc&o@KMQ7k z^qT1zaMQ_sWEA;=Q?WD16VrRLKy@EIdb#9jRP9D{eB6FbL*vtVADdkXI=w4CxtP=33rxOt^H*>XlkWKUVN>pZh+kzNuhgA)cqh>d{3O zB@87k^`LTDNdm+djv#>XYfMrenjNItLFizOdK>U(F+WTiHuspX8kKJNWeH#gcS z*kc-#$WAR7u(3+fb*)Xa*8D9oc~>K8l(~&G18vbJchb~qN^#*=M&Zy9_9xZg&{6Vu9XcKT7%OpyWAF5~Bc zeVIX#Rqw?kAG!I(#it9us<)>$*bDXSr!UmJ<)x=+*l_#4wto?DnzZltN#V)gLbTj_ zSUlg=tAnx>BNdLEx?oDlJ*eJoTv23|6V#jDo%8CZ$Ox{El-wq*Gsm94eJ2u)Ir%3 z(+(&(vs$`;5o%4=PUtP}0>B(7491ZupvvFhDKg_`-g|?bc~TxA3eHMy5$|uWyo39F zJB9iBN+WT@!4UG%>80;ClQceXyuM)ja7tg0X<3Q^J&LJf>`3q^F)H zZrJ^Jj2@fHYiGcqs{5-m78stOLL3E0inA3sQ#EYi7uS|~JZ zzS*6B)%rvuV3=7xp*gIy^oG&5=cKv1`HdUnX_Ze)C>bGAoZ>_O?!ZqH*yzviauWPH zcOkZ{O{K?#2hP4=q9455XzS{Tu}3GyQ^vKviAwnN61-{6ds9MMU1#TQ?DY|1lbiRc zu}QMm_J@YUl4_HIF?RG^pXEV-@I^}5C84OAAEOKF?_;33{>vwC-Qmdt<~oRL(w7bf zDtE5D%2@;nNUot>Z8Fq zo7p{f!XEH333bTpx=R#`GJ_-Fg47ktiq=0|V$DK#Bjy;d&*$nQRZuWwC(a58ac1X- z|Hsr2{2I-D@*WX)j zt@kIanLB6hJ!kLziM>Y>IQ^hc$sI)AN-klE7bhT8aY6u!2M%_1aeso~0vGGLJZM(` zq#h_{+MHlk-xCaa2%zKA1L00<;#FeY3UmQIRYS&5DXMLp0mbCdj{G}5r}wJ| zp(|CTgo~MpH-?J9YwWD~vv~oxh)EtC-{qAHuu?Kshw#MU*m<(I0BoJTRNc7v%U z=NB)Vo`!~M%Zcr=M6F+nYhlzh5CYsn*4Q%wa<2~BPh48gErr~}7GFBGfEeSI^%3NO_$g3&_FKq%FBw~CgWc7G(cL*EEaAz(Q-3PgEcidkN zIIM<`3(p8{pWlLCza{`+%t~j#d}0kMC_EzExKVrErFHFGJEUf_(b&uloimlY_s<^) z1TOb&3>AL8UO!&lV^Pn@B0|+XsGm7q`X4!Za!QKv!nZAX1qInC2^^kg-CZSATA=#w zKFSOnLk&c8h=Zf9C8V`szmCJr^IQeeKOf&?rolf`)&^%=X_{b<1QDR}Z&n8!(a}y` zoOA$ZmWcnu*9%DC{FmUy{Yv7vfEIst;(c6tuO=9xC%chP>S+-3wuT9)pl6;_8w?sW zG5u+uGWKe3SobF1Ra0&0Q=Z;*W)fK-$lY1TCs=KGxfD{O9{1-%U-z4y_vHK6w`Qgn zB}vEV!J7{lp>R_a1l?NTpJFr3%f^j!Z=e8ek)U;2>;DpfJ7|1!MF~A*r=+35up|zS z7xNqdXcsUT0s`*acItV0x?A_=dGF@s$Xzw?6k=jyfwc6y5rU=U>gsgMAD1wx0X!LI z06FiFSb*`+Eh(v~p9haw^d`0ia-yNhD=GC#gmD6;c+1(sha;S55_0tSA3k(%x%ApJ z(u;|alEX=Vs?dY}A=mRjG%&yDv)rB2(_1wsOFtQ9#30kn3qDYJH4o50b8>qzoD{Y6 z{%D?E7clt%EaS)DTAT^2fg*rE=c@q%1>nVRek!fzdEmtWp^qVHLfeqDZeIy#kN*FC zJOD2Wk~-m8;V}9i0eZ6@Y+4sKUeIxh(f7qds4f=H7npFzlco+eOWJ7h7XC-CJk-wH zrKe|uyt+*4yN^7Swi(yVNl(#HQ9gYl#TZwk;kAuAxeqlZMDGg0C9wZPe1fGs6Zcj{ z1s}1OP_tp-NN1-Y1XPA6+^<4n4JH9q`vZ4%<0$o?P zzxdf1pyzpI?BxadRK>e?>BGm*j|x1CpVbFI4fL+-xEG)SZ$N}`x?Y1Jg9p+&I?weS zgb&5zP9t$*)MA)mdn75=vh44Dk3`F)FX^)IzfWZR2P`RD*xzr>%rve^JsOCAH;+E_y^<0I zZuY_(DccVP&uwxdiwR->Bm2>qW}A#ULj1h` zR`vYx-Q4x%633zeQPE(jlXnnM1hA!*l~ucJ8jbu+7;h}Z*A81H zd+4ycEb5H~KXF({XU!e-|M|m=8U&hx9(~Hqiwg>3xIya)kf7!D3!qC(N?bp`Tf4^T zJtVi_!v0ClhDWEDn-|gDEe#;i@3AsCSh%R5wYovtH}sHa-8+}vHjNBjxc)oFThI{73OBCqDisw-4Q(0w(~PJMof`S5zdC7}o#xcIW}qv1iL=xKwQ0+rW+#u`(S^ zyQ9LTmmUe?WgghPq#w2*tsJA^!iEU%9fYJ>WC1#HeMR7fmgU_GJ z-Tm(bus}H}l0Sd8cF;hwSa)kKt$mr<<#!;q6wrL^I4x?-yVlmzQeLjfze_`=890x? zp8#8){V9dZ|K{V-e8neJ!9x7>hdBH*L&?%FYb7*Cr9N3NVpr~j9r|XCr%dXGf{D3n zg?x?Wi@=}>icP-L(y{VGjV+4-UNxLpY>jml8koB+_xcjVW(JP1nc3)y* zA|Dt`4-44}262(&ine_Rm|^FS4m<#S>*@lLbB|zxF0L+dTm_}9STnNSx*eKBuD#Z1 zPJt)Q(J3H30&rRny^`%+u=6ZoF56jZJ}$<1Ap!Xilmf9R41ffqq@$zA(mTXO1-8LW zd%Zv>Fb!o=^8Z@S9Io-O4vd(&i7VVir;6}}XfJHg3_1ePfF^nlt+wzxMtiiC76~5f zGfCAUnEx7hCie%wvGuXN+ zDw;6KH7p1x>JupYrvYWgZ3H7e=GEas@AcJHVRf~tUbF2S&(my`uF2i28Bnc|)RmEO zZPPqpc^fK30$O6wbUuj`(2Qnxla}oCVZb64bO{vgS<(O8a#$yTY&ik+d@6^NZs3CI z@IMj$Pm^*F%zGX}hmF2=eZNKJ;MDRwqGH|0#}gI&0hSB>_;Cx@!)f z!5Zu~sVh9*R`EmLqu3u&W1fr}KDp?8hf|9%>XtnR0g6_nW+eyy8xztHVB|y}2~g?~ z0^mFx@6LkMH}tMw?yH zCbKNat-C*n?2I$IwLVp|?0&`=cETnVG?`M{#!n$R$1zsVz`C%fZ%*qnX6EJvb9;Tg zFFHfvBr!3*qlW^Ykk(qG~t?vd&0RU$Is_hCcV3M8za9ZMr-;#*BB+n~7tP_5~ix+sJ zo%6888ThB+^HRn7;orWL`dE2GgV57lRSjX-?K8Y9J-O*dk5JV*7och5)Rk0>fWFjJ zW6JXWy(ku-uDuk?^|~xOLfRE=yYkw733IrUIPE-dB9#OGV9- zd(P3lM3+E-{}5m6^*`f}Y z+tLi{xah8u-vc+4kzEAm%1q3Kd^IfFD55H1k{FMW5D1SX04)u0|4yx}PLHyVzwHk# z4#q7#ju!hZEiIV<>eg9J>QFpAGxM2LdUqU#c>n@j6KF_Hf{llV7r5DCJ+q>-(CYd! zFC!x|hU^7vyPuO=#5=zX_~e~H5HJA&Sce7uMFY8FkT~R|eWH^i`9~Pfx*h9lwnvh2L|b2Km)pk1?#u^`UKz|F=4p)b9p%bEP;&1#7ooOv;cdGf?$Cx|GnV535-8F z3kodN-nIyN@(bT7Gx$OV)OSE#95)#9=Z_f>HUJ9X#YPjb6xui}gBl8h8qbk9h~JvG z0p&5>gE#;_0I<=v3|~(m?!B}`{Wl{+{u4yGu?Cll7kqg}btSq~5n&Iossot^7eZ41 zzSdwI-A649RaYO|3pm@5$&(f zQ9?t*wSsEX@cr)g${+y`UdomLCOdk_d}Rxg`jxt`wAxBj{cJl)?KO_rPXUsDEBK*` zSh%w=gaJFm)8lZyTk>WtqzBK992XeAReCTERB%Tg0HwMHgqTtTBn7WQj0kDKKPh&m z@*`S$-dx@S&;|VE73i?g)Sdw#TLDE^MphPcYI-^$H5D^=hfh#2RLs=$1by|3+x?Y& zfvEDC;?O6f<3x)NUO+r3+DGrP@QjjM{c({MyRfH*{_l5Gon$c6(+gXC%ibC&z!r7$0#$WFCn{bL>uBPNIr_P|HZ zYk()UOFa7J?Wc>EM{Er3-U=-zQ%T&EuD50h&|g@V^#E!IQLzi*;q|@7W7hh2BhqsM zfTz*<^aHrWf)Q!Hlns@2dmo#{05co5Rd-ap6=@;a(=Ilw59{4c5kfh%H?^E{ftWT6`uSH( z6^=F6aG^p}F*Y_THjz@%i;kJjcAuIRk7n1Oevs>xFZu*bQv3}9Gd zFiGd}x(Gq_4nt_|C{@fi35ZNQGrK}!?ZQz3e*68({e3k<=S2x`Mp>?CgkYv@k!&Lr z5G6w!Mx|ncY)pUr%{9`)GiXFXR6iHS<5JX|+#~<49z_Ed&~3-eK{{VbwPzz+Bq=s2 zrxn`Ng9V6I>DQO$4Gan-cOfWQSrQHL?RWdOep}Z8j)o72hb`VLKxuV)ymMF0fef6D zaFnU#n0cG0R8-)I=J1TwVMZ%)Dyzo0Ztc5sYy}>;M&Fc75!jvQO)O6<@phOMvYEAu zj2MBbds!8y|b9kwAa6fBGmNAvnXf zK6Qjo@B{f*mKX7GR$X<8cw9pGueJYeev-6X)bwI3{?iwk^n;trX`>HEF-6o;HP6J^ zJ1jDiH5ZnVQNgODG)kSDvAypuM(a#8nde6Rg(X6(Y&1i_@vHkpNN!;a* zvd6jNmu#eFKj$j)^-QASFQY3JnRr&>pdC`q?l&)0HF#2-zYYC;#HFwj8nhS8Wo}XJ zx*I5AbibBFUHv_M78@b!4%RX^N>1w5>ihyF#?!S$0L zf{y`tMRFF-k5dF}(79&y;wp~_ruur|TOVg#s||foSL|Jn#GFfu5IkVPtTyp;3zcTf z$bQ||^B`_ogfF_xla!Ri#Z$F*ixN7SL-jkTX$jUQ_NSsO@B6|NT|l-K#Aw2RK^6bl zu-(h(ikBurk>1MvySUe#U?*pJj4E+5XZ!hIU*I0y5FqdOIcsRYB9~=vyOC9hC!uO4 zJ{@{KHWXRF0{B3W7Nm!)-*n&p6*)ulj1M`N5Ws;sP1-%<;B-*T?DEec?B=Y(&O zbVAE~AggAvAJn3K2a;a6?C8j&7ps^IUiUeko?J3s*AiK9pQEv6_LR|g+%||m@{u2H zoXV%n%`aHZ{XzP>KzZg z*L4T3nA^$Kk_VMS<&1@!TTEDg|067j&UOFtPFY38$-V?l#>v~5mI06R2w%#@{^=R! zr%#x8dYum_mp-w~k$WD#_uH_dM>+|g2iE(%Tq~0p6X$AWUS-HHI-~c&OuF~m$MTUB zzeEJ5i$(m?b%ss1hloR+%HP|@2#<(89Lw4QL#iBAfs^&^c3T(`x%murk0A_QE|`;D zB(d(aw8iC8bdk*<;MUw#U0SMnX=zIG-*Rg2gk@da|MFv|8=~U*opiGRNXwbJu604; zbInOXBJRoUIBW&m_~5^#W|oeV9^6t9q3{Dmv!;_m5upKq>N6eVlO13^Q8I5(TsU;I z@)W(edn_au6AKMZhRRB^No62oi-mPGW11H1^4;_T^J^BJ%cp2S3nFf)>y!-;2NXPBcb@Opfe#PRo4f zQDpa7rrn{1eU80a7I|7)K(@N>czk_RHTNYZ7XIIX{HBw9TceDv|7NLsaYSjEXCnfr z4I-rJ~p zG8{>NhH4=-lSsvp59iwf(kOYbb&L?A-+v#RC9hk@GhXI;1q-TZ>*{VQ8QvwL?0U3` z-|ZH0@$i7DLl>gnC`jsAxEFBv3fYAc**Q44{QWILPC>!`!3F}4o{SQVq$0ROFCh_q^LuJ>&1^_dk-d0xBaM@~ zPnN(`s)ZKYNuMxAx&((qB_6u=omS^Xu|i}~JR4j?Axa~2VS%b)Dq9k^5)&i%ZCpV7 z@nV`;0Sd`g^WWD5^kUAM_8!UG4T{)g5{7dE9nNb#>!snR->(smH2Qu!RjUg=@OEn} zF<1%N(iTz|ahqjvU+ua#B!i5fqT#A<@09jgPwX(py>DflMl8NVB2K52WUXVhqU!4S zSXo(t9X#&;*LC}+YbPo~Pg?Zvte$=8dEvC7Vvls5U?iW;I)tZ0F&3~5{wFP8G}%Sz zN(viv_839}2pAtt=-k=LXHitRM8jFxOfdJr=zWyXENz2Ev4)NxuWptlc?*kng zki1WKH81uc5bfU8jg7)F8SEveKcDgJc@BKL1E-$Pxkhfb%&SKz#KXq|A7&i`7XEy1 znLbAVr43c+ytT0Kd?FD^)g@fEoaXr`0qGK+#idyT`^p@!b(N48dC!X(HYSQ0u=!P-*g}hO#ZT&`D!_Q@+V2Hu#x8va#$^Zgq@`Z@g&OIagj*eWAPfG zN(MK2#J6mK`34;Sh4vO)A{5P6*L%+qBHpuLXT!G`>{mh@*)He%oHkM_zD{Z=+5y<-@pVgienRPuA;jNs$|W-M@I|o-9Of zm*!w1=qw1bFV`CV@$<)ogQHOc>nb;XEzMdlj=oRX^e8S6Kz;t$=9m+R@Wr!2nK5Lb*%qrMO~lgunM`d zQu7%4A)CgLe->WKCso;7^jtdCqOfC9&%LVwGUf2B_JkiLi2b#EpIdX!&r$#Nx6p&BE|W13)LiHGrSOcsF5;FZscaqA?!zX zKAeqiFRk9OmO#UxCCaT(2DXpRG+67DdMG2GeEGCJKH2s+wubpzqIBM2!RTKjZ^yGH zCp8*o0lorSIb)ZfV}6*(EN#~9tOHdpTN)}fWn%|tFi6NgBJLk3cV(FS_Y@$ zF4r7JY#_l>V^s;lH;o6?-V^_~<)*IUCG#xQ?IeVxBtK>cL$A#TBT%t%r0+sQ^hITI zW#h)0X45;0nAk+vcKx{1)`+>5ZdOZm8v#4~WacQGd~xfThIok)0tTwT+>#Dc)Mmw2sD)j-LXnPz zjUV1P?|Rx7j|~PDJNjVyC=;nqkGRrA$yQZ0)BB-<&)x6pEVxEj4#OONl|e^JTL7Xc zLhFjvqCr;FL$u44hT7WxB}{~Zf?PhO$2mLe#xV^!$s_={!1)inYsb|qX4yWDc;%|K z>M*gTXzQf&UJ!y08`&|4FmYr=v0JZohdge_FYOW26l;K91f!*EoVST6mEB>(DNQ)4~rVmFRM(!QAMA4CpMYFKI8jq$vB_7FRuF#|(MoT{rW4cgznzK4ld=={SS`T^PV?~yGz#tL18R*6Wuf@tH%a0lR!B#b)m}Ehb z_n5fjEj017mPoOLWXmOkEegoD;`Qap{YK>$Paw9g^uJ;Mir)Hfozj`C@^Wh%49POs zbQP~;*`Kx@I|-pD^^%X%^6a=$jO_N|%68L8(=vEn?MjCNvYH5W^}6Cc2T;Yh?Dz3m z5UQMx95_OG(r|zde8J9R(wBU>J37V?U~phjVE4IyFchQURRBA^3eO-O;n>;AX=J?4Y))qN1T%e*rtS^xNKfvOJ*XccI4GgJ78iYNswc zfJjN~1?Q>_q)XUe(s~8XgjFj4T;x(Ddv}!<2C_qgCoN;|kdss5*<0GR>aDDU#K(*D zc$i9xHEQbW7Ir4qO@I8LmN4n|9O!jGD>m-!o)O1|Z zTGEP#9H;A^jc*z9q^0NPZq4(>Mn$}p-BgO)xfQxh7ePV1AGj1p#p|rw>vE}3Q~yE~ zMl7w6{~;>=zb`Y-V|`+^Y{y=k7D)rqA?d-sV|pP-l(i&eHtKF3ef1_1;_;|n_^?CHDUY22dB+}!SFr3&G7k4&65lh~F+q4~LK)p)qlTP~T z2V}^4;Y^TQSGj~RibERW*f(3mwRG2;Pv<|l1RI8Y{`(3B8Y~99>KzpGWW`CL!HAvP z^h6aEtlZJom*X4Q!`l|NA8(Iq5wfwLaCq8bL9TI8q|89Q7 zn$du!Br@+2+|$Vi(ItcDzrT8`XK270V|OCJ&ky}g*=+zB+2XH0;HSiE?Gz9Fx@}*Z zmmnU4 zz{7(divO-pb=5V52RdY@5gu}k1q4LuxgxEq{NxS9)2-nN?^8cwJ_+|iJPyc0p+sCY zU#E_*`3BT$J~*SdKuOSFldyf{&^BHPxcGBHd?soHfAE;-^@JbD%x-blG8t~&K}IWS zXnlKR%(cFJC?%jVcK7Bvh^_t53m`e4kk77axmzPCoO&&8DZuqNAf0=+G=l&=m-}>4 zCgNgd=_B~@YnA^<;T03OZ!(_w*^v^8JOd8XI1d+TuqATxjr^SX-w_t-!B!R+13Eys z$rc&Ed@gS7m@5OVo-Nk`cr!W%0$<7;Ua2}^>~Z&sxK~sJm_XLAf)=iW=FStQjOUlT zMxl+uXREjia>Vawgll+p9+!Bb)$iqt;^|KmWFndJ4Ju7yfEEwJ-Ak;tvsE5opl_TD zz;8V*33rYG0D8Hb-;|V8@QZl^AMkO;_TJVXADgwRV(Hli-d@WrZ5@jcbaGn%vf2H* z!=ly}+=!&d=I=^rXP9+R$;y5m%;y?t#D+l`OPB1_4qC;P|KK*bQ=`Qp?zTY|CvgS_ zFm#qZiTbmVU9M$&A}?tiNw%f$Et_OQ8D;*>rsZm?s#DZ-JNqTL&5e?yh##jBv^%GA zbQ0=M0IugjoMXb1oBt59CL!{*&WLg&6#G@qcvD8&&qF@qb`ah@{?KS!z;{x5%01rn zLV>HwPa88JnOoa>jfL;i;9Y;{k``bj1lXu__9WB=6|Ll{*L{b^I?M5~s&N+e!+^6C zzT+qar0vo9A+|A}$Wh$$UwZdc)dwW#D?t3$dbjm6ARFxpA=Gcc$hPp~8xe^yKOQ-r ztT}#HMGs{PP5kqezWeV%JITFtJHoIzcM<!&tQJSpC5E|*(|xJ0V%Img;CNcIz+d1F1iRg@u8W@6xJF8Ga#p5cU)|Mr%<-v0MzJutVSV zrA<)`BbBoh@wfoPZdZ|+kLN(WzV6t`(pi^fz z&!5Y|%JaHi!=@1;K4z(iyID`F7c{+~%LI*qm#hGqMVFR>fsLAR=EU(6%Z3PpL*v;} zHlAT6m9(nmcvCXaZ11FTos1hzr^@O@=v2YA*m0F?Z#u{2i@JYLaVT*fe66lx3e7jD znRaOQ6o+*fG-CzsY_v5E_LvEan&R2$=HNHofrg$>L&vwK!aSYz(o6@{)*$n`Uk@}Y zQl(qoRago?wLT1%S!86VGpjHz9aTe_}qHl>Ffwz#E@Dy;8XHF#IoF+Jf3+g8MLW#s5f4yvd z-Q2ZhdoFwmZ1$N(cYw&n?go~Bc8A&FkXLcaSG-9QA)%V>L&Sigq;!CH=f7d~d6Hv^ z!g1PFkv()?7vHVzL4Ta7{8zNb+N zkibFfEyUi+)_p)W_ zA};7J%ZUjhgolwibnV}5G0U?{-)g*_pl(xmf+u5-7eU)()_^%w$R^=~WnqJEXMNh+ zK25LcH^TxAV)}UMoM}WoV9G0n!W;ORS|J14M~2V>Ego&8ZjFE_v`kb;A6=3|1$akZ zn0-h&T{w~k4^uvA!wY4q?g_W(2!omMv)k--@z=Z`A)u^;WjgO%toc9}7nekv#*t%W z8;o#@{chSWL+iZ974f!8t7z`vzb3!ti?dPQEJxV=()RADDWjsPAF)|?*^%c2`>|zNZ%AW1*U?z~I8k0T z`3QhPPALVjLP>g%CpA{iD>WQ;hhfPy#3tmON555yeq;OxcX}< zTm8~Ub&mhW%mOOjL-uq!0zMLDEaiE(!Ck+Yl`xhxsz^MuwjYR3sX&kB ze*zZtZ(X1<=gQtmjiqxV_qLJ)?ng@@;$$a3gq7-V+h;Cq4`D<%B~VtFO8hW)TE);> z{ELNSC5EFa`6wBr67IP?yIr$ODvOj|_siA4w_#+EYFm5Odw;o+jT5XWpZ1^MB*iXG z6V_eYUWu~AGGTT!;mbSPBF|DE!WvF0wJ?9elg}LIS*#T{*dX^e5-fA1H#q*_5!k;v^GJ(9A(|c07j!fQS{@0| z-_R%MGaK`?)5(M?%c;cxt!>zOFG7#5`Kq~y?{w|aF|#z8!@StmUh|V&x(ZbW*IHBi zxvEzYnJ8}0wUYO6xk1f&8S;|%W)pdaw79bL&tYO_wDoxisd*%Zot42xZf+o*$H#0- zzwvS8qGB(}ohb_@go@bgttT%Z?KV`+w7qPTs|&;I&SIO)~MAN#n+fuq>cM!h-*PfZ7{JcWQ5P1$IZV&R(1tb)_~S@JeX za>4Zusro>Ch3i`#L3D-T_{;W>#?Jm3HR0=r6D>u(`8LBRuHZOeq8z#M^f)Ttfj;Kq%|S`1rBH z)4TCEvlEHel7D_Wx_iU1=tSQX88AhehJwZ$U+IU|3ZZ9NFX@3t*D9 z-D)LzCc^s;UklC#-ZOkNm~Tjb)|T^lJg`c6aKhCYTH4KRtZ%NF+irXAk2?nQR|i1~f;8(WXg*3Z&ij^m$6c@CJxz0p;WzhJ-EL%4t7( z$G>vhQoXAfe^LWdb?VM*dKJ>nC&MQ}F;I)STkfbKHpG7$uS_+^Y{I%AcH>CcuH(E9 zjqs#bc$MSHq8ZH!*sB1~&OT*!0J54zqZRRwnYo;WyPd8K(Z}$V(uC$*GpHQd&<_u(?MHoKLz+&9QdGx*R;p2`mVa+SF zAcHm^&pXNM3rnYt{9Qtz^L;%hdM@1#{(I`l;SaLo*uQ4&*o-?KmK8hL3o#ms3lCcA1qUx zlpz-e6+ua=>;&|v7waIVC>&Qx-fvUJH@285&e^>Y zgzL8~s=2TAsRLRy#U3Xz4m+BK$=NYBn(t3a9#Jf8YBj3U&*#6ek1q zwBY`w%sXUXX3w`^LoDN~gC5=Lq!C6iTN6{NR077Z7(5B`y8sCg;#K$#YZhx< z1_et?60k--*?N(mhd&rFm&tWrloF`acQzU90*+K?aR9R=y{upR2p)Q#OF$=vsck*t ze&qWvUdV;N*{%t2lDn@F8c5F;`MJKZ5G*MZ&taZJ4_?gvefqcxJC+Dvc2||WQs_$U z!%LMM0832%Nr<4^SiE;!7yVgvWcXQstERqA3_U}wPWZPt+OOlwZyIkSiCEjJLZG^5 zp7qLo4rd6OBMap6nCfZFyCTz4&xt1Nlt!-Is1hI7V4J;Xla@Rqi zcyP!+`;u)be6an{m|yJh+Gm$=7`bizh`2sSbX^;GV=&<}HcHbE7`cGisx*Y2ZCb+a z%J$quv7o3#GAB950fdsAM+$@e?!Ot))Ro29R5)meFvrimE*s}Etl%pz)T{%)W*5Ga z#Yvu6$jZBvqD;b|4J49pB~6mT4ieJ6Gt~Pu{{czD#)w%$23TYCTD))qufqE!tFb@;#&{upH}+6UlRm3ISdw-Kib7@V7*ydK9IN8442icTwGKtTgJo_ z&{Qcc`?|UB-X}8>be9$iG)}t5`+b)A!G=H?zbFhx zU!rj|PI4&~19FZpZ9?5E*(?K1XJr!e@9^FY&!(l&#)No}rA1X+f3!ec3f{VwhHsq6 zqqDr+Of!p-pHrTT_Mu(-Q=d*^sS6xyt9m_!ms+xPS3GW+&{G!Ks_E#9b%*%q8W*2# z-+9vy`VU=59yW4QbCdZ#<5J9S-8|n>(TktCtABGmaky@O*WCCqXI;_Gqb=iTm!|1? zSV5H8Js|Cc8hg?Vx;qZ9Qoa+UHd6_8`S=vl z4OXfb6&_x7f7IW~)8v8aVl|hCG^Zk7gYTO?B-t)#BRaAU5lfBVp1-gst5{vS%~LGt znJ?!)b#HsjdT^w^dUpGAvMV5ha1zN;@_94;^3wgO+3?|=!A;4I9gaM<*nQqLtyOpvFNkK*Xq5PP#loWSinAG#{0-YJNw zkU~q;E0*29BsT@6jA-zjOZ~W8KVl1lx0N6#6Yi?-JiBKJzAxZHMEHIdR5-5$EKLlj zwkoT@NpDyL!?ECWTO0jK;&=0=coAXYwmJBVOv)y&wX*-~phLrokq((`39(9SGcr2`*cHw|b~Y%7nX>ECPG&D!oS3JJ0Det4KHlA-{l|; z+`51g)>&Vf-wd!-sXz}(;Ec@ zUELOAruf{qjM4dT;tQm0Vu>>;0`^1zcjPBS!*M&RMCK9!YVy0d-W%4(w$}W`BOyih zYP}BC%4O-wWRF1$(A^`7!WSw!x|eW9y}7!H;DJKt$FbFiG2kZ&JU4iW?7jjc0WCIJ zT$O1=p}z`CU&^(dbz@zRuDGH!K2EVi#F&b3Wr~{O zgU$4E^GiP+?wY&R=t7N5JHn(U{(jQ+Il2^{KeYQh0;KV>GFDvrFTjfU<84&P`q4|C z^>*i{r!Pz)-2HUH<(_g&TY1blH9)^Y!|WU(9`^n?;Ua2)Hp)72V%bXjp74mntO`nE?%3=6Md91AzwZ;8UNgRd)bmS) zhA#Kt!9YDYM%~WiP*_HLi*5`tt8Z)yK}OwtZ5(l=lt42 zuI)`j_D-Y@=}eXIyk*s~rOD)U8x8SZ*dAc#FB9_V@QVqI?(cI{c>raV`}BFU4tK-s zFWCb?7>Ryy#Com<^wj)0%9;H`~6W-9*nigbbWnnX5 z2X|TU`*fI4El96}Ai0LstPLGgPZRKprSy;A`$X!HCssN=caw^4E zuj92^g`P!viU%}hX03Oqu+VrqYbW;!Z#nkWgJKbAi@`U*pF)2^?9b|v2KTL9b&bPV zzGb+dC7YF{t)8H-177xP=R~UsrXN!!&Aw0TU^D+s65A>jT#TGzW(?ML6;GR#MNEC> zNiau#e#H73E1OjbROjG;i<@V{>X)N6Y`MAzI|8iu32}!~HO3GpenGF3!G#M7|I&d{ z#y43TXZXcsqg!r4&+sj!N=>~YS-;SX1M?KFI)}Nt^%MNT_14ojgb*+Z%}Wy9ua3xn zXM;{1`X63n3Ejl?{;-7Fu|9NXNj7M*mhb~T31U;z&eQ^wc=FT92d=n)*;Tz}?i+vj z8%J>M$v^-O5&9S(w8~lFq^NyI+G3&|YY$e$_KoI9hHN)QL^PKu7>wtMj^4XIVG%8m zpZl2DacfDXGH8-BPrUop@GXQqe}qy{w5_(Exo+kB9>%n#9q1Tvo`r3Xjr9ie!l^_} zonzCBc*lsHj};@FC3(ecg^Y&LPciS=J793n0dHXHR;mln{acwpSj z)+EFhr1ZL@pU5avxJ@;%3y3NP`i56h>)sMC&gbpK+WN8-;mdMvurbGoQ)9VVHs0Lc z^g%QrX7kM%aXB zNAzi6{D-ejy4laqv2@O|=OJVj6T^o`I`wNYlAHkV9`9a1MiH=QQ@%aTIYPcklr%Xw zChU32`6^70$8A?LTUv`;pWtEorXS1$vXPmrlwrBQ{{0kQL`705G_T<`gcBor_Nivf#b(Ta~j_DVvs7 z^roi*f#xm~;I%BEL-{X49y>B$QtYQR^GTOLJkH>~C#lb8^q@7s##4IPYyKG;qRgn6 z!Y>H~D0RiUx;p91AoZ|c%`lTxp*I34|14RX3V)b_o{)|}-v zU@(+hq{D-_?W&XOuO5kh5+kUutsR=*mA}&ey6&)Z4EafLivW5OwDlbiOkFq>3GP1) zE*@P%ywA)E?mOZ!dYz;>D>r}KUM+geE?aR@0JM+nLp~~W;+Rld$AHyvupQ`H34wJI z2&KV19S9f>MfWo@s5qMsud?P+8WnLAOTO0GmZ{iv7i3DjVpz69YEYgTSBE%wiZ=T{ zH3!@{kT>+mw)Gw!DtB%!1rT7aUMnQIsU75}rKXl^ar9#fNMbwKBNH~3uWKAnkKNL9 zM3PS(EgyJ+SvKS__9}g|&7hHakhWzGFurM2>^4mi{ciROSukQ~yO@=g?Y9;r^W#06aWakcFOS;^C*Zsv6gI3|23+mT zkF)k<3)|Ua{1|=i-L$P}f$)}8Ph@5*`CRxJ0;jV6MTv*US$P1+^HEqvO31%+h$r_` zV9rd&?;!uZJ?P~g?;~9Z(5hhYFbZq^3Uu5NJWQ;r3ZEf?ewpRqxqnXQt~Zvdn>Vk6 zb{5ILZZbA9!bysqqBLH-HEWil0$W4d{qC83qq*(nJVZE#{aaCul$QYZeGv#unRw;1%Ve*%0gbAqXh0DLyNjeY8Y8n%mk zPQ#T*fMg55yoJCS)8G|3|Cr_SuT>ii8W(8yc|`fT6${_G`hA_;Ar2_}3L+9c7NR`H zX=xA83?2<$TYDbXJsE6TUgUmt3t5cSh+Z;Najw{LAtP27}k?p1M8*Ji{ph zuPLs8$I_>&&?!rCt32Pnl_VC~7Bae#uG$B7*Wd zlk4Z@=#VYsjpfBfn&UP;e)Yv=3b;?p<(Cvxda8WqkZQx`uEM@t%S zMti7O1NsYkH{*CZe|7^z8?B1uHv$&Z_29>cx%(OL^FUvzYNymz9Q+cp1N2L{`BDd* z^?2T|08gOf_gQgThvk?gj3*^e#lkO9{hNQHR@plW1?<+t`W6D90RU0&Tb4!L+~z|= zIeGSlr&C))&;1IP!wbYl40dj|t%Psw!IqXP2|+-ohMBYTzzDohvGbggJ40RkhUa<_ zovg}eX902*2asi7=o~@r@Ze;fSE1Yp)%8Dtn)_D6+}irtZ(=F0!))rVafx%tKJ(>J zT^wW4$fU&pz_56s1_v0&qdwBjlCg(qA!dVkt6tfo*Y8m$1%EC9 z#OV7%-}tPk!fqPo(zER@Zu;K9MjNqa+9#a+?}dLCLgT8dr~Yd1j%k()r)M!Q_*2z2s|@ccv~VnWdRg8Uhvhyt zKd-^0*jqO9{yvL8b(M_Oe^3#i6p{Js8&qM1*<~$xsc(qvDV{|LjCU9J3bUDbt#$Ue zQx)TI#9!^RPdIw+>^E04|CfCmK*YT)MVN493*M%Q%=`-lsn|&Bem&;P7j^;s-e@c= zznkgZpP$c>a{>;MfP$}x`vKFZPn;i1puisqfh^w}$frd3#73GrFWVW8p9@vIF(s84 zfUEXpA1xVFbsNf!tf zZa@PHgLkp?0{y5MXr@61pOOheG=J+A_RlDj9c@_H8{5^s>3*8QvuD&a@1mfH5q;+2 z$lSP*^7W*U*wom;Ui-O@$xa zjFUxXxlwq!YrYoY&y>jJ(Yl(TnvTZ7JgGc`%6K|}qaBLB?xi!rm6h$@Iwf-1DQa(h z)^7-#QwlEv5N&aq_-Ck+(Vi5p#fQ0B&%MrX`%+p2W++&PD|m8n;n^*x>q}bZ77L8^ zfT_!IDJMX#w=~V@;rzpB!#4*cmFaq(3qK)Uw)Y~dfVG9-i`mh6j;xXYqwvSagji;; zjy1-v`xP-%`P)^LJtR7&*8-6sH|+NE{#5w+9qcwu68D1k<;$+LFrEg#qU7XShe*Q< z;TM)JnI&=x5J^TDBRBlKV$>HXm!(bUHIrMAUkN$X6?`sz!L_1D{q-3Qx1CjvTx`*x zOz_C-2={SLcnSXS(D8g4R|k{Ae9*H-0IKZf=16SJ7R6c#xVI8<2JLEf3-8doOnLIw zPN$DOY@3!yHMv#acwaD8wOtHLTnhJ}T}`W#aq9#04>z}DpLVqdgJP{R)35n6c9Vx5 zk^IsLqob+LGMS=iwq zmgG0|O~h`Juie@@*dOVYWt6ZvQzbDe@#=nq^atGS))jeMQV#GQd-$TohxOU70uj7R z`tw<5?*DsHl1s-eTs<4{DJdyH#X@?2!~^-MbZX!&Z0Q)nLk>_k6%HVfZ`W|miGdar zgtO*x|FLi4&VO@YH;dPYz7!43)czY-V4i_kns#VsyWcj5*Uq)dtuq%MFs;4?f&8DF z-{gWnj=~{s|DJfDKjm5b6i}V410>wNTlC9kN`((la?}}tk<+h*NQ85Wp|ggZ0RFZy z!NB9b=up7)(b6&m@>~UPfRDo#q*|?2h99q=Xvr4GLE}hGX0-LW<0296MN%hjo!juu z0E87MxNGPA+9|?O&knq19ATOJ;S%U_yW7bfk2N+vsGyY!z+Stw{c{K~*NR;t0Z!h0 zsT}7r&=6S)0WxZm1< z`wDeIvN3$zyB{fjQu1Ex;W$z+y$rJ$7B)%Oqtr;d9T$kPDiiP0N< z`E<8)?FnKIky^d__u@M1ar3WoKG6U2uHDvtqqzr@WG)yW&^T(sy?c==^?tiQ3NM>x`Y2ip45y%={8t$C2 zBhdhmgQIYG#TB?L8Q_Q&9k4vFMFzNttc1;4hVkG0*Xr)^UN`5|>6Cx@%`2;tWQuqc zkgAPLT?j%D3o0@mCUXBw{fhB?m5H1}>+6ET)`LmS?buk|l}Q3>5>4)c??;u^S$1Tm z%NnSZ_=(lOnO^eZWopUDfn!PW7)XhEQ*3Fq% z6vws4CpPw=>G`Z+VzYT2lz~6Pg=wV?SaR#B%@3|J^4EhwMCp+Or&B`$sy;qGigLhD zu6FEGEhY3WK>d`f9NV$97-m&?ZUXnZ%>A`CmlcBFcDw5PN2ec>Rq|4eg-R5yn0@nr zxck7A`4zq{4O|NeGl*8L7*NL#DLOiEp38@gz#^Vr$smyBWs9AX?yqQWE+i3n_J4gj zpBlQG%-TwmW5`k}z!0M+G!_4+NQ*cMH!RSIOPz@Z+TNbMxM*#ZopudH2co$88L4xfl&mPy{IW8dPk19_28XWwe zcCcG~eQYzPRKSq1MS~S|8y8n1g;*Mkf4|~#ErI0&M4G5h_~Xc@KJnEHTBoO&rl-!6 zt3k%NQb0+mC`=SHltDEn>GOzOB5zUw){teCy^yjv4Ya&G+>%}Cv5a5Et`w@l4)%C` z2Dx52{eFLGkbtB$BocPPqpJT>xMF}nY}=)nAUpi{k0i%`EtdL)>BkwpU2grVB zx#QH>U>BO}H&IKf$o4Qf#I$mi5ac((ZT4Co+2i9A_3J*m9{hg!aWqp-ActZWbH3L7 z^?IGPSjH@02GMbg_+iw~+yQ;qW~@}dJ`C(ih*YGb^63YlaH%NE4(htf(9u=yN)b@a z>CTvjmQ|IT(Pb3_jZLw2#(Ewopfq7Za&~Aye#AS5qB^+`l?M0wAFeLRG`UDwi&{U6 z%Pl1^3jC4pIiDsg#6UJpzFLD1fTI;?pIu3!2l80&HsTxOAm?O|`?6QZ(Le7`m%W?j z+wOHS-4Y9J4-Buw`%*dKKgOQN$bzuhY6=8ZB84>!rEKSUa=bWh%FM+5+uJRDS{vLs zs@}cUS;3sEWuS5t``v)G6MXTR8n1_EzHS#sqL%dYGG7Pg-u?(rMe#kRY9SSvf_#vt zp*R#zauE-7esMAi9hLLKFQdAC1>17AMb2#{ zw!ovokOfJk;I^{~2n%nLqQ-||tNU_lLp9k+*_u~LBoOa&dM@NH2dy3mhWmK1hjRu- zDL-fr-q05Xou-~=Gh7;0v4Gj9b7|JQ&}embV=XGiQma0O<54R->Njyp(88l*g0uO& z`D*mG68jOG>g&%YWbw*e2h4nP!nN#F7AA9xp9Ux)o1F0T{xz@5PQVM1d^UOJ26ue> zOy%24XWPPLq4_rwWs2vFD%{U8&|YXyc+l$a{?`tWy=Yqz@51jh7CS}LcMFyQO1A8Qm8(LTxY^6*_6!$7pfpI=n$#q1BVUo3D_q_YEv#TB;$t*NF zP+E`YZ0q=ng_;KmuPqP61-N-{YS4Ob5j5B@n4706O&9steL9R7aOZYmdvR|>W1Fss zn4N9Bg(>GZSGe~;CHa66MEkk1j{n>5`MJ6A@9)b2rcBdX0A(P_>kp>-q=0q~V~WZ_ zxc&$J!RsDlf1B{B3CX<&v6-5mvYkEa)}RC$a`OJQTmP_OFs5diTM+CDK^xkrV_kW0 znAck8T?r*h4C$!Ee^3DLKVl}!umQ(EN2C{(6gs*etr%f`O$|X0j~D#;R^f-XWbV_N zU+dKB`(K&c%3R8@-O5h(xyirduRkjO5i}!bu^M>E4;$-)?{Y$Vc=|~oJXCOZK|#9h zvre&H0~y6HbmXZKo+tkA#SlLX=#+yPJcZI)OJUhs7`Ei(T8Z4m>3mjvG9V_*&|mn7 zm<|XG*S{F0(0MqC2F_8FI!NeVSc{HnfeoX-AH3)ffuH)H`r2I|yzjMeE*VenN@mlJ zm>23eO*lO5jhZt{XW7<@tc>LssZ@~6WlY=O>_Jwr$qfl>0ROE8SPS|tn7M)=W3x2DX#o6^2j#o!hoa=70+xoD#q2CaCiYa% zZ8PmC>l}aFz}eY1%gzJBUi-yqB3^fjUYu*U`pquI0YM*3jC8+X7X=V0Av2rae)1(i zcWI_t^VwUva%2Wf^~okU?qDK&f!}&B z9V}453D=|2^sX4B&sdxJ>Y9&~JXHwB>FK={mxvP7xI~Ri%B%NMQ^M;5w3?k*twtLEXR@-DAG3%@ z!E^UR9QhwXVWK$nABvdMwGqr(bWB?J^9igawuzwPLF}uf?-gjp(_Pd10f}WO&l2rh zm@hCxks7HtGc!0*DhnkP!sH%@_$|6SlL<9>UBW2L->w(>k)aEazMgk`rV27dr6(XM z{L$Q;;MNjHhyUl#pOBf?x})j&vIsLt{&7&&-3MM(?eVD(H0Xd4^_ufCB%miKqD%{v zRaIHfovfLsv!q%P#3-Dt1iD~wXfuog+wQ2#y@8&`4CO1W#Lc|L-!=F?z^Kzlphqaj zEL$9ZFZ+nKAbyq2ha<-+6`*?c_)nVr?BrI&#Qu^0#D^Sg-833R4rF!GT@wB2W=2_!@ z$r5nA?7D&KHiGl%+&zkmHJ9#ep*nyQ&=f0d}mP)ex(yZYj2mACemymNwEie z&Wt>4_Wd?QbXUB7MZWf~)JB zDPfH%i`wkK2OBq)!o>0m2)rdS3k}t{o2nov`13CIZaZg*HOiV zsc@S!>kL%*V}^D2_1eFUw-I_wB`#nS=#w)5^pf?!X*pr?jBp93PTGrAziFR<#{(0! zZ{kVIwU$D;&#=sVQmMO9AX2rq3hf3=`*f z5pu>3QHw1G1(81HHLPlE>eE|802>%vEOv4!nwpI+^c}?)r776=P%){u;M%Q`i$`9r~ z138(wJ6qBK-~9vZPYomh#;xG(&1bYbGSAtIxbX%va@0>BewfZgksSFxIy9cncS(4z zM8-Q4MluPOG5PyT_{0bbZe8B8NIbtw z-;yGP1w400=Obo*FWcxN18=Q&1@}~cUjKy%bc@z~9HSzF$tS`OeOC*BeXdM8#+;#Y zcJbQj^WIrP)Da%Aj;1vavG&)Z_s>gCmxp8~TX-kU;lFO>ncTG=g-Xh8V#8#}= zVgpM*BfF?lTF+8ijHNQWFYrz;c|o#ih_1Bm%}QcAFO*6xM?pHXV=o&{`~GyA2U~RP zTgl^|=7H8Z!L^eiONHys1dlgGDz)qjNtxNeDU*aW1=g&!Y7de|>K89^PR*41qP9o6 zIFnxP$+70@uq);BwCq%it~y~Kir!D>!cYPSAostkPaAV3dpIeDwc?S)2<7rGN%K^E ztzQ+_3I*7G`ou;m2&rQa3=2aoO5Un{LpAqyFtEidS*1~tF9G3dsHU+o)sinV9*GTG zMceQrW{?&s=miSOyJdu)YNcI1ay2uZ=(pL8_auTq_wvd@+Y7gV=Pa=6nTFw> zzc=9NX?$kH zm+0syA_+r%rxtZ)vlip zKmxjaOE18_D>6vi<`IEKWlLJ)nW8Zr_K~n4DjXa@(b^qRRve)bIDO@9OI0WSh(yNW z`Kvf^gjqGC)0b9M6jxTp?oUH6FJI-nqaz4=m&sBRPsfZNNr;(G-0?z&RcAfP)!4-U zxdDUwmxyMKUbi!~c+>Bx!z;EHJ3+i>?|t{zUhtJB_uSyWyU-GLn0XC(T~%iP*M05# z<8t59s&WOyvPDtH=8s%eZ8xalxYU5N(lrkVzQ>+{qo#NrleogMB2RtOyYnbGyzQVP z$V&|3%_|tfd3cg{2v8%->3&KZhiqA{tht*3Q1$b%gj5nRTs4cky~z+)9-Dc)71j)}hzjIiPuZ8&*M( z<5Q*rxH4dSpwrI-BIU4v5gl`9e=kM6B3}NNz^!`}=iV0&cd~~^U83RVzxs7aCA3zb zqaK?}k@Td{4gPdU#UiNwaktW#O5BS_KswwUkqZaHIMfNaHyoVnw)02NJ1;owau~K5 zC)I!J->72=mMTm5&!a_e;1zq_H1CRhUPqX;`G(dc=Vb@=eT#i?SO0hZJV`ICt0c>b zoCJn?Z`fPF3lP_u?{ctYO!Wx@?#sch1C66hgi39fI@M{Hwlt8ZUB6wiwZ2lHuk6i; zjkczlEzzs@cZMZzd--@cle~=iIj5l(?-G-v1f$;p7I(90cDbo?+S4$WwK=I+{vS8+r&jD`JD_y_qEjS)--z!rWB8j3w04}U7Z zot>Y5=R+5blvu+m!;0A_?znKD{G>YJ7-Y%*LONfAP9o2VD+RRf>!0r{=h>lUaGvs8 z8{brMD}Fj%EePXmw95`r+bARC2L^@M^O+Rf`rI0*xtAhzEj_OG;t?-7w!5dd+CN5f zn=1zW==~dT_lCkw_Iz$(CdO6)@vVa~HRvr@?rv}#c>8mfq&v(7s>b1CYM2c5*dwbZ z|59~n#Q|pD4>%ANXDE`4!C8qAq-{r}7XK4wmcHD$O)A>zb8ZwDrsQM#XZg+C`kNQE z_eo5Ik!GBts?$sfiZ;TzTEs54;!q>D>q+P;TH~VV$;*pbDcvOkQ~3qJB<9%^Kf_2iIbHEw9Rh;Va{y!r$y(C@5WtYJmLADY1;$|M@wM148fS1bfw#<_+A$D-#a-kkW5qadaV;`+xf^{&}cY z?@f7+qvavkFsissAhvlv$f9pe@uD-}y7u!Wtz)|l z%eze}G*n?oU<{>`8DLrZosOJ2(CvD^1@mt%O1cU-9nDg4&ziHfrfeft`} zKx{yWbS8nVsmi3CU;KXMp*Wtkr-~c}DZbS7@48gZl`j0cGm`dceT|i#dCg}X2GWlL z^7OL`C;w<@&clnmZrt!(GMqlJ>!nU*^G6{xJnDWP&XubzQ_5FM>gU`iKjaW@onq*U z*U7k3deSB)BEkw1^EtR6FCP}e)I>zBk*DMp@Fi(|kVO&DNx9OYD=|2u=y`>8(H#NL zf&H(~_w$JZSfuZ1`s}$uK*#^CcI#-s}c#iN-?;bmqX>*s6nT;LD$I@Mm`(m{GfM0=BWKebHi!RdgfH;QG5_Ivg=;1I|ch)$4Zi?@pR(ZX|>sJ zh;ZCZOEJAx?TB;Vf&1^;h9^-wYiE@jw7q}06N!+_S!~OItXZ&%KLu9(%FYjYXYj#>7iT3f z`L8(TL_qBVHhOg-FY(0uytKM!)X6IBG6%Puv;!X%E%qCe$?C@%mKZ=-R&e>}70}@`J>LGS#r=@rpc^{<{V6o?jq9$< zs9+r%_7wqZ?f`s$_nYL>dnK=FuJwbRS12UhDgw!G^X!4R3L$8>_Bxf)R#8rmXP3Rj z_fbYNjS=qZ4%_lr!Fui(C57KDBV6u`T1mF9tDNr!d1*SzxvpyMRvnq&;C+|hLpEd-uc5}J5|7ZLF%()2#5dQu z=){M8pkWsmUR~5#PVA6vj}HPb13X6>m&(*Iu8hN1TEQPzS{m*u188u1m?&Zp5w*ylHfRGV z>2Yu&cRS4MV0s<=4~9CnfECIjm-^t%Tn_*YT0|7YoK3pGk|AwYG28{2wd(6|RNz!Y zAm+s~FNwoPWJlKs$`Lej2hTSezmdSyK?uON@hl{uD~iOdFaG;FQUF_}r&oY!8w2gv zZP5D-P8b-=Yi&|!`9^o|*Q;7Y3p11Hgl!2JduTr0b({oGoK0y3cimL1vpNF0B1 z*o}u&6mP%y6H#MBUhi7*t%kGIhp&^r=B$*4@g6CRaM_9lZo+@NQ?($jbP9G8ai@kk zNV^&uHv7!F-N0a+)IBJ%G!pWInty)@#j*wRO1Cw~ zl@^@hb-=X%8G`g#Z*(!}$a?~vl@v`Fo-^iAWJcJ)0b5`7k<0U0}GOrG`V%pbM^4y)V5UVC3{$kmiUc*CLlpv zyYX=SO*}wnKvjVro`35m`BY)t4rKAeQj(rt>4*>O6{0ADf5@A4o{SY?W)gneX)|k5 z)toMq`0=*#07koi`jrlzaJK8+f%{S>9j@W<>++XS4E#Ip_bmALL(&2yLG~w{?cCBb zXqgqubctGV{P8p&F_P2Z?Oc`N2&L~$t@9=)`K&32guOq9dvk&9L45yKKPu_(+<~FS zI3AqM?uWVaPt;B7s+h8LZ;OvAL2vOxXmSAa*(u3#>~{y{li7@CIn^Ar^xbuIf89%z zt@|4(lKaFhPhm)*U8#*J)wy4iC5voxdy>{8j(`A7p4*OpD=jIUXGoGOsVbE9{4YAX zF2DE7q0`ukqKQCE{^G|KhrhU3euEINC9{6$s2IkifruHYfi&(MU*b4Mhfl6}WE1kB zgtMi#RiA73r9bq*&W<%bQLAQfCVF>rZjQ{L0K}Hc1@3y~5FXKQ-n%(OQ0ZY+7A3WI zyDzd7YD@bfud0c5nokM(=)L=VyWletbJsBd1i?KfGBatkdq2xCuZFgwa4g;o*i|`7 zuPvLuH(Cp(ocMBo+3eio!X20&3-NjD}ZMH5rYv-PD@ROlfX%r;Tb=xDMO`hEsHLhTJE1>aW-J zr5A_kUj)Rmj@Yw9({?lL)C>!YNmgbqs38x!0P@8}J>rYDC#+BgOxayBrb8Zw?9-3v zp~iIhTy?Dxpvp9&ir zqo2J_!D6AQEYxdqP>n*s&K~L4!SqQP4@fEDU zqIx3+7$$Oo5*Gc76zxui-0{ov0b18vW6z7ngJT%Y0W)<%)9`~ydP`Y_|{+LD_xRhmXYWe5m zbzFVtHhsRx5_X~iW}|IyueEp2Ohf4cVf7wwPJIuJUG9-$cQ=2YRP!+nIDa-uGp~u* zZAr$`7gYmv75&8L@_{SORgG7Bj8Y_PnQ<7rK)iKm^g3D)xZG{11>oJ5v77?nB^CV8 zAWQ)M{i;H<6g4rordp#X&JF(#2;mg#u@idHG~44Qo6kg9pRN%X5j1Y4#@fKHiz z1+DGc00PmRxWfaQy#;#@6|2DAVR%+n1wExnhI!2|fG690-cPxId{9(zJP2U^gfI`- z3C?U)2kvxzkEQqoWgb5Eo8vfY2w4&w2vt7&L-cNYuoC*EIP|Imf$0=lG%fwngAk@C zIrDS;e-|XSxvs}BvCB&zQMCdiGO)p&1vPr{KU%443VrEDq-(G&EhTH4SQ!Vbl9BpJ^1>vl3|gTM7l&1PZ@hvDlA+( zOTgP6(1Lbfh~%i333x45Qn37kCwkuf!kRob6xL)$gnN0@Gyy}{Ggvr+zL$T()dPG~q+!+}H0gI$Xc_&WWgUcGp7Yg!!4842oQ18%K@4=J$`*~@@ zEJiPttK)+cT?*_VIC}vVk)ND0EakPX3ozBFnqUN&9#jUvl8-Rx9RO9S+jEDDa;MZE zHQ6u72qkUYrob*t@W1NA$a=s4xCKC`BY;I9g(!KmqqE;@kW>vYuRAf_a~trGt>Lko z%_VGix@?15T3f>fyPMMi#37f=rttJy*u;7?io|}kzU=S$BCYx7)#W!o+D;5yn#F@Qjr&L`dTtmELyyUR%cv`kdGm6iL@t@|@J zdUL-a=w~%77y+E#)^N)C@c1A#gN|Xk)VNd+ElIpHbRT_;4aQHjuME`cs+Knr^XLQ} zetSc1a-Mj0>PwSq#;BUK)a2MwiY@fRSdJwP+6mQdVjWA<2(q*r(E*mfuWY@4c!+hM zl_v~L-Uft-Gj+a|C24&-qR7*`L6r0K6mDo}2pmfn2Sm~4s*Fd=t2)*2S+S>kHCs5k z;#-7WP47~$RfcBjKC1pkzC+UBN>d=;kuyZxbtycY@L(RQ0F+wj=xCyO{10><9;WV6 zM!9uaKLbS|@B5kd2g^y(@Yd5dq6vBFhAo>h!8-kxI|G1mTUeJ-1<)-62A|DN=Iv^; zkfQpKut+&fM|MUn`Ci_<7p4Pu($yPkob_j&uHQ?BnZ*xThFNj8R#FD+h;RWzvOa=F zbSPLhF|yyeE*$;(4}?dMoQI?{W9`-i zjJiluA_mnG?1nIY`9%xB?~HI;?aZDJKY{FTE0RdoQn(f{E86e9!j7#e;LbDih^{PQ z#~-F=_?Nq*+dGuAwU?ew*jWSXt*fQyX`>IUW*Y3RS2=ef9V!VgE)6jJ-k&1{GITj) zIWbVgm@jA^*?cjtdB?UEr-3LTv2x{^Jyq$!obUlDa~M) zw1152i}1CBq!uxXz9QaTt?Qe99UGa8SMgK&c@=xmCEb}OXjgW{^H%uo+3>X5@frlE zSzr3EdY{VvbCX$-;^T~jF_TM6Vr|&fneUJ$mY@S5K%-rkw9MEE zNK}m(-{Mz0j#2=*NQ{JU4+dzsR+If#??)eHejZ-zy=dwG2u!>dsIiB*<@z+Bw|No0 zo8nJrJqMTH&`XtLt|H5xb<&~820?wgJZMN{lb2w#bF+`-eH9F;@;khAxj9w zphWG3Y2GeJv6k&TfQxs9aI&Q-1B@cgpaE$J-lP{H3CeQ48FdLgPjOKbG`iec6)1() ze(n+nK&)n;o%bC2^?|S)8i}t=xdXAi1aC8JIY&`~;wWusb}wkz;nIrYO)6zZk;vga zdVU%KR^-uf_>$dN8nI$6W*pmmK~tSov9i?VfCkudz~gaCnl~_1+sd)kfimdJl2d0e zY?bEX9;w*~S4!i*ie!^xAK^{g^V^?@CY=Upe($Xb5Ps*llSGsLE^aONRr$vxibI8j z5!<)eN|YoQ*&T{_Ke0xW)@!ko>bH3D=2A)ZCCXu?^A<-M9s$dy!6m@zYw-kq-z-ceTtc)9DXoFiu5VCBNg+i1!RTQ6Zn3Pv)_F<86=1Q z1%NpxrdNWsximQr%-*$l%)bNW_V>#hLBH-M101MerNCE9OBp&Z)zgP8**V$r0kT{w zX*Nct8gvL4q=oY9;4H*0DR+OmBrN93_s-zR71zBIOgWYV|8I!L|?<`Tok{U`5sZ8d1ul4fas*n-_`4Zow$AphyJXY&kRb3-c4a- zOz7@gyz2#o+Y62EufuFVA2vF0fNRMIu33}Wi)%rzINjacLXNEv8I+DQB|M%)5P<%I z8E9Oh!fC?h?pMa_0_9P5$B(kK?Ch_QyJD$Z!@e@QqtNTyJ>)hEvd@1dhRI0 zcvWCd?bl<~_LupmWe3)2VzKVPA(nqKzzztEdaiiC0{AHEo`uO{H(Y6;J{JaPD7Q%g7L0x&c&iBlDW8RNNTl43e>FQF?^*>KL9(70rq+sW9J!$Y@Jjqgx zC#6f*8p3q4~<;$A5_i$OCyauaZeksD?Y{Cf`UeBA%W(@%2tga zg-UST2NHDibCeRR%?Hf2TUHX6ZxX(#v9Y+Y{ahGZThilcC)nK+c;J}UL2JNRbr8A) z!7*9qo!s3@IE{~DLw$W7JM}Q&Z^|scJhb@O9UkzgU_o`5R_5fuPEyDj*gzC@+(L?a z-}Yg94YsldPKHdgtVP|(!+p~O&%ta90R@dK29eWL9r0&s}xYY;;i|iP|&IN;O-EK z@|JkCc{4>}n%lSIEd^OigKfNTx^VcKdH}#+>%^x}PA}ez-5CnqOXNR4mEzC0M^drJ|m|JC?=zJww@4*$vuyH_?( zdvWmb({ko$($6i0(Lg;iF=8Nns$iuV{h)8|cioL~3%l)1^tnE}DM-z89J zTAD6>BMRi~w&4XO6DgRvCC{ zP?ZBjK|OzLr}s|8m6tL1RPpfRm_?j-1o&CzE+!L*n35u2(*cwfVam zB@SI}+*^ed8=J~_Q%SUeTZfR0WgRG^615(f{a>v9dW*mQ`fb^f1~_R8P*T@REvw?p zE6Y!vekC~>`K~hh@bS-|qQNwf8Q<)-hTzHGy(CmjbZ8r^K37!MT35JI+tQRy8RGPc z+PamMq}CFZkIHj+10juD?0-!SjPlg1rk_^o>8Z_?x_@wzufd9sBH3(|`sGD)fx-|! zYs!Y3dKeu(_{F&_J{`sx$osF*H<7E3obP(J!Ii{rp5K1m`uq5bvTk89nL8VyCdqKi zgZJ=%Nj=SY9<5QM55Gsw>*&bY9Eh#HY9VQBKUED$UjB!L@93&0MaXA}`m+F<^)Off z)m$+^iEo%Qn!bWO_kpjz-Wssj9Jv8B%kqZ@A1%$KHX@ye^+P?TJ^MxW!SaUYj?-{v zNeKxFbo#J9l7V3`o1BFOqjdTmdk8t-`nynO!9MdEEmYF@YUYJR1qcLgbxu2e9Ve_h z2=TLRn}huOV1NN+U&iWfFs=nENU3QJetJLuZRE0zr%)c@-`0%=(#W^m=!eT>?@Oy)N# z7YnISIp;ARE)sUV1%!kcii;#Ea8?o;trAp6XHbU0$Hk zxV%DyWb$-ncdypi?rAXBT>%1sEUb!jJXBYIHkdqGz83FiC{whj-deV z|9@@_oc#@rhmFu|sz^ydK)@&&0tV9}BO`m|gxhBRYi`g5QRRxokie~=Dx%peS);a3 zXpEcx4Et!+KhCd8!~(S_+~0&6sc?7Ua9qf7QT#{Kvj#g8A<+q(n~klwJIMrpk7hA; z({xD)C@}WO+W|u@Hbs6`QqGd-Ryn_UD#sD~{)%$ISrIzjvlIE)A@vo~V5FLcWkLf# zH-dXjhdd3W_4@)jG{7}R2in2_cRV#SBgg=+R$hyT34!Gw#LwWNIEcVLYrk00-8H_v z$)66l9&3w=umT24N?JHOV5olA3vc)LFPgRm^%2Hy^2DoYdr+%=6Bzr7UP1UC z`ZtNLLJL|?I}As21P>EoHv&Qi4X9N!a7V3;Z@x)_2%YN*3fddZukji2#YdjNNO zI}MmyNM?XeR`7Vzs?KTLLR{p>B153_6p;;?wLjN;TX^Adk`5oPd>crJB<4P5nm=`I=(2m_jToM z1og}JgoDklZJqWys;oaMnMtE3Cni2mG8J`nNMeS{q(}O^IjmxT_EVw*im=*G#^ZQN zdEXZ%(pq8v^QlA+xf5_*Z8(`A0`PSKzE!6;uXRM0m6jgm+!9A7!gW~si+Wnn)lI-Y z;u)Y6qN!a-X^>tLX`4x6y631TI}#5JrU3kyH;tzDI*NIEu?O4J?eUUu8#V|eO@G!? zrc+`T7@uq`al*$D%>J0x2i(bj*9?KZx`NNlz$26bAy3bz<@Xi*)f(>@NzdPX>rXA` z!4CE-p`|CEMP~%FCJt?BhIO@`(ryg^ZS-Ih6ofeOiwO2KWuOtIP=j^qj|fJS5z|Y4 zww8F6lEII4y_?Q0Ek24RiGZW*DGKw!Ean5^x9#g2nC{whWu{aW2^(F?R|{6W=^wu% z$>>6Yw7GOC^1Xa=ng9_f1$B?}q}=DD3xj;Me~C;L8QbKfoOsl!cq|A;jCKSc8^jSSwU+aW0o#Ze3{AHD? zUtZg0iih$;)wRL8J<>wTKsg)m-qlCw$-`-*U{EAIae`uqTjSvH``1z{nC>u!;Xb5L zH?ml$jhIVF*rJU{z=ey=|GlVxPw)>s0yU5{@GZDx(EjxoZq5}8vCs3Zp4_fGMnt$h z8UfNktI6*S!K~WNGv*suNb<e_{6t4jbBj+Bp3FjvX&AmRV`n@R|q*<`5~sDLD2?2C{v>bhhka_9Mx$=(=C z{;!q(AA8b*vl#hNF|ro93u5gw{7t#Mn?&z>LSR2@2CCJV$o?B5zm0?jfS!vz^*DzO z*#X{wSqIAUW0DjtGmnGz+tu>G%h(=Zu=xGD$nS`^Q*KKA1-(QVMP}=7aPOB97VL9^ z%!AxIifHl8=-%=F3pzzTsS0LN+2s0K--$(t@ z{i(GsiaUIZPMlsMm*>}3JLdI{O=Wtj24k9Hh9?Y=($THZt3ev6oo{lYje9zTRK)Yu z(}bH8K4jo0(xHbjn}2&v-1Cx@ovksDr| z7#2j&jI<}>N>;D|i|5|>)gRu2@Cdo&KMJ=;M0uC`5aZ=_4eBw(W=O!#g zA?QJ&KTkOscS0wMCkLiS1QOchvxau<{gs+w!2<2)qeYXM$OdAEt6)ucOEVN9ya==X z`)I;^-zy#2g@`fpb^3sqC$yW56dfterR-}J%79vZc;L&$^|v4;c5{unWfgITY6doy z5r$O7pm@b?3x$I85+(K&2L1{4?~OD%fe2Io|CDxF{5w;<`dsngAHDtZ)24Eu$kIR~ zkkX6~7831tt90P*z2ZM^{^r9Qq$X^c5AunqKyy%{+ARUfm(0ve9^e0qy|;{t!h8FE zDd}zzq=ps&X^@sikP$&bx*JKUp#%x(lx`8}7U`0bZjq7(0cjX!&gS>;b?)ar>weZb zYdtT{D_`g!v*X%(U!U*wy&As!M~DPVgH;+r+QEzO{a9Xf#z@z^`qAqNhWjyOk$qMB z>{Us@d~pFQK;jczXz?fxJu44kOPC;k_j z>eT&$oe!dtAr ztEr!xe>2BhIr+%>^xwlFSQM!C3q?SZ`u)55hhmM}+BdU4$&Oedlzy*_E9C@YY{P|X zR+RnX5&Y({vk9w4zg^alSUt@FdUw)y7P_EBpdb;{Hy#c{92CL8jXmCn#$$RwKE09x zMN_Du4rX(j1-bWFu=#v1WZYLmO-8}Beo-+7ni9cW2%(H5cphM(3n9fRNCbsQAhj%@ zmKAEz_bf0bRxpP=&N}2)o%`dzQRhCRO|p0U+DAR@zIzMcP-2jO(oB{dr2Inlg&YeQ z?sz~VWc$kguFl1TIXH0ltTOyZkOM2i@&yV|SSoS!Tevo6MaH7KhqKT5rd{=5Vj5v}4LD>lNA8 zY5t3Q($WH?%+F9q+G=<6W&oFIB_RIt76q)yk4_&qX9Lgq3JQR9x9@HSk=8m9?jUdF zQ<+D$j1TaZ$ewWWrBWICW{KB3u*QEB=Q(&SIqXz_VBR%9MP7(PVLT@kO3{IB@K_^; ztGu+d%e_T&5UW;E4ZCA425GR%Ksh0XjmpE3tOB>ZR-ZO(h?Q=lW@50}sn4h>QqSkn z&x0}CN{3#(det>8MR}9$bTd__v4uPyL-x2G>h2xBrh^}KWG^uW_WG*NL+n5c`HS@mf4`2D>~K&bwFZQ<-#uH8 zU*X%}e|a0yE<~XA+*4EKZ-P=d_XLCK-PB~|ujOgU+Y@|D$|^lf(=muW54)A`1g7X!NslKgQ>nI&2N@tcfybRG5kn*9ocS~5L1 z=&?!=l5y$W*&6UW&y@8LK;oW|2lV!`j-%_6$41GM$ZE20xC|1?zB?|5J-D*^cGY0t zoXLRwE#&-aZdWQ!X*IJrs4hbTwsA%O#h;;Dnl*uua_SHA^C`XZq~`PI!HMy73)w`M zItTkT(?~B#-@`xT%ZXG7M2)lnJm5mBbk^!s`%tFcoJueyb%A1q45d);0 z@G>W6sAGF}7$VT*5B(>fi@j4R()aR6(pr6nG!@im?BrV-yEAV%liFP+c6N5E_B!OJ zCnpbkvszI0=4z-0qeF@EO%~p%P;OeU(SnjAB?vEm<{qd@3#7^DwovLnSn|fA_Pv0X zkP8Y5?p@#9>&_<$5qQ^Qin2FfMK|Jl=to51<)yAGtd9McUeNw!WViE8((4$d2jygH zK>?Q9U)soj_Sndo7DP%~Q+-KX%6 zUm6~(JrEzriXi+sTjNO$V}Yav`fCvbO*u*`sN8*Ii9qgUUMCpz_-#oo`h8D3|Gj5> zy0MLIhP`TmLCQ#Vml2Pb@2zYJulkGC^kpqXp1!b0c_!yVBeb>AcMS_8R(_QskT?0g zX;d76QgVp)b!z5J+VM`S)JaB-_SxTg#5B(1_DcD^&%WU-h zTjNtR+d3NkdPjMbq)&AQ_{$Vrcw%1uM++_2sD}QR#dAyJu6G%=r0`8GfREMnz}dAb zha2qzFFAVi?^dqs&xxcn?pX7}srcP~&A)T`U6arDMCWTZkMt)}A>V0L#_OT|CmN(* zWdj@hkA*giEI&`k(=L1+^!|CJLhlbWhrbG`vIY%HLYVkPmQcZHC(M9HQ^ zrCrG7$Pu!OS19r922+V1i-nOnzRG6@TH3)dPO9p#m17MU2EE^D(q2+4QA*#E z?rbb^kVkXRr7OKLO5d@)m?GoRjp13L+rmBRCc}CHO!KTX)~HH})<s8UrSOm9DR1=~du*>{Joe}N!RKbd6eZfJ^4pfxI8YSQM)Z*8#K|7%z)mef zwBTpMGu0m24>3&y#3DwO6I*;ZFbkn1QJ7`nUBsxLmm0$v@NL|!9+n_gE_e*U_x?4S z8@$)JX=qGwaW7%tw}5C_YutyL6J~tSs#wiwQi5pq*oTDM?~F_>!#FVi8bw$MUu;!a z?lIQv`5|yK@g(tiNryOJLN=+Lg9gCm{ctI_E#tF;Ps2zs4Q9r1pV5$756y|XHV=r` z8aAulzuiY20p=waR+ylL_Z@r|s)2IM+V{niIAu+`JEvnTP9rWEpU-$-#skNj3C_;as)Pxc5(|b zX^um4_x9b0p^qMkg}!wDUgcbAQ%2?R)UZ5>4A{wNM+$t8D=<>k;rw_xdz!Ar?MtQVK9Oe9nd+}2&9NjGY^uqpF2*72oWBUtuJy})3 zV;{@|H+OuCN_+fB-%8ND*QK4wo!UX+)u!*S_fH;2zP?;)wqrBqUS{80;Wa{fr^4UH zKGCZNlZGyif_F;Kip-gyHf~+Z^4UH^i&C#1{a|w3fF~XE$`6z3Axde7R8n0klIk9M z34VgqEFbWMNxof(OWU=|tDu+O230^oiUcgQUy2U7J)51D25f&U94atj3(<7w=;Bg- zAX2=&ac1Tp(B{mU-mNzQ3|y--ZVjRx?&mdx9Zc?G9|*pne^S5aNl(j zhy0o^tyrDh=11R0pJT!|ryS*8aI*67j%Yu~qs1b-bi0?(t*J)L^2Fs4F=qS@QIN=V zh>L86@P(bYGHEO5fqgv0ztmdrFvi!PsKrp4=a2-G7*(MWn*%rp?A6TD7SzV|6PKD~!bhDL<^_B_z7+H0_DZ z#vOdHd(XYeIeYBk+y+t58>!#$lc~Hu5dsA)bZc1#;)2g6A^R z#W|@h8MQS!8 z7TkW={(F(?1+6{)#>vTvMF#w3c-}kE0g^A&u{d%~pq-l-i;jugIZ-Z;;C%mwOaB?_ z{n?guOEb!lcI)>__?pxty`k*NC^GqD)U)+!3mUboB!m_8ewlM=xcc= zOL&&*S%;sv=cv7BYGySpP3CpQWeOSRj)m}TN{I|(S&i^M zg4Xcu4sW!dy&;#sXpNcvpxvxmxHXm`ncWjmbeL3arCLD9l{zHaW&QpcF8;L36Sldu z@%r6zwypYbAG+GgiZ#kKe`HGF+27>!P<)%hfFtGXmuh_dS)`d2Th+ zNX-zLG{{!G+UNYmoo5v>y414cAJQ$%-SFF}NcwP0M&>yOO)QsCza{Ikue=fw?G%`(JwLLbenJX}?V8#Gm<}On&W@f9y6qpy$6ztI2 zBGpZCdzh5%i3j8dE^XCHp2v24W+&-x1|6jw8Wt_fDi~IT4>ER~D%$sc(1NE{wN{A4 zCSL|9N?T=DP`2sPax+cPKnah--fI`sJMO^R{FpchnfI>q?qPcCAHC(d?QzAJ1m zjomRhNiI`i#l_oyLaU0eWunJ^c2F;nzo%nZjc&eTl?v0aqZwwMf$cm;$$0E;E04|~ z6YTssEA#!57?wGI*5REr<7wzB}Fb`-3Y;AhXggI0($p2DNuXSDs&>Ek_RSjDLAJzX-DMP za2D0W>X-8AnlEI$6_`b@J46vjyGA4BZ$R;}D*}G`*#Vrf$ZRLywbwC~4^;_iMT~(u z9-Mnt*?t~#^&#zganW)=G$KoAg;f(t`bgwwJ!L_y(J77vm;l7oiA!#Gzm|8hqpiB%c zR)~7KhaqkIrchfSm4hWA;rVTq-(Aj8lR=%ftJ4j zkYX4%`n^QdKF1HsS+xCgEd0}WFx180Z{n)&rXh=??vD7Ch}X2ICmA7Th))54^Ee5NS&iv=PWmO# z#Jr$)Z%?2cDxl9DLL8NZmmvWPSF#`!E}u(gKv;NHOTs0Ft{48q#8^)2dp6r4I_rqW z*uKY@Sni_Zn0xMi--)R_Pr$_Ur?r$wZZhLxc{|95#+lr`j%z0*c;=AY(9ZR?U)CHX zKyW6WTWx!M(NeKsdMLd9Oa8;iWkuO9Fy*)FI`+co5B6=zgr&WGl%C8Oj(gj3MDFsZ z)-D;TNjYqMT;l1uJR*NvTU^HO_NMRa-++(B5HKOl5;!ppUK3H`;5ZxP`A(I`cas>- zq*k8u4=uoSI{)dGy->Q&BtmZxd?t!7G~9g`Ww$ZTd!ExGL6+L=x`$e>VX^i*r>rKo zNNrHa+}s@34)~4cmH#nV2}l-C6ma1D%^tCbiJ6&sa@XBJQFA{fpByw@@!0n8(<`HV zuYkUE9=?_eO6s%n6=VFj2$i_lP(O2#10_1$+S-~|dGp5`;B#1Nkw7~%JWSHZ7ro}Z zH(N!th|r7V3#AkHFpmYV-P14Jcl1iMKzBoGGjJ^CF4~fWpuSfK)-HVtx+dfZmUIn< z#r^wSCLpU7QEcX9%Nz*Tc=3-O$ISK8T7AzLmZa+AGodDx*QA_D<8)!60|ZLXj<&Dk z+>e!w4g9mTIbHQ^$rkf#-Q=P>M`iT#e7)v4%%BCB-BapN0h;%LPwp$n<8Nh$t{SMz zL`N!rhwVfDe&U#T!BgI&dF@s84V})sI?p8+d9yPaAxnoyT`;nnYlF2lZS0gvO?oc* z9ke`{T<;ptJ4fm@v`xqVbzaSs-_#|W92zn6=xMZTeEIB-T!+tSPk%wa zM%Z!LEyCzM5h*`Vz2HZE!+;8-I=>S3d2>r!=gx=?eDSt`jOWhM_0My}NAVTYKS1-6 zy5QJMU}j%bESt-l10JA`9U&%4#288(qW*A^B_!fpDiHyUj6<5%qQz0t-FG?>Z7;94 z@s=-+*68PPzyEcTio(8K!VE5rUSmmP$Gwn?he99fvxNldG=3!Om1T<^EW^9$W0jp1 zh%I?o2n|0vI*JrC3Ay>Cx9BK*{G^5S=J}SYXkg-Cq5QsLRhht)y`Ix37eQD5-+ne& zRedQ)76Oz$m(&j*^0c32WJiG;mmla~i_J(GVj>;?GAwdZ7uDF-`-)i#C7MpW_uDsY z(F~KO?a*u9eR>J+#PD#O9D2-gq8<{6?h8&u4uDar z*B{nRYdu!xQY!y=^RFY*_mXE9HQ<-OK34dlrf9cuf8hLl54PT!X!vBmO{t8n)xff{wcmKC3sO@pUZ z;-Cd9Tk*%~PZ?KTcc|E^N_TF{{ zKFxSy1rPBpPd2v8UMb`;McqGcGor{CHl)QcnHfHWB$L;?D^!C|ucF50STKhcJ_>@O z6oE8p--SfB@Y3Vx=OGNZ4uwTAjo7GAntJsp=belZuQH_><(E42h4+-Foqlu!_qn^J zF}yRjRsJ{L-~D;RcPVnH3|y|EDv7-0xOZr{vztAByxnB~vX99c{${sZ+3{+K8^b@v z(JY=<=&S20##(;QXZWuqrN766O}JDRJVg-29*f=bgXB!}9n$T1YXY%f-{P3<7tYwu zGL!<81r9PqI&Lp}*m9Dc%~EN#3v@#Esms59(PDQr-F)zw&2J(03MEIilaIBEe@)jd! zC$~-Gv01EcWBWgEMGr2;jawvmw4+Jz$8X4m7roG3Mj1IM55--nGjCHVMdHH2ZnW_b z5La9`xrHAsG(PU3N;aeQnC}&6$>U=^R$m1B7nO1wIr&^8O&n;v&FoFzLS;1FnLZUV zt*hKAA$Or3w;36;bx%ER77&vVmkE)5NAURaSHec;>nImmvnbs-&yNyLua5>^fJX!F z%Tfc*aK1{HwW1+i`9>Cl{Yw7{ZA(^-iEWQJJ0-#y*6Ki(`Uh= zoO*V!Ma_3gGB{ous3)5b%ZZ68^s+G+G?YAO%C4>-7=s}<58@K1tm z23+!QuFumU%8mQ=3rg`JB_$lKe`a6~1yFVl5^(AllR%mHs4-Nm@r`RSOQh{c%Ule? zc%w+Lr33kHuKD3zORy#&A?b6FCKi9Ol1maO>ZWf?Azk2er7DW7~~K?R47hiTJk(MgBVSEN}b$Wyo$K z0ke;5+565wAyX1~)>3zlDyHM!Sr3SXU>1+fv1%o})+g8Ri^mNYTtwmiqgn6~af6b^r17gwX! z@OFSyxt@&XQf1(4nPo~_k#f}%C^};tYX=uO=$5Wmrr_$BJikRv{T>D696r_I);yo6 zZGQD-5g2c*YLqWVMa$NzOE+bRy(u!%Lf4L8QBeusB6`iiQgT}49;D19P1c746(v`( z$SZgsjYdq$$kJ;KHb>4_s*GL7w{J=tE$KV|u^zB;p0Vd7nsN$Z?9a8vzp(Si0Uf7{ zv>vX#kylCLZ1cay@ch|Ir^u1`S_D47`@?l6lN@i9>j`!V@gv68A$7`asmTf z`9;M?xUULgl~}xX_dUS{Op`;jHaNA))TM{-3triRz!2*g4wjL3+_lGI@K`_y5*{P> zqx!}}{4zx014h5E`ksFMtHJFO)?sboQqYC|UxDWhoDOB=n3|4m{YR6leWNYj?o7qz zq9-gS{yxgo>$EEOU1Ds1k6(f)>Y0-K&iTda*(-4)2Qt_;GHK>L>I|T7J!euZ$Ywzq zT|V80HqW20^B1A~_-qJl!p_Ba>VP0e zrEnZ{HgPY};#A@|G6=g@?_lP;rfpCWGKM1?9l%E(afk3Bnb4c1?{r>3IRQCtMs zEywEb&_1|MU?)5)eX;FvLvi|E;y@E!x1sfN*a_uu=)6_xaPE2W$ZhJvt+1VooNv~Z z3tPnfH*HHhA!2My(-+qIZ}APh`fRYGVq%yJ3l?q3dPrn#caoUO)Z1sf#S}hK`2SfQ z^x9d~g2A15j;uTnP)r(ZwZW|#S}~)kqRElcc-E`mxW18YBW&eRjgHzQi{k*4%MB?H z-<0wAZ4aW%)f2a0o$lVfN58h%;2$0z4_vLOLnG(0f=kJ>m_Jg!3fYbC4w6OUZ?KKr zcu6B$h<>9kzoptd*tSxPe!cX)`KS;j-$jCGo${F&Q?y?QF}Nt^u^YM|0~SfhWDjq% zOpxHSI-wnjcYWWWTQVtUVp(yd zO~eghG<(ia2*ojT+kh~JbRV2vj2-hBQX=iK+Ff6PM8{e_h0y2h<+h&)9tBm4?{9GS zwZn$>wY7;msNXA-f~(-Wq)hZTS&C)a%uoGZawZd7hlDGwVu!T5|s!gNwK8HhwD2&_-4(!2%tn5OSw9@LnuR-o;f#EU0`|#WPGn&eeP!fQ$%Iwt zccdwvvlwRRFpT32W!RFxxx(bQLhBQD2`@Dvy=3QY&fG>h*ECx$rOPO2k@DlTEs9(7 zE6aNxA~UuWtL#OF^j)WWJ?D~*VLXyocMz+1L<=+dF^4^EUIO}2Nt=vUh8bKEo6fXh zDuqGN={Y%3!ug?@JZy z2cuiB2J-koni4F;uKbvr^*kLhtgwD$j0u8@Q;7a*OvfnK-~mHHo))JCj9v&Jr1DAd zOS|sp|t?MYl`o+*j2k#{nr@MlJLUmR4Mz6-geZZ1#^vaSK zyWW}^1FqLA`IHJIOX=5^z2(6;qqTE|#o*V%ME}>=?Ji1Lgot6>jKBYoqmu{-l@tu( zDI~I|T@2blSld)#-`18W+gC*($5*-gyE%C)wGeCef5zO_)w!dqvns{Hw=Z8I4r)eT z|G7Ee60idAJaG9B*DoTEA8c`pvPAHQSVq47S%aL1DNu0lX^%HE28mPi>{h_* zU;!yc2ph|Q+j)_`PU({J@h&nU-}i_--jr-diQb%Zi7fn)>)!JaSrZ7jL`azAb=F%gijA_&vIN3F#-bVx_v4|BUNZ=iaz3=J+OYyJ$q8 zO3>g8BS;mox#L9}W|!i>VGvXDosk!7UFmh1b#P{Izi>XSIPq_Po8$Ds2mGLDkr-HL0< zfGBqk4Mi>D(%dz>*|3}YVu80fjjwl)ILPbmW;TkF1y-dQch!5cwI3&G_e3whyU-Ti zrp?{5=J!4JgMXZiIN0vSs#xMs5w@PJ#y{nD|L%TKH#6tb=K*?vliPm_XMRzyKHF-T zX6?YsD#J#iY0b7Gn;ljN*>krSiJEqscNKcEzC8iDZPWHOH6pl{+YA;;{~8Euq4Z#< za#C2CAYgJ9T}hPRZo!!Y(6xFlx%a{EI*)f9%(VfsE{04WW)=V4BrL9Kuz%SGNE1Z! zcCec~XVh1n0|OtKBV=c1_pT3+w6_>L5bK=4z-|_fdf&_0=!{F`70UP5dZviHKzTpGi+g5|5L5$ziGU1E(ZqI6 z9Y{&N>&<8xQ^#UtVa_*uhd3K}jVEopVi5f=X4hKBRv`N!^~t@TB4-<<4$8?irc&4E z*?+8Ht?4;4`7b$hpUN(K?gx;^dz2B0$41Qsgi7AsUG z1w<`)>!9ES67jhQForuaQmP4z$^x0{RyjAS;ZG4L3U=|l1_(T9@-u4zOYm&aE=6yD z=@-I|yFKilJP9lOEBNw+n1dDZ&=9Umhma|jA#+y3l>KCU0Z&N}?)ru76F^R2IfHH- z4|%)8hJkf6Cxv_iRV4s-Hg$UFBS9dSGCSQV8rv$RcKhjD^d#sBJM)NVuOxhTBU(uV zPan4Q_*FGYP0fnLo8$3C6x_7Yj36)7!jApo{~Ekb-hwHtWlEJqRrw+N;QA#w6o4Q_ z^!D~!6WI$NjSMEKP={ieNH;8+@9Zh7k9r-PSE39R4 zF*f|+fD3P&MgyNRZ4ZW~EIAvx2}22j;hou2YPJ*a;A!o6i0`(l(MFn8Yi0{Ff0GKy z>HF*0XX_NrJ1~Yf0Gqc{o?V%IE;dTLRB#kg*iHQ&N+{b;;WKsSEdibzCcs3{vjYSr zSV}w5yY~!Hc`T<$_M>y3mZ9BKSvh;b3!a|)uMvP>3bq2qeRJn)=rFQ#b5vHB0MRCf z*j4qnN`kIbfa;BO46YoYJkjhP8p3y>b@jLXpgpKZ zy+6ys7cUZxgVu%K>}m9fq%)=U!~zuB@T~pnQz4fZpdpCja}$3>Ta4-$D6&Ot6PQm+ z>d@%4NeC|E)@Ln+_dAL9em+Ss6;EFZu5jMv$m^-#@QfofA!JQ!m%Suy-OiN3Xzk*F( z7}=wKzl6arjcjlK{Ca6*|Figy@-nPMve5uRC{2t3l4rDiQIiAqnba#Fap51!zzZm! zP7;ncDv{I)cHh!t%PuB2H0AaY!nT2|mTT;*63PUK3|oIhSvz}#bscHcvy-5A+vl(m zwTVq&om(l-E}Kp|{%mCh>!A4MgH><&ucmjF4#swen4&CgcOKUyz$*2*6_^&$lu2C? z!4tmDXZXy_g0<72A4lMR0(-=vAAOl1=wGWc29o@ek*H5sxGYAJmFTp2(_BMAYg}?_ z`z*^$b1RjF^5(3Z1=ip0qk3!ChzP6zzJM*G3G0H`$49gIU$3t2?R~j^7!P4pCk6YT z6)a&2fbx0w#(rn>7bcbXpKicFa`vrh`1ba8AaCNoax38NA+61VW9(hjVQ-e~?MG{d zPZLNP(XB*`me~!T%Ra!A23^D*?#~`GsC)|CQ*E~(KrzFg3X%(HKYm$Zgv@YjGd2t~Z_Ox>SGW=?+Y56n$V&V_53}hlnB!vBIo*M2C8ACH;(@*6@I^8A8Y6Hc+Jezt&aB@B;cnzGB~U{|dH3sQ#` zy%y6rSt-R6!0W=G5vTWr7($F~Z6k7KYA908y`xz$Kk;&tUwi6*&^+VfnM18UkT4*F({8;AQNRt~Op^XSwoU#0sruaN z{j+G4U4!`lOgn7OS!Gk)=8Kh4{rByR2G#P5v%CkejTZ#(alB9uusul0BQ}S6zImce&6I( zGOdVnJFSE_xf%Y5-P@cFJ|q6=%xrhG2yn9R-`%^Xo48H+n}?0h4nfD=NRA$pC< zZ~-jj#B-1*Cjz~xEPvs|iIELB@|tB+id__`I#_ubDL1Gke6_Q5lR4+VR)@X*dcW8) zN6&2zyxXvIMT7;rzQmCh&Wq7jNLS3P>9jpoaJ_oG*uI(42kV+?Jv-&v8D-1%9k>6% zYf`41z)+z6o;rONCt&iAN?AP`R0U**FMyhqUn{3888ltAaox@K57l!|Bs*vsTr+|* zC8=s3xgRm zu#WT_kQ`RuvsOYiUX9r2_a~R>i^6`R50qPe;ZtnVTDjpbZt`AZ@6-6IQKzTd8YuNz zIa9iGbTiapfmp>fR-|0M!F5wTorE)7Q!I$x*tcNPlcwpA@S+0tBhb;;dHX|k+HO=0X5>#?&F`Ua zji2r>GmSPC;1AuTUxyyZ1M8c7hn#!y%=%hN{FcND;^ zurr+I?Ix5y%w-EJTL(+E7j!fG;vV4sLrKCRsalyas_MoxDtEzA&x#`VBPFe#Oy}O- z9>pm@rT^qe;58X9jski;^YH-i0EY~QV${Vv@zLo@s z@y+Rs>&e!bs-TOq^8Y4Ud;9;Rwf{rWnn3fo;){?<8;0kvz{3J$!l>Lkv9Dj$eOYwe z2=`{WDjrRFjRrhCBIjdF^=&@Q)&9)Up$Sd+y8;F>&%Mp>f%N#{; z&90+JEc*bvD*#eONL5mU);@W1qUeu8EA9~mG92w^fF|AqGNQzFpz4R|+C8Q1Bd3%3 z*b`8AW->43eZo#gMkXzVUqBzhtW^C;D;l(nkTD;81v>P3#cRhJXkPy-Pk-^pXd35` z9)UO*wsLHwp^~dwhL$I$&H56kaEJ}-UYX=jJ4jH9zsk0(3D%4-g8vcr-OomB=Zm8S z6leR-W5~p~uepDDm3>OK`wlJJw!b4LN3RSh&j1Dn89~jm7ow+O{Gad9=P%%ui%@JJ z;R8BDR*qj$IdZhQ^VOo(zWFyP6U&ld2EGq`Z<+^TjN0=UJy2Kw^B!0+aM}J%F>@=g zpw~bQeqigRR$>w}`4&o$ZCYz+HL+nQEqaj)!XS($01|!VBk9!ohPD`6hJ0S-DZL8` zT7kgr9dJ@K`$#XYJfX5&QbjoaRt^iQ^!T;uP0FWCZ-5QqjWOvAmo!h~>RDkTy9qlv zu7IAT=YAvJh^E^Dfg0&C5a@!Jt3G%hEcQZ7?7cR-ae5Uabuat5;{J8TdVI-ahcZj} z3<$HzJ@FvpEMqio0IVs_*6(ZViN>KMSpO7t338Zur9m9(8{!FjWYZvSKg-+E-!DoW zGj>XLDi!;A zZvq`7KWMDRT56WObMZ{sa* zrnZs!1sHInKNv@r6lXmGJ!sf^XS;C=gYtHsXsOB%B;i6iR(T61vht^PcsD(5+`K)4 zu-_8j^ZL`zHvD#-dQGI4x`yfCna|H(t4XEyKdUJ!wVSj^&5YN2pQhDBIIA|!o7@zY z4XI@nP3-@<1$l2Ns*=b5wG4n@?7LZvgr#H4sdgu?xus=jaW+C69f&UHYF*HwxN4@O z;f(P??D%}jQ9{ci59cA>fu~;G)UTeE5|!8I5fmTaGpPZ?z>)r zoL4G*24wN$kR z*qH2vf9VhYxa6T#Xen@t_m8WO&4XqqjhfMNBj?Ji)cItIui0PN+RxX&RnW#((pd^5iekVgK5J0c_DdZKjBgAX=yW6c;>$IVl2{_(F1HgeY(aP#Kl+ zl{lVtqC!;Ws^b)l#e1m9xx|sm2@j~vBJbO`U22Ses~zRN%Qb%7&m1%=eqGXibCgNg<$m*7=H7U)=7Zeh` zt!sncR_~1+V>dhSj^fF-JD!?PlMD5~O^h!&{y>n`H)Ig`G`;WcQYFylyOHOF)Nk_L zNx8CqKX%35Ge8YGlUB}{-1NRb@s>!`QFyAcM)5_7F;3-hdf|Xq5}F5nZH>ie*0UO6 z=0>I0V3YbZj|}9(n9ldVVCAFYATQ~|8ZEB(J^tXl7r=?X%$NlQM9Dz8^r6gATY@v` zUqJ}G^H8!j`NYHqnp`($ou??LD~v{(4-ofRBv3xBKQh~$W+aC1eX~Q!5c9KKR?x_l z>|)Md3ML*8dek40DQz%QsKv=xXl`C0yQ=jDgt^~e*Aq}S^`u;OwqkK;?L;~XYzf>_r9b~))3%GeE1tdJYmcAr zdG1iZ-+ja05HL>Svd0{fV^~2Ze-v?zwHKXA9AuSsDfCb3<)Os-59(F@|3uu3?jlPY z99O3G9StY3{>IlnWYdX?xgm6%7GIBz&^>mu{s`xpI*UQ>7sg1yH0JDn`#Ea}VFsxO zQyJEt*U`Wyd|s-6Tocp*7Jm^;hc4ZFU(y?11Bk6V2W4bbjP`7$e-P69x{aDUNpzE? zR-aDDscMsDI|nrO{R>NhvXN1}2{orlYqj`T2#)OMJ=$-_j{!`x+3A8-g-A22Jt0+O zz$n*W_K~_+k*8t^OI0r(<{$A*Z@Wyd$SL@+L`jM^qA3zRoTpVfWi3F1zTX_3x6BFZ z0t}YgH%iN8DL$R}(wER8j-?1upK(%-;hikioHL?)0O>)a{~pBIXVYvsAyKqAUxa8; z;{&I@m7lM~!)ptkaiHkWhES83DdZ&-8H0-~q+CwCxdoM5aFcDm z(F`4{t-m2Rnt*>pZp(imH`ofAL5Wtl3nt|<5WeG|fHWrU#R8~CV(a?V25%`RguV1e zHRMJZ_XVhVNB#sEzZBz!JD=)kP!=6i=0g24K*QF*qqhyLHy>z7zR{9FHM7FDd|b*; zGP+!7Ig@ZzbghWiMXdRaBK4H}fg>X7tU4HbuwwxC>ijpJg?b2*{A7KM%A{s)YP6U_ zE)NGN7Q5OQ&r0+Ldr%Ck zs?E*tj%Cp2nxcq5(PLIU0w!;M7W>E~=$1&m2|K38qMy#0E(c5b?yb}K-!T?`@BfUx z{k-xnY&*O!<`$b`==IR2aFu-*r!*loYiS)RdHsNG2^OR7nk*81m!6(pWTGh%+XU}* zYO9K8d zrz2luE>~XOf;kA_X$1e|X-C2e#{(-}X^N+}>0=wI2cQ@(o5tkSJ2StcHNHxNs>|dL zkJgU$i@&M~D`sGUuOD+JaaMZ6_pMTdc(o&uJ?69U6n+$*ur`DLs{HM;Ecz``00b9{ zRdy%MCZzl9V!-_8K%l4pwSMbqnG?Ub_|xLW+?iwL_)Go-K)LuvkiWuiF)OW@8*#fN ze$CkP_R_L0?irWCd^KUepJFcKdhS$J1N#5A(MNh74e|v^(z6LwU!EjtzDu9}rDX9q6F_ z4^}!mQVcQnbW5e3kvG|Ex3z(D*TkCS1kw^fmbBMsCa!Gij4Sl3JC5@nSAB&JtKPjR zM#3EHcwnbK~lq_^HyfV!1fmw~^2 zc(1%(8ibJvo9CQKjo0Pk8-CL9_x(o@eyQ+a^ubI|J}al%2^ppSZ(G!+9Ug;)_fbmTx{7M6)ArTs zbB~KCUQK7k;@X&!I(V(krlao{FBon!{je8`^P~RXp>0RQPX0h)U7|(4XxJX@^PA4= zq99@UFZ8w-^nXWh5@uNWg8gVCQ7DmzY64Xv>uT5eQ1{Q5mzREiPi1@60BS**@qusCHU!}j__$a<6Z2M;FV(|M^pgU z*5?g}F9FQsATtxZ=vsbkz+QR;Z%Z`z?@HWGz__WD3?08NBn@Shp&oS*P80JXC6lk; zdO}Y8mJ$2545$Yjk(dvjQTw74Q6B!kS=)An+-rFg^<&2U;IiqwVP^c*t3`XqRi^ML zd->+ig4Iv$!tHy)AILM1_rzu=z6{#O36i;w_BAXG!~YnQddR2UIJSRhU)0&2`S9Br z#N`*8ejJ^YG9g8H@;Z0og9!3;^NOjun=_xy82uNE@*WA?@jc0(#iUh-cRq==xwf7o zeqUzRjcu*LILGx&bcH(OCG2W^jzu*Qzk{Ok-a(s`;>{m~I*d9mZ&r|o@ug8hY`)~d zo$kO>2HQx_c)j2np92lmH_?$)Mps81Qv6DAjlOH&Wg^T2$Em?^;nm|RByuI4ONu0m z2(FLZ|YdsA6oh5bo<@?MHtWfY!yK4zkX(I9R@=f&vGfR(Xg|3&chldzv;vWpY zGaD}RIs5$Ouw&Br`|xl};J27ufu|)?w$^1f4fC@e1hg>^9OF0x9p-+ixDLLb$&8n3 z2OoG=!5u(sT}a%-`V<o|la8ODo!eI7s!+|K}2G#6Wi_$c=x(5@$ zkWk7v{*hbpAhb^~felAiiDpkp+od0;x`2m&9 z!jIF^hD<0{!w)aIQ_IM=y1{Z~6uC*am=8oIUL!kRDJfVy+=&9-cD~p8{C>L=7F^>6 zo`f}AV+woScZH~wzFiK!bpN7jz|Qy`@*Wt4cWbE-}UEpGEJ ze_yoo-WEACv&Hio!;15!kqH47e7QuZzz2tjR#iX8A|3SkJ4@AS_Ti45xL;B-a+5$u zIBT_R%cOHtm1Yk^r5}#*^4y8g5R=A@J2`?3VoN0yP^I6^*TKHXrp>19D^KvB=w=FX14${Hk{K{KM=p{)4^X9*l=PlDw(NU6usL-%Li;(2Hmdjhk3AFv zsCO(L<&4?qxbjCah2#BlN%u9)u*{b)d}P^99N)W&2E+*=nkvcb5SI{A$`I~OZS>4y zEk(b17vMPcM03*9L2uVk?TJkdBQbH|UB_qAZuWX}9E)3)(2Y0Iqqt?RwV0}Se})p% ztqc46$8>Q+7?LHI=&+i!$5rx^;arsA5>I*cOU-?1}Wq1{$P&)}A>( z5|hX?lJFu14pF?K;lx36bGobSkH}KZg`-)nig>x%jy?H5XnL^nq}{28OFU>PBCqq# z#N+vb9UvD*RAGbqi=DVW?s+;7e>q3Za)E^zjx<;GV>#ULT}%cln>vBMVyj_iB3JnU z<%in?fB(k+nCn}=;afjjH>!3Gzn$k26I+2;_earY>-?ByTre29A1w3|q18f_Y%ryi zIK1P5uiXHD{AglQMszFUv?9{ycatKX39IbQ{u06=23RaERV0m*N21lDeubXgCBRJ_ zl#eLXw4ae*7X`rCl6q{2wzKhGejKfYM@HM#NwLpTljnh<1V8`88bPH2V#NQqtCK*; zX{hzV&lc~cRzK^qH=yK3eNYuUio#~WJhMJEdH;mQ!dy4vKm^-nrSYNq>=S)76P%*x z`{)=(h(9UUzp~TQL_m973EVKAp7C%oy_BZ6p4PvZS>?DGyRkf{Es+$io%=A z<BYnaE8B{G0{XvNn*xbjPk z(Pp)JJ{e|$zzRn9r^jw~*`dMiWc+Xfy)8{XkkH=G|tdglic2UP|2{a=K=bwHG1_bp0^q#z)T zgh&qEUD6<-(v2WP3J6FJDk0s2bc2d?Ne52IvtLpS;tY& zY%1GlDT-trakJuTVeXaaQyGc!xxKmM_bAM+W{KX?-XGhHD-jx`^^cMqNlBAZYn&{k zBvbLu<6_mf1pC?_`rjyaKM2LHfaZI)H)(BcohTKdmn;5BL@?9ZgXDpD!DIRC3N*`j zF7eip;bEqrjfm~0hrb)W${y3vbtR>;P0Z9rC6XWn0^EUj9n*|6545p;C>HErgbpR&jRDvbB1cChE@Af@wJoEv@AS?qhs>S~0iR zinq<&ngd(L$ngA{J)y|nV<20q8n0bEc}eZP;=RBMt0P;FB3Lnq3i-d*M26r2YC;eF z574>1Y|oGwQTb0W`}XVa5V)F6AS*dJSLY;=H`3yBU{UsKRRh|5idX=*AmnbxEg=HH zKe3}wP${%+%{PsKBk(C-%$9lZLn3!q_W%5~xm${mqv0(&LHh%gurH4Wc<#5lrZ2>7 zH_X(|yA!o-ac5JQz5h_=x60|FO1$5=FYUjYq@P=}d9vbdmUV3^K6Vcbak|nzDOf2; zHd`t-zuBVdgCYITHo=S%HLq#W^Is_Y>qZ$gp5~KrDxTc`J`kaGthX-r#S6eh-B?-( zb3wi~uPRRFc1dbbg(U7u)NpV>RUC04;cI<31I|~y;$jv{=8SJfyPl27VLrk~ULrSY zstm#MZ%I&s0ttm%9tng#wKk&v`&nB;WS+~MFMjgbp3=lBRW1rE|;M$%SN^^rqWQ^n~B(gPIH69!@B<mV8-@&BTDgTZH5+4c9M$wx*JL&J@Y4K;>uE7LFB7k2zu`Z#6e=%9n>aI&YR|H^s3qY8-oBF>x2Uz!KhNO#Z`)^J>iwlS>U!hhET9Y9Dn|lM%dYEtM_3y#}kM!^_^8jUQeN`2~qC(j|+A7ilA=L zQ;mxCGCkuqnaiF3k#iiG)#Uftt7Vygsa&&BSTi2_py`@_QU@UtaO7zB-zYjwk1BZk z(d?gj1LBTKe(UQD1)n(NxdYl4LJK}~qWaOp-U5YEvadm4{2gxE$Sv&3gf6a6`~Jel zbGIp0RP{Z+FUseaW9^sp^u^H=CY-k77XX|VFf~SF4vnULhWVlgov^Is(!GC`1e!W( zCpeOdh{YH=V|$ODR_pv`u9gmXUBNqpqQvm>Xl6up6t~m!%I*v1C2E!ki)&S^T+bf= zPX>3|X&y-2ketBibAP8#Xb6;3sApM47XwJ_6eE*O|AH`>1BBdFR)i5GN*UAF36T zXv3kj9=k--I=HopZI->DwFvY>xgsE{c0v?TK_gJN*_ZS>5?eBMGM^z~2teSlhTGVc zOefMgl4pD}W~=ZX&}%hV9S6gcG$PJMMqi!><~a&G{_ej%d1$mNOeA>_XeRy8;pxSH zPSv~QwD~}W4oaw&(tXC#!?54H;7iny{Lbz-25JdB5VK&~xUOX>oD)+i{l$jwVyy3`Lt%*EMi%7 zXRa=}lC3zATV+S=f0C;8|xVyScgq;TRIp`&1D)@;^`gn5{s_{Rp>5Q^H)-MI=eNP^i z)YO*(A`UnR%OMeWa?M#S!><;x@8#PF8|t&GK@<6LMc_`P!HnMUoLA8{vshjHX~Isg zkKrYf2d$V5FFA5+>b*@oCSS1?_#EAx1pi5BeHKw6DxVh;YR1-&kd1p6=$TEJE2za! zMD`YouP|AUDtP|XS0&eMszvSkh?Xid9lj%gwO;rPcsy>k_a$! z@dpb>sUvE-U=5nW4GKiuh!ZO^H}*m+2?GFiX17&39Z7C8XBpU42r}g0f825;i(m8ao zlk$$qv|k%WS35Rk%chFxKndiT@}D_$t*l_x{FYS11(PN|vyGos0(8Qp z4$L{B=xVD5?TO6XL_9c_y!zhJN_qE*eW?XeCB`C*#FE#e3bwA{q>;$U(uf*(D$pgy zuXWrRAgn-_9OGo7tfXImzj8VExN~V5&{)WeW=vA_{F*)4kcn~4k zL%837jr`QB{%~Br*KerZYhDYDY2?t4ewwhis#B#@NZv>V`T@<@pqrzPHh=lu5;qIo zE7=iUa{0wZZq-Iy>ReGi`MH4~P>lq9_NP?>;i}U%0Tpe9L$AIk7*{}OlDZA#Q{Jbq zYg2Iv7*TccL_frmR{dqw(H-?nCuo(td~NM*v#_p8{?qfmkq6pzxNO+ML!#D$XVWHm zjn|un#8xPH!?}JFyBdS}ItCUHKERFWca+YF6<4nOMS4|fDj~{mT(n?!R;cXp zKY8UeK58QF@c47)gUE_HvIq)!tJzwynd-eJ)St17Mf#tQ?-Ml-PjRIYh*&mBqBT^N zD(>5F)H4V&+f2D9m<72xAk2VaG=89ho{rA0B9~p%y5UgsyHW$ z9vltaMX>GyW-gNvkx~Ri!6A6HL9{fcI{h)*Kq&n?iWVC~+6?jbLC!L5c8XYC5-d3+ z_B%l7toRJ%`6_0c9VjNFj9vermAC=WwdBw*hE?l@us7)Q{B4l7>pdb+wl8g7qgJur zig3rtc)^`)SJxr5+1+{dqovdswTtk75Xj@dTI|0s<@Y+=_-rSK>t5-49-piFXEDEP zQ5{F;006oM{U!N7$0g78v^<6^I73`!+2>9NISaJyc`v*^t(kv&{??{IO~Ubv-~nUM zAzQYDW!8hT0s~6<-bV@+^A3AgX~ZTTr)!y^1mf6%%c3ufU*#tX(rAuD6jc-pHYV)4 zA~hogbUBV z#xVSNWT9Omw^wyq7p90)V+7%-J3hwUXuYa4-Z{VRuIeo<_^Lip)Kh}v9{QhZu^exEyHQbSQ9a-+g(i|JsrC2hU82^ z*}C6i3ujYLG1W^m!4Rg)^RTuAEvc?3ee>{fcDQz;;{@D&9bPgh!bDD<1}+ZJ?yv5u zLgDK=r}_3r$)>+MTGU;OyCZmR&YKnyPTTNTNDblwuM3v2ZU#ZS`u{%$mhq?qf zES{Hn5}MwEPT=%jQ%39AScA2!$AcVRf(!87?Z^Xjnv^$2%K;S4+BlsWH@s6&1C9TP+YQukt|h}+8rgzsatY1ae)tS!5^ zK0?y#jW;q@f^2X93_*pB086L#1Emq?yUc`jG5H@{4^|quf%k*+_CPBUFZRGhCvMs=Yl^R_;h0@JBa2zks*Iy4;TYGAEC2b?Dy(=BF^=w-FlI00eON%B zMRDD16%4ZAmYdGyKb}2T-=??y9V|xA%U%ZtilIHAPoZYJ)i?3n{C>an?~@mpJ$Gx| zT(_?u4;wxAI$hX(@N=A+Qt)>El(k?b%q1YN2jT1VsT0Ymrycm@k(SIcL}dQm6AZZu zJCD-SsAU8TU3xZ=`+~>(kvjHxwz$@VRG9XGH?qVx((-Ggqy%HSWKZSp0;&I*QDn)O z`#+vlf{lWa)Ps~ArSbRsnP>kFlPvzo7r0RcdNvNpmpqWIH(^#6;7H=5twY5cM?t2A z2<|yVyU*4Fr_0Vtjmj9CIkslOh~M$?`!Z*Ki1v?x?JAFyw-TH~kO50+uMOoh-`FL^ zJ*|MI=eS{s1ZZp+kN!pG7vqnFrDjV` z)nN})-1`3e(_feMo>uvLix98fHP}k4&w2jsQPWaUZEjk`p8Iy;^&eH3X2C9|Z`L-a zJbjz)N5P1(aG?qh-jWhq>uxUY+>&B+cfHgxjV95Za z2KT96zxjyT{OTKcnjpP-w(!?CdVpy7J_^)cFrOoKfVL-9=x|u)MMk{>^XdiSX1h%b z7vElfeW^rM9If;1C1uGwbAd7*l%tKKprbhp?+18jmZ0f7zldu=JhharOfsLt-P84JSRH=7`zNXK^ zc7l}+!*^fO%AW{<4Xm;6KRy4}eII*+qK7Sp`(w2@RaU$w2kr~BiiT^4R>T$7s6R%_ z@^GX0Q^Uf|-iuaqhhU}SjQwj;aLdA%MZqVPK0twYKMR0ero6eDYRx_zDfd1yM!p`& z1WL*iL0|%*vW^HlOa@{}w1)P6-xsO;d(-DG+I2pT#P_|h6tKHawni4L-aVII=KBw5 z#p6I<0PF_fi{-ou$c8&Nh{k`zWT+QoM^)V_qb1S2)z@dwW3ST>q_VDyt*wDqk3w^& zjJVcG^IMtR7gX6|jC2S2(^{854Ad%9n%C2buEy#dbgQ7WNu1+kUagB;CD=q zYC#PQW8QiNEPiUn+yHjfJI0uwy6G32_xp;n zo)vg=x7xre1$lT?lA4#1@p8+sIlBEG zHw~N)w?8d4UWMmbx|r00R_yr<&yWhWdp4^nk$#$};|t?p)Ek+r`l{w%LI>v%BZw)m zD*5GHhpxFO+olu9Kl_oRsN$z=0YBboL`|8JkptEZRXu=uc4+6VFB`*oqA5-sj}y~YJQJH)awSd)vuCI zH3wN7Yf=jz7;u&%{&7$r_r%JRD6Q?Q{^DQNRvWYD&i(N1i87!l&D1vEJsUF4lLz5R z(q-!32e;qe9w06XX}rNBFk7{*2k9v=E91F2lw8azWCshM?|rG6`=7{$KF+)Z?#oKb zn@phT;JlLni#=CBv~AwI=iGeryuBOaZNP!d!z=F7cf1zBQYeG6&cKy0o#KXRSZ2Sw}Xs$ZDJQ~4Jzj=}fzVm13&mWV0DPdW-4H%+L92e{$&@sjW zf^m%buYrhSMJmxX)|OGc%QJLC_?V;M##H@y#lPU{Sn((Nsq1H`11xDEHxUqjMZf5a zykQMko%j8mha-anYSjmG*piG;VQT-qD#!rn+X%wLc;Fl}rJ+;Q>UR0nKX;=gd{;$A z#Xz?8&cCHBAA2#x%TysXl{G|iAC_L z%xdq>g+JdJKV`o`vsL}|2JHa}_=!9R`@48MI5Og8=HgjS1-UJ@MEpUcX1*O*-QUWl z>zY|yUk#)Z-Z>$^j7K%N1)tM z*(CXS5o^{G+&G|%nT*MYE7UjXzHA*vPESF?Mp5#`^_83A%Oa<0{(bMu%_8r!MwiW- zd2G-EPlhK4#AN|3@p^Saq`dZwd67K%gonUae(=&9<97xAFW zc6pu^Uae;Uk1AhDt+LN!%Y6xk5vd|9X#{D{FN!-YH45*krk1jyjPIei|CwR}iGZ_` z4G$78fEQskCk;tQX;VNZ7&f0<&gTcgU901&QMtojxY^KI<8msFtX zjaM;lLxT+IH4+DxJ-L1{+2(K7TodAWSjJKL&)W{dYNKum<^sX)a2Gz&DgblebHCwz-=}f0lg3Q6PTWbH3@pF-UE+5br%m?; zxVMqFyU3qAM*}|l73fQ%EUF}cTaa&J0n})aMiS6eV1(#PTG}=zCiQ>e<s&JZ$4~1ln9E6iK~Ag?i^olT$Y_yGlEw0yD3(DvT5_sH-Dbm`Ai2#{_W<| z#xEHuPs5(Hj}koL-k^V!g_jD}S- zeVXBLIVd)+yZ5qLmzfRlWfIcA)z}WeHJkN!0T?c@K&53^HVx#OaL^|vs!ZOtc`loc z;%&aSEBM?Y%rSD{mnAtdVDFTy^fq@42~K&XA5UP0O6&<47?=Q7 ziKeZ7_;a`z&vJvXVXCDnwEyMH1&66vhp<+NNeNj`G+mJaTP$b7xl_yFPnIDq1Go*fMNr|7m3JqnWiZn_+{_3^ z;Ngx7$Y*`8_YtUolEgv-vh1OdGBSUqPZ+CiaaK^WIS(E0=Z%xOR7!#Zp}c$D8_dcv zbn9i(H=7Gyd-IL@BZGq{?=d0CsH&{1KeFh+i>zz`cwreiJoeqGm^dQAI3}~aL-)VJ zcPXXbP#MCPBp%2ciIzr?3Xj2M4L*L$>p^R~bI_B%SYKNkH7aBK4_#&c?7^YTnP4Ys zu$TFF%DQ8T9&cy$-unjqJ@*6Kb(xJ%2=y!pOaD1E^NW6cz1O!u-%&^Ms1Z?IC1|rY z^AIl>BXh8KnMK}!HY?+eAG7Q#UgJa_YU9_#cu&%TaUstCAb#Q3;C*=_?tFD!($jel zi8Hi|m79yutznq&xb{nf|1adHF+ILHPy8i~F(DTuL$e_^2pftMcYH{6!YZOm_RfwjswoCAPxes@h-CYF{B&3-0 zlCjUt%zO1wc#8sU538Zt8~If?+#Xk;XtNqV089Cn_hP4IL!R8;qtPbXy7RwFM;mI6W{Q;b)1>_pabx6aibbLu;2Z6h3)J7K~NS& z+vvCm-c1G{i2AGujWXmb!r3`i1C^?x#+TB&0>_z!pK=HYbXpFc3_^B2X$ss@hp?UQ zr&=l{8b0HrO)1Gs6lJBcm{(vK|!sC9#kpoHh&LW%7lvR_`OJvack2M*)#%x=vcc|}}2oKr}ru)>Lk{b|6P z9b34Kf0*dJloXP<73Z=M(pxPI7As=YOPiu|d=_ zHJ=O{8W@Oj-T(|y<}L=Jb|YoJNk#TnZN%4u%Gw-Tjz#7Q`7%}dmjfv1^`4WtJe2rA9QHs3v}BmxYROS z^W|}V?+WjFs^pDj>lHr?VKjuh{tc$6bV0TVwEWy#fdsmaSo`^<+t-9|i?SZN)EEg; z7xr~6EioCwf$B1VaAmB)l^HnzSg2uvh3I3TT7f*!DE$AV9lZNLw1YZ#tu|L^@>l0j(U%qv~Hc*hwCYO`8r`Y|A9ckM{I2^=3m&k zzOPwCfR6S*OofdBB0A}&LfvE$0n};X9X#lQtlf>2zS?U0)T|2>HBP5cKF8)R|NBOw zVzJc$KPE&lpOFx%qCh>)^SH#R=}+u`zi=6xJF$jF0KM7lpua6&5Ea869cYjmE1Tlf z+PnrtsUKySGZ#z98~?41G52m@!M#5Xbldk_nq1|>5`-gtr{DVdr1F4f1A_RdOr&{! z71mgW$hqF;L@`_tNujy8U7q*Il;Q^m9){sk4`I)F?PQyouN-lfT2!?3Ch41YS^39B zaJPI>s*>~YOV?}c>Y^|od=ew+HbtfFl88F*#2V5|m~Zqt2JWMoLMUZ=|CitiN&A+k zOqKOzvG*4lg{dE3s5vZyv#cS!qYN>;3ZQ#%_lEz`0SrZ`3%r0K{O~XacAegvWn&m~ z2EP8jxx@WJ$mHE&m(;=w<(N!?i|Mq5y(7f@G*bKaGzm6(9V&MB$vau4bAUp0=K87H zhlZ!Jnd><K-bT^1t3#_(sUdTpePEM*8YG-O{)FwIH&d>b)r>NW2%HGQ!0Bxa*83=fB9 zuJ$e6eW+n`H?!SDrQm?uQfH*N6u^c?V7JHX&u;II@%=v)baVWgb|yUp)_ek6_cAGn zdmff3WiYFvbyaMN-Db($RMnmQoh}gQLX9jeg~F0=i?sYqTvBQ8GlPjbNX())z@bw& zcYY@>J%s}0p4atDiw>dBshivi0d(v4%w@h3ccAjXglMjIkog(9ML*rEP#AnQTcGfb z!@461c5O{RQK0*Q?YS$RI}WDQj?)~IDoNfaW=2Ql>bzL+N&g788M<5mdWYN=>}St+&mX{en`@N^6d^rtnv8^|moI>DIG>obeRq!dV*!CG$lwTIwH_bWxVKRU z$}?IluZU)D^VPdPpL`cXb^HU$c#SkVZfsr&*G9Vds&ovMQ;hJuS?aTv%qevV`Vm7sZB zW!Zt{O`UfXxmm9W%%)VAKZ{1Eq-C*cJ+WOIp1-8fUGhPX-sLso*5OVbmFKUp{HRx@ zSfQO=Yw#qTDVJ^ObUJ1cx}Sb%{@-=F+f{7gR^h=+`1lbj#bHi!fCvXr61dGnR$GBi z*P@4bg%Z>CxxA5VSm?*cLV$)@n<0G*7QV(CW8{do@;d#f4w9Cw&B6wsEq4`IUM9ur zVk!V9_gAvR@JIPJ%kR;>;Uu+bD%*bw>Tm`FV|c@%bqYWLQ?H0?7bshI6h@_$a|v+N zJnAlVIp-nHXu2Kdxpl$r=T}tka;$W69B7Bf1JR6fp!boe`_r)7A@spRB|Z#)-T2?L zvDM5i>m+1qj`bEabKEnw|9p#;v`Z@iyP;h#qQ2gc|DI*>2b+vWW8cR4LTxs*)L@@a zN{vy(@fX2e3)Fyo4pG=&m1Wzz~cN-)A{qrVxWFNu%TZTj_8ar~G(Kx4)(70}SO$Kh-7wa1IWf(TyKi=RE~|{yghtkZlQuedFQQ zbrH1lveE`TL%*YhtY4-#Wx)-X=8x;HR#;`eEi<#Qk$rvH4OE+DZ~#c=G*_FGAPn%1 z0!u%?kG9RvQ*C?Qr4n9n0<>2VnKN(H=`ICozTfppp6(x*Rr}&&x9n0p(?=bF8w?Vr zjmkounU@)&=uziAHN;ClmP3liHqXoQQ8L#z_fHLMPJ&KFb!>9Q)eu)se1nHfs<`1QlN+E*2H6eVQQ%evnpKM3cPi+o2-{zHOn zKTa1|g$K*GZuEYhjVM(nsWJSLRZy#)SNl_i%m(Yj0Qj8wr!XK(#)a}(Mm)aUUq!nP zMID41F^GCPHXJ9n;C?O!*~XNpM}Mc9uv5CM5jpAthLRb+U;*>Oh~g~Rt$Ck&7l6z` znRh1*bTX(HE?)t3@4clDu8c~$yQ63-AblW}8t`2> z&OEjyxL!x?!lsmCo+gIh3nDWZuReRJmQyXyu9>;s?3oQsO--2`#~>{6Ok+3z>X({n z!d2zGT8(s>FPYo`)prpr$!BDW zkYD77{$)j|X)|BKxmvApRH)3gWrhuvgy+s8NTaY?T-KuTKg8Oi5g3*6zScN1LVBVW z=Ie5goe2T`G$A3O7+5f&*c`o%IJ0N%D=e)rN~%*na6g4Rd35LD6H_ND;b>=kv-|E& z2# z;zykMB8tlDFYUiia?I7b6zP6r7_BB>FTZ92QzH=(zt+~F%6uR{Ne(!%?q5BknnzKe zipx`u7^ioF*?;IBI~_s(hK3OU;AO3+Ofy$EhIttn?+H{@C5GEFSLx!(u>I(VHLsex zTu-Z`q=;k}eP|_5#Et75F|g#n;2NVfyzrWx4Ozo9@+y=~p}aRxS4<2F&_*$jH*B2I z8g$m65#TU6kh&p|brCsb1df$-ubtbcYwPQv1*E9f1_ll?*W)@FYi(Sw&-sA+li#=( z5CcnD?up^kDPdB-XTk%dzTZK3B8C!ZzUuXWM`d{;>$aL){y+k8EP*M4b(@SjMUkLR z5!Vz_x*Xcv*pXV1q)HF*@rB4i`duRIN|Lq`!`og9Nz}6|z{Ma!o@slBJY~*YuW(-v z9vm9Z?0j=vs5v;OA)rU4NRAIW==^s%pJPk$ZN4M+LSGb=;OT%(Gz>;`E{xg)jW=u@dhY4;6-bV#BnxrpjI!- zG@=EB^%w`poshCd~}j{Zx*;Knx9d_I$E8oIc^fSPR)ho`twuyJd2}< zfn#-V(w)@`=N@A92xL?lQ3=bor44#G1A80h49{2(Nuy%PRcO@v3%HD>}Y$y5u=WkG9r#ZTKv@x${V`2~|>vT0Pf#{*sc5LUX1>yA?kir=$Y%!CE!E zfQ0(PHsI+f!wZ4!3rV;ut>{o{8$ zwBoJQtY;k%@K~MNp^sp2bVKqn8_ik@3@!jGWX@hT4qi!T;p5&{9e1?v!);8#ovw~}T^R7)rF!lU z>nSyiT#f^_KF)hlVQg4;du8jg4y)EilGtJ@$=Y~uSm;3Qk^7>@l+hXV+(gG~NPVu& z)#POE4<9P#*3uzd&e(09%3n)AXLcGzDI~UKFOc&!{jx<3P7{^z^p0PIaAuah2CTm zpl&BQ{Up)~9PPDEDZt78oo&^6H|gJ>2DNh&5gU|frn(n6_{UZGhI9j!Q$JAIi&fBN zW{?izI7!kMxTWY;1g_sF8+h{aJ54MJ2$KQMnf(TjdR&Ku!auv)!~QkVokU8oGnblM z`1pj3ZDCpL;nqH_fK+VVxCq_w^q8+x!Iw$N23~SlH$UtI-*Jin%JNOwz#{uR6CBDo z9ppo{2@qA;ls3ij%CKBY#PwhG_IWJB(L8t%&iS9iCjE zlVK!Wy;D`b!eAvy-^}a~4NLU>!7J{T_Y}K&31egn=YfREz@s8dWHvwI% zd}#OG%iVd{5Dnt|{Fmx*F{=gpxZSWO+r2S&W)jcbhUd2=D(4VvW2nN|cN{BE9J}^A zv9z9Bj`;1YO|tt&4G`dE3|bt`nf|$v8-Z)g#qq>u%^oPcbng84lvrs^Mmb=l7Qw*A zP|$gd3G}y09Tr3cBnCiw;7bxSF$NCz-bsD)`7)Gz>k@`&M%TV*bp4n^)cV!n(Dau- zm2}4^#Y1uot9YeH0<7pbj6;9(grY8)D0coR{&HTV=CH1qWUPQ{&a&ML!A->yA$5G{?D4$z{rc+QVzK5u&#yL<7PFU!u1c7pb&Da|NQf zS=C8`Y)G-BYlD39!pzx@+VOdQ*at%T%D(*hImT>q`JmP*vy`@HceAyU&O}C5WsdSq zMr>EuS>bpu&WkeoLI9P6!`gG8>&!oYveV1ycU)VoFWSrQZd|i&|c)OiYwEPpGYU~!*MlEEICK*fSK%5&EE+wQWUU&+JITqqfYO_gf&8VfNsH7kcAWV+ zyCFGJZaN(V^pLX+x=$r#8M*KWJi#@L0Dh=7@tR@Cx_9I&*50bf`U~plYOOw))GAD1 z5#)*Hc<5w)3trogNhf}pc6oK%uZiicuazZtF*Y97MpwZ$bJThK;d`1?$J+lEr1qsS zCr>7TP@|AP=xe18s+2%~rB!#tGOJ2h+TqHdSko2T?8kNyQ?bnKC3-Z#+UUEg+FX;jfce$$>61|DlbjEf==+VQdWWCr zcc#Ij7^W`$d@yOBl&#(BY6@mP2i)=W&~V8)fu9-w|C?F z(Hlc0Z5%)q%ApF;c-bT7ckc1AH8gq-*YcK!_o-Fs_96uySwuI-&7l^od!D{wop4hg zr|m9xO*oMe=Wjp!#tu#oK&r&*avRwtA|_MwN9NT?7XkN}2uuwPpza2Jomf8E>1LA4 zZ0*;9?Wn$V`8e9?VHZ2xNr#Hg#xrN32(=HiA^}WtkMrm~fRm#hjDI1dVVUu4s~uJn zan>q$G_P$eLWGr+a4tQh6lLolcht+)vY&fQJK#E_Lt8Luf9SrxZcvK2+nmX|ywYM} zPKKS936L;3qqV*_jfc$E>l7HNIFI$1zz3JoRCaz`$^R%~eJq(~EhSItL zSwx|2M6Jc&E9u%@Z7Mp(Ve)dPP~C4q%c-$O#r2<;&!4FdheW0I9(Pjy<+v}nK6Ovl zJZ*ZFjI7_zNzw+;N?+#|({S+bzfLu&e#Ee+7-` z7z}bB7co?c+57ZD3N2n#v&V%fzA<^km*bf{gcE6{<*5GHh9ph3n{+O$O7v(Zlf&Cl zopj*&P~z(#GIpJOxzsqtgdhtNX0(rFvXCe<I)fm=Y*myJ>Bw1FJ34$f@^*xmU|g`v)p1;Ki09ekO!H1&4U-=1luh1T zbLJs_yduE&FOfuT52AcVP(FPyvL8U8Lh@ft4;U{4I$A(My2dC8^kno=2Ex%zw9URNrtWN#^D++w~AF?%zHIVZ;x%C+10EW zZg^5Xd-#c0URAMPcZ@Myl4bcq`sz%k&e6{Rr|tG;5HV1`x&|xe}v1Z8lvttoNm% zj07OtuXTD+@)Ef3FyQ<=o$}&x$arvZ=5IdGGg?<_Um}bVPyraY9>ARPf@?50k$&*Q z{_@r1La4v-p%)|8)xTW{t=ma^!UDHeI+@Y?xx}LNtQIOAn69n_z$*)u)la(U7+%1U zlKA?Yr(!baqmNd&)2D|w7^TIeGv8~DS7FnpUR*q|MbO=5!okq!pqvz=k!L*)lUx(? zODSw2q=X0WiVF4!zg-@#n@FDtTDLDJn|9^n!k4(u?K6K!(TDVqy3P*VzyJH^u_Sop zYc46}az69E+lxuW8xX8;FH5wU1Mt?icOu85Ylc=HvT{?R4#7jeEdQ&2TnH5Tan`Y| z(G<>km%C{yX_{b+HBC94GN@T=4TPDJQy53P)krL^ymL9(Z@O)#lC;xZl}=<9>#J{dzh8%NLGB<{gYQcLnFQEDzF45l!bJa=MM z-UEBu@WT4@Lkv0~9^PGBbNpSZ2wjAnGsH1!`@rKUBMd4bnptKOpZuhD-IfqLJ zN)I&kXT|kQi$z8fP@jmTe=dmgamqS7us!Ef;MM_DZiokAWGgIrBR7*o6`synnj1N4(%z zj^c;*3XMB|FE?o4pSjv%myVkUAvx1{vW-F`q*~H#;L3Ca-*+4WEbBBAbsCEzsSX+m z_!o2Dt1Ru-Mijt!GCL9gkGa`VMwEwLD^V$NoJ&X%OsbUqHopEcoyY!Ae!U{%167{ws1DG@b{%1J3D{a zbn>--g?`r!H*E|^blF29@NR2%;_U)0aX=O)IB;MRYF{7^BHqi=QTsZoEXwlyBJeaygNji|vR9pT-Mo(;{j#g`D0>vezN;?1t2zGz?R{-71*h)z+^v z5M%Bj0biDt#v_WBE!vKV0YaMuc%-# zu5-2-g+5fqd?1BNS3)OH3vvyyqy#tpAr8kW9~$-zca%?(T77;(Y>>qdBa6|mqxM5j zf-FD_&e3rA9^x}B_^w1L%DkjEY4jj1unMCfl8o5Dx;STV=d~LdV!(R2wJb*F848-R zC1bRGj+cXw7gbIM_fQ>&PII~1kd2N`d|9@5QKm>HQw)bMKRqA&$XcYrOV#?OaYDMf zc0L`e%C*!c{c?~R!0PAM!OLaq<^^@5HJ$>^kQ#C5`Zi)Z0rmD)j&I>BuO3(Sk~F_o zP+H0^uf#NU@ceK02{y9H-(R=|+%>>L@Dj|HTYe;@DP7#!mDo6K0A4h4BD7#q(|rHJ zoaiEkAh7dZ8AW-LXLnm?j(Q1U}sj9x&?7wRsQv*I!D0eK5}U1 zp6zGM>tO`S%f91%LO|Ikb}T4-%+PMRUKoHGIERI;>kz^Y?L;O2Ow`9Cm@rX6fj>gg5|)X9Nq^vVYdRdtryP z|Gdps*3CFinYVOn^VtID-LyI&IY3k2&U?&-<*6*AvjsazJo_6c_kE!9U6@|y;7O$P zOJAwXfJ+)qYFUL_r-6Lp^Dl*c@(vFaC|~xAx8zqfN^R9}$W?R#ed-cD{DDd_|H~7_ zSI_={Ve|DqSb#HjFq0<9Qh6wJ_O)RMMmzdT2kY0W8YDg9RNP_86_+*4?mF?aynhK! z{w6T9tEO5Rb_D&RTsb;|os21)>!TxqGN}qXRFK-S$%+)d8*AeurN5=wUxTg2PCK`@ z6hcCcogO8wKfaHT(O?RVnbI41zXoTkxVGn)3j91R;X{UImbc^N3`dP8x zCFItmG;E;OnDv?D|Lnk_l{%Pk=p#jNEXW2-4*^>3&~+oSg7olDwO)4oG9!zSh|zfQ z{Zt%SKYyLf>1ZwCotRC z`h;yBEAPu45J+iQ2@4y#0o+61R+3EqB&#y<6l>d6c(p_OO<_A9Md5O_$Y zsKQymNTxiWjEH;Yt*_JtPbRFR`YryXj#;QK7}_5qb#`x9qppNJRktEH;wl``uu9#i z{OLEZ!mhl%8P#p>ay#vNJFRe=H$P`TbUZWtczwzk_N<4DSS5wa(i!Jcp#S{7Td^#n z?(0iyL2q5lFG|sv+3$hh;`?c^Y!-hhL$DP$t0{2qW5zSv5Qn^Lq)Uvi{*CYbEw`WO znQHMQ!1j!G$z5qD_RsV+KE7xLBK~cfBJ&zR;Oh6q8)L5g_#hn>S{llb?CEJ-mU-v< z1A;2c+9I}}NeQE?y74Udb{CqB2@)8b0AK~lWmCfWRE{hvX70tZ#3BFfv@5Oq+lKrB zHYbZ5_nHj#A^n6i52UUA@$e6ut=FWCt(A^u{->|FS#Wi8Oy4$o?iz8RyiGqnRK&#o zWVSbTOf1F^PmB-Ni-1J*jWhFLN+8r$t)K><5Q2X-%1%X9iDhXO8)&&>X6uZO!R9Pr zX5P)1RTQOUsETC9qdM_nV;@n+sDwl?Yd#EV<#CPmdk2gqqAetMVMj*SiShIMEzx$63S19aBu3aDoxT3v*g+{%=^28YTk8nX|(v- z*#m0l)q3tEdr&%bw#$ds*NZhYKgQ1}#a2|UiJw4I#a2z{McT*N0;XgQ=htcD3W5g( z?}7NLd|8p{h$Urw;iW{pC}RaAKi*sZvof%9M(!tc@&VNw0Ao-OiNl>Hj5dyDrdtY~ zea{+sRA03M<6W%?9@xb|zeh&XW27=AMhc5}djnR1!Nxn4iOAuCO=KD(b9Z;A@Hi*xL9D`!hZA7M^MJoRE|@d7yW~Ta zY0k_>=0O#0&F^nZ(lfRvZuzD4_YxXf!*83ED5(uE;w8Ls<{aeq*lzWvN8@kIn)0`q z*ZLd^x@r|JNNMMm3)>~;u_#U3H*hXY4){B&*hH#Yn>>Ef9(UZ=VN-q)0c8>#n3d`1 zhNnb<5f=2uow(!phuP2Y_39!ZTJ(YYd z(Z31y#_>Yd_@Isy-=3-hxJ zbJn|~4;+pNn9N++yr(DWdg$#aX>0vy6w`eSY9_1rNRH?;kx)jJe#)qIyuJ)wV|ae)4H)(=xf@3_6kGpJ!-XF(h-4H z+rM9%CSNaht^~^mS>kk`cOOzHGL%uf{S^2Txqw}yV)vT}3*5||v#b*qQ(UNwJX^9% z1Se(&*{O{8{8RSK*EFh6QSZ|`D7Uh z-R$L$PV&!TOaDT#&N4oxzm>azLXb8cNy%i!ULv2YQu@?%TYWi6c$7uM@nXqy3mG8C zBI*0546$F_nDD**DP+`yA%&d|H7pxTt;&-@3z||camav&ErBt2$Xw2%1NrqMjXWqz zJSn!xVd(hL*a~@Em5{yHR{WtQ2C?p!o1X;u`1l=A3Sjf=Z#N`y#E4Ad$S%k!5qtCA zNaHE-+q$4P3KmX|ITFjcgQM(5m5Yvis7zlPd;aK8DL4aAKh?ZM*^ISHUrr3S;5uEvfW&`52Cm-n39-u-ifQHz9iS&jl*W>CB}U{h2Wteoc)rwsWgvsAfEjv1{aUPY!!#SiJ4IMI63@d`z+b};ogeJ?9;)k$Tl z>f8Ru1=#R^a63UGUp4%KzsR&6^uM>3S@KqsaFuW&oB_YsyFg}i2S2lk#&mhOW@_0Z zOl6)(*Yq^Izuv{~L0fhheP0$A5~2>0fPBO=ewmT@0A9%-q;K2PUWk0Cty7D{?d#BLbF7F5Q4CYICXUhf1Of<0 zKl`vScJsp@?+T=-sV6`S6z5t$3BN=jVR7{OO1@!bp8<(KX5^OzS_(PYU-O* zNb>6xmVBS%T{j%2QeukyLn3nc+yoFa?=tIW;szc4Y(iNS8 zcNo0EdCSQmr=@#yRin?4Fj&f7UJnQFd)hiEW#oYkum$9HiFsur3Mkn~Z@Ogg-}YdE zbf96|;#M;9qJ|*kl8j!@a*MMp-8fUZ%COADO|N$TwRtkjjGFzyzy9~MrGl85jx+RS zk9g|wi-8AgEcl1oK?}TQZ>H&Q--b3Fq)6sZH0FPLzK#S#?MS?!7^}MstM;;e>+)mS zOMH6BtdK>kMbk6;;SS!+4Qu0v2MbcvqUObk`XpPcG&!w7h$+m{GG5hm6aUkKe;7D= z2`@aN9N*dogN1i@mqTijdX(Nvaw20BX%G8nZ~g7TDbd{#ktz(f8it+jviNA~f$$(d zVL&(PIAquj@QE5ffCUzIEL6|B1bo~+0FB*ZlCJ=AyOsIDK#D>i;(Dd2>N%&|wBef6~YT{vi`tj?~*2w`_sPR|6v)a$oI5IzCyt} ziu91g0NP1!{=b{_i$0$PX|WTn6LTLbHzZ9nWEU20-xoy)r4;&`RqSWA&lQU_Wz7-O zF>g1L3K-SB=)%7WE(JTg{z;`akYzvBl|9y-Ypt$Vpk!OD>&gA~jk1USXfRFph)njF zjCr!R?~xU7siO*8k9q`{#xkDJI6KxKP1_rL+6cD+qBzhp5dv!IW7IRPwt)MFEW$GR z`}fB>g)-wsh_%(?tjn*MoE;fErS!M&XT)d|yTlSkB{dfcRmyHc%wgMyFhFQj?HX|x zj`Od`@rjxE`n4v9(Gyu9?KEWyKR>-yxt~bAzM4}X{($*YfnuQ9?_ls%*S}gL z%G1uS*E{Th@PXXUO+f1YSt(ui+Bjp!0Mx4AK!~irJ$i4{)wRFiD?oXglT+|(r@Fr6 z(`7tzY%%M26!d-rQLtV2{UQsOdklm} zH$odL)16m(@-6G}HN=W>(dbt^W7i$D4ftQO;g)8zSgg*)BGgLya6b4twQ9FD$&p4W z=__@LsAi6IBjUmtfOnchf+dI>dk%dd|X;9D@kO2muyr<(Q2DOkWwHpygaYQa||EVh(ZE#(6# zk3cXhEY91t1n3(o4p}Gz!0&K+CN7 zYopQ;i_>Cp>j|s7Fhc?<0BzGwM9pEDwn?EH>*9AkW-!fjcyy%9!8=BaW+Wcy)ku_Y;%_VN*Wj9I-~A@#HWI~|=e7{IXlyxO|qy$w7w>hPKzFRH1H zseI=wK*GOtrE>8gb&%0LRe+M<;&ugj8}Bi2vjMwF&N#dlZ;d_JsbE)32GJo?TMYV2 z@D+M#)m%kP-%g8r8?zupXIM|(?gl;b6A3|NfQk{ z`etLLs4+UL3qv1k^xMh+WU7&%YHebSSJs#s9Jt{OlWb@Azc$Vsx_=G_EAaLdAsBdp zyxRsEFtR6>vy=R?ZNGAQW#6!r51t2GUM>hoO>VSr7YsCW(*>XEm!$_C$Aj4t!M}sW znEehKDL>-L6JS*OE%&n($54Y!!0!lbB9OHVrYi&d1U(l+d`#t=)2j4C&BC9Pw*9;Q z*4kY3!0qk4-9N*7XgHBM2UfWS zW88PUxUQP5M0nlSK0)ql%kBV%%pD>RC`|xXtf{_2hSh7^p_R2OXi+idm9vo9v#*Hq zzn^$#ZA}9^oKej09|AvgXvv0peMkB9|DPU$vKxqo{i1tUAx$nF@-8QL{iG0ig$+z%F zs|&Tk?Cjj0_k9sE-sQXvIc1Hg~7jVIMqo( zyhMGzcwZ)0{pQ8-MwjijP7!k3$u!PnU_cVktD=7;{Df`|>c4l&y6<$B zUqJ+dH@~<$(=1L<>*su{kmC%q{r=J)f0;clwghL4xC{@}Lz9OR{y9D8JB2^tsxFjn zC|F4wdh8jhdUI$k+~j9%Nwii?c1plwFlN4jOY}u9TiwRqZ5vLUsfIrt`PrP-D|MsM zL)#xG$H~>!0$|~$F{766#lgBVXa6lPTSosN(~IKPvf?`AZhPLZ39rAu@hhv|AOT|K zsovldUF|vzq~!#vF(z(rGp!czfF)V+BvH_-GBk0Rw24iZPbXCocp-q$5lCoxHB5>j zv$3IVz6cGn4sU3vaE%TFa|2Msh~Mhu?an^QDac`pBdgf%d?hNQrh!R4>s5vL;3prt z|0p{r&!$9wh~GtP(bmqV;CZ!jW;u`z)URD=?uJ?2D0@3x5wO$ZXRy1{6s}s`jUfHh zMZ31!vlaAt{24HMY&JR{a)_2|WJLJ@30DNWHI#8BMcspgZcDHh{c$v)D&MmNPIu4#J)vtb$`>-V-qM_kes-0n?ip^Yt zlaG#AX>Nf_?e~j)?SB5(=Jbn=MoR=^&sJo|KSqXXRE0VQ3h#NFBWOjKsoV_twO-97 zIE1*0BH-0||6N!P#L<41fBw*V#jeXJ$hl2{gcgj)IfiOg#KwR#*tulVbnHD7qn^%= z<*rg?PTewab0t==7N>2L8o=SB_mWtbNvO(=?Uhod0~XXm3b?r0p|l3D}i*Qco~cXO3<1~Eh=sw5`4jQoA1-&)7twm%K|vwdhFDdxIL zMkMvIB3h1o$dF69ghlx+=@Z5!y`psW%6dd7B*hj_j{)Ph?}rF;ht|HXBj@hu8^X+T zGeK%BU_=VtU#L~%aGyyBD~S*eGsa#QOLsiufbfwywk*5H&@Ud%ANtqjSE)X8Rgv=b z5so3q_y0oRg}%OqU-`UtPOpJso!E+HD{ZUe(@6YR{-~x_g4+19>}!uS613mBsG3Vv z(l#7iy>#@Dzw#aByk9&?70eqyjot!R>U7A>GG6cuBJk$=Pp9tV=mr+of1_3xDIcD3 zVT6Urtx1Yz^p={l>#=7xn8$Fd@0?+KF{{gxyvzZs{E6S;I=h#M-xT_56cu%La~$#a0FX}x#G2}%+jBxT`E6j9a6l`gDt?>H+B zdH+r&;=_FD4hb%UT!!rF`xo-P86hMTL^ycLW#M1~<_iVHe}TatI&1LzZ-Q)6CLZIa zNRC(>XQ1~Z0nK9HiImpt`cS)n$Tb3Har*_ByXH#uB9E(dt6tT2KO7)7u3-2`fr%(0 z#>mc8&K*4M!1wA1HjPN(&jgb3jEh9w5J>Px4()af*IeRC$}{*nM?JpNc50PS>&JdD9N)khxRk%{mI+=r**@?@S1kU zPfmCT@+#^0&m!y{m_AxRzO9<+Gnn~r`IMieAh z?)U}px`yWF0IZo@^Q~B#ONG%Y48qB$Y%DRg4(G~Y%uujPm8Wck4qzqGN=Dn7Y-h0l zSE>N&e9@AtkoT_yI$3*bo{@SWIFRx?>N-9IrHC!idy6{1m^y^wgvm|soO&xhxNalGj^l;i2SZ?o%A!4s&pF)=#C-E+%U&Q4 zPq*oNkvS*Sge{tJ=lqH?TAeZ)3>XC|BTqYMd%XV==+g+TIBf*d;jv?2hAV`X0?nM* z9hmV|M-ppkX@LaLsO|Pa_pfJ&6}ieK>yfiX_Gf$K;b`*#`H=GP)Kp>fB4b)rMu!&D zE}t850Fg^w|Ma~1b6B@j++aUR=Y6^}b`cV0-3|zr5=8wd1N;I}VTP$7`yo^F<{uSp z*MC=v4sWyfSM5;8TpV%;AouC#DB)t_G;)t2@)e3d4f`zoUcEW3M7BdT&ZUz})!K?% zK{!E~qegB8i@E~2G67^{vKscL?dP`!`qKXsD@=0fcW)O2&b7KM?wkjl zUP)t2(G$E+*Hq)k$;lt_wxAj5Yjts61U&`#xWb{~lb`zLf5l)Y>s!eA$r}UjZNeB7 zzn${^jzGRL!lmM(a;AT~9p% zatm)pm!$rF9-xuBSlLnhvPU$q^M1`&J}E$bQK;wEd1;s1!UPzDm4)Av z<)#jNE@O~8mUa_e(FYlhR{v+f4+f#2&jppp*J60tjEv%tQrcmX&bG(oIW`AANL=0Ud;3 zO_ha~k@HWrDs#42g)e8M84$T#FcT$VrGS*D$FYLxN2V>XoV=d~r+!=+;^ztI=2fRj z`=$LJ%Z!ckRDu9YTA~}nHrE-{ixd6*)Z=6RWtU?7TKLf1>`Y7??vZKy34Q?{>Vbr} zoS3Y*Xz1@5%9%8+2^3%d{w7fO?UTF7rO_)9ke!rdV?!0EQ4T=<(GV2Dp=KBE#nAy; z(qhA9?|mBOkI{6YAQK^N?`Tc&A|%v`ef1JGX~R1E1x|{_PD`%a-ENKva5#X~g=~o3 zoyUi~(M2x8xI%u}hp0T`qyQ$9mI&5Nh=$fIO>GPJn9BE05&U2(a2yB<#YfV2Zorhg zx+zG$b)mOn*t4^NtAP02*F)#ezIsksg#r=@Md}E85$GxAih#Xk|krt!~EPo3w6$)J$KO_RY7gmG+LAkAdzF5h)yWHlUZuOq45n8O=|SPigzftc1OD1T_!_cw6c@0sF$$Xv2m&6?)erxxsRWaS6?fgfA8*n29L!-^F zo16YN_>AHph}p=hn}U_ud_-k9mEj1LY(SVjQv>k&G=`W8ta^Qd?J6epY7w!3ft2-$ z1A-Q(}OUY|09`Y=srkj2SVHvWekIBDL~`I*Jeb9U#*4=h1Ar z_`qTafJ$&fBl=8|pM`M2jjxuhu0_uFeoCpQzA(+SM30Vz=Du_U7Azt7W38WDuYG{N z6671QsDr!*#ZcS5kIKc6vU%XbAG2KuD*(AFg<_faVin&R!1(i$$VNL|(q$wFJA4&I zj)4jijrrsJ&b|qh8GcKOaLi_L4-Zo^6;(~{`8ozUUM##yzsiUgM(Z&Uo`Z#~0*%|d z%S%xO4g$r)+i@dH!d_;pOFST9Anl>ww3G{jzO&V*Pk(jsqWv#&(H=h9uu;F}k9r6n zSi?^q1Y$#!(EIBoJ69^qmMXiV7lnHajhs^xw=~kJ<>NYPb2ifR3@L(u$37_x@)%r9 z746huv=x=Wh=Lv^wRLBRBe`c41(Uhl~H zz*UsTdGRr$PEKax#wCu;`|O12bM97|xGlj-oi3F&vEH*_*Y>T4N%WGfHUHfTU&}V0_~g^$7n4s1Ea(E6GXJ+=l)2J95-;A zxk-4*M7Oq{g>f|zaCqZdXWEvTwAyWS)&Yu}cv8gSb*b62R2B^R(DYQx`WRaikPgC7 z&XTkdPj}wCtIn;NMOVTg#9Hw+1(KRuVQHW9GQch=Z{_NtTnsx{CTUJ_oTHd9i{Yi_ zyeG`Ef0;r3cJX(ER=jsyY()#8%q^XXeSQG=D%38s zXc_A=c4`Z8?fd&?0F){va~H~jSQyP-VeJ!J|woQt=P z8+#_uiYTfa9LBZbe=hRG+$z4m zhf?aXWBmTn^6L9>6tUFx?y;r2REBF$%?M<&g5{U`B^{Oid4Tw5wZ|p->fwT>viDrrN1hntr^gu2STY}muI#PwJ=0qB*c^L+nA`$= zfH=3!DFafa^zBg4d(W@nQNw9xG}aeW2&D>T|DcaE!NAM~HY9Pc(3bZR2W!sP2FenL z@nQPm&iElFkRF7Rf2Wdd&7M98%g;i4YTP=+Km(ZFAoH|Rj~#54X!$h`o3`<-wdX5V$TO?@Pj|52 zBO%<_+3rUck7mgYgWX;llE*6p2SgzBJq-wsgaXNClFM2EucaOX`$G=$G4e4A&{WeX zOC80-FP4%&x2hp?Dq^?&jWe}dAZx7_ZAX9TmxhF{;iJWh667LXTdy7+m=J}2b$jz_ zAB|zfz%&7NJdZIze5o73zz)_+)PHy9-Q@ACz`Hk=5hKIn@t7c(^Zba|xW4~Bhi>8T z?qI-4_Nm_y12FKwz^t{=VEwXH+*7N^nE}YdL7RW53Lf1rxxfPS_E8y9xekfGGBS$r zEuDS|&@iX&i4~Ckxh;XNzuTarqQ0jh@qNXSZ2)Ka1KA*0?Y;sdDH>^%$lg6V)K+c z>3vibfJ^h1rJpt_aY>JXy2zTffi|ni(EeoM)#KBSmk?{?1;H&gCrZNUKP7*q7EnRGN+$d_@-oY9>O!H$#z_(T;@r)@JbW*{AIG>t88JBN ztr&p&O1<q|FMMF88GD>k(StlnRbkjw6eBOLle)8OQ`v6FGtij4!|H zROf@}`E+T~0Za<`^4WJ1-#P0Ii!KrX` z-`4HQ1M|2@_XJ`rPMGNAxj$h0W)Yz_bluTM&n&}KExm=P%#ggEispy%L)V9|FE;qj zNO1BCn@n%{?$tZMN8hb-W&cHI!NmEoR7b6l=Fert!!c_U97ddQwEGH80Vm||6JHw> zHfX&nCu?1`bVl_WylskVjhnLH_M89Ot*=9V^>(1`V|I>9@aFoL?IK-rHJLD!jQs_t zmSNCv=Wa_$2?&NnW9_7z7o&0#oP;kdr&{-6(+3eFykjm2Br4u=ofR1>;wXPReDOoH z!f~ygH_3&^ze6_= za#g=@xBY8*#fK;I+cnpY9RpzrkKk%`o?k;n4JTl2;kx=d$1UXPiK7Vi3#otKHmVEW zF~&-f%{SB1Og>@HWPhk>?C$|A7YCtM5w@G7vC+ijalkdA0#da{Xv}`JeBR?bfysX~Wt(v2Kbhemc{EXH#EyW5ROJ)LxrD5FlD#SLw< zru(9Z(SC%kts3j-jMQVDy{{L-v)D-frxUG+x(7cRxf{7Rj@~i@^nEuwC<(*y`@;%g zX+w3hQ$7$w85!Z3FoXXDT|Sj%P(302akO6PIPa9~_}lBpWss+IVP9-2?CN^8A?i3law)RH$+T-&hx}=K}Ri>V!*BBbdQL0`$)r$v~AMbz`Lo6!1=ljIOga_a} z%&=5EZLp193~V^x;_D&xoDA%qhVERW-gni>Qh)hPa{mIh2EUNBGC3jd8zkd|0$f_N zty%!H=SZ!_-+b^y53AiT(-5!By-aboUCL+-?qUY?QR4pDCY+7(_y+3i9M}-p`Hb zYY6Q4Itb^^QEBHZmA&{s8AfyrPziNj{<^ybjjJM&^q__Ba!#`BI0Al5fN)(>V#GO3 zTsialx@bysBKD?V&+J3L9Q4H%YqLvfwuJOh&iChkC{uzi$C9}N(Xm`YaTK$ViHV8s z<1Gk*o#xR-N~nWdj3FeeRV@}u#m?$3tvga$&J;_UDv!;IQ2`aO*e#3^!`TYFBw!z@>#-h^6FZ%MNeh=hR2Oai2^=_6hT$P_T4^(u_xu^ z%w?;nsy*Ny`>WaZ`2?jIlB$tvOFA~;w*SgFp2x#RNE>pmnd7kt zaG<<89Y;LRm3uc>Dis;eh?&Cql2acdNtF=ff~WWbhwLf0Y$~22PB;Vb{FpjC*Uw?m zwswA^%Jut!p2l&{dAHlp?Rhz0a4b*)0g~=cvl(b#Z6$FG=!Ls2lSAOihIk20m+XRL z`~+mI&D)d2JAbvtQ1)*oysOJ4-Ncp7c<9GqNN!p$*4~qAt5pE&Se-X5)-Cr*hFly3 z9V4&fpCyaU!9W|tzNZ(uf!TEu1A7Ch`dWCmC4Ya-!;aOOcd(Lr&Iq$QAuo3D@>`h8 z&*#*R3q>T-!@B*DIzmZ~D@CzpoQG`NDAhhc(L7B%z8ejJtEi#|OW$k*z7NDH~i5{`mcGy^Wm1WNnTEHK&f`aYksp#ju z3*FRo%eKnm!~vOWxPRzIeZH}E=!3+<69PR(UNt1|G0JZs$^tFh{*~~^us@>qumnmM&GsBMPv7)AYu)!-BtqgKEMe$*^<9vx$37hiZXKkPzPQ&G z>0il6Mn5XWF_P<(yMx-MMtm3;t=e97)8(W$FY*9`M1+MLCm1BLOoxh7t@?%WVuHbd z=B|(AX(#RaYq`w9QuC;m67DgOra)cSSrE`2ZDaNlp#EhqA@<0{R_$)f?T&**0c}t1 z#-o^Y77kTQnGc%#T4ZB$4zHt&xir82#7vsX=~K1xKU-HMRw(w+P5tM*V^$>N_4GQe z>jtk|Hu~`o4fcSgsGlg#Y3i5Art=DUpJzq|hi-+(IywHHbKDpT%qlox1ewZI1URMr zTm6%w7vG;}Nd7qBZ>}!2Qp%8Aj@dqnLDYAaN|szd)BnQ>Pil1cFZ$gW-#1M9!Wp$6 z9g8_(>ILppw&(KY*FZSY_0PNaP#+oEWF~x>~`9Uyb{>Am(8DkQKHKE{n7^W^E59Uo{f|8@0jhjW)^JZ9R=Of3iH}=hcRj1>`+@ z3MhaXnO(=$A?V;<(WGG%*#t+!c_nWd%i zk|9k1>%Z-@aqc{LE($!CY{ASc=*A}od`h7p78v>3EVfGW^Tg-1E-UG}(bwhWdn0+q zv<7_HHf)&h4|%@&`SG~w7`uZ%y-dTn^ejr$$qbx_C=?QRcNY>gIlzx$S(;><8wo92 zl8aWan^GZFHr8gMQ6zqXt55UlJW!b9fE&+U$Rucz887H%>S`d}?d>fMkO3!P>uVgJ z&gz~lk0TUGr`~7A3JE|dNn;o(*#Nk+$b=)MHO6*IZLESO$d=_MSsFaj;5hdI!!loq z15I`{$NpR^53?u~90XNC)^G}Qs`$bX#d@StSb6g(4?%1{1CHX4cnhAbZ(V7O33Kb{ zZ~qE&5!^5o!Qq7f7@u(RVACXXccvtBl}!xKdfD{Y<5IM-9j#@CKf1~>e4j8`iL;A= zO#|G=$2TXFO|Pl$|6(4q*44`pu7YxM!#!`5@ZN#*JxZwD@90nNnV%7r@^6!TNmV%@ zmtO6{t%{!60PkuU5(bB`0eii43>|fFcl?`^Z zyxLvqh?;)O2ntnsa^>_dxg5>Y4j%*0T{Cq&(F)X&S;Ns6Tk(PICyKr$=}zUcdtSY` zrEY(JA&*LvJv?EumZbuLx5++z=jZ2XYO#);loc6tJGpexdiF9vnPX5t{Wp9^AV=bn z0woKF{PR?nrawTzRnj|BjSv~IuE>v}4^B@Gx)?w)P#~#H?gLGJ`)%vu#dI>=Mzl8d z>n6-~7DhF$$cYLhloFyr^rHNj6#we#(-yiIG?$G?Mo{36=-|{~awHNpw=UbHzK;W| z7wn?TK`IviuX5i_cIjf*SDoB&_v_RGR1jC zHS@RcmCQ~qj9G0fDgIpwKvzAiW23+D46Emb zW{z$G9>b?W$Jxb@{gjaJ0Is8$KuJfpwiDaeRK^$}98_p+#0MPfhJ^>Gr%6;)M&6R{ zoei7J5>Ilje^q}53FF@}>v|_12QURg4c5IgDhQ`jSO~`r152Ej|I~P%m~I|cMY=T@ zI^72~V#vSQ#%75v`+1~J8ZVwywcsQ{M>nDrR{3m(@g%d#(z-g{#vE?Tfm!26LOJ{i zWlqmN2x-S_u?6ZY=hCgfquHomymB4}kp_%0s>^{VQOo}ba%zymIgmtg9d@H;Z0D`N ztaDD!{#=!IzW!O|Xbj<$3CSBr&_|OK2-r_%$k1qOk@GvwI=Y4goR~D(5h7f=q6_bW z#B54!HU&l9Y1-6E_Rg*n93AXuky$)@<&dh^8-!v-|H(^!Uu-aGXvp~Fje{-1xYLdT zlo=VtVH@UfN3!yUhLag&8Fos5g-vyIjOxcF?xiJZ=N?yPNZ%n5d;&pVVBz3)dv*2` zZ2GmrUHow=`hwMWF&w48c6QXb2#>F{^C+prCt4R>SqZwHQ>||b7=yzTTYin6p%FFq z@JvufGSH8I+4mgM>r+=iqynP)DBD`+$u->QVo>n=Y?uZBm z-b!MkPqCo6YxNy{CidnlsxIZR?bFaj>4|r76npRZRH?YN4y_&-fv_c!tt%C3rIyK8 z3G1{ASA>b2U75sES_T~}^TLBLGqot`9{1y8@9c4w#QG^%kTY*Eq-Bc}5cd~V`!Z&7 zyw8ZPO4m?2#vsv6Wl4BYSR!S~q{DI+5Mg9_xzy}`q)|0Dw86M8XLJ@vey2=AGL(>< z2qlnNKLZl@5+Fn2MoLw5V3!jtwvCsGz5F3+^C_&#CPQAfE)5ZewGjIk#D7uXb zQ%TD!#GXAN+82uMk6ru<8WA&oxUuSNX#>LC1d3cNO``;vRO}ye3SpMgQk@`$V%wi% zsZr(HzRBcZ>-|1A_N?%6?%C9Az&B6UOh=u5#%vCr*G?(8VTPnBKaLX7``IqGnQX`Q zM5K<_z9{%x~!Fete}-NKu+NR=vwbQ47edDoBrT}CB~A859p+%rRxKhQZpAB zza&rdR&IXPC^-x5BAKy6MrJ6C8ZUn&QYsv+GG7~X$>&rr)NlOCTOK)Db?1C`7=8*n zL1_%R4JhHCdUmk>#~C|WO~MrYd4SN zCpi1birYh9TJ}QU?GdTpN}?E3q=Ub8dOAB}MNQ(#G~7VyK3RS%jv{OACGAbGs=7Ke zj>wP`>3+abQUtxyr@CZYqc{CPEJ?x++)?y_qB@E+ytjHogo@=Y5hvRNvVU|^;ye_k zkhlykBT`J6R#u#ToE)`VvQ6YPdI#Jy)Tjr5MR1S-PIunWeR{)tz=HaHOlW|8*9ov<^>Eg6&C1ezq zFy07rFszkyX7f`A~&ehNV@@#K@7SboW6o`Kn&@fYj-(CDF>Ur%m0dDLZH86I@ zabfu68eI`aqRc3mWLlZlPD=Zzi7iUT5P$PYFsB+}1r-Bp8{>|U~O772aNVLOll zj9b{!pl2CI>(??dA+T%~bx7PxGEI(-fR5d+!&EKGz30jD80#h?FntyWi&1d%iwLwi1M< zRq9N0tLQzZvUN~$BLyt(baUV=tEv}wRVWTUsp8m@X4<-YpK#lCJ7_!JI4dF!!g(~(b?t+ z4t~wT4Qs+=WXe>rWRENfY`{+Qd(qdGc=qK}+Nt8%>QhZDP|~RuFZ&Tlmvi#yn)4dD z)2JHZYmox#kl*la?#2o?78#dXKk?*w*aP#Ce&UCMZ$b8vpgb#Xtk!F1O|CK)dA8he zqX|aBL)h&J--m)f6T-`NI5$}C82!R}oQ`X};FYaBjgPaC7xZ@#SF*@iScil5 z4Lx!L$#b{PhlFHs&R0lAi)V6Reh}>fBAsdk?m*~#HR7wf08Px{eGmZKXx%{M?*!Z-VR~S8n0l)8@fM7QrZL_uN~fOJkj~+{9O=?=0AT* z{~{6)Ao2xn&bx8l!^Y4k()41M-E0aG<6@=u0p)u^QVkhFhXf z0GZ#&Cue=Pcr+u*@PH+oELkiIJzIBLM>Z;d-nNX!5jxKz_FtOWw~YxY{ORsv6~v1*HUYU!uo$`q6k9Q?LJ zSvtUM&!ZxocPAD^WYm66c>XUzV! z%w^ESV)C2>yAe*Ghr7S``bIb3^viVya8gha@{La}uwTxO=|8WYcjQ_VS*%Cw+c(ok zLQRvza=o8ga!}-$-zEGzxx8uKVnD9Z-^mM)$=}@~;4&lfQatxr>mQz1+Z%>UWU*Jx z%DB2t5&H zzuPYaBhDOd*lq7%=joyBwaGJT`oe#=*9&butar(zA9w)?k&V*0Ka(?3ajeei7sxNj9RJGWPAFCmBjLw@)YSf{WaO-JD^bBKxYYe9MNv za6RAoii6k!-O@+yG|5&M#o_74Tkj`Tk*!})3$+0gv$&(PLs+`T(b}Yg#vzp@yF#53 zD?ol&`+-m2=g&AW*{ZsWq0dRQh5GqJ57JYOGkb+au4Y?BNKH~w%AQz;DW~tG9d3pN zJsAr=501K~cBuIh-s4Ku0s>o0-${An)j$8Wx?kzH3e&MV zzY5x#JVb_fIIHtTJ2w6O!nJGmG26VSR|te6AGEDhEG@f#t*$??f9XKU$Wq_qlL8NU zan*s?<|@4WTKTM@lok+bcztGak^I_5nufV=UywYBgS3k(UyeuJ%xA%C{uNO5o=bn( zYQ&-%mav#?)}le&mw8Sj8KLC!DcMAvGJ^c-QC0^pVxNX2u4C1 z|Nb4@-92E<8$Z7HXShCSYdbycL0H=O`B8?g&m$gu)j&?f@$#g(tFNa_M0LLud@Ptl zFqFgu+}MH`CqEzID5!s!r`mENgqm)8w8tO%bAH#VpxF3qi~mw6H?Ek1ni&AVn+ZoDdh4JGyRf|uk9hvt6-gGNt zRI)Mste?GKun0mm;3EXm2iCoPUu0MEyJW3F2`{u$DRaJBP->y}6ThU%GS}HoTWlpn zdtPg*{H_rSj9g^)D+IRN(=Hdl+3%2vj@Pi3_<`5lLZR1RRM{32P^%-8Rcg3ENwb1D zzK$P9ld#|(W7z1(MY5>BDStWt;o022h+bLLXyZ#EUU|x|Kadh!=wR5c1?A@#kK7Ok z6fzF`6mgx8F4f8b>;805@-+7Y4u^|)3QQLL@vZM^|KkFvaZ_w*5X#~R5JWiD%G0P) zDnu-ms73hXhPJ^t)-PpBH#*APYfZN{V{LF|N|^D6qodW*oort)km+prb+EtH(64hs zOK5;(kPX;;%Hf8to?I(pdj~yL$0@~G!B zN?Y(zpRl^qlk3e<;$S!0XF%her%H0!*CHM$GNg)0C+0{Z8>dcX;RvyFEt@`~q@fxT zBpe>rq-jWY_~2Nacv3o|LyRGF=EQ1oP8O->$#_zW+%`*3j|_{USHgg*iOjn&mzFB& zC)nojBs`J$TFcp--L268q9ALZc2oWRj~I0mO={LWEuQ zQ-Jx83Etxe_^&D~%WIcTK|X;9Y~7fqW9k`OH>K}y>8KifvVP?lom>f)w_F41&Z?U< z3y9*9jW*7(2tp7jDgwu_x3t)JL`0vRDGz*r9V6%r#t`v|QzxuE&;crK{jSf3MN@B0 zw-U5!JIW0%F=E!7)_=dS<>_c^Yx^9HXlsMiW~=~yLz`pO?d~*-As)4e->qZ5y5QA> z8bH_fv$THSLYzO5&V z8?ov}03Q3FySQ)$y)<0mvTeeqN;LOnkI;75(_nW$iA@`e8rc)t=z3WXCGLql* zc(%si{JD9{&5pf#0$KUh4d6f)N(mTzd{CaTKF*aYdMCyo{aTr4-Ye!;4q3~2seN-^ z>2P7wcsGfQPXCp;z`(m3#MmYxexQ8d;yU~A0^Ty0ZJ%~{1!tJcPC{~!WA3GDpiEhh z*Nca1v)7rG{C{7|pTxvzn<44N%R4>%)>TKpjPS_|*QH?1{eri&M?aVDlsG00mWj42*BXDPK?7~M zpwzg5yd86Oloy%&6!;$I_TW-{edR#8f99GxmlHa@G z_r#KH?P3suqn>x#cK&z8T2F)V22AO*pq#t1a>pXZGSmAZuQ6b-R~GpmzKFTFG1%drOs!v$J#fLQBCKTuWwZLip->Aa0h1HwQDc>pmt^A@K-cnlcezp2{USsMiaRg4|RV)FsUQUXjKs_G?1;ttQolQ#*VuAU;3l3Na=K(q1 z3cJ1nN1&F^{YVw4cu;>zzve=7`8&*xT44-(*Ar=lcu-fFjPHtk%ibOL;*(~YxKwGr zwTcQ&xa99(>xQAFpfV}!u*b3@kEg|@ALmI>>C<5;N+}YNtwK<` zMwXX9Yn;ymHofa$G@_3|QxVz^;R&zhT?KNH}!R}vo$E6NBmpo=o6n2EjTDO($>Gel|@YA!X#?&zR6 zJNvi7wHt+r!6wKaOmbQ3HReo4aBEoUAhz^9Qsra!yrbi=J0iqCrdF^pGv{ZCe5{O4 zRDStSl#XhhE?MBvA{U=pQ85M{#?l&C!3y17oYx@;&AaTzfWbL_@Y`I z?@0VCL{KJ%NE$C*6U&l+Jpo1L)3e|>+DB0-P;m#BuL?3UG!haNxO2BuX%@wWZ?f|w z%pe9Lp2%;}le$&yA;5_B5niH~ zX|NbRWz_ot?dN1;ifqIk@FYW9!uq{+5*3@mHb9VU#=$Ab?abH53jpW?+Bc^Q@bT*3 zo3p<+=eG4(Rbr|gbof-~2ID(l803W-4H0*B_{1W90&{@;ygWrsZAxkd$8dm!zOP#*TD5JlWd`7m3c{??K%Ve_ZH?H!XzCdSLvLE_gt70`b+W)~y z%3AC_OT%Z#Ya3w4n?sRNP|Bp-G7@05*Di3bli7Hv7HQWcs=20DZTS?4Ta-6yv6^$7 zIdZ3!WnU~h$BKWXGaPxi%D1O@cIGq>j+ijC=u|`x{I+LYnBi*iVram)e#F9yruTuH z%Kc&fqpE5UL_Z<$^`~Le-?%4e9i-vpyEW{S)|r)CD%O{j;iyJq({mj(!pBd!JQb8v zW{QyL<;YUj(rwC3wuUlwR>F|nKOiU+`g1wCC5gOTT&qXX#DRY@{OZu{E8;|i+L-jA z{i6yy=7DqgX08qc=fpnND7vz>)?0T0b&HB1+bJX=Frm9`qaa_n%wDcU-JNlG>41Z`N+aT(4ILf zD)b3s>v#FQL5z%0lJSM-d9atk_E~HQ-0OQy!a%(iu+^!;#oNCi(Qo#>mOuJt7Hk9! zMhc0F&UP+tebil~x@9ymtb*}up)gk^VHV?KuIl-Z{g0GyI-oSr!hrav;&^z-FAF*X zpXFeY;~q06aL-t=VHNrQi)uYTKd4E+`)o zwfmU=Z)>x>ES#vD$ZrkUPjDE}C-l~X;c$CMq{rzXPX*&%6m}-ar8Pm4^KAI^s9D-3 z-sYUYSxAVs*qJQE$Uz=~0~XEAKa$nZix1t<$3NW>M8(*!oVm`LS8ou?@au8<7!&57f7u^De*D{<9j`Ee47FWW z*#)Mkwxv^}^nP$pF_UIYnZZSFvZbX3zvn?Ity-tmPiVs_4TM3b2HQRC;`H*Qkwwzr zRLj%q;QHR_B!xH_*{kra8%DkQI8aD|w1a2=RyVn;J>+?Da=(8kJ5wNQeq9}|(e{LZ z1P~w3pLhnL`eYTBAZdb>m`I8qDkEdnzws6=U)9vv6Wkau%V?TH;I>{$)$GjL?CkCu z&zx)k1_f$_jujficnmB0w+;4!3bx&7{>c-(8%(0Y(!AdRC^wEoPnNK@_x5aF@9;M( zbv*2OjWRvCJcFXeuM{I@KLjF)>ti}1sGk4Eo&600iHmzeuW1}RS;{b3K{tu|w|COg z(!~=(2A-}6DMF{6$CvFVX7Y}Vk)V}Xwin-Pz72Nl!VE^+_9gAw8kNs504Tvs@`4=) zMooH#s?=y_&qkjjb4SGsJ&mVns>8KzI%idoclo7r) zaud43rgD^VufE3zhBto1*qw15jq(mlM$8DaE6eJ>O_{8OgGnfF#nU|&pzrL)iseAQE zSg1?T&NIW7TbX-Fnp+dn#@^;ebaI8v9^SkDEVWRKCUhbR);B$`H<7 zF2?aMdUne_fnXA=TKYNL`#$QkH{ChD8lB6&XMh>7L%?7k6yZh%q72)X6zD!6qvTZ7 zC^t~Fx>fKQSe2UPH5i$WqypMD?D#2qL!{x9s$F1*Tg@1zqK$V}Dg+xD5kyD^80qZD zd3?YhDo}Xa{sG@#oHZm^W@}DaPfeWEjNM}2W=?}}xzMcO8Qj=F=dt}BVmBA!uh#ws z7GSn>&v0iz7#a{y?~C~qW=~P{z9bJ0qie9!+UR9c`@WpcxD5S5h=q#e{$V+)AG(1OvL4aJIcKPeiWsBHRrR!uIYdUZ_T=I9=ro zQF-$}0vO$c4?=QTeLR?nP8UfP{I18$eC~~pM+Cr102tg4a_b^1i61~(!)HkbC6j%^ zOmxUKPAu3uRrDe(1FE;!_f$t@aYO>%hk59XvKce9e~XAy^iG_h4E(e2IA2~ zkwcM^O$O_cnli87GkE?<#-L^FZ-*$T8Kyn1E!N3EfWfzJ_iu@x;(qW;*IZij-uQy8 z{cCT5sE40ugJ=rtraQhBIwM$x~Ds;nt=Vt=QWo~_- z6@gar0b;qWt$Gc9d1O>pzxphmw3}1EG6b{H8+T_=x*PBDpJXYSijNtCE1Ud36vePT zE)6oROG7(5e-N3H2cRxtIS>mm7w$V;9<5km#8tui=W=*bNYNej!-QJ>!b|V!j{Y7L zc@9q!J`I9MB;=8e*i3Oh3W-5pdri{g2t3u6tAWn4)=xLP$dPVaFSoa79l50=(mACV zX|%b#D;GDIKdja!Z?C&j8dk0qzr3`a8+E3<<&$V53|%yp++DEtN{u%)4pNRc?c>V9 zwos+g2NU2xhtG0lhi8jw29BfbFN4Vn1(&X5K~AnD7pmi~Y=>0(oM!&7_1G-$-R$-s zTJ336$*M}HR)`VZzjJJA|t@2{d*w#v+uJdAE`DBrzy@ib~E-u0z zDaWJIQ8^OjCGvNWru|E^IEBtuauu>V;)jaT*&S~11=%r0PH(ARR!UYq}k?|GiNe6`c}?#}U&Co#n0HOt&G` zIAhZC$EC(*=T0tI2(R6**0Td-Y12xy4r?|yu0sy(W9->EKF2c*kivZ6?gvfMf%Zqw z3w<~D%6@`V-LmtIex?)-qmCr?Qb7E(@mjF5c-BrX6GSrp-RRoSM=4+f5GiHM52l2n zvNyTX(G{w%c@oUV3l%@}`uR+)p?PJ$u(~X=GW5OMgJZS1x12ITVlsJqpV+tHzxD%Fd$>DBe#6L`}1RwMfw~e`G!)o1zIg0PuFVvkDa0cnlCgoROh1BE(3gu z-tk4F^o2B8dmOeiKK(nao?5o?!I~LqwRm3Pwb`BQ20Tvz4~XsDhs;~1{#C$_mV^OW zp8B%6XDDD8364lCM+LS@^Z1z%h$;j&UOE0@=PX2ajd{j428>P((SAJ<85!RG4FwLW zrlw8e3BM_`hpQeCs?7TQimw7en=qaiIF&5;`f3%*El)ncRkh)R=YPFcp8|~uQSOYj z8)a!9J6edRxWTy8E5!@b=tQ1xcN`=Q}$m@L_|C?+tYk(f{zRP%l+=!qaOd(HhVdE z0G4B^RrX4e$PK>xq8rDTrB8u2hIssTqp_4AnmnjUggnPpnnM84HB{;aFwz;UM>PtH z(F-L_)=HMr&1vfpS>&>t6IndRCi%OR9vU=(Jv;)?7q7A)&A;$v`Hq3#LZKc9ItrhR zKpZz?m!~%=v&$2`3gfQlng$IoQ`7ey8lQZb5qSH(TdgeNgOfh7C+G%wp0|~_m{$F9lgw!zX`ka%zG@UIO;K*0@|g;^z|Hsd3OMB) z+?+!J{qrx;1B;6WVAujjoZD}+rjD%ec2vKGISu#R^8l7wO*$qLPpda~S`yM18jlm> zk;vPeOr(qXPb)t~j$er97yY`UlzTvPfa$(!nJ2bD#Am0+y&Fys;*Lt*8T>r*Q#^MD9$vrDYP!Fw}D+M~r z+@N79b((E*QI=PP*|;6VKJOmoD`(3)Mz^sg1QO1f>*>UBmJuRA!nCSE?(s)UPfAEM zdb22sp>WT82w)({z~q`$VW$Ho=qt7J#TT~DqG$&V9d?5xhGWpSw->Lqi(xGoZydxY_#}G;N&fwVQiyuQi9Wo!=}8x_vI0E(dU< zP_s|{K)UETPeRuZjt6%9U-*8F^Wv7v=ojf3_CSl5JQ)%(F{A|(Y0pAQ_jD$N_S@%y zkX6(k9PFpFB^R~Encee+tYHrI;?+iN_L*BwCZ&&7GsP@N;AR27e*dS5wJE@1_!k#y40soy^hU4D4Q{1X%~dqdOv3#g5XEg4qnrPWJ?#}udu z=wzRWd%avx9(UFwBft!^WmRq0_|0)wPD(CGYiO z>WEm;dmG`s&y7Z#a_AkhSiyFJEqihb{q39sQ~W%^pL7HQ!|r!(Xp8F|PtCh~dMs)l zTZAN!E;BffAu{?%?j1GTgxu>vXo`e9q-~gQ_&Zzf!nXhJ0@mGb^kc`*%Z0%v(s7_nU%(Rp(+X{U9*89uS!gt(PU6|^fMwWUMw6Xu@r!+x zc73Av6&RZv<2?o&^}(`-TR&_1ey&zZ*&Yi>FbOcL%4GpVxu(WLu6?g;> zYE)fDUzFco`#TIBw>~gQ2b;K~aob2!7sl)v&oqlPYn8(!r{G z=ze-%)Nh(1C~oO9@Cc@9F`Wos$Xvjli!9C7?^0^y7oc;)9=-%2iG1N}BKwi?D;8uZ zfLqY*rxnV9K@@QRnVRZOp~4>gUs!P?3%?{0o25T4G%=Y?=0*?REcD#9P&S$Sr#()U!7g9_9nxWa^)8XzwQjdW zG35ILYiaY_`Ch|HbA}^3-$Fp(;zXjV#RB9FAVfF+`T|an6~F@DIwnDU^xf%pALecz zU38WSJrsJO2yu}-4c?CL-B#QNdN?@rwj;U&!7FxD9JJ?VD;S>lIT@_jaa6ws1mQNU#=tW zi?P2q6yNGP{eKb7?dW>524s3Nxei=#>l4R(P8Yrgb zDx@ayypp|DD3P{m4AhB~nBssM-JJKTzY;K>a z<0W5GS-c-_|G`N+{v)-2JX^G!i-YP0`BRpQ)ZRrQLsJ8D*P|vlM>xz8LoPn9^Lk-Q zy4drt+ulx5+Ep{97!X8We``@|9u>y*kM^v%lX=#V*`dz zJYJ@tD${9=(Y0UfTOOhH!-Iw*QFKsvsg+C*?*@Vn!Oy}m1wem;G14q-LpnR9-G_+} zst=aDYx#WEK0OW*4*;OIi9Nhcy0=i&Us24mDahkX70PfXbMT&+Bg|Uk@T#_e0L&*R^_lFRvS| zCR4s>ou~LVZ-Q{)H+_6PM>7k`RW%44bU+2x8kttCndtg60tK{$hhyljd_Vi&&j;BC zlBNxFQNvVjz`|pGFWaNxw72hG-R92Gi!p64-iJr`I(b3T)TUf^`N;$FVLX&{h+0u8 zi1OLfJFpyb+bCkh^HnEoUgy&0>M?(k1-&?n3y$G|Klk8B;zU!YWqd&)E1Qc(_3BnS z`iqLN&77jd#OJQwEg#7~)BISHc(y7-idM5*X>F()H~G@3Icfl1_49hbuLDr0Tr`>(-Lmp9H?D<2V`<2r9{Z}A z47}14({w`H*)k2$=8Y~6@}TNVuqxtr>A|IRNGI_%D z`5#s&A8JKEQ=(dhG~xHWrvvfbYVqflmn<^DB)cOuHM+zqD{9AjrJ20$@6)t(Ax(SA zBi~ipPDfjSJq*yKQHf~7^4Oda8V@|e-oAf=^bBR(?L}cyVDFh62b%ap7rrL$qNx9$ zUES&p5?ToCWg;4@UG&RjIdKYo_;>(xn3^drDUtGc#yQfrTnTDPk)v8(r_`-#&7Kbu z+kyIf_x;%}z+%qzy|w7mQZI3ZL=f9as(gH3rdFa+^f`G= zizFsreWD3Z62IV!K?z0hFONu`RR!pBr+PLqsz**dRv!M|!T~-Z>cQoD zq6k#CJ0_ZN73=&szSGH8u={hOtLGlmuqz!AB55o&WV`=UZ!3NYxxBRdM;Su0?1=#g zrfr}AGV?g%Wk_LJDQHe7;Es9qZ8F`w{M)ehrR_jv4# zEth#8XjrUAf8e6t5{ZdEf4MWBkkD0_4-!0d%7C~XpmCY`*rN9z%dVz+)daGCe^@nL zg^C%LoV&8EeMiNw{xl%VVZZDOr~V@L6Btvuye z4gDi7s-F9TE0GAdBEQKj!lta@F`bdA3(>`;BN$6j`${rQ#R6@i)sLiT z<51O)3dXCvIh)y(d#S-Hl3L~2To{hha<6?kYFm8gO2^H`ZJQlACUuzJ`Nca?P|8te zkw8(&qNRg0-}}0Hy+JPc15D6?pc5_ZDCn&{S^zim-nouV6r3N!dxu8kiVnywDT)_1 z#JlSf80w5&hKw(LGH=VddR17s%r;m<8$sv&hL+c5-BnzKQbWAFORno1n1||=0&NDj zs`X0dsFbfa!lC}s3pPeX)OBn#d+b-U>%*KP?k5w)8V#GLpJ*eFd`YHV`5aeKiHV6D zak@FLT@4NW0VyPLw|oYA{8?Uax=Vq_7vuib7ncxODznB#*WZeCAqwP*pQ*lc{JbA{CEv1wJ-dVj6)!Q@pG$4=y|R7&Nqrya}bz>5S7fHb~w2y=@UsFIj=0Z>x-PfYg$o{mx_eKV^A~vHC9+S8&LWl=wR|1^W z*Xg~lltwPLQCi{^e~Mq*Lao_J96#&Yw>%xMei#v`vgfkzO_gmlMo$A;RnO98^H4&x zad#iedKELEH&g%84*&SSp~@jshvKVR+H^SD3Rn6PrrExk8@xyCXWB$%PBtvTZJO(R zGiLrpv0RF?l7?Zw6sNOtdMWxji~8&=Un;-*Qi6a^HCE?Kiv67>HhiE?HtAcII?N$3 zF^=;$jjA#OvC`KSqId{WhCH^cZBR6exB21Bw0moc>rR;a;Xb~%ZR|c7_rSFr1><7# zh1awf%bxbIR~AB|jLB-AjJVrn*3PLwcJ+-cNh#N0gPIG@EUg_Ly78jN+MpSYsLk`F z_7w-&vS;sDOkze3-Du(q+bD72jJ)~pLWinG?{;2i;U;k~4^70X<%-6kt9@r-rj>LV z^$sfdw5=-ZCUo}B@4U~x{-$jBC}VnQxsb4K{O~+3>&wp(W{q3z7}aE@I+=8H7vSJ= zUaVX(!av=mcZL9{L~}6H%$v-KZKD}_)GeN6w*E<+k`8{)a!+O7a(pcrygl4MDY_(nFXr#G z1KYMP;JkfmaQ*tV?u4a)Y{X~pgBC)r_&~0xAad09Q#vUmdU?LvApzXPRbqw;Z93U1 z>;N-pPm|{*m-((*0wm>_`aC3GOF4_#;K+ndqx89Z)Z5*NL9x*^CFg#->`jLE_w4@zn=-al$+tLu-aA{shQzR;6VqCg+!2Q5+#i$i%xYTD zh<7_+QgVa7T}Mzku2blKddK8r1I!FTqQSZH5e=ps&2HDQ=O2DDG35AUR zpb4Bv==A-}y!TT&z$#bcgp=&(kyWxuHCaqpi0&YLR9~Fss$Uo_{n`^U9m4qf*fXEU zLBgKNInw_|Sr0gf&PMnj<*8_Usn9KgTfv3-H+sZ{Ic5uLYEp$T29pkQ&FUy*IbR~f zd~i)xyEXYdvsCCq@bWI_7qY1oUkN+k*rA6#HQc$lKD%x728Oi-n0P8tPKw>?<3G>Yra6xArIn;T*Us;$z}cA^tI>H zQAt+~3?;aV0nvXh%Baa@LIrv(h)I>1bVVRZGuU802o4x`oOq*k6n+dKZ` zE`_f87AZ()rMY8K#pt`W zHn+Bl)gzLufi@v%7&QU-=T?nl;plQu0!_nCAvop;I5#(`ho`M^Oh5_k&P>1QAao|8 z6e`J0zVlDJwM?m4UEE8!8&8SIH|#=b@E8|<{4SW*`bAX3-M=|tSL5w*dSsI_+3Gyk zin9g>oV4z)k6sJR&V$@pTM6cLgghU_Ka!hCeaz)wNRv*OLyX#;dFg+csmR>)3DT&N za{l0_PAkL8Bcg1VA8i+vqh6-xaI2ifA0oojgTXT|S|nij0c`rQ$R(4tzl>TzaZ>zw zJP``X6c-s>Uf89&okCh|1pV{#L@Ic>)yR};uGtsLw?;Fvs~pjf*Ni2Ll(P#bb+np| zWv6hu;<)WMK@t0Y)NQCCbu@C(GGvlKs83i$TOxU*BU)u{cwFaYp(}lSsTgvq&T+e(Gj&=RNBPBs1+=Q!4#ZjU5+$ zG)F(SH->U-SzQK+CBH5t@@XQNAQ25cf5fd+@S`V@OMk70>TSphe%DDmu3$%L!`=bp zHjWxUj`wrtmK8kXR=LqeYf~Bc-E8frqx{swn5h{yKmqX*D3bAbvOg%H&F!5hmrDKv zrZR5@?=RPCmkwF3hOAFIUn&0qs!Y$5DVm}1zxN{N6En|L0qEVQV`%WA;XIjGc9cXdD+t)%(LDkqurtb_UvU^}>Gtrg)>6yco_(yx zL8pDAh1${uJ!Lxv_7~^M&V;*9k0!^chpu=kK>)wc7_=gWME72Ln6T4`10H{Li8`+g`AOCdP zQYyJK!GED-<&%ut3?a9D?$422hA*SM(T@V#Sg<)lnk@MiUC*ul30{A_8;yngNKHEn zzK|b=Z#aecOV3Gb3LZ0^ptgM_I$Bi)JGXA2;@Tyex0Z7=T|rryiBFS`N+y=L<5bX` z$F}WMuyNsoij}Hp9@}s-)7+142cL%2v?RxO8~!AorYQ@JX3iB)C?R><7yJo(hgbKN z8y@{CZ<}ZeZGh-L^9=};XA#+3z*8|C*hb7ISV)ic=GOOcg{s?pr>iYW>cj7rSoOoQ zW4u^&7XeeSpQb+<*db9hUj>bFxRmX@(qRpHXf^pyoh{OBXBwkTc`1iEX7?Y3Ix1jG z%NzK$#pCWd=^b?XH0W7*j@Zl~?BN!zm&1r1ky#@mU`M`Z!3|Bap$tL-^I+unce|Q2 z3<(nD%`kXsr55M9Q~lIh>wM?sdV+Fv7%dDPa6~`>rC~7Ma&#b(}b}g}Z zQ^sn6t)$haiA$F0`?}Vu_kbIRm=Y(pVUkN9kLJqdBSnkQa}AKrFdoCbT%R4=IZMWK zVz5H!#3H0#1p0keg*korrWBj_f~pm<(Le8gILNxa_K2)hgUpBXUGdTW;q67q0Rk9t z(`8*^Ar>*82&Fq0ee}U|@%`S*H*Q&JW&Z53Z}8T*?NHT7y39szzU0Z|TS1vXm}1~N zk1SLD0?B4QbL(%g8V#1tm?)zW5?0xl*Yt*|yPr}-$5MX|>~}|I^+$;KT#2>yvu5%3 zgtm35lePjijBK7>Vepg~g4fe5veNXXLCG^`UKL)G45nLX{`x=NW*k|U+*@xJdMz&g z&X`mrZ=ipzfUUxY5U_@c^K66G9M=0AVqm|Rxf190IjUC3XZ4T4@y|;=A2{XTJdCuy z-|^T5ucgy^aU^Np7>-BDr$BVhellFejfPSV{(hGNuww~D9pUOWc{9M1Ilid(D~{`P zq1lVOdT?GWT~HO!iZg_a5tyL^>2${2Ji8aNYQ>2%1iL%*eQ|o;pwa?r)it@o?@X+} zg}#o*Amm})#`>y3UoBt<+JbTsm*J{(IyL|L3&tqBb5+Y!m|v@Qo?r7fWXQ)^yzT(X zwQ3$3<5qPa``&HpGOZ5r=i@FvdT~1VsBwW=r$mLTvt$jtl`mq2ufHx-JL1?p(vm7) z+Nh^B=0(lx%E5b57(H%Jk)Oy(aN6%Bz#LX^a2Y61hh#9AbrCYO0&A(8?{lwUW8Ewg z(f14Ssi@E`ZPAaC*N5B0vOeo$`C%B1s?ym4_G$mW3nzSUq!=QBQ0zD2IH<;R>QJJy){(Bt||($GwkMnUxOW^gm2IsOEpw@O-|~$GB4-~L#CaAL@-~^~ z8Chb;CQ*oho-ukpELIgO;hmMImsbR9lqGk@{8gI3Vc{B?(}Z8Zl7lUN~hd6gV5JZY-JqM~AT z`b2pu`p8+5m@?nGxlB9?xp<%T9=H=CjLZ-Exf#)Kma7`fl`JM`h}YA3>@OxLxpfuh zfzYItd7)B#SqF{h9F!eP{6%VTzK2Kwpjz7k>`_}LhqZsDXWqU*Q3#;l6ciOl4=-q+ zjF8X=ejS+iNq`k7R83Mxz~uF2HT(bUH~%60k?NTBGvih>Hc}r>_C+HjcY05ySlyCy zvsiJG*Kd`wieoQ4A@R`f0$z4~3h-1z8&1^sY$@|!eoUP#dLOFLCwTy_Xn5{NAe;p} z1%bdYp2>r5$A^RQ9W z3ivBox(9`273^b>bE$!g9yVWSaJ{_NaRh%PJws?g;H+NqZqaLxDUft|`8f+D#Hal5 zrU{U`fH@6-?gJ^6&wS3CCTyUz*gfZ$iFxzz;@cx+K1*Bn+1{8YjEEci`^R)bes?Df z!76FMh3ADN6|hHbw!T2@j2Au4eF@+#Wat!rcYP(7V!shrt?=jVYlnWvf-NKt+ao!v zR{~DKUd?`!YpnnW@Ekd*K(c_n)D6q*QR$FBW!-1%>TRso&I_N#thKh!#5`QQ*~Fk@ zAL?XUEBODb3GQw#S{s2AeZ~CJ<)w8^-4uwkhgh$R2$Zk6OfK3)Sru$6~?Q{8B z>hE$_dig$EaRLwL8?OzW3xv~L-INnZ-gk3I?agIe>LSZz<&WbgnaJrUq%iN zj$koSJL`zFH2h%bt3$PN&5!dg{KSc>fakbZ-a4f0cajj><@;l*9vljpnO!>aC6l>J zd#|rwm*NbXJ6Ars0@i^ifG+a4vH2bx??jkkCZ)$m9awV@=vh1yAjr>({xlE>svOI_ zp6;eCkUpjfLH~~5Tm1$=bpypd#O!4x8Nf@=Ca}K>r&vVayp9_H09-F`#m^ui!Zz0 zQ9!rOZVO0!OFh+mzVDU+#-Yzm&>vR5j?F>S>4OgEq%|9J*`NJ?f2u3KB7uSkznzsb zf?RNz0u5PkSOOM4MF3g40HFd^jP=t~{cz#RaioV=?$KG#edB-JiMS6>piRnARKa;i z7&MyBa^H&^r>gYrhnPx=pB}!VYkV}?R4bp6q z;KbZGm=yE^W70Z_6`d{#me5+knD^ianlUZ6N+x}&l@W*j>U$r}7Q7(jC3q)0RxazE z#83>uV5N3ck9IfH8#x=2!zCUpYw|h_KW4s0*yfH`DhzZqy8gZdH`b>laRsuCwb=P_vQ6;JPh7qwzRmoT@m zIQGpZth3)38lFeeSo7@KiMENG-gBKQe?M$jx6sY<-Y>1V*y`H`fzeyC2y4)5wg#@C zMbm2E5|8uSo;+xu{37Ukc!M0iOEGUF#kEV|0SgJkU#C8a6S5`8QDKKSc%^S)c}yUX zfutg93)o@G#RvNp$qf!yOr3<6&S`BIF}hq23=E6_cCXzdv9^H$bXC}Ov#@p+S-ug- z2J3k8HA-=|D5*dXSEn>I4w+8SXGsEv71=fmvB7vOkw_@WlD}}cYIYnZ693<=_yqF~ zqx=9`tv9QYEIMRN#eF}z$@9bFUM^i6NwQttw8S3y=5MV${T0x9&-c)ApR|5WhN_)x z#HcP$)%FtW$@&hI3>7$}2OIHPaiB{85j%DI3ajzQZi`MFXkSzMQ3GP3fv$T~;B4&& zVD_tHWdv?JEI2WQru`HRIh!>Ct)Hr|fE`#g!fF(nRjHszEVp-&L(l)`8GbaYg9Oub ziC0M_=Ubwq9py{Hutddj)-r+024j1ul2iIiq5ZBzw_(cC^my8x zg>_wK8EFbJ?qSl%*g!ti!;8lG`GK79Xm&X5&WJag4FoolNm?i1;hV>fJZ5&M& zK@L&_unpHeVxgEmZ3BNW*LBgpT`b0A9bV0?0TQ>{}P?mwK$8-paz z=U-X=q8-~VgS_UgO*CEsD$c*4Hi8jz&SR5j9c|ba#db#dmszoga@Ed|hga)hGtx#8 zwc=2@RHK)%iq_z3n6k8E?GEJj@0u0=Ijj=|H4cY;*}6INLV-+87EzZ0ua7X*U0ZJ$ z@Nj1B9wVVo-^ZM4{~{t9RSW4RfT+S)8(A@b;OXAtKBwQ z`T4_{K@{_13m*cC&Q}+{I|fb}+kkW!ldh~i=kEynF`8317%RKfZr`J$)0AR%{y=Dsf z`oO|+Fc$r9A7bmheIm*b`4+{C zUuG|=4GTKfaq5$gOPUWUslaBw^lMcv8c+LujrkY_btLB1_fNKSjnNGad^-DYN;M({ zhiU9KJe5i&#p$|05@%5U@#%I6#EuFyDtTi-+yqKnz;j!NjREghJT8t_fA5F zePaNL)E&6pjO@51Pdpx(^*`dh?bam{aeP^T4bJ`WC!~sM{F#_AI{GB`IUYM?^3dYP zjKG=@VAC9UO?in<0L}HNfaP{v{3C5YE9{dQzEyI(86ACp@2Rb7{&q64fS%C*9LG40 zVpwf0zBip(yjxwknB=#Ra`fWL-+~3|bf;HvCoCNs92}gtuup|_a`D(7?iurl9+Ub6 zvknXm<({A?6(sNmuyv=(nTu9Un&&i&Hn;e_wB#*gGAyN%i|=*6Uq8+6!RrudI_npY zlZDwrakL@9wo8>(V<}knX#Z`;%WcO|YyY)yXInJvn`^!YVDjpp3KNeko~L*Nr$nV( zR_XC(_~$zWj2ki-?yXyavn`tJJZ%9WfZTOIf r1*R3r8{qSB_WWNGoc~Q4bb>&tx()FnysLN*0srKrlqAc<4Fmrl{m?qi literal 125653 zcmb?@1yodD+wU0~Q9w~pNkIXnRFIGuN?Bw^WJ*k3J&L}c)kQywt!&|(lyMc$3%{a301_`lrL4`9d2E|$db^e#) zq)GT*Usic_skk#RzmfIT?ZSl12{d;o{Cr;%Ub$|lV!j*JdBVv3LA8&1^W5(nx#t+0 zr|VNBm3~G_T`0Dg6eE3XI$*05{L|*et&NO6PR7yfsEe94Kf1rYd@NhXQTh9*U}^JX z%a~meV+n>TI2W@ zn6@w5@7lvoVlUIJQ7VR%+xNfUTv8`-#>E5etq(GGk}QQ1{dG-G#5|>ytEjGD z41D|L+G|VG=SHfZR0u2;2=c@7!*-OhPu}0?+-qJDWok|Dl~2g$KG~Z)VhMY=hwG}m zw|ClccyjC&XkleVB1KIkMIAyR(M!xi=F386w3!NdsU4-x-HL|`XfWQa7T5nY# z$-fs<+ow@b2iMoXA%KJ#oFGXVKN_7W{pzy=L$tF!sWJ?!(GsiCUU%1M-bUH%d0w6w z7!Wjsy+kEW{_rcVM}&tHK=0nYQ_-LH9~f9FQlw_-!@;Y2KIlZIOTChiO(H|4osJATIA{E*#F4g$G&`JV)DM4 z5<_HoeXp9r0QRc5_>Ak${rgwZ&1U9n(r@1Mep-)T%9VVLJ0pXRy#=dG@-w4+!Jp9x zE-=n#HNXhHGrc=Fu1(nv zPT85=cM=S-u|^c$dYEKSLHpk1ZVbwGniAsYVR2h!HvjbfCDOV_2W6!Y{63(n>2w_Y0%-$)1S#D$6HAu&7VOWhLxT+8GLKWIECyLE$`Id$Kh5P zCmQr=-DH~K2UCeQ6_Ww$T(R?-97=}mllsX|Ps7%$*{g81LDU9Z z($`n1fn`_0xXDfu^z^wsR5__k^9cEgba5s6xxYXd`irpV$MlptO{|ZERuvllK8qsk z(Lm6rf)QNrD?xAyp0p!#i`G3!nI^V=s#7`%SrzM?8`k7%ez8VqWa0gSz6U;n7cMP! zcMH{gEyJ$*Vb+kYGaQijbQOl*WBq%wELP8Wv7cNNe&A`2U|B+{E<&riTtujMemQxjR}oPD^S75kER ze{oSh!^=!9WeT&LI30b<{UD*3Bo7Jot^b;WRnSAq1N(t2p|bWAP}aye?nrKMzismu zDNl|mQI!tCNUL?}c<=alNGAK8A3w7%(pZkTe=!uPs;Vkq-O8zE1_xz!#8LYknwK-X z(eK{H>~Ec}Q5y7>ol=S8{^%*|-{J(I440 zrpXzk5d8H|RT8Ggec$x%sjj^jmd5e)8W~$}3}H&~u4&AqJr(3xPMDclLe8BSckg@t zVJgSVm1Vbcgsh%@9G-p3ZzZHIKT=0PDLKU6sdA7_wexMu`1*ku3aAGu#>&&)*>%PZ zmK-fFYm>xeC}T2`IX!)EU+C0@P$j1|Ge`*+X5+&N8bLCHSmbj}s?5w6QXDa#x|N0I z{o_%*Rn~7r19uA)&EANTLS~peV$SDs|J)@818pDXGEqY;JZv&Lf+7->&{5XcBmuEn z`6Ar-8@fw=dEh49!8mF5AF9x_XWms9r}45!x4Q5C%a`-EbP7sVPI2h_qWn+YJZCKv z918A8Pvh4OiB*n5FXh8~p_5me-hcUcx#9*p8?Sak@TYrU$}Mj8daX)F9=ur3Vnne@ zq%o0{t=HVISCUzCs+dhm2(3^_ZDF%Hw#bqjaLZouf+Q3Fh%z&K2BIG&qaPtx_pMLX zKKC&SsRR{;p53XEgDr9{=ufLL_3#mSiws9NU}-uR>ueDaZmS#)gG;uoA;@{*)%6GM zjg`sdkyrF|)Iw)#RTyZA3&`>W7eptaANczwqoZFiL)AxrkY9#(E4JS&K6g-89gZ&* z%d_imb*R41&k%63*#L0W2x?s8v?LO;iF6HG7!m5httR|WU&#E*WkLV3;)&kl>wUXxd9zjpzf2gxI9)9Kb{d^bnO}Bd`^7mYc1e)#!orFnBPF=&n~<{ht~enAv9lLkB!4$Z(xf=Z+gi+ACsSk2m{b0&nb%c=C+k;cE2uOY z5)uS0E_#bWHp+@~)6?by8>y1krMed%KY5pq({q>O;Qb`-w`@_vtSKV@cPMDSC{sU7 zJ2sTOwD`OXh00RhDLkl7G~1$K4oEXyWNw?kH@xH0X{)%dC+tqrZfE~bd+FXv8s^B!-2)SWe1)=!lFcc)CHezw_j0Ro(n@1rP+W&xcj6iMdsOBZC_Eq5TAY&;@Kg>1Unjz+eDuLV+V}4ikczhU z+bsvjRQlR1O_m%&=-fG_)l))az9!uOv%_gsPclVCB?ilj>BCxVsej=W#UdKeitnLr__hU*aOfzB zUTS9>7MhFd*c(JKhz69@x`AK0m)r%9VnSL`_hHj@xpkDf2=wq{_V1H;${F#mmye4+ zIi=0%iB8#*98vr$E?4JO~Be)UA-RQxo^*WEeWGNh<61<9~8q#!U4i7>|S~(468*^VE z|1zgn!QN{Yxvn{35nm)zd{sG#08-c7xUHan&O`#Tbhy7Wpfl4I@6(ke0Y*9aQAOcb zs$ZkpF0Xka{XU+Wa1i)?eAB249Wz(KImE=ZI?(;&nx#=)Ge@Qd<4Cx52KgDrM1|rw z`j2ye5lc=rA~@-5({jxyQi+Fh>nJ5xB5s34cqe7$fj}>xMM5QwBzN}()0nu6FI^l2 zzJ2F^F*;#YdQG+F1tAN3@0vxzKm)3z>c%Z&Hh4J#b^x&kN3UWdeo(Lo>_#?(#=~T2 zSu5}JQ6`l!@o(OTcV}sO%P}lM)R)uVpYInO-H!8e7YP?As;7`wl#Bvtg)Tbt>H^AT z0jFO@fOVD=xs?(DAC9!!e!#}-bvuI&)1SaMo%s&AjdN4_ZRMY}Q)?$X_58}UV!sHM zS}z@yRGsBp&aLG?=E^X3&)RCXUW3nr^YVu|zqcY7`qatpsXcuowbk%Igqy$!<@OoU z*+=ZiZR<3g2a(KRWj3e?+sJS+P>SkV2;W`is7ZjG#dd@@S>PMAiQxB<7LH)Q?jb+C zLL-f!+sp+vi+M|wBD;q(kSFt8z94ppWc?UiS3yd+3iBHD%?ybpRjEq;$2I$G#69^p2sQE@Uc>2V%8kzFk$vswR1 zdGTUwV~#$UE1B#Z>V)9vQUzbVfzB|T*2OeTisjj97^va5G@~jd*dA28~^q|V+u41t?xJhaxynsAT zp1?Jq3e?W|R=Nm96*(NBQ_EQRR;WIFe6Oa=K@_*vYu+{CBgHZIik z{%xi8CpbX|BgcIIFFN14Aa_a3LJimX4Hu{Nw5O!o zCQ7&k^>_YUD_;bTS&+t!To=ZOSd`#ndm8=xF>>>Wz z;8)j9nC+pIFA;{k1+p|bxkIEGU%do8CAkR)TEIOYw7}b-=TNNIV7B$fs1ymh0RU@6+l~5nNbq6eIHcfQ*Dg=yPI`^Yx?r5Q~^fNjR2+ z>=G*_VW?0-_~CVhhyPF6zfdPfYD?cjIBnJ4Tuk-!I<#X*26&H|`Gw?A_5U{g2lcZT z98$$pU39*ZHi?qkzb0@`#5Pa0(miZnDQ5CNr+=vQ`Ehvs{|W$r5JBQ6D+{L;@b0XB%sA_X6Cwpne}4WxvhWN zod42{B3ljw*j_K3^fUa!ChN3S1!vwbbSu1YfJE~#%nse_gTL89p?9^z4*3{s-Iea_ zz82Y#ZK`srr0Zi``Tv0n5Xa1kFo;AK(RZJSToCNaIu2AvnkDjg6RshkOYPc%aW%{k=cDMfW3S?=A(x%X}}? zUpO~l9Lra4t#YKp*#tdTiCVbeRGgRPSXnTZDl!yDrT2!^`jofCb^X0Xg zC0fXphBUL#)3?fIVaT{VwR>qbkCL}CV3_!w(q^s*@$owN5{8Z ziQ^lB*Vp1LpoJRtSBlYYN8Kf*vR^Fi7m*c5fqH-Fm6PfRErwfBEG;O5rSA?P^|+)c zRJ}hNYM?T~be#MN*Bs`9lN%(azUtay_`978As$6<(D?bkgB>IDxA=|5*y*Q+tofRw z0yJC@-^n>IfZT1=r|yTPikN@_K7ltm<%rQcFq69oWj7(*tzUNefHwlGd4SqB7quIT zF#<14(}(>*)N4@6}ZbE+RWG!3lxPhDm| zau_7NK$G z`N%3ICO^vPT#Rt%m3~e>T(8M)4Ty^orr)#~r8mC|+ z8VYI~?s4#YvK@Fzyqayh2Aj&@x~<{#@7UOCa0Eu1pOqMq8jEa@huM^fE?UtFLLU0PUem%Ged zT#}aZ?YddoTRhkv)AIo@cnKmX5`7`3+THvDwB7opJx{yQEA>xDN6J>-VQ`=6`I#YI zMgWF_pVt%=;Q5Ebhd&92(~GwA=|dWmAPeb#!dY`_hjkvO1Di~m}c&i}2R1*Qv!^VjHCYnHA{e#s;jRJwzV0=Fy%75-IKC8wor5D{|X$zbK58v8)#Xy+%GOa1lBgqQWvT8*w%L#{M;?O zUK2;*Smt?F4?iHIvHhZi2fjXU#FTf^2<1kkq} zp86qO%*ya4pR`wXd6Fs~1HA-K;CZvGa;;r9Zu-)Y*uh05RGQeMP$o>UH&$~R?$Pl1 zH6(Pk>Xey*iP$bCkeG@xf|WzGOk~;&zSl`~d6R&7{bFEmN@niEGP%aJ9Mp8zXQ?ew zcZ@?PfhoUg@S_{nBi_Gx#Q_Rp(CoX>EC z>6nRMJlEluj|e_d;p7@(yOGUf) z6jK@-?hX!EJKC!#9cqCW4)ysw)3Fh2hLQlo-p*6z)fIffrr}vEk%9_B-LicBJPLh* z__(I*G?{|-9h|=a<-K{(_q>JsBK)#R9)3v)6`}8RJcx5i+aCnDX&@q#D#+OT>Mww4 zT8#El%OyE3BHQ<09DvTXIUTMy>WTOb*Uk0@jX%A5hV1e(>IDx37G=Z2+R^3USG;Jp zeZ=YxTj&=mvfEw&ZZ&P7uG9KeYrsI@y4U#x2$1(T0n+isetOIfYs08C^kN4oJl}~h z7{3e9FQK=*XJv2)fwSubCvS^PH-oJAW0E`x7I8Ke060yAL$D*Est-4j$9x4^r|}$! zsgr%jLLEe$smYB$ls47Jxj-t-V_|Vf+-pVM7@G2`h#`{4aV5h>R*kos-kb{!H*n3g z>-(aLlVgP5R%{n8e!0;EG~l4x1<`Xso_&9cdoke5J4`%Zp#+QP=3flCS)|M4-1BK5 zTe-UMYj-4wS5vJ}oJA{+v@zt$F&~Dxoo1DZ^Lg{2vm;q8c2}SLSQqK8hzr3L(t6j; zswxIYSu(l`c}L+_V7K!7+sCUWXa{{l=wdc+j2@w6`=C=%%aCaPG~`5RsJG!<%F&ZOJU}qchqN zc%X|e(O0i(QJJQ}BVbwf*E-PdlVNh6uWU%eRRCDY7-gQ|y(QV(kIqA8Aemhx!oPic z|9k~Bmm@#_CS3V{hhM*LQUk0lO%7jlqXX_qw2BWSLH+Rfd)ci_6j zmG2-iOs}p<3wdkiO6rhOe^q?7#mwn`bMvlj1suL6V`gqQXYkTPgq-^bct^eC+SvHtfl~XS zz1o+rAGlO(q}49<qTOAr#5v6&*PU82E%xrTiz>v5WtxoMG!b8*Z%seLm=}HzFaKbW0s!&K_5H^N$!a!ZT6QH z4-M*}+D$eXmf`8YHN06K5wf3Yapyul1&fgTL4RyRBy-$y=g#66hW9Re`)|}NeMJJizO`G`g{aY+R z8Ov822r<(U)f#U6>~r|%yTU(6R9wE?=0IU&<9jSm5iyJ2C(T@nXX9MknBG#8MafUt z6k_m>mDl}r<@q=4-kAYr(ewKcTpq&E)bVXCxb?KKSUSFHFZG+gjv7O>7iWYhQ=FHd zw;R(#&$5o@SiCfThV(JheV#F5N2ah_=3EHB_KVnqnSbD zuYp>(FY#99dxcyMm;Bads_c4uRA~w4s$i0s|BsDJQm!naAY9)j{iMu826$+jAvxM% zJa7Y%ap66DM?W0S42wb?>I?;w?jl{T93y2wmaa2{*-D^4KV2?<_|#et#|3a>Coe_R zpPf0Bo9nJuRxBn4V9+qNeR1U(!hDdlk!7YhfbHn?JRTd*8O-YwP;>1zAD*fgF3q2K zy&GQBi$qfi71jUE<;=YTtWw==$QXI@)Q8cWo;f~m1`o~vyH)sy-xj2o4S&hw7Sik& z#2?jW4t~CZFpA|R2)^En<2bVmv?WcsR#Y)2yTNBe@UdhUY`-&9UyqiRWe$M*mFV@Fc?F z#JA+qyYt7)<~qS*IIB|8?5-Cs-EFlh`!$_@FO9d-7{=#z;mcFRV`4`7r33()cpM-F zMkwM*Gh<-mBKSPvzjROonO1X4O0Qeq!8(hD=sOr9v|IwcdIy29ZVx$8^(u`MT7~g%C+36`I?Q(r~$^=TQ{bKz3mR#Tq;Y|B(<= z)1w^d(&M-Vw^P`Z`Cyd=c8-u>{6s7svpEriS>}fi)FEQ0%bPVzs(3`7pZdzNrvT8B zPmU#BXU>{4xj#jk4$n6VQx!XzMK0|xApEA@E_vf; zkM{^q@BZg&DdT}$xk?DKE(D^HA+pc2ZIZV2p;-X`?GsAx&naM4${W76{oxY|IaA(m0 zy^Hy=0M4S5kRl#7j)4;hy=Uuuw56adZ1?@=h#*8=J1I>36{(uUVUP;&dmxZ}wc7!g zJ=jV<-A+3QSDJ`Q_mX4!d6zC4irtSf$RXTGiz8&UP7=IDDm(Src2jwobxPMvn}c=% z!9wq!8bhs9Tt&cvG>g*lNeZ)PHwP0Ghh8LVe z{eeIZNqQlem>49VjEktZ1f=G-F;j10_kUu;*1CtD{8tVnDTXN7?31f;LY?2;8{7|_ zJAFc$;Sqkw7Yr93{&oDU-_+GTD%`kwPLbdbGgFiuG=P@weF^I$ zF|<12*jp(^^TqbBmwL8}o+?%8kcO}&zxwBNye5o>y%lb*M{~u(c z3%3A5jG+UjL+x0+1_Q_Z5X0Qx;0?{V>@l-iy^z4&(fBLgTmMVE=OLZx$~l#4fQqjp zZmkXvJxnH~-oo)uzYJR#Jp?oSR;Jy`J;bBekMie^#>{}^7uY_Zxp%H6cW;U*oh0|lC~?Ze3mq$>aMar=2jmFVV?BNc8kh#iY`q0@QBQR?~O6Yp}a&$FyCgSU}xgKyIhUQ_Ui<1o-fP_+#(Q#k8JlTi`-@i_U+Sh zib$A5OGAJfH`lH5gJ__Vv~i`zn!tv&`lo zbRdQkd2HddrCLdNJB>oFlt3W7f{$M!Q6p*p5E(1)>5`oNk)Zv-_#nZ?nUTE-F1>~UG1}d;-_$VEfo&dP3Yio8Hbrr{Rbxk)805kUaQ;O&I0 ztu<;$zTe{3jp#D5%@orMd9AF#{-af(fYv3VwrVP$eEIssV@2)tBio+xKaQ0cfRtDM ztVVAVEHsz9EGso-&>zsd!0)xlyRJ6{xMpiYB}^yb35RyMz&BT(B3wY-J?Z{=n0kuK z-X--O4zKoWw%Cj(@F^~x4rdlC)gOzX2$?`hj*~$F9@oA93Y(1z=$yWj&*P25&51Be z*#14cO(5n|dU%yz!Ixh^z{&YCYz_!F5%+8IzJGJ;@?FybKxnd%PSQuq{q6(_d>zL) zm{}RVOf$)-%8V+p%1)OWu~pXBWnC@(wt||%Fh?pM*9{S;wA+H<9r$oF`G{U#f6|B4 zX|nl2`8NMTozZE&J^4Np3;bmxS??2WYog@dicWW1kKKZ%RI}(rv{5S@{=o{`0{I|8 z;?L~~yjP?>{_a26_*i~Kbr}aK~%AWuk41l?`^>g@e%lHmzC1UPr%$sEFI@P z!wm%uHGpe*&xVH20OI^ZS@QY?id@GBhL&$b2C!h>`z}p?P6O1NjJ4G@#ZtG?!b|wu zt}>-SDRes~P5Rvd-iu=W)iXg*tMcy5_gxO~K4^h;jrMPmC(HZfZ_oeQRlf3Gc$*4* z_<#)0=&6bF$^N4>^brkI2~>h_pa+AB^iK0>q*uf+_-mwyqAwz9LHU#J)JF#`YTd8R=_?|*3C$da9jSx#BQs&xzMVsY`@(^w#-LXvLNgXAfle$hfF^*;+8 zhuLg9o2ghb4d#N^I8=e#B(994+v^CzcgmE@;thd&j=cA9{&T z9(DZIr$~ntl^0{~hntuFWtXNu2!RcmNfs*Ibn%pAIHKBrYf$VmdbE{FN2R!mb*=z^ zstuVdiT^o8>>Vr2weDSj_n)9N0#A{nfrp=bVlgZdFJE5DFy3_p#R9$nGk!qJxK8Zc zp0Egc!DZWeik3wZeBbG zSd8r|yFYw)DH;Y&&Ldp1FhA$t0*@1qt(00U>YE@1VAHh4_)kIkN#GB7*Rcg2xd!`b zf5Ta<5rEp)_mV4ji@VV#{l68Mef;X^&g1|}eLz_O{#`ye`=j~( zLlQngHF!pDUjf+iY7xy`;DEHy`8b*>` zd!xQT%vULQYs}q=58!MijM(`aKUoY4U_2GwVzy03BdJ!@uPyHtIl#+gPOZgUAFDe5 z1i$QE^T@Y(3H`_uJ|r%+*^3t&pRPg6Bm373OPl(Z)Upo z(I1YX8Owih9&IW1s&j8W#cn-udIjt&^6sCmXS;@+eI!&vp4|@ZvCBKmW%lH%W~7wF zg?u~i7Fbk#+X2^T{km(?Imo5i^#oonAc$Pwf?FlNhsco^ch5a&MI9e^#XZ6;e`+3! zzq`#RI=6?~cydLu%k@!(x%-12+sr*wz_0u8qT){QHnONIDxOUTPQOZAn;;xRd6&Og ze!|LGi;=C9ipTH$aiQ7X44^gmGO{NqfHTQYVu6T8ltUpo@i39&kMqKB`avSj;W4 zrBzCvkE(n6-zg+_;lQ2MTgRY^a9S$kaojV4kVUNKIzgFTqaUaMvR$`gnh0u;Gr_`Uy^OLhqaFPz;@X1Lk8q9f z9q)5@4iE=Z3}n0T0x1vqp}rT++0&G4nTJ#eax)W+vyLd>Ou-aG5&vQ)E<<+ zp3fB7Ll%wd>XrQ3*8fRw^~zfVPpyHdd?&W*Tkh8Ts`z`#rfiWrm&=uMGo`=vBE{0m z{B(GU-1^1@Xaq{i(F>n${6b5b`GdJD3@W)T8}P#%*CtT68nF|5Oek8Xi}dp#=D)^0p6 z*<`G zct;Yj)F=ngVXdf~w~QnsNHJfKjDq0h?L^_}-mted|8G=U*$h3jh}K06@OA2z7jomyPR0 zA!{B$lc{AmKvkij;M>U4@bjRExBr=)L%W3Y&wrOhsh=%B?McZbF zjz!t~IJs#LLOe(Ymw92a`rWq(*@ot8RIm}H*hLQDc0)4l)a6ueYjQGar_5!&q%0-XT00dBD6vR5Uka4)shmcbv!;9=FCn-k z<*l|@BgTIq-xXxYlh2ylvPk;k=9yRLQ>Hv6AD=e>MKy&=l2u;l$IZ!ao-+;P83Sv}iSc-(01B{4T+G@RscJIm#n=kb_)S6{yc_MfjY zhax{0dT3DpWj&!E+n6CeQH;_E3(F7#RMnG3Wd?9QFw34=I+2HUEd8M36u`Vh{sux( z*`Wvnn8_=vYh>?&Mhk4#>7UW^TpxpTD(2pUXS~G@(}A|*t3mO^)mP%FIf41s%0s0R zVP0Ds7j=wS)OiC?q|STZz*b5x5`iB}@K*TB!&(~=H*uM$n^BR9XV2@D06j$axo#2q<{fdiaFpGN{)Iv-DOK`g;9h{5v#?#D+v2;B!5Zf$ za9*WuO&Yjx(V0JtTTBUJ_-|i*E@%pB;U$ohq3FRIA67Oc!RCXa7PQQ9!D6`73knMIxkc%r+X7;tQBj5pisdtQ zzi!_Z@V*&AKb(7r-^OL@h+x-A)|wDQ_sB@A8XBrkpC>{xd&mo6T-Yl_n@OwFETGAbZz^yf2uOKlGD}{PfTnq0um0FdHnc{ znwpwHzLtStxB6#^WGcN}I;&Fp{{H@L7qJgXNxyZSC;ivf%v1C8?_@H+EW#+npT3zW zJ73|naUq;hlvX1dza33|)|HaL<;YV4RLnzOH4xD)?HYY=mLR&D;mg;&NxRoI5gefL zpYk4SQWJgXG|9-!WaZ+bcoN4g<>q$3udk1Vj36K&;I`8`tyq8mWhSQIXtV&<3km)S z^Bzna3Sj16zT8$&e);MZQK{7==;Q?SO+bgFFV!eR9dnZ<&GP{~gMt=}Qq&p9RZ$9A z@GKjKKqPJ_LaW+C1oB>X{h+{Z!$2C{N(8Abo`s^Lqt%*{ z)X!7N?)jMDI=JtYrElWs0uo5@{O%j;QRN&(c=To-LXr#{Jw-v_ zl0=2;BIx0uy8 zWPM(luP!d()*^wd^gYN%uZkB<)hrl~Ob5^hZ@PcK(&)Nho_7sa9TT&MTdd|8C~&uSNWB{*Np`-P&c=56GDGc5Pu>7sa$;hL9Fwc8u*XrJIxdjeON(q01{3Tx zyr@eOA+{To2NnVoeyXH-gE>X5xX)qu8}hY3G&!)-vi!b%QdxHI{=2AN)lg*xdCc+g zv5hc;w2X`lIvx5?rssB50;!*b=&=+9UL1aL0DMrD{Z$ z_Jh%-Tg2V7M4`G1>?;A=Y5wJa28?e64Bk4BDxb7!+RxVD0vjQK`Hm;i99?J6(BrwJ z#Iz_UApQ7lB&lQEV3UN(pz&gXP7bJ+ljnYa!5mj}w5Pd^Ne`>`C& z9=b-wC6Gvwb@46{BrCg5K*ITkN&UIbz4E73?uYCfj6axG#FeFWbw4|ZHUIt{Rcdzw zcVKOO#Lv%6%0glawp>zWe*L=BBSS?F7A$%ptGC_D4Yjq9xrGIB_`J>f5YL3?;Uu6g z=f;+*Jx`XdUp_+j2mbQ)eRi3ip48f?<_6#IubAFRI&6k`%`{bVH^=FgQ$^JK_XJ7H z_+=PB3X!p~SDfIj@^xO9D!sF3&(4q{k9=5|D(-k}Sm?`GTT^AS>q5;w%dQG#Rx?Z6 zoF4ifeI%-aR2xfU?Ut4u+>VcAc(%x(Ma%)3N>` z$WlL_7lHyz8}Apz#y)U4_;Q54#TC*su+aGSyY!C<>3fUD{Ju6PS6`p{w-}-IuLkl# zUQ*t{bo^1HTJF3y&hL%#>*seMU;Sa#qlas`I#?mh3ym1G(iqM8%6f$0mf@38Z0iC)6mzzoJRyXdsns+B~K@-c#21A_I$ju3Xzg| zA)ds&Vi`1fAmt_T@L|BUqf@Yw{)%b7mOK-%?8=@0@ykLn8jY4rAzfJHm2<;fxJXCW zrG49GSXb_C4eV~?=;&DAhZfN4V9;3jDe2~R6=O|lWMo88`kNh}+cx&=*Y}M)JP4Q~ zNQZ7*`EcM?N6w(uZwa)9GDiz_TX@u>1b$+#QNO%bXI^aNHbw|WYO13S3{uDqV%n@r z>{CP_cgDnAT;Oi62iYQySDT<_m@s^KmQMHxOMt>+d=bZ z6R;w^5RVx=7+MGr(Ul0m{+@Fi$ccsJCHVCcSOa7UFK^3cmQ+=DKsCY$F=D{w3z z3Wa^4rHeObRlFfGTOlcL>{SiZ6bZ? z{du2fzn}C2+QdDhz@Gi$*M%x^acZp3b>TYFn(096spsM0;e59CE3_RZ_A2igDxNc4 z-ku*Swzv&4)t5})`7+6Vp}>oUK=hi3gj{&Rb7Un)#AKE8A0<%^X8f~gu=>mvgZioW{{qzLcnWeW9~;Qol%^78w2 zR;3MFi3-0}>;GK~K+=6|o4!S&k*h--GI%DOP|S+12S=<>Nls1VaELarYde>;9F>r8 zbwL*ZsJ{OGx;?SSXEY6;;U0TnS8o7#^X{aBeEYca_SX-FcRw2B>(tuT`cZAZ9ewo> zENcd4)GW|3F>y<4Yu&)Wb&aK;wMUJ@zkfH+>|;Q7CMj)Z>-sIUA*Ew}6+%cPGlN)9 z+Vh`8h0g<^78w^8Fg2x@&2v*)N{<)kviTG|uHL*D%#;SB{967EsmJfGi1ASdcXqT9 zu&^{4`3%O9bZrGTnfN=8h4?;ew^?lGW82hGXLQUCe!9xq&fE2H&Z(kd?Xv3*(8Btf zP_%g2iYn=~a)(aRYpNc+ctvvTKmCo};1}(2%@LN4i&5`~y07Wne8$HklUtm6rAx-? z`)>s4vjr0eavBmecxWlOX(@!s^0c_+6`#oHxRn$~%tiu9^#FUX=>-)3iXXJll^k3V_zNJ>M4Rye#N43}7jZF)xL>m7=A*k&Ne zxkMnwEA*R#{f>knWzw=?p?2L4gSol6Z#fD2)pWJz#L5wo)kGO0V*DIaZSlJJwwtHc z(-&_$zC3wA1)|IgvHJS;Tz=_0(|>S#2*w)w$+9sg@u0ieR&dD>>*;O`LnSNE9TLIP0fsp`c@9H>b_!|OkI6Y#z4g8 zh?nmAEO>Mw&2X3PpmZ^-$xc6d+ar0dN@~7cV6u}}{Or|*_L^YX6sL*B>wTznu#Qu| z{dne?1g(B`=)7?Ld)h{m?pHm^iiO10%$2$&;#r-nOAOm$M0LzXOcjL5u1Y?;g5Zr4 zeRdYBDyCOWQ(L?qzm*z&#C zdOkAF7X9Fui9fV;5MCJXWf`81-_gzBo^W@9dDD4GT3mwlf&x53?A~W#i|k zkw~WVs$m8f2qvD>{`hgFN+hEk*2uaP7jrS=%a_!QJm`Uc)^a}3P*_$pDtrZEw{^xryYPm?W8GoMu7m->w|4FbM8T{ zk94Q65R`kC?XF#fY#CQYAum*8c%LUK{gl%}a)Vc{|Fd@JTaz-b)jSFZd}?+au?6-1 z|5hLmrxv@M)&3sAmwj28$!Crrm zh*NHwcbf3ujpIf@6Du|3g%3V08@@JSXMsw8|BhTD71Lv$V4~_Up#f~~wt#?d5!&HJ z%~aSuiy?#20^tx_6j(y~4=3OoPvQw6kk(n663!&iB_1iV({z~RD^FiFBiH(v7?L`B{vs_cE1Nju zNA1zuiJdJSI=9%*J?zEM-hs+IK8AhY#BUt_Bkr5P!NnCjv^w}A(gsZx(NSLeW~}Uy z?Ujb0%$}i=j}`0SKRkG^w9-`ekHYE;wh;r6l()P(@?W_6%BZN`sNbQxk&y0gq`N^v zKmqBJ?(QL_yFnV{k2rKmH%fSSVJRH zm}0RRRTw#HRBk1<$5!v9aWSXBiK<&nFvVq%K3;I*@A-L*H+YiBNk{;R$;!#uKSBde z=I8ygOSR znFr1u5*9t=K=gFc$1rd*(ERrVxQNKHeK}1{Tx1Y{CqQdkqPV%sV^$mB^pEOE>U{aB z4U8zytoB^wu4d@y0sf8NIj*bzY4@#DdE5m^bN|1{Ie%r@0z7~sR z9&0P$o4k|KoIB-L7+pwo$z*8eijS9f-LfVdh5F?4?{+hXg0aE+2u?=-|5LR?m6MMg%3h}OGH*eW0* zhzLl2na8Y z2RsbQ!jR%u!L+=SYdk;sTWyCkr)Y)VJpE&M=#FrMrB3j0@TM$?I{i{f&YzL2F8y`o zZkyi$F@FsVf7$ZK1^69dS6ra@-dTWXbDFdx7nqp*oHWL)UBr5;hUt=+$S`m7ie>mR z?$uQ$hgoS47-Z8(4gkzXfLi$rZ;!1BM9QPwVIX*8C-njlj5^U}0dLdoLvbx@XIu zNP=4Ut0Z;X*UCQGQ0WWxIDp7$bnN@o)yLh5GhA`cB@UP)9os|2#s+)Q9x{{*5f689Fo` zLDc!M6VJh$uK}Qjwl~|eovwx!vNHbuqIwWRocsyI{0~lfQ=_A(Xb7z?iG62zk-2ES z2(3!W2=U~a$$%yzYiaR3I9G?1HE4S3v*5wRu=07Je9dG#& zEqwnN!P9dpe|OhSpaVU5X1Rv v-ldyDgU)B1)4&RDi-9iF-lpg>eij9ri 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 literal 14360 zcmb`u1ymft_wPBlOM**qf&>r2J-AyS1a}E;A-KB*4LUd^I0SbH?(QCf%iuOM+xh+9 z*|)pr?Ek&9XV00b>FJ)SzSUKI>s$AJI!awt4hNGQ69fX`D9B4|0-sy|-sq@6NzQJ! z4FVykd24@km$q~>ceQnPw{>y^fxNPFQk0aCxCz4+lZ{<$o9J$X+Vq&&XJpzm78#Qb zvP`JVlUyRZHe@96*>YKy87^|N+&K6%W_NFGzvPYkGl>aWQXn<_>g*sGxAEYfo3Udd z@4K}ac}R?5Q)VBpGvz3(4YMwo=Cic3rOj+&5Cz|LO>6B$e~WsDI>69}(cW3-<`P=z z+C4RalNaPK-+{Eu(f@*vW?pzn*YJx{3vnK+UrH93GsxMOePvIte4Xhy$hz6t}EvfC5eVX&tmtrpm zE}kSyzMe$1>6tC9dh)x45|MVDE%9|29~uUJ9wBB*9hVC? zouM~KC4YH}l9$lDimyl@V)yq_RO-?t<8qqC`pm&SG=J=4orV5PtSEBs-Er}vml*k^ zb*|jiyvSARwJ&2_TpSHP`VI}z69_$Y@+|`h1Nj9lf;>$mI)((Iq_jNfB|4oHVxk28 zi-emB9$+uPfA=m%CJr+{JMryXnpgxxFfRem?u z3rE2naFxCt@#XCzxLLUR7O8vilD!@3XMH}o+Qsx--44Z*ZtBl)w*M_hi$W0ZG77oQ zNYnrNbS`3mkH<~VEj`MJ&h6qTnCl;O``!qa(zhKsnIlYMRZr&MMQztWP8@^M(9mG> z`7?#?`Qc$tPY9YR7ipctXL2Uh>_`gi@OEh5HWw$nyGnOgD2F)pt#u#-jYhY8YSFU) zq}9${Ux=&R>hb%dNf!=o;kWdzqk~s29-XJ>ry<+}lbaq#8|_bBZG))bbTE9QJH(|@ zAxP-TzWF`U)U3=wP4+<25teh^?nSe=ni_vBu0N~`Iz$RCNjKBO!EvHNtyGLoUciU7 zs74i92k#zPJJ6D*K0gOKNtt%j@ohz9sT4SQe0%lM21v@i+?M8j>M{a)ElXACt}|_on$oqJDwGh zmPS05#m{LO0=bTl$2Iyp%=YOQIy*c2$6q!Y3$2N;4<1*}B~ZejM}I9V?>zNTuBt1$ z2!Z2em0i4_J9e+FOX2DB20_W=U=zJ@BE91@Eo+o3W23^}{991kVp-jSntQm{lOloy zYidD50};>#m6er=iUcl#-;6XgdY(X_z!Fv6rv*-Fq$s>>GAc`gSo;JA&P4cuA^1mGZ#RlQ zUn@RPb>2^|7s?;PTsfBNrXT1~K=sSnbeZE;yzkywR$ehCPXgnse&In==bflS2lV1w zg-54_-Tt?(j*JE|GMLsfeE#pU?eRJFMtZ|Udh4P4%A;|@L*2py4NCXA4bqllb2^(| zQYr_s*;9QKF-T!~;z93FipKM)|JIs-9VA3-750T#8~yj~ zeliLXV(lttqd1tY4F6&{_%h5wa#FG`j{(cu$Vw9GFMb}fl^jOU3swVuA0VbTH7NzZ z8V<(X7B_0F|KVV=#>Q+MV5FxWB^_+S6}i2=og!EDCo7C#M0}I2Oda-MCCPYie;u%) zryle?IO>^3L}W2nj=7fzYKO9v&qpUEy%flqNMV9qmx|~A`o$}gF3+&k@R_6(4H4n` z?r!%UvdaP&_BP(#b{0@KFvz|X#|%S6!=;q?@Zm$W>MZYu_c6QbotKES0Oi5ind-7N z4gS!|=Amnk1*`m_K#M_q$(@+QS3TS4Ds^V(dnlf|kxuybwyBq2XDmz%%=sBk8$lo= z)9);xxe7na64vzF~9QxuC2J9XEo$AAAb85N(0K!bMxl z1)an0uHP~<>-N3lov}{QjOO3mh}#j&Bs8o_+8GaDXBI3)Gr%qqfu8nhXn$v3GNj*p zC}zR%^grmy=J^_3r6Uhn*%T>b(d|Bq?%s=$8o#(IB@GW+cZ`^}k>({2Q+^#Xx)(fc zGgd}{jk;vdM;a%K93mOoXWG1emXhNwl3RgCLy6mG*HBPXga1t)nNY^m*%^PfMCJXL zFJCepc`}+${lutyx1B$A?_Y8dVn$3k)#rEHNV5@#XtSyy7f&Z@aB`7OEp8?t7QV<= zkL(Iyjy*ejUZF<6|N4a1J9Lm7*R?shDNY&NyRjXXA1j*@CHXqtteF$pk0mY$H=xx> zs?T32AFbV#`JoXUmESjzR}qLv5cOVFVQN1%Z;m;HQN>!_K5<*ynA8%5u)T-0SHmBs z8E%@lcx>9VN}D`v(zKetc$}}z$}~s+O@5?lPmk`KJZkwE&_+T+!o0RN3PPEDphQ7I znX=&}I071(ul^VZboImr*wke1c-pB+5^x!tjv*S=5t_xB>LkC7Pi`a33LfR8Tn?g% zNNetCla;tlAn$c60yX7S%H+t!(c{2L_Rm;S$}Zu?<}v^q6bkD=1GNJ>!V#zWn^d-v+^ev zF|k*n3R&{J-iT3PVaplOAW~rGinmld^xvfIbu+KKOW>5*jHdjWYVz5Mf6e*5s(9pD zi<`9$tPmF;Xbescn4L}7Ux#VUex7L@ZGeKG{XKMGn!hy{%o7Xr{H<3!TN=Bz z)r?0+s0*JFSWxM8uWsRbyE)4puq2J@0E1w&C%X-pzJCPUsdrg9eGpzJDTW?=512|9OlI#`P~3~ zwqi@)<&-?SXM$^-s+mx;{U$=|=+6gV*ZRC0$nOilr9dk6n-D>{UON~=d#?8Dtwe+} z+fSQtG0@gGIjZf2<$VN`tH0yH_c0%+lkL1ur41^%^D4$-)rashbqcE|gGZu2x!?VY zE62mVk+A%u3qF^-TYI@^*YKU&9JP0wix3m#@##s!&@k@o?99cZYZH%t^3nIprr#HX zVoksmreIa&=hJHI==56E$CaanNFKNg*)*)QL**7r_05cuG!v?QAv-DFp)s5lN_oLn&KCWrEqtl+2m8GCw29rU@(7SyS` zMbf|+85v2*$#;S)ii#NCh?2))@(8ljWl%QC-9bpgc9(Hu}j>p>b zWlb+HXVlUReQX`KA{gr`C_sclp|*@o1GCAcC%ag}NLL@3H^ars?H4D`RY14s4@MBVN!sgP^VFL07Vx}&CZ7O_DWq}Uk4VHRk-J< zGDQYlj{RR6oV+JazMqIU;pXN(q3=!mm)$V>s}d*SZ)4U}S7^2flCX@%+Sti3bkdPi z8?MHSIGl8f2t%#LJGOx%jG!nf|&Ol(F6Tn!FKbi8W_L} z$^VoHPb;@QlSTQJ<;pKx+hgm=-0@HQqaSbnj#;@4c!x?Y4pWS7c9}|M@;M!9{@#5F zg19NcELuBA%i*Oz#Vob7v{ul|^YTC)9e%-a?SXCxL$5!9oH5dmju-)9(hYnmvJkGH z4hvKPf#iohtqQRuT{~K)Z|-Fm=_w7Foa&&vB+sNeyE&0;-odM4*VhRM!(mayAYdd{ ziR&5vk9Jk6Fx=V4W#bW<)70gy;8X0+MNf!DuVMrK@6&Vm9VVJ$X^}yn; zj|7k}Kd#XN7fN1F;fVxJC3Imv2B9HCCi$^gwc!b=r@r@%ST){8-?2J-du^MqM##K? z9mwSg@^yLpGB1s>|*s6-F*L0^nqQ4vo#{2+wY`16fp%>Eu1Q;Armm^!qT{z)LjT^Cj6AWh5U8F8Y`kNQJ#T?G1r2JES^diZH5Hn^nsZLdj7@Yg)w#H{}u$!ERg6T_~|9GXziM%U7a#HPbdw<$oSZ*A!21 z`lmmSwd$a2D=U~F19<(hV-p2WMr^s-@U8gfW6Jva`q#xlY}61ks2he9>q`uClWxq8 zPWzdWpMUu|MAb@0W)stLXCe~%YdT_4qS+WX=bxpQeQD@T`&)E zOpqz*#tjRgSvGFCfhDU`fbDmT_vP%}TPFM#nwTLW>r-}EdD?cb=L!+$B4YZ@)PHCL zR^~Bda-?IiregA{sFe-wx@^E8UX;8leaAOauakR@Z-Pr~nF*sYZUA#@Mf6`gu*oi# zQWz#Uxr_Erdt8QACGgL~?EMshp)ZtTFAn(kWf)*;{35(%u9UD%tb~^mr|*<1Sk_!Z zcTvHH_hd;3avGuR&HN_<*aZi{AKd|Q7_xaDVZafw?zpcxdgA}~u*U@7wS|%@A)=|P z$3%jQ6j?^YStw^MPOL3K*;{}TRYt=gY-9S*%fQ0pS;ixXNBr7u>`ys?R{vaJ9G9$s zD}kPTs~?fHj;0SzIt^$PV_b#%9&1G#QftjDEk)*t57&tq+iUyr{XqVn+i6&JvrN@$ z`F>;5_ER0~xE<=$`S7UCcPB^@mK8GO=1}A{TNyVu0YjH)OugvhO(7rh*bS%c!QC97U>+>k+y; z^_`;73h4dHk`(YG2U-|GbH)U+tB&Li6z^?TRooueA{rsL3GN$QrcV^CKV5A9Xtc|n zcGqc@=6_)FbixpwScUsI$?blVPth-BCZqet+=LuhohF{JczS1|1qs;kcoNO_H{WB~ zfPtI`L!1T*6}lMGH3+FX4-KEU?$S+v!IA?$cl%9NO7Xtz@oSpgIjugs2Yc}zKBo^C z9dI<;*&QLlcG9Q^uxyErSQTI3gwtrv9Ms*I_rx9wteWp#V;#-iTNqQ05-;v1`8wSyXBy5^aCbkMVdb*wI`9%lk^oify6)8nCD7exYARuAIO>COg)B^rjN z(p-cgNofT>-7zh*Dgx$iZjU=CZZ-Qzm?R66eYvuj^F*>shO`^i;vnBEVV@nvIE3QA ztX%o{e|Y2ab2(Dfblm++Vb$$ z@Sn{cuErCnHxp{LhZsEMu*$R% zPhTux7srsI)%W~)97eeTwkP)F5`sW z-Bs@EmDhw+oADc))e$>=P8hn>&W$bPOg=)~s|GoB2<4O2q5olf+Onno|&u1*} zGFKuXG2&lb9xWEE&GkO%#U`BKvQ@H8lr2u?B$rU%T8Tq9q+{RF-xSEiOf4^`^3mS{ zTgVOp4q;TUL^lElV% zc5C?Yr=*{NwBR%%Zq&%26#r8kd0Wwv$)91hHQ7GeDqw^#5jTx2gG5A-%p2#GnV=Qh zVgZLkkPMSmp6Y^Hwn#>a+9J9Z9qU)CozcJdE~b?)z8LAfW4u`gN#y5E%{dIdEF@N0 z_hcs2&h)=d*0O!HXM~f0^R`B#>dBd8^DMw-fLydbA^?I zac<+v)B0kyMTcQ1&&Kdkj;}1Z43Bf(KVQwVj@9JaMMz0*2V+T*d0-Upxp#7roJv?M z{#QubG6TnvgF zA4oBqX_Oa6qoZ9`W)M(RN)M#ECwQM{^rKde)5jrddce4`IchBYltp^0^ZA1T{_Eq^ zu#!;KH^6KzkF0kTJ4fG>J{7}?ZR6k&rlS*CZ#{{*0&Aq=$GnNk*UmQ@M=`B4(zKA$ zPoVe}tT_GfQuGl4)D1M_u~!;GyUtpf z6D0M^vFRIi+cpt+oE?@~GmrKlu1O1d{eXRYV_9gQ`QWU3rvV zG4ogo$Avq~8cNv;=5PYR3E4t&AQ-UiOgFTo;Ps9ihr|mIBmrM7sH(o!VE~F-3`|`o z!RZ9QqQer(xLN)vPkcR_j^csyhUaJ^pR4pr#^Vq75FCPTlPSxv6Qq+xYE=JW9}^QZ z&u%4t*-sn^^nAGbLBbj29fc(ZPH2LM>P_9o&+Y;Ow`wwtLhAG2HSu5+qW=W! z5^ocdQ5?=aOa1eZI)+<~hb6ATeoZ%7P)0U^wG=KI_)eti3^XkXvqiEi~4mY%v>A!C)MtWoW zstFpn*f%e?+jk&jpPnBu_Gk|*jd$JCM;RjnO4tr&M$C9UR=MT)lTbvb9OT#yLrTu- z%NBl49b;kbfLX9wZKml|&kx<=EhI-@>P?||)Ni>zpg<;5P%10skb*uUHsj|lVr>YS9QWavmxZp zJ^dnJz|6`T-uF#ALLSGdn9K8LR(l1HjdgS(Xz5BBuCV4`Qc;FN2`qBnmro%a2^>CNT9{ z+&4e&+tUKGlVV?1O%g}I{# zgqu1MY7-h1n?%ob5;!5>ih-nja2blT1r*%Z8wP1H-qrNpF+@QVclT+ zx=C?cUMiqtq?jC zTQfa*h5XVo!gV38NGV0kO2y$r?hDRIB3wqtYq`a}SsUJLj^q(86A07M%^|bRyHD<4 zzR=T2_{qK|50h0f?>=xmq5S4T$RSa~ z)hmZ@%1-no*>GLF^h6)&KVF*A+hrD6s;Xu?0KRu8-#*jg4Md>&Vh zUtfdkdt6~*z4o?9Ik%c5%5q=El6)k zZi1_Dda544Euk^@qZeIUqv6KeoPA#yq!lPBJg6a;T_;KDJNfw`WuF?EPg|TS1mocA z;ywn@%<7_mH>`_`#$#6rb7%~aBbTjhJ1Osa{TNTLQ2&$R94b=&@AI1f&GO;DQlS6$ z0Omu?I()xgoFuSmoe$!)!{Y*nZjuy zc!{|D#Z&b_i>2?ePQ}MsI?F8R)7_vOPH?(E)K>@gbNvZ_sX0xbI6V^u(sj5kZm|a+ zJw0|=oW;3+Kq_|zK9{_6^b%nK58oODa{~CqYVkP5>xg5zZhz6hfE3-=9QezqP-8y{ z6NdZF>*9wsg3X5o@`{e5&DwML*`QiLV}P<@Du4DG^qz& zLW=t9go5Wyi?x}`Sr<2jzoSZB{$jAOnB#5N7E|8%vC#}$zYNu|+n8gG*$Z6U`OFvb zkh`wEr-1k@s{rnD2kY@nl)l)Qmg4Clz!juZ>rr&M`a3r85px=0Px=zAA-4as5%Q+0 z88JVTeCqU+EFG&Hx9_VxF(xrsLGNs}DIvg5g64(qKchiWH0B{^rQ)mNRUE$w59_Uw z;y8WW9>G;1QHPkJmz&MP$T`|P+ejdHO^jAt*}P;$(IvNYY!^=}I ze(!v2c(dIH%c)RF69=(9J;Wr6!+6u6&oZE`;Dipuy5se44o^?ZAP}+FKNdimW$&{G zD~CWB4Y})Xxwu^qbt6Z2+~jL3M%{zaiO3mB0V{Ed>zzzV}1RSh>XDpq9O*H|%t#S3|Ef@Js z+1JaAlp7^&Opc4Bh*DqE>Og+6)v%g2Jku}KMjJeuL6K0OIwU-hJ&@Z_URCQ1+}POQ z4sqs@@7#%dJxi3xso5x|&(SwAEo7`ysmN>5*C^%wD%M%|JJ8`9`TCj*$n3#K$MmL^L%A8+s3>3UsSZSdMfe&X$AkB!}Q#`*cEZJK- zekIjnY?-jFiBXlc&0$^9Th<}5B-4ljEy*a==#34dvk`O<5>hV_>PXtZ^9B6Z>H0q2 z1@3a|-33y7Nf>+k(7!*BYxJDm1l?&q4bNU)+Ii@zGTN#&V7yFk}QS;u*MI3y5rj3+cbZQ zN;rRK)sB~qy;M#`;r_4ot97*I{2$MdQmydZ6LoF*rSi3ggn$&+8zp~7R+EU_hCAr1 zy}i9%)E$d&lwNGf-YCewM}uE)B4v&%p4kZ)5o^oKZX&(5mL3EmmN*o?C+aD{MR9If zvpqhUN`4iMiIRol_f?6A@R8^2Xplz;OK3U!Q4+_X%K%}KQ#bFnvkQq7L%H_*+#8xi zV`A;dM|*QWT%g(%9OV4x#^WE*a_iZ-ydHu$;Ohj3>FAT$)c^uy*sJV`)ua0 z{!Us+F4G{tybD|ugK3PUCcg5n3u4yx>xMW(T~X$IG_7f@&k>kb!8zWru{M+g4(6@2 zSLdWthCqlP@E}(gm(>BH-1(ip5995}^{)gGpD!Yo{j&P(RDA8|e#pm8hn3-d`GdZ- zQU&6Is1Mr3nRAhc6iJ2m*kErvlNxb$u{oqSkeqMAZeGw*29M`vT9_=xO_NG(VD= z3VnKf+`938f!ZyQ^JBF3dfPO#2mZW^c#(g8s{A$B5G+5bP0g`5(*eI9WK#xLfmGD8 zmuyzuUIJ^%tu(3ofM>+KcQW-WjSdNTNE$dz*f@BlIHRuYsyw_0!Q*M`Q)ems=pEw| z?3U32PVl^XEZQ%gHxrZDf+2}*>H1bbC(}RsNn{CQW(hZeL_AMO?axTF5$Bk$y+kg& zJ4`^KZU&c?2}3xNVBeF+6sDz{DECG&!%KSbmr(m)Jdit)`-mnp+@9=ok_&sy@yiJP z=9{Fx?M&y6?~3gf{V9aF5lUPE1Ls3W`O`L`Z}3MCHH?gKGqk@iZtf~*dp9Bo zay~q|A>2>hd6ppSUZy&V7)D-dgYp*3>%41L>y+}JpXh5Vs7@MBc(lI$R9=z3zFx}L z{y8;k9&4lY<>k4Jiz*s`T^ah1HC#j(L3y5*= z@NVMa{;mJuZ;H5;G>9-hW^sbSz8218EdYGGn`mE0Z+R1Pl8K$ zMu}V7ZM$o(10IJr2>ebP*~#!UA3kfS{x2Ep$-J+B*&GE+8{?bc;rdOMr*LDnjS%?V zRDkPfb#)t!LzclYfn(e0Wp+T!-CXr%Z{sS*Aj;>ntyB1n66fBHz6419$4r21YD^b{ z4VcN>uTk$h^FCwBU-J2CnFI)bnmr^x{)g>S$Uy)93V;1aBwhaafp@QLXlNvkvD~qr z%v(84Ne}xCZ@(x7ne1-|dqpbT8w)$UyDKu_Ky$li9oi%O?slcY=ex)C2b1NyGq!6O zArW|OtW9k7t%nChH46vcVS)fFE=G}~_MwtF@625nhaY&%8EXfUF)|+fT6Vssp0Ib& zdj7HrHMIBLb~)*MYFqZfI)FDlTrq7V-pA~SJ1>{iPGaQ3W;XpTVn2V-G~h9gW3*yS zW77*>S^31KSBDHhU{}PP;hI0B$DhA)sk}9Xgn8sO5T+UaqWqP%b9BWhewlAQ&-$#S zgypSMIl>M?E;v|Ubi)%1B5P)Y4vz00N@-0`C8mn$4JKE@Eg))4sztU)=?+rRJ3h5f zSuCJ30JxfdD>3YR`^O1#swKp&EcnncuHvC@6QD?O; z1}gQkRcmak`+#DI*`)w$#Y9Saw$mirgI$5wbBl?X(e2NRd{Y+HSBL$b#;=H;P3jzq zu9S4q&vLN%*KVeYd}8n7g+J(qPGcK1Vi4ireAmznjt&oJY2!%{3mw%7ESqYU!;BNrfSu1ybjtg936p^Q zZ;0JJx1gVx1YsCTN=gVI)&@*}IdKLavMTr7Zk3VW*9R%GQQa4|LyU@)cHnl2@6j|A z3B$N`kncZ}?L`K#E(;Sx#SdY-4SuYTmOmejFaiE+_VW&Vu63`2H_HMppZP;U7|SHf z_3RY?QkdP<35(#+B>ip<$P62r^aH-}S79A4eM;~deIkiPFPT#lBw&jpS+2N-TPL%B z-daq)*)kre#9!} ziabHMH9W|>49i#nSL{K*DWDcf&|!_B=J%TgeX0!aH*d$`0A~ohfC!$%G!sw9`kX*Vp4lMihatL19G&HoxH|ihXMh zRbvkVvn}I>fj4QZ8A?j4H0-sz_Wh&%utK7}WAyR>)(u^a0zMzh1t$RmO6c`uNk<_# z%MLzWh>-sjP|%nl*7@UdGKGQsk_ zMgVCpgPlBdFB<<#@v(Oy-I@RX{H{DXH(qj``_hplVGwc`?vc_r+* z6@*45p`wDbvbqYno>klJL8F#-ap8`Ri2-mO2@OJk%uxrFP}X?(&W;(7fwpP*^dImC ze80fIt81j5dps!Ruj0ZCK*>+pqpv_%#9la_?UQ`Y%ud zOVa8=T#OFsRYo1;c5%eB(J}Zj{eh&;gRj194b|>`tn;E3suWEew&2Q8Zg$#7^V(h* z&DZ=<0~qM;?tUQ_=yTpd0=l?eb=n>JM(_1>+Jpc)Ua0Kr4a4H*;tHgfi#IVb0r}jW z^+R?CU7qhs|2O z=`#ob2h~Jx2w7QKy{IMh^vD*fjS~PwR?zJ)4Jo!6^zr6nvor0dPoFLxkE`G3t8W2N z-XK6**M2!SI$3SPqxQRg;V$&b39d$PGFNj3)u2ZI_a0cQ{ZUIpKO!D~fX zPQb5W>T2u>7i+^xYSq8!gZmh#n7|M@b7h~kC#1BHFp(MyeZ88&!l z(HphrKTaic6!HcL0dvn(i!g;(!L0_kK(ny%@ZMMIyk||N11>zI_hIQdt4oSi#aCzY z2tYeU7v9>~*mP4kwbKqsQi^&LKHZ)of&TGwatTynfcg`l43|#wx>{~>qUPv&cC}ym z#UcY|>)8nK(oM~qJbTHGG0QYFMIwJ1B29d&tL2YVxIA9ZeK;UOs!igOFuNZ%3i^FdsXjJI zReCv|U?(&a3b4oi)g+1ysELT2o%eK|@O3$7V91VDX2cOxI$S*X-rx8&ZJm+8&_P~D zKT0KLc`J0@R3qId!0++o8D3TZ9s`SncX^ zqwB zYdns1IPO8tN__X&s7UQboB+|ics#yJy>%y;muCGmD0M<${68iUAUOz-l+Hq0Z`#;? zc7aq&2|h0v4xtYa4M1g zX4whD7Kkdd7hWO&&y;<3^`Pk%UP166o;0L~mJ^K8j6!_1^!4f!^Vx+^D#;h!@3`hTnI6Nr;V z0vOD=*WZ%xP(wh88hFTv00Mq+d_3xf_?HKH&aMG45df-yiw0zvPs~Nuk8dt?|?cEia?iTeM8YW|-(#uc|a z^^NX;Zj}Lx;yT}gG4MRZU%0Kr7>o&BX#!zsX^9zV1);}C7#3%{I`6q!-!P{qoFFtr zSpgy#@l0oAFeLhaK5iv=j;MaZFjl%vm3Xnd-98$Oxbxan3`!_nfdY9-#5Is6kgVjky5D`SQ5WPijYnSLGBBJ*aC2I7(L=qB2?>!Q| z#j4A$Grr&7|9#)n&-I?`92dJgGdnZ)JkRI3>*p4&_fV69l$jI&0E&BBYL5T_g1q`8 zCIt5s_SB;Q016LyZ0x1>!qeKr!QIQj%@qLrGC!ntJzNo`ju;#;Fm`t_s$+L;XCI2e zYg4)NsrdERFUK>&`isF-RvbHz&Q5kKk~$FLH+^wwhffvcu|dIx@gjo*cYAEw4NSdH zR*FpGCVrc{jPDeg96F!CvpWhOq>Vo@+i7Eb<6`4EE*SUvp38WP$@VP@dAOqHU0Kl| zH%-38^C=ul732-4Zmh?Jqjl)KwIsudX_1-Xa`bPc`I>}7pE|G0e?2Hw{62xgD-B)_ zF-xGNm1$7!O%jm$l;!_)tXdS#f=`?W)t0Sk9&*48Fimpk9{5e|+wCHg}aXXuY1>+d*3bT$g5dUX)bi$ag9nivEr4HlJe?l2PM&k^&4OBrijx9nl0hE zzSTar-IS9xaZ6(YpCKNkH2y-G-(dIZtJ#O@uR1Fr8RX6kk{ThVYU=3Sa^uFyF_WI8 z!ylYkRe=wu)tD0~e#d?dwY#qDne)kbUrBYHAZpw1!IbzrFSQnBO;Q)$1s1Zp-JaDc zjRlj0Tdr*ncd}VE%fw{#1R1*gvSxhW_(cA8ZhQDvgsF;V)yvr)h4LbjV4D||?i=us zK&^G^vw3JVevdW_c}KDpM&6W}xijX=eTbl+;O~^yFbm$4rop4z__zXJ39McpGybcJ zRpnlFjdxt7p%Ph`o6sNs-V4f|5asxgcb9;UO8MfYWs3d@PCLZEiNOG!K4oHb{Dtap zDenEGkx}D#9D^MN7)x0)%&#t1UlsK(6<;A)I#ywyQI?tyVjHB~W{7iG$ny z4_904s3yI0Y@a-$CBRpv4m*mXF#|%`iB-sH0dSi>9ExNo{+zD|P~$5b(~@2tidBIq zQR7?b%f$!-%GCJRQe_is$K7#N_BzpH6N>+wrvE0WSf~)2q&ug)!{7z{?(@*%e_zGt zQl!h*+x(SdL*Q$3#HMaeHqATSR#lbsV^ot&9eQv;^7w+4Qd0{;54<_a5w_IB?m?-)htCW!QX z9Oif{>*1_-p0qm+m2EVZl*8X`_chi#hwpaP`sZ6vDC8QlmI1h2(o?~S#$Svl4nYfDSKP&C4vao8*bNRXzWKBT|+ zoPWd_-hw0!jk=e5hO@k|*^}z|9JFWshwYMZsWck)*4wUiR64X8noFI7na_@#)sNEU z;KjS|qV~rzX+**F!gcV5>;(GR<((zt4-Oc%pz6iFupw-LjY&j4AET5rC3d|ZV zx>gBByOC*PgR%x&yteQwF`92O4@}r(M3c&JE#4h#Fe~UHdNNX}dR|o{Z&ML*eQz-5 z>yf`GuUp;;S1f7H-)zg>c#Fq081kci>e!m{6r^)@|7c$-NTH3wg37IXvK!otl9Dgm${5IO3wM0_6mc=RuD@_J zS7*_+rDSKyjHv4xGCdtb_ z=MN=nr&ThF=t+E9S;xo66=yMr8>*O{s4Ed1uGt`ipqR>~W;4y-)fx0MeU}#>@H|R#@C^?-9$Kd{coQv-02IOZMrkyaTF}Z1hc8*G zf0-LfkM1sLex5&B4)leE#`|XO3#akJ7(>oj@?fIAw-%nAGvqL-4HFV5#VN0fL|i=W zbk!wsv@mE{YNWr#(JK%#zz-ml7(zDeaQhlCG%t0CFl{U?wx4Zb{og&|hqEH#C??K7SPT}4 z_dPpJGW!J;k1IrA`!8Y zmeC0_oQ)meFq?Negd>44FYhv@ldexKif*I`iJ~M=QN+^^_VAlp@!ns9*C||{j0y}F*=t2g97IRh(p;0NeMtL9;TiLuoH(? z^Znmy{r{tru3@r=YL5eyO-OAZl4cdL(I<5pn{}eg{EEN!RJ98997}= z@KE-Cj&k7i0zGI5G%ZK41WmZLA3ZTZ?NdgovVw|?=RxXHLH7g1e2e!-!9K^pQ%Np` z#e_Xdhs*f)tULE}*z^Bm4%AcE)biP$0C7wbgc}&khZReqVMkDeu!< zoFBc}ipY=N-rmkV7U1U>Q@{Mi;->ceS3T^t?@}jZPWCyz;&iK#F49LYRh2#rSP(S*?=!b+ELlb`oP#S@4DV_})&ji41@iFbVs2 zgez#np|;+!BRV>|$@2^G;pTYX`;({*5sQu+L{vBN0YUJ?Y=aBBvi60kP`K9N(bU3m zrf?OSNItK?>|o*~avBp*x7yeH^CzK5{Lp4fN=jq}+c0}|lBI~xy?fE5KwCy2p6fQv z2+r>3Sn4CnV=HZ4UCn#r0lW5bG- zda1|8$C-q-3Pdm$G%3di5tOFln~2OX7K?Vv%HZd>=BTtM?eSJ~VBI-q5`J~~hnVfw z)T}Jl8bt!7s3=P4u>EVrDPfKR`+*C}8!}7qxl!Bh?}@xR!!W;n_6TyOP?y<;Jj5kV z#%G%mbFvq|GuvoAl&j3B5Ky<=@)R!gl=HVY&TlnzaSc2jkm=}5tLhLpVjJkH75!c; zDF2hqe*S{VHUepmYHPazB1UoXtKOk?B^lpSO9!X=N{$IApNNR2zrXDL`}f=82YB>$ zFyJ&Eo=F%Wdf##Y@-!Tv5WmcRX3El7e~S~-$=I;Ay1s8t4|MvN-rC&UY+IWzSfU>t zWE=9r3O+a(Ui*u&wt8pxVfx|-qd@8^rUPR{+ocY({;ryh)akSen_*QGLb8+CxR;ZC z`Qu@duip6-z;IJR>w&u2f$dN$YXA_nA7Ve;TU?xF29P-Hd4UBgxM*`FjckA?l|bGT z5}lsz{%iK*#u}AhXk@)&s-mg1A;Lk#(uN0_JQ07=ju0U`UGU*rNG7J83r&=uQ>|AO zyF57XXnH2B+TLl=NL7Y)YDG>RTORQPpN~bQ?#@vy`GsFD>$wAvv-(!8D~c*Mx29K?2~T$4k2s;_1y;}k865c^BYH}3k7g9F}m@TV^!De2F=-TCoOs`!f-hpSNy*=bOV zKdTbnpNN3erCOP>TEMfIc!hVuIdaCkUbs`VX?6(-$#F_3yqGfBBw?eE0;-E?6%h7w zXOrN{F8@4AZ<~fPhuyt9YkD64I0woOEw{OdQ-a4kXP6w;O@}oAskpZss%D2AHHDd>0Okx=Gow+^3j?t(-y| zP;m$A3#n_v>A#Qz^D`TENOu z9UKl=SevD!J3X{3B7_NJfxt>)jx`Ruf@s$4)sxk{*@@G|Y(!PnoVvbawKfhJsA+h@il- zJovu3@d=d#?yE_s!K_03qLV9$L+e*^Ea}n$KYLcA{m|B=EP5ayMY~TG> z`my&{GFWaImoz0 zLO4lpa0t2N>F>T67%K*dp~Lg?7OVKq; z`0~<0Gnlu?EappG%F`bnj~s%{NZVeB9*?^zJAIZPSQLcc)2CG>)ky96{XKDfnN!7S zCV5BbYr3Qp`I&pn1aFi*XR;flBD@lxhd7k@+HgBmW5a+!FHWyv@-&U^Q=u+(*k3&c z>VHhSF#G=(*8X1?fxB=K&+l+pvyq^7QJ|_#oTu#u_!oskt&@!JwWfSVyckyaIlAZY0Qlcx$3{ zc7~s(bJe|%hW1~VG*XVABHHo8pj0UPjEK##QiovKSra6u-sf-!+cJc^E_ppU zhXL=0GkoRzr_pl!172nb+JUUXpPBM{#>8p|t1QakEhKkP+1Kfz;C&u%v8D0|;&)8R z7-jh*jI20vZTdD1>hZ$DJHfkdjxI8FapR|+Ii+mJ?{wd#_Hf$X%s)R3SL(>u3O}XY zzB|})3BD)WL*DZsNO@ZVTak>>j@Q63Tp;=+*tRk>l1sg0%k$;T}1tSOYiTJDVhF(>lC7(2pVx zIrHBdBM7G{WKf(TyUCF&>AR!kuA}q%ZOGCbbL-R0U+-7jsiH_jwEEeihQ$DvfkojD zc@OWuqL~k|F?azVnz&dK^w)l_ZH}2qM}YD#A44Ky8&*-c*UzJc{5KlME*AC3?B=*W zaf`s8pe=r?+Bm9@5oiyWj7DN-G(PT##bdnTF^sGW}ywx38N>#Y>(x> z+Zy9dpx}4u?X7bv{0#c1ydSI@Yi_TmTZ2J>i`DNtL%DdsP?(ZHsud2<he>o_ge2o0^0wds z+cL3VziTF#1l|Rq6Mo!0@>@6jF#0;a@|WuzL`bd8-@Jw{1Lm!jh&N#5V4szWQ2^Sz zYK7SmgI5tr1&x8wRkrA}%=3=~pgK@yB>I0JX#78jPE?i-H%33Mi&KXgUc+LY;z4Vw zT;n_~USC)Dcs+7S>t5c|M|X6E_|tg{$=4QeX^vI%l|1~~Ve7MQxCiycm3libSHjm* z6j2ZAbDHws__?8|v7n<_#;Fmf*XXt=tcIA-M(9g>*O!STmCYTgBQ9skK$H2_d8!%$ zupg-IV-|7Iv!l+Z3-i7zYQ)ZEZDAX_6BK;bu1aZGeF^=A0K+#Lyt zI-{-@xhPI@y-|f>J}yOtbuTYHAq?Ckt>51No=okx>0im?tZSAR{OPZ%F7cRLb0kv1 zJ3OH7_|DHv*cJsO8`BhF6A_5n~d>8zQ`jUlK0xAdFF$@laYmx4C=X}ny4HT%;F1<>jkTr8` z>=zZKFp`{>z$`9t{A_>g=DL$FMlzl_LH9w1xg$FDgv^J$wCY`8>P^h!w^k)bwbl39 z>trF^?a40{5W|b8nG&X}KHUUiAr2>!F zN_#$xvC@p0-aM@=zPs8je&M}l?iF}S_53h#r*k22$$5rL?K0@)jRscS4TWsKUN7uI zdte#w!_2pj4GrCzmI=LfX6VdXeZCs#DuhSV@RG`2MmEgFRGnO~lCd>-o>4|!;M6mM z2gUr2gD-^nY9ySoZ%qLVbB8_JBD+e9bpp@G^Rylxu$(A283CuVS&FE(rl#-;VKMny zfr_x-JCwg9d6wjlnry%ctVusjgawcw=9?KV6$0>owqqrBF>R*M0IY>#6N!M2TTiNT zA~8*1{9Ugy3E?rKh6|FL2}w^RN)(2IsWf`Le_S3iFq0JfU$R z?rJsEjSPGc(5iw3>50VM+kyhmT0-kiy@*)-leLZBCWnvOe&h^TjJj#oYHbEPNh&9DC7S^YDkn&kAl}dc z&-Pq1&7i``4PP2UWDY||L`{vj&5IW#!L-koq?CV zboqmr@Uo8|-EkNGnKCa!1Bn6TIiiP57NN9#B9eU6eG~sC>fsah3`E`EUQUBC>z`3gKETUmvF#igV&GCUPIeiR7Sg(z9&Xo)CqEZu}6PtgomY~b$% z{!OvTKw!VA=6tO0)?trgE9BCxR~?OqB#r|!&Arr&ia|1u9z6n;k%3Xkx)k$I)y9Ml zAOO6W4+uN(Ct3bVCf%D!7)B%=H7yj_|Jk)QW~qw&Crz*PTfa0uTKrP)Kgk>~k^c`J z!2gTNfC?#cv{<*ymM#pm3`^QQmcGwGP{@I?tc|VhM}@#+@=b=d0WOPVLs=$0$B-cP zW%KOPLE4X{(y%ClNGZ$l&+@w%*-?-2Fhz%ws>&}I>6qp%2GCZ^PDyOYbn!?uUJ0mDq0N}%i51&n;peu)?z+3XOx`vB@ z^rpP1{F8=xkeB}cMEduo1M|BBTm&eu$M|4ca@j%xTJYu%EXi)KKRqaO^X8SHie~#R z7gpV-el1J0eCczx9u(n&D!e!#Vqra~*sp2Yg2V zNX;9(Wg?Hwx|VucVfS~%;q2KF>OJal@t;Bt>p;YVzI)v%2Pr{|m$x!7U-HRID3_wu znX*NR6W_KVDcKasm4b+Szh}RgU-_!I)uz>crVN1I34GE&VThLksBYZO9F!9o!EgZp zu72kP{7Uug4uAv~N{;u)TKC(Kd3maaLA2SLnwu#hkb5`<CJY&QI$fB^vhXo@U_&3-jRFnmM`vC0dW%K1(BKUxj-M6Km{qU;o& zsW?K~&Q={Ax+5t3mczj_My20dzn4!6L>oc$(l7Xj+8(DjqDNpYo)Y5mZ4jVW{($h! z?p(j&qFM7Ii(E0K3$oP%W`upGVCZ*JKm#CsVR9kh#$r1V4$jhI7wQGiM&l0G~Yx4?0c_B-T3&pX;Zhyt7%gh0zC6h5oH}c>$v3Z4!WJo z$3)){JoKuQTwR~bBzfGV*7jb3)C0q;^*6D_x}Hpo$uCR>zJKp3H7L%N$?A2k#Ln*c z6c!Z)eD3-J5vvIPlSd)b;>JvPV}@OA(YtQM^qj#1Hy+tmkGO_;SWE*x^sCVgE;s~3 z6#p16kaB4$K~d$f>`jZ_O&B5XoG=HbHPf(nN}RYARQ+p$o?ZTtcGNQ0vDKA$mbY4y z3`e%8ipW@KEGq#0>L*A(KVJoPmhxk5%=7=+V=SOVTTVw!!qEsE_NPl~KevXo6-9w@ zA5>O$imKDL!5F|k2AY}(9N;v-J}bVCj?PgVAuyD(2QZFmI^H&)CHX?N{rWKkBP%Nl zESbGiw7}jj%>T%&#K2xphJX+DEWTzLIlZgo=yWbaSug+&#kt8AL~S_DBi-y9`jtxW)r|H!qtHiT}AA?lP_`8h^x_Om?~aCMICjSf7DY&R*rHAJ;PWy zXR_#BCKDy6R>ELzW=dEv0(&so_?-fBG=HBL&HI_}7>SA5CO27pf0fl|&u434;rpLX z@{4VoE7{Wgpt_m*QrC4D1N!zFG!hU1(3Sric2c~5VO2Z5KcX#CZweP!ahD0DTmlp0 z-FU`zipr_V4+sD&7xUn=7fsJX5SMp2Iq~8Zj*VN#d5H`1#IC}FSQQ~8AMg80A_WaE z^{5G6;?MGYKt5w+cV5Hz4t3P(F0tfw8u|(_tI-VBFx1G=>jjfIr9pwJ)XQ#pwR84W zXs0dBUy1$U0$pPUge@%S)IH}2RA#P!IG*REk^;j9g6dl|*_GU78|M@A0CRpEF+>FY8&i@GY{E;kRImL>EGcL{TnY`H|bFMrPWb%wC zCcFK?AFKxWsfu!Qt3RKeS~;$CqZgwC!0O=omAM;iw1bx=CMJ%qDsD|yxiw-c(hx6H zlK9gr>J>w~dXu#@GzdpVNA({)%7-fX_%xh|Es5FMj@dHS+QTJ??*hNoYi7jVIu`zm z3m`-xV?@G-K3&AHOG=KPpN^FpwEYR+GQHL~JHN^Jz{$v=rv+Di7l}QWkGJD500^cs zTW6hcX-&xf2v5G9u>tp;=~}zUBZPK}uw*$oKR^GwzCR<(B1n1zVG)tYzCVxZ2brSn z;kCp9SN9HZ6Be~|=80)|uVT(s)~0F+I*<#}`6VS$#a@rsO|v@SrWpB;ANxzO8i_a@ zTu2D{N?>rAYLMP4wrG~Ob~$r!L<>~lwCaBw+)V^h>!YS0C4Ziiof$ZAQOfDU~ow>USR75bqlAeAw& z&vXxb+DBkPV{;GP+duioBW(ivOBeAujKsLw62bu2c=_^Ei|f3c3)7gpDtkEq4)l!* ze8NKicJ0DVW3$+6zh|CzFw# z{f2~w2LR{=jgep&bS^kBX17}9;!tkdD7;NgEDKDzBtl%wOo*nst^LyNX_3QBm-*#$TQX$V zgT+O;c;Qqq=U>h22bMOjZVA@O)?ZKC*RAe(H0wQn9470z3J}BaRY(EQB4uXY$dvOY z{dvE*@z||#HX%Ko)I>@eUro3B#)1fwL;H0+MGOBL$`=-s%paNh`xBKI#W>Y1y2--9 zTAOBhmAV&W^jMCB;b#uuYk`#Y=XcTo@ZunV+#RCCujpo;P6u^uWC4Gfn3xv2+$RR? zYNvx7vCgo9QZO@UGRflZLJefkG@H!F2VlW55?vu!5?cnx=qj8kTE`QD^t9x}#>DI& z^oc~W%3ssLQ*hWmY1IM6d$5%hRi{W&v1{!G;HUeKOt2T~OBxpF$X^E!$_M&cWY8gZ zU+s#jpQCMc`{vuGoj%u&zc79(ONJ~Km{8?Mc13JSB-+J?IEloJ!rTZ0(38wLisbzh zcJ+S=$msoYEE-+2N^6l*sdJzg7xWZZjxaZd{A-&4S0H)-k$FvwLZU(!8bR)C{nmvl zCEuMT?EMSb?Mum)Z-N2L_M&u1=ESbtwQkuE8CD@Blu#?xJELd=Y!#4UIq za>ts`nVNn-2zRssaC38mg*qv9(<+qD&QmuOZ0Pxg?dIC*>V0tWY=YrlLPA1FibXIJ za;@E@)yKuSHbjN;%9BIYyDz*dxK(6D$uvbF{h{6!uw5FQny57EQ@{Ik56<=cUs+b{ ztf2M|F0;;3f=RZJB&FT`Wj-Is$~UM0*}yPCC53rIrDV{K-Pkt!giklnVIZM>|NeuV z@Wh0KZ$6v2n0T4vIrF-1vd6~-C+hh< z){3Z9LgohqOEfflUmHZNnX+FF9MrWz`n&NM->z=lOix%N2}wK;G3T-0TSP6|Ex?Av zDZKhq#imdQ*dqgjb}LJbugZ%=RGoH|ibEdWl}tS4larLaHSFt$NWA+8#UGzNUohq) zgX{z}^^o!dQaXBte~B+v)-!lg5n`#m4!O4o^VF%JcpddSmSVH-)gR!&iv>yS$CnZx zjG9Z@7T8Vu7VObb4D^Y2Dt<$|FEsc^ID$MH)aqceD`+IR%UFq}@UYHo6OtdyqytI$ zM(^I?BBEd+t9HZS_4dj{sj7NhIhXx+5E@)XRouUY*>Cc&5f6_lsgtY3-o$?+rIwwt zu51tV`sirf`^Ie3%7X{o7oYHJlvw51x4ZM$-2V?<^gNZ;`5EP*@g*vPu8;`}2uK9_ zWDwT2B2sZ38&tq|WahhD-?>Q_aPb_s-*tVxc+FMhO2`|)TtYv50=*9BE+HK=PL?9Z7?qLkO|8S&|-3FwIRA!Fu5lO#^pJt6EK%>ydPd)Ip~#G$ z+LqHbGkVZrvAP2u>wh-;w1EK&`X=|1UyT35kh+y>>Jr(4xU)rc+aP!C24&<1x*BvA z!VOjfXFK6u|N~ zEi{ZS7huniQLDdB%>Y#dcc=wMLXp%uI_Sk~K>XxAhdI^U=E21(#c*IaJKCOJPe*4! za&*COE;;FNHa@tv)aequTtdl{{D=4PkUby`gr2r&fYMPa5QUK^ir~er%hnqd|7_ZA z!M}m|#kM{r%Y+>zR1IDGV3?O*`uCQc&o)xPsPfmyi@~bTW7!qmMMv6&J;6^)Ixe1@ zPvzio9y&PYs4+a#kZ;j48v3NF`AnVYS=&gM-?MO1 zI*RqEH};=VA{V^E=50|Cv37bjR{p(vtqGVE7UoahqfSMUo$r}Ydb&5O)I0{2jTJaBuFI-F9gbKuwxyUO;%TxpxpVxv9Mzu-B=UMcO}k?&3K7e@(`3zke1GRIyt~M z=R?pqhhdX>+`$Gr8+_`uJIBN-=LG(z znS%^VG81#DMIc7>QNVFej**D?!27hbla`nGk46Gkod1ZG2ly+7E4_W@$*PnqQin>< zLhayiFiy_y^VzKB>%EzA6O%Z^aMp?SPhL~(rm-@jzpe3;%W(IzLtlY1M~&|W^%=%F z@)FB*_9PI4>56hpt}On=M#lY=Fs?5>zG^93@AUQ&AxVJ`SAHaEufKa6_VX_*_2Pyc zpah@y=i>4?!dV0rZw)nTLqF;UztZ-$=$zgKSb}RQ!Lzm<!9>(C4pFx!P$MzJ=QZ~cKRUtu@DtE1|vjWdI2?+ZQoo#7rxf>>AW zETd|3F4|4{rt!shGcH2FXlQCGDy%T$+TzBYUxgZbikNi0(ebi{o=4A~sqxqscI5MI z60u=vsN@d|TmBAyV?kd{`reN=JPEdp&|oYk4bx0~XMsE5hVY|bz~FZW-NLrEIVa4Y zKYtcPJVb5m?7IJWn4w{yZvooPV_cd#J9c6y2PQE;xFFQ+vdH#Eh-%=CF{&ONF9o;7 z1or*3`m*oZ3zs~-nWD9Lxe77gxmtAs^_>WL?45@>iUT{rcW0)R+YU42yi_9Junvv+ zk-SdXe3{okYE*eAciBUMnT6%$#xH_r4o$?J24rr|O;Mft~X!|tva)tqU;SQo3Ya>num9U@x&IJvoL*5uVg8)p zp|0+U!z#$mDOmq`-X33%czU>%$0+`aDN!-=^ROG453YQ*{ZHO>D*F4Apkr62ksCrn zh}xg9r-vp3u#<6xsfKl{ZK1o7bHkHoH+(^~QA|$$;>B0gOV1Gy68du!3TiA7^oUUg zP+v-7R;jH5B8|&?@Ac^$vnv$+T3H#cH}(DE+d}#GFYB;^?DQ-*4T!hB75fo3bk>78 zDM1P-G~`f1clWLJPth( zE4b(K`Rli$l99d1s+>C>U-qMZ6xxj(T9h?XXm_XX*?5#;iwg_2TwYs;kB;A4Fg1a9nly+^Lo43hki(RT125CY*9IS@zk1V4Xx0HYOdOwx6lnKnTapdvf>p zzS1QY#p(^hZooM$5cJSldWE2YOZ(Oca8+c?o>%=RLB@0Op9I;Q3Ni(kWP8~*<40n| zBC@=m5(z0OxqCt(JU+Q{G0l7f_L9`mfQAxrM)xL1COo~?yF?yC_lC9X^Z2*2iklW; z!K)>+qRzb(y=kWss^(Q?Ml4odCHUI8gZ_dOILJJ^=y`&7gUu`dncr8uEex+|yBS>$ zUAdAE`azNs7>wCJ>bi;{T*Co9vGx zIlkx~m)<;@++2IpA)JeAP~TXn%>R|ORxQ-(Z5@AzwY$o)fu@uWxEZvsOwN3VxL7ym zN#ODJ_Yd^FsxbaMn!+X-ub4e3;5QP?jPNp7dfvG8^3Q$F79U;Zl(4d<$G-HX(euNF zAJ@}|n6j$0RaC7x=j^D|vw~5<*g{jccAbjTgS~4>uV0>dWSulc+z{1DH-&se#l%I; zzzWU+StjDxbLf#1_8_02y{I<~x`abjT`) zKGCdR6Tuu&sV`b+vp>RGTEfI7oF)V}Kvd1OzUrT-Liv%rd`rFfiSyT8AGJr1uG2rL z<`5R9Okt5X69ciu{?)(5oQouCD|aIzx}2!@4)$l3+|ncLbT28<;L=_-hcvtAn9DUb zfoHc^-QswHph`}4m^3Bw3NichG6AwD&ph3a5txwQdeM*Bh=ucJK)au5PZE`l@;=Q?7XU2AyVm)3WHLp?-QL!N>=x?M+(Ab<(i;j zEy1)f?}C{^DKmBJZgo%zg_XUgD1rGB9@)*WkI2^KoQi5+CQWL)f5HhC^`EM%Re>kn zc5OeB+O0=KpgsW!^$3k7YltEw7yEA04k~u|Ew?J#(F%)-vvgd>iQY#E&B$HWe!cyK z{`2f)l_Y}mr^VqG+nbIKZtCb@nJ7|7?V;14e~a|>>xpf(j^OK%!dXCJp_l4nF#K)i z2p+4P&q11h;!p+A^+W@G-;Mj7*0E!IGXtJ%C{H`i*4GB}%`{DRb*VUn5bn0-rzl+j z|9*-SX36{2ml?Nbv{%pD!Qz={jnUgBg`+R?l0gl5R*1!6eupSvZ5r#M_vml`e z(K^}^k@l;q8~Is14D0atL;7pw?y2+M5C>(7u%^`7f*=-Fh0F4?Tdi2X!G`OTaKOmd z-y^_%sukR}W(;Ydqox4IL8b!8IeuDFS~TzW#+Cii?1Pvw@~I`8LX69`?Xw)AC&LOx zDjVCc7T~XC5W`gnF3eLjl@aW^?La!W!a*cnQ_eip?Me+dG z*|WMn^a&aL`sN#_TKwjv%rcJfwa#r}$!FnQSzY1UMnlRm{jvRHFvCCJ{(Rf-<1M`{ zJdyJ?!wpM!X>gFx61=l#y&7Z6xqs3gS4Z%R2DsuaN=T_(8-*3S>_*Pe(X3A;tP>@U zN3;Oz?&Lz#K;&-QSBO0BJVyvdXGkZ<40+;h$d;Q_Nl zQ+{;b-VARu=jL0nMXNinDHuTGEcZ;tA{K!#XBw7GEk(dBST;95qojwxC>-!>NyN2b zd{qW=<_SaBT-Yw)BAo3#PdhWZHZriFzT}8LE87Xrc;dojP>tzg$6QoYy5ZmIU*y9U z@zA|wmAB|SJ*8Z~v3SsA;OVO!6hw4KD!}n~)?IHU7afIncg-SCPyMtW*`WT~6yfYX zL@wYw;XsZ1`?~MKMskDb{U-% zKf<_hT-{dJugRm?BojRie6T!AD)?-O5N2gXLP z?NLL*DSdSgzFmxwJ~K2`u7u`mx|j(Y=YbSQ8ZLf|=jc$mM@X9k-;SoJT~JzlehI z5AJRa$>&@DX%O0k-nwFuk3s)0$mF-U#FP8HUNR`x(eMGcI%90t)A^6h&;MbFDB(wm zs?y6nA!iF^j|+#gM^x`I7S{|7M^aTOgjrUWs_hH_l)u<-icAo=;v!-`Hbrg7?VmO1>;&>b)rSR-*o-t_RUGFes>j)soTj z+a{0upV*RsoITY0D!IJ{K?j{wBd04aFDRcPMm}z`!#Xo2A#K07m_mJlAZ z%%5-i@kUfwt|_LAF-!5eKVI{7=Ef|&(7`5pGsXk) zgvc%>=sS2h#|)mp!AUz=@x-l8Kag~FMf%F8uI9VnP_Afr7pcMyRoR8cG_WsOT_Agc zTpGEdOx7Xe1eWzyNZp(!7#v~itU)1f-8`2+dIRa)>I=8wsV*L~-$4F;&}TS_(ib$u z!NtmHp-*H78}w>k7z*nbf*c;J57eR<`RX z^#+^?rd+l0i~b?7dg$_lB=LR|n3NTMWm-&_!iP>;qD->`?s8$ENX8O;h6yuM0RJY7 zD6`8zPIxC+pPj|#dfjRC^Gm*GinilmPpP{kVY03B3#CMYsYevz$|djZU82W-5V=8k zJ7xL7OTZ)+nHXdDeVsed>5Dn16r&Yz6w&She=OFN z*1KlyfYi$Wr-w>2)Q zn|j4hz2JxMLcW^pn-Ix&EzLl;`6WN_^#54eekU?bwEJjz25JMgSoWH|18;Hr;qA^% z=&0lJ!Xz?$X%o6sx|7Y@IEZeeuN2Crhw!RppeEk>JBXv#D(0W29d>;wdyqe1;ndr9 zC+&>o1FIKMH!<+Y+?+C{kD$|U<-~{{0H0YYARwR<3o^>dgr=>VH;eWJvonrSa+1_u+$@od|=7p0`~(SpAuSthhzsnNt(Mb-$YPObsdt^cq%C0sdmYVhayOwonIamX_m6y>4^1S{xJ%Rs6-68)ENL&BYeJJ<) zi8>ir);{LPgUZKO$CB z>L>i?)JFMgwWl3N^8Z;iy%nFzzVbhGSU5)}sdV06o2Hj)R`wRi;+kxeGv>#SQ`GH- zDt%9GZimdI!^lERZyMkFJHnv;-?6Wk`OEoa5Aol3EIpB{KR;QFqmSo+{D;Ze6prjz z75Q=DpMFyULGLq63vGLK&jJlnXykR`(_mz+_N0)7uEMIbSaC#l1*I)ca64|~jSP@_ zCh|~`v{@|yq=jjr*Bk<7(65V&Eyn-00=nF3+t;FPLKU*t$(3%zu%l#17ruP5&r+e4*b6X+Ls{Uiu+1u zMyPTFjh+}jce9FFeVBg&gFcr74xR*;PQXN8t90h~51JM$f&>j(DE$ZfT`up{-yyWn zYhYIMZR3G!>qJJWyIza|ICbwLBy{tHx{ zJksugcy*GOXDb*j5|%}!<+uzkb4-5JDm~SpxPuc;5TBm*q5b~~TB3H}O?Plu>4LA; zTENtALP=}=TaDCwAa(bB^{qzBqKS9UaMS;`}t>N^}1Fm{evSEvxr+Q&GZf(u|OKCLm;E<{U$12dz2c`PDF55V{QtMc z`XAcu^36npv&v(HRm-oTA)*pF3tj?=BBSTJe*Fjy^K%MF?N5OsJWJb-a`S;a>gwD7 z(#uI9vEBWM7aY|Np|_%i5T%W>;Sws-xzFPPY{I;g^K;c)q{3VVOg zg60h&dTsoV%@bnA>wvl^Z>ae8HBtW>$dui8uoOI;HVi?DjFK+8x3~CVX-8><}B9B}RHcNn5+K z8c&1&iCC*%^fya!y#FXPrh9i@-(@r;{BOXj^R49!iY7!)CVwpv|Hu8s59xhLR0}5b zuUufUKyJ~i?s%sEDf7pw&VZchk{$*CV!5mT3&0+#Ou4Lxjv+Z&zXp;aY?UBNU&uiM z2L7C@Z|9ne6pMMl#s{A=U1|+gGbIq+|E+KTsuM)*JsRCCf{9bc27lN6pqEXBf2C{H zXs`Bugxhtjn@ra;yf$Q8S@X1boc8@PXgAi;u?kGnp3HWdai(9c6+4P@DE)I?F_rO! zNjyd0!)`lO#hdj&RO)BjT9c<1_*ZS7>-^PE!8T7toygb7MWLCG*>e8GfL{GYanmDD zVpaoJ!r7voV_EMJ^xW{`Li`(k>A)P_9dC(Xu{|7e503!2Ch-pg1NMH48d#}PKYbJA zt96bj+!lSb;2|$--5|G=VmfTp`f}3TjX_uGVjKNC?tC0p`E2t9{m*##w6+hxGauTu zjvI|Hi7UN}tMZFymb_hveNBm!=!p-fMJl+iyRFB947@S04&*A7uBeLIYgM-1UOXFQ z*&jx|ITwU16(CqowhPEYoZfuk;K5_JNFEO|qv%!$V0KpM+}{3l|{o*R`MORv5S!7!6A zQQC-es8ahm4RCU<;M`9EUF)k!kDN`Ya=3mzt5N56RqjMQ88I@fABRaeTy@6qCcDer zaJ(>!=e$X=ABI$o>)D>!f}c(~t?WOT;Lkzzn6s?;F51;Rv^s4rfKWLZ1928TJwa$X z_1j;HEh7f|QPes43XNd-Bj{{+o#u3>3Kh%tTG5Ihe(&8=tVD*}Px8;wc7%}qvE%x! zodj@bN?%Tr-jMS$b|$uWJW`l!do!9?95|_~oBbx+$sA>Sb+6^a-y3{eQedP)L4y3d zW#g@pol0FDb9U}@H1=JWl!^e+^@X!M*z|fN+du#dO6b~X6x|1r8Ug^AJdugp3cLaS zdxRaQ$ytFJYMDA8N?P@0HfZ`&g`w-v$y5ZoqyHkX(w~*2;V#}ysb6A%Elz+eM2BXk zili}OdW8yXrf)8w}1)r%8hLD(i_MKg}k}~?$w1ak-_W?D=@d4`7 zruCP-19_Z$^LMnRD+E~j!rLRi)!IP_#A$ggpPn4NT=gaJI}5LBAJxEK(+8r&5iX5X zK&pdGz(0)QB52k6UDyaMuVri%4SbbW}H=7wbLo4@0695fx(TuYE2cqLcg2A=zDA0nDrW z!QZvEk{I{Tek6MHowrQffhz@(EvdM?Yy5UKR9xH^o#8WFz$zucHeW}+<#S1eq+hYK zpPa-75Ptj^U(mA>`+#3lSvlm+QJRY6(JGM`SOhAHP+Gh;+HQ1m%!GmG2*A(Du^np@ zRQq+5AF0~Nfd3_s18@9z@k8K&@ssf4)4u`$4EXNzXsr4;phm=9K)geM8IIOuc$%-M znz+bTPqZL<8fIFrM5Og;eTt*m0U){s;4%3Nezuv*fbp}0O#{`lYGIx<^_fByXbAyX zmW`hxde;aHfXBe&AD9jN_Fb=`S08v6Xf}PIB@m8&_$>Agn+$Av3j@CUyk|goqlp0k zhzS8Rj~{Kc*6I-*0-}ORJN@$1sZ(Z3c}eS&fFT3BwZ79HbITyQ1;G0Lwc`Mc_C6S_ zg@r)(UX#on6S!*xR@S`?TmL8FesTaFPaJ`GjKF|h-@ax)0C;!U0H1vsPtKU__iA9n zrZ8-pphznV0iLsgM4&Z1eRq&)n$5GG^sSy~=z7uylYWY>nYtpTVGbGC4L7AF1pI3= z91K9@ET9XuNj|fF*kkQB)*WO8RxQl)%nmvQ6#efp48D7kv9p7k2Z4_tsDb;71{^<7 z)AHP1BYgjwxn|$yWBhUDQb~WyXu#krfkli7@I+)y+~2W9n?C>~Du0ynHS7Mm=*-}^ zC2>H>+u(UE<4=~FT)mGmv@HND)&8{<6ck8PXZ=7OeD@@byZdg;S@f_W-9f*Ycfa)H zjM?e{Jdgal{*3%R4F z@bJUt2<+O6d^{cW&EUNIYWV$0S$QtB1lI{Xo3m|Nbev@ z?+{8L$#?kuXV$E{?wvdH&0Py}k~gR9v)_GodG_-r(LnD3Imt~D0079fG}Vj%00O`M zCn5kx-t{*i001W-)Y$x~nzO&-lgGYKANzO%KyYqeW|#MGamu*iKLVAfBo!(Zi_ONy zLN|7W)LzPSn({SHNvpM?*}Bs^yHRIJq?${*eTXa=0o&KP%i-O!>2S{q+*r3!z(5)eAI~o6eFEwY|iPDfTvjd4ffAe5;QnF7j*~O!Xv<6wAG~Z8O zS|@B%U_8HcNJzRi`Ev+U$7mbnH2w=>LWZY!7Oqw_dn{Wm*^eDUXgxmXVvhsfO4S}t zAKzl8m=v0MC8B8e+S5U7RQ9FTY2;yrShvNRyu%M6;vfFMWzG78POMOT@`7vMa2J9N z$y`0Gsj&5HCU_x1m$RzaXXQ>a;JHu%9L#HEsR|VXtn(x`=M3I;D3i_t;yDd%De3s>5 zcKrCt_U^kglLxmqIS8F(@70+fac7Or@(HKU4=e_eIW^u<^E6Bp#oVu7voGlz#jj zkD}mtub0xNTgEE7IR0z&!*jnxf`|Q_H~sH(;KY+jn}W3vrZau~U-GIue*RONdH)z%-oPNweFc#ZamUUk2Z zwD`=^5+0LBZ3Y?1p4k9jlyS2IL=?z$AV`I7%QNpi`{d)C!#1Vs!`DH9C@V1u4ki!^m+b{&3onhiVi1o56}~Vk+=nPuGT6NzY1x=F;ZVo0k_4&e4xvU@#Weibj@J zRuelro;@(!!Ekvtit>sILtEP$@D$?blQPc|LIJvF`AT$o4a3{o%A2e>v5#Ei8lVgL ztgi;#jZ0LQ7sL4C8kPvz?<{}r*9HgdE{^`%?>2ePNQ{qJr?*O2!^0{M(uS9oB5YdLyR6-KQ=?eLg zmHA^rC?G5lFQUzNOLxh?mVJiQw@@%IT6=8Lnlvys;0tk5M%y`2h03V=}}8~~s?^I;y#M9Sb7?(hE5=!Y<% zb-a`FJ6EEQ{Dhc0?w(H5&{{ccW8^#h(y@QdcVg<33ILy}yO@NsKssE$jT}k= ze!Mk%Q2EJ+o+q1=RzB!W8@!HBlrZAcU-JheyR1B7YEIq7$PgM6z<4=u+!_A{E?qvc zPxLeqN!d@eyeXRV%qn;eru|H>7i$>~?R3P}uGx5_1~SCr`)SOv(KwOF3}+@=pJfTj z9FbaQ_s@1sbECh0Q6HFldy8)J-K~tx3sc2<*Q59 z+Tv^%o8D~~-A_lq*08*_P%3Jbs*HGE3)e1TP@Xr7I`t+0+tCUSsvr}EUz|wm8W~x> zpX{1C$T7f#cKT~DRk=k_835drDOXRMU^<)}FSE+4lbcn);7U#m<21^h2dfGI%bzZM zmRHG3A#+YVLRGlaO}K+GJ*7XlmG3-DBV`aJ+vsvCjjB)(;|Hh{WT2UPYwUz>$@vRw z&KLmaMgD@G%Q3Xsw&qf@{~3lI}zAs7XRfxxgp z^UG`rJghg}uO2z->0F!y$AvEeM*7d^Wt5o*eZ4M2*Dxm@Mck z?j(fD5Kw#aw0d+Mf+_e$Hp-VDvmdt=Ba_vBe|Ac__Ixjo9wbe)tuRrc^^X%9Yd#SwUHeC>b+u5#Oy5EF zLeR@a*9bo~4F2DICkZ~FOc|qI^v@pr*FKYyJ{AYgLDXIRpF746~%q95Z=IPn{*|EPkq$Ocvw>E~HoLnnRpe>D0pJW2I#*U@x@ocm` zyZ0CAkU13h$X1MA4%1wO`Y0ga?t?08v$fvclGv@=*C}`#HLuJ+`bYr7*uEgf=!=e+!)sfEpJ!cZk(PmkB7B6KA@=QT^rQWe%1mzFI%2bSK zP>Dsz4~9dO)QA|13VhQ#^~xSOz}oIuSy`E!_Uk;-*U`~YgK0<(x~OVs5KMlud5*q3 z!v(J2exCeS6n7#-A!+b6d#}qiH_uWA^*8Emg{+iS$wJ+gibl*js5_(quIsB1zY_T%9^EYn~=c+eM<8 zx&{lnO85$=hKGma2mY$~`T6ytXaOoN2_jGXM&Wi|a%CqcCp#<#ohfdQ6Sy~@I9l>x z^;_yKM)}Y?fxEM@eye@D;@1-L&Z7a>OK2$OQW^ln6DS z0gWWSd%AKm1DpfB{PbXYmg}bpoS1Z8b&{jJmQUh-% zj+llQI1s@DmJ!2^T$Y_Oi@}ba=xPLJ_D;kK5-QJKgXKE-2*m}_H;KxejDpcaSc?7|k!^sPS5 zKf-26M0Aa`FJO0J1Yf?8jU~$*Pi4!i&PgU*D_J-65~oInRa0-3FkErV%DV;s@@&69 z_0|J%$3C)3n^t;tb#+X{^&E#BuVvMe#BIhuV{+_Fom?VA7yY!d&v~;ViA~l66{D2G z)Yx!1F_q;9np);T2(uhPQ)m2rpWV?c%MGEP{QJ=J8YMiqd;sGqMc)LXp~1wt{i;KJ z;0lTQ`t>WMN8$6vBcK;f_oCqTpv!SeRNdj8L51C*8$=?)P#zxq0pVp7H+&U0&^gZ9 znSUQpmtUJQjDInqeiykLG&EMQ4#>%dThZg_BIa_vK1f<)>mAuW5&3Il?Vr2Lq=q3m zuJP4p$F@O~iZDnSW*b2^HuUpn`t-r4Mc;-@drbQ#A@gO52B;B|N~bHbNgQtvj~TeUXce-MP$>IhUQpAu=gUM@ersgE)B`KnuH$NQ5Dm}>C4|#@LQ%wn~ zL3PukALBSt1|$GNHxcwMUrIERRX_)_Hk7k2<5)M<>46NJI~rjy#D-zE6$;zKzPUD& zRSJ`MM%3AfCn`o>+CZ6V#$6kamnE^$SxQ)yf{Q>3a`fTc{>}RY`|;#h@l~h=o?O#F z&}I8x{;NRqK_!(~_{h9RWnL;xI-{CSY2 ziNaH6q`1z?mCfJ8w6cNG7|)*Ue-wxR%Y(SSuyuCFk_N@qEqw{tc2P6S9jR|@EKl7L zLq(H=f&Wl%dJ5NWZRupvs(nu;a?cv*i&ygSsIauQW|`~|&3JyD7Zg))-Ne}%xawJm z2TLcTojN09bUHdw#Ns#g3=gMQj=^i0jwzeQJ2GF5@@r-|7pQz;?@>$)Hqjiv3C~VN z6LB~~xk!P17SF@ehDV(6-O+SD;XutGJ8-AjcXCc2h9D_mh0^wF1{bV}Oa+t1ryN%( zX9PLsc;C=YB2k2M?==S~sVqx^9Erfg3LpOH(M8sIgyOe-u$3^|$fz|+kKM|6lTJKQ zZH|3wfR30;Cz>!z`WlHD5OieohM>@q4k+$~0cpD-@&z#7( z607Y6D>ODI+L>!qvw6D2Vb57eJFw;N+DAkhEoaK#6c46~thTg<_u10qOOiw9pcm}kW5;$?tRWqUT&pF}7b z6ZJY^l%jt^+^jHx0u)|GZ1apbPFaG?@W#JTP?kimkWCLO3@E<3ECHj)Y&tew#+|$I zZ|Tz55lpqp(l@QQvF*fS0472jwI?DLF?j_2u2L8_paY#dg4#-1Iat*N>|Ps=xWVBq z)oP}j63nmxYy_03Mr2rmQCY1Ya;IHUsM17f716pdz6#{dP_tCIcZySnku3+Y0Hje3 zK5RJp$F9Az=;w6wI72XV;{3H?JI+@fyW|IVU~!6gi}DoU$U(f)q&+x5KpK^ycttBW zRM2pWY#N%J>QS-Vyae=*r!aev-f_|dVW8W3RS~rKF$%nGFDCwB+^*oJE98Oq#rDd= z(Ns@dl-lP0>ip4EiSPB$#1SEm6?RsfsPV5MTcImsLWXUP22_~5>l@B;L3vbh9%mTD zDmw>mBPot?{ToNvc_*afM;}JDD?PSRE96{l=9TZl?P!jK4)G^UZqpFJO{I`wP#gxh zr4<1D}_IoR>zK%o^Z(ya@$@)fY0uHco8RP4c zsW>9JxYx{}0PvC+l=6G?dDD=7xi1GXHRsjE{=lK^-^S_o2|9%h$ zj$YpV(j-w_Wplbw1j1>&3?NFA@|gS(5D=h(z>BvwDX$3qxK(Z|_>OE{8f(x{FjMLx zSP`=^=Yz3sSZ^zzeYD3=3_Tl@Do3Bw1^fsjS2+pVoh{YNl2Bi0@W`MoL#O+Cq?cz!5DGag={+ zRM%LP04yef((Qz;{|5~ETscS=oX=5T;x1z>?|qEdyul_%q%@cTM=zgAhxzSn$kYsD`R=mZ@OG{NrJrP%8>PV+M!%^b zp7XagIrF+~7sLD6+!7C$UpGM>WIehYfvHr)3*Jg$ysd%{s2g5!zRJq_-hjz--6tc0 zEOH7TUEfd~ekZ!2_Di9PE|GBg9q1!N+RfDz><*T4G4j%@(xNWT!v-3Tp8Az9c4PVA z)#K?Ff4;~ov{mydo-H^`O$wpn4L{nm)N&${!}eKjj;%shPcG^@yAzc15orGZpTookDA~ORPbDd;s7)~26JrXZrPrGzO)ko@$*a0W#z z%0t>Qit^_-Y|%~(E-zZi%b*u;H&NF@YP?`9(tgd&DjP`Vzc$!aZcYMhZ`?n@$tdCw5qm3Y zRQ95oN|lhjYuc0fdI$s_16x^Zg-cq^I!&-$Jc=e`aaZ`N@k3q9J4N$x(ev% z`vY87m{4;HB_}3$K85|+-a;^l3bf>i16S4Mum=$l@<~ZaF&kKAKb-Zzo`@rXJx%~< z`iWgqIe`k=yu;}Xg9+0V5BJ5Uu*oNZM!5=Rb@QqK(1r~`yh7nRz+j1$>`3kd@PQDV zy;@Cvz@AsecJHVG@w_j`rZw=RUK!1e_-A26K!=vfM>|R5;T{#;&Mnj}jTZ(!Er02+ z>rL=xtX)tNY0ds6(jnn}%H(71l zPE}{cP7tFld{_UX;#$tFl-#Ah;iisQ_IrrrEgt`tt%2Ig`z$x!WMuTL_$sYkU0B&H zHMkd{j%!oR>whmDfLq@x%Wo#w#9!J0Kbvej!8{M&zXOSr&tLVY9Q*d_t)=Db_-LCF zLvU05r}{h+Ga-%Kq{BC0?HmAd-@p(2N{$^}!x&naKkh0isXx#R2|bAbwl06I$) zZNtw`=H-CSGUWR8u$T-hZ~zO!=yXQdg19)K6cG{88S!hqC+73B2$?_;^0whbszw|@ zX(9DC@j;(~@I5x*-S69*i4 zy_F0{>a$HJ#SMoyF)JJ|tZRkoNdC-kCIjw<{g#-u%5K?`X{ulK95XD495cMrRPR3# z)VgpG+71BKQ>0CE4^b>Lunm@)vY$b&`g!{b55QS;lM9CcBf;l5;CpMNVxOVigYx~K zFO8QX^2fuLy$=?i%AD^#&{30zLorWE>cQD;yE+;G;Qfu#4%u=AVP|F#gNz1-jYYwQ zl;dBDZDFz`6zvdzU+#q9#{S|@lcl-&Ws1Bs!p82o`A(CihIRhPvlTy}b6-L3##DZZ zH4;)-)OAK`XZ35n42sU-t&|TT1?+aeTN!{KKA{M+>B7faXn=!<>v}A1rp;T5asA7W zTk(K{dYf*?;1~Pr``L^mK&*$uILclhN0L@O6^vC3Vz$B$=k7xT9En8p?|*f6Fi&@G zc=ryEPd`8AcVJ0PE7GTFE;TJ}m6VW%ueTmGMA-QIz_pao->!l(VtB;`whh%pTirOf z!g8G~c+2qWz>7b!kiL`D zv}dp-@^{IsQ7jM?4-XHpy!2WDiZ1!qHA)ZQM&(9bAtRtLG4F4y`@p?>_ofYNab>3? zej?zxxh!uAsoj8A1RQ*!=uBLIh%9QMHK;!RGV$@ok;gCt3w3 zT8aWla$=y90VhS_zCMygtBX&g{lm*2!iBXTi61_E$XOth*8Kn$^#!UxZ-h7)g=Us3 zf^qN8?joBJZ1BY5{Z2zFrY7vbFTcZI5{bes=rwW-BL>`9Pt~g}%^8{ZT2c5&K&~_&3uS zt)${!Yf<^JKNnkkKL{R$LbUxhX1r&dF;uB^+p6p*h7Fxpw{XH_H(vBpeQ#$y=~+!M z7%f1!p)WmDw-J(a;n%fj%s2uWW%7Potl|UtM?{-@<0eYF<<`3nvrQk23gcHcBWUUZ z)pic`b^fh(rRs{y0|NK|Ggv+@kMx@-SIcq~)B2xl-~rG64lxY?9Gr~lUy8*tkmU@; znc0T$JVsW%=vg6>h3Dy&tw4k=3pfTjig4gH($(#!H|6q2rW8f^`8(6}6|(A4;3@79 z{?mB(b17_6_U`)SA?T$FTg!6G)*$Nq7q;~bw0P_;m<}AJGko$S`o>HcAGadz+vm)%IYt$3BWBWfz34QWAPchCARs@>J_Vz2+eR&h-66gmZ~c`Ofz z3?4KzHS`qkv^vzykU>-5e0nyE#_T@u{gEmpc2SKi_@Jv@$O)0)w&d$${lvia%NJ6v0-sZtmStnAK%7eO(x! zq%UNRzz>IjlcAfJJ2X7p4~hZ-!1io^t@8j*qsx}$@zm)ZcMp$}8&L_k@I3kpwR|x^ z?+!2x`6lZ$u`|XYBPEq}apd>0nx718Z^c4d=|X2hN;6!5ZJzbM)(rFgcQO z?s0WT+_V~%nxjnzTt!7ioGuX}#XXwuA}_*;34w9lxtB8)ivTb_U?tv%3j~}Ohk2M1 z1-ILRf3&o;=X^ag;srx4q;AMM^o#e`kh`i+XM-|uZn^G4uDFGC9nK$m!2lnQ0sH=O zV6Bx|OmTw8!W{YO)2BX<>UR2ogWh_wlbFwleFds^GD)9cf}ad46JV*Qnr;EC%hE$A*K{kB=4b>0IlOkPsybj@gmtf&i!MqAj}`-d1mSYiM9 z(6|`LNO5;}9|!eOSXc;LJ62%HweIoQ`wynL>MQ^fiBz^)Y2$mKF5HtV9w_epV|xJ@ zMjQ<42N8i4W zbm>2M6thA3ne2qH;-1vLR07-COEWcLT=Fu=0RzqO*Hfden{xXWJKG_+=1GL&yu&hb z^@ZIGID9wZE4*$pAc3Ruk}xzq>L=Kf1)HzmzJEWAk76PxL^I04;Zo;H!=o)OnKiah zSXO~>E@uKlo6TSl2Gp{1tkqno~*t2&3&^WbC?vC-?MuwtQ zYiASfBuA=G?NuMmUb=`uoI?qD-xNCL&=km@0wg4-tDP~_*Jx|j+Hk_xlLj?8yxyKa zs+^%r9}=|OM$%k>W>MbW<(5~F6 zB1AbxA9N=vo%m*c({ejynj#Bf8krY8mW$5j6ua~;K&S49Fb3UV9r zPH(G_G5tXFsT*jhsNlotM@4*X(?*J|+G~X$$m6~B98hXF*ope8Lz=6pKrIcZaxLT|pA=7EILsH#B``{7*?p-sM~ z$hg@T(gOP?fIj4IFWb5l%e#pJ-eE+>neWJaKh*g0j2*uHNvA(50;Yz5STN?vuu+Hm zRFTlx#|xfOp6s5GJwuN$p`LSWi%kQWuG&>qRe}^?H&@>Uy_ep8>LUy{YkkPLK^$dz>S{{#wCViW z)-g#`OA6uxW;jOy7kFyZ5}o};dBg4Urhge(uk$%o`Ox z92^{uaSHkAw|g_-tAEj{lmwBvMe;a<4Xk485z)!PTn3xb7@;!+C=ayls%k=$-?$^a zOo-hjBOqghkB=JzN@f{JZ{EhyelzI*p7fK);5QH&6)Yl(#FE#z?S z{e&I+lEaE*Azevl7fg>&ZuCwY)!n&pJZ4)f4NgklDKbbbN}14O20u)08p{BNu<8XS zk)pxxZV|g!v!xLBAJ`*r16HApVe>CcvSxCgUofB*Og=se-&KtVHWOVq(3 zo~!?coc(EhrxZ#q?is;*S1yq%b^_ZB;&m)AxqmNK$V}AUE|izxT`5-;HUNO1HXdsZ zGycIM>M>LHot;nXbI*lD8zOM$M!LF@W0xsPIs>VUi^(1L{3@ART5gRTAa zdBF_MiRss5mr0EPbAMnbdSIpT^qM|!Vy%>gK1cGhJzjAfO);)O{k#<4+~+O1-X5D( zI8G9BRe<#dla7qzk3U_RpPx#)=V!WqiG0IpN5ZALtnJG83q_&S|5j*YXGbk`ZAfz) zMj~KT24j!V`LMlZg7p&M;o+sZV+1v%MLwgz#t^cFYAl=zttN*oMzdE0(Je-)>;LTe zU|6Cng)um`DPCW3;K4sI(X&bgQx(LfjI=Zg_H6|WfMhBC{zF(WUnp#Dp2oV;7oCKu zLSZgn3b3Ep(lFitrvbJq>!pF#cl~M2K0Pg5eIk2b zR@QIxH@@{|Gg0Rh$^K4rf8yHp;MH>ZE4L!{^w4Wf@9PE)pIY*?}d@Ehu0g8S?S;R72*SUHEul>o@iv zID8{>(M9@FL*X9lr&MAX9Y0+U@B~D%NQYvx2OS!1D(c&{Gr}*54%p)1?B>!q&|-7J*e; z7?Io1k}jHbHv<4NM4=jHW(>1)n50jigdmro#J>k;NHKFSL>ovMWLtl0!^S@t{u&oZ za}-R=Z%IL`<$*Fwc0Br4g)9Kmf233j{g8qG9XB(@+I-FWYPvf>eH9E%VI_OVFk(Hz zx5c_0(=5-Hg55G1J;6CqD`DS^@78Sw)gEVq<#eW|H|F5L%Zz-7Owm~Sc2*GE`IC+U zdaO8GR0KX1Ij0xfs&-SXfyRPK#x^$O)l<*6w%k8)7S8U1-JJK^(9P4~io6WphGXg* zumDPUQlmfYYw2lVuHsyhW52%2?pAkKbw}UlRld>CM)IL}L?1|N@oPACudWtTLHN#c z>*o66YOh_5ygJ+3n$Tlp6KZf+;ZoJ6ziUPUQ3~XW`Y=72MRl?s!50HqVwq zD4HSkNBechNJq=)1|hRHNn9f)wU2 zyN<>TgSyM&#|7AHZv}d$cm+f09l!f|uR$&_Sjmr%jKC9V_@3+%AN(5D-KP-X!ABFi z*x8{tK>w_8w?B#muBxzH0~nVjd<}lWZz>ynH>{$S0gsg6sgg6@*t<~QpKm+ zw%W{%D6?oO@{rnygR=^%_zt-pKRBo>T;QdutxX~tbROsM>z5H{>3N(jH?gMH1X)k7 zG>%g?29EjIJRT|C*xe;_A?w#o&YvqSur`&HZobaEng|C*ZdOI|P^x;6q0&FFox)Iw ze>4+K*onl7F3S~}*95HPAs~McvbH~u4&p@iR9#DD6cM4%VT$(EJf-}m%TA zCnU$Hv3aHrMJigAI7HB0Iif9(Wr{JyOIWuPB&e*Do>-f7LnorlQrKFqPw*}ITVsfF zUin)zs4 z7x_;0c9E?tJ=)jk{%h2fe5)cCs3tKKnxTrF)YDvpR%25~Kxr|ds5x@O;Ax<3?AZx4 zRkl0s=g$f^k5+hPB`2oeXDhO;Zk6j73K~zkKD;~(z0+TXLEiFm^LUP#S6Uw~z+Gn6 zLrwHyZ=D>wltnFv%*NXx2F!;)(;qqcqP!6Uf0HzY%{|0s>$e6nyC*0JN0CimIwm%^ zj8b23U0S>^EpBD$v`J0;>P30k6*o;o{Y-=hz(g_ zXcmpo9Cv1Z_5OEy_uRpeqSd}VQ5t=q!s@)p*&3@83|c}%NMzmsW(EKjc7R`OpSGM-dD6g>$HP($HP6dc|jzgWro ztaj<5F0oT6qJI}#t^O2U^-2HSS8CQ^wwh^^>6!0eBgJ~#4Yhs~IzHee4S4sC1K(!D zDC*d&^KFH^f281-gOwG}tGiLiFh`~Ar0oZ@x}nJ4o`fZ1gq!UL5WkpU*7z`KS6TPx zb0bU7=yiI!O%v6&(n4h>JNGI(ePs!!b3$*4`r&DC?N zWIekxl>>!C{LaTKBATO{uW_~SSt0s!f9PkNUwq)mV9&unG_X|0-rys1kg?5W_}`~z zCnWHj3ypQz;H7dKT$3M%M(Q++#_m(9y;g!y;&KhXihW7f12VT9ivUfI9rht3i;az* zcry-z14^|crFER7*U=5N?h`ANmk;WU&lcuHEP|pnc|o`ra+>1u@l@xnATZ7Aj3?LM zitmkeqd!Z(J4WV=8JFcq=;f*eK&aJZreFp?iB580t0Sy6Mn0ehT5h}$NGEiKYKtpwD`@JHuQ93xPuKAF2L?spSw{aP zk5NoO8W;fh+FR8tq$ zxVI{u8=)HVgdF#Yf|(S1qy>6hpY%8*W@f}p$_KA@mbA@=cJM)+0mm$G*La`SvKyAi z&TEwgIpR3OTOzHHSvgUcd%NJ}?Ab5_tV&(F%@hkfGl;jJe#hW=KFyvaIYST%!+^uk!Gu9bctENBY!asEX}Q!SAw4Xffj{^hjh^CoZ_GBPKw^AER~ z0$5E}G`9e*ku)%LbDsIPSjVM*1&O0{$1L)3t+hnK-VF0F_l$pT4BTGvK2{-eGg~Qi zixrDmy9ZyXMUa_WIO&~RmmAMeQc8wk9fx<1@Vk9y81Q)U?c_LrC9HnGVmf5hb#aKJ zdQj~3&P5l}Id=Z+Ein-*o(3VH3^-V|%}VsOcv|7O4czhoA?iJ^dl9jgz;14;=cl@odeh}h5HSx+wd zl~f2jJG^wp)z8R_DQozhs{#YQ1_|I*COzCUAT@Qme$KiH{@KHd-JGW?;!LiR7RU6X zEA*Q8_%DWG=f6Eg;1TWGuCsr6({_M>ATl1 zXkjn<{Zryyv+6})^f}t=T&)F%P zc_IQcTpJ!c$-Jnmd0s}j%&Ln@NAMr7&urVR4R`__ zRFRCL?QEOWrOKa6PMpc@ksNk0uf^;L&LcD>WIJHP>Tg?p^7tKY0PYcn6W8X(LS6ZF zU~Wh4Mp$gO_FA>i;gPg#YL9JE&FhQpc!%IKl^5f8gaLSdKHOf6vCRDI4i^vGv+rb; z4uPrEDP2wkT$UIYdpE$GxFVC4ishe|)U;uZe_I?$eX1mW9X+J~Z|uAOf)(;#TFL)u zJ?8)EAf6T6LI<>2`Gy4LZ*x;a9nhLS+Dc?7U>P+xfDa&5cNU{05DQngFg2{eY{)+1 z#}n4RCS?>q=rj7qpp?F%s>jRmWwc~=7RiKS;U-%%3?QX<;;%_v={30%G@y#{IR1AYQD41D*#>tu$fA0frvTg57z`$9VqSL{OXDYuh#%rCLWc~ z{I8bvw_;HnHN5nKErkFt)8o*=D~su`kBAO#@J0+k z-&`E;1c-xH==vsb5Yjog1lqZ6DdImYEa>7iy?K*3frNKd1h)9Ttjb3YiKm92wvn#5 ze?jOKkvyIb^6FZArCU^;*Q&{%WkT=j*|)#^J7+cSIL1ye%<+p^lwzoZ@**+;j=X=e z)~}P(|Dz8}cn4B1E$D3G)NZZd+8OdhY?!_`dOuun zkcEv-`a=$>+j=_!`4>OYfXMu8`FRY-hbw-9{2vcagp%06Zbv4 zIL-|czlG;;18~83EXlb1)u)Mx`NqZB*CskMc)w2*K;rC`WSuke7$_ z*oy0YPMT5ImLo`G`geDx`TOx=*9Qs4n}8`8Hy_~f%?!OH;$|C!TG5yM_}4l{0XjYUedM!t;MbPClWr0iuZr??oRE3i0NaJg8Sl&HYv@Y+Qf?*JR9(L_H2} zUwkz@=PBKG^g~FiLZ4DYRaFVR-2ZJ&q#GS&s=>6Uw9fW(yOr)(d$FjATJMGXmN%H! zK^cjkZSbUXA#dHg0TIWT$9zxYdr%LHh-gneiqZP#>jm$9fA*%iyn0mmOMNOwB;P`Hkmyk!$fNKr6p59OU^dRjO#6V!cz4TKo&CYGE7PrTbmA$>a ztB3jO6h@j_;+d&OeXHkR4px%3@A!}!z0XYv}{G9ZZuqbRglQ9ip}kagmWS&2TFZ~*{3#p~Y%*h|v{ zsmoHkpUPgv-8fh2Of_Z$CwCq?&>t>Dr(WJ|E8gR}290gkTw?=btvFKj6<-#h{~%Tm zH~U3O#k7p7VJ^p0W2*0CsrpD@M{0-eA%FK`G7+T$>s`or6lJ;2L}7 z)EKYgt*hsZ!kNJ_6T{X5!QqE4SA#t7X@s<)P80y}i9M8Zib5VlduOK>^-b$JeeE9I zqgB_+rcAh)8yJK|&>j5T`6IQmC_Z-(x{XXw>-Dt;ms5UIWJ{P#iDv`mFvyd;obB-0 z0%4_HefpR-9|B=K(<_y(^#>4ec{=u@Jcc3)TqLQUg;)g8ecy^0MtBuV+{0Kbdn6wr zj10No<8z3H%FjyN?vbf`FgZT%bfUxiM!{~6+vjf0WTah1!BR5}Jh9!WV)fY)0i|!j zf;4W~n1D!xuIbobChDKuH^2D7ZgDA`-bX$au%<9aYg!7;-xI$I@4@y_}gs%<7Z&Ez`r|QX>dR( zBp#4tsrr6!2Wlwdm)f2mtb8Id2(B&uHn1C!STY0Q_(HfWc|oeoCYf>jOpLyf%y>91 zLy&vvKwqEeTW#(u9X0Z-u28U_TUCt{{1DIT`w5us$fNE>1q(0_OC*}dWo6{N1WBLq zSKC4?FF4rNfRkh3dj~Z?BeQM!D?PSp5`b8q&u*HUV3Cu9getC|47#+P7+=H(W?v3W zYarXv?~!fjHw1W!99x3a3b<(QcQSKikGBWAV~?__U5^f3$AmIp)D~7Q`Y>qtVe^D? z92>E)gC3l(eMs>j6Ys|Q?L{Ykte}be9wBqFjOdGGh3gZL? zf29SSrXlE6M8MU8|LyI)R>O|pD={~3NL(3H3gf*Vx{4Y(rZ8oGzE3K-L~1)A@{BW- zI=i1zpFdsHMo>5BGh!3I!G-4xigS(0_RC$>Y!s`#5Ln02)&N(oc<9WNfFuWjC)BeW zbzvIXa=GO7_DhjH&@uj8y|O>&MU|fjMik!PvDahEcme(NR5wT+3g!n+J zL4s#g3cF&*a0EYhf*RKX#cz5H+EHmKAC9Nmd!?BaaJQ=jsqVr1eUwRGnq6qZ6~b!!&O#TN?x)D57euBY}%#V-2)1HI2vGynhq diff --git a/icons/obj/cardboard_cutout.dmi b/icons/obj/cardboard_cutout.dmi index 0f479a3bdda4ac0aa321b714b272b0d3b2a96a9c..0ebe64d09e327f77ef5651cfb40c92b5c5ce716a 100644 GIT binary patch literal 24920 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 S8t{(^AUP>z$r=gcp#K2N`Bn%3 literal 20315 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 z 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

    JMZt%P;d_=#As>vSOwLB@)!B(^li>6 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 YaPNl@U!g+4zt?jA&-`50IVCg!0HE~GXaE2J literal 49834 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 diff --git a/icons/obj/chemical.dmi b/icons/obj/chemical.dmi index b753093c3cb9a06573114c135b084da0b612be77..57240ad24a963bf6969b5e0cf43029454d9b0f67 100644 GIT binary patch literal 53030 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 literal 55863 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�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 z zgM%RH`lk>>7A8J#+|#D~{72{ZpCsG1)_r5gb|K@=W?E$%jW?G{A^1i<54GQW$&@|8 z9y}DutL0XidKy@mMl$R2sU0aqE`fMXkUe32(QX^pD)SV{q9n5cSHG6?M zDH5Nx2{|2+(AXp7Bex(>n%*2}SRuV=a(yQ3Z)WPd@X^+^Sx6Aq{T_e}aCh4a!s<8% zhR2GLyI24uTlqOW{I5yF6=grYT2`yYxu$kVY!S8McXU^|*S_TL9kVk<@owNhoj>Gx z%?|7hxhzianw;xNS-b6w(D4@Il#j}ZZLT^b<{LyqAIhSTe&xrug z;1eL|YQ`L2T+F$G10YA7sRws<3I&Yb!F(K$Nt%;`zlb-?f$@+(HzJ;1SyrrV3MEyi zK8^Pdc8^sKiK~fX+;9`<|F!;>v%K1J#4ejcZ7j1r+RU_iG!IVl)roi4f%4tk%z_?4 z=FmmYK7l{zk|4lPG$CO&G1P%G`6&%iTgtexs<(|&2o$X5|G>tcI~gvh)&Ra1VLaC zfDj-qw)vSCDj84=htSa4cZjaCGF5ONmdX)%hkf0(Dv4!do;% z&C-#VtZ;iVyav|AJ1~H+@KFKnuk0IAO-g6n)#ek>PAvYlzLq#s*@kCNW2r zyVe@M%gBg5Iq@_~*n}iv?lQ@9+OTPn(UGhl-Eh%xM!kKSo1}%5n0R@1VAt;p? z3MIk(TVLl^MVMb)^(}!6nPEAgfvXI_NK?fshi77SzB_fbFNT@Gbv zPKzIlpP1-Ky!t=&!mAKSM{qFzdvo|gJ?wv;t;%yyqDUrVVIhsuz6c{bNls2K_{UEg zVXXs|!uY_Ii^v#)FZ zQv;dg-X^lf@E;E$cD^L#+Ub5FO;Gs_>P~C2(I-&DVG&WvpB)X@o^d`QePZDMTG7rS zcFbv#Ue^H039}TAHm}rbass@YXiKM@B2@o9b^+)0bcCF~eaeJ23=uD0?y6G*C$}is z->K9OKJuFl-s#|}Zt3zaBEx1&K#oN$-X8K*h#SU@ztaJDafzRH9g!8hd-o2Ws*Y1B zPHAQJT*q0o##rVkw{=d(Opp0pF|C{MA}Rj8Rn0zzCK2`~y3~db$4-au-IQ$;waD^g8VI^@YONf`2z;JvpNCDcslYq=wWn z@iB^CULuBqQ0K-M7YQ>LV)f&2KI&5to9qb?I;whqkthEfWp8_b+vCe%jINvng`>&` z<`QnAFy;rwa}ABPXMu8X-0(SRj23BxLz7ruVqzj|f(mqh!q@Kj!+d=B1VqXzeWa$P z4^(~h=v>5k3<2@XWF|Q&uo_|~y72Hne*!;gP~TTp?zaERF3irzok0I_TAxws1-y9y z_q%a;ULGs_DMS2A4pms&TK5MV_mr;t{j?QaAGuGABS=N6=Z73{txE?C%KA{bJ+)YM70Y;}xcH$EdJjQI% zGR{~~j$5Iq?;_Ws$D;m5Z9Mykb*#y6kj!?8nO_&J%OS$T8e@|_u8a|v|Zejx00F-2a&AH2(w^1{Up$1)&c zzy&0I(UPNCQfnz7q}!bkGdIJVoU~Qa)1%^C^5x0UbaCEXI^Yp!=e{Fep89>(<@}xH{^hq$ zBdigBU^FQCr2?n=h$m{)5y3!r_iY>nbc>iO4`EjAjc$>XtK--O^P|5jB3ip>{IuPt z$g(e^IO#HZms)n(hgD}#1)jOut(WxA*N_AlZYIlNtpE-M>xvlRK9UKrc0A LttVAVmSO)3(~=N2 delta 15788 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 a9Xgf7=T+PLm`nild8VYUSSWAo|Nj7sYrH4` diff --git a/icons/obj/contraband.dmi b/icons/obj/contraband.dmi index b99429aee40da66f7128bb09a9c1ba7b9369d7ce..1f828a6ee0f807840d151e4408b77fe4f329f7c1 100644 GIT binary patch literal 74577 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�(6DSGuGvyO=?eaf9Ik|nCZxVjt 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 RV!*Bgw~Z_f(fTei{{u;9a<2dY literal 66789 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 diff --git a/icons/obj/crates.dmi b/icons/obj/crates.dmi index d8cc92e137735ed84afad93305fc0c0f5dc5246c..44860a99d08b5f1c71c6b89d25c5cdd2696004a8 100644 GIT binary patch literal 26119 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 literal 24117 zcmc$`byQW~`v!REknT>UQwgP05K$zg8xbk#ZUkviNkO=TfOL0vhthfJu1j9v0(0>5 z`L6kWXMStuuUWGeaPQe??|t^!^*-Qun`@=wQmw zm+XA-;@VR~+gZ-s$;{Ex-r3UbBLKMnh)-zyn8io%dE|&h(@VbKi;&l9xl&bsh7X#6 zAd2<_Au7>`a+Ma0Z=YEzZ|l&uQ|vyMeecVo#&k&QutI8Y_lJa9po^CZ3LqEDlIHF-)>8`-!%mTOSgmvDtbJJwhaA7Zk$I)@cxb_KOA zQKWU4uj?Z|L*?V%TqX#LAQ!U(A+Oympt59v{Ek1uI{~&)c zMdAWYD}S+O*kjkZKJ7=*ulHgnU&ioBK0mnqD(|7<7shCZ)WNDKN&)U-jgICtSwgMAR@O#kf- zJBQbyto%7DqdT?!@0xc`XX3TtKYq~cc)!4^fAk0m$hR(G6e(xk7=axAxdy9Mjl^__ zSqLbC?dKy6prz7 zCwCUFqjjQA>^}ZNa&!nG5Xr=PjXE0Pkb6Y%Vg5|iSnkN~WV7J*d#r4o9oT0MnED_ zkREBye3}}{S=_a~pwrmK`@vT!Da+B*mKjdhb<8{+^8y#$ZmiFqJ=1vo8t?4p0$Oor zJ2a5t<1ZuaOlD~*(ywj>!AWDdEp848Sna{5eCmrJ(CU7dlp=I-2%IBN&$;eBp6xuW zZICN{g^0e+$J7ko%&0%70*u`bE_z2sYM$|i2n1Xls;JhfeK`j|`1ynJn+oJwr&3yM z+ubl*8Qnscj&BB_X!er+*K^TWJP)~V2x~$QPY%sXp%>Ou9|&ol+NTd)<{cj&+bAU^ zV}_4CJl;kgs9uct}U6Fjj*37rIx>H}j0X zKQ<9}Qfu$mOQ)!L%C4v<*kaZpUci9)8O^v|g zW+@@L5lbtNIDZvEeTUOxe4LR>#3EJlQehs+m_$eq2~gMQC(C*$nK44I)V>kP?W;|B z5!W@GSM*fmT7+Lce-}wo_0r%lj{wXnH(hS^OvF_s!RO}D0};2PT1>z1f>TIt>mr8U z9%O1>x&6(z>A|Fo4_=cmHMwa%TPmi(CzL{#4vJogB_yR?PM=?UkeB;qR+JRx06S>L z&6Ne0o5L4rOekd#K}Y;LE3)DdTPHdr#q!Ek+-$IfiaG2X>G-6bQ2C}AeM&DLjlGZ3 zz6>OHW#^a}>7lz=``5R6`%0nV(Nc2CwM{cmQ9p8b(=`yStga9y5?I&?;kAALTc>-{ z*9jl5=o$0GmzFQs+fBV%QKhuhx@Uu#ThuVeg1T7JD}QQe&Mw5E8%P$Kjc~H#R=@Hi z1CEZ8V{{;DqN`p8-Qpx$;a}%d7f-p}pmdWwG?(!*Ni22)TOQmxIQPQ8~}CwmE{k8nTTRy&0bS{_zoKCPi9e6acbvi5wk%{+9_ z<6HAaMTy*gqzdMJ2TLibArr+CA&pkG;Zpko#u7a$*kuCQkFv`08$2foilu3PbEjx&bT6nc%_3|6amG=#*|^8Qsik2H3)1u7f+)BK!QQH8j&Bx}?U zE3a$Mg`qEc=;!uw)l`HXLtrLC|Oi=2gBowf8v<2ya&=T1QXu**;Fi0Pp8yic%7V= z;_ogtio5%sKLPyXt*4HQ)vYl68D+1Z)&Q>H{1Vjw78qre#oWTau#Vq~Ez{9p)!@Gd zCyf_mQd4v__NC8|%iPCBB##A%1X0u6)zbOKzVtycO5w=gyXM&_*8bQhj^>y9WKstm zo5LZa6HKk0tKH6t1Pe+lxu|-%b-i6*nYM6h1!*jn6bYTtquE+GczH(-l;;gl9JIXO z>nXcEAgDncz`1BB)ej!NH}OlGpG~b2mcC!#N-va*Q+`LAUU&P9#>eSI@wyR}luEw* zxIa9b!Vr;Im=3Pn&b=9RB!IERyYK2_^UY6<#|4G@b#!&t=e^;)tda`x&<(2e+;K!L z%;4t8OJ-lioxVl}SHNryz@hn;$u>kmI7bU<40ej$wj{U=aVfWs40{pQ*hZ{p>B&tT z@N!F6$@kmqYQ>S^!Ol>O&nSQ$(@8MpAG;jB8$pRxLL^sv*^OdFs_C5Qvl}pnRXb=VgD)QKom7kO=!g-=^(%t(CIobU{&TPj-R5O^ zOJOH-7JW6H(fdo z6GK9r28I^5jBO?tPmSq(^PH>)=TbsKF5*^~#RK8CLKzEOzQbY>n~v_*%clBVjsATP zvb5*cf>mp^-I46L^=+Ot2OiHo^f$$C6m3E1BiV;gI9Pu=2;avOlRv6e3>!MKJHM3k z&I=L$IFp#^8q$+U&@k;5*Hx0=j1FMNgms4I#Z&NC5iRq76@z^64qmUx!`j0#^3K~x zXh4^pU%=T|3@Pc_D0f2O0N#wIDd{{(54H~AV9x+>ne-9EaBKtqbYrT>A=qY3*Cu9$ z@2#4~PB;>pUEo@A4B8u%baa*GaYCTfapO|Rj_Y{0bBvw4W$Ja%c~D4HoBBcUIJzC~ zEiW@|lls=J&_}04kFKE^t|m#^JZ10KPHuCGQzZncH|BnwZUwfY(E_`~mE zb|4P+;5$5-)R@dH4!<>0*BLl@h8!}8@(?Z*{qa`BRC>&^XQZ@e_v!+f!S98)ThHcj z@Z75^;Xlvw)`~WefmOev_c6i?w762Y-{5H^cgNpj#i095S0Vxu;C2|WRN?MIoCJdJ zy@3D4p8l7mm4l)#4|fm_rKR)=B%~nI+aQri{|o_R__8bj{ms!cy~v z@<_U=kS-hcf*F~F?=z}@)yG-xO0;0Ca?9U~#G^|%C;h?G>UCJC=4^KGzWa*Lc`wc8 ztiG^vRlBl9(pY-4gp_=_BTtyd-ECOmOS2#@SpUQUL)n}EThaZa)8}YXA;>v`6z1{FVPdiyuR1dq1o9*)U z$G}e4W)(Q;TK{YAy}mcqQ~Q6kt!n)k-Am+u5eLO?=|1ImY!lB2%9&V226c1%F}0X_9!cp;l`=EcU%F0XBa zpVSJq(|LN#8O--e+a_?&09Nif&NS!D>XkNX#!TiyuW%hMTmhoLZdN&Osz|9;!&G5n zJ8lDRFC!JbKkh{Byhlb7en@&OjUyF$?Fj-2Y({H`1P%I%m*NEow_7tTV2RbaY=DP6 z!@sHeNQbNMR{OlUyZUEYXTajA(r81(enkW$hd=Y<=S<+14b%(OHrd9!S*DR>@B9M- zpr+?Ihtwniz2nA!v#l{SWfw>qfqj$VdSxs9sW7DNt{P?Q_`O$4{M{1_e@=rza77iW zp#MZ1aQfYb8us?;PWv`*J-``g`mk}oTvU2%@8W)yma`L>&Gf?bI6~Jzs-$okf*r_G9B3yZlbeoTJ=V?K#(!z9N4ZUHKnkNON#EssZPghA{{YAwMlL7&YLkj}K`M;B!J;Sq zDcIbAH0e{Ahw;MokA*FpDzm2wsB>l7D9%4IMNs|$FGk1~fA=-0g&93WU#tlMU-omg z0H+V9R&h@lH2xH>Yq8#cR$g)g`$e~esM_%T{oQQ&2UnSOP>|HA;V-PTAn47{YKEumx~@-d8|bn?BpPvE2-`#71@Btju>uce;2bX z>)MSk^;wl@tb;+wN|w*Lky~FFgiVNmnUhQcJt83JeHmWL;@~iFWr7zX_ zW)a5Zu6HyMl#b8%&luZN1WyQ?N6R5lS7|==CKRM@4`?1__5*EgG5C6 z7m^h3%ZC>xp~|=$E@@9_=$c7n@djh#F@PUQw+{~VPcTGAP{=*-s~**^Tl9OwaIYfv zc8;HzONe>11MYH{yv+_ctS*mwB?~(~Zz&fl_jM4bB8DWWE#mKvjiRWaI;6+wIG&6rA4h^{~3Az*buH?(E{4t0EFd{y}9%XkfD*Y2gsZ z66pjKP^CmB70Lgiddd5tl?LK%P2Peik?;qT8oiSZ2jrH%RXHObrXpD2pZq#2$!D`I ztG+Jc_~cwY9O)LvxJ6~G$T2sWsFw$3le?Hq*)CZytM@wHByBp{SuYE;-}&i;DbRUO zTTwDOZt->m_}-*LS~PyAFjS%8js~s~VXby{@w8XCQ7;>MF=wu(XO4&i*GH=52S z@g(LYh0%u^8v3X9BW^-n7X3!PmCVU_`f``5o)S8-5d(j(7xky;peTRuRRT&QiKcB< z00fDAu6VV_?e*oORVN8*ul^Aq>vsD}=GQcnZKGt6XJiq6fnyiKo?{`u&)Z)kJfo>vPfdtVtxuE5!BI_odCv8MwTtBxdneu%%% zsV(eqSgiYU19_iG*7`GGglT`fO3EZ_%jKI_U}Jm*1^EMBpkW1z{WwWKujCf!E9B$%nR`X``bv{t1c*2On4_RjvxnNHlAz#@9U29lyM0EKI zv%>*5EEriB;r#GAAw&>X;XEv_1{CCPZ^*bSKYXrSbdTjgNVj&``Gp7sdCeqMdY?EY z0vhrQ!@rIv7QKfW7*ZOsH>8eOnd#c6 zx-@@Q23P^(OMQu3JBR(>l}Fxj9X}$gofyfzR;rcx1!*CPuQzS|EG(U*a|1rW9`>Q< zT<4aEg1#7NysM-41#CzV!+pa*_|tj=KMe3LgXWO)Rmu}RBF zhcf1_Dp`EdSy=pm;Xy)DwDxGZitM#mhI*Uxgw}yoYZ^(*dcQp!>gsPWFnlNE!I?bY z596Ns7!03Bdxf!)CJmY&ilmn#%2Dq~euz0Qy99=y z@!**ENN=x8`3F1ZiCxS)?TP!H{#M}Nhp06qji|%2k5h(Fl>M9}gV*t^s5cIla*aXD zX)B>Z-sTa}oNm}}Wwc=S-I$fLJ9m5-E@psA&Z{GBdvoq|?!A{q?C$%YWQfUC-*R6GmNRVYpS33mSdjI>>BpTkK_VN>z(-?Nb(TQulodfWjvNx#?y;5 z*zvSua+~r!*RCZOSf&2TuQtx((j@G#t#)lS*4NjU*_@O_q1rHhwiv`4Z**+1ly)c) z1tP=j`3-INVGvhl934V9>Ue7^%qJY>*IV9YBmVEy(2|LzQQJ0hb`VJCDlPXQ2$n>+gH}v>vhe-0D!Hv!|=! zT4?^cv$H_pr%ww$)E_&v`VSqhkx||e1meiRU$Zt+G#mPAN!-z~`nOAm-uGV;_2&OV zCMoi_cl|ZRY5h(k;tJ;P-W?5p$4J}-hwMs>6vV3q5Wg2lk^fLjS^ehZ`lK~I#i%MA zk~L%&Aie|%tk9SC`-V(v_SXF8)A0l}G?D4)47=p@09g15#LoeV%cirY%r7gZZb0#Y zf^RlKPFV0-v9hD_bIstnEB2~^?8=`cCS~Hr$nJWVSbsBMMZEgb#HsmeSJU}gG~qt%-}bUVZV8jFyJW`lc|D&f&d^tKVQ4SeoYBr1 zg7NY3UM1^1#N6&-YZ&Qi0`aWma7WUpQ~AEKp`*RUrCwfDlB#{U_@Odw=P%XM#}^H5 z7XLKsNVt@UTq?l-)ioQ=ZdwCleNHo5^-mZ>5c2tKyG7Z0cC1OP)} z4EXx;Y{n(SDPc7U#R*L%72K9wFts_2a3(pn^254?>NeJ86fws&#l4w|5Q~~1@b>SM zKSDt3`BohW#aArXq1w_aMMS=k_}MN3^45E}VmkqCf9|Pn@-LnBQ0Ng%4rDaHB*kI+ zw|0TJUUMiV~nZ&*4I=_n_v#W7o;wYT}$Qwjg@CI>PX6~? z+vNB-gQO(A|0Rtu2%YacmI$TH>$c*q0q{38ms|>d_R6;B8n|1(@7pv(-zW}Z`W#0? zx;H*Z#zo&%@|qS{Ls>n^D`dX%d-+}q5WEkMIn|(ddU{W;P1iieIQo`n57Ju3F6VPL zmoD)Z9)Gd0dQs0{aEVk+FM^yQ%L~k_?Ubg z?r3x6T`^SEW}YfqW3Kxy(SXNo!G-*MZ>HllN}b0E%U>>!ii(O49EFOShihunmnK)~ zy%G)jVnqnz)vZIA1Wm;N&*wFU-YBaRaba8e7l!OFu(ndZb&8Uo+=JriMhk@v7r!e- z)DZNO;Vy7flYt0waK<63ob(NU|Nb2s5w)Hg0eXVL64nAjvx^qCDu(x~SMrWd829Nn4khueCyb#iYCJ(P8#GVBJa84Dk8|04T0kWUZ9X=xM z{j9I2N@+oS^U*FSC~%lEIL%p+mzSSzvWOXSwQHRkINaGZQUi9ai$ycVgx0(EKaIu5 z!4`9?CWhfZTt=b?cW+O>ZY@k=)Ck+*JGxa}q|SmKi(}cTRjgXv1}QD=5V8M2BJYWJ z^)w|!fBr2Bvf`z|B|@(dNkk3xM?le-{@Tj+`sU=(j{s)*QA(1T=^j>cg>e5TM`y>P zE0^Ttt#8lR=F3#a&7TzPm>cDT@Hp8PV#Cb-OJTUvj)eOOcNpi~Nn8Zz3lE?0?v2EHZWM{%tsqZ7 z!5s6fY2h!QRkZsoq3-j|Vl^#--&&VUvq%pW(4KmN`P2^Pm=O6Dh0k6wyvzFaj?x!D z?GW7G-?hJg>(O(IS&mj&Y_ID(<>k05eO*n#!ty8?>qiybbV|4>A*}ULC9uxA{Z6>e z!s5MYCrSsu*}+`le#d%AX^&m;6^;wAm?Rih#ed`b-xOjsMNW>hg1sU^&O07sTk6Sb z`j+ar+tt!{i%_l&C(|9-TBjR4A(gtUR?t?}-ki@3?XBX`$*uXz72@u^KfiP`x-{*z z5sRskUI2hZUZVtVbX8T=&~+R-zIQe=fxSp!(|^pr=y;dy-Z{e9s+}o2L1yyxk5a@o zE{iQl@V?bcBUAbh}ifB1ve$(%H+b*2Xh5tRtC}|qLI(bA6C9`Sl z3F2ilR{4RCC*9J2a3-Cv2oX?<*W}YR2-8 z;jR=9EN|RBUjv(_$5>6dqiwT(HnQ@wIH)R&u*{wgSei1C%>dcHvB%I(VC$I|^c~Mq z7vx(V5EDfgY3EwqV_}mCbJ~JqT%COaDZm-KKw!n^Ew4d+5V$w2W}7A2*FCwZTKB!3 z_vPKV(gjxEgo8IYckWh(&4?o)e&X~#f5tAMl3#bNk>1hF1%fvRe2I~l5?eO2ZQ&}L zApsmqlJEzfbkOeCP7d;yb+D6Xuv8u2g9;*T2ZBpaT4YWV)j+rd>sRMGO|*qrVX>a#`0dPRr!w=0Dy2A4g21Le?Pi5fwhIvyL~_c z(nrc_JS11~xR1i%)tPIT71mUdNtjAu3q8=mo(h!b)5OC#WfKY6*rJFOpV70!bwSwo z9nbAcwKcb_f)h6 z>M`xxsfIt9TRE(xlRT$2hXrSLkkX?sf9m;3Y_>xwn82>RIQkm~VLwtQX#rd1V70{= z+FXg7i{2;$!FNX!=e3pX8b#Z3+Ozd;-zF;~GqSv-r3L@k%5R@oQ~*j7w|~-duD{pH z^a=$S9C6Hp6A3ty#H_~N3#{{xjvNuFz`%Ra25zZe9#;wjOR?1up!D5s55<#!gS+jN zZ$Y@g=hLmhg0t<4#7r429JVBMW-32LJp`lXO0M(9#MS9ZVx}6H?oQm94A)k|IHKF{rub-NXSR?=1Nx`pNMTaX1#gb({t!V2Fvcvlmt|Esa8z;_m2X4iz| zCe)san-d@BCnrvxs2+WYn4#k3tCNQ9H=fNTTa1S$F1iSko=%K(MeiR04J#ET6;-r7 zw7UM`84u)cYD~SgOsdd(_b-@NHbu5_c$$6%6xT-D9)!2)V@Nr^k#j(NH!FK5$a<^% z0H)=%@)9SUEtpg6fPm4h$70LFl3HNufrAy>0*>we=vel>Lo(cLqo?fOl2}sY?ah@a z{{HHA?PJ(>DB7!BTFDN&5^L-0f7}P!vh;1Z(cGM9%IwwRS~2?m0lX{bz52k)eoD}d zn#Xk|4hwHx0b_$`Gc%dM*#>-mvm{>k0ch`wG_J9E9lu;7!mz;rFasQ!EVqpS6Schv z=N}6DKH!R3{`>ZdUg>(*ukf6(ziD{kpTtoxamV{B-e!bzuh$*g3x`;*R8}c;X-w2W z%3WwuJ8|(~8MA$JsP9SMF9f<0$64m~n!fPa5H4MXF#mn+t!6jW>c4(YV~QP5e}W&R z(DUsqHh5&R1ZVFiHGZBaj4&5{y?pjIMN9@&o>j(aa~X4UnD3vU^UCfzE1U;>ij4T^ zrVx&=H+HmlQ=9Vmx77~0F_)LGzcxnqS@+VGJ@p>0Ae#{+ZoS9gwbr{>tZ4suB->0& zf2)vzRXnuPUkf#|ac97T6v%Zih&vqV*PT3ICjL#u;1*B3Y*>3wb#wmZ#E;gG?F{3# z<6iGN=vapxdGQq!Nvg<#jtF-_LYA4E2Q?!~>!SxFmsKlF2=jzQ8|?Ydyoq;N`m`I1 z`-fi|6YgdMH=qABKFL%L4^6iyzl~xa@670fcbuBT&4*rw;^GT5JRf91ccK;MRUwsZ z4Fp{G(&n4_>lb>-iB#IO1|)f`i*~Z+o%0zpsRPd*U+|S8$Kn%8kE|cnDbb{f)-5n> z6~yi}#MVZqB<66B)|7Hs_J5)(1xms7K(Qm{RE-RCnfROm0-|MTK zl?TT^%=ZEsb71sfETMFu8|*lp4N%>?MB#}{jg8HMi$3+c_15t-mPaf7kB{Of?6TaO z3)12yWmx5I^48gtrqA2h&l{h(5M(|7Z5^<`nA!)rS(Nm~%|1B z1sjTdrIX;t7birUR!!*?X9*W?&L93^%@#d-TiiHutoUjgSw}}lLn(Zn+p(*+uPrhWoYkglES_Qdp*^#a#mFS zC?QKcf!8-i`cp+I7aezdw-OOU=eoCXGHkrp9yOgTu6oJ}*bJq8a4pK}?eEV-$EEuD z;ibyw02B-+PR%_~qf2G=cZTHcS5=zl^8$r} zAik}+E?g}>Zjgaziag5L$alxJ89G%R&yhh93At`lUFm7Xgk;0@yQ8QT;;mDkm}tH( z;`C7yIa^!pu!rT-8HmgXQMani^0wUend-VFLIOBF)%Z-eqC&Bk{$-;@apkl;5-!y7 z=I?pzL47#3bHp0fmoH%smFfE({0)1K4holbLk4wK0*~Zel#l^|%1Yfx$>!Y242QaQ z3w8-9$YneXt_o(zjR z>`n9Qzcq*_EqJMy{K+URmr~$oi4N}Q!g^vLr|)1{($H@KVPR&_uR+1U)A*rTtJ*;F z?GuA=zBMU^i`@SL{?{iewDP~(`q>Ip>gvXQ{v0}miMQ}mSYMC=M=?Ucj)x?Ty_8KX zjlc+ggi>0!@n~)3t@!oPOF_|K*x?Js&C43wxz7spJ{qd}Cdm)Td5o`N`@jeOmGCbG z{q!1?W?F_FtSy)TX4GLct=&lbQ6KM0E9>EMhL&bVb0Y?k^`lX4aFMQ z>59XcvGXJIBr!{VPR;snk0ZY;9*Q>DjqrnUkm>gg!fyWtO;D=ABBY5QIc%btUSTld=<%MEEVYqb&-$EqdgBAEIg(n2WKqSbZ4=(Z2k| zVKz!(eVtP;9nViOVNHS)kA5EWy$BO6`WX~<&ed>Sh3YhNdwV;&dlniRDkUT1Wu8-5 zh~wErH)#B#Cz{rTkK)}rH@p9t;M9JdMZ@vRdE2&9zx(0Xy#q2_Z=taMh$OCEH$5{G z*}=gf)Aw_DIJTU;{EI83fgu%@F#JkpY~0-P zBWdEQxka*;mh42t#H!?$M)Jn+HF82KXll_uzo3l8I0CFuw^mPAmw=EEsmTz(DebO@ z|Is6~uV26JojLv!HF)~T$IE7SH8z5CK+=p{4&gI8uE^W)6`SiP2!j*L+)Rw z1>XJy&E`(eY5h^(ETm!8$t1}1dU?Om>6v1->f@E2$gf7vV5_*Wr$v&u0OqSR6b{P( zGr0mnDcY@7hR)JvkvJqfqYtd;4Z@jIT`Z4`)Q<*s&b`r}ol z>H87N1pFA+p__@*^9|2L9a8i>X0IXZhJT+Wn_~SupPb0rX|eT(9hu@!;y#AibB(U& znsv>r^z_{o{5?2rzQ@mNg3H#r$qnsZB1SbNMI<#Ci`7vx2~6m+)H(e%pBQNzc2_5r z79iB@uMrfrRnj?jZ*XEW(7HF!8&*)Hriu-QY^tiN&t@X9jZM{+A@4BCkD^ z%u}Q<#_y}-x4BbY7UaZH=JLxIA~UZ>|GH|J3uzG5BM}K@gGfrW$|Zgb$Ww|!Gz|!?I7G~DqhSS?#4dv7_4jNJ} z9#NxD`!So?uo6QpJZ!U-!YMFV_9%m}!H}n!&WI=B3c)pjP6@NNs%}BY1R939dr;g4 zyAI|L`K>x3w!;d?uL$1L=^1xP+e{y!{B;7XYr3~y(O1((wt;|^qzS97NvL#%;rL8M zNW$v}c3c{7SKtI7fr32pd&*&T3OQ8#Jn$8aJKl&x;-aD~8=?F}<0;j^X@GX74{8Fl zq3zJf=LAgwEyLq2_#lJ-M2cJkCSOl<>(uIlGJ$0sc70gEFYC(d#bSeo_vcU8*m`ps zf0T35fLqWH(Lh9pNaXh~0ZAjrgJiT#@heZplsGsz9+sGRue-e3^Wz!BEX?iJIzF2F zq;WDbwTiOu!Zd*exzUnp7=Q7a_%Hl#y9XD2_BPIGR~?yC0k+ z;3TB`adK(d;;~K&0qIYdAKQl~8ZeYlz?1ZM;(5lK53&JkXJb=)n(UV6o=V;pMcBUk%+GEM<{srjdNC7_s%U zfslG9X{aD|ncD}YVF>V4<>sN}|Q(lhV7Ez(P1s<1Hh^~rm z(KGyCMJpHmoF#7n0wSVzFZ!o^e4~4>2qYyX&)+_cdj1LA<$s8};Z07WJOo9Oigcb^ zlvbUg5`h2wy!v$6Dzu!Q$?FfOg#kgGep^K7Qj8}C`kzk@gMvs%NFbVPEHsCO0YqX6 zA#|Rfk&P?-r;`&pFSsZOQ3s*d6CXN5_}31w{#7@>_8<-dwKI)K{}uLlOgQ_XufP9s zO0}_V?VV;|9JFcO&COdu23@)_vapbggNZ4S_6oy4Cx>P0%(LW%h$G-XS!7X1AAq<{ zRZR8mfdF9V|8Kg54C-hH$k$|;n#S3gYrlQFE@&k4^2>1pD0+)NwCQCC#fXiMHy=yH z2S95icWu=Os$eb>pbIbqr2n``r^aO5x<5hPT#auA=G(V#4QJSgg8!{wi=hDjNb>;o z41NCQG8X=@S#(vDxBxjRK3+ci=TElb+S=M_YY9{p77+f`uSScyQ@4QdCMz#&F)=G! z-aAG5Q`^#)5$HmTANbfrXeul=ADegD&J1&mI zRh>wIJT1%!1QmXMe&DMzv9X1o2@CzXj##2!QQp?)a|9pN!C!gKL`@o-OX zx7CB=Sa>t(UH|O`J5bBLj}~$f?6vOcZ_wZ>STQjbecz04^Vb)nWk(6}9?eD7U zOk&9H51Lovn-})D2e*h9-q5RCh?omDU=KZ7#v7UAL?ZyuZLB3Xnsa3BC5DEEC`xe~ zg;DjRME&mWN$V$8<7|72P1N|&bo)n*P38Edb#;_Ud`Q43t4sO_u8ceKXDng@;KKVh z?dbaA?6@I3Huv@NTAq3#rU+F@5fTv?XoNKTTmgXV;bN3(*7Ij#ekFxqGAcBHP})N3 z{^Wr>7k#1r_BaAu$(X1yoxh!KJ4sd0!)dBJ?SrJcFGRZqVDR@`6W_6+IzAhiVI2quA9Va zW%OOcCtER%pfK6kGSIswA(TEepB&VQgFxsdv@ZiDpv#5dE7(XiwCg+{UHTA<;T0g) z-h1IFJ|AVx4TxP+>ocFWf)^;jo`?&YvVvoOG@ z@%Qna7|mFya9dXCG)8YIz0?D3xmtu9-kHnL`xOkJ3YR++=Uf5g6@=(Gn1)PvmuA9Z zf6djq1{~<~%OIohJHz<|1O=tF+{vy)#6?_o9wr~mR#_iiTqr2T(1nIZO5K+9r2n@1 zGA@oKNejm^^1H55xIF;Fu5GRtjkmKj@%NJC!Oc9l8W^g4!{+;L|D*p24=d-Ls1fyOHr+>c<4==FYx2yyUm zfbRT8NpNunR#g$pFAaYx4%F-4Cb5AC)j!k7@z@^(RQXhmeSTX>B4(!pLvBwQd_`|X zCA7_(DEF1f{Q=qW2{;j0?28He81^VfZ}xjnJpj>Z3;M_Py_37P#&2DFO5Z~(_`6N>_v9695!2GbDw zYHbCVSY0v3se6Ss`PZ}yzl*$xnio$=t@Ua@WPC5>ul|AdY+TliPNuKUv=QDOG46HP zVv&f6Uir!q_e8x-N)_{5osr^{Q;tzrP{c|Q^T^sSV{34TrPF$X%~miF87(}MAP0G+ zimEb6xpsaO6-WnyJ_pY_S-)QYkFs(X|Nm50I<^|r;Tf?@ssP{fcq9|2@2CdARs*fX zJ&>0id=4KTbL=J)P}6;Ii`4sm-(tOshw~GMuf2~BFs6_48jAxjA8ZsjlC8b*^VukQ ziWp;TkT1 z$#DNGr|(a)52?2(S13R<&9m?nT--CIv1{up#Q{ZG={Cwf-7I}JV11~FFA!NCsYw>u zp|Y8fn&D+|W;2@1m9~Jyk47PiEQ)3z5rjVtk*{-MZ}KF4)U~OaHI+3-YamPBT=%8lmw9f7{Hc>Ji{Mqp z@276nnDXSjGDdDF{QUev3mvO560cogQ!ArUEI|c;RIoKS`aD^>e9O`~RU-u3#+J9; zD8fD#i}j;W05Te}KcA$eT)_e6f=kx((je+H<@R{n*e_ab*Sqc zuP3Y!c51ZxHpQksq=(+;M>2dW4D9BP$-7%}j#xsL{-DAiHsP7dq2ZCpfPS+hB~=xA zQMcyl{usGc6_xB~{5D$gZw^~aj3lIFOb@w8x;Dc}p&chQgf#Lu?x;{Gj z4S`LY#q>3k|Bs_GOO$^3K23;WIh0EL58BL91FsE9O1v=;*XR5Jh!X<*5<(HXZh!IZ!5$fPldN zXw?4naEks`mm4td$c1DyH`D#b!uplh7#;cxQ<+Bc>ujxM7MFC|QRmbCcaKf%wFwY! zIeu8%AT{lBp%r2M;-gS4IqsOyL;*R3U9L%lR2N%sr!??Vp(dB zN?}_>kP3M-`p`GvzJMR@0gIQ_I;Uz|_$9ML_rxT0_i?{bI_Go83ttd4`*{6F_i%I& z#x~k_&Ahg|j^Q7)@Cf6g1wp%7#A?{EP7U#&QXCJL>%tx%Lb&qs9b(4@+zS4|E z^4g;k^S^j}M{U0U%Hdf%3rq6i^NmX7e9-3m)oy-#=(-bB(tJymt@YC6aq_5mw&-U( ziqH-PeCBKm>}0*~R8x{LlHC1ilj7VEaM+$W_+H6}jvuR7>uWG_Y7 zc-#T7H9LCFEsB&h;t&f8n*)lq6DZ)0mwGM93JYYEL7(4SbG#GPvZD6L>>+LiEmV-= z!?nq)Af^uwO7@yRH~b95I(T74mzjMTw%9rAV*R$H`IzHusxS6S!>O$@9uuw*u z!NMGw``QFsTLPg{*(Px zCRlx;IJaRW?;dCBYlUvK0)^M- zdJ!wkkw#=>;ZjX>UtdLy51~lrM^Z(3AdVEBvy}O$qS)SEGP=$(O!p@PXaH31(QS@{e1hc{N^mzHM|5fT#q+VjP@N)riyB(#M1`cdKT{E_F_gWDyCwb0Av z_F|Gy;-pjQI&koi@loZWQ@l+S^8H*EKeZicWqouqQNV^9A!U(8=rvi=<3Ek}RQ0Wy zI^v1Z#~g&3SAi#a;u2CAJojzubh6bcs{hU|sG9wMKC_lu)0N45FDyZMj_5?4++k2G z$e77AntqtD5*)YSUNXl1ut#9k)RNoSgdiy54^_HwI6Y7ZEj1Kex4e4wgIbu{7zbDW zIOi3G{q=r+#I>VCQ8t>SoJ%V?y;xNLbJ9#h{Z9*11#eBLNW1d|e<2f$l`;Erl*n;v z)c&sF)z#ItSLu1G-#GI@h*C!t@iNgKEFN4$QV+bz18n8dz?Du*1{nZH;&($4zLnh~ z-P(aj>y-_7IHFENQ=}CACm*j7*Io9`^El|2$>fL$;XxaN%#L?m7M(Gc$W9XYl-h_}lF)V^Pzyl4aQ}Y+K7a?+;*^5@EXUuVp-Q>j zh$IV8iIwiro>~o@B+eVu>O=iMnoNr7b9brK&G?7z?1tJ}({>`mzaoFG5)k2PR{Qq| zpFMhw+NHvIcp?o#yX=rFyjVE&YUADMm%$SyTV|fOV^tFJua-7IKC)(9PkMo?YK3&XWj@`BNxXo#=BxQqBt2G&qG5KMvHrvatKPl3?lgeS^-$qCwV;%D~nywP(gds}@*znhu(B}@yp zo7LSP7i9I7%zK(zCAQ9#iztw|^iO<0xwgq|SaNCzlEeK`yNxGv?LUp|jgKqkWGkf0 z@sD7)HLJU;iSqjiSGW1uSu~5{>1hN&8g_Mp@ghKoQv7)5U=k%j9^W8s4 z#~=@UwFHlAoxumXcu-G2;C+`ytb}-a$RS(T4iA9-#xYM%U3RKwj>D zy0*&KVB?jQ|M2u9dI&?%;|vxN>=z3SRhzrHG6j8C^J;nU;B>ZM>5sYQKDz@j;2a_r zUX&X9W#-RPDIBNb$rJvSfMvk{ZWyl>qA65C>{&M^Qu}|NTpTTmo;SdF7a?t>aNN1fv#_M2C?8g z$=~O;k`Y4J8co|!h`KsfL+pn%(VXq4ARVIrA!WcMUs%hD-P@Ansek|ptw`rmBm_NC z!`D6iH9j1JF+E$yWf=8GaelYkm{!JAln8tRDu<^0E0YaJMX~k#Gdji9dGO9ABm)~; zX8qz0?eQOD5Ylt!deQd*=W2ZV>NhwhSYVFr*GQUs*Ip@)!??uOs^zQ6VU zbJx1D?!EiobI#sppYLbiV^89%;rvh2k9w?kjAb8E%mk%3>a`35RMgC|3%J^9sq)T` z^z{p8>ny3SJR@Z`$e6>yd3UL+LpWp!g!?Fk+ zLlvD=FLPQKbj_@al89|j4+tRL8c#DrPTl%yVB zpZ6scQ)#}8l@Un`Sl~Z5d@2mkE@U~lX+UW)R$iBEdWTeAtgQvi)-miyiub&=ldd@*6>A7)Xst2qVI^EaXC;1_~- zVt_pz8jKd0G2ovjYcrsiL?EU8a`y=2I(BuH(Ld-;O5jm04mu?_28L-}XYVn*til@A z-AX9=yGUewANWzv9r^Nx1t?qza7+I(Vx{MH`MZRre@fdin?M=;_T1}(LPujD7aXh#3F+>Iy_>9w|7mm9~jD%uT2KS@cYF#Px zIRfAcjCpM7+9ppE-q1TQ-q@?tMs`ijmGb4?;0Ex(b*gfyg69#q7ina(cz>FxY}Y8@9AL@=B7Y%)mZLfHnayZ zCe=qt7a-u$JX>wj1rFR^Cl~Z50Vn%#p-!bKpnisVg_=CC6Wf&eD+(k9^MnA~D`pmrIh&%dToAkDUL_=tT0$@FK%V708j`(GZ>L&B70-p%H@_zB*m+T%7X}q)Hb}1tnZ1)D{#(*}7cq zrKnDGNE-tnBbseKSs7*Tz2innE(`3$jYsel*Pm@s?2T>lF6KzZz6;s!I?b$vm)+`U zmg$Vz&BE9|cLEaY{0kb*=9HG%5(%LQ#(hKHAyT#HMy6ptp9xRZj`Wm15D-%}jNls8 z!eL%fhtCjEm;XT&;%_nN=WCZ5*B_JSU=Oe>8?_Q)L}azdm;@*A`KCMdDRxXOFV@Q< z1=|H4D_9no3qvjJov0>^~Cp)g9h8$@a2*IsywL9IC+!ebjB3zbYiYvucY zLYWtc&22MZqiXWSF~1hBLPgh1RGW=JRYXh4vr6++TUkq8QsN7*@?boERaI4v6I04s zt?Rt3&PtYCHR~nXWinb6H#awVW2FXkdK^a4F`Cz(`n+H+whX?KwpSEdn9URS|57D2 zsktf!={FuAr@?FIk~KbpsH@eTHgORR?o%2?ep;h^?Xo;l5`ZogyD+XS_oH4wQHA&c8%9fc7JZ3R_fin$;GQ?v^YKc8F*A3*dqe|ZX~8#a`)6qeD|=eDo_GdO*UyXp zJ`M~u4k_ph&qigaFOJG-Xb_%JqdzEdI8n+y8>7?Wtuf;hTZ~H`>GCiullJxJJUu&p zRH`R^VSLucj|=AdANK-G7rqxsQp6`SNVh0R`5}Uq2pDgsa74ah;tE^AGXL;q~haI7jP?Jo>efK)6FZ z%D3<#6?dBTAp`~R(_s~oeDRth>1(le_U7Vi!5^Ret>-1GyX%3OX)Z8 zFvc@!7F$Jz|7DUHZ|40em&eG$1CG~)Acv3pRNVTCp}8LOU%lo2_#_#f>|@EAZ&;~( zHr4%)1XcMzro83IeB@lH*Z!OXiiU0TR-aZknv@zXLDDro2eZJgg0>*paswF8ei2EjPE1K z>;!4_EiCPQ@C(U3V%*n1dc8>v#egaeE1vbF;L!xYi<5_m?9&NAX{jH1_X$hw48O_9HV4%DL( zF|wmy^z2hrPys<{VMyr?VpRS?mkR(c*F0eidOt8QP)lLmRQtwIKTB$Z3@~hL!N!$A zycCRA!Qm7{#Wu4`w??B~w9zZL!cM{Q((Ur=r$kfSQPy^p@s|=uWui3Y7>y&Jg!TP+ z=eh!kdZEe22nCZu^3FS`sT$w38E#AlpWl2jzoqT?6MJDz0)@Ow8%nO6`HcJsLB<~Q z5DnE6!00>lEK%}UxPypD<)+7|oq5v-+}T=w~Va&7bZ78r+-3)Y=;kaDmjIr7xdRFa>@~+@2f49&?U@4on< zY3djlLqzISwDjwwU^e3`z_ksLOeqDZ{2}0~sI?gf)HK!#vZ|s=eJ;@ZV{lO3)Rf`6 zc71KlVmONw0H<^)KKM^Dp%eF!ocQJKH81?=3xkK#REfu?K46s4q`jYQS9oq($5-Hm z!u=di?3HO{yM@j6L!KJ>+!mo0imEC$>_~uoF-ZBmn2%4A1CBVS7tBgbITNZWKs3;p z3nL1Odf`}FYl7jojxt_a>^4Xl|S7kwT*8V>rk=$D8R7xH>lE)&Ce<08x=%mmk)*v=bU z67P5<)_eC$*F7$3HKMSv)*~azc!##x18{~Qw-W?Caw|58C=sk&wF-)J*4vj_65RWRMm zjucOuz}EZSi>sz)AL+$=&!{28z2P0VjE3mM@2Z<~%p46uigmtG&boXWF|Gb~m{~f)@OnPyV zbGhFZs2S5W;5fQ*oNpX|r%hC#?*)-5r` zE5+A5o-CzvSLyB!$Ni6fDx`-^>(3Jqo1kTPzF8hzQIfszfZ z?0SZ5W~N1Xh#j785dAYCSm%-Af(}(jAyz1QXvdJ2QCBn)nYUYuycB_-vD7}gs>Hr{ zx;s=Rlf3C|Mnp$WJCSKrNUfJXT%Wh1UIb81YwzX9F@j54(Usx7bL=BPaZp+Z1>gf? z*o{lh&x2fPN~~BHEOa~&HC5F$8*b%Va?-{g+e=`anzq}Xsywk4o1by10rkiIJ3A&* zjz0rzZk@Zg=Z1F4J{aaw${H2DA)hAn*9AEz$0{xTvWxDpxrW28H}C;VpUtxHI8F0L zKL519F}?JD<}djRYNmO>EIC>Oo&WWx5nw;2PrGXMB;<8bum)p^D~rxOx9e&ZzbGKf zB)NE*y?Z&Oy!~n$MHY70+dipCR`jso_SXCOgz4Y++Z^*mHZ~hN$6P}G3`Wb*qnUAX ze}3_pBN6hiB=Ya)*D#5yi#D%K2SBtk@u^E1z0{f8CLHP#E_e z;=$c&2mnl|rRP1AK&)HZo)u-6y~jk^SR5pczPO#Bx{_omZ6_KO59x67XTVO4@qT48 zE}4UnzQCW&%9^*AH5jz0dZ6nvcO+iN{y9q~ZWk`1cW5~%z{4|*E0Tr?%%R5#CU|;$ z<7ZuAvD3}EI^&%EqTi+oSLVj_8|)2l#aok#@&m6I{W4wwQ~-W`F=V>5mb`}7H9IBfhAsUKk6gz!w@FeN3ImEi)E%T*ljcN0b2F`o-C87NnjG&~xrQhtEF_(`AA!a`#m3;+ ze<*mSE%tYhHns?-{k8B%C3;y%b|}UZ6wDOP8%7e(6rL0MpKY(MrMs!W_^Fh5OR~H= z2Ij8X4wG#y*M}~Rk86t*yjc5^xasTe$r`4jG9^@Uaq?;*DH>6M!d^3=4`murSCj19 zqwpPg#oOoT7|c{@0cF}Z&Bns7dw*s|*1P09o(}sSZRxo48k6lm7cDmj7N@^A zIa2E;T3XV+eJK3<{1c!s?h|lgsd*p9!$Ther4QPkOFhVc9M?`dc;YO3-LjQ8ivyY+GHWb5Flj~}OYdtgml zaccMf%uR!2gh-x*@@X*`DC^JBei4bA1 zH=Y(LKSP`z8jWs_jERfOG+k|5Cj)4gQ2=OoVFp>56?fNzs1FnPa4}5FPY=Ifri^X^ zWlBtPGG(<~Vq)Sy*)u_gy~&N2YVEh8x;fG!lYy-VPXT;lw`QiFMs%?M-AmIJPVg-y zHv9KVZ&Y#iOty>wETxm-t%CCvs_n{G#Xp!S>!nBs%osK7sG`R$dWM34I+uo(8nS1G zl=t@pE2_iNRl9weGsA>A)(aKPS*!03<@HVpgIyV>00!AJdb+x`jg9DoyMqIMHgOg3(D`=u})qC5^_8p*|8h{ssyKjI%v+qL^Rv;uVeZ9$SUwW zXLe*q)p!|rCq!BnGHfaFpTRV97Z-{3LU}QHHrK8Tzu3WDpPH1+{VCHtz`!_gc}>^X zpM6e$KUH5H*wF(>vJbYmmj2ssmL+2q%(;$nFO)PT)>n~#Z#j{w{AB))L~7{dq+yOR oh{=aaoIK-y9p}H@XYJ)?GV>FCFarcz4j%AIQC*>0&OG@404`fNvj6}9 diff --git a/icons/obj/decals.dmi b/icons/obj/decals.dmi index 49bb26f3d03a00c5652c05a80eedd36d72b5432f..7be0bd79d5476574738ad3310177bae1872a943f 100644 GIT binary patch delta 16689 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 delta 15821 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 B^;G}> diff --git a/icons/obj/device.dmi b/icons/obj/device.dmi index 9d1323cca5edf1a7951d4e3f50309aa5089039af..4795fa411d53b5378482b7f28f1eceb226f0f973 100644 GIT binary patch literal 59012 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 literal 57698 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

    QAGfXN|};D!PAQieNgER~U3qg^*I_ z#Z$;#HDTKtDG(AY5DDqAR-8EZv7(cs87CDU)Bb2FS3LKwo{B$7FgTIu7utR*Ak#GP3mB6cdRq3KVZZbnTM#%B zIC39}WevYI1UAZ_c>vmxc?%T!7Ye`fe^tkJvK#O+Pw*!GjH{s{=A;BWrvHAhMG zn?r@&=<#|!X**VpdwSzNnw=jSRS4E6Az!QVxG z$@%&@Or||0dpSJ!9r3@v7veWxv$px!9=12vIs0RKg-NE*{HXidw?DH@&jkhseyqo9E_(N27m7pDOdjdQcZuwugVVTT zsH4Aq{iwn7Snl;Z8{tGno&0kK$s*jxRjcS4q0I39*!Xyk#FBU(ofO=$)oX4K(j-3KLB zvz~@gBuV>KuY=k1#V+OT>8hvop4;l`>L3N^(h4X(^&R$qSwlHjsghbN=NoY3o%&+{ z#`-}2)vE*%FfYC}TTfe6RW(^VnKuts%0pjU_Oj(X0Y!I3S!RJ%gL^8lD`d2d#QPNpP;jucz?GT)$O9iR zbZ#L6f({N`HRYdlqy~0H-NBQ^=^Gn6_9{|?#`G#cUOtpC(xI-Zzladue8D;Lfqi<( zpw7$a!}nCO&|_gFoj#i&*imwDE`QMlcIebRfV3@qa-Q`VxGClo%Es1~5EH|a{D5n( zjq-*T(Jz-liO}VU&+p|hX$GI7XB<5#r9PO;#mimYPEWYpSd@VbUdB5)>W2Tkl#(T3w3ZMZxS=koJd!%1ZF`#DuC7r@TQG~A zESNtLsTUs^t-NudviB`(N|fYQzK|KzOacW3Q{Imuo{IJJoG+5@N}nH&rW_mjqsKyb zKQKcA8sZWY^L?PUwuKAzX5ch#s6=jg#@P_Hts72E$?kyz-MaVihJECIZoq0z87~|N zes^ph1|k4JE55F2Wo6~LLx2l?MyB-Ky%lqW%d78(?^RO8zEoCfW!(D^M1M)zQ$Gs~ zS`H1QzF|pDJ~;eVL0aZ`?)$@#1P|C8haXS!LD+?Ff`28d86Jp}G8_nHf%?n>56{@x z+yv7pbUn-wHFGyON_|pN>7Na6U@fy@%PT9sv*KPmhH#^wz7Yvn?Pq~_08Fcnn82~& zCLn0Gw0mucGka2WuM^h|&Ra`_VOqWk7=91dtqEwHkZQT|E$FhYbT10efAvqv!J&;6 z(y3P{OF4nJ?7jKkpNNR%^=((z7ZSw7Y|I~E^%%^VlL4Drlf~|5ERZbpYj;fOQm?+z4`L6Q}^&Kx$?44T@tdf=kqqdz z(2^c%W<2ZTWW(GT*W24oGa{bJbv)Q!Mfx)me4-nC8j}BmPNFvzwSu?4zOu~BCqKyh zEMPd5LrR(q(>6ghQTz|CH&K!lZ4EvdY|er%=V6UroJTo6 zgq4ePoGN|9L8fhUZ2`}koTGzMegLx{DTP-`5#oMnG;1XJl@Kf`_44H3i?#e6c z3Y(!Eg#c7{K0PM)P-C3|rnP~q4?Kyn+S~X5NkUxnb2Nx}fW1;?I4cIQ` zuv6ZXB^P5h{Lt%NzDKIcsQW36qd%oquD+V&WSI@Am)a3NXU{cl1K%&$sf$ohC&c0h z9_J1kout&=veR2j28eTM`b0RB(k})Fk@7>mbjo7gGS-3$Nu6R{7HKe`tpkZ9M_}_u zuipAusL?)&6t-I!2$J@b>FA4)5#oiezddSxv-|PI75nKm68p2+p&5E3fzP|dmO+Q^qLHHE+h;sBBx8f7;9xY>2F0hIiM`J z9=NoR@?3mPEbYssQUmMoF83O|wV6Q=7umSTj|tW_YW_{owoE}nqK#M~`&M~vFU9u7dc`AVfP%@Lc}WJe zzDggSQiOBZqZHW*_* z+~uh7GPWSv^S6ZSweOpW_lFi`@VNKBP_aY@eYjC5D*daAG>i*RfAq56m4STWqoT^A zdLkrnv7Vn<{XPQDdAzmg5jap?GO34lk~*&xN@V$f#+vBu?-yUD>OS_+W|A~HkJu%N z?6YVAOti_nnd3Jtv}cxPvSBMK$?UW*XW;~-NjhTwLKg#Injty^rnbXsJ+5G;pPc!- zf)Xcmq0yfvN;VT^NCaU19D&k!XGs)wcfA@#i1<9rf<2sDg?2Z{abPD*$) zffwAFL1*R4o_@5vhKCHd_=ku8_>wuy&Jh{i zxUuv(rk#`3#v()%WQgO=59OyG*ncXn8_XNSfD3&$liz?3cw>uIyw?W;F5h*-Ai_vO zJw3g=rAx9Y4uKlUJbUk6OYtPq%o5~#Q!~45b*(FzZs|WJ7jgVouO18?gGPrbO9RWQ zwx+kEG^$sO=2mtCYVJ2#&b)%#L}ykhxjjOmYh0I~GXgJ?1o482$y?)fjMs(I!CcQa zMwAi~netUR^+Fn3T8mLm%(g@#Rsxk1H!|S-nW^I1PxWqh97oSyT=6xISrJl!HTh^( zVZCwueV3ICUw%od7?w-l>|r}GFM8hHGbp&|HVhK(Zm>7dD?b^%(g#~ncp4De#`1Wd z+k3KsJ}UCsXadV(7&ALMWbMvsnt6ARLXa2c*O|*d=`;MxJMXsqI~uv z`sOC)vOHW8Z;3ZR_elSd&)U;sZv805Ud{iwmaOylS_-J$4K*&}j`g)+LkDrv51tl! zAH#ntSGaxMilH|?jyOPr1e*)g#oYIlMB1(T&jY}TToLfIwjNF}2(aB2QIO>UaRB6( z$6`Cg0Q|;1L?9+m$7IGzn`yND7}TV`Wo0SLQvK(+-GoFFk7vO<7(~NSFVD~24DTnt z+wnTQ+~op@lWY;|;k)Y{w9ra+uo`+fwtuCD+9hw!DY?5IY zpgcXJfEQ-E;oGAE%4#qv6v*Uzs4??*)U^=>J`8q(GsC;J+O&;${XJ(!>3<*g1j~E! zKa%CF@&A%6Kjnj#W$c#m($oJ8I$9-8+s(Pz)tD!7J1V?yI_q(8E0YU$KA4hqaHzZc z)3BZWJUvgMkIGN;bFiAP2$dn@8a8Yd`(F^;;I~|spfOz{IKOF399(yZB*^MPm|{)M z?saEGg?$E9KKs>+hc4Hc(;qTvTxAro{`9NLZXyU(<%FDDJbHhV(|I23NQj9aj{N4N zNLMd14{Ow_;lVSRdYI)(uMDPdHRARSWZ$fOwvof6{3WbAc))>B?DJY5VX5c3x%KHe z!WS&e3y^AzC8$89w^Q7cYhaB>>?2XnyI5bud4X2n!3# zTIRQ+A_BmlY^~g-<>C`paXgSP^;gZaBPWEi^yg-N81O@TZT`?HEL+e2ehXV#832C% zbT?2e!46diL=p^o;Q{BT*jr~fw=din7l&Sx;5(45!6$!W&Ve8|0j1WRPz2C>t%o*G zHJ!mZ1ME?5S@aaF-w75C#9@O_VAspD8mTJ22xjt!YRIc_Z`CW76aJs-ymp!P)Za<_ z9nrn=9K#sh4ErOyt>1T0B?zfLsJ};n{&D_gk*Mv!sW)jO1|G0OP*!sedWD3v-Q&-n z+NXYln*t)8W`>N%D;6;9n19Pr;oK6d2NFn@L=Av0Hu=5B=7a)lodt^Fxh4I+_}kDz zHdgxwS0GJ!o=h0QAWhykkn@^u&J}R` z_8!T+q>R2+t2GEUtR#0jx1@9|l6(_c!{2JqG!@+OY-S0o5NcTHhg)kQzhu1CR=6NN zfw4a!Uu0q1LWZRaQVoLCN$8h+pdbX`;!F`s z5~$50v%WO01aTnun(AX8RY~3+PgV=(4=Yl>w?=3-5$zix(S6bB&VA2LY(4!R?%;^8 z))=y{!i`TJzA8R@d5oP9ckcwx9cEm02N>SzL^;DuNnnyEewFq6Qb6;n_KZ-?U1qq` zTCtx@$VzC{#%Qd5G(i>EWqo(~_|=0V>T;MotqWba-q7Qij#WI3K3aD?q7=9t$T#s) zrxEYioi?kcefTQi_lyzTxg>eO>@St9&;wP z%Q*k!TlJ5FLN}K`#XNf`zV(O4(DjEd<1~N2!)h5koq$khlGEGU1gyNt$6kM?&teqld-`n{_uqTY%j1$lmg0s{}}s7%`k)uxS)!Z_`nefTKccM%lo@ zXlRGb+1R8^v}g_H&_XewMU9&yhQ|GEtZ}LJB&@4>HyZRFUH3vx;$76TQmq=t5&{nq zUJwfZaXhE^>c@jB^?NHjZ-5PVgHY!!zy2Q;Bf%qJkx3b)^P5o0Y}hnQ|0~-#^4h>} zB1VBy*F@=DR=0JnO;ccGud{t@N5psle0<#%!CC zoSCpIbPwLL#&Z$FlK5vlmD78vsmY~m0pnzL7clunGp5*h>^HgHm3q*mfJPSWzp`;^ zsP)To1Pvujps1bAI5B@Btj@jNmtN5C+}z*qCRG*jR?%kDmU1x)NpEKjV%o*iq zt{d>s?3_+LNA1bW3_`iGzQU17YX+iwtfXN`D)oJhI56W7s&te23DMm|L167ah~KhG z@;ga|s1}d&moY-_mDKABrk%Eklv7p|?ziWR!^vK{mnei;#_)^b>wtymD(~g33XeWw z5&j3eVXzx7mmdH*?mart*Iv`)YhQ!`+KR&Q)EIZ)^ssem0fh-7S z__fdDI`I41wSkFRY7`&H1_3Ynn~4@Tth&MuYS;ed0Ao)c4irrji)V9v$frAxJgk^+ zJJ(~$9(p?jy1pX(HJU&C=-%g9<>Eoz)HA{W}aiJ;o^XKsb%|?}A zK2PzIwDlHNn}W>3_?SmI>4*EvQvD~FeB>vz^O~IAm{{?5>tRvoz{ZWQ3hyJ|jcuxd zEa>#0mdrSg(*r~LKQNhyF5|64<{wZrI)(>g`<;D7l#bif{eD zn)!V2@Akby6)s_~-8mytk)aG}Kl=p%)xKV}7h4~urwJ04?MwsgmpSiwqJL~V!>n}! zxhnf#^rd(G8yl-$vj1UqF%E z_y_~KqVAghKrtG=t=VTTJLZHdGbZjgzR*R^fqjwW9#du*5wCM}zg-Lwbx@a*EOmV` z!^e+#8YZmSy4g}!!}a-7+ZIZF=`Xu2xk4)^ss1)n+9v=1S@QlrZtons7nck^q{L5@ zVg)Kn^&V~h@-le%hd;L0)&zMWi`JnE0iYtleasxr{&tihrZ7ff6!H1Yy7l9SFsMH2 z6e;3Sm%=1_9z+#%f$A1Y$%u*QGmfOJLs1m2Z zHdep*F{}R%7Z;V@%UGL_OUCeR@-4OCuWA`A5-u;>*)z*4G{^6>rBj15LK|B_;}=*rL00#z4{0lf(=5 z(cz>8b%gXr;h@is20DFZs5+R?;a0^TgYI{jVYJG9&&_>Aer=2lfs8{sfhBGEy*F*c z6q^fc#BxMKIF1fXHiehJHWhK=sPEc!hqjl#6 zM~bhXR~dR0&zCT?Hv##BZ#(7^E`^H$wWTePSeq&O0oZ;R69S`ATM)5- z*tNp1lTUre4!i|0%YSFvlkqnn#uzvgP$WDYuNwpDoAmS;!;O%zfI5bm8YhLOfb&wD(R)6|=%KI%{Co3%eTfEFlDRO^a`O7Zt+K4% zJe9>S9LGbVVq*9}d3kxM>vC`S5LV3Zyy~E$ynG4$AtJ&JxnRY3a>IJ&GSS|fUBDaH zi`nv&tad_1g?%6Bw43BkR0AJT*=;;F#-8s69w(cMUb?SruA9#>F9&INECQ9)YGv~-xW!g0VqbVw*fbK2yL@(rQt3u=D%eTQKl-Wl0 zo@=A|l)$`g33KVx(vADonGcPt$=Q9*K6DM=uzyU=QOP;4EpsmIsVuiba8V}FYKjl)>(uT#x-uUe?VRYcY@@p9=)(Z^8m=PXs z*C0Ea-w*@`+(sAVHyzMlOY9@6pWP8E`Tm{a>eZ{0l{T7k(GElz?|!w~#5a$pG4i#a zcAa|OwfpB&(ObT^8+~jvX^&;!(n^LWPb|UPHjKkvmWFsdj%#L@*OAJPuoZLwEyh@ao=_f1GV#MHR)MQx|wjVmqOKdRF6mCLCBYVOJglB78}cuk=8`ouAVLW`r65 z+c`$vt0OTk?nK5^KDOb48^dk!g=zFsJUo|fmVfsG`1rqs8w5G9RL_FzTzeB39HtZe;M@T#oShdwulLqyP=?DUNZ+y$gMrDVJ;M*QuR1;A3<=l>+ zS@doxmGVd!o4E_N_FH=3>0I!ooMUTJbeW>JORb_!eKvTDY91G_6xB3N!JlqS1W4Be zPZBkF*rBduta4Ifb~Ji1?fllui-f|bT%<3-XZ)QjK?TF4XxRPIteTnLlu;u6q5QiL zef)4;F-NYCt@eZPY~#2Z2ZgK`a3`9n16;t<`OU8q17<{f7^}fsIegK|ZN5R5K)EyV0%D!B~ zb`k3V_#8R&wW4w8UOf{_@fiw)^GE3q z==VS((B0pEZCODo;0QFTu?zNGYx89b#o_?GNDKLBS@k}XWsB~U-)z$Uha(C<8w3$cLP^(Er z%v`h42r>b>^DP>2oTt|d25%}*P7GR5#fhd;yqZ-<)V0fP#mLF#1)b#esEGY)Ge)xN z86kZok?uG6eD+}@)AV;DWzgO#k@iS7_3@QZ7?`&C-uw1>zu8y0$Db?fIYx%+gH;|B zwC7m}(Vpabif@FISY3wc(u3bWQTzFbtP=bP3!|htXg7-PL?ezgovT{RqN+PzZmrEU zh6es(CsFI45w2(GW@BYlhe^Mqt)5X^6w)Wz_I5J!$+HwscxBJ8wnT*Hyy!oQSG65g z5fyI#rZ_n7a-G=Gn`aIWK2%_|Kxo%h?oX^ZSAo*CUv8NAwEB&AzyW*JOxj11jezQV zJt3PdpE9lUbXVzlI5|0cVsSuzJ0oid z5R8RzF(TSh4?+YX9j_8I8wdkRWqg>D24F*28EWgHa@!1fmx8jZfYkQJ9m z?jVokxGL>z@?=wrGc3etHT{S)2iP+<-{1OzMPL-X7u`cci=Jn{+&;mGzm8T-xCch8 zwN_#3#Kh>W%9Tnmp;$)uN%)P>MgPR(xoaA-6kxhGMjk08e`M`ymBc805v%)WOB&zv zd7zUaILh@wEUZR(zT=zX+#HnHdM5)jbLG8_G5P6N*{9$82zrSs+t(PQy`szG2Iy=G zqjgZnwQ5Zd*hIA>HR=mLJt(n8x7O=@0i}^_j{5~-Z-Fpjlb%W$0_8KlzI;|!bC6_cvGBp@xrl-R=rhZd7ZwiBwvL1%3 zYgE79j9krQ9V;m*LCu*5i6teSZgxa8(EqR9&Z>8EN*bhlA6E;mAJ4P16u7Yxr&ExR zcOeYI5xZ|E3`#Re<{e=&uxaBxzm5wH_1e7c$K;oW)3juRtOkDirABQat50PK|2sZ8 zWuz@gt(HN2E_yGHfal@1I75BM=Qn#9uIQu*_I#v z7c15arV3cWeos%N+3bT`cp%m2vF_^2zhhxFe*Mn%ycGNhS_xsm%U~0BJJ?I*6*kEa z>v`Q}5oOUBGF4=$<%0Yz{jcE4@DO41RR;=lq_#bkQ>_I)Tudf*)A{Iv12q*WnBpSe}mySgKQz!Uv4j&O7zL_bO zc+H2V+Ej^}SJ|&_s-z{@Qi$Ft@m)p*IiGd^4r(uB-a>eNQ{hWXL`=o|8x(OM3rsM$ z9E2gCfP}0<@Y#DUclhv$vRmTK^1ZnIZ=M~)5DHXO3!1Nu2fijbpJWrg_x1E;v&7LY z|1U^Y6Vb}&u~>@jp9qpPHi59g6AD2R!J%?W*igg!DGAUo`jN(Wr__s{hLR0V-*aW% zHByF6p7NIC|5_NksA9DzQMp|wo(LkVJs=R(RqAX#=DktLrR-C(G}pUI__H=L^RsxO zr^3Oi2EAFIy9S|-Z{gyR>1X$SzT!({&pQWZgD&&MsXp0gWZR$|#y5~je!H!pV$1q8 zfg5dTG^y)bX`=S|G15FPWP{*0ke_&8I63>CF-tOCMa44NmPDWWP}PvLb0hScS9{9N zYEK$MMlBo&`eIjrB@E75+IO*Ou+H zcRkx*+)7vSIl|VpnBQ11Gu18W@dRen-hV<+w51$?4z;YaWYp-BWI})a1WJH5CPN3Zp{>)r}PbVc5(tYw|MS48= zw7n|{Ln7(~`%bDx8rjuk8D`^#W?$acxNS%(4t({?Vvv&yU+o8CHLo<4q1B;XYGrca z$PPj4)Qp~45jAvxU)aFz5C+L*Tx12WdmU?CNt6h}rbgY?S6>NDhhPt=V@3lPAA~rs zgC(QC-8ri7mp?$S$um@wXR+@~WX8(5kjlQNFk#x0Gkq7W&>=Xg)T~cemNKzqrlKOe zlidbvYp2dtf^elK1bldoNV2VN`9ip2xrxXgul>-)8_%|qby73+k%5$8_xm3XBRDHB zT#oVZy>%$~8KE1e{D#UTkU0h0AKlu!vRtLER!g0cjeq$4YnbC(A3-RGiNjU3UfIdTK7wlZtr)7%xS5JI`6hY>pL__%5=v$8LS_!gqC2L8p*h9vBr%B>v*7J;cXZEs6dL z?BelcQJKVI!Vf`})8{tk`F)3-y?u>+0zaz2TDU4)n}QQ&YJVt;VuM0p@=Uyl+F=NB zu*o$dI7aKeRex}}An4SIORA0~>BP}Lv|B^??0@s-T#On_J^Hp^w;!bUq+IahN6oSq zl+|xXh&DEk3!Q@T^X?OP^b6N}XOR@?69(D=7m|0Mn|)y3`J-lHR*ZCPRD zFqZUbG>~c27!}-snQv)z#CHiDPld0ulr==s=Toa2Sg{(?f4+!&!O0zmOx5mC+{9~% zRc}Qr$s=9~!mciX;3@pD-KW=WA}^wQFWCI)2DQ;MQHdJu(eobOYxwFSuS;)#wC3Hd zAA85?cxad@Pi$Ad^jHcjlKz?N8R1Z;<&ybfat_Z_R#4e={X0(S=YQ!Ej;sVvOT;+n zYg3+yHWW7TG&X7@7kHZ@uU9ckN+$fzc9#t=4iaHni%a@B70>>++S)?~yOx*G>~Ef2 z>u3qt9kx)l(ywCda}M)uLW6DJE13$c^XgiIPESprBa$N6TuA&YQg|lfmY;Z{K4wws zv_-x_Wb6I_^Ue0{5byi7}kj`Bx9S2fvkF)xxFJGU6Vk^ju%#Fugrn+d@|5aKLP z2$%!367)gQm|!v~(YNAL_hG50{w7wCN6#?H6bkMj6MA167~1AvLiT4FW@HV$t8X>` za|w+h4-tv9$?gbuXpO`$DfNrIBD^^AhjU9**)Ml+{F97?d+2R9P=(2N{eT}qaRzpv zdHsDanaKL1(EMzjTS>?H4Oj^nv99^#AlTIn4wfo>F02S9Va)MT8A2bTy!#9sTwSr# zEi1H>vD~E)svvGFs+S79s$~m4uZ5le~8L9M48W;ilX`B0Uki&H}J z&+2GU;LQ8hkjs>)(JMjWN4i8{eeNS4tw}Vqg&m|xH;=~BVh1@8U z&@3QWqbZ>Tl9gb?gu=a3y*_IkQfHBkxssP!$u~(Rt4FiK2@ht2URoWXtZBA-Jdf-CCXPF)OE~!vh{ZRf0HopD?;TK3` z-D(!i2Y_Sb*RL(TZDWk~mWV_P90^@16PleoMm|{hKqoE~^eHDfIWa6iOYZ*r-zJGW z^KoA1+q2VNnia)=wan0)Ku9E&_zzyGygUEkaqi2v#(!+YC@AddDC{qtrTZX-fzP)| zS!1nK530;1%>re%+bXO(U>$)QGMzGRdwV4@PAAqL7u$s)st;sQ5AgR*DaDGgeX^+C zDI&(`fyl@Bx<0&Q8a83y{4Pde1Jjp>QGS(`?TLwjBY*0BdYRDSV7vRnrKBKK;{ia@lC{Y>Qq-Xnn7sj5&Ykz<1Ij_s9wG zH7_4wVRKcHMQkqN!^8Vz{)%8*IphvsFYArQKEoS2Mz9-=KGjE^S~L4Qwth&ndx6%& zc1jZi{9L(JeKXImJ4*9skCqishM(i%?d~YQoUR-d;x^&lwd?8*jire!K|T3LuI_GU zdK6v~%#Q+3(e z$Hx>G#98_GM=;vH{w1{_;uqB>dDN=#b7X|d#U-Tpj%ER=H@d}PnMWm)IPOQ;eM6o_ z=e=^K9HhBMdk;gFvmcWx>3G=YNlx2|-zI4-$t@70dmJRDiG*)A^$%(Xf1K~IyVqz6 ztxPBe#zW$9FdWS!b2X<&uJh}}NgkiaN=%ay_9?OQfl&4MI3rwOm=?M-9G+Nwe?QD# zrA48n{E1Ri-8p-E`#VZ4NBWqa4dxT;GzoB8Ik`>ZcP6GG?>M5Tmd?GN(ex(^&>2Z) zux%PY&W~%ac`<C@qCt!RM*pUvr}b&%9lJzXCjBkL@JAg;+h zVe0fED?1UanAN7&uf53m9H|czTU)T{9bk^$wtw0s)4B5Po%*t>*j>DWd;A~7rvruJ z2Z#<|g$B77e z&^19c7{6I2bY9lfnpb-Ac42vGsgUeteoES%#*tW^Y#OG;(6CASM~d4o4evP0rKYE? z*b38t)9KLCrkYpys|wX{;pVROCx$(BS>Z#$%wcsb=dC$e+8QK!K}Un=|UFEf*vO%EnfT4ewy*0;#ptf(`%j18( zjh#A{9(gpp8d6zz{o~-eviA+QyLp<%C*Vo6_YLMM%h&6SWRr ziE0x}7SP{lz%J3zv80b#$jWpZ*dab{ti8e7|Z0xXponYr`C=Ua~RJ{;9%wBmoM zS;jmHBIa8jdv_B|!cMN)<$Sie&i|M0%bzp1!wQ=v)xrv?rQfB-*wAWaE-)HKbo$mw zovf&=43CZu^rMXyIy>$AvHv!q^{ddd?+Ve%y@pq<8FxbE4{o^Xrs$BYdl#M>3cv8< z5cq>dY(yRveUhX@U%T&ZQp1AL(LyMp2bi~6Z`1D|NV>bbmz0;Ml=}IFpwG~aPOY=% zRbG14^b`?Wh5yStGH`nfrjnM0?>(!3aCNm<$cN&zflBFXDMr(v3nmV|to{1PmoG1v zn2hN@c#yhH2O+PyhpWB*L*}GqhGb_QQW0rLQj=sQwy{x18m@Zv;k4WO18$z0s@bB! zzspu~3=#`~;AZ&}lAU%`2JaROgBPh8#^TB_ZJMg)R!4&aguEu1rv$ev-i* zM^SoxlEISY8oniG3r=iRBH?C#%UhJpBvL-1UO{6(Sz4RUhlmSkrWhL^ z*V8xsx!t7q=#dRxmT^`TjFLGsk*a%$m8K;_$d7wU39T}2f*!FuLCiSC#ulXBl+oSCnqPzs4IX!Gro|LN(OGL zBIA=vzRDOVkdrG*-0s(Gn@9S+9(=>T?SQS~2USk`ZE(9~gOdVEk67WVO`0w)SJ?yv zLO_Jl;yAvnt92}D?y<2koQI=S85LD^O-;=*@zG=0E(Hp3{VG8pN^hK!mVQ|NQ?++P z?v!+3)Q;foHalZxm6ct1Fc(~5_c4jmoFcO~F`iL)y z(kbK@wMt*VK9Y_-u@!-l#xt@42^YFK*AYL_k5xI-3i|GZ8wxmIOf-X(WMsZ6=VfKp zx?_C#xn;PZ<0bd3YBb?S%3%5;5AM;E>MDh>3f`%=cB$J&N0f8wD&_X5%ChX;4#PxO+A7ln z;<+Wl`E`^LovuFPSlbH>W{aUKT?Wr{XWgB$LV$Kl|Lr@2>K~$$-D$bql~3r3%g=nn z=EJ-GGBq8YSll{^!@;@=jZIU2E7Cc95&4K^-@hpCh)J$Ze|u-1N|#jUeyroQe3>BV zbYAG+oLHGd`e1*XBM0#{!KA%BqlS%?U&zd(UGto-70gchNM0M@f~(|(qyTnXN>BoX z#ug=$+@e$XPHINGcYc11xtubQF)I!fi5#n45Bu4>_XO&oF)GKjb9>*)-yFdbv+56@ zK@T40-fJnYxBE#Rv}0<85yBt++2TD<$TN{A3qlK&Y!QD(mj_V{XxV-hhQYEqyM7@c zB@}48z{byL=yKIfsyil(|MG;ii|6Ts86--F`OKn%n=#v7MN$^;ZK02tbe=mCj5`9% zW2F>@>vSbWwDbkAfM@1tyk^hgWtCGHBRXD^62)#_rw+BrxgCbklrx6CD;&w)sj5{Z z8jk~9k{Di^L&ddrVP|Psc9Zsi!q6Ov6ow(PDm@ zL>iS(CZzqZ`3q!HP9w8nkv!a%M38#Kt7f;Q6IXyc7HZwM`MMF7S2Kr_9&@#aCG@JigmtxjbjbP?LId5?%?}+O9{z)ma4!(bbC#c6 z)-NVZQC?#)!?P`pXkW*CyTPj*^kxXxJhh(JYj6tl#5*yQ692dyPl@zp+~H%0G@&)| z8G4nI;*WrA1}N?f(^B2&RNgqaif=Nk>4%w|BLBSfhk_oeG|PRm&Ou>vkD`U)t;BlI zVJXsO#I-l)FJ*Na`Yj4p?R#fI?(I+2zGT%qu7af1{UFZK**{$TWaU_5W%_F$%t2WN zZ8hM|-w(R+qJI#xZ*B$WR4&3qGfX9>00LgU{YpR=C?X&3nt z%+aQ^7(y}4&7l~+QaoC{vS1+zna~wdI?jD`)(DGUW3R zbq{no-#Iv~8Rg!)axnP#B;3(e2sJmQy^W^A1(tD>jfC@UEkjaC43D5mcT5uF4Dw^Ml2W>;LD4Uo>c-RcOea_!u2dj$U&U>S` z81??k`%5qrBLAYS_G4s=a<%ZC0*Xfo3?_<<^4I&{U&$muj!RU$*J0O!DOA>t&*0rB zKk8KzZI=ktFHzP~c;-fMAsPRlUW$b;>V80)1fAgLf~B7p<|0t~ynDpOoGK-?mVGos zY=?mDL51`CwG$a)&!PthaQDx9lNohQP3^XoFVQD%Zn_GcQJ%0Wu3tQ`WO}-3J$=Z+ zgA_4CAoI#tc(4rBuCc`3HDYvZgs9F|%{B=8{KnHV3k0WVgi<^$zezq?k?h{%XJbow zTxi2e`Di{H9=b#mrt5Qu;(u}h%unG%w5hMM zZrqucY_smfWF1I!Q9N|73z`nx9mh={2qEMMQ4uP0HxlihnihK>Jxkn{sV1r=u3k%A zk6jRlCnFDNPCm`^tZ)yiT*vMIwB@oJjAFd~^Zbsxpx(Z3y=kJc7AlkayNBkF%yXnZ zO4liU52f({3b(jT)l(Qz?_pZPQJ<;%W4HL9Cr1=1>IY%8Cy3Vjzv1pC?%q>|d!AaQjkGG7oia6qjTxml23=0mchil$*j+Y=YUw62L4XIt z0MK}bEDaZkLX&wI(wDy&P&U(lteCVY(;f|?9#4Z+_U=AU*XuV&^;I-|k1@v^SE84B zx^Nx#&={0JIr8r3wL>}DEF|S>O`wj-3XlA5V17Ho)s-?UR+XW!R4PSBT2j<$=SULk5dDgo9}67f9731lHGK{u z+cpeay~g^L*WD8pP}&{Ue)?aI81;;eKhB4Qr1QpAC(vhnXMq&pKFvBLuNlD`kKN$R zoN8$}XVYKa`|FlKVMxCoxMZyHcyw7(Z-_Z&U+8iyrcI=BdclDXcoQBTG3&3yFJGpf zZ>PMgwMj9bWN<_3BVkq)Nvt1}@F3kBs;QZBxpU{km|zvyXtB2~FE6h`kGyv;SX@FP zq`9S~Hcs}n0kFG*qoX;uwzu_kbx~l+)%<}KLeA{*&Hy5?yEgy)rldaud-2l7Zy3d} zMSuT~J&!aG_~3voK2*us!%N(}mHUqLq?M)np(F@L<}L1sR7>{c>0sTQiSm0doq<}R{I)O+QrJr+4w=a=Nn;GE_!j%Ch7~D6R-n6 z4?BRcC{O&&jI`qEHd-huYdzrwJvxB6<*!qR@T~pu45KvF`^)@0?&V)et%Ix6(Q-bo z@b&a)HL8>(&+Z)Kg5wALJ?8wK@Of17RtvN4KkM@OOXxTs#SmD7_dq>)$D8huPsft0 z+zz_2%LYtLmcJ>DAh`^3n`e#xC6A)m@*O%hy^I>jgze7P_ar3UcZ0wgby#i@=bzmN zbiE?Srq~GL9F^)-dHSyyq*v2*Wtx|JmUlSM#r<8vg#3n)v=5 zx3}YeO344;?E_=|Z%R=VS_k~{<@>~% zm5(CIb9?R6!)Tg5;WhC%KE@*0LS-gAqZV2OS-8tR4qO!KjUTKHFda;^KN9k>C zty*eYn)Gvj2-wC#_@7LP>gs?>_xJBBuic-q%{rKnz{_xD%;MH9|5ZblfA(|K?dI+M z-CgzDw`rg=sq^$%Sy{)v^ETa8jc3nLd%@BVEIfHZVXP(-BgJ1!k%;({} ztGjaqtj7#vgx%f-_Smn(-V<0;y>rV?R7mJ8H=szMhxS&7>)bIXqQU8A9b)>Tw*{4b zzlcpBCU=__#r9gQZ?)l^zJn#>)^NO4JUwg&KP0H%; zmYrJ5aKwRZFb_F40Pg91t}NtJgtoW}_K;lUD_!Hi2jy($4|X?Y%1#%#LI3XKigLg&8I z-CBfK)w20bWM$uSB7KzZX|HcP+&@n7Hcv0^;CTG{e@91>?&DckV)pu6X zj3A&d{C*eU`$t-aumJ@5JwieJR|A2;?bh>z#Gketx===L?jK9%cp+rnKK`T+1!8!Z z?!*aIuxdBF;ZvYMztwq)ayLR8c6xHMI3E7CA?@B65IU=PidK-9f{HQ|I!g$7>Kp31 z=yDEP@y@C19M|4jqfOm!3~RlqzMc1ktaw(KfSXS9TYaaMc_49yVr76Fg3?|+ihv_q ziZ|es=3LirRVe!X^ezzyN3h0_aAzi|C!dK=6VLuypYozgWE;3)5*iVK$lZ3}MJ2%k zvLAlkn($uP>_pyv+QzkeD9lmrraoD@KQPl2uI;f=xm)5>+JVjNg-oh0eMb_rF~Vm@ znQ77YXunfE2oIrisXH=4YWxshJwjhxHY3B@$?t`t>%EB}@jJVvqr++fP$WMt~ho58g5SnjD(C?W^C7e=&x1eY3`G1im_%&5PA=LdIw`1BVBv`* z0~PSf&|K=-X*Gt;cJ1l>JuiRVEvz169d1P(vrQSc%GLI>`mQM~Hzk#)0#fSdfZ&&42y{Hlbd)-T%8fGdF(`#tUs7~-l0CJ zd7rE${Vn|6sS5U)Ktl?$7VajvmTjdA-HtFPso`=_X5%Tv?mXkzC`a+W;ZqSOY-3N z>u&XVA9w$m{(B-aDypWrS#x1sOI1~sC-k|I3itunS45>wG%vf6mVs1=+(qui{wDok zD%S7AI8LeEz5uUwD-WvDm$`89;>|sMhYNd0yxG-D*{D~=4owJO4ymoymBA_+qq~?Y zddERMC!PYSN7Ka@P~xu49$Rt}NRVvxITzGStLW;okj31n{lT-e{d<+$0wc^YVE$;PYyX+>0Q;qXh8)lv zie%T7fuz*bTQg=uBb~6l2dJ?zlVcSk^6NTE*#if$l=cBI>UGLa-~|Bf#t`r7V>{6J zU#^ahT?aVuKLB%@9fYnKst6AB4gD@{|F5Mm3nDK3rKP2JidN_fbtU_}R{bcd_>Yx9 z?-09+ppwVa*7<8UNeyeF00aCoIr-G^@nfEd`1l~WphxmY9rvp*$IX72u6=ubuzek* z7#yx0qmR5AQNVZHt!YQY(J&Msq7v`9ulC<_1YK@c7uk@KRp`6_8}t5HF>M3I^k3|- z_CZb++o}IRimHz&|9?az)gHz@?kN$P2s*|$rL=*K+<~1?4?5kvSNs*IgcEA?ZS;u% zRa+KB=v>`g3K97^x>A@~>C9L(sDJPWpnS>1H)6*^vB~)htSkVgv62Zt&lUpuo4LbGHL~7x*@tlJDNTcXi~<<;$N> z(9^$5NfGY&e&blOJhr1hjA7qBrU5VX>9cZjMv*KTg#h(V&IhP(UEB8?ydY1F@Z0*k zCk-_W4R@a2i!r4A2us!&(f|Ob4=+HL!&z zp$ll`u2?hMzetEvMB%5uHoKk_h`uciid3SAH$p#sdR|yJe{7f^sbwlWa$yvM0MrSj z3j^k;$4;U7=C~8wM)*>F3!>ee* z!>g3glZUrPeFVm;{9{J)dJxWzuhvn2>^oc;KHb%OsAsui-(EY@BWAUk10TV7g4&L^RlfM;pKfnzdV5%2xly|u;HEs>5N{iPPrt+L6b8-S zOpF0jXZ9w)(psN6RQ)&Vnl~LPT=+wlpS27W^3E~}63}Hi&vWsI4*FVIRo17U5Xg<5 z0@;Gk0f=z+m26ieIrm8K0(q_Hu{yEDQ=1)myMda7f6p+V=)JESF`AlsZhH+VI9B|w zLYuJ^MN-muctS#LF$4Ybr?yt(-H}c`FMDR^^BdQo>U|rUH?*`bb2>XaHCmBGhC?*s z)d0y>b!dEja|#CDhg zltJYvms>dOOP_ShVg~fy@Ts>0VKBm0aPY}0Ub7}ZwwCX*^x$t}qs()EsV%LI<9BsN zu!loqZ>=ue7Y}+Kww5>wQRbU}mnmJF6y-nI*!L}G9?s-wTI_po-axJTtR%+)VVB?? z{J{0EK>AS-y1TvkL>GOMnVDG=c}IV*d$sa$2Z)};q5wVJuPB_FtL#{7FI#SIuGr;^ zlu)065m=m~Bk#B=9dp_xa;yBT&w(Br8=pv&*g3JJ;BDb3=Ej;@d*lO1T55j<lCJVjoPy!ku7vrq!D}-W$9pQFrl-Q)3p9SuF5vwA>1Y$RIgtlOs zQr<*&=KO7Ug0qF^79hu(S5GS5t4BMHw zv3Gya=&i{w;Zs_-8-)J(KLe==yAY31YV3-AjW zpZ#(71L8h578I2!$t{dGo5Wk>3)*dNZmK?C=ooT+F4u69@8`D1JceAquWeQ$Kh5p$ z?+-zM3V(C8pfee?m!awWxIHTOI)E~exlZ_f79KKMOz*g|$6sjI%hMSWbmd5QkgnWlmVj=~X$Ush+nsB?7PIFa|PtE=+i1Ptk_*t_N?WUUXiLj`XE-;*VO-dYCEFT11C=|j-_cn?R=Ysj=!evss28dWL~me><}Q* z&gUq%iPx2c!@ZH1>XAq*rV?|Z_CvG|25Pjr??i~k%9@dRTdi&fxNZbQm0Hq@6j9u5 z-I$rK40Lq2fkD?p`4$Q!W_-R*GQSzH94qq;^qe17Jy>d-@c^HTTtkd=ZhPX@xK8uu zPq{HcsG0LP@LC@TBF~JpGISpvdI?%D%qDuQKGH*wb`NzX76U{4tfyMKj7mRC^5}I6E z^9yF+>}olb{zgAL-s4TTJi^iJwcl_Bs6M{oVrJ*lm#!MWH5hRSw%69KCgLBFFDvf7 zn8$i=t&~`9vOe6H5Hq23b#;P4C1oX(2sY-vfyn184TjHKJuhe`d)NYX5Ejn&wD9d?(;OdrQXHHB)}XmEH58}{f@8ex1MZ;P_+!j zXWzGC+_xxNI?mj{GFa>GA5=zgN+>lf5~fBgJY~pJjizw09@OP=9&rcMj88wm>iXt3 znl$t3*&tPME(iRU-R1SHi&GCk2(oaIiEm^`_{^jO^D~FQa=E*L1Iig{FT43Q3B%NK zIFI5ovVG9qVRBB&?RHuyXDRqj!eN|g?yI*uJ@g*(QYFS|J)Z3Lom2Cx!O_<3`mpNO z@gex~+`HW)1SuC})W}#ycQfdci$_lYB`)T3zyd$b$?HRvL#D0fgXcDI`egVLa%LJL!LM+!h8j)2-%tLNYNk~btXlrXfBLB4Fmr_-o-L z#K~DwT22Xl3i{+Spe4O{N08z4rD_139XqLr*rK<6Inc;&ORdifwe&B5hx;zS_GomJ zz8C|R6IjsSeO~&fWBcbDnHDb4YQiTxKg)x zqs_C>(|Z5G*kU(Z18(oW;!5e0L;_mDuPpbg_UhIOv*2{R_kOVQ$PqJ28fiD|YG5UJ z_2^NL0UsQ?XXmw`8$Y2#*(lMxhj&=q=!{=uUR=f3JKeyIFP5qDq{M2LF-Dro9`aNv)x!-Om1cfy_)Krz;9Ej{;X=dm zr+{YdO6XRI3NUu1&c30#azz3s+)2Dy#xtgEOa6+`=oT*hHjJ<+K^|p_PkolVDjsZ- zm(o|m_H+S1n{Kwu$MwMhLp*)r#EPL_UZ;1egUVAUYIZ4;w_^pXo-U(FqZ1F?c6nbp z&~H<4wf1G|bLUp(Ydj%*l<}hbgU#vQyXPU#788?kWhaJPKmzyL{`E3f+e=Ook%ME9L(F~VhM9_Pawi%oFA&GXJRq@m17Zh#{N-z@xOiS3 z>_~pMjiUa_?z4_g%pqL!t3H|t)V$^05dO(LSk%luwrektiT`;^)!oJz$%SmU%HLn6 z1RCY|L;V9!aA94Pm{t`-NNI<e{rPW7#oV8#R~NT=6w+0Cg7?sL~`8{iyf z_A}0td~sKJyXHnQRW7~za^D4zVp{IL*`c^`1|aAdW~J&024xYEfW!HC2ME%E6R!fW z%#MVA-PSoyD*%%BC5zGJ|MoJohr0`Upei{l9+8|sGFx-T&o(sj@sjxd7|dNCtng^^hZsOHVcMsK+k zJ3F#Q0fN>a#t zcPXMPJ2dIEilxcR0@}x|bjfB{Y`LDy?QHFVmP)=(*~=-G*|F|eboQswl7vdFj~48H zroY5KyfLjg#wswEz|#xT9pe;)sxl&u^0b0N(qZlUYb|>?iE@?wCWDjPLb2 zQ%d?@gMQj*IU9d&vQuX(o}j?fhU<%(I2hjon@8Tiyzt>PN}09(&yKmLFdCPkgXKm zZI(Ws3vL`h(fc@H3Oq(qd_Ca2{9u6Dk{DDt@^KDZDyk=IZy-+SkMaeAJRwx(vo zdj{^NmbSm|+iaoX$?Km2gSl#GYk_MhLJPaFCU@J%r{eA-SQKSc7RhaP zVw#(qr_evr(mwVu-bYvxKzc>wH}B=Fo~fISFIVfn;C>WhS!y9bnjX;BcCWd7sxefs zQ)!ROo0#1$;rii!asl}Kz8C5d%y8@L>rL(L>RG0ZWkNiULw$9ti`jV7h#+DYO7Z04 zN*Q);N8q{(9e_|KMf#$7w}MtUX%t@PpT~jcqT!_ZmXPpbDIgjjr(;*5ddC;PM|~W+ z;{vJGT#9a&Zin!lPytyc(3AI6sQ(+_yAJ@qjLPrtl-q~isy%-w7`4X+u9zMxW6fmF zA6{^zK{}dpxO5D@q|j&FGJJ5t-~HC~S7T?|b4&#kVvS#C&qkczY)-QOQptMvUwpE+ zEmkH_?+O%dZVc~slpdgVxN!PEXrB}fCnAzwb=GJ=hh@I!))M7^@(<7OaQ-h!Xq+VB z0U~^A29fKe^Ke%T+pggMm7K__^gk(yr^i1<{5$$N!iuZlij-!LJ?Uj{`X;CcA1VAO zalz&(0QQe}_~2Dv__CJ^#Mm9pYo+d9J^9}_te(SUt>`h+ypW`1=j^ro{Csv@LFxbg z_)L20V(mFbUr$d@z@SP2r5Nf;_&lKVElm7RN~OPg!XeY*-1*8MTG0}dSxHA9K7Y0Z zOpr{_;zXt5`z{SS9{*d%!B@txDb|}YMB2~~*FCI(KD4a{IrKA!pk1!|F1Yqfs?LfE zr3lLK@80VQO8aBZP<3BlUsqz97t?n_b7?g{=cH?T2i$<#`-&_Sz3$~`g6=GAIk!IOWl0QyPQGm z)X4oIN0H|}GK+B1r;f6S6Z}q&qdGRbV~FOKae#i`!s`0`#(n81D~_g}oXngJK$2!1 z#t=t`4uyGesDc!#C*o&-(2H%@uJ80n*~h@;$|+i0llIp}If3ImogF*og+wAD6*sqQ zB@5rbf0uV%W-nPQ-8%*&0VKotthgd`{QyuUe4MIX02Cr&k&!Q4pi^@6X63vjkgIge zxpBBKfAab7$YH%!#wx+r#S)PfD`dU>Cq9fe>3CG}M#QSKRebjpDU%|^%-vu5Cufb3^$dXwM zJC~w2c8!kqbu#zS`xgn@d3_s5-@`*A!h%i`;JgHV0j&n->xKLv2+Oa~A<>kTg}T;(X7u#%TbYq z73e2qi`ra-Pn3S0%gTVyq?ad?7?^(Y7QqXqlh)O|4?}NWh(r*hNQdAV!0np9j6{&5 zJcy;Z!@A5D-&~Kr!cfui5n}dh-D@Uv90B*&>^&qL0XtIMTI@AD9vRRP1F}8vnUA$L zP;^^;3e`>Nd3SVzaS{TAE~9~;MkR}xwQer1X3Vv*gbvHUalX7xToVUsORGepD_3-2 zR;PPt{eGS#6gqq@P$db|;&i3V;>UB+4QS$h$%2CuG`@$R5xLxpA=Jjse_ii*{-+ZC zRx?j*RZuWB2WdRBgLN&cgPWCqB>T=M6|4*9jsG3yz1(%TM>s&6-+bd-%lzX@K6#SWa6azkJ@;a9L}9sj)X%1e><@8%ArC(B;Wp|N zpf+CAxm)H@`sRjxU`YTR>F197z~*{b7?F=4fvH}mJ4*ejNHsYAHfVpK*qbW7Fs$QkE0JF&^o$Z{z$i{W_cUo+E) zcu09TSLCiUi6hN_F(<1bw$L}OC3wEx_Ptsap$^lX<8i%y7JN8n#-ItI-naL{h`jf|SJ2LrAxD4&B|u z)OUE^_j}$ye(PJmwOosl0q%RwIrll&zOKFZg*5b4mVao5Vt5;e|I~cIr+D>jHP>OM z*$*8d>F2@(aj&M`sXlRjI&iWZ_#5~9YBFMkAQrv6IovchX*7Q6q7->?AW_XI$i5*H zEgh08=UfZFk00XzyF}E4iG1u$-y(1n#eMl=rZeT>%s8JC6ABq0=#&GGUi0j1DjtyE zMics;aE9e4uN1*Ax#XHpf*c9bLaBY^z1+UJ`dSqWWMImil2>gD0?}JWya8_{2w6+F z_`4ZK{yH$Rlh&}q+sJpFXG{7Qs5CjCkOWz!#u`w*kk2&Q^R{+otl=+xe}fOfmmiHx$_Aep?T{LwEr`(@;0XGPqzVG0 zH&6%$r`z0Wv!$b{Wu4?(+F8u$eTXd_4Q_7%`tE+4pTQ09Ge8BA2j$;1gxS%xNZ{YN zEM6Nrv-R=g_758Qz4mTFwEod?6DiKuk>O46+asBiKLr}d>ChE{`xleS`K!vYwQyDG zM@eL_pbF8cfi?lwlhMF?rm7YY>nm%Rkk2eL?dT!>DS_nve1$ zU&Z6%;-qJGrWjfU4Y7&tFyC`p58T}&Pq=)Xl`i%8m)HtJa0MvIweX#O1u* zTaZMsguPJjOyoTY-R8@*3v@cVyOoWY{BD3tqTHuzfLE4vh*khqhKXNXfw0g=Eslc! z%7_*+*%hU#rfk&MQfPTDo4iZSq$Rv}uDakwDOV%tmxt-fXqp4|Q)S<;aR*e>(8<2i@)1di{+ zRu(ok@`s3b6Gma!$u6k2O3I%hD;I!pbqnOc+EID@m~59$nvRYRW$$Tr<=MFS&6|Ig z(rzi~{bC{hhcOu<_8DiIVvYVP!My!WjXnCOlp-X=g0k|uB)5mF1R@ez*tF7Ss z^Dfg>2Kgy66Hk_~Sc5fJ7?G{^@av9YI8|dB7z0W|VC`@!EtyAN%o|083(XSw|!sn>s$V$U5W?r+jr zjQ!GdEg}^yPX>s}Q!LFYfh;I5{#T+%^n}MUCB$@e@k>ua6!LU_hQ1>)n6HK?h&Dj>n8~nxl4i?eAWKT)M51 zMyp2qF!;KxZ1Vo$;UcWIwzg$r;u-`5#91CmB_*I+HP8o=Q&6Cm0ZEH7T&o%*M)nav z!|wdMhY6a-cqMMv6CZc#9j56&6BH)tBX2$AL%<}8i2(~BNSeS|Xjs^WU3(!71x0XK znJ74ttjlD0Ec4EvSBVV-n0WkvAU~fRlJOeTGW4Z@#3VuKAOp=qL=YjrbJsuN?V@+N#<<$c)d6ebZC~_L z2t>BQMb_9K>!#OoLHWdmZI4mAPR>j!VKA7pW81T*Du8eY1c`2w`V0M?W>`)Ey*DTB znK+zB-Dwjk_Jy4X}CjR5TznS~6 zv&v`MuF&KOpOd_hz;Fu5!|CaP;u?MPB$Ms!QtRP6;O#$X%^Gt%d<|ZSCCUFZMTU8% zreX^!u%r$>&QoLdtO^iy$znQp9iCq4=K~Uc(u;C^pA>f&5o_fv02ktTCKDaAEd134+p$H0NO@2U3X zc8+j+aQrXHrj=!W7X_b~2*MU+OVCKt$Hh^Gatm~qE4}UisZBS{NV6gGk!n`!)*W^ z{No3AJp^K=S-Okw`C^ z`{2`SN~lS*+w`d+!?3>X#CI9SmuMjtMYsd94>Iu6o@Da)&zB?{ zCnWAh)U;u@ph>M;dRO{3yX^fx@igg`ji~C4Nr!6%O>!pMuR_WM1YT>u`U8j6TSjl_ zhf_PUN`0ky@aFuR2qDAquFR3(BP^RU8vF()j{@PTFLu@!gNYCv-R)hS(gaI@_kO+1 z7Q6Aha!ej>5&G#o8Y*t^Tp`>Ls=PII%yP1w&v#>5u<9owMLJ|MsEu@pE)hR-DswJ& z&hDr0LgdC;s+7kDEtB`MleNSR?H=OHIZF#KlMVNHasBb|Gj+ z>5Is6OM=NPbZBNKW%tu637-|*iyq92>Q7El8{A(s8%b*M>r$m`hw5xchJNsf9m}r{ zK>JV?@lzYCglR9J0s(x>@#y1K-c*0%L42|@T55I7*uDTp5uk>uh7`q`?2I94x!Z)8 zh1)y{%w}*?3CBOYn0k{U(`vrBQ|IY9Q{R8u_aM{zjS6v=JerS}m(rhXYAzb&-gtR= zFM>`wSrt+)RG9CFW@nlILXte^WXj!x=r7thzJG(*L-HEet?*{&UQO12;7P){5|!c3 zOp9P|5;uBQZn{oCY|DodYBkFy<1nN2u~_i8i_5+%`lO@5L(_a}%jXm#A(66Nc?Kgt zr#;;5ecprE9YD~_;Y-qF68!rgh~q=X5}UFaVwRpq9{#i?KJc}syXp06v0xGY+Bk||R)JmlyjizKA%)?al~-7QU`P}~eu!J3%=_2v zZ92oj{tx(~VRQMZ5HViZWZaYzpBy@{SQp40vYjw6&edt;a^rr4hI~TWwhKO+Ju)^sL0M>tEZP3f_d@0 zsfg21VlL2zCkJm8E_I>Sz|T@sAD~xD(bFa46r$f(%v;_F-o(C$j3=#V(rwrC|0_7M zb?)T`ElNqi&0<&XZ0KSzK2jYku+vuFk*SwC@6}s}+h-zSVOC93Fmuc4TF;El?#KEi z)Xfxu-?wHyo6O=A*y>}sc9PSAOvk1anBuf?j;@Z14tVusfgw9?X_2$T!wDPjW2mWy zSU;@B=oAsPq94BjcG)EfPO!5=Lu5R9bA{eJb0f2vi3M-n&NZ7XPV-}3GE&0A{D zb(CXL16XXnAPeB2sUw1tgSF@4mn!TiAijAMUYpe%@cEe=w113kIzkhRqmZL|{b3nXo?cq4H?hq+>pDd@@R?gGI=sj=UVlQchf$v^!JPZ~v64#p#-($Xa>|zh` zyo80M?Q?Ws&L#8}RA0YN=#xz|WO!xLL9e4wefLL|-)o{;ez79q`%Ly%eO^M#RtT1r zZci;6Gs#wrx%3}bloAUp#h#rXXiJ!tfNhb*O!9_5(O!YFMyHWU!^Uk&aW}3HkC>x6 z@N4Ix+5_fZ_`m`igS0b7-&!wIFo77kxqirEpx?_;y#7-cNrG#{5ok+I^$?_sYWziI7wO=(Oh?~V%8jkqO4stQ3jWB_$oV^z?>q-)p*^Vm@?4q#ws)fJtU;EC=6Bx_vKj$0l==G{DOE$rHS` zgUt}Cpx<)n>#uvS=fZVgd{w)I7b8>3y9H(crQk1{fqO=aBQmW=067yKtk;>m2+!byNmmYcK?=DxN-eV)2}_JznF;?BfA1ReBbGyp@f5w=Mr?_!$0@4ZC_s>rhcZ{OEJ=|iD6{qV$I0b(4eblmA2skG<X-SPzU(klFXM|pkuXA-kyElKH5Mbz zt%6PJiwPk^Jx3I9xB3mV!hlmN%3c!3CSO<;B?9s zm!7YFw)Q$~=Jat-;utCTd~1iJ29R+zt&TbCKZS3w^O>q5=Sopv!4a4@NrKm|I^jKPADJgBf9D-anib1+WL$VFqD%`AMj9(_>16 zRQl7qi0gN}m3)p6kD-3(k;O5x{2M3=(;KgCjEcLPXcVuaRyFb075IN$j(T$=+yrPO z?oy1>q2ce1F{E)B*AmlYU`NT^@ZGB~lb zhP^*wNPT?3je+5Z9OO%Fyi z0U$r8`XBPoqe#8Zau;aid{x)YFDj=jJm5z^c=v$NGog!=ArHC-;my-BI;8DQ6b}y0 zBubo|NN1!>PDwGdv<%V%B^1|;$pkkg2S9oe^hi1|7 zJUe;Slf18Q2gq5k^78i&#vkY0O>AB+{q6|bx6CF;6563Dv$ZZ0 zcBX4SE-kr;o7@;us8Zg>!##G)p2wj%@B%Rr8Il3crGJ|4v>OCv{IC#Rp0J-viCUU9 z7(5ZbC+PXas=%&WZEEJ1*m}m-_&;jway*%3n(ua8`(MZ0CcDj>NBo%gPCNktf!XX~ zdkLeBy`kkO;mWBON9qr^AE>(BUxCNV@KNuv;%tdhO|;ZMgOxF)xEgTvA$~{jk67Vu9;g;!0o#VtkKFoaOGujr)6gTP-p;mKkp9&YikWxzCr5?vJe3| z?EY`xX7wJQEn8QxG&D2-0)*Q`)=r1{aO-$>yx|j!^Qnn7;?>dGV2j1sbYj&I)%e81 zrrY@|c({MDaM+A6tzPVxm>AQF!|3Q}ONgz2P1Hsri+YOKpl4m(P6HTVw6(%DU+F-_91XL1hJsy@dzyA+HE%TF}Bkf(!nbssDSuwEh8w=n!P zHlHq2Q89d1RZ+RY%}oRb5WJ(aS;=@Hfl8lz$0%!uLM_K@*T#Gih8rB4P$T3B1?8KJ zaVzp6G$f3zt)+z@KQ{NlXkeH_V9VqYm0pw1LOe#UW$Z!`53T>Z@|>3=nbz#rou7?! zwJjy{->`S8o!H^5ERIv}AHpWRLoSiRkNK09=Za`C>mJm8-8z|L{j;;V9_N)waprFe z0=g#f=Gweof50lHPMd&$#_D{pzMZAWAVit^Dago#LT`!@2X=HkUOV=lud6#5_<>ze z^sFA^t4fv|vx181@?p|PY@GBeD7>-L_JjV_l?eWY#YH{4XPlIrBmk^lKD>JMs-)9d zUCR)i?#9L>z0wSD+49X~@vFm3F#yNv*VZ`(X93sEC)bC_PADFv43bGWt~FJs$45)h zW7%01msd*hlOI3}nXVbi&N-UeV*Lh6h@gYEi?DJfBIL2rSneU?5D&r4r7c5eVi;V?Js#j!$3lXYp z4=fKTnx4Ljq%1V12ni#9&@%`v+q)ZVvV-fc#}XWN<;24!F4U06llLKtcF(B5#0U#I zI6!jtE<=Dvjn+?nlkEJ$`pC!G3Jp>?gW9Q!%_P%O(d5$cv9g7Vw6CA<;8Z)QjJv-| zQ&z+wSS|^Yp2qih#rZoVL+{eaU;oAZh%7SyDI0gH#^L9u9+fXYOWS7tFoD%7y}(De zi)5Gq}1}J_q;c*sk6|(IZ50-Eat*3(j;&z(V}XL5fcz=JwHNIqsulAeaT`? zqKlO(;``R%`42x`OlwoWTP$b3(WqH51JsG3oEut=7F<19{Rp0?`Cw8aA#J&*EPOB` zC8ar#C;8N+25CIr919&|L!nm1eTwJ}AH5pC{Tf4G{Ne{dV}@{CQy`d%1hd~fGAW;NFGi_3Y|gmhn)ux}25;-F^u z6)}7AjE$?AS>)-F^P*IcPyN2ZP;SmZXBJ zm4)!w|vnL!I%Q8L50v-`Hdjfl1ZSJwPXnd#e+#4^d zX0&6KebvZ(<^DaRn%Iy27%Vo_i~3s(@-tJaL94N+J%fQ{Hd9f`bO={w8=+9BCT<_5 z3RN_%=b*?vx;pBiVsNj82mktLXkM&4KTouT5{5C~|KafWUO`6Rb)I*HdS^?V`1_l( z&M!u#k7e>McRp$wS?z7+!JlnciINFJiJyH~6sW;~&I8Pl^qRO9b#5oHyn?{+1*G!$ zH;zUt(2i;*;O;O%?=$hWM>cO&2)@>CmEPcNmg6q~4;5m7TU!SqdXCIVNv>+9r=`8l zM!qb_SZdflm|zt0catGRr})11jCcKwkI1bX*JYqSx_RFaiyal%3Vr@lW$XNjI$$7? zEayMF)qZ6-gM&ungAlogwDqlv7bgcB1UkroGF@`va(@%xmXS8h!|dnhvzWaaUlyNg z(w7?PpED!Vnf)~W_h6=~IXJcw98Ic5qRW)i_|8!UGpH^LwN6LKv-y{lh+kk~avXJr zl_}jBpqF0`qJh2mW=2K|Ufc1z+(v3AiHLJvyrkEZ-4B@%i!8qh`M)= zZ3?)EGpHeG>>m<57QnAk9h@)kAVez_W%ug3=>=iTxeDdZ#C^md#Z!aKV zQXTlonwxT&VcXjQQsvhD>WLg6A^`*Lz$%pg6)1SYbPSalfE{?s#|2F+_Y@? z>Q!vTW_{~OJ(yY|$SBVI+n%|Noa#b8&JRuF7*65qSf527_DQ;j%>iGI{juoNsP#O2 z^H#Q`;aspEnq6X+&uoDvb9$9n)pRhMb`!6yUj;FCD1xDCq4-+|U{z9-&xO+!5%M4~Q~u8l*;wUmnJ}&_H??`H;Vjd?k$&*BiVKeDB;d7#-2Y28WZ_p^KQo` zB^KS5j~f!g=ldIOheR($c)c!L7VXi)FwHw~AyT=q!MF3@9cy|i&f>baJ=#tjDhcy- z3V;UKOhx97bY5BUJ0HAVmJ%iDSjpp?iu2`5lG?uV3qN%OqIg8qqVH#0nj0@cxeTA% zSqa-@(5}*UqiC2luJYStRI{HBaG+__8f<6*u6nIx)YSI-xu6e=(XJ-$d$sWkURju! z0Ac?N90#t-vbQvfO4mSJ=n27yvY-TuH75%G&{q-T@BNOj31pd79C`*b4HaSX_`}1 z(Tj*asDy;Zk^YWg?cNEwjQaw#Cd(}_KS1%sOpJx_PVhKj zGL^Tv{7+9@q*MA<2muZmwsxx}A!O=bL@MVFRjdcEZ9%&O$GKQO%nag2DIYqlGm#Dy z&H77KBA6S_y~^^*L6{ynqFLDDA?c&w8F9C6dVYRAVriF}t03*qcIo~pi%&Rpa|03H zl_&tti0Q0Cw+~5rtYl0mL|<&>#$8ydSz}|Mg$=#Jri7)>vlYtFg~?ax83u81u-V7X z{?QG`jjU8EV2_3h<;%A^HaJneKkmDb5C#1F#wniUzt-^_lGd^#&{$@}SeCcH!o-%% zuIb@4~B^L z@F65aaof#O{k(;c^mUKNJ>6z1yCV=qMP|kFVgYR3v`FaC^DSigcR%lYbZ*DmAN(Be z$;&5(IdW2mRx~c5+tQZ2xo&^1q4<)S5wrJ^5&nsM{|_uT6VTU|OsYRQM6)R?ykm|^ zktQu6IXZk9aJ=`>ul~yNayB!YGY@YuQ`68G>6CnS+TXbO;5#(LAT3bC(wj=8|KbH9 zAi&MfPGTfKV^S>dmDYJkAnbj(5aS9=@vQChAfB}u5@aLnPo1Jd3)aJOt0|(`TJg3% z@!Ll--8O+B!^~wdFpu#VLp14E=JN>Dd&b z@6y&WEiJ_IBJdF4p0Hi+dF2H-u0UokMEM6KB&GHi#!L%WS35l&Mf2$?v=p(Qk<@nG z`q84<-p-W&Iu=s$Zc|49$U~0The#nMerWe_QaHz~JlWAfh_mALD3ded!yNe#SlRC{ zmU(S)2hOs>R+4`YpK85$8Qry!w0E+vicC#)^jOr=*NMUr;NIssC~EJ!Rrz?PS?)Hx zukvI4RYZWT^KM)lq&RLPiAC0hKE3s>s#fEx)6`|2QU^RiRB_OY<8RkL6g@5|3hD>U ze?`TB5_7nRk22Kj(W6jh(n~yuY~;!IeWP6b-*W=VUfS7B_6A>BKo_T0&b<5kkI+JHLu+&V= z^JwGa@VDH#isp7``5 zxG(Vk(@uD&Nr|7y`$2fTgc{WdbJkv4;iUCL&4dp(l&{tKdUM$u-;2U;nhd01u2@3( zRP-vYc$}lts(w-HZdwn9Uz^|Arc!>yKoWYQx*z$1UU%e8^J506v=71Q^tI0)J_w(o z48>#3f=fLo%2IGHTp$Nk!_!Lwtc$Z23$h-bv~;?@HLkkU*Fur(Ln9_8)HohMA`vh$ zmeDjs!9hi(MNHG!Vdk;8M&tdtMuu&j$z^b?n}~zl-*%=lX{yBHu8iLf(-EgD&nE}^ z7Gy3>zQbsSCZ}d{&Fg?j2Sn(g`EKSv?EVg=0@4f~vgT^GeyL~^a;UPVgXXmL`^JQM z?#2=Arl|rBKX3HB{_|`3Ha3p6m5le@B%ZtS(-2?@V+=g0u)e-pvyF2)7ShLQrzsvS ztMD5~`2{MR!1|g<$on`T$s>Y(CFMgwSSquts!&lJQtAFC!Es)C0=?8#81@txV$j0h zOT|~A5!GXrTl3y0TbB_Kg`n?`j=*Y+Fm+8ZX4b9Nu-KpkSKU=U_z5w z%M(V;%B$^hk!WldaHYQUz*XdA`?0D0vD?`R`dgK@-bWH4Pw%6~we;Zq!&br&$~wBx z)_3C-n`Jt>B5vXMPO+C9nOzqnFnISuQIQfmQt(|gnxpYUZL{P0nC~wyb2{S3;IC&G zDE@0wOilP5k5|Z_=+1}02fBmZO{;MW=vhGY!u99iC1d^g_$#u?4BG||q zWEqcYrc+`TV%2Vbx$s>X+Uxq#ZM(gswG+o3KM_Dc)RQx&LA}kmIMxSKKxj94qffRq z)mU4NYI9B{YYA&UFnDQUszs28ozL>3V{a4(@yQ| zkN`g2BC^9XH+FVHP@tB=_GM@jyeiadI;x5M?Un~_Eu5bGJs|CkSl@C8FSyXp=y#`9 zb$Z^|e_U%^V1-fj*&6qmJU;)%BPdpDm^(Cx)C5yl&Kuw!ws$QhxyQ=<&1-da%5Nee z)ism6S1c3i7J6?Q|3KpHpnhNOH}{VKD`Yph2I zE4|%hRX#JXG%_Z2bV-vo(mTprRcej9EetGAD{FhcfJ&+JIs3ER;sA~pcZ5bv6~Wc` zK8r(m9Ufn6Hk{xDo;4SwL#;a@UL?T;Kt}T`Cx>Kqc6N@FfNT?Rlz(SsWl_VU0XG%l z3pG$TYM?Bze735?38U_@PVDClA~n^)+HP{40o{sOdsJ^;e$B|n*xA|9pE|FnA?q0# zo6U!5X^N1>4_8`xR%C*Kr=?-FbL&rPVBjW-`X-Z3! z_wUy?p7)EG2FE=F6%TNS(aP=eH}&u!`KBrbN5mo(aOggGuz##MT2%~65;coEkvy73 zzxMO3>3z3ws90=VKe@8k`4R+obeWmIR!%97m{OTc1Q}9uZ|0`wtw{$35r)S69DxQU zBuF*;rk-$2I$V|t2KJ7->I$49-`vM;oIDXUljjs-(&P*%4JNRETV(aXTN--4tvP!A%{g(T=Fy|E^bugF z^x@+VqDK0MDcUHu)8p5l(cZso=gp_bOPM9UW0pMZ&kSY#0w(HOhe%ELj|iH7mj(w` zvld-^-l2Xposhdwh+Co$Uc-c7S(uq}z`CNjTq&JaY20bX$qZT|!W`-qN~R-yV!i(z zQ>Xj+hLRadTw{NAd0DSIWf0$7r&RJ0FPrY@aOBnc8N3#^YoZ^XY2d%d#7&(lEbJ0urMkGf+P*G!-uCkfP?miyfBet? zk0Nnbzyq>~^*PxRHlmfRa#E>T52Q&(=2BkL3NYe(MsWY+XUlX~9G@P@{;b%K^Y=JJ z35ZgDd+{@*$&@yT37-%jZ^=-3W(8&ciTS>*btij&%9)6L6S1tJp01^MB|SjxFeXJ8 zlK;n4kzl^WOtoY+yiLrmfUxZrqtp!Y+POo)F2pbc--}w_LJT7nx_2RS<2aAlV>I>e zk+K}POn|qyr|D$ST}Tg@+kQ0hIYoEtYZ6W9dd3hwjJ*9AX+^j6cn8eY$74 zX5jtP95XmLuzoy{rz@02RMQnX{r47lr@kCoVL{x&tcZBdfl$e`XcS*_RernS@9>>E z?S<~$Xp=&-M&`BSJ`@J-Fcmh=<1u9@E}N$yRN8oS=M7K*|1%0U#oSw03B*A3b~jF~ zV2?Phl|1e264VlvRM4ol4A&0SwvMIVCwjJ;R;rowv+=Ek^3NC2f5wtcKI;+d5F&V| z#O%rl`JC{Dyd_tUk@mzoVcY$1f|wkzqGg@!{Vo0RHRLa}6=g`*4>p(}>r+d%ir$O; zv|dN%0m1zy26R;r9mx@=)3=(Hc%!uNT_USF8kc>t*0uH$H3mFuDVorEV zUZ4x>)Y>Zo6-Wyw$kiWSncGe#|D26v%qNQ*!uINz8fD?#`AP%^@D_X}A}7cRqyopx z{wS5%@O1k5sAGQ`u>N8?@DD3C;RM>i*Hn;z#l%F%ibf1Z<1TL+=gAbM=_Qi2V}GXp zZ@eFTtGq;o-du7$&#~K|w^+xXPq0e$eD5zF(sq7t8*mSce0_I!wHUTNj6)u~OZFWR zA3cCO-KJ<1pHu&CrSG#uLb*)jl;c1!Oh=mVJwoyuv8nX06@$OG2;aYXa|3j|Z9ls{ z`kg$D9%=~-o=C(+)b~k~Rtil*+<*Td|9o4sihOMF0~UOmtEkpJ*n`1h%NYJZ#ymG$=@}kI`lv$ z6<7;6^WiLNKD^)TCMsFuG#)=cfULc==eBV6e;-W`fgIh1KkLSix;9-w7(aFW2qACW zGHh$3aF%Qoo9^)J^;EQCm!u*Io`}opJK&2`+bk)F?Ncxoo$VKpOaNktalNJJ7zT+S`+!s0rOb0+bsFd zyzXaDIn_}6{{#(zZ4v4BqSt&{d{g1?XH+H)2fSa65_%RtJEI zE=kZZX_b3m^~6T-)ol_qUwh{H-Q89 zJ4=fx;||@2tja&tvYppZxhavT!&P{`bS(guxxPSZg-C{4{wJC(d17eD*4+|4-!nZ}XVPYBbfXinI^WugfeVXDGg05X&{X zDnWH%IG>*rdY1my4pfJYCNyb{u4v>AbOO5KvYc zBB1O6=1T8@a(^Vs0T|9fAen=AdSv`@vY_J&1fpAH=rpd80OEyrKtk%`>>M^>VA&DF zwF)86csLeF_?~AmSeKI#Hz0TT_jxBiCdNemq9a8j`_#8$+fOa4#unb4wh$lIv7}xn zYN~W##Vtf_7H$m_m{@-e>-@ z@}9?LATV<-$Nz|ra!#DJ&M6pnaYhj+qN1e-ArRKqCl4RI8ZzkJ^YDmYSKyS_=8dCe z+2(pBf33w9BEMTl!wESAI6|L9DC|a*vb8lYpuiYRg)r{#PB96}*NpBQjO~3Yp&QM+ zPt%LGO)XK+9F@%)+Qev%y!X%TACK)eOVI^WeV_bmNpRlh*wj{ROGded8Tm9 z>=$0tkb{GRM5;`nmjIc$`z{t_M!(;FoIutC9_UjR&sM0^jPn`))Ic1zkUR~eA#UZt z{|0t+b>&cI{32T0G7Vt;VWS_D8U=%*=_-9?L#1w9a%aKM>HooP7$S;Z2wu9*=l_W0 zjUV^+xv&I;naGsVQ6w+R2>KNM1OJVNR%Z2D?s==-8N}2Ax~u2}P8v+98o-yOkA&$E&OGodjnl zaW)*WV&F^6g81W6d|Q8NIFdyC+<(*xyGuERTyTl;Mn|A`)D=L%roOH&jOv=mpA~5^ zUhK~0-)}wrUJ`HY-D#cr>Osd}!CV7tM4`CrJO79lp<8~kq5P@xjkdE3>qI4<=Mb}r z@utRUD%~sStoZd+>}6&d=4R<_s|0@h-rFD8%q&pf*}GUJb|}m$wL)<9eM=#UW%XL@ z!k*Q#u9x%-(iR_m>&e3ElF0zjn+c|5MnG+%P(qE3YHmeo|&Bwl;5B01bPAUHFH`&=1 zv<^0eIw4c$;j%|N%gZCS%P-l~QM`G|te2(;C?Oa6r-H6D(URr(A^vQnF>B3l#02>o zX#T_G?ldw^=;BC*A|0%v-PpBQR*Pk zCdTsIP$z7x!Mk-w%CYs`JL(?8Ys;j;bChm6-k8)7{_a2*?2Qegwz7|1v$)Qjv z=S&0uO$Z27%o>>Y&$nCuD)`3ML2=lugMQ;RtDR`(+aF;xfzBweUzmKSuPC=T@4hbN zuGYHE6%kBlctIIR2~8Y*m#N`~Gg6554_#$r9P5EIIKpbyEC z4yM=jO6zDmsp+6XUCHq>!9eb`O3xB*fJ4}5B3HB8P9F!)p%6GbmR8C=jCR@wT^^%j zC-8AEv4MesIXubRNONchYJ$y@1ux3oVi9*({h89N9$y82K>f^gRBVWyl+x7HG&?`U$`oqsp%!~``}g}dH#SPluo2XfmwOYzmg`a}Ao*p3 zcdKtr!TTt02?rX`==bh^!ZC)MO`h${x22S<8%jWPyL6#{x`&uX6OCi3*Iw>i47IH< z+`Q#_b%u#7^>Uj>bmb(hEs{QrU^3>#xB%jeOjIT3X2k~AjhEEsaZojd# zPfI$mJyi)K3P4e;&@939QyiwUZQi!fB!V?3{mEa`3Jsgm`_w;Up^e^b zT0gPh7X#Ghku`37aNs-kJuz`|%NvKoF-yDNQG5FI`Kwo#!h}6dGbCI&PlH!}zRCKf zMv(Dr{u{#OYi5|4^9VUTNa=+uSRYBsqA}e<^vjt=MSb@|2%kN8rEX-z4!Le|qW&MZ$}b4_e~3u0kH`(7iG(}hu>6-#$} zzI}Mt2_N#reQY%zpKvZGk6KfXjs5;+F~>uC1Su3mJ2Y?LbT#VH&VVwmk3qT>m`K5r zq+D(<@+E$M@JbeGrmaaa%YGmLnRAfxFO#|S4Cq`lR#e&RotHle6=%ZDYztsWlnl#; z!m$ajzde+I5QCjJ_Mu}n0T46B`zXo6qt9s&Dz@B%|TF*Zb*&mRWs|JxVy31S>wQ!ZxT3uOrGm!QGqAp|1(d{w^X*3mrK+aMeR0}jg$XkF$ zXrc&!GaQ}fbYQG%kQQnLJ z`;02iv-UEwI?% zM&$>!wYQgnr?j#v6>K0EKHb1xG<*jGGPb(MnlO%`6`ze4XE$pIL1H;0!t9z7fMa`| zbex>XeD?HA58OXHUjj7L#g zG)n2VT!i5dRny4-Z=1!tquiVS?adfM_rLJ_f4v+3U*WzH?X$j5;>c@&Z+ww6FHchxQ3n9f=e9hwZsMrWpvE1c8~-z4^u5?G08@d=y18zoK(`F|B#om# zMnt&0u6SXO;Adf}ydjd&^n?87&6}P2`?oHP5B~9zIB3#U5EUIWNBwo2=Mi<0%h6yb zOeykH4Xb@fd{GMcH{Tv=4Qn!mKTzMyj?fwxT zziLbTfB*8*?px?n_wDh(8CaNj@7X4G-Dx@}HM=zu?RF073P-Fhz13i)Yq{u#DS3%E zPEFAY$0CopOaDn=7p|(K!}yXnuKDl^w~8cI2#_6}zNZ+G#qlzKj~0H}ej$PVk9ULp zng>aW{QoD{zQ?7Nu0@9D`cM!9VbckWopPX%_YDgVPwI71A-m74j{VCa-KW#us)TC4 ze)AT+o?MZp`kTJ9TNj-H{xdFr(RTCk+Uq5!3$D^BEwep(H&s>3l$)A9eEir{GqRcX zNvp|JD4-ZJ$@dcEJ;DviZo-j_dU|?W3b;iDVB6z&%AR~hz9KwI6w=Wrj=lP)_0g1( zgs|{6-Z;0loeshO4O9HA;B5teE}{UdAxw#{)yw(KdK$s`Zo%%Dq$Hw9l`#w5c(OFe zMOGdR6$GMRs6!S2wg~tBrdN09g_tQVR_)xi5zO7>Yk=Vdytr2fXuI(3#E?z8Z;c8L zeBjIE@l(bBI9Y)~%RZgD0WQZXa!KnaCd6xE;+>>xp5Hv(8e#aH7fW!mP;YqcN?+5K z22_|^<@4O{-@lnT71@CcK@Ps=Pe1n?^Qj|_A5Wfun$Q0hkx`Q%14x^INxVctV%FLG zZX7d+u7cK+kpws86LxYJDY}y)nD>bv`%ba>QNK4fzAZK={2JiYg98x)NK=#ATN^l` zx&A)MIz;Q?zjs<2gXG|iv$~VB{RAzf;LdpCh7KG}?wJ5v#;_aqn8T&uCpX|GhqjfF@|*PmC$^UtX(Kwb$)ByYecNIqh9>|#1-#!-|vj}Gl( zh8&1dx6pu}l8f{|$HId!)Q1wJobqsg(2a~`?X^Bh%nS=6 zb}xJmWo5}0BEPGL~|^4{UR3v}xqBv19|@(a@xZ z1d%!j*r=h3fD1}@5{k48ZIKcXk&YroDG5bdLf8{#W_N#X{^j1A=ak%YzW03PeVqYK zQp25+cY@HTG8ZABi=o=gB z^~Uy|e*J_u4A9A%Pq#^^W0S8CU3nyIon29tL~{`NI5(t3bujbt(g9tGl64^Ng|rD{ zMnI1M^Pw@z-`ON+P8}K?deg8Kp8vU-i!QmnXTGuUHR_`3?H%TOD|on>%P3_tSJZ5A$}_liw2?9eu{wm`@gs?%v35$MG`#Q&UrWOg&FQy9Ns%d~3-ny|19P zG-ZF^FV@z#Ww0;=?1Lm=ZE+Vzy<~mk-;lU{Q`p?xTp$7@)d166&37yl9>mH{qF_(w zcjh^YWObb_=<`ZzS+Usk0sI}i#-EYsUIr>(b`7dT{L70YfAJiK&0_z5j~#F`?B&_i zv$>46QGU?)&0Uy*7YYPPc^Klb5x8_c?7snXUqq%-^u5-pj^q1*NXO=jy39t9heN%7 zOmO^144o;n_G7@|ICn{$ya6ALdjv3sbY&4=T2}qzyB0&Om(p*jb~veCU!R$3En6@R z9$cE#s(IExf(x{ab=~h7^_;^0uJB z-APqL(co;5yB3R|1&uI*a7)KxC@Ve_I@SJ=J%%h$KWl^A;NtBd~7hU->**ck< zQ0p}wGMCOB2WwVqrrT{tzf+tdN#b*XW(19DhuCVBe%xAr>sDX%98Wk3)p9%vjL z70S$fqj6>V`tK`^y-%5SY$VSJSJx^)IwXs8tBa%244p_Il2cndJ;|cV<}7xRs&M4xj_-t+ z^z@VO`}#y18&BuViXN@?!*v-=M`fOfLkuK}Doa5~^kRhYzO<6i;+qwb(lRo95D>In z+L|lz`Qpl10cXRafh{&$w7a>aLg3n&-D$9ejlOje@*~R+=}nekSYuHnL*KS1owvt! z>dAyHcmnn1dIy8tqTg^pF*-JuUN-OH#0?AQC#HWuN7cPkOC?j=cJlG0OgoI9(zm{q zCg0a$KM6L-36SOL+tE;Z#6t=xy zf$FO$E$x|?zyO(2K^3rPfJ2B?iMWVJQ@HRx9=ku#l#F~UWenay+b4bp!qz(qeSI-Q z_`&G07f0qq@c!WsF>*C`^>G-C!oBz7-#`>|foYa*sLWj7sbigii!1IIfd0|n{r&p|exYGf2~Z&_tF8vo_rd}>Y`CD1 z5GBIGprw-2;p=EU>7)4$0l3_DyOWk<2m2rm&mPg%3!U^}(hcJumQmQvm!U)8&`A$k z7gQwnC@>gU1aj$T0vesN40yyF%GwLOCR>g@Po~sS0RfY6ODK-Z*s^>8TGfGQ>tn%Q zV8|L-hL4v&AK#xp(LQj7ng>4%J%!OjdzBEMr}O8zDhp?~azNgs>lSr`U3%Nsq@PAQRM zFiUlulf9o`>aVg&wCWviE}vhw1oGT95xvmHJ*Y0XskR9<%-fR6+0@TqrB* zp$)3i=TeNrrY+)Xv(HdUKAlBGWPFsn0!X?=z}`=hJ;X3M50<8SvF~^L6AcF(#U7^T} zo2*-+nxj%`Rjc_k&M)@U!*t@JhMlataGG*1*1V1FQvuMK$+!TW&FdiI%yhvnCe6}*M&Av-Z*X%p#lxkl8^aXMc`lyA33AA%?6N$q z-MTK|8{CV1pO6s&@GNRnarp$i6*@QoANIeagEJ5u4yeaB%T#R}6<2S!6HalsKx{QP zr%|+?(<_eS&c=s@1<8p?(}I4W>e!mH4k68r160Jtq{^Mj(AgGrv|`}VqMXo$$G7jC z2F9uhU&E(Xzmkg9=pMz|4l-N5mnr$l{LcL7e0Kh5kr%S22JN}9!2B1N_qtKXf<#s0 zDfa}@5)-3bT8%t^+!nr+P7CWRD0x8(5F>F@=Pqw>bVqBKZ|&DCh=Z*eQBiX$Djszt zJ3K%5Vk?)#%QP#^@1$$Hx+OOb2P~%&s(D6|t!rwEU;X8I1-eBs#_wfj+ zNxw`iYf2CZUo1~`@aSD5N>7565oBO_Ma9y_WWvFk2+I)QxAW{gU{A1>k&@zX@U7_r zb(g&oW&jVU4C#sObCmzh#3+NJu^@4@c(J=9tGl5J{u=g3=j)V1(>Y182On;7c8Bwk zph4vNO^J}UzNr$I+f|W2G_5P6-&+3jD|5vjz#aLg!Y-@^JYg2QDAaki`TWg9K0KwV zAYc^8-VJ+b?4jc&!i##Rc`2330#_otKWh6-n+c{wT?UK9DJ`qDd!}F^!XlIhLW)J> z;Gi;UTjq5DYyfouNZqjxI_inn;CS`{YslomXbd zLqsq3F;eLThoyAECO#y70MtLfxZ0Drn_tP;<#SfX?1BtiQQ&4e+a|IL#s(gC0gf_b z1Kwr|f`}55l1+A+YK}S3?p@hXb>5>FfE*s=I9TqA`tvt`Uj50^QmVJNH~fM-xc$G6 ox0Jhf&|bY#gR)tmZ=a1hI7Zz>XN+sR76d+~CYSKV#*ShC2KIOood5s; diff --git a/icons/obj/doors/Doorfireglass.dmi b/icons/obj/doors/Doorfireglass.dmi index f00e6c2857eea7d51312bfb0da2d61dec4d23c17..33b0a9d2e629f81ee4067a1ea40746d19fc94ede 100644 GIT binary patch literal 27938 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 delta 1605 zcmZ`(X;4#F6n+VbED;h!f)<5<7HBPK1p-1LFA}yvASxEONKgS0!LVak9*HnS%R0q{ zMTjL>su&efz$ghKiy4unLaMAvSsVz91c5B1kNTsX&UEIRbMO7;p6`6;-kBpHDc3`n zsD7ThI$!Ak0HEvbML7Tf2zU#OXlcN)zufC2yb!7T0^CI+QE_o`W@ctYL_|AGz5gwvUv$G)x3Jnd-%F62Lb$QgV!`Ii>!ootWRy(ac;KP>@aR>Yk0^s-`q41%A z8E`m`5)ykVCY({g^?|JD?JY$=7G5vW32weJX2cs08LvDQ7s8y_HGL@yVVzn)-bIRR+ zwghF48f`K~Z_?YP|LT%Zr)}r1sMdRT-6ipn0%fwvboGm6qMd);e4YO6d3^u(Ny_4? z*iqWlHftfRK#*c7{8(b)#|>w0g0N5Lb~j>GGjqC42|u`Wtg30*^P@^tQc5XZl0AQG z(cDLV%OM|xh)ouL_rLL!u6NES;nYy<3@OqBWd`Cv3#VBdi1Phsb#uV#mC0C0|q%@kDkp;x@}n@-xy;b4LC z>!^%IZ$`(K?63`#zz1D9T~}c(`lk@N)B8!tI{h`Z64jL2I&O`#pqA3@k_8v=%Vtf{ zsv-2i5r`Fr$fLitEjj600sgq)@%fdNm8yyY zey2|xiv&m{R}>nIR9Ys9!2C5V3|)qZDybl*k;KEq;TPA!r(}%P_}_b7T;q1ubj)@- zo=}&X;yp~bHe9HLz{glwa;A`CZHqVPID;4Qh%r<&4ctRMY}Dn4lb{Q~P{B0N`5$Uu z)mjp_jKF5Hselyq01#`NSN+Y9aVRowzn5g9(o?Q6iRF^$fx^V#u)#8X#r$&Gb7|5D zi9^a2thgOZn33y2eUMCEjX7i4{sfppwi&xtW4_4zk1(ta!-O}r(6dd2h*xODC`?m& zXRz&3XwF`t@gW}JjOm>n6^Mx@!*Qw`j!aea;!hHEjOTJh`i9%h?%H_ayjbg!abzX1ZL6RD)()3ng z_4&C9jn}+jh!Jsd$T5=3 zwXO{B-(y3aAfCtO5TO7rHKfgOGWiiXh|mvDgZiMCW(Y%M(eW&IDYB>sU-%Gnnzv?c zb9i2EEqJpo{Z4-UrQd2nk9QT@tZ}LA9+R!%tVx5y&y!yN?WWt(O4?n3=eUyLT$fs~ zp79I(DdGcT$Pf%w0JfkV1z?ZTY|;S5^~V8ATV1_xoH(n*c2L~T42|G+!!sQ4cK4(3 I_tM#a0TSu$CjbBd diff --git a/icons/obj/flora/plants.dmi b/icons/obj/flora/plants.dmi index 0da33da82ddfe867a1d22aa970939c42aac057e1..e273b6ed5c5391b82291521510b17c3797cac423 100644 GIT binary patch literal 21467 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 JuXt!1`9JwvO~(KL literal 17651 zcmYIw1yCGK*Y)D=7TiK`OK^7&?(P~SxGxX_JP#w3` zriR(=+vlEp?)3DX{ZCa{76X+86$Aod$jeEo1N%;(Wg{a3TYUx#qkkuSHFe#ktlTVI z?OfdLoSi@*@AT-&cFYhC{NBsvfJo9`+$(5-7)I!SIXVSrR2}i8BuYCv;QmV+TpW{! zF0&W9x!L)Zv}!|EaeLfoBxf5Yj_|^E22~mLeTdFP%IQC(kr5A_2*sW~MT$(@BP+g_ zESq(##%eq>;g9uHNDG-%ov4!PLB;U0ZIbPQBcYhQfDbdwre^9XLeKs9V~FGbAJ7*4 z$o?2Igv!7j9aJvW4^^-E0z za`Asnafy2ht2IXD4tujKDd>(`t*NY27`1J;!}%<`EtbF62%UNBxke2(k_kf@B=Trz zqD};xsIH$ay!S@^U783JWnMBmMY5G7 zt@yA6pN%n3r%gAO#QHT0Gr38gRG+BOwea}$u}kDQuk@B>UJ$tC`!A7m&ZHm5Yma}o zq`2O$uK` zd_Ef;u|dSkdJEA4&lg~4wMLP9M3L5!pSh*9I4c`Y(7<5tfG-9K%9R6ICwnh5HXDmQ z%BbO|_k}-1VTqYp|L1$wQ*S^lY7b9YvASeVjs0Gyu2sVI+_Ts#`-_?^;o2)ijGu#~nUs*B_SsB^jv_eb<@W5q2)Dg%TbL$ix6rcHRD(h~?436e zsH^}5JG{HpxPs6(>>oYH+bqi!!L77hU>S8DfGJWRUyy^V@Y|O2hb(Ayj+1UFC(0*5 z{N^^HWIh(GICeO$Qu?8W&3DR+xUgSYb`281%jntk@RyJ51Kl)b#y%0V%vfIq_8p^M z-}r6p6L|v8XasXff{@N#)Rrpf1DnQ;$`sO>iL5nKPY{jNKxfNj)a#A>63H!x5dm*7 z`6E@Cqf}PRNBWZ39kFlmfO&k^&w4d@p9T~(>;8asd1qnKQ+d=`8}a*MN&cMKyti`u z=|Jz~dOBlkRL=2hT3e&zb)NH6nlNScCy5WpPwaWWU;dMGSOlxhP{-EP z)FAFkyi?w9V;%Rm<^ZRyqyhY3-NUuXs<8ID`sC_=#`Xf6bWRH|-Xwk5+{!Rg#B~fE zMGc~=ox#}oG&E-&clI*(2Lcxt4PZ$I27iTpa7+R{&}N;t9UIic`ceU zP!ae0*l0D!bNkvPZq=b3=Hhf|A|08Uftk6M;St6u#)ba5?&>AvK?1vuu##sZ+QjtzgtQD} zBSn1>&I(DwdTZ?%tWwtfFS3Pol~tl$*3bX>HYz4zy zUM&qWgmR|^8Do}UkDwYb?fUf(1E^}EZQvXXlvU;99+)FJW{F$aPQk9!zn7>O4OM(j z++K1+ZAO6a`rb#hUl&4^6`Y)4l6HolHwMtwIgV)QqvM)M=__kI%E$L$i(g=!2oiLp zyZc&Q1$@&lJN9E45ww*RjZ;v_N0Lf!rNx!NyyO$q-*uZjtaH%p>5G2#4g`0JKck3N z*5~y5Wj}jsgEc61*;mOnmCeq4>Xnd#=U{_!UcJcu^pz`q(c9Q)n#8|M`~bNlgVHvK zp!oqqg?H%^_To+xjtH0HHVAcJzwu*>R{|iv^t2QcQ@&L>?d0vlp5alHQ;SKu|;f8J?Mpm%gy~!rmKc@e zIPT;8l>J)Z8zV>vc4daE7&(2E0G732hXsL(ZBFuI9q3~1QS&inuYSF~ZOJA}U-{Murc9#Tu!7f*cLAmhdjN%@DDNlvt#q5(Qz zle@8t<(nsXsTI>0?0*bzvp-+1nK;WiIn>cs1o`yNmig`D*#W{^ayZ#Ng1aaBOnsg8 z8uxHI=u2)bvu#5B;|D{cGudXbB^a92H82|EYC%Y~V3TokS=az-OW&_-k}wE%Kd3*) zZQnal15@_XcknKL#>wm0z6&Q7uqDi9hwtXLuZYd2dq>cses#R|-^ujsgJ-SI@VVoC zBs>rRa;o8I4+x%sNT#+v1)AQtaWR7$%v?Be*!;`M=B?+zV~inxW?$4B!;-~1)A_`9 zZV?_|ds^a?yb;rIdx`Kxz>S$kvkulBe4qa}c;uKMxv11nA`Aev0ErYgvqk}uOG(;w z*Vb=WkOX7O-%hOYyl16B3vm-(&p6BE8pIG@JCg4#EBM#XDmUSm0a56^l$&Q z(`!cpZ7KmmhkWm=BanQ>iiBCIK3o?7ioV6s#g#zzO~SN@c;%A$UXcho8^PS|?f7(o zb|O_YEttT#6V8m>*()WDywuFx&(lM&HEe?~-sG+;>%aN*4zXt)ojc=YIz@=?Iov~I z5UU7&?&&$K1F~7&q>UU`OlbPl*1rSzgd3T#;xmw&R3J6_Q++Vm@WT?Sb)4V$17K-s zQLV(ib+Yh%Ic4a;hGpSgA9GYGnitjfOo*l0KPfhxULtpRN$XkJ)=|~-AWmcs3+k-e zQU>R9GP&nlPJ8^&Onep`t1tF_%dcjOrT%e-Lg*A%1K?KDt~04dmNxy1b1OhDD0lNovxs?_qm0AznL^x#m*oMJGGIeI;pOT;&agFqZjx zM7HtlL6E6k?hgk=-!4_O+XZ^d79?Ay1iQS(qT-gDnN#1)bH+$!2oCQA;b+#%L_T15 z)im3wIu`0^ZxIV!-?lOf+#X4J=ySJI9!MW~(qYe?5qZxZp-g7m(ek&6j9J292bb7Xv9lyHgxsAi@ZHG5StuVn~cPR5V{r)iE*S@fPV2iJxDc9vb)@pbI8cPf(U2c*#x zS7upN5U*0UvEVpd$4Kr@*DL2d&U2b*5ti9uuT17sQkD#xJTD8jS*HmcwYGK^gL*K|x%q1MQ7pRr0YcYY{fg z7|K>|C%%z$t{)Q=b?W*AfkQB^x5oN`x0uBk`(rnQl@#>-<+|@P4Aq+w3uvp2fk>C* zo_|r3`XVZgJwLjPQjvBZO=3q3QDMd)jMWA}qhn_2Z#B?CF#Hlpq$zdBfK)4==}rqTv${9kK@t?f|Gnd9!LJpa$YR1*3XcpNA!62xDl9=X^ruy#%9|PwQuwp_HGGc&3zHYlmU<*2 zBBHxqO4_EhinWW24pt|PsG+v$M8e&l@h0*O(MVo%DU=LqHNk-?s3`D;tL>>R(zzT* zDSA%}&q5>u1garhEi~T`u84bCr|wYXR!v{>i&+kzJLIu)djI8_=*JT$Ha7IC(%q4B z8)8!(v}`Y-&I&?aBBB*T!wPS9w+k_dnZ006z$Ngt-Hq7A)lyKi!6X)Dnp4+Y2{yumB7T=Q8t#c|v0<71Z`T3lM1qOmcB zm+#szC>Ew@3+X{f`%NTMW}~Md9Hz>w2k|GRTxVRBK(sI1_VK;-y_V9N_vd!fQKxDj z+hw9EB+E|Y>s8iO=n1hi-p4x~L=m5e&}zJyE5L3&onknDmPed}W4MlsOOcD=Vs({! z%Cnx~Vak;C^w;V|1+m$Kl;AH-Tr!uhaOg45zm_`*T;6k&dlkm4czrYZ=`m()rJ?z? zEAN?v4%F&-YVQtVtP6dJ-fUb~X*hUFwtq`*SjUw@@4#t_uk^vH`~X|BAPEr{r})mV z<^3Q4;^350lStFRHF!bqpH^;spkVDPYnHO`>HI^0Fk`+Q%FuVuJlsvm6i%@pM9 z?Cb&VGZE(VcOiw7{PK8E3JWR_*^!qRl19WJ9!-72FY&m(x*}N_*8Ha_b*5)-u9evp zIu&K&`cHbbH5~Km&x6Ikb;>k!wMW?zd>#-4ORaeQd`UgZIU@pjWg>m4)z93%**ULK zivD((WWf$<)#$h8Zfn(${dsQZ?!I$+x*GKI93xP3UPMb7pw-!lZGcI+()R=6dw}wT zo67%7d1X0kZ75b?{c^1SOZ?5YiVXuxsneZ?wr_BnaMJp6&wOxRKyzY}vFbPxc}X5e zp@PRZV`HdyRR0k&rOENJ!*Cf6+=#Emw>n`FGyr6HU;dBTUf6KHNH_<(5r7>l83HxJ zBE#=bvF0}gyTW#+amSYaLY7Ybn%vbJ&B1-^?0CA{eT$TI33t1$wS~NF737S}?b&mK zB3c!w!PxL_SzU22`rQW1502fCofM5Xx!kmJPF?;Sk{j8IRPbQF!>DGz z4DDT|oX`u7OjWek*X$%a#ge&!hikhC@sTuK514m_%OxBM7|XM%;)1Evex9sUN_r0S zhJD&W(j=0zec5nwT7kMyXPtTd<(-eA1Pe@W8JogPl76{yGY|*ClaSt-Vgg|VW7{(; zdBdz>uv2TG0D>0T;sqUJqvh%hf%54h(Jr7hwx#haysJ86C_{EP(9w)mr4_GX=lvK&kGtq4ZcyexRuqSZ@k-xxJPy#Qc2ui z>G|E(?z8aB@U@@uSz|t0^;ZT$%mr8Zc8-3uT1~7dOo1Y!`8-R;yxAHZ?(=A9HHWX98C4{ibP{s2~}9E zQ^=swRb+sFR8+h=JgHo#rjIdNRiZ?i#`m8Nuv&LFAXySjDFgru?Yb%#h+UZ!j?e7UmUZHR}SGt!O&B=b>#b%!k5tdm3ho^ z(+CHaTNa6Fw5@Lvf#JVqG0G$q4&rwsUn=4D$5N5b5_j9EgXNbfbtOt z5(zag)(?ATEp${0wPR6u0`964-Ppc$dXf(Er*svJk5C>i;CB#{Fl$lF;w+UyBwm1C zy^nHn$^>&}NDtPPogHim^ig$q*&}Oj3Jnc>&n1DIt_YibsloBF{}QD826XxQ1%_!R z5HiB<$#&#FJ7L7Y#H2sn;AeglLJ8#3B?!^T%It0quhoZqXe{VzuaE{Jkh66?zR*c9 zM`upB?r^hsE{v+3dw?CAi+GCnXeA@GOaQm$NbZd-Iq^dqrWp#09Sl7D<^I`2Wd6NK zUNSJ_!ue#V`+y2~!PM+VVR3<~St!Raz*=%%7QO|bP3bPs_iXtbYt4Q2e5qGCYRDuk zm0{LG%6ZSM#-VE?e*lG~*Fh}&pDyy}!%(q}$9}47+1-7`0d-@($17H=w5&XEfTEgy zf=a)16yV_Emx1#PFxJ;fpBg8Wm&Gf_BbgkIY&Jk6 zvulZC5EcNwNQ#}cXahnQVA@`+{C1 z577={2KPjZ6x{1_@mx0<8kHfDWKBzp&n9-Q{_KmyyE+N#0kEBX9TNw@y5_12g4|^y z%ksf;wP93DBGsP;xlZ*~5*$)LCK6ROt+ls+kab`ksR!jEn0D<*CzKZcB!TnRUMl(; z#Na&2*SWMq7OjAB&cm^8Y$)=hhG_zVE{9J%JnAMI8M~UkDh$J1wqMaYWuns_@-@ zyCj6t!nESAd{n&by4ceFzUAz&re6arb=bLe34?1I(}e8E-WxH z^?Fjy4Ch_oheC0LMuH$qx%Tu$QMnh7CmJA_4F7*W~< z{?TG=58%Vn!8@@$0gS=cjoM3qa#t@kNLBaMg@C3SV{tN&KuzpwXDv1*W_RXvM{e~< z%Wa>&4+(XWF{)X=xz&5n@TmNz?#93RMl4=607@d%o(otz;wqtx7rhBeZ_D zy-v?2E8cK{`NxWVDiy6bmi$+k4)V>s|y?FqPa)9~oj2XVN6x*rz-xhwCw#tK`USkIVMh4a^>=e(DcG3?glNQK`k4s%=G8wQ!M^+p zHUqSss#VSdieDXUU{P4Lg@+u&3E3Xz0Am#~Dv2NcbL_vH0(0h}y5BStMEK=?mMrNO zY4`K%ej2DV*2$v)vlhsopb_EDM031N}nx$H( zok9#!Ts_sC9~fO;w6BPxt_TAK;SxpE9ju{LZtZ!%NvFWFPIX*df2Ts;a^P2aneP;q7UE%5Ecb&8u?p+5VVBiya&isMV<+@MATtD!U!?DCW*Dat z^=Ww`d;)XOIgTkKDNleQIE&nV1jRG+G%nrGchH(T!r0oYhdQ05T)KMgrL32d2s%#6 z4G9Z}n4by$$c~QR;r(#R9OfM1Xnpe#06m!Dv0+vPmTyFe8`SVd%p-cRX5u z`&iB8W1(S+`HrKr$j36eYkIn1@E(g;AIz0#+<^b7UyF_}UzVtkPhym4x$mY)AE9=gbOL-i}y zF@%3~6v|6d``(=lI^ZQyH68tBe=%O)n?Dyq>ZHA7%|dVF|FTdej){R$E{aMcB4Rw} zNX^gxn^B`cHyZscV^y>J{MEC4ty#SicO|3j*(nryuLHX=mGGkd2#p@S*H6xv-r=XD zoc=J)O{k0+)AlCA2l|tS2~1w~;6dXZB+gf_KL~@yMc>H4U@&wQeGrR`PfS}oc@WEt zMM6??vBiTKWb|%)uH0ajweuIJMQUrC^uw+u4@Jh8=4tx6L4iUyG={Pc+j^UcK=8!n z%F?F06stjlE-SLKvaZEURJzZv7-pmA;QIM+5MM@`->!mn=X;`o^>v6I#`*dA z`W8|PZVZL+Qc;1R?@iI{^4)>ua#`5@fu+N(O%uubn|%cq%thDJ?bJVpz!>*ooQ{o* z_vh$Qv37TN-@qEh!!R+}>VMM5g+ig_5}uOC%p3)cykq2oMO{v6Ur~065^uX33ikAb z5q#@AAdQW@x#31mRU)Awu)tJV48Ch{riDu)HD?*B6A7TZ5^cZ za{5rFRn&A#HKM49!RKNmEDX6BzoUedv$d z-mPD!-9JD30G;oC!p=U%=)f)e0LmuCoqSiJeeO)UWXiTwAnV+dMKW)MJ`u*Fi)(EY zT!Da&g_Q(z*Gq4rHP7r&{tLjo8U728pljC?V2@*>sfS^-n)sJdzL+ z$B8R+v_)+AkOGH){_UtYd%l%gygUAn=`sNE4b)k%o2l*mtRF=6R{Xk8>W?VAH;~;= zMp}R4yJE1P9rbm;b3P|H?a>@a&wLKX3i^xppT{zBDi3a!?&OwltfARsZ_` zY5_1~s)`+;H2u0?oh zEHZ!7+x+4V$Em0U8{I*yNhBt!Bgb`9QghU`(@cwC|IJ#Z z^@o7^w`9d`)Sz2fb81j9@5%sHc#K+R-kZAjz_TC}o3M*xW0lxwXo8-U(oe%h{p^m@YfJIniSmFYplthOxD=yhv*&4qS=1RVLfu{r1)n=({@q2t z-AqP-?sbtScF=af7w<3K-hIytaaSkp^X=a!o?gO5)%sT4F;B$0- z<`$gq^KjNOwX`!S>wViQ<~S+78UKqs9cA0X8qJbP9Av{11>um+->u`H!KhP;GqJ@S zOo$WKzJx*@n)(29esf$LY>j*dqi7GZAL;31hlPg^?Yf1P!k{WzQCJTkNjvFfPMGdU;t7-?J%rd#a^Ed{>mT5_yq~pBnN%8*4C(6=}UbM-L0& z?x_CveBI8t;)WbcMefnDd?pqriIcmY%7Vl{vxPGg{O_8zeIZ$g7tk>459$Gkztayc z0N)dzZ&$`)44-ZTWekG4?r+R5gxkG+7M1?T^3D4!r4g+`u;ecf<4{D+8Z_Sivt<%g ztk3G#Z~p@IUjqivxbTWoG3HH4O7aX?ig3=h_HP$-g9mYW$#=dz(j{g8;#pVno%nUm z(&y1lFmGmcpOH^*_(E%Y#_h7-2*jYI!x93R590#v;62nj12w&H$K`Sd8Y(rCJ$Cu$ z@FL{Gn*w2%FDW?9Afz)^ByZN%_N8Dg_U)?X_Z5bjNC}7T(Iz~gZ;F8SOryELED_9q zg*xBym6b^Bya8cvAOHLlAm7!*82P(%i*Ks~NH7B(RL23njzZm+DINJP(n2QvWH~O< zZ4`&6G9tEGya(Tbg~!LmtlyX8_@yi08-t%#_xpaIp2`PnT>L;uE79WVZs3kaeG{>j z(){sy0M0zRw^z@zyc1>K;aePz!00MqLKi9)l?KIC()x-45Y<{Vg44zDh5*n?`wmfV zx!+k=FY7m})Na%R=ksdaPCMVyW1rae>T1L~y=*tS z=y7>_R3+4q`i_o^dufxP2`DfnuCLM#T#tJx^aS@V`fi1{K_qc4&+OMRAu%nox}1(= zFmF&))uDO`Q@hYxeP*~apGy?Rt^LER|D3IS`4kq)1AcML4V^kZ#tu zGay-TXxxkg%lHy&>(l}9e*Xc%f4N6x6*%OUhNWL{$-HsZn>&Ng-rI3)2r_RMiKDs7 zn)5S#9&;;ZG+xT_l!0*THDI{@<&itQoV9oPGkHI{G_}!E^JaNKKL4KZ2&KRGMxmj- zZjvV1?s4Va;dJl#Flb+)MDx!-wRa8wrN%Z9(x0Nh&Ys42k9wW2^Q$rw6y)Uncd+e! zsbxs2AEV!Ks%IU0r9)i|BfHfpF-C^B zXLRuL#~? z_=QAMpx^JM&z4{(66v^oH(%jvM^d{s_4yZbh^6A@?_$r+z&%-IYPNGO+7vM6VSu;&36+eDzp~*8t>lRLI`+6G8#TMQ&#iDT6`_^#`VZV)680LCUNT|9Av0C z#uoj*Mee-KE9v12IxV?x0T9*o&105`vdMAmS+97xMPKt_$Zb>9`e#@>=4_K?MWcc0 zxQFeD{;ZO1Jxy|*J!$Tn=W$1of#y*p#z*S!TI`><(<*Q*g*nnZ8rpqsrfsA0=$WsT zHS`n54|u^+PahN8<^^a1iY+a0&%DzoouP7e@s}E~BvBOKjq%IndS4&c$X4;jvwggd zGuZXxOAyFfMp=xo@7iwP(bqQ-ZsGdWXH@gw^#YR+LUO z52z%W=wCON*f=`Nj}sZdJnwf7%HED!Lwek_%wvDvICApohGFRdi%2u8Yv~l(N|zW< zl&%t0jBh>f8@%u%x_2an+~87>b4s%Mx&KAKwZME+at*G#o)%omrUlQ+BQ<2MEFE1> zOKzia>e>fBsZd5I!25hBnAqa1?D9_lN6<(4UXJIzl{ih^98S;PVN`Mw$*NC(^*WLx z`xB>U@~gN^tLlCg+VSy}*?5P)l@3Ur?)!|K*cB2z|eB{toE{XTOk$4Vyu`Q?MFc zbt@!+Qhgyw7txFjnB~GaQ(;M~e)tlhejNB@s~NT04KP0rsEm-Nm>R~bNi~jaDB6NW znnq>8g?ISMT80G@fHvDWZ;O4rIarFPFzg)ejiG@|T3?Ru=+I#77oJZe9bETkW_28S z6TZ5hbS}r_cI^9TLX%YT(+1Go{+JxaDrFSay)p703fJZrB71oqEtG`;TieMy_=>yp z%HGLb*~58fE?#@>T&8Y+=x-Jfc<%8KV_EcRHugmDXh4K)_D=pWNhOw9dxJsG+u#Bx zl)#&6g_7QnbatJcb*L~$#z)1>&p)}h9@04reMMjy6|FUneET$_;#}N0tM77irfjul zm-GVupql{xfF=e^e7^xDi#6IAS0?KPXOzFE>lsM0IDeUr)hLKiLjO(cJ77 z#L%+qVQE;IOh2EpPmn;~l1%NOzlE6pQu+k?I!>Uq+!P|)MoSz2ipm7((O}P+&z5SC zyim-&f2*$%0qJIf9j9|i#g3oqLYtCXR7lIvqEN)bzhzif22$)$vgUcp-BLoaDEVD2 z1v`n5VgK4TsZ)^;{1+8f+NwW3hqyhtg=0XD>6s8UpQ$r=K06M#J_L$Fh$GJkGj!{+ z6@F}mqYd^83O^FPpGonktaO{La$P>Y8gi^Oaf7VZBSz^4VIm0*_D7}^_pj|!AZ1_U zd9v2P10Nq)KZnST^fB?gnv_i5PZ{fI{Elq5aDKX}+1w?THTd$IYljkMB{H2~vN8m} z3h@DD0WIB$Rgr3dVq!RIq|P7Km(gzOFQv-H*>U%$T$AS>11mRE99EAqZ(^XMLg#&c z?<~LcHa1E;fj{)U4&#k-aP19s>U5WRko&pT`L(E3xi`ip+tw0%*%F89ZG{3?`=I>;c1xI1fLUMzGh?ZZ|D9yX< zUf8&&&p%e4p>o2fS1A#_JABp(tkoc_Q7Ms3Px;vmeRp>fnsxq>hG12YKje*On?_N$ zgUOgRN`+71v(+@aPg(>Om1Z2IqD|pE7bj%msfDn|;Zur2$iuF*majw=t7DR3qJ|96 zEplr)Qb36FR;FK4e46?5;nFzkBcD{jRi6jDDl0CC^|4(-;AfV)(mwr3-p+Vn<3NuV z;pxWJ_vxEME6E+pR~@yEbuf;Y3bM$Ohp}-7Q|3?(`3!zpVT~=)T}=CLVdnJ3S{5Fe zL4pa=V6V*`3bynW3*B)fBbP5YZ5_T9CjiuFQM9{f0YHh5$L8&<+iudbaS9$-=nt;w zC)TX(!a&CxisT}&KJ^1I_HSVR?oE%Y^2`2b2H_CuHulx>K)j42*76iXwoWt zYO%K1ZJ4*(TtdD=TNlYrA^K_%vvE@4FY0BIKkc|5bFLX(`Q0U4=04Rb{_VrjPhLyj ztg+CC`m^`Q$$i}IGQV=4+i!?JhM6@kl)yK5oqV>M!~`vQox}j-TQjtvjRMV&J0L6y zsbEB&V}1Au5sZ9eTS;->m>7tsl@{}Z;jl)mI(lmP@Xw0fob->qql0P@=V!+fYRbeg z?QNP@kY|M-H{DxuvvjbUFm@xbmIb@DA3rzqGO#7_k2jt?V_5+PJ-|Q4CuGP#Hc0t> zp}fsmtI_2ow&%-jaugz8&7zjLmJt+QKge`g97SnAcbk;Uz`pa0DmV7|Y{f)042H)y zi%37op8M^aGIkY;bt3EEt(NriFQ%e<(Gjs>&Qy0sY=J*hh9?+D#<LJJHzzl>>T(CH*?*u@>(*7*DuX)g}{1kC zg3|fXUW0hZCD%=-x?UDA;0eZH&cGz(hw!up%}1 zk7VBTT9y&dy~u}FvGLE(V!qC=)2@EQp%xQRV5jVR5KQTZ0X*VexCAdN0 zf-#Qn53PEt4BT%&ytX%zEjiO0wY72;Jx?g@EY`B&X1OGW|oWe6s6iq5^7UzHawlLIOmA zrH;O>b(^gCAOX@=&lRuhZU5)teqgloF)nOg<7uW>azatJa4+n41XnHoKXl}5YOme^ z4f1xhqf22=|6pyAl)C!$cnUA*(fK?XhQj+oh&!qH0sf_|@X>)u!{@MCOx`cL^F(j+ z@0YSIKum5qB_Rcwm8rgs`5Cp}j^^<9vhp70s|8_>wu8_UV=DOag6Qh=?Whp^f8bZa zNA&zqu9~-IOB#wQ(Y!)4p}2W{1ms)9=(#y_&dbxwb_Uh5;1Kfu{N${&weqjrl6wi` zFSmV-shV@qL>SlUT9nIUX@^!3@{{-QkK?oHor}|iz&Obw*Vlc2Zj11q!qr#LIGbBK z(l1nRS$ThV=kekDTkxisw1pQ_Qt^4m66x;4_hG3d+Vf`4y4mn#31~t0>$(FtTX@VdEW3P z)lCGwJ#9ZS&&UxL3CCfjOQ3`}2EU}P7x-I&x5F^Me*K!#v$~cD zv!!V4^wov&#Z5Artt=$S#jnmog>v|hpNUC(OSBRF(Jva1T2>pitms_{*Z%6Gs~Dsc zaX%pBW#IF;Hr)0>zj3`i55u1xrsmq#G$xRzGC2c#(*WQ2eVHhG9O05!lc!w$4#Cv# zWY3Uxq3t5B9B|vstbHC3R;5m(%h$5<<|fFYVzPzQH4)TO=j@uO9yFE0hD?5`RNEHwi4u`Cs zC6YYdSvY=OPAdorU81#WvTdVvR0dbIiZUi{oScdIs3rMQP8L$J1o5B6PP_nC+xN-Z zLK9E8+Pyo6+Ivow`%@a31>7jaY{7PlU2fJ^Ar(h)t9uuKK~w)w1uZ^~^XkjmKBo?8 zVp7hGV$rgMV#hV^$0md-S|Zj28y5GNMPDloeYhF7GJdpqu_AJ+d?%-@}ibUsh0wDgneWajE;`3YD zI2L6+#W0Kzyuv92T7iYIK!o4W>XD31~vhyv9-zQ+0uCRg;=KfCGTT!ETquLt% zmR6jX1EKAYscOr{W-^b*=rcX~G#B4bAx?+g^AHgr4E^v{&K!#5lR%ad&_w*}D{)iV%f@sVyMW{SS`563SwdKDWc)S<7}hh_V3 z`vo?<2XM&5OY`=GV({$&&hM0n{H%)Z4Pa^`%`;la%YMDXM)EZHi*=$#hN zPR8Fb)dTAb}Lb?+Ql*U+D*W?lk?e_ zYG-t~jjT!o8+DMRQaYd7t8hr`3{p>pG6(~{Qyn{$5H`CWByk*$e(IowR+YcOPrNbp zDDeJ$A9_}Ib1L2m^bRS#-Lbmbfj;)yfBb#EQv#a1g^7yCbC!zwyS;oC721I}zbS+d z%IOTwYi*0>CTlJMLEP&{bAM7lTA_j<&?n}lJU>X_>&+aJE#qV18qTCx8u`j0y78&E z>nVIk;O!?+Uq@Iv*fd;!KUcV#kS>@C+80eKFDC~weYSCM@$%>%AC5kG!L5&>d;5k& z;Vsrdox`h~Ic7;Qs=7+0YDgi;D`!|6@a(CGCN3yeQ|;hIykR(sqP){PExhs@AS#eg zZCw3iP&)tqhqoI|%6m2YW(?a|SW4^l<7_O`G4gJFu#BqHjqiR8Q|s8^3JbLQ1j>BP z((v>3I$J4D&KMSy1#%CAoG%s!H~>JgomRq_=UThHM%*Ii(_OTgx5uT;Oi}A%f)8(2 zU`=wR$?Et5@7ZpC2i;M9GA`^T<@@*VFE0Csa;OS_f~RO9wP1$Y^UUnI#vL&B3TKc8 z!cbY;lBSKkQ+1{^!ys#4=}Jzec+tE4$4vBr)5Xx;Ckt-&2_(@11?dfyFdMipZkz00!~n-rp6PJD@NoRt_Is#VvNvFwt#CMmLs5q zj+BXSRKQ|(PdL{0u4-Y6Fu>?MYaQ{1TPR#myZ`~r?tO=g}y8{PGoXgDCu;{pmi2&6b9|dJC#3*SAKsyB!G0l55;_y zHAxI$72@P`_OX5YRscnEctKijbWWl0-hj~){Os#CFg)CY3d1otI2ig7=D98dKS`&n z>`AlE68ePy!7G%2kPsIKr>ipQ`R-I5sC}`rvWgBY zD}NQ&qs(q<(mmJE*Ixp<<4V!5CA|FS5z=D}C(OA61W#928a}>vs)ow(S6@bU`Tuna z#o9#VMsPqATYdt8&3`4#ztOgc%mppNVqf=~><(PMHJ^bk9eMIGz#_lM;QReAb%;%e z(#3YQ;(6*e1;T)G67!CSQlTR=qJj~W_w=Pw1Yy8Ge7_Io?)$&44h%AN&96tRVYSww zh?7=0ygP+OImL3h+mR+gNBH-~x#T-X7@Gb!*`-%2Vtze3^vH|7lffv%hqYKy396Ma zQFh=lBT!eSn=F1SZYB5Exs|A)S9ggH2Jw2Ir3=pZh$8yJihLAS zd6*}{9LPtlgTq?1tM=%LK0FZB06V5JV;V1T{Zn&m8|f$VM4bObdIWH|&v7@KxcNXJ zxVeA73!n_cBL%U@HU2bHpQF_w2b4izrV<3f!?d7q zrieb6FnWQxC(jp(`bE!Ml&tpX&M?;&_n>u~sl5aiL0Mi#){o!T57e^?&*Jxmri?G2 zx!Gx0f$#8@f(UvS&bZVs0j^wo1i9ZBjErbnlF>f1-VIVzt=ZFHd`YblTQ^JR3A=L@^>&>Lv)6 zh){~N2#QWUCkkfoJSwp~V>|Dw85gWRx&Gf^xJ8>e_T!IaSS3mSFYy8n{n~IXp;-aY zra@=iTE?=^J5iB&iB0ZlM9sTI(!B*l%~LwW90P3Bl&Diz3#=HS!FLL`uOFbLuF!WI$I1gk zZ1s)-gu5fi|G}ng?wnSmh)y_uIjGD|eD`FlKUN#Ab6hb75ZYhl`USMY(HOKn#x21w2VF@>xyVqr z(Fno|3=Z?;gH74Yd_s9HAsjakDP{J3BUm(RN}Eg6hGt>Z`v6U8c-1u;rVMwm6zL5y z)NM2eO17zl*Fp%z)06y2NV&+s5L*U@*m9s`n^m5r4Sy^&D*%Rs9#A%>(Ry0TpvBL- zE?ccXU|@(XhY|}&NV%vd6bUI8RYACUNNF>7XhR#C5P(GkzmR_3)o|Tm?cxhs;kdis zdDi^oq7Id?^e~76CEE~z?ohYU*yY}>eulb@2H;SlGE?+Wx6urB8?D9+ZD>PtXwm}Q z9lTSj%)C@T6hay1(A1pt2R4M0yT6()X@k^jEg2XO46)^dP1!h=4B%*bW`mEm-hq;B z98J%}sbqi}47Z^TP2q|$fT0%eo^&^c)?v(;G4v~Wz`~EFVBx9_((1LHxR~98qUx$f zKNqum=w*p|4o%^Q)C?A`+R&B;Z9}tYRsb6F-~IjlIZ&#+2mJG{%XCk=yV1o73Cyk(_>a00{)%;k*C1~_{#d(Am_lSP|#<)bS=pbx|3+%cRbH2ezZ z?dI?#Cc_8_0YMn!$e#j5c_PACxj5Zead9bAvQKW;)|Z`~%R&>ccj~5$MSYUvZLyN0 zab718%Ci+B6S^xW*h}|Ioh$@GOXhJ=C6S#uojI2|?K_>0Tx&d@D5rV z$YjoLUxdihgfl7vMrH(|?01-i*+bd+!YHEI$@b)^csT$2Dj4$YY6EK_1ljcKTYVMyh-XFfSv{YYi)&!Ioul}yGxs^#nyY+j5Lb3VH zO6+j8+n*oKlyi$^Bgonna+jlJiRgFuh$Y)0y_Q5uD669TYqQq(+Am%(q-SNtiaF2R zH(y=qj4S^7wJlS`{yyEE(3_pK+Db~q>6w|R>Sua-jP@zyMrFXybBpi3OdDD(x49R- zz=A#uHu+(Il0_Vm6;VmHWmQ#`Dl;s;WRQPYDrg4v_RZ_puOmNt+Su64Wx=(M21@-} z3i*}SFUI$!Aq(?ce~8B4`1*OApZP-Mz{y)0^Cz-DA)X{*prwK%*)s$elHuQ0i zDSuu5*)xjAvIsTH$I6?Br@#*M_?k|xBz_3jZde1XQ$m8be?C89-I>&YAul*~u34iz zH>a#dKPl~GDma}uVEO0JvAn>DWMbHitbo01MrU&=GQENZz?hpnd$ z`s4qlRYMP9b?d(MVVg`R(*W5o-4`ly2?+_1U>wfxma#!1&JUt`)DWL5Dkj!gyEaJ( z(G3D%Aqt1F8skhHwle)`4@5L9`U27(m_#nNM>(3W;V_$?-j&^K{?FX2Gte9=7SHLo zO2xfCmzUel=X-V*myDT9)Z)&1)=IxN5p-m8@IM&};GFk>u*e9TTMPxT1)W$;Oia8o zzHF%B+c!Q|$La6p_ecp)Drqe^cR7e38d$%rifC$QAE!CGKnt2dlf+?0iI}#AKElY& z{>FC{IEj56On^h{1oT{&iF$M=jQCWxw+f~l_uw$@=YLIe)U!~6Q4 zGB7Z#Yb&^F=1RqYcVk?E1hJH_W@;>!NAj&ZIyx4*p#a0*&hGAIG-_N`O|1>6c@2+j z&%a2lG=|ZZuM$GOe*GHcJtl|H!W9gw=n+i-O3H^5b94>Nt%#crj8AZjPBOtwpWUzr zE0JbT4iTjCxc6TwPW0nrW3Rf*AmB$PE^}tPzoJ8;^-;Ss2Snn>U(;V?CeGJcqcSjNV^P*pvPPi9)AU0sAJ-Sm#yS#TTzr2LXPiq6 znhxg>(ny%bl%I)HBkQgS*I1%dpdV+=l^x$bEwNgtG_==m8R(+So=Hq2eUDMoI?gEr z>+0(25}}T^XNXgF9oM+3=#$R-lD@|82M;Y`$1XPJ~vpjfa<4M_b!6 zdZag*OUK9v1yoa@l7sGUvb+v9GBPrR2T3zIao!coo0xb32XxsBV$JXIrh>iz{fg6P zVQ(Mcv`nej2BY&nf>C|shqK8r*NEupiHAjz>x9bJ7E^rL7@}0h59L^vsDpdDX_MAs zIs=mtk^3xjPC?_At>sr?z5skOseSUcR6n%l5z+v7{L?_d=s7)_V0*4Q${(GdpNo#v zI=VAblab#Z+3OPi)BmXF@$SEz<$}i_z&^#SY`CVjz%Ry~0?RHgySac?qw$4dz8ChZ z$r&kkGvL5Q5Ttdx4*3p$dc1t}$Cc?X_NjHo#mEoVXLh@6}}bcIlZcl1~f;6-D;C9>f{Cc4Q2A7X?QkOnxCwI*8|%=vKf z*YfKH6{aomCR<(;FASFZR{FuBuBwAKv(|O~g~@dE`#9|n?o)1+Gj2|(04i!NM7N+i8 z4BR)wW1gOllLlX-q%?<>BFgg%Y8aSq-W+LAXG%#)`{a?%|Kas{%?U?D9=X1uVUI?j zPX^caN!_(+@0$A6u0f<_--)E{IBe^LjXI%G!wY*XGam*<`2NUX;LXML z_eX#(ZZ(`Mo%`07__S)kHrmJPrkE0k3 z2#9G%iZrqx0fpO&59&?%pJj=vO@;hp;@{E4fpTEC(k>`)SRX#zQLS@D@aF|s$mXKK z3LIL@E4?eMc-eqZqNxXTIT3%mwBkj74K_j&+NPEv0t!(Qk}%T{{sPc_WgEk9`sPdVH7<5vN_ zQ4J>+)xIc{Hz~%_HJkfYO`99G?H&4>xSGJ$))s~Hn+XlQq6bd}0|p)XGeM77ZKLEd z>Q2xdk7$I{&n$0c;iDfuQqrFUJ^=n#v@U8p*3i+N7M5E*499Oz(*?y`L+x)0BnX

    zQ<~UmMmY7Nv|qH8;|f<6F8|9vmoUOJh}@mkyDhJogX`H%4v z6*_|2ny!KOvivqnCnpqSff4!Wr)X!YD8h#im1h6;YFXC~l2nvhJ#H7B2QD-Q6*>lk z@mzj+D|H`aP%5D^N^&xLljP~&(F`=urvwF=Fg8T|ecYg@P}{6y4qz++o*VWIvo+<_J9BttEAqGvkPLc*HQ+ zLu!6A1i{n2&JEf%lon?-Nt7&-rB|x&?w2+4S9Z7k>@+HG&C(lp!qpl&oY3T_3RWw} zS&fr#S7a7W1%u}M7SB=h_6j)IsHULbigJG9)!$m4T$&6y&dNrP!u@VRoe(WiK2!%n zl-Qfp2)L>Xbktd|Q*LfrLB+IoOD&1y*Ten}77yHivTgUmy+&b_TAoPUJaHKkEL3N| zRE^i{Rq?3A!nT>Hbaktr-Isb7#!j|eC2@KOI&7TS0@{(NJl$@=?9VdfRPi`q9yU)oPnT&hK@a-Ib=~bU9HuNc)=7#hP3^=&C zUw?h}zH?<|B@&oh+);-&HwVP%GzQ=^Gry8TwNi(mIJFhXXW$}kST=Egxl3)8`j#+} z@}~I1hxsarY#*?CdU{qBFc5qgRokhp${x>pL~hy_d|?Z)E_i#sRTq!ESjD3@+Ki|@ zKMV}72g%pAl&E~yH!!H~m5SLiHE+3nGFJCzyW)oP6X4lJ)8V`?xFKOgUcf(n`o$~o z;K3jR9)w0qAf_?*WqtfMnk*1wh{2z=%JkN)#LQmvLzoQ8%5Bsl$|rc>l%nu|@;3?3BNZ}jM>s=5dz z0_Gf2<6y2(vc_5aH6^%YwT46U}}rnqV2-3(-l zndEa!?P^rqIrfn5c4Z9C_%KYz!h@*e6F}wOVnmyyhoiWTF)V~{Q3HE75;JjpSFCgr z^>BO}LMBiM2o@wu?&5zY#wipBf=*TcH904Jw14IV@W86_1D zWp7}(uUxeX+@GveJ;m#z#Kpv}eu8y%DPInr^m9v5spaJ4WCWeB`e5T#yFwXAfOnfD zm^b(u$iKTKv6PygmS#7jR}5wp70pzvj}^ng8W;FubKmwzN)e5V-`v;$k@C<$v%k_b zHNdb~7FrJuFot_1_7g~`KUvO5_WLN+9%5XY%+fDp#Tt*S-Ovl4f_Nx)1)`+XoosJ;G+ zYeew*XqH80iGBFudjeWT$lKj{RxZt)%Ep^TZg2nU%pueQ2rCPyrfm)-n$IN{WO4Oh6c{E+Ue^7Qus|v+;NF*M87dqVIZ<7MP&nmIk!t|7 z+8{dS!Z=?qfKKE1aK$AhS1f~w?o5d{QRS}NA1WWm)4U6PfgzaQ_S%`0ISL#8;YbKk zbLIlOt=dH&X+kB#h9q$sKZNh{owd2)>qw5IGjeCc6$TGakQ}nSBBmFe zYq0JU_hq*tEaUyN-4KPy8|AJS0C3?^IapmykV7=)6uL{-G^ZW->!#G`uxz%ysEYhM zwRgdFwLFB@yLfkV$Ai9pr@6kGW4dkU`khqqn!uXZIF$-t(sy+~TCB3p-P5mmtPQrC z@ap@t_;Ye)7a{*jt*0V*Jc1W-iYNKFpO*1eo(3e9sIq-$>hA#}^KnEFpkg1*WSn>L zwD(@(`G=P6XNWZq?18OTOD4{?E@5lp^i*Kz;4oog?GR@I)Etg`&k4;=s4rOuR&Q3G zoX}ZXs{5e~$_777F>25zO`XZz4m`%K4P{5!s;67)c%Z9a%}Y7qPi&q8vLetH@=Qj8 zK>Y3#|M@7`)zuXl;h`a*{Ap&9E6WwPQz@j~bzxyI!jp%tn%?a-Y*MLl z2Ipsmmgf86re;$byOGpZ_&WV>l`mk(GhqeUVj3mcO3JE&n?Psh?x*?_v*$IYQ5Nmu zu!L^#hj9K_LZRBr{99EO`SaXX;3ttO{9SPor{cqhRx1Z9MH_?E~PgK`|R9~1}@;rn!louqD z^q8P`MMW2?3f$f7SCX?s6U=#b?;XslbQyUuZk0<$rmuY(d8g7iD-Ruo*&`Lj4xsx5JP;7|Y zdhEoEeciA63esw|T+_IE+h79KTD2>KAGADZTw}-Z(xu!;R99^;dd;8LuAYhL+Kbo@;!gMzwRO{8|dL%E*&0YLg z-6Ram%n}L;?(V@Wn!IHcq88KB)BntKOK^ULz5H-KOL#AB1HN~PG%2w-N5Ye*;8TNc zfxw-!k^d>+$bQGf?8(;>R8{B9){Q0wz1*Zq?6$y51GcUui4(;j=ip_YH_fAkGD z*0o`x8#Txh;^Mx8N?seBoT3GZ#mYu1qWqit?eIt{R=>DZoE<{`3?ke;b*nwAbvpaI z#9IQvTHh{Nf?E)@4;w&piJF6GWh3>d4+;Ju9cebgIsczx8ON4O=lX1e2r0yVC`agQ zwTD^6&J9v&H<%UOM4OEFQoegms<==roTn|ZaI}j|Oi5vA_q_g5+M!;#@&JT|%V{RY zz>ZXLadBm(*y?`QkC(7rOV~v)Z*gLRrGg$k-|>Xb-`uM^VdZ<}6rw{PH{k5@#T_v0 z{Rav)H2NBq9Lv=WUxjv1$6fXwKgBjZ;ITPV@rRj@=BHxs{SW(u&Mkr!>5M_?3=(t#;H|}C#QoqFGi-3BhGfQRE^335{Y$NX?j%N- zE~>o^%&XLcmYHn2^6>rimCNr53@5)NF8Ud(z0OQyI%1zPxJxAWg>`bRYLVLpeOpge+SjA}dl(EDvM-Ps(pF0FzA? zRF=EQn}3uOme_t*wf{!SK2Py_nkJkQByHpN{pe=ny_&SMsqAAUAj|&zqm=LWoj-T| zZPE@Nmzh&WahUy}ilvBFl2s9?ALqN;HwOkL1t*ySh8y~sVWS{T_2vu(@>S|V$c&5T z*x_@(yESi<0@oksO^%s{TR zN%{q+zs>b@ZW-E>)|kwmA@jlBOl?C&x%ZJNi-uND>@ul8TlQ`K;1dFzWK97z`si{bETdFn|K83ml=2NC)jUJm1Rwdcx@Rb0wI?jUYiL2 zE^g<(b)o;%j&mW0+x5vyxtqNoM_A?h|J?RCJbX5qDv|}xBb%AC#(CmC6=Y|if)o-@ zkR)}=bG@@hsF2ytWSdA_WPI+HBbAr4Cf68L1UgzpReb93+Cg2aYN&hrtG`u15P6Vr9%wU2@E0&ESxz0Cgpe%6$M zfx((lx(nxDB7Mn_Op%buL7nx1RZeEvpT^~1`JRkgc)onee{i%L<=9D=^XLbQcMF#B zjmj#{Vua}6&6}#XCA;pjafxS^(Gr4(z2I=)1)Q}ITz%r;=-5zGlTOg{(BE8Hsk6H1 zVQ0|!gvR}wvrKpZ&MTy#*{V#RKnkJz@Vu>1K)#f<;)Jg|!8kO0?0J@`we_sQ$id+u z!7Fh#5|ftlaw;qq+tb^-|LRo)=Hijk_?gtHY0jPnU9p_ZJnPY~p*4dgcpYepXj0kf7K_QrKul)>_ zM4mnM-+uN9`CKdWQ!@651bj;!DJmDQV%eZA`=-q&uH$b>JAa7EYrdHLyl!+jWHmiK zJv;D>4B&^`iviy?-bK%w?LWHwMN;=a*{vz}@$Ou<>m$9VyISouEez`~p7A&3O#I~^oR;!Qz!K#oN~h{&Hh|AY9@%p|>ky86rxS-&tNcX>>|ocZqVN!RoG zFOZKPa0@=3h6xAS2|3sR8hFpz8!KPNcpx)T=kMy;ZP%AB>hR$n(__8L1}&DN-u011 zs^=VR-1E$1Y}H2?#l**A-E#!2Lod?OEG_*EAg%ijEPe)1Wus1R3TRryFKOcS%)5Nq zf>L``a`~a(u(M4)yOugiBomu)Qr=$}Bk-KTJn*OrBZ4Jm`CLtBdkc?Y0l`0_O0t2TJJnuWRZT@JfnEX1$2K z_Al7`a_&Uvx36>U?}|c*o{t3X%t}iqo8+WWUh3VOMnV=eS&!_1J09)a+8UM=tEJ_pjlzX!ml2@8q2{qSy)C#MuLyF z6CNH#Mv{Pn$;S6`xj|C0an9deug3*#=N^}qT9IWA(zen-PP5>nQk0N;_`!jmU0bP-#u^oa3j_ZyM+Owd8=_ZtwT8Z@(rmo7ZdaRL>LHlJ!Cf@JiJEZKeOli%sMxjs;cELLjL`6j*BNeE^FW_*j z<@DW}tLdeOU-}gdhP%qxQ7iM6xcT#ZssA+CA&SOV2 z{za><%&aNR(aEW!HH47R7!g89N<&W{h8q8}c?7>N1|^P)uqJ%$N3j08OFD3et57|& zTgxU25+nEFRZuNKw_3#@mC5;u6P5em#oohXDST@9-Me>x^YG-ZJR~>~pPygjwn;fB zl=S-jBLTSCnW}K!W}-Y7-50Oq(&6#w1~t^~Mu<$(vx+r{P%{ZLiO)_gxC<*0cP3g< zMn=6CI+ON$ILoH2OrxK_@j99Us-^V8>5_f)qZjjTrzfKI`UlmA434*|{P8TK!)q-lj_7W3c^*Vkyw4;d? zs^t>yTy~4NZ*&B*E)^ex(Q3%2AUJ8}Z$F(0etLj^z|unnLSWY#87ux=vf|=(4}Kw` z(d4!wM+b*i*e<`xUp-Az@-d&Q%s7r`AjTL8GjrLlI^D=hISKF% zeS?;F9IVreQOoaoHStXWrOEvT?ua0*U(1bARaaL4LpoqwVRnrx_)n2m)Hq5J)Qr8h zajl~G+A_oyB*FM;69!gg2*1;99r!Uw){5;4VQk{=`m~#;=bDuAUH<0=-b2a5VmyGv zz7z?(nZfTyqQF_1MM6ve$}f(=@oqDIb+i$&X}6jMb>Odn<~!`y+oIbI&%5ZgM8;_a z40I2|x`B=pZ2ncrQ~eh&@;-gKg6!&Q6luX<4{q{x8b&Q;PIQ|Z0-@ShQ!aFad)W|rSSVIMvoEP@19WhdV6*az1Rjng$R?r{)M1rW zAT*J?^snUQJ^Zo7Rbk8qoK^+UsGIYG>i=p4z3%hMeZGS!V5+mU=eufspm6n;xqJi=3J{(be|Dp@B$Q+<7pY zIjB$}^aL9ycT0CwP?=AAX?!2rOP^0ZzSj@(lclVbW_pYP75=6Tz?;GZ*1c;N{jbE;yASD%6CRuZRb)FdmOS_5vCbq?x&Q!Npi0<^&U6ep2x3Coyyu7k6bfboo zG>pz!E+GC-(z8${sXryzZuql%iruv$53iP#mM(WCLa8CIfVmPz@Tx-M>VYu(KFKo6 zJNS_N{yUmta<%Pf-ErO5`_tMFE~%jwpKW;-ZAA2^n^a072O;Uo3$=YhjSeRqkIPxh zVes(TAo1*y{x6=T`UDjUqmI4>ckTeT(>0H@$XkZI&aeRrDOVd-hCW=rGC}O{sUT8_ z#FgsDA}~1oMo<=18iA?vZw?P;XZq&QeW#08ZfZ_tl>{zzkf)@k5GUrarcli$Z%0ZK<&u(FcMGgx>o@E?stei z8g`zZ{)Kp-?aTNLxH$g-s%RhlZ91<8U{`?jTwmjEyj_7Ro!{3Z|0&dOZos z_2FXJO$w32y)T7jJi1@(`q2#p1=;%Tv>dNOvDX4uC=^{jlhP5yAZ{1l_B^6rdoP2c zZ&PPr4{$8-X^%Th<{q#U zt$%YTmNKE@>kA8k0`M)`t(OjR1TJI95BFn(J4iSpQkZ*h+sasLRJG_x#^kir$1~$v z`jT2aap4V$gsn%#Y#HRoX1|m_d>9k{DP2N3<~y#xQLQ4H@pU)o1rdrgOvZ{ex74!K z`N7AT&%DQ0{u?y$u6+?*&>_8`=4cM)BHh zPv)Q@dgvPzDp1=CUGp+%*Q5!^t3g-paHa@jgxabNO6E-j8iEQ}CcX!aafD)IexMY3 zF+2}0Trj|Cx<$tyF?6RHUKjFX88sZJEt3ZQa?TXoga)uUq@YmXo zIowU&lK*M{*9hl{xC8|8p=5{RHL>!sH=y0N6+zzw%CR8u(7X43G+((V^J68iq7)v? z!HAQFBKltl`w?`i&;%Y1u9H9pHTby?2^P2w3Uy#`o%G>)CJpB%>qSs_uG)XxXZ^?j zi8-)RbEoz>K)@ad#p$l7TI41*UY#l*^wb;*Fl;n14&|@lQUmA2Wy{mEPMkMwN;lJ& zmFQ#Ufa%;uHRAf~wLNB&?N|(&_d8b#rV5qd`8#|!H-vqtY3>Mi@7;>h8x`XuYS_ZC1~`#uJ{BvAGt{!Bfhmi)^2WFF!Xrojqz}( zxukyb>F(c(81zp}=ZY$_E~w`Q4Mb~PeJB7O?#eIDZ|)8l51NQZX3# zLJVNt!JTi=zsBXquad1tFqzYc#+V1}E47nAVzVutuBWEaxQS47s?2gulvNk?s0f^} zmIgP$2r&=vx0Y(^1L{%LGLc97A5|^xIM=q^6jhS@Uv>i)yo*E7S~c_U-__sZ64&ea z8J}$-heaOj7)qP_8IB-s1DbLDhX_V09HoYsmIWco|4Z2vlegmO7=nSI%(P*wi^6^p z5FoOg&t^^)tC(G>vG{=04PdZIz9N3xBtXT9Tjpx*^|$L$*3Y(JA=Fg(g~=+Ooi&;- z*cC1irz^-Z*!bK)#ho(WF|)||VGKjkZfnWrX}+?1tgIrdZxy!-knxkv7qlYVR(?62 z2NbeSfrh5M&bwVn@}!c!vHU!g`!OrxTdgyN4MK! zYE&d3pini(W^e^qc9b{;<6U+kRF{P4zIguX>94n6sgdE3o}09BDQICR3BUzmZ{nyF zNi~;*f}7GPE^9Y(cxdRlXu~b4sC5z zPdg!QJK%C5Hlk*i9|bVKr|oKwa(yBfM;mkMhZg&%bz?6gcN3G{kBMMbejlGCl4mLB zq)72OUM1c~#qvh&GB`YzLM;*o$UyXfFq@E*ilAdRN8lL31oqD%OR|QLXi)j22L6wu zL*Ww~M&x&9dxnO7G+s@6Li?W%6&bXV=`~k9m|ja3Sd(24Mz`E8#TeKD8_$7vHaYi> zZ6kPMcZliXf3Q^=(5L6UU|azYWQGv~q_XYz=_`$qFf1TAkwIe?dEAauOLW`1hu-4A zeD?(dARP)vL_2gM%I>9Y=G4r85>3tjuTtILpo)m7d*6Ya?Q_ipIl^E1@W8js`P3UB?wi;3B|YAZ>wlea1#BU9W5WT`+M8_f z^PthQsW;h`=#n1fL7v22JGr(50Za+*!g=R98`|1;r)oJK-9W=`?k8RI$ETaM9MaEW z+8K=q>7b@hE$VpmG&kfhDg~SB?^9C#X0k~how_*rZBG5s{C;+D@W!mBqs9?IRVC!i zm``N ziUe$2UP&x|Zt_G>8@!}^WqlEp%arKL>h>v!s-mX2`GolRY4qDb?r-mcL5Wt}BzgL6 z*H9HCc!}0T8f(Bm31k<60<{f9Q;}8F^deP(ek5pw)Ewui4#c5QaAJs*_p2-Mf~{^! zQ^B(Wh2C&#x(?R*HJj#Jr4GUfX{c>g_tF~m+XH^`W0b0Uvdrv zoN&IpE5Mq`US_dzE;bX~PN@_q7xR%$igfyb`FN?eA<-`tSR7tUM-blItTvWSI(SMR zNk&GKMGZOo=B=V7`tmw*Hl0`SW12#D0L+9&xN8 zJimAK^%7BXi%*L=E&yCoLsGZ>=(2iKFU>tG4ME^zhu=C9Ys>bdb~i>6J`ncEx!|1C z-@g9bwIWea+K(5)Rixq?@o2juIg4iL*v01vHwm2Mg{3}zKVN_bgyiBm%wW_k4y+YI>^{se|` ztJ!FcdmDHMeVg!VD|jxQEM8Tdy^$sNzmvn40fIwO>(6&I&5;oBqo$;(SpLK^^nU;= Cnj{eb delta 11750 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 diff --git a/icons/obj/food/food.dmi b/icons/obj/food/food.dmi index 88607735c7587a689d8d8130327b239e1f02e71a..bd4b429fc7c3256642a04cc9975c7e0eb84a3286 100644 GIT binary patch delta 19029 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 diff --git a/icons/obj/hydroponics/equipment.dmi b/icons/obj/hydroponics/equipment.dmi index 05885071c4387763ef169e0d376554914d4b331c..7b22de0a5c0f20e2884fc04fac69b3c72660de6f 100644 GIT binary patch literal 26913 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 Jt5R`@{vWpYEW7{! literal 25109 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

    }#<=ioNR8&sGXGg=)|4e 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 GM*I(!D9iEy diff --git a/icons/obj/items_and_weapons.dmi b/icons/obj/items_and_weapons.dmi index 5f9cd3aa9e4e620edf4736b684a850975a4c0b7c..13a3a8f5d881a72c69e850237bd92282e97e55a1 100644 GIT binary patch delta 65140 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 diff --git a/icons/obj/kitchen.dmi b/icons/obj/kitchen.dmi index eb7825eca98fb497035eae5801eb4901cf6da8cb..cdbede0b25a758d75f0457ab466b08e5e81f509d 100644 GIT binary patch literal 33334 zcmaHSby!rv`|r|SA|MSSsGuO-EGUX}cPxT{BvOt zd|5lPx=c(~YN;Qg8BVQzG&AGdRw~x#rWH_MF2>pu4nHS(iLvvZ>B|XYs5e|fs#QIw zTP8LOY_;4Xci@hGEF@s1wdu?qcXJGPU zQgtVDgU&zg=}yAZ5v)ICW@xC4KYTY!p;8O@LLfP0?49`4gJR^<-{)jkmD_mHxV#~E z%%pnQ{0d8MlU(ubH;~gOd6M*#Ho0-NVofVwIohM%$udW4)jo^8u}Py zNs&e-F2Vo*3KqW!G0y`*Sf{d#ANEP6Jh(ka_eun~+e4*b~DG zI>_raK~!IhRp6cVN+FmkGN`Phv4qs{RJ_^J*Z0daW=o3Kpb5hZiiLJN1`?y_<{Ga4^=z)#O!aBW5V z^yyQ1)ANzhQ6911=}jNFaWC(GBQ{d#!XqKu?<*Vu!V9rK30J$cI@MN*)D-?Ot`#XD zMzg*a6VB5(_S-Zi;Yr7QzN+#bb1mARZaHd@Sb|?l@d_#*y!gJE<@(kj{TWtj zsEX3;r26#f>C<1YH392k>_Ov6@VxTY-@Ti8zux%43kx&{{OzgJB41 zTotb*62cxQfH*Ec!_%pISBLSIgKk+{h8XOi1d%G004q6%k+d1YbG3c&T1Uv)(B|F6 z#nWXOgjmr9w^ZbRTJwPgRW<>-e*U+52HhvUP?XL(6~(bRo6| zleqw0%;)IldbmFa0|Myi49RyO7hP6&C;@41GsC$|C3fh-VW2W}K}q%LK$xKQB5X!9pR=UCmv4jkpXOZ2T&eo#ObG^-H!teQRbwq^l# z!rUr42Ob`Ws2qU;1()8NYp!4}XMJX_)~@fs)}5_TW3b*PUftbUu|qNVZ-1F-?W@fZ z!*+T7S7x5Xg;cQ>Jx5R#NQ4@OCxay-pa*0 zzlu_-AwzR_lQqVl`=$;ULTAdx)jjw(bSS$=#-vXWhII}ccRogoP>N|!Rh}z29U2wD z`7UL6-B?k^W$}3L*ZD65i~2+e3R{f)3Por>dr4#wnW6B$WZ%Xhow@WgI-;)myz{NsVe=hsUs$Sow_I}xKk2!xd@GzKX~-n z-Y^RaNEZj&p5k@2-GzkqQsLJY`v2$(G=!%wV&4;z;J-`R$1BJC()Hlr

    5a6d!%gB=>Y&#gJnK|r`XWz`cXjmA*M9iJw| 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 literal 29592 zcmY&<1ymft67Ayd?k<7ALU7mMmOyYPxVtV8oS*@M2SNxWxNBf>N$}uq!QB>F>`cM_Eb!EeM2Q4*W@@qXJjLMv4PKAViq} z9epo(Yfmc=dp9q8R~Hb-FZWA&m&+m#cGTFJHu{kO)qbPcVe(M2B|P2EAkm33 z?H|2sNBAPE$wVxrhkIy}RLN@npwZRA-u3$HqkO#SFluUbhaa>ZtM77B`D*mUuH4L= z1H2lO4)XCCzAcpGoOx+G$8Uc1DXkQw>4`bGAdy8ZCgt%(+|FS(;It6`BoZg1?9BOs zW1J|R@5T62Ww!aII@_?lVf&*^bH-x z*Y6l%3r~Gob7HL*|L`p4De?zIefm{+vr$H>zv&KcE$3wMM@ggnBctnvH1O`Om;3Bn zz)x$u#XrcTs!s&uVtX*LU93Pq$0_&_#2cvek2ieXb1(6?s*5plh`he6 zCBn(S2mbxXK-$a2BXUwe|HeNNpF)G{)y_a~;BY*>AK6K>btV>v1BBzN;vZLKvXHki zY586>pC&qQ8=DQK4Uy0OxyU0OsTdO(v0?3!D|D423=_+pq_;V2^l`0Oi>av+38I$2 z?~bDN>sOZc2~u$RIb;T}`bTywY0B!}UeR;~TS)n5mC9KHMZce$$q$*1I{U|Zk+Dek zJ%^ZC$mOqM)>itLYo=4)K`jcFg9*J$tkWH~UsbuS<(jmzUabVqe_gAGvxV;R%kC=z z0_MveE(-3Dq)^1`lygycK_GgNvb>CrU+&=-e`8|3*6R?K9O)*f+K=Dp1)D#7tndH% zRj;s%i{UqR|3vTm+L38yS5|*ERz3$(KB1L(Rz{FEr}3|~VT zV`@MCl@@}(J)v9vQSK5@a$LD@Spue$Z1^HNRw8QB5qwut2O@m_e3Onf0byWZ#6kxb za|9<)`uYU(rQQ^DI_3x}Q*tseFj#Q8x-Q5gbq1ca+fJtBy5cH-VPR%wj!#ZW=|;EH z@DbejtYTvyQ?gl7Qeq=8Gw(JKfkE`Lw6Wc|)$8~B0%mv$g!fRiTQb8#3D(!(8uKCa z@2rYyiDOYwamoRWEmrf301O_`;T(*c^#x>#fT0Y09prMZVx(ZjJR89~7{#jB-8ROL{XyO&uVdC^M{bf$0e zF|kc$E=MxX&Nv!*?V%|L?}i0I60X8LJcB=dUou$WELNEm&b*c%e?G<^b?6#8T!{(n zX}_4TRc^E8coj1JNK7Lp8gUjJds9p!9+7GbUR&AI=JD}DcW`vP>?V@0W;y%3h9!5_ zP`^s3VAV-T2#M?sEPi#sTn@5(E#Uv#Qo$>sFKT}A&=cqpCM$}t4)637Lp1$7T^p?9 zal`DUXH#?kh_fwoD1z$vizEsk-P}kKJ4f4aF zVeft(j!uJUyaneu+L#BLU%|beWwgX2P>iP% z=a#R{LJ}1pt4VvJ@qC*hHB}uQi%$a`K2}fZ!uR%y3F`irv3L1A2q3q_a?dt4q%P>n z16{cZ!Q&WKo|^3gcA!;3(X zA77ea%&stBXnEsZu7J^2+k6xJag(r45+Si^Oi$!^sio(|m;C(v6`yzSNMI-VA09MK zdo;PZbr&0U?(~dXBbtQvd_HPDadMka!ef&2dvCStRpDe~$|0%xoO24-P7or7O%kwT$=QypTvRxX$BQ-0gVk zeZQUW3J3A*6>y#Aul3l!h=7l;r#X~I5^nN+xxY?e&&3Lm8`_h zyxdK3iSmhRC*?N}kIQro)FBj9RcZL7|0?nflB?pwh2^Tk+}P@g*O12++i4z8j=`O# znnLI~5i+}!%r}kP+qTF10hi8@FuW!2A!R)04{$4?%e-Gf%Yq*?;h|St)aA;qZ$hg~ z+dl$QFSU9P9iHz`mlgBP4>kzTOe(L|<__Y*1tN_Ih#y{2az9x57-%=Y!-uymg@{#8 zKc3^X`0?_mHF+STp%u2aQuajQSfw9^cuw6+)9-2|tNX-lY!ZA<4c|w>!vCC#G#`fI zX36DA`m!@Dmzp{u$#zu4CNq}iYAg;yyE}f^?FHh^HUWk1wLW~gB9W=Z^3cIz2Lm)SoqZ^XA8P4gN3BogQi_Wqy!^zA92|a}XdrfCOyW9A2X%FI zo5|=1yPN`)WenMbeCHZF#^5u>q;COTh<1szkxpHR$aU!=qVCKu|F*x}D11Ds9h-#M ziW`k^|NE`WdjQg6G(!2~$?z>F>9TRG=Zfg;!EB3-{ZoZ(;%M=8#C(8dkW)Y&JuEUR z70qdH9Sa?uXa7S2jTk9lNy){0%IPC*t<)lJtIf2Vr@!4iOFV_N-2_>$1&yv3FYqDKR@sOZge@NZUppPGYUD)f;$Mubt2O%lZv8 zkd?r%H4dXbzdu0>cprl)dg}6{*p5HC;?{pNE3GqOG_tCfE@$JRdQpAwHp=zAF~c#YX7I(`uv5NsI&sP3XbTKyAIDC z+&@D@6H`+W=jR?E>EK|=^NWi&rlyH~ab$&UZMh=-&_`gNlvU+F5Doz2vE0fNT5wa- zgK&7zf#J;e)1b~q#`BVWBZ>Bi45q&PGy_)T{ifQs@_aPi^=YzpewV6KgnqZTU ze{@ZBx&7jzEN%|Fu&sh9cITjBgI>RW9k8=-KBBFo6Cn`@+dX1ZR|5=0clj?Z1hu7% zb~>Zgnjt8Iv4puf9eCC?rtm~69~SPlQZ2B>WB8QHdS!@*g=J;g8I4P03DbMGOw)P} zjH(tpvF>X0Yp}!+|35Zb_A`D@{XBLfWCHR*)cyr{5m(uWW5a^#z`T1kz zz$CW-Rztkv($rKhI^_&B1VPY3jeB zkzdQkqN$|^nM&EC$V3Da9)AQcBH8p@UtwX`;?4d2OCHo`s-OVwzm-_%GANe3uQKJL zjX6z>H^p9a(G-@HFjrMIH>>izy_D{2eQI3Lq!4|!UHFug4!$BWzB&2%Ny@3L>*ED- z@n~xDLN8wq@3u6~L4O+pDkPB6Rz*fVxBLa36Z$7+C!yIHLH6+%jljykE=l;EwJ4t7 z_B^?le8;d~TaWjsCdLqw;CJvqFh*`vA+vh?OD?c+^H<-z=;-Kal#d@jcK6^(#V1ML zDYHs`r!ulY5EaO3BEKy;Sj?1rCbpfe*%3^r74GU6d6W%sF zw3S;t@1CNp#NCR%e@FIcS=xq==bvs`d$( zrz545!@1(4*&h4kwy^u0cj-@MoEkG<#iFJo zJGdpo{E69>6t?ta1O`ZR>yQ)Hvhwu7=OMAT*gu~7wYfRHiILIbk0Evj>bDPZL*~#Y zg7x*wh3PV`#2v@PSWFbjr+v=3R|Y>KA|iUfGBb+j1_w^Ein6fuZSQR((6g{a{^x&2 z@ukWj0Kzk)qR0o`4r>!y0Qmp;^Z2v8Jgp5gHaKD4r}MqTwj7)N-9gO9UHswYIn|K)WbjDXoK}7|#-Ory<1#|4f%N?!& z1W9*#*iKyBl(;5I z2b*c6hSUrp+O?ZG!mwUzB|CezDJxyF3`fzEf;D?jbE%7M756{uh;oa@isS(T`UfIU zgw9;3x2Is%hpMQn_qE2L2b`VDe=jaxcqfgdnGV%8R59V?68LO<(%e3x)N6BlzI8dA z#YaF&s?aa`_4;I0>Ze3tw@lz~TQ#s-2)=XDtrIR#xUN5 zawI%zU{Eq8v3*2Cvk~W7)oz`iaslQz%kG*)-?|=28NVP#B_(-Ewx;L|ZjDN(+#f)D zlns=kL6%2ap_LI#pnV@3B1NJ)OG4K3BxSi5CslTJXH*pz^VMo+=#7p}{LiPDqWqi7 zZ@Y*Bwkn|Z+mezSE-;<_{1@H)s<$O;CntEIc(lWllcYM^F+<@=-sI%L^Q|HK&nhfF z?x@Uw#FwLA#QaB+%Fu}>kiYU1Yck1}8ndLnLmU)jt(E`ILU4@3hQR74MH4|Mb&J)O zk1LDha0wF%dW&@OBQjw~qREHAG;mX>cQj*j^`b!*e)7Z89@KnOM@a{LMVp_0Kw6Kz zZ64SrA7sR@-Yk|~dX?<%Vqk$j!H`!K9gSvaXt=hyiKH0AgCRBe{#BQAEDpgcU=3Ez zms&i3s53hK`DI;1Wx()c_j=zAch}(4teY?!>8jaOK#OKjz^4Fa!Sp;5f1HMc!d}0Z_fL^>mX?ff;PArA%EYr6G(H&_nE)bJT%DBE)EAOHc!xnP#n%3n z6(C%S^2;=`rna`jhK;nHR38}8g24{L}QzuVcj zo+HYSRfdz@aW^y5(-bBjG3>905}!(SID}hiPNfw~bpHN=K2n0{=>)O6y1E2+-kF%- zG`I-b7rj-swYBwxg(7V7n!#FYP9tip2-|t*v5$__b9RA+T>}JLsP#3bt}TMSZjVz< zcKTZ3X^`K~hl?Lj>rqF$k^&IV&iq2v!jyl~Rw- z9h8R^x=w6h<+zoYK-tRM5|yY%Ku2lQ!Py zzS9dYyQ$?R*6#`N+;if%r0=#=#Quwk2%?-47{nRryrM7!^Lgu0f_N5@jeeX}_g<5M z-@@4%ne1&Dw#7{3XItXPb+tmje~Fxvs`-MUDvVjsn_nnor~*rn+u_aYs0?EX)#=qnx`-BNheo$T5DEl6m|6Og706oU1g zkPTm`m~s#tH@twRnnfXj()xTZfl7#4pAaK(?PX_g84ZLL=CX9nz;jSI*82@X;Ca3B zzuwGIw6wA(CSJQbc46i+`Ph2trDoJh%s2Trd1^ZH`5uFztkTBfHTfXYnVWOT>AL2^ z1nNM8FQ`=`C2ppQtlStvLAhWCO=DuCEcWhbe6i@9jU)5YG!GrHuGukQdo=MowQ|_g zSk15~Tv)^wa0{lEouRrxCvj-Tii4-=sYIhR!XS{a?;7Z_$`}`<1~)gw-p}M?3B`qZ zcMnMYi)Dq5jtV|$QMe7~2)TAbCb*27lXW>h4?it5IMO(n%}%PzA`45*<4g!B{Z{Xv zZWjC(WwYDvA zYE6vSu-2re9jGD9q*p@R8_*kl>d{yf^N^%w5pBd>Wf|X)V_GPv7j<>nC*r2kxFrP_ z7dI*?39miy`WQ%NSVDN;zkg59&TiMqU*_QCgiNq37maJ6RPmZS!|LIiZNSm>Y4z`Q zk*QU*Kkh$w0%w0N3yMg{$OpOV>1=dWcWmmf!<#)Ggs`auv4Oan{QC0!5&cmJDt@VY z$lygS{S4b)&;UVrT?UPi5>U>xm&?`WX>{oLwKi1|2eqCP}TOhXxFx*u0R@Q9qI@@du-|* z`PCoI&DfTXPrElT47*r_Uu{zn5{9jUP?+uMn)>k(tOYeBD?klH%oOZhpJ+Z@ycl>Cgeq} z_o$xT9aQlRMB|}tjItESLlTw2$Vt8Zf9Xg`8BcrcZ=4|rKTB%R#YwPo#iHS(-bgV; zu7WzJmX4!opu4PS%Tps$$>4U5p6_23K+@ijCONa_t9N+%M) znbE~RLkVS4Oe7C3j$dHgzyf{x^r<=Eii44f>F5OqNSe^>jORt?_Xn3HxH5a!agUR)FSQ&L(Rq@QVgg)hM1n@yKTt}i$CsK>&4n8wm+UiAaGYZ}KiYen z*0Is@zMcH-H68Vr&v$55Zozgg#`0f95t}Lm`om(X1edh97KXsTk!BRx@$@Tnt@fu% ze74;8r(PV+)$|;XsrdK^TF()4iHjS%+Bb7gNb$bt43?pdM?YvY&*u92T|gcXP&)Im z1%NFKfG2Dt==~?xkB?eTw1H=K)_>>Abb3&>a&sT&>cy1T_cyw*@B`b4&&d7b#_N43 zSo-PCfqbUpAoBUyKQAkF0}8(=DBZ)_|F0U|939Jk=RaC9C2aDztrH`$npUqsF)Q%0 z;j*X-M_-&_)L(9DXYDH)?{8aNf^I$vNlMM)yqe7^86|xNMcvvp{K~GJmT}xvK>vP} zmSVnp_s-4NcjqCmxw(1HTQc_dxw0929HP^HWHv8eb3swmISl<9&RENvM=U-^ zR07LN{5M;o6Rcto6&0@zI=Iex=oP^qq~P=4Y)7M;6N+?w0N*emXD^MavGZ`@I23wF z*lqD9lnj9K1rJ&JZQ=yu5PICBG5K6>Ofe28K>$AmS8e_im*(718^Gc0#v>xZd=3AbB2W6H{?ZMyojA5*?AGm z95L_{q!8MxL{~V(@IB;wo5y<~2F5Z7*d#Bfit{-;`wunKUb{rtZbO;g z=0z2>yW#KK(a#!(WW;1WWE+zCPiQM{%&f_51golar|# zZOq8e!J5rjq0PZ~%HhSzN_}i1I^IrNQUOG=x@#HR&*w{3aJzh!am(AZ zT7ZQahnzu`fR8XTFNzkS`Ev{xD-*4NWLSuxJ~{avEG@Q|;r<4=>OO84&@_B{nTz^S zl+8XCM@dLsRyK@}5@&ZP@@AcNc9hwLqcVjE63MSKxmq0>C_P%J-yh;5&JSofD#yc@ zaTZ&>IhUuV-it7VvZ$u7^~MsNUSBJkn0y&w^gEp6rEC_X>Y1r9+5>L7iC(XDh5IaK zB=2I`@qd+wi^mgKr1o~{4Cvzc{85m2vA@6Hv~c{Lj?U%&D0jxt$Va!1^U&B+Z{Gu7 zzT@3pX1$--Np;!&M{?d2x ztM%7WEg0c@QPKR>H#QNGdG0slhp_p<_h0$5JukP0q=UrSMX!%lg*C_QK@k*Djo^)~ zt-g4*ffZY>2Zhks8xI)g=}#u7njJI9c|es;~9UwICVAm32z1P;Vu&V&VB zE~~`Xt5Rq{YzeBr82fT0GSHSxHTZ99i`R;>x3@R*s#4qAF`(6?JY3X3U&l?)>k0@=e}y> z3d@XS@kO(m@_fZn27(1kX=o@?eRs**lHInpw!;?B9gZYAsZr%nD@)5Xe}8{;JUk(a zbnbGXA zu#7Tgx&cgA1A+TEt+Zun-vI#Da=F#JZKSBt=g2TEJ)KcfGEe(1H8#F1g!Hm#INJd6hOv9t+Dj!BC=(5CK`T#sV6pLE@0F7GD#GZ-oGUqxZ zbN|PZYeB@Z}s z(>oYZZ@MU}a>MP6E`N}n6S5i5X+gy-j+oV1G=xTG((Ie#HCv4a+u5Pdkyq=0rmtgYp9rcoXtSvDUiz0~UyR<@ITZiP6@|McM7{ zq)FF3Ktkic9=1hc$!^{zy`!r|`cfX=BTs zTd86K#;g~x`XWUSd*cirRGHS5!otJf)C34bNk9Dvc5~yAG;Yr}Ao~mD6)XP3!aq9N zedD?1*D$Z?)Vl{IZY<;O!ZN7=ay zz3^Ey@^PBZ#II{=*>+8U zsG1?e=IDqK)mZobQB^vBh^&SOcH4pqKXrmWnKTJiosFk(!z+Qe=xZctjx8Vw~98Dw@2vi{MP& zy||b&dHc)vq(8?M`XaW9gqWCE3!u39>DG~?sgN2KfB+bvwy*+k*mbU z!a{&IQT!sd_xWuNVf5rgvfO*{)`wuGPSEL`Rg%FL$?o4p?AZ2(YFTu&zmp>Q9qyB? z%6>=BkOE_Mj!~K!&*%j=cOz$1?x#-^RYy5JZ)mF-(j&BXKaJlsf-#WeMu373+H$;? z1g6SLEXX9WnH$K!jA4!_-V5984-P|rd4h`89mzg;811{7fvpweKQbybv zoa%F9=|fw?Y0Q6n2Js-}k2Ef3vc?gmPr+yFz%;5~?@Qqop3kI2O-y>BJmt`^A|D8t za}^@k)!*M+9vXFpDw)MeQyq3NmfqKccTKG{Zf3W)eYB*B?PG6%;KW)_M~5Bf8pB!d zKf=h;{S0|?7zcSm`vpNXyBaI0wtTvO)wUPah{JoBKeF>ZNEB`pnNAZ1Ae*^sGbi|W z>}@ychd3LvL%7u3QR=JAp6t6O{Z8oVg=*2;3BWnU?;2#o=6Sg2@T5&mX;r93Hv_In z+HT;!!^NwxqcU5|!@03;o>3lbOq*#yaSf=NS z?Hhsn`5rJqeZ<6m9ZvB%}K``tgkY}d!4rIuj-Xl z_2I?s?IwSmK-O5ykzt^}|K3B6sv{U!g2cBoSz^AG^R9G)yu7@B+S_0% z+7!o<_d`PG$j&bYej_ywJZz_QaHR?63T68?U+Z+4MSOnJb$uH#6jHXcoCk2&d8ct& zH@Xn(%Y}V8T`be5W2gn|>$zp2c;7%s!J{)y$EkG(;9o3=H#SxMEv zF>-K)5l|Yb*nLX=9rAYZy^;ULCCMg6rDLQ4I|J1JjxRpF!sKqu%FR2{9)Ab_d&E4%las7JRc|b!fn&z|WnoS{n-=m$t z+ueA^iAJixRO8aUiA(@SQ{`lWZ@Bmj7}J$P+sw=4qdw!C4@2&bdz@Eb;E}lwbaN(k ztIDi;Pwyu(1R2Q?91M&jPo2T#>_m+e1o!`;v$d+2K0G_)H`R3+qbG|Wx;ihw7 zAo^{I&Sg?Y)5e9F8DCanOb^l~-OiPq=AkPb_Ri`4#z11i8Vk=LLC)#ZA zp~HK>!<}W*I~7liAo^3>D$)1H>BvC0i%Z*pZ$sQz1{sP{!+{TYu+t%%kKGE{{WgEj zXt0zY0&j2VhvFgUTli&f-GODhgFy75ZZ|T44El0g+zh%-89Y%CkMIPhZ;mjFfYQmY z^oT8))%qw~hOk)oSJ zOovJm&@Z*11vcxOvvXZgabLdQPrSsCtZO_Pj1GLU^y7A|E6x8s?{|dhRQ$i^n*n_w zWRiw#6rc{@)zM$MjjXhyB-;NUXo?p?M#u(lLPiZ z1=dkv4(dUt>gNrt6`ysDf0=zE6N~pDxd2;@xnhHe8Lp#s*rclxOl$U z%bi+8=4D(1yBOFS>NI{>yi8TolWzBO1ArX3PFkPxEV?cVuDKs+bfWGn#X1c%Cg4)v2H)5li z3r-K@97K9PVC>t$)9JVPNFLp$(s*R&$)1h;D&hB_;%>S`Up;9+9x)I}ec?`0vz;misu6Z9!0R!v{nE$gcr4#v$MZXaFAAy~_7b&dqYIDle0raab_PCK!G6aoM7Vhcogt??#y+H) z3HAW=CZhS&XSuH+ydMs3eCSI2PtOQ97^gdMKdZc6T&(*kwMcgu19|Fe1T%00 zFL_QQC@EnZ2QP)FoO>|)4QzM$0SvKdR@T8To+9Vo@UXX6z@22fbIlMdFHdy|XKhjD zz*j7JRc!WGe6tf47LvlkCpu6A^w~OvW)Gmo1Y+u^+@mH!DdjWOI14{F2ijxtvSNed2SU0!?7ANoL|3@ z(}7`ay$1@dt@TnHTSZn|hzP&HwKAE1qUR&3XYM9!?0$h<@V4YRIe3m|7Z^Uc<lokfog^ccu#&GiO=GT4JKY#wdF|9nh(lxD=H82pxEp@Ss z8m2Qa5F;S93HFo6!0?|w1Z4P}5Qfn@%3GWY)B0RiOg?ftW~v>RY} z?F-tq0GYjj9%_eB5y*AC$x>uVA1lZ@>J8Vi*%rM^_#=)9dQjMqDXqVBMf%&7?1n9f zqh{&AOpizxu9;Ko`r^K;aioddb-p%|me&%wSTi3N0kzfD;sY?` z8vSZpp@=P$GBOWLuu^M{)$Y0~S*~A$NW`Ym3-Hnj#hfo*0Hh^?k|9)H%LyJ%1C+%^ zbQa@B6xqvQuRFey4bxx80}T!h@ddVh{n}}n{phqxy5he>6L7gZp`@%#@VfH`sA+@X zfba!bOZ5f|+RBx{X59A7hnxGK8rqND|8cqLRnR+3 zYin!P*Olev*r4iwD~J2@Auv)ulnZ~I2_W$QCK6j19X?$YN?gvGgf5zjJ9 zL^WFJ{FIWN9!1AIXNtCSd_BjCcO$GeCd<*Q!vG+{VK2pW8}mli3W1>OW#1{t^|GSW z#W0_py*+Q13+!fKNnC*YoHpK5DfYx0s zDJ&^M1I=y3J;mUmloMN&q4@E=wg7+!AIqq1G?2JioN-5DtyLYG012Ziz2*b4$mQNj}_ z9M?2>OZ{-6fe3W^hqDSsxN7pt2N1TmskoRjF6B|W%|SV$;{9$lx|eV1`m2|OGzonm z5}ejwIF+^L!XhFT`g3nV`9{M7w4$wceu07CY6>Vo(v$rEUg0&j3NuIxPL;L^>q%x2 z25^TW^C1rBRb2XiRskbhjFlq;TAugZ8GT196`Y$2dd^qeRyz;IfuTy8+58wu9rdKP zf^Ffl9numLWu>LSf~N5B@Idyjj(J#4s_JWxej+L?Ef$@E@(%mwI@PGEs~6#1U!lO0 zB+gzz_W!*x=7K6ANPlNc*9f)~kd;%koUQz#-{61)s!+rN0U5%{H44bfu5_IPOJVWL(5^$J^hE`=%tjaUCH=KmbW#%b zD@|WesNp1H%P^9+FXi~u)W?ld+|e`hGKsZK5Fs`!D~C~(l@%4#q25hNNEjbQ3ankf z{H%H6-iwj3F-3q5tCM18mcQ=YLU+jbgIdm`H9t&A1;SoRK<>Og#?W<|y`0m9x2UF% zyQAT~f@yvc$2998@H>n}xhzRl{B%F=&^y5SDG!PVBCkqU*U{k*{T1fOk$}Ge-!64) zEmDUQ=@;2YCk^9()_A?pA6v_G+++aFrX26iEV#OyMEuCX0(DN?qrY+7#VEK^C3L2FuIG01s( zibeT1Bkr!{=D!n)^Xm%rpFpW!0q0M40f|a$A!cUwjGQy5GXJ0$C#R7e9(glo@IQw4 zo&awm(*{^rr2AgKBLee+Lq!hDJ%elRYECn4@{g{8Mw||%Llsao`Jm`l9GR;xx;7!z z`CZFBOO|DJ;keAYeoO z{~-Nsuhu=l^IbkFqs4xB|MbOor9fL-+uy&dAErcOA$6YPdO71AyqourtzL;v~&$^9(QyM<9wv2yF_;q^H|@}8SfPU zpwPMiH_EfjR}|4M>L`dz8E<5p!i3X8QUk8dc?I61^O*8tn$Vb>o>4~Gc=N5yX-kWI zCqbrHb3}s@Fy33lYyZ%|$ZCJBw4|qW<1%kv$`q>wtCGB9XY9B|J^!8RZrXHg7jvT! z|0N=BM{_O>jbILg=!bbgH@RJDaCpuMc{BFs!nN54@${Jp$nq8Ge#@`oJj~ zS${l5xFQ`SZ63(9xY^;=yLLQ~hNw$@Yf3U~#1|2-*HPBcu-SjSyE>@Wiv+DoPOc=ii|Ulj_VY0am)9v7srZ zwx*`0ex^mQ=7|!Q?_?@;3u|iLfawBXfBNTIg5yyhyD9rdS2wC@B>=0c2i@fzO9(MO?P?oju@UQ(+Nm*aNYXk%XaGKzst<3tfC%Swpc5TWeEL*YUuoiqkRxcrR*T-20$VI z)Ztj5C1_;64^K$YD_vXPbkw6QjyTy&l0pRmY|R^>?hMr2XLUIqYi1%K!bng&H3 zEo1d{g%jh_@@JVAXpIL4Lr<@!SBCEH0&ec^zCoe1KQxQ^ES=c9TUtbhp-W5DQ&Uss zzf-J-&&J0;HT#`~&DR>LDq5jLH8=Md2@-RyXs=DU(KO|hzRVvaQm>$KqkVsuo2*XlE70^yxV@Tv$L6#W)zO&6GONr-8&r8<~{!=8Warui7abv*b8O_?kBAuvLNPp_`}PNkix zR$K3e^wa850fC!MjADSEP)os(K)V>+>uX(J3V!nkvTKLyXukQMzLo`tXH=0**|h$^ z`Vd{l7bLzkJ~@Z&+T^k{?j<_)DBWer$1k_e%=C$X!R9IT!HJ<(&ku;dP_9vu`~a3> zuGTuv4#~?=Bfpb&c}RGK#u^Y{nhP(2q3`Sye-~ni^4yvDEo0GZoIKPGd&6PBobg8R{Y)F&(!?7-T;`T z!u$2O&Q{NeFZRN*v7Bm-RX1LQkvi8;2d58B16or;O$CLjyQp?ZM0MbGr9n`$*q=

    G!&F8hwvd66kdR4N_Ek^ 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 diff --git a/icons/obj/library.dmi b/icons/obj/library.dmi index 156ad49cd82d4eaf3d8dc4207146794ed7fffa4d..291b38bb6589506734b96b6e2a2e94ecea96f7d3 100644 GIT binary patch literal 28423 zcmbTcbzD^6_b)uO(o)hjLx>=fq96zip@4LU#L!50$IuN! zGYk{Y@$@=Y5sXmwnDcwN5R^3`l%&E4|! z1MY|gjTzFKpTpp5bbhZX)tO6wjH8ej+V=ZAQDn32uL)@yB~w!*{a1HSHy4om*1!Fx zd4#qa?|d&A!`No@%jkcQG0&S3NtwtmkZHsn5fJ9?p7yGj-CWQY;s1KFEn|MSGK?s! z6zN(guXEx&7$)Fb#tlw7vXTZHlv&x&4p+v@KA+5{LM~zCrb7gJ_Rb&25XTiQ1?1T!%x0a*_exGj z7%ME})-ehTr8hS#V7MRjP9;Z*gDB_at>|R=KPGB@#DM)?FHSw z89NuZzuO;%oTvPG%u^xk7e-*CE!60B;`@b}vqDu+e3{%#`{gS5zD`bd?Q7HAq7$;E<|MqSH$0TB}FZeJx z;hs|TF~=OYo;9wulz;MdQC{KL;%Vh(u6Xn1uIw+ZBX{RM_-L^Fqc@^7@d~%Mv_(fs zW#wwXq%AeMN}o+SQNGMpT)7$GTnC75BpxM+;i=-z@qbr9m}5kA_an1SVfs_IUISSK zCus&X*g;K`(zk7dnSbNGXFfL*)%ZP1O%2{UUPrN0dxmFISD@5xWmD;gI(uIJ7j@4i z!E3Z}#zCWB+BTL~*{KeBI zU)xK48Rnw&)qh2WR_j-p2#uS3!tFeth+=qBHIeU2OdogcNxaH+=@>Ika&pe8gF$56 z%uK(F#7z3Y;ET^eiX3tA3o|Kx5Zjr4Cq>w0ph6Bk1HOUX?e|NTy{q?O!aK#B7nf{QeQ8bP$_K3p`xS@5u6=r>7MhO zL7M^7Olo$2`(6~K{+TY)uzDXGzoBz@r5{L5jS5uIR(k%tI~=S}qOC(f@~0!t(mi2^ zz|3V{K}g{VCkX>oO{Qd=zJo{J3@brf2VK?(};!O4t%%aYNyr3IotTO z+t)%he9idIn565>V*2JY=rIZ$nb`$=QQ7HS`uZfUL{XH7emeRj$t>ea@$XmL!}~}e z6C?#ub0jDR`nV{|=TDSL;H90%^-hI{IZMaBhXD-q^Z9^`3z_J^I{L$WYTvK)^tBQ6 zu51*7+H#pnVcpdBWSiarx5e2EqasLQlD@|pCuHp7Q!jJ;4}InGA&0AE`km|VR?q8N zcH4{5M`Y)Q$Z)+lFg=4AJM(bpj3Eo^WkM3^A}I*-W4SG&n*=hSi;I&Hp$!hbE%gDe zOH-l*xzDscDu;P7rS!#e%Ix+<$be?X-iBrSR2A8KpZ=LO~1!KgsgSmjZ`uF_dfU5jO2IPHO+ zSyU(jsd{wf_Uo*!vD%kGk=-o+Ku-@;%kr{ntf)IZJhg<)+CPfS(1b_ORo()23mSIo zXHAkAoI_v7?J6!)%=g#DrLvbp_ujkZV}JL6`Fp?a-wSa&xzszH$ho(qYZe?TE6z}z zMUZSt&>8djbBHB*qfYE({p`(uX8Lp_wOI33>mA2*!Qkse|7m&>bF0+yiGFLT`Ci+u zZjYLW>F@bfgG02Q%+LBGCKGM*53>o)>Dfw6hE92&WCm{cDIogXo%<9nV`*e9w|oTz zI-fL6X+_OFDZr(+?L|rHxHZzVoh@w)azUOEVFS)lr6|s7zXqv8H@?sK-|Ap#= zjpGQ~Kg{k>Z)Vg^X(J~F&CxyPvgQ0qf>T5tg#~q7Rpfk8H$^hT$&?CIvpC}o?(4L1 zb?#@kZh{qjSUwN@yobU#KJ)Vo{IHv{d=>e=TrMG2SO2@qYL5Hz(KdUxB7Vg8b(hAD zir+6#;IeF6#W9zh@G6f!xSrQ`{)e|AUrKyp&;5fJAeV=Yi?p$1ON)*|>Im$Y;$3*v zL<6w%&JCR8fB&=l;K#>KHU90--5Z_>pY{y5DYgE*2Z(83q)~6K_AoLKBF+fOno};w zE3b`Zf0J-nXwnjnRPA1MnV;P9X{cIPfY08=%nSZ}9-mtm6T)x-=>s}LnQp$Am ztKZh*iy{HO6F0StdaN{i@Y9tb-Tq=G7v(=B*!FYAI9Vj=4;DlZwP7f4!=f=f^A$ zx!)fjou-`J9)e1#mo%FQ=vNZdEi1_{d{w*65|mOtqicDdJUSXb)xiJt1-e@?wV1r- z7l;@&kbY4H#X~aCyX{GP@H}#S$FEx>)lPXqdhI2BD_u+um`?yzgLJOyKktFI~G^bGi}2pz~05AX&XpN9)2>dyZXaGCN1KrzO5tMOgGvT+?>l@($>OR1Khn8A@iSS~dVC4-enCBi zeD)`+iqZh7@V;E9!kFHyQQ0(+##iHp2{}SNY7x zb-G?iy7l1(U%xpyNYCf<)eiky9$&(tHvL@j`djqGZ!4)$#?&Z_G2OP~fjS}m6Cgay zT@k8WlY7OcG5?CQ;Ntc~gwT827+Mqds@)(9m|`8ow&45dPFJpKtvct#?V~z+xu{Ud zVN-DnC~DUNx>f!pyLcSbE*Uk!6J|4@kcf9SycmCi|^&DWhUj^+oFpg$%T(=Gi$9B6ilG1 z{3Kf0D&!uz(74rqjSoT*#hpFW86VE{s;4)Dd?ke&@W2ZOno?+sTE!>(zbMtWS3X8O zEq(Qy$YJ-Q(05+Y3_TBP9%j$D?{e#FwMB)foXOICisoP;3pj7vZWRBTK+Lp?Ske$8 zBsDh-Q~djGb`IGr6rvdMD#QkViDeCr-`vEWDeO80gXjJ7OmuW^R1`T)mCSq2ITyR= z;0Lyhgc7^DPmt9ZYPk+1{$_7ggk8+R%xOI;{j6JuT^%d@MJN^FQiKcm)Rl(xp<|6* zdKs#bjBase5a>6{uhX_aESzP{xaVtTlK3mzKCD^1$|9j4JAIxx(BxhnLFdn>kuUVm9%xK|NHov`Q&A_-QDHEx7saplnr}Fz(EJLIQO}oKfhwWz@Fk2?mU- zK%G;(^9kx>RW+mu2(`NI_h%(a4xO@v-7<5N25y9UXloSzIZ9KDlpn9gU2pm$ZOIaTM3+n9y~%=aI`IX-{)-N zKMP`%_p*Sxy?Esu#v%Umh#7W-wkq8d0~F+o<@S z)$i_@Y$Xkq)!~TtbuVGOrT8rf=sN><7N=2x?MXQD+2JJ+MdFF#1~2J+E`|$^YJnT2 zKPMUTX02W^SB|j;;vumnP0Y6TabSJD!@j~2NBwIu@-$C?$*8Yp?zL>Y2NT6kXli;j zcLfVufGZvSnufFr=EAk~!!*8v(nse*Ht(|*oH3I&JH7gL!`Ed`$#FhnWc8gxtD*Z3 zc6h;3;nd{);z^!GP0484w}%dulXd14_gw&#^J%_+JU-;Y7Ml<|lvnVE<%97zawV=X zBDiE{wU_5_{;v=C`fN>Hwh%e&-pg@Z@?=3vjrvVWc4FpYemmm^;Z~;1WYde-qi7W; zbx7qZhE|wn2#{7fsF*E+A$DvPG_?15a?i;nnfC3u=wMy;)Dr0Bf=OkD#oWiL#`+l( zlRI1!8d2&E?8z$zZe(p$^-gxnTT`o;f+*&E>Jpsb>EoiQB@x|))?KflcOs0VmAa9L z>B{j3=&ao-R;Q+{%D%t`Sx;<|0@RObn~K5=-`DqSs)U5cYVVE5i@vjp{1>0{4=7r@ zXFZ&EM28(Cx=b?M7aZy>lD;Ek@OG}OZ^edaiyY)gD_B5pulZFC!En+v zt~6{v3drH4zEQGt@8XEreKv)D{(SMLhl+GDTO?>;&+4`yzhWE5Zy&G(EMsNx4U_5} zO8Y0EMOi3h>!jfzJ3Bk{B3a;*Pjc|dDk%M&r8}!S$+s)3nj1c|PbW;H)kQGd*ZyQq zB_oe46(ypp;ySx?_G|nKLvBi=;iMu1I3OnWTYxnTZqMF-iTtLEJdtF|cWK;xRHusk z@zQus>1ot=jNmq4GSwD}5NM7i!e&I0?EbI(i4W3@a>Zw=sd{t10@}PuLol}GJdY^Z zM6FHvV4rFCXiNB4-HnBg`wOBfC1A&0hp>$%sO8`P_)fX5SNTakS%A(HpgK2UlD(>N zq*WQ2#hrlhXkNvv4x6aUtq#wAM(jz!A4j))__HoC>MzIStENh&v6I#LcMrzjw|JB* zB&rbk^QQ)Kg0Tj|n$9L*{cK3{i@_9GK;4f0Dq0VS*Bv_x5vdCbBkzZZ>8>`lgfUJ7 z4TTpQ570(^so8Ogn^i4N182unmXdP!+CTDxkdQ6T^+^^NZCpWO!}_hPo#bB9!d_~%SQ0?D8q+OW3%}EuyBZg zfFWTPEyP&O*)~X&5jj6RdcHjHnLRn1TK8JxlDk8#o`}U%q4Qxv$_`ERzSG-g;^L|N za-L}usMzaE3{xq|&Jf+e4=6^(4}hb5^{RF2O@?)3e}A)G?947G5jOx3`0eQZlf+lM z%VaU)ZIe`C!4eWQWldMBj1iN$7~AekZY$P|XriiQ#Qyw%H+59J7yD+o9?RA2wdnRka=!7h?g%sROQ+auo!< z@=W+?^Kj)$?ob6;?7kPPRZZ=kUX$Y6MRb3i<(RHnjE|jCVRgR0Zx(46 z;#WR|gnWW zw&0IjM@;VU=L$5#4p8+~(0-kwWr*<|dWt*)KQ89DOMG*pvB< z#(s$|+O$qcIe(klRHYV!`JdJ+5lzSeLaA%H=iJNkc{O!JYFpy|?muG5Q{5RM8FBY# zwWzoPBHFk3tCN{6*V0u`=^<-7-qx%|e+u5xWGb{CI_CNY2Su(&U3m1=w$Xn$jry(mW2!BAVqB7q*rlW3*RUf?V95UWbJnA}uaUZ0 z+`Z8J8ixQMl%Bme6qok&J|Ew^Dv%+}C$_+c$_O7sJ&_()F`lenEwnW%D;KFKfsY>> zyk;>r3*glJq4aZAzBneRQ&91d*0*;z8ZP@ex8J6JMvuB+ZL9m%^6OiF#4QsS5(CBHPK+T)1lVM7K`SynQ} zQ=|n!i0fv02mv|T?EO_bI~mGtB-bj@%wKIw%pNU|Ys(Y+RE2rgB;o7}}m+{Qgf&e?YIjXPYuKKE1`dW(KSI2p7$*geU${EXmn!KP;~B$fU2#jk&cpP;oNCTJ?&s zMTh$UdG&+zT2fpSEgaQ}IG^u{T(q8eRy?JZ+WjPqq_U>tkqDHOwUmG&6yUY!#G1lO zfa~qM1b^v~YmZ*uA-MPVk^BGZQCK5f!sfV>JSAuItD$9-)1u@NAoj{FIErpRjyYJD z$Fj)6Yu&3j$CWm>#=Z9Rkfey}NaLpVd=vyXw+c z5u1dEYn7C*{pmdM$Hhm8%C~#&+{NdXR}qR8UVS_+O&6l7n7-PL6Qo^9bRpHpV)q%LV8raY-t4f?>QY?h;#${S_M7iNyz=(WmIe94r3`MsEcxxExo zR(>jfY35zzUuf+9V`@mjhEWl6#*_;^G|$5m4qpsnwRP2lWp%Gwbxnf8t)4M}CO z3BA_~;m_&pvuDk`ULmc~gk`%8Y@oM@`limEQdH-E7TO!7Lg?1J_G!Wo>U*2>7>e61 z&m4YM6$U8jpB@Mr=tEH6i)JIXfG*VgKg#O!`?9rT0<|n4vOb!p^1lCSbpJTQjL59{ zxSdD#x5wf_D+ksOwVN=!K9gSAbCAZSoAp1ww^G~3al~xpl<0fe3l4i{9rAh~&G#Rb z--1uzBHM4D-jy)D9@GE{LZ{4X{$nk`&<5-cB5ha67(H%h@}P#vJO9fF0;#u$ZlFn5 zlUo%Ss~P3n@3b=RCkh#y?Vk$f$t=seXLJ6~&fj?2C)bZ&*gBps{g*uL9J-*Ir|d|o zrN5T>x7l<%&R?-5Ht_I24Y;+lTE<{D?7u^Lc3nq_(Y=L2_mAd-A1?0yYqCCV9M$A{ z*NK&{%iIB^EmcS@hIBQg|JO=inKp7Y{@qocdO!Z@_e||Bh(!7N`yY=9wSi&(UyrYw z*6von?ZM#UjI|rE(#(3KE2q|K)I6P`cWa;;QOfT{g47QR=IW0hWt^k%;4Ti~i)d;yly{ z!`2TyYzg@`wV#yCi=){0=qlmpcs5H7j`2VHpiV_ zOEW>Z#563hxX`^Xc?YtKc?uD6f1PN9q?f?Qj8j0LKPTUvDz=_JTwdGUoZFd72XS+A z$6ig9n%dP@_R?YXW@dI7pt2{b3%g%>ZWS7u`=xKQMR?3`CyRKuZS#Gjypx9&aCb@e zd}=YxWWmK43i8r#pew(sD<5^G3T(h8%qJunuTO=!{)y+@L%=zL+2#Gq+*kifk-g4o zMYV{*V63hM-=r`g3t?}h<9T7V+7QAKV0!a7m5uY^Ta+8< zw+~X&!QuWwgOA<*Y_+nYmAb|~MMYQ)izF$m)Vv`HkP0+88G3d&(GIR!wWxW^1jt`j z%yZB4K`J!>{LK9J>xGerX^C;Kcat>U7Wdl#-WP+Ku=|E#hef%%c z;L>ec=iU)8b6(7|#}t9qDT~!J&QrIp%Lhh_E6RILmYDa=Ry#2Xza~~pkxI}nG%#Kn z8X5wl)z#Ft7MlW|NrU>Zfc`Yn0GYu_J!()Xl@Cz?(aT0s{0|T^#L-f5Kn_H5D$`mYz>Xe&w_}4f9@b2R>C~-XO6i zlQ{tyel$EyTx9u)C=_0N3}zC!JB^V6WVSjfG$)|SYRys1@P4)1&02E{>dUm}%{$9M z`%iowylN*Zp3NFm#Gf&O`V1kA6>=sh>Fv0$3Aenv&JquziB(Goq7V=~+H3bODO*(~ z=G#WCxD3}dvVSfaxKNrS3EhdqpJ7f~H6I$FW0Z^F;J<3HNUlPoOeq2i+omFqI_4_v zw9XF}Sj=2huU9>Rr*pmyS7iL>`?2!YavXxL=Au~%|HKW$-Bd`~p4IrF$0!Fsx@QWn z>2P=#Gx_L>Pzf`5d8WzkA3=3{nrMVko9sbB!WQQb%S2HL?94LRzC5Eupl{h~9DCr? zqT^i`dkpR09XE#=6KuTa+cwcow$zuU@@h$2JZMO-DYD$z4Kx*XDJJ8cWXIuL7HWl@E)_~mGyGpQ~@J-YvLhb zFXG1C0lprO%vM|jAY7VW@F}N932ohirzT|!xU=2Kqr{JN_XPyJ*057rZ5)9WX&e~} zH-n{L?HXNPdd#{$Q1PhZ1>)z~Y=Q;d7&$oEen^>8#2VERI)*cPC;=y^k!=5nFoqAx zhKFO`tUPW;?-WL^BAc%cWc#q~AHaD31{PPbB|@&1$~Dv~$Ub#nlmf?D@W7X~?wKF$263!iA*2`T6^I z7Ak@UW4Md?C>rpGo2V<-HEPxU71tQW6)7d`@06MAqqR-~npdWekmNG7tkRcJfPk@M zyyi!;yHoW;Zu>pGzgjwg?yo^KEJZLS)S5rw6U=nD5-Rs5D0sL9m7OR`286(>@ar4l??JT zKR>_c(JHn5z+!_?#{O)oB@nu|P>)&3{vzaSZ0V5%`BNGFli4c^CB>J2!+We&2amS$ z-(FkK=<)#o5dY;F=r7KG{*gHIzw!7uo$4wEG5B&dC64;ppFlUwtJ3--grmQ0TwP5N zYG}1n2I-z-+xDY-z#In8x*VBp?JxaUY`!EqCFQ0KKqw^jIG2p~Y3$*xcS^uL?a20e6#=o<1X*F*!b!yMw zpnRj^Bs5OTe_65SDm*rfyGd!cfEF)MRgB_=`p2O8-5ew8^T)<5x6{2T5IsH0X6 zYsT4SOOF{pZJfnnH{%Cylr;d8x;X+CURoXJT^#N>)QTB5uQbk>iLdfaYHV#rLV@Oo z`&&8E$b5$tWDAaAb6}$g-|y28qz)dn56A@@USoW37NLfdQZv~hL+N5UBk&FKNi*+^ zV)0gIAuZwz;!OOL?&%F@O2~l5u&WP~ClvpQV&?qVr}(^2s)fk8TF%E>?Y9Uv)QqGr~?n^6HgGdoTzmM8DI7J=73*2#FRqoi{!<9%W) zV$0=p&X_cZgLX9;6djg`mz6>hm0dO}$D;F2FG(tK?}l~Y>5&Ksy!_m!Q$Fz#L~@Eg z^;vW^oPSd8#&JV^uC{XI2eFXUwKY7A?W1L_Z3IV+GZ9a7PXWxC7T(#9?o%E_YaO#g zO^=8;mp6$ym+fRHYfh`2q203HV+3_u)yV`~GnKpn7Y8I(v*EY6YxJC_!NYJxDpp?x z&7j+}+0aQ#8WI0;4~Xn@Z>Y!^KHK`<15E5kx~#HcoRga-I>v=fw$CaY;R)J#C5o%6 zd<)K~S&C?pbj_f`Xwtwfh&*~-|2i0wtep6Go?&TI2{%MbR_o?s`**tXIf-q{vr3JJ zM+3u~uk3NC4Iu_-AjFzlj42Kw2z@Y(y#R8A?%ia~hdjPEc@o@1z_ciE)15_d);GgY z3E2&@4%ixm&6<}{74t#!q4&wO5X<)^9?kI#-cN|F$?{4n1C%LSut&{Xkd@m~?ZWiB z>#ssTb@Oq$C+aE!9mqy_Jtr-YlQQ4=d@n=BiJejbQ}!G@%zu#55ehEmAoCri#D}C+ zem?~@y&j;8_o(T=#?|rUQK}N+S%>Cq9aIfwsRYaI+n2fwl^9=nkm}z7n}^7@3DIhv zfvC}J+XMwV_V3;u#ICvWcSH6?Ki*d_BpUYJALy-@nkzuWCc*%MfYtj0Lf3Acn?$oD^~jieuMV_^y={=t!MPYB$+b-du$J+>4UiGr1m8P;=~6K zz>yd7I;8SqTKyCO8v|~>(Lt|{fZVHTXLmZ$5hACfp(bId=m~%A-!8FHDqjIReR0D3 zIrWPPJMIL?MB(OF0r)Lj?l)qo$*i;1KdR z5v%ffbNg>b_J8S+|M%Ye`FKy6khy0$^HAVhrAHfK9YF!WX5UZ{jfWN3|Y+3zv7oNsQrm zc?0=z-b=2+p#SMl%afRb7cLsD9I-V!LS{N`9hJu+EgZTr%blq46kOx$!IAMSja!zP>D78dQ`kS8D2I05* zz(j82Wv?_W0;~sPX^?RYN3|UAU!eK(&D?@5apb$1=gs=0f%ELCJamwaUbQou8KJ9N@HtHS1w^7;;>ENayQ(P_ZQLa78Vb0 zAbDQhKCk@n<87 zMD7+^ZZUSS24jU}KD4#{DP_260;L{wP*k!p(6UGk^8ZtjYzx!0F<5C>`~=^>jFAc= z^qwtEUf#So(=dS#;}UqZ=`fgRjmA@VZlNHvo`MgYt=-<@Z~&MpUVqo-wL(0f1Y}H~ zd%*VTLeT(_aKR=KXI>oI@_WzOVq_a#7ELcnfXfkYilUt7o%GFDH{_Cyj`u0VdFAoG7r*;#=?VVebYyA__4hin0zg^i-H`1!W8VQfLzKd3 zJ#8@|i_CcdmU&@m8~TwbPo?`g9^Ww5?dsxD@<8*7fCeWS{xz_D2r0Xmz#|1(aIn5T zueGdjY*^*o{truNsp<`MbL|TL_6DdCCy>ZiMgE z(0&JFi{^Ms+VL*Z%a^*00Z%qc%y&(gw!VI#c{T!=0vUN}h}5!c7TvR#D7sUeI;bo1 zs}J*a=-h>=UmgKq!q7xn>S4otDEyD_>puS8)Sb40 zr1b*!H5fh<(9exN;RWap0Lb}Qg&sFuGO0Sftngdzg4X(f%O1mhv|HD$%kDV!#%lKR zoRA591Tbub&;H==sF!1N6F=Tmo|bt01-eBR#S35OtDr1l?5uYI7hxC`74?D=Ag+kB znz(ec$p8D;^ndRP|HZWca&6cOb>G<`P+6V5i~$SUp9Q)BztkMM$7iktTYez)48JJd;7yvE>H(n zA2YKzJCB`{R1f4*Wd#KZt=?K1HFKSwISqw0)EIA0#o^DByL7~A?`=sYb@r}KVSf)9 z#g+$Eds(P!6e-H`MpPAf?l?M`nju3XI5u*3OUW{Iy(K^!$d&0pCXvbtR)Mg=`dj_3 z6??@$E5qVA&;guwF@2ODv^8r7U!;otYDaOU2Zk)2fEVlHcOlgZzO>$Lc&~GR&HNV@ z@UKYxuB;EC8w94%*z93wSd_mZR{plXPKgS3`KfiU2H1R8|krDla zh@&6SEA`dj+^jVF68XGx)~9gxrv{=muB+t$GOZ0%9TOt{*pm1;w7}jnlie5f>S-KP zdzWkTt5r!ve0uV&z`#qJWRlt=GNXWvnXQTH%xf}=?~oo=iFnYO7SgkSiBhOh3A1ZkG$>JC>bNvyjQ(X^-H(cwlj z5#^^p-xW&q!~X_^P4E5Q=L`(3-8LcJ8rQ^R`2?L(Ijn)QoDMC|H+!Ch0}*iy>7dzA z=mwdE6(8O|(D~1?2zFNYb}$frq}HdLtk}-5aSZ&Jgf!Vso=9hSSV7+qe zEZ76UteHjGcZ{xxil2U)t1dk6$li6yE&D~ay!=|1z>#W&5%0otj&jg|q)2uuwN5YWNAj1YTkWMhP+uAK_mmyNOKfcRRiR>Icb zsHPqV>3??&PI&Z3GwoRGYFXpQS^D)ri&|?Y%9~J-5r@(U#(VfPV#lIv1Or%#!D*XV zSPIXu(MM@eG7_|LGu*R%ihMBo_42)If4MM+QDPIF8!w6WwjMJFBtO8JA6zl^h}|?h zA*k0iBuh>fXy!)A^t+AYx5k;0NVEf_ApF?B?^G#j(jK@z^)RyW3b_eP*J&zKqM3p9 zi}Sja81P=nPX#>wcSJV(ta2SjqAUQm2izd)TaFgn?`gZnUneS+_3m2^jzo*M7SVeF z9bBH?oUCqxhJIXTNIE5Se(OI5nG2#;19Dr=4?M#y$U|9)>F0O)tkPm2C&AWPKCaW% zpOg`fy2UZlXC0AqF|0whkNjJKYL=DSK@Jb0;VfQz_{jlW@yD%foDp<^ufr8?>0a*^ z9`kcICAm9(H4cn>FA4oUKkFP%V_1zg2%N>;`NFv);m^d!Z@MpZ@1E60ky90Kh@yi3 z1t~KgRRA-6?C@NAVu%}ZyW;Or*e*tR3KZsJ^6gm9s;6bR`z9CU3Of-&lkgIzR%#vF zx_Lq(o4l2?7fl_F&OAA8k-wzjQ1}ur!m8jId5T8Y^}4McE=NzIV-QMV(7*=o@S;So zPO*w(kEJMw;)#DIG6J0FnYhQvibf)s;I&yH{;q5d&Dfh-j(poGDJU$CXZOC~t+VRt zaec#_0zNWz8uw7BZ(FbS{#lnkDI9@MoH|5L1qr-L^8J-`|up9jSLBO=; z?%Ma@e-AtjPyjQV(GsU{EOp@(wfI_Qvuw(f^YvLCBIh#V1$$eUp`?T#m3Dx->N(ADwIK0;`>42M;RJf0~_y*Z`$YKb@L z625q>KYpgg==(b2Y^d3fsGH5l_|q=lwu`wB1IEa~j+bSn@t8E8UF=yY%zc0Aq3xNr zF76xh8u%|r00Ah0ck^PK4#Up6sn?8^Lr z?yU7_Bnd#yCWhA&c~3AcuWBy8e`)7|CazAF4?_<~PQE_~aN6EmS_MS^W4wB7q~qB_ zi~oUVVQM$oH9o8o??zU^-x^VSdBxS#4NjTbzH4jIdT_K$C0)b8;^XRiY;*$cBq!3U z8V64Bi_SS@=+WHv1F3X9{j5Wo%21-EW-_Zm4Hbc--Q|n*o}LnG-t9^?5R=J<9u<~$HO^~7e@yKk*6OhX!Q$bE z6;pLPGN<5~wCMU6xnWVBflJ+iqbfyl62)U$)WiNvQk2@6UQ|{QCvVE!=_YTS4_3^j2D~qsD}ogzWxxsFL$tEU&3S0 zkl<+QJ=v0WzN@FH6+vxc2S$dO2aEnn%g{W3boI!sy@c&v6muX|fwPM|hW-h)-`iV1 ze{xA5b&N>|q8=_Zz(^ku-xk={N1vA0+{B@G*X52ciVx=iSjB#MWnckqk}JWcP$-ES zx!=$O*V+Tegx`UhkXx-eoDe5Wm!{BgAj%l1eVN;dgm9T0I{3QC5v%N<@kh0_4r!8R z&iyI`K}S)#x={X<$Z7z3n_hh;Ohlk2qDa?vAq`2=VrQR5pf4idB@u zESkv3*7Z|B-!?t0W;Rki-F+ieL_JB^1ojTevK0S?HQrW4851~Zvb4_Z@PQU}pSq3a zk$B2h*R@|Utm}UObF`G0H{=)c|E%+sWnxOd+{%GI^mVfyvkTZJo+wFGim^sU55;sa zzuX@I55Q2Sju}-Hycp+gR7^F|in2LIq40$uwweCBnRCbGWvAqVJGNj>HScHxFO0-Nr9 zB$3BtnAJs+Kx3ealPu1$lpwzuk#^f#1jdDw(5 z+{|-df&K#klA%4O?6f7`+Kzh_vAq90&l+^9?zugBtY^>clwCSX@mKw)r-dn(EWvjG zgTMu)P_)p!Fq^B)z7?-9Wcz?%Oc-0+E!U-i`FQc&VYaFbzO?=7`94y3J4iFKCN>-r zlrdnm6^XmN0CP{eRklILShx?LdL)Q{dGaOGhfLE*Xc&l1K=k1V9w3ShUu=3cB}f|7 zz!EH+_Y|kaB#rKWe@ghbo()KzKOrcf_uo>*)X|kbWZRF_ZcK`^X z$40*Ruc{#ih^}}`X5dswyjMlZx2FaW8Z+SmPlErYkVhOuNkNgi_|XUDHkR#sN$Bv6gnwE-(~<+kI5Fq_|38nP z{~mh1>7lKztNRuj8v4yUHD7w^Uny&QImAK94~(;ESf%29C=jkP{63U(ci-L7`?n?w zsIrq`I-jrim^cp87yjsF`+tnlwF6f~iM(2*Rx2GJ(*losTF(rMO`g1Z#mS|~YV-U0 ziYo_B5d!DhLHn>ROo>2iHGct6Dss1e!3CsNxFb`9FNHRU?x5lL1?LrHCaxJ9N08}a zDbK1sV_FT9fwC=(dTe>Vup5n4v+1rucDS~2jET2A`}?IL->dzllgdG9vfygVV%v_7 zIliX}-96irDbEvmIt#BuS+k!bH}p zpe_B@i}QCeXRbcSSBM3G%-AB6^4C@PHn?7GnYVU4h&V#3rkP&-_v8HlC24{ zOHtfSd|;qo+!ppJ=g;cHi6RAz0JayMn3Db+G16_cgSc9^INzUBm$vczDat;t$9jHb zzU>k#Q@|UfntIaB7RS3pvMK zyCrMCi%q{5*?olu90-Cm2Nd|RP9_KK4?3g*A#0Kx8B zN^kg}QTyk~ffkS4p9r@z{c%lc)h1nS?|!H7x*RQ|?$h)XVxzETy!wxjdO<^;f*TJs zxsywN#19%Y+hpM_i%N`!?tiD4PB>5J#uaH*5aJx(zM;l$t5V$eeWuL)HT>$P@KPed zu;}@!q&U?|y3gYBgrOz1!cbrDD5TUPMpArYZTVaG7XIymVJy0JX4R*yG=ihW;E9v5 zuUl*71E~Y4z6H=sx-8MKtC|pKV=$$CJ=v1IqKNA%M(%8UEKPo!aM844+@N$YKt1Vr z*Am~WgP%zhT>6!l;XUrUdBpKcuI=83Bll85vyce(Ck7F&-yc4Kk6&$%L2 zrIY&VBiHr&H1)Ew8B&Ca0WLWZr21&s=)`>%`S{wdr2@!Q#kT>{F%GSK3~` z&r>Nq^7DO(uH_8d|x~@nJ4&`l+?B0V?QN-(A=&XWMR?R;8+dax%7%fBb(d1 zd1Za1cWPHr>R@)_G)m7W z{kVR=4ddqBb5+osX4`K|pCP}EnfP^s91c6w(cC)JwdW;z!<$kX*Id8w_Goh~ah0(p zf?oG2iL4YQhhg~#ufS)*-NM0v{(l~P9sai#z+|H|i&=>JG*j`DZ;W`_03T^(xGO4B zoXX~*`8I2is{1>7zqQe?YJrV|bNA*ue9Zm?G^%ndyxZ>8`6dfarD%a+)_7YjB7uUd zmC3p44AG$*?2FGpf&fXPoFdxcr5TMQ)6$>@_zo5l*WnbJ`&0^3Bp_;@WJ~? zyq9V1yHzhk!uMuG(eD{>hs@Ipy3L!DhOyrL&|Q92kBcuz=Mxqug*b(W!6}kKeK}w% zQ0nCSqC=qVcff`Qf>6WhkpUar;)GfecbJ+#frS28t(}Fb3sR4-aFPg7=byGb5o!sG zpl8nKPB!bqSOkgvaNas2FHKsIWlf=)gg!CHMhv8dp`|3IBe?~#5%5MsjKIeluW*ZnwtxJ z{c0!WjREn(SMn^-kk}hL7^T(P@C2xex>_er%(81n`*EHa133OlN{NZ#&FaS6!3|KUjvB+J2hB{~{hZJs)=Yl+2SfiXj?{~icT<4rWX0B`Y%-+vDxt_J|y=sRnDX-m~UllGKE`6#$ zN)X&^yJpa>*(zUbE~GY^Xt(MlvGTx_d*NlfG43euJ0KdW&S_1NZ+kwie!qPgs0$&FIttB-4FnC3t=G`uuGs4_sE4QpL(1h6w0 z1TiB$c#qz=@87-qj!boe&xnVVF%K!`iI1(;J?VTLwQ6s5-!~p28IXEN-|RUsLDKDZ zukS>gUntEAU@&PzmYIGNQ-frx%O8y2*=|(WnpU!-aw4~T+kL|7Qp1voK3+0ZPIZdp z-V={kyOg*dTxJpykNrixb0s|SF#hDr58Bzfsa6hDXU1fw$Z_R~71OyCq2mMy<2Ik+ z4;Ln6^~7TPErZG;H$b)cLG|h^`5hZ<9@|>f6W_SrjhB=GaQ#Bi-L-7PIv+=*p3_&r zSLu5XWG}ZLQ$xg51E6PHzfP}@Ez@T%?8QElZ^kX>_;cx01RBdTsGR+bs>?7QDGiojP>SKi>d&WBLcrnl;pR_pRy*p+N^#NeA4{~*G` zA6jC9XOjg$3AV@d$~;wEpe#XbpwE-jMj_zm;RD4>5b;7osIwJIq=0neEron<;0=!7A zEO#LiqP1IO3RQU`rTxua(cUSlx4H|BT%=I_K`YzULP#>9wW5izPEez(!agL54BWZxHyTKv^r2Vf?N9-MAr2rn$2Y`}wy(#~rsc|{ z336x;z_3L2n;tbp-}W|ME6e(M*lMY?&i&P0~~g zubcZZV!`p1Ci>qrEs&Ug1Pd#mGgWWlcKID!%$@r= zJ_AcvS;z?V4`fU`lqYTlpk}W7GK17?)qUfCq0M&2vrl!Ib8!OcX`IWEt^e|sUy6Eg zhZUGLkt`B$Xoi_^C@QPkj?DVI)5*yUmD*O=rW7qp*Is}F) zE$Me7c&^XExV{ZOXAaVD?SDbG5w0#uLs?^jX$s<8@eDI9LPo)_kU8lP-a16r%sX|c zIeXvGiJ+MwN#g7kHmC^dn)MzsXXS012i4PfLW!!leLJFZt}GD)zah34z5HG%>3k`u zDcJwvJn90*>y1j%2@u1Qj|9KMO@*Ut0Z2RhNmye7_Igtx;cBSiq(6VBtZvV|4*~Xc z_8C80KyL|XLdMce6{YyiCK}Rs_#Z4gyuFh~npe^2!fE1D9|-_Ef99)A)+kLwLtD2C zLFe8ywdiY8w;w^I_>dPR=U6-vE`qx0!oqL9q@gTydDdgv4DKH7VDwjIFNXY3g*s2J z!Bz)3Up<0&|L9#%1^bGvd!U3ls`P%SqS-&zI&8@g`rLH-I!h=6R^x#B5*^klG17^z>~CzmfeeejO+$_T`=1;+MV;?r zS!O0Y5Oc)Jyt>7(Vk zyYh&k(pUZLtzrF^fG0Z|?MXcO3hR3xBeA#?ls}Sjh^70<`ITnR-J!7iO+OyXBlJO7 zBtEFr$LQ4Lgikv)Vp?4|KglHIL$5wBL~(P6z5OMe0CzQhV2s}y=fA}qRdNc`%SP(h z%rDr&T6+ zs&SH7e08pCTlgws$=+Qab~;N4NhWdU{M6KXOqx@t*sZWtKZqsnV7JJZ$Z29%K!+Pk8hj|E%ZQ=A8hwZ(8pg9`jfI zGq&%zt@>F$HhKi9O?5C|k42Tbi0Jx1R_F%%I@F+;w|qdsKZ zJc(BmUVh^NSv7QOV06Zuo^!%j(D-Bw%EBx9u>hpp_K{wcc-)z4Eyk|QIRGk7qD-j8X(#VJ zn7vwQ-Runqg8evWUPd;SHYS4kl5E2IUU(264p7vc$K>|)1B8U7Kwr4-iH|4l^`Hl69(h-W`s{$;Z3g>Cn~~|5 z5y4<~DwVSqY)yb${j(LdrU{Tr1Qr6~KyVd*Wn09v4GeTN4l5vB4Rf()V4{- zglvC&WLUx*-nyQ-+R-u4QW@?+`iX2JrzgA{sbI zm}7$Hy({Moehi+xTgIDoX=ZHnyZtXsRO)>5v(;ZiyxCP>Q@1y6%Yj*9gZ~j^feTv10{0iHx!#XMI>#B7ZlwFp z)mR3KYU0#n;AjJko*J)u)4Lq?f$v5?cVjyOux+Dz>U{KJX9(QUxosphteg2REzzedsthZ>o=O9m$b zK|htAXWL27?tejO*!W&Ed|3FG1?oqLde=cJ`gc*8j@QM(klMUYqJ`ToJ|ClFxqanK z>JvqH^Dg3~sQ9>6>l4vpPfqa#5DVFeaJvirzH+*-kfo_=_3PZI~x>Mhrz75)Q{1(nE9Es_K{a}iAL>Dm}h(_+WUwz)N!Tz zOACjlmR4N(x^5*(wmt$1?E`ye09x~!I#e*FJp1VZX=`ly{IpRptllR@53sv?>~?i; zOc;+|KCVNIo)KLq-u8boCnjVy`W2h1@i;*R`@KXZ};G!7jc#Rp3j zeDujQ8!6vYK8Uav5fCTy4*~r0SEIkgcbQSnxcnUa^epH_r}l0gG8mlIjPF}v-qYQ* zf4tU5X&W_XA4tEL2t&Lbe>WTgPLp0r>7%&5SomyXstQ-ZSyVe&5|nOch!Z!x!mUI1 zIGi+2?_4_#Cu7vuPQ@%PThG=w0er~JZu5H(-Lqk9D4SFR!l_#V-Bg021S_u;9l4U5 zD8((@c<#ueDBwqf7EdaN;#Cs7kPw|R+(G;57CGq1r}}VuPkUKtcJRgJ-rrBCu?ZEj?zFc3N*k(;6tk@_TUnON%(3BR_POL{ z$JkmCd%E^|SY2OputK;V`E-aD)X>tEI+>6 zs^iJEAEMVAT5UzonZos>Y=Ovli@G+e-SF&$ji+gWyG4J&P?CSt`NGy zXdSN6|3%D4YH3y<{T1~9?u|cyU%dAV{Si*P%5I92pAWMgvoXj0r`T5B!S)FS zmd{Sw_=ZGL_}&Pujq~@u!wLdQZpvL5x>QR;_X+J@VVH)9X47lMnJD_(U*cx9h&=97 zeQ*_WDDMvC+DnYd#D_KYY3`AO$gUmY`1)%IKO|;Mo4X(Bl3e0iH5c#2IA6mPlSJOr zkudIG5B-j2*3Y#HIhtAet%(tuj(uPL4bJZ|WG+{0#yq_;1l(M^Bc%~5ov@n}npGKA z?w~dvIVJb%dw~!^Xleipdz2iqj ziy{*$RVbRmjlFSybwU#(`3i1hZB1C_ACqB1=1H`#sn5VZALPwMCaoEJE=)eVDyofv z*;<^}U^kPSr-3EAAr;c*-|XbCpzd93;Vx%<<;pycGch{L)6ZY#y-9Om@|*D$mx0Jg zq5wucLq<`HG2~k{8k=W_RGAyhP@!^sMZqC!%O7R(^-g=KVCza24so%pT8iCqN+GE4 z?ZjI(`Vw)Dj(qmknY~+W8mmTGqde*(E6@>Hcj(V8kouEFdP7?V?taEOB+VY4uZ~}= z^z3$&s)%9;ne>MCm48U2Jeyl21_wKPV1}-a4xKeCCub1q@us5hs4G<30l|MQ<6(7I z{S8jt>ti?5SY00zQj1;A5D*LHeE2qV%>d}vL)=N`a?H_(xa(C=S?%~7$ma#9%P;ok zNC;1D9j2CyVv8I5Q_gpO6cs?FW6#|=q^uBXGIV&}D^aayI`Ve{$3pDjh%2M?nP1e` zU8Dw${g~B_*P3)#an8s@6HHL)eeRtg`Fj6oAl zavxY1D?5uLn~tln#JO9;!-={!o);7q<(Oa?5je~g3)bChtr-s7KbECwR_Wx){|tub zt((hTmZ9I^flQxn3ck)DMxmQjy}*?}^ejhcT8biZ2wAS%4_+w*Lw3}YudHbL==`k4 zviU+1C>+MmkDUa2FBbitJ@#0P&NUxEA%#Um=){J&W|t>iMT5)A7;rr#q?vqoNO6U> z$LZsHK6Il^L)k0Iwt&os5u>9f)-!5zPGM`cD;oOOO7F#yzpqK}J~n;p+~CN9;a&>^ zzvgY&$7MzyFCBsKcG_Wxb@zpydV`bbsuHRP7jx!TzNg|l2fvDFJhz(Ccl`iY1%n0e zkClR@Ls{t2!#)jtq+G=Du~Q!&M%s&3RRprSx;m?n3zcRfyTk!2B@{sPMK#=JU2E}* zj`_fDdKAQu9E1<0OGUKM@R@E#K>~n)N+$ul$Lk3Gnm;ipd*R^J$E)y+uDlo{7Kpd|ED zQaa+>yTWLo3g~ZpiRH)hkmn-}h%fQI6I(DaOF|ui02mC;`ueqVxTLGN?hYGr@OmhX zbUwVO{u_=D1?9-}d?^AWHQM*L^M*rd{ndA=L=(teXB1e+abz214CNIViC%pH5ikeTQ3&>RQ34m|?s7;2htdFoXfl~# zZZk}_0J3Gpq`%7iSC_OBWllVsKP8|wa`N+EOnjF<9a94%PsjL2%jzh?CwBId9y_vN zY80i@cdZsn>B2nR`&9&lj&!fFz#mvuVC$oG`E=z&+?@ATPt=?-cjs!$vY3iHO9W-b_adM6T38TS1L1hVYZa`Y zJV-_aEv-!65b4j{rv8}jCfAu+t5RexFq$4ONc&!C46b8iZdcOM@QkP!q=%6_#Xrq2 zhO6US43bOhAv~lA_M>LvmKK7`!R2~d38Seq^G}vJTDx#?K)#QjF(>8KR8fT~DKUgG zzn|b6$BgV^B3>4w{^(6M6+)YhR{?a!ifnF>b{zL;FO>N=8>aZ{V9}7LE=2kqj=|wi zci1R21UJ8QvasMb$6B6tlZj#^{7*vE8vi5YdMhsja=mwEvyT}OIAtI6&xvz`7?2za zPx@w6fu&_Zgc6h&6g=>zhCm3L5%hEtX?F?#+q+R{MGIj&ECddH2w`K{vs4$Wqo#3ud%(o?ZWU^ zeL%a&LW1&&ijk^uqJL_maPy;(!FOa2r8YG%pf4;e+yxv6{;KZ%2{%XUr%#{OfLJ1> z%F4=-+1YTQ-DeR>8`nrkRaF(wgy+4#26P&BUU@6-hT22wsgf5CYPm`N?o#cqvSiR% zTro=~Ffli?^O+6E7A-CjKqm8|*5BM0I2saAGBF2`>9%9Pz-R7^7r^+_A?5%6QXzMn zNAo-hw;b>y@Ql2f@;^00y5dcnjO}|mLnz7dv3WjwN!;6=s+2z=_4|87a&U9LPsE@+ zPL)yKQ~^^Eut6%`4bY7zBy3A96r0@ZSoX)1N4z9b^+8iuHM-URK3E-E=)K5@g+iS! zHaJx$ui;T{Sm({?xLLQWU$a11YP}qMrM~)dg+m%-35FW?nYG`HlV1|1?MQFc^E2bi zd`&URXUj^h(@V}KC3`+ke_D9^cO1y;V$UYuvFQI?7;*2H)9|-z#{0lTAEahbX97su z_u3Ta1wcx-jw&&$7KRAbEoP2L1Re(K-7>A{ZF3ibaGMJV1sm8*+d;^t1|XbJlxhn) z6#`e$*;0g9a*AE#;|1cPBrr?j(qF0K#>g&WADso8J7`PWh{sKQ=jN!#J& zc`AQX3eBGG9;S+-A|be}xcCvvHzKtE+3nzb*YQ z?8(VVOMPqHe`+IWl>Wn%y9momN{F?!wcUDT{_b_n6*Z;lvu7R0fP2BWsi`STJG@&2axnQdJaUr$9H@_%;g3kq+k z42F9E=l^QZCive=0Hu9=HGF1CoP(He3@p>U`V|sSWg9ym-_ScnS6^8PE{G?!g6lPW zyMz=AG@m9Y{2K0KP}^gBuo1;qB_Q^i`md6BJM*`|2NM?eL77|awd6BF=UZ5y%k%cY z;JwvRzZ=n$UFS9L4QfrOE~2W1HM&(Vy9sk~z19uxyrV^#Ik8h+#n=Rh8(p;M&4^%g zC|%l*c=bQb5X=FH;&OCibVNmM%SJL0~(Y z%`Jsks#-N#0Z?FI;H%1a#8O~KnKML{QDYTu{#4m7-uAMd_thq4Gm0>BceNvWSA(UY zpM65RHSOr4vmN5bl0%ENwL5MpM;TH+bf81TwHI~mkTIIGYfp!j9hSRsJL`gag0*6y zJQzu!d#)=fx-?Hu9g*Ug5-J5`aQ1KN3KXJ(f*`NW#$xn-Ku!ki z_AGEL+lL5;86XXFYYC+oRmmniUfqURcjzLYyjIQX)HU$|M9WHqXyH9k)cQdV6peaJ z<;hUo-tSHvc3O$~XvqR+lLS1s?*coAW#n9smC(A5g&(fufRjPe3xRvt6oqr0ic+BR z3wx;ipahe}d{MsPMdf1mZcsxt*bY;RUbYmcybj1}qTKXcIdiqPuVl4$jA5^KhWA2z zX`c_0Hw#iX(BDp?2i>Njdc2P7zW~$R-(1y2Zs{<^fiO%DOjgv&??A(j*<@I4X{(r* z&t}b?8|}m&PCU#=_2|U|K@dMlv`XQ3oYtE|mp;g4IcnK(;DsFbsQ9w8?+Csn1RgW6 zxCCP-3yv#?9*9fy@}t7b?=h?+nvl;}w% zj|0qL6wd4Y1mJ~o$7h{8K#Csy?HF|>sje-bicQNm7cPTMx<`ZNu^nXtkr+RbA@GlT zHIY*opvjD+V8N0Sa=6p_-tb!O8+O`Cd#4+AgW6wCyRpnH3e}=%Zg6k3>YWq39n<49F`}T3eY`5_rEr)L(b*C^ z;t7#YMCxlO`>Lp@ENRmopWKp(YV%Pn66*Ad#lgfdvd8?xPV*4YlhCm;S$j%ay1D=; z*xt4_K-|hTE^4sfb6cZ!E`F{E0YzV&2DQepE-9+>hY}oK9<6kn>w>N3s{+3v)=3T@%iP2ksK1 zpZSvfqI73crVea7{p;7ShbKRODn7&5SY4$R`@^Ca2+-zHlIi7^Bbp4ggH4oxSP+b2 z5aFqlNK9C%d5^;H>KaNh#`oHPK+hHHm{Dh%q~FsBO`CczyGXnl9~)NM^hpZ`^BhQh=)T|Sd&Qsm=2xuIIdKvi z(`|pYV9QgI+mfLY3*XSfayjhoFKk-Lu^ziW0++RJ%k zFbxy=`B$2EznWsGClUawSy^TuoScqFcXw?ciHfqav&-2xfyksL4lZ)OeS2H~`{Ym0 z(~jK@TxPejs(Y^mhddP2A6#Lt)aA}x{}G{FmT3~K-Z2q_UWn=pvlf^G< z%>_uD3Dm!W-(jA@k#y~pe7w!f-uxH(2vsm%INPNIH7P>N_i-`D&#$9 z_U;|W_Rda3`n~m4QBL2YEOC-XL?OZO79Z9hn&rID2az({dTHNtSbVTFw@}v7p=@w5 z2Rl>?vW9gYugQIi`Fvn(uCSZ>Irh!?#6(JqB_n9i2x&hzow0awReT5l)TpdRHffgI zkpLonLDf;&5@go#35cZevCU26eLGV^7=oXfIEDcfbngre;dLvOesO&nT0R zQ&eqTAgY=w`$nn7Yv?8B6k@7koUOjPoD*9B?idKa#ptrAn6V zq}~zATiG1RNzjs!oEzE!Zd~oy_X7_nwk&P!H$AqFKKfxfR<^aWegFPFIz2tIB&E-x zC#}tLeP93=MAS>vB4r2#fy(VZGD5F6K{a-K9pPWbcnbnnQ4IY2ME0=rUT%S%(h!fe z+~eRCPPBKm0Q&RMSjWskvLyF$Yi!Tq(z(%(NrQI<8Duh^T**5ASEh@thbMBpyn<29 zI&K&53J9x0KR8!*D5ynN?S;sfbpVONFE8L|f1oGP-f|{NNKka@5`m<6NVo;Ww+F)D zT`huU1o_@H&-s)b0+L=AzI1RGURQ<@fXXX&$4rT$z`;2D%&FLcR|L#o@iJ{5RC)BO zK@1)5TP2r(){18q@fM@>0M0z;t26oqA=c}$j(5MLw9P-plp-#Yd|1?SskL;%_7v*A=wH5&{V$bD7S?(BryvkZl({)MsH zSj{{-$F+Fm+mO;7h8(pt>#AYeUZt^pz$x^)pGM#`?GDIybenE9g3gZ>eR9V**$v3; z*S1aRuS_0~NKm_T3-nm{Ef2&??Vh(dDiX)uUS{HfA^?}ON8&*7F$?WAgCTc{_z&nE zZ5^E+MyC?BP7{)CD*Ic*WnqwHlQl)3VEe|veEfX;%-frQv5X10hz19~-(Za~KHULE^muYM9BX|=b2UWXUUPPz z*V80gFc@ulpP*3PW9pU+(%?4DYxs!fi=X#G9YJ47ru;zff(oAk3y|T1Fp*hd0%+8i zz4loQCwN2x(MnwBGiXnJQR3qxqSIVW4+>Dmydx<=eo>94V5oIrxP|STbbyu0p~zusR7xpYg8pwH8r0yO!95p#Sao#?Z@#~0~=)4f)5YGwW7cWbEMxQ2U|e; zm>9d_TKxSt_?_Sxfy3FFPeu8j_hld7YHyi$pYzh*nn8Nl3;*o<+DTe^`bHmFVJM;$ zp+RmA8Sbf9=MT;q3VV8}O%}O98=xx8e4Im_E*cN0n(+Q15d|FWBvFm%9((?lBt;?>((qD>#{yfa>o}#qbKyxVwd+Lut%2oRJWY)zVWHuj3Ro{63{Gf z^Etg{Z(d$~GdnkH%lDlOP*G08%IHAq(F^ptM!zCsIlat%6dVNXWY5*RP9*eLdGrYT z|8U6y%XA$5yZTdIg)3Dt@$rFogg&}Ijg~@`HE%av+dNLj3N&~i>FhI zG@$+@tNKuYEjyA69^l&tnyzj-Ud|mrEVgrtxphk)QH5!Xe%$MY%#){+E$e7eGCAVi r+`iSac=O)KiLc`SmC~aZjinY^R`9)TJs5bv9Y{e=Rkl>d)c=10X^z%y literal 29055 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 ba8yaptoaB(yQKm@Rs?CO>8h3~TfO=paO|f= diff --git a/icons/obj/machines/camera.dmi b/icons/obj/machines/camera.dmi index 1e1789d6431c11fd48a1303a2292bd7b40388bc2..2a2d7a6f1d74477f6508cd683117335ea9bea69e 100644 GIT binary patch literal 7767 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 LtxRf++~fWSzp``O literal 8713 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 gU=JMpPXduC4#BDa0F1BI761SM diff --git a/icons/obj/machines/mining_machines.dmi b/icons/obj/machines/mining_machines.dmi index fd0b112bd365e91a64b05c05e7e3a37ec30571d2..c501c665874a7bee5bdbe17f76b2b391f696f72b 100644 GIT binary patch delta 5542 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 delta 4492 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 Z$~|j2rxOlBnLi`|v(x8{D-Ch+{{e?^pdbJM diff --git a/icons/obj/machines/suit_storage.dmi b/icons/obj/machines/suit_storage.dmi index e61f9567c60f8c4a5b92dba11014595a37f5dc5e..f3a2eeca81926691102ac5917b55627e4a0f7e18 100644 GIT binary patch literal 4605 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 B;wAt9 literal 11193 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

    >l){B#E3 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 KF|R!25%W(w&kzj& literal 15106 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 sryAk7F$@~ delta 4718 zcmZu!c|4Ts-+sn6%94`oh9sTPh|mc$lu9HbS+ixyGPKyu%rhv|DP$R28iZsQkuYQl z+4p^4hwS^z81Fc}@8|u!?>Wz3&vSpi&wXF_{k^`|_qtal<0SKqAfU`G4fT88@0Jq5 z$KA7W^_6TF!UOF~Z4!L1%HMg$+3$TVawbB!(5x)ALQP+iB->>^{B`P5)mvqi8utq^ zfsYIALq$+=3HB_xEyo?KLYXe092qZgWjGF=}f{Pl+e}p5c{NbO9OUfQidd`+zD6D{+Zk z>oTXE4nZ4+V^_QU%Fd2hBtReoOh)H))IO-aljCBC*3G==5Wb7Ax8b!x<+1xNFv;T# zfuHVypXKoN)}^`SKiaxU3Z49|jeyQnR@xs63j=PC;(Zml@npvDk7YYgybM`P{`t5e zbUYFYrb>Kv2DOkyJZkQue4K+GLZ0srx^J%M?7f?8t5-6XXFS8@6v(ezpUJWti?#^I)3w8iKslp?>K>mNLB_X)1Z7)4J089sxu z@{!lP4ocxNgzK&5_S}3kEn=5@p);OM1Zc+l{h*Je(`9%0@MN|R$|>{{IOlP)mOLJF z9ON(zD$abvFd)`CNv$hGQhfcmvZ+pk+r&|k0pXOvJeExjW6tJOAK*4irQjT7TKD-M zD@-l-?&v-r0I~**?i#(L+IUENI{nN8)*T=k(=)zT>TCgMP1Dk`r`-Wavpx6rktC+R za0qK|@*UX;*3IetjzI`Z1Hd$=#~m^b3djN96>Nb3XZpzBQDTf-<{yRt`#A?mOsB)k zbRR%!qtMxZbFa7LM2k|5Ni-pG^AVN}iV#iO^=}uWF|LO4TJxcc6g6jlxI- zsj#-4=YIw-+5%swzdUKjH3>*emTPb?3Rts^R=_=oL3Yl8x|VULt~b%}h?8#iSkF#L zjCeL>D^I^S4861%M6B17?EgKtugT7$B|oRPL_CL;Aw5tj-4fl`t=s3}+U&Vc+AfF? zx1{*~31!tIhJI%KWp^ z)AOJ!!^^z^*s!1ad1azcDJrHiE(s~8

  1. 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 LJW(!FGzhMIQ delta 14375 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 diff --git a/icons/obj/plushes.dmi b/icons/obj/plushes.dmi index c1d136d9fcb25cb3b678a0908c9f14e77e8ce375..92fcc43ec131d408fe60797818047f8f20d1e523 100644 GIT binary patch delta 12368 zcmaL8byQnT)bJaeqQ%{{IK`dfl;YZ=#c6T(1C-)g!J)Vo*WylbcM0wg+ydlFpZERN z{o}5Cvodp5&YH6_d(Uk9W%BbFu_YZTfdnu^M+JdEUq9x(1A!37eRT}n<*eK+TkP$Su~HpfdG&vN{~;`kbFjPt+3F}t-q^Ue1Kw2VTsV`T0*@;YJy!>EwVrdwj`W27lD4N3Y=9i6 zXrn*pU~4pRFXG6VJn+OTi*952Qf$cGf}X2-Ub*+fx_r2idF3>U0kZYFlN_V?JQl+2 zzLLIK5ia$sgD-o}vFV);nSR6mJVba~qVY3w246*kBM#sF@x((tCM)8g`4ChVBeR^k zMEv}B;)Ng{zgmIdH;*7o4K9L)y zxWcJg4xoNzbShcikupAGAJhC4xD^Y>YuMnY#2x54cYa)XTO%*hulteMFiE!0amR>s zyZO_*NmlDQx!Ud$Jfdma)B0CftE``#g6H+NH4=Sw+GB@=!wXDMxHdUWvPeHGfQ8V_$i2ps7mYR zxAKoyYW;>p8l2|DCCl* zWT2s7YFi~hdOSsOs5sS%2GV41m3+o0 z1e$g0A2+t|$;Yo^h8PSw($ZRQ?65Kh-eT;{&0VO4EFS*_&in8nA&GVI(}3$)*YPZgu9G-q79pYeIv`2pPRVwkj+}S>m3E=hbtui(p9Q(O zA$61Ao35r*{=nNSR#vke^df{rf({KCc|kh5;D-laHg@)&i{F$V8{}i_o+f~V?nIL+ zdC|uz=M5PI2h~YY{EZos3bgesrdzoaY9k37Q7Os`*|qR&^za(T)#iwW7euCdI<=co z{9~i{Ukw@`#$CI2GKF|!=Dc5)u>5*aPhR z#i14_4cc9*soIiJREcJsJhh!9(}S+9QDWvcHI@Hab~25M>7q%b3&uf(-7T-`~~IYjPM=NmB!= z1CT$&90s&3S&j{|I7I8GVYG3j3}H+)adR6iHZPy|sZ=5J`18p)N1OIO85D3)lMXx| zp9hndpFp9nDav9%0EiZ(EcZqyiHTfCM<=wrg`S*yjRU_yV*GTqV zJHsLp03kZ>=jB3Ha(~tD(p!n>UO@b_6ID?GK+` zoE_JWH?$-epG2e1NzuP#?u6c)Sab#+g# zPZAD;mvze>0IVv2iHWIe+-+}6g1MyuwCqlyf($zgmqLau7QRcR=R|P)^vQhi8otqvQ+UCFzDD+ zJh5SrgT1}Id8mX}QfzFjYD^W%LVtfhv%&(Ry@iDZ0fRk4Lv?j^Bp&>$7Zw(J(f{vw z&Q3x2i?^HDjDmt9o%ADS)qjr*mv(u#zkPJyXvy@9euQT3Ev{;IbP+!Ke*;Ef!^0;P zE;a`eIYNagFj1EcD}Cjld3_0%eq+~EWbds$U2y58+w@2aleBi8Pzo^#_D7S@!e2-rF2F^ zh-APBZ^ZC0dlP(mWSDr*rQW}q!5M_Q9w|s*u`PTu_MuT{4J^^`qWb6A|Z z&%K+_+aO8(r|RYT{AJ#CMbk$)PsaAS_S3-eYS*T_K>w4>uJN!+Ui(O9u+-&`8ySDw z$j9f@BDvWL>=<9*LUH#u;~#1{f6jTwgu8E+Hk-0`h`AOt-p$c4aPpG)D4fiH{fVvSA4LETa zBIs?f?{Voa1FK?!DxS~G327LDUlMMfPH-Xw!WFm;bRr;;37gRZS$>#vdp(zOh7p|O zH(Q?}`R#8mF4TA3*_vR>k5)QEn}1VOo!XFv zMC%d2Ma;6oU#KaAwBygTXclRQ2nQr(%Tw;k-$>{T^EF?st^Mzuni_h05xr(2q%1L* z$&0hi(uM;iVlDtXXft8pDeS?Q4>k_G{5g=j^h-5KA6F6*ai8^cVGJ6AJW7SdQB(e@ zq5MGa)O_T&W_%^WVwy_aFq~GBD`c|pyKNUh6?sl&>Dw?D`*(S@C~|QtMK*9}lNIwx z1TI+33haQT?dDGGaFAwD{;MsKb1@p@D+-!)6O48tHYGpvwtP0P%BJz^xP)G}GB=eAwMK za^%;UkU|{gpiiwjqkG&)R1`)HP*d{`FV2;60e>}4e6@alg;w1M8f%-1n!R@L0~GM$ zHs}_3h}?J3#7R0hrOUteLTNON+YlpOeXWUO8$kVz%B%vIu&)4M3mBle4DqxSZMFKz3y}CN7`BZ!-nK_f=quEmd1Z9Y2O66NI$y|3D1EAqCX*3ES`_!T(*f` zgr7_WidsO z`PrRbn);ids}G-Qv}R_7 zf{M$^3YcBwihT0=vZxFXR3X#maFflqceGreNCfE+p2#(A^#B(cXKnrKO_nmMgx# z+n!l6BYW>JGX5MfY?W4uW%HlQ5d!@#i9Y%${G9)mksX)9 z{D0C#c{({JJ4Qlos2n`gOE)>sIYnJ!G)~TA*G7*D*;P13?Dq8T- z6ONNF?0DAs0D~NBrmxHN9X_nw7ol|3*I%KsWC+I$KvMg*ZtE%=nY!DE!j$&+=yQIN zdEQw9Z#i+F?49D_3$jsn2N?a+qQM3fi9*h#ywT!Ba6=1TOhQLZESTD*id*9a zmic<7)Qn*)bD(nucE18F;_&FxOyEOjH`(N6H)o}%?T1fAK5IV5ULd&^xA?uZ0kawP z?y22XjE9ECRLs`O7~w)-2nEXI28~*8X5culM{W^nvb~t`4Ef~q%ZDXCXaBou5E&2> zVJ$AKtYmarKdDe56vwgK1#%`nY z&b|oND-O|hs&s6m;>5$j=4^f52nRq$-n*$EeV+A=Ep}p?o_?5i1o7@eXOjKjntR}Z zSmH(4n_%BnDS|CXOoOl~1S2l>h^jvJppF^pc5X)AUpT89tWMXGx~WefA?T=nCg{|w zt~c*aU0l?RM(Aj^E=Un}XucAd<+~L>Qf#WfpOuc4^4B0Hg!TCK%SRcHa|1srY9Dw5 z`wfyt{lx9TcVrf?)-?ZC#6kw&OrORyIjDHc9w@ozUEn)zt%UcH>C{1qaER7yYp=l$ zoSa(BYbqy0rYRII0o_wHFGQFq%pY!wj^A#}>@x*Zq)iYpo8sDiHIEw&uT zEZgpdP-_E5OOdgUJUgNZ{0or$B601G?8&7L^EM@;3#>YE_;cS?MkcZMUQo(g0KS$! z@Y}9}0EbG0lj8lou0#!N_&{jTtukfsM^1Xvu?ruq(R+`Ckr6Dl-z#Hqm1Iipf-l}~ z%Mwue{7NeNT%O0&PFyM8p|fq7#yiGo$R_f1)ll?CJBvKn@-2HZpdjyGG?v;qgf_Zc z318_xA{#*z2fNZjZ$&yW!PB0RTAo~bBcG};30$IYeuhm0;H%&_E4QPp6^+$hMp8nu zH#B~tv5V6!RvpXKRTg7NZy@uVX9>Oie{iE~iC5SdPEc;eHiR`Fj zxxq|UY%75q=wVm@S@&3`n2)_7w9#>j>?O2acp{JZ)ya*7TR$xN z;k%8^=CWq{)KDG`Ne-V(pVwi=3qnWmoAbEtD)9<$+#DZzrtWhq6{|r%LnW2d;jC~B zWfir;{9GUeIXSvbR~L(kkF_22WSBX1S5r_UM!&*|(C|Uf|AU?iO~J{v^H|S#!!Skp zOS$5R8$)vG5ht?;pLmTbX#6`V2;MVz?Q0!Bj3ov5OY^iJPUZDG-%s+JZumP~ZHYin{xz-Siv329Xe4J4&c3UD@0Y;V-dIuVqCM*Dz!O>cVOxw-TgK#J zsHSFJ^goyR+s|yy%A)5c(|MBz?#bnQIAHc8_);9p#8<+XV;w=Qm)zO=bG& zfbU=W1?mYpr&v2es(Kq+{0*EF#ra^f)bsQBV3yrV1hb<;PAp2vnC;%CDu0h_Rr}St zuW5zESt%W1sh7-(GXxbCWqCOTUne`r-cU2J-d+1@5#akiwyk~+n`0}57py-h93NjT z!utl;E-}0%Rf!W9F-p*>EBn%KIsq2pkCWs1jWlv%f#^k?hJWjaB{%A5N%grTl_*sW$LE0w^7O6ie489DM&WOZ-6CGx4ZW{d!^HQ5jE`Nh@>_S zj3W&XLvu4p|#y#Ly_p0tCG23k&%ZVbw(pYIgLnM7I#`tqU5F@JGclgiZo5b1zdlXLmD2 z2pk>NY2Y=?ox8Z4T*#|Neql18*K*4u^zAU%zt;36k?H&s1ogMb9{=-snyFL%R zdcXdZm8ui3HJ_p$e;F6K8Artx;jJZ{ai`)tg{4BG`B7kqLQc=qkb{HWkCe#DA^yvx zBbxaBx>3}c@Aseq`OYnRSc6E{xV%%_VD=Y>kEEZ^vhoUQN~4Bu1AA?jpV2xaG#wm1 zb60@J=&07-QWG|~Gj`|LNf2#Zd@Ea~vWZ+h6tJ$XvlWzDt|@RM5v!ww>*wRpHeH6h zo?X#>%NKyDeY83KCvLk!?Wr}~Xpa|~;QjC;Ty*(Z1dFe@-?q@VhRgRp(_GI3W9}sqDeyjL;1{3w}JRVq43zfQa{yfuz zOJeF@?H_ngZsLEgIs`MGas+z}l6|yG#85PFSxv9>iHNF^xe2g-_SFAD^zEla3_N9< zgv326k;PKu7SI43GeY2RfA04*&L+NWg9XDSP>y&dn`8TJK6M>g%~aNoa<#BC*ZfGnE)3?-geo$E&zekYP@c)92lHX-G_(izGkwlrT%fBG-uia=;ei}XH zQdeG!_*o~?YhD+umZ&vr4U@MT&PDI2yNxd|iz_Q_j^gC9`Pn2UL~ETs`m}hBj&J>H zoc*3c`lqI~&Q?G`mGj?4d+(jJ$~kfyV5$;Y?!ehMy}>Kd7lnk|WY59CQtrsot%oH% zLvYHaNVtAf*{;#Feh4OG~g-3^=>B@_ye(>>G>spq>b z&wB>WZsSE*IRo zm-H{zh?fSCn|CAVBI@eu)~8kj3~@&ZCtrd!P=8eHY)g%-4}P2BIgcd<^id{M#gLR=}re?)WIL+ZoAT|{Mmyc6&mI0 zl>PX~=5k}Wl@A=eR=X)FR!Mdlb8)d3hGA>=>*j~|1~#rbyZ2~0+6L7UEQL1aG209$ zhezLgk>3DR)pkovpD}u)zsGYvL*bCn!yuf(skK_a!lU?U>h1n?M?hILg;Pwcv9<=u z@PtDrHmSfxO3?91L8Ye2EVCy`#$;`^P`jsF zcVF7$W1Lg2(?f4;5*pT7Hzs!kLxEy?Ets6;X%tYM(JyASJ`i3h1koJbzF#}6AST`Z zbQywxmHh@6mz^^3xPrKehs>msZ(b~Ic`v}lwY^UK$ku(XDiT{SWz*KA{k^|~jeHyt z*gfYYW~{efNM4BW=|+o?Hm8A@i3x>jecA$YZTn(#lmwpi`gG4V*HM&X$|`ErqTDR^ zR0HUhUr!L07u-8XNw$aIR0zi3DTVl6qTF9p3t@)Vg+ zVYa6t59egS@#vUE+v<6)L%Z<;bycitsIV3b=JI8|2<89MP`Sny`hR$IL5^4q70yjB z%bBF4qzZ2waQ`2e3jF`j)LuNpH!EUWpZ-)Tu&gD%YvubY%!$`X953s!rI8T?VnpbP zH+AZ=;oq8WySuVJHEzfrz#i8JU;h@L$R5|WcVafXo3H{!%4M%>WC#o3Itox5 zKiHkkPVHCjWEDY9s)47ke88*E6q}J=jNjMa(Tyd>{6JlkMv`1r={#fLeTlBq7cA?t zsj=FmgWF-??}2;_W<4T@k7g!-DB&zQ;qa&36wtiF4%L_lMG8Oc&S`dGb96KiKlyA5 zGcW}x(ru>-K-_5_W$t#=CO)2QT$R7_>#(qXVfH}eT(;>w0F-bRDrEFo=}D|m>uh27 zive|r%f_?sJfD^}|7p{Ke@0Dk?>jV^YX%)EPDu(-I16S8CRRtthIXP>b~Dnuc5Bc0 z6L3I})$6gu&Kkwa&VyNHr6Fmj^Prq;CTm)LDjON{+-t$)X6Zu=1?i1KQ;8`H=}BDTp|7LV+;#l*b>sb~Z>d6Z zHwVkf7f;aYIjAHIt7!VZ9@=%H6+~6~#rt5Ru~8CJW?hTGrR0V1tguesS2liWGbJkH z2XxZWyKC#`)Q5ei-hr$xyl{(y1#DQBDq<+G+D1PF=(ZHVLf> z=_9yp*zkm9Yfek!E7GsY2-Dl#M&C~KU^af8jdicv@jn082V~V1!0$?_PB`HFiv+zz zX_R;YlM^*kX9LXVZxB8nLX5|gMZgn+AQdTB|CKzPb|Oft>Qb@n(gVrd zA1IO_LyKFlmTSeDB<#1(B32%$7Nwvwu)jp?(M{%_cYTF&pEG{f34n#R;tI%i}2(?f7etG+-z$e3ZM$t~a?8Qb+sYOSduIZfp zmIdKJI=f-XJtzBP7KJu?HbP&?^mZkrIzR>Fu^1EgJ;*)xEeQfYWw&?->W37N=#RfI z%zhuy9344TA9Omu2@_eJiabx>fur3&*Imoq7vkc3bQKvAlKWJSqQJznAHCJDLZK#e zbLxMB_Q|=iWy6=-at~*p2wGjyVF!@@a6(yc-8ehTsMoBeQEj$I`KUxCi^`Kfwl)MR zKtuYWivn6Ob?}w6n&mt$`&4+9O(KgrVHK3rj3i8`ACIXI5mU;8(2gnywBS;ksq2a` z&Hhxf)A0KntilMm6tBrTw0((Mvi4Vy;PgdmZvSNs$i|<1j>1%R$=l3t+I-oc9 z*u~w-Cv>q(vN)e`MM83aQxM@jAVfI)+Y4fwXxhK5XMr(m%dIuDH2am|(#+9Ev%_i4 zYM-Vjh|x6KL2D*^#e2+>c!tbIxARs$-_bz0R#l*hg(?VwTMnG0cVr1f>aY=E*Vp3K zwuo*A>ASRIqspGm3KOzPxdM_ad>^h*4+GF_r*IQ~Xvu21Vn-_1d&j;dN7Ch|m}O*~ z`JSMm4w#!ua4K-FNn@8TD}L!{7`PGWi!5x?_!=FUiZM_?VOfBJuEZVKqay9AtbFnP z+ct~HWVor|M6OVF(<5GFa5zS`ogoXKE(>kjU5o-^P2`p3&k;+sgTYT4Al)Jt2;!c!Ti{=sOW#K(;jDwPm>~g z|M?_(P2}S;o*)IIQZuu{??E{P3FJQoOdj$@6SW39!_}RnUG5mRgGDFvrHQ_A50^Q= z0@k&dkY4LPDg*`Th!`9(vG+y(Kt*kj!1$jX48{`>n2n+IMeKu&G9gT3em;936S)d4 zUVv8)^~Z{7Tqp*~l9ZpsahS4#-&3=d>c)*LNq0pSk`~)uspv22&q^zl63E|agnnvA z?%F>rYxxSceIu)w%=Yve1&S-W{|g`sr>`?R<`x^3fA7H;pf!5)*E-!Gl75DInIuBb ziN>{7oG@7^A+y44oq<-s{eXc%-pW*0;(dvAGu*=pBk`m8KBH5z1tHaJE*c)N2xZO@ zvlM~~ne2|s9GThWBbz||&Ck{C&s67&>23zlqFc~qf8$+`e9>z-^ZUK%1LXDTcRll| zCi8Z5L|^sFfl3dL{+#qF8xb@fQkcS&rVBtVvy8RVUzMZ@95YIzm^U??H#OY(<$DqW zU8hi(bUiHdMJGcEa>z5v`)`|^;TA-W3ilU%k<4(%FGHlpj}XNJzOpIuVJ-i}FX56y ziLW_5&O5lPDzlTO9dQskA$lCFA-d)=xEzmWws#mQsFV348@LjyuYPNzNhc>6EeK{|jV8#t1cxvPJQt!uZ{P7b>EoV9`M3 z2%0+*6NBGjok+_eo4r$!Qd1qzhc)Pg9wL6$q}(<45KKV0VdEriPS%7Es;87i^|c2K zzC8^?Qe?umxOrO*LnyQ_MBiS{_U@R&F!n&JB^LM=cRD z-&Z{z6Gku1yWaJxkBTQYdTWFsQ=Abn{${MLBShPJ?#vN+t^3FqbLvdY=_a_G=kXYWQ^t;}VP(o$M3MGSfnz$?uwtP8$!W zPTr2+*==EeRJn}6PpZy9{xNPzChd5fpPmUcy1fbaDSQKM_uDi0Xg^OvF#xOr;N3bX ztTd)Rv?nX{1v*XCgUYBwHx+!pFIJ+mYNst0@oSUU9BZfXV$sOB(0K^W&a&kWQpOY% z3D?OH3Q*_0`Vv5mYekKVwn9C$>WCwZjK)8R5H3Br!di+(cBWxmK%chhtkBsG1_%8J zypla2^b9y3!IJ4R*e<`YFdRLVrQLhToaQ7RxO`E>F$U zvZ{8|MD?Rd_okU2{tlgD8)DVbLwULO7t598ztCd1iNxc!W~sF`(s0rzhEY=Hgt1!& z?|dywT)3>q(y=Bi@b*XAy#h_W>B=~_FyC8$_;CXJ{OoaTWEXc1xPmvCMgr}{YH60o z0-}>aRc<@(&jK*`K`SZ0v+38+16h71e}p{du7TMukDKXm(#b16RFdc9uCK72I=6m> zl|ZM-oy-r%=a-2l17lmbXC2Sbg#@FKhacvW6ivxMK5@0hx(UWNugmfLRsY3~kfjeO zty~Ee5$?ULZxaXs(rbT_{9xlRd;Mu>zNtR zP71Uz3NK_6L0(*LJk2feLe<;br!8C-f>UrB zOTh4&_=|SzKsoa!;R|6oM5NbR2fq?Sm^c3_t0)jqKNK(}eou;EHu`-Z{=Kl>A5J#Dzj!Y@eK1>VJFPM`J==4XX+3cN+dnWt_piNRnl)3r^g-)JD< zdyfh7znQC#5eCRW2RqzyGtV_XKkY|oA_Fb(?fuBqRPx3{KC}8k-wN)==UdI>X7Bke ziC8c=b~Ns51$mHl@*sAZIAO36)r%s2MVdtz`izKS2R7jqYD< z6nJ?SaBL(Z!FJOj_N=fOCO%Xn1t}7I4(DeH2)}*4XUHJ4P+EcMHvmxs4Vtt1NkWIbxRCs`PtWTX) z0W;lp8}@c?^epYr2>X-5Io;F-@4$uN^N~5A)U4=F033l0-50S&DT;fTknXVR4H+~K z>L#WpBJgY@{@Us^Us)(!GGktMTOD~Wvzj@WG>sq0qo&cnrv818ek?~ot&_2TH(Je` zKTe5L?V*5*QakvadF3uGJ>gkejyhNs!F^L>QVCh~Ma{}LL3kO4LyF(=(N`i#KOcPpUKx{j zPB0fK(2Er(HUe^c^{^^}RLn;jA$hb|q zUT9|u64==#g{NS)I0=?_A0#9r=?MupI!k)t41!S&b=8F{u0`Mfg$0%={DM2isoiqes;Nue!GQZBi!+ z7|mFbv51ThNyF~1WzY%fCJ3F`LgKX;pMHc!j3_cYC#=67kWAP|#-jSTzdzNPV2#U< zP#h(v?M@lB-lOxCQlBXj3cKi>Z~vF13kpsu5E2shHe>yFijnR=T6bc1@IPlE|3A() b-oYLygBTuWvvT488vrTGtI1W!n1%cw%PTuH delta 6267 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 diff --git a/icons/obj/power.dmi b/icons/obj/power.dmi index 1da5a66546df957cde130003ca7264dcc4de1526..25e6b1d37402c8f0f0bfe73bbf646558fe6ef6c2 100644 GIT binary patch literal 33480 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 Vcnya=uY-VpTIzatN^aQ%{4ax1TNnTU literal 33196 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 diff --git a/icons/obj/radio.dmi b/icons/obj/radio.dmi index 64642b8a6c51bcde94e1b82c38fdc6544fd6d654..69ee61bb72a2dc0cd9ff9fae9953372bba8f853a 100644 GIT binary patch literal 8512 zcma)i2UJthy5@$Xj&$io z2t{f@NPsZ$-gntm-^p_$jP-KRL# zIRoyR>U-?*IsKgXTo6iq+%|mU{2_vhM}oh^J6M(y9A@+4?G;B-*u@Sp9pY2(VB7g2 zm>yl0XY;8S8UoF1Vs+NLJk^>T(V}8?qEp~`(7~wOj=hqWq4O3Aom+{-9AzS%UF5U_ zU+hTnDtpt7D(s?Hit#j6amuiJt5m#AGpK zi_cl{wXNm;^53@lVBxH77RG+<+TFh+=e&CjHT=5T5qY)k2nWD;aohcwmgE2cDSND} zpzD*pmlL3SYi6+zLCWhzCB!`tYP}d$rTVdzoBKxj3u*{8N}pe>=oPier|5UxxwFvC z>c^8}n_|7+I-*`_&RO0YFTv0!2uI(DB6^crCTt{hSHZKJj#5A3fnBa#T4s(}nw@uM z=Ka9~kCEKZjiS=a46VzZ-upu%247J!#G#f-z%C106qbx3k&RxF=q_1pkJw{caWsUYK1LUItMp+ zDwJyF)$nk0Yd1YpZ_i=wE9V&|%X!+@_YN|;>nX))0nCI4nr2(DTmzpa#DcJ}CkhH6 zIb8eBbpChzxg6o~M9I|+s>h(qvB!)_&zRbNN6f1jQ9|TBzQx*OZ^l;Al0||&GAi4jSkYFUd>a9>H$;Lv7=wla(l>_q^ z1b}V&-8CfB?~SM;0P&kqeb~U%G_IjRq~l~qu}n%aJejMbcV+X;ZReh({JkpCt?cA`OpCxNQI{&=gWr$_UI0&&Kv$w^bf z_)ha==1BE&9dg}u6-k}BHTvNJ1!7<^HYMfO&*p6%Ix$|=(Y(qE&-n%Q8T6h@P^D3) zpE$z0=Y~-`@tkn;uo<-9##El#Q;G%mi6>(2*-kD7g5xXQdCe_cnIki^bl*Wr{97|d4BgAfmAj4lm@=X*mfyfaeuVj>*@G%SvUK}B0oD^gW_K6dsGMk5qH)%?ogw-KE%k{SQErZ{~1`fvpNwL0_>z7Qp81SKGc znp;B()fKV=hhuLuJC}aYJTNDk+e59cuF?xx0wZ~H%e$}qN#*?5vT|Q|`v{)*gvj4Z zq@(}tVAjs*f8S6~FFYfI-m%G;3<71=)6;YOWW15Kod$_fr=<46r@X~G@<2kOq6Fc# zuDW&VhZ~2xJ1?~U5Ihmz4@|u8sSw00O=7?(SXi)+_vH(R&|Ob%V8#8E#}M4U6rGr+ zO~xWlwQP{Bth5+zo(ImQe-JPD+NJLzNGf*VOsejqBc$21iCmcs+iju0GM8e z_O%=gx&R?M815yhy5TpZvruA+0E@S&EXNiJaZGZ#h!^8`-LRF(Tvh^t-eb{maks8B z#l^)N_LWRcnQIZgX_6McFu5W7#tICD%we!3!WU(a7&~kI%9&AHupjE!RZz%jT?Woe zEhLPS3o!P${vr>3Z4dA+H+Fh+w@&M4kdPgiYP}QKdP_0nfyOqU$?1H90hR)SGdT4Q z?2TiP^f_c(Fe6B7KL!Q=be{g(J5c4BvbWr?8FaMPK%#YvY4{<)y?d4yM{FXd|>f%CGFv6rbo}lVrnY8 ztSrls!&(oTBB7(YwM1S`4g9*(MFLpK-@fmv_lCQhBut-28gRm$MOjt#c*IPrYx+v3 z;TY7c&n6=B-h1CK34VZKZ3-TKq93NF%q}EExk{Df_`2ca=YHO1&;0>)cP+oRub=j# zqzdzg-!dI-L?nO!(YOZ+Of>Nfy&rD5fI#yPs!mMtwM&na;361Sy_q!o83U|Zf)-`E zw}F04`O(pAvj^AyW39gC9O>H=Zaw*%mYM^(u`e&hfv%HsBGdKSJG$5la?>?alF15K zkstzYf}dMiF{#|Mg^p+=g}=5~cv>s55?aXhG-|V*OV(^kz|o)S;$m^K#AXn-EQFGHLo*IP{3SCK?_vxfyXCj*^Jbi=QiPkm>UBi-rr<8$8d7_q! zRQ`)}#?YowP`_iCX=^9Vrr%vJE4G8059QOfYb1&{G1(xJFL{Tt$WUr!i*T|>lw^1C zsR@+62NQHtim)jNh5cJsBGmgnV}XE6=c#_}{-n>z4>kWc4%9CLiVLKzqF(#DZ$r*g zKHUYnxXqL)UP?cEReu#$T~v3gw(6o%i_@~YmS_@>`Zaoe;-!rF+5Y@^-PObwfrFkW znwO2}$t1Zm@qmDgl9}q~cK8R=m*zS67#k?l_L-(`(aqp$k@l<`gM{`nO*EB%SglJS zx65~rb6d8)id~kCfm&ZG(z}Zk3h_=(>)Q=83cyvvZ*CpG7Z}YF?@*)hU%)e`Ks!g? zWO2_hFj;QkX!EEEjSf@{-P3`*c=4iQC$F;pYB_wm$CsBcy~%*>_7FGVI*;c+`Hy8n(fgfe z=E};-D`N#p6+5JxqV}j@VWu<|@xNaxtE*Mq-9>VJ)<~vK!qe=x->aEE4d1{68x*gv zRCwBBkWPFJ8PA0Bgb3NP)P_cZ?mVxNHf7&Q-PZqx+VhoMRjN8dQ~UIo3S~}WU$3x+|i@?^HZoB zZ2|}8_>s=`S8d(Z5e7t_-_>kVM*m!(#D#=Dbzl;Jmpo5=Dy<}E45wFRludjSUgmeW7sUEqzh7I$O|(h|Yo@{$~@53SJJby@UfB^_7G$Nfer zIZfVNUn9ts=jsZ$zuD<_Eqx&;O7v>vvLg4Akzm_}HRId??CNx;Yr+Hci;a_$2u#7M z>jEaOFLuk7;z&O-+%Bfl96rmnFWSA*VmBTWtiw`2mB~Je` z_9;7;ct$jKw%$e6^FX|@D3dCfe%y=3n=mW>$c#& zAeM+7)w8!ktjjUIGI{UbK$p&sE+K)|E=SjGEjn+mnEKw)AQ7?w#<#Cpqoad}4zm*= zbQ2~4oiq`taMwHL>TlNd(mC??)BZ}M%W)mGxQ){ukx>VmoP?S3>&wL-KCdr~>@g%H zB$8ggGv+WgHi=V8Z>|Q2%-44W(sJ8UMh3yEOpE*NIDjfbjSUSATXwm#MyE3q=z4h} z0(S{UUsu{!1f6W@*kj-;F9*G4x6W)?A0A?6C>K?P%WqSuV4P1cm~zZk%vbj{x=Qmn z9$q(2VUfvDlK@313@ghv2$L9hsMY$8f5n!Li=juu?)*m(Z7UyYN&N3|^?%pZl{{;z zV)gagnOYou2<|n!tgLM20*Ui@Nc_1W@F7zP`#kaF?RwA#p??GI;LkVSo z-*Zi*iW{TY!P2PsYshb(tC>st{GG-S4tuyiWLy#h7p*$E&&vw{rB8o~K&tdB zm`H&P$scKG z*Uce@qbAvh3^X%UZiWI?S{T`hGgSo|571kwXX!gT;`^$d7}7$u1XUFkm6qkh+tJa$ zZ~m^WAB8%4dMX&!u`{wqLP}*mHSks3UThCAr{I9vw)|HUgH{=1Va?kcz~m@+=rMUj zcb)ze47&Yj`oN_f#HE${4c97&2k=y#hQ}C~2hOhQ8Mn9O5ONl6`t$F}Xc*0>SNxlnSzFvT(X^3TZ&z0;Y!wy5>eU7-U`*1q8;oX&l;*u}y1 z2!~24q>YVDH!8jUFi9-()Y|$ZB@IpZd>~_NTbon;ZO5y9>7h)~QjL3@0css1;K`*x z)`fklI>VtwsrftHiTxmF{XBJw*fh4#;9 z5Oq*tDv!1*70igwo165Ej4>rz>K+{ROobSKd&>n9Ip%_QQ$21~mhjh&=n@ zUady^!t!z>7y^#H@s!^}AP~yU{Ydz#;DM^}RPFgHtoF21B%ku}9`h6OGMc1&$|BNg zqRH?}jAD`I_7apUh;D}haVn~G~rZg@bk22?B->{Vf$^l-6r@< z`W+`HCow+M_M^ONC_n(dCZ2cqmL4LFW0l3(L2mg4FfGO*At<)753$z-*O~!^tFz^t z*-66{F*`eX4?TJdtgqNne*|`k3q!tOiVhf{*K92%C8``9utilDwg9`+*q9ix@%D#B zsXJ;3*xO1LXsvYjfUDb)rxg_yE4zZ!m{{l{iIS&=j!qJ%xOi%9MTMfKX54uo$|Oj> z(ZgsQkN9>=iyU}|0+W)c;iK&2#OqQIi`6M)PZaT>R==73Tco-M4&?0jnj2hVi?oRD zcCbrGw9VgmuH&YEwBL%@PX5axoal=Ee_6nP*~ztfkP)(xDok$eXf(<2pHE5u>_Uv& z(CL0x!(T}x;s|)>e`XfBp$N@-CjEpG8*1=Ys0#Iy_{;KP8R-r$oN@Wt^%1| zq=j+c^0)o#=11tsh_K<621h}nv>@On1lw+Hyts|r++-I#U;^Z=Rx2xZwLUac&egu6 zkQ3~9KP7l7=fe&GDAV7lyt%To7hU?D?eZ=buWHqr<~?6@uc+Z)@$!YH+Ph=R&Rlk!{YX>SjB1h>KZH6cuoF zHyG{$&5sn|-i1l<*g{3}5SbLN6L<|H4j$psC$k%biN;|3sw{#i zfp6vS!@?Fqe>S>MAx(^(A1H9Yf`V4h2`8F986KUl^Q^fSn^>mzA@2Nuhkh|o-b5m8 z;6gSMg*EB(sO>Xc3^CWduo%V2`q2qGUlK;(tp12{aKx3lvw{V`QrHu?L8EMl_}+_rHO9_^QQ;RFISy95@H%|0m;`y%YJV92|pVbY}q)zM$x zIKn+$q)g={yR>5sxp?rsX#6x(=y#xX(;O~wx; zHW~xHyd<6nG##9~O&{!^)A4BsA{JPJvWw=+buaqdn9WaZgL?*P$6nFt3MHUk*$ul~ zfztCj5E@4EH86?NS5A`gUy<|nU#4_@cnG(X;nWz`QjYo&2M*$(Z@WGsI29sT)zXIk z&D&Tt{vWyAf0N$*PhH>Exoo7@1<}qpUFACs5XtYhTuCp^qVj6oQ&=3Wz8*>+J}28| zI`7;aIxiTPxE_;QMs35U9C9ceUt2_j9Rk6@PoPDg1Mb~;@RRk&hn&5OiPp~jP$>g= z#JbC$LlWOR0cxmsKPq`C-gb8dB|F$>jo%et27`M=e$Wl2|8Z5QZAPYoY9j|`mQQQJ zC_S&uy7y>52WS^5zBxr|En+treK`mVPDcjs^X8ot>6X*1VQX;8=(I(;Inmef!`lHW zezKT3Y7kHhwldX&r*6N8eaacQNqpiRV6b^{M(TByCtFzszmM7rny8W66}CGy%XFFh z6mD&_4Pr3Z92~w<<@1+jTTcZs#Ur9+-#tY;7NA>8(tBxnAF%t#ZjFwNC@Lv20c?EE zlrbJC-3dq`*j?fw>-AhD%Bqtfj10dj{Z=xOrKrW`{ZQ<34-9_2c-(Buzp>U2l@y{a zJ-*&OJj=^)tF`tUDUvm1YlqM9uUwYFh7zbZhst)z?vhu*Cd%1)-`)>Ukghv^0t^J= z2Q@v^;xo`#GT1%O`z!~cER_7spD?~jV|Z<1!k%c^mPUKueBd&t6{cU`5Of`FlpxtT zF&_qP#+X|~a7(6#gnBSo8_Ac!Vvvn*3I+2&VV_Xgu9koszBL3J_g$|Ai5%jtZz7g2 zufod5F&Yx~mi?+9Y7$4!5GG5s7V5is1O9ZS$4j>dM^3~8YE8Nx7UZBE4Sw61407Z< z%a`82s=3H#?)mI%HsJIRIhdsp((n$aalOhyz=pXuQIG$jOMlMy%-~Xb?Ro0k{@LVI zG&Emd%6><#OWwqhb`1%NNzmVy_We=-_9ld+?4a2R92>2}o=TYdJb4h}O#> zV4COgGnAbjn)T^+C43SFsWPf*!?mOF%s(sld~+xsZE~QJ(7%KsD|S$}%!DDe&E(O4 z!h5Jx75d>{uI3J8EC;RI5B9YA2fVeKVDdPun%HY?>-fp{rlRdf1Mxt8B?TO-LNT$a zv3+=^A6$x!-cytv29xdn9XsDPWzI#*XP94xgMOx510-l6V1N~IAJz2fQ`AQHTd;qV zY%N*F`LTWp+Ib;N*0BCW1AH~L%Ne^#DkqeRh z^U2xXeB^Dp%it-SUdtW|IUiZ}oj0W4rSkTs$Q!el>hXftHfheCvTz%3+A14TiqeJ? zunp_bAfYn#HlCwCvrJFX^enw^shw6bF^WDDAGr`w5p%f91cAw&j5o6RzL45pPSj zzZ+w8Qkj_&+4pBC(KZ@nBfI4sH~X%eT4GF|q9!k`sN0kkf1O*BVxsp%JAxqnJ;Ay6 zPSG7j0Q9Y7ULrRsqIQ)x0Y*IKwIW?B4sYcjloCRl>@`B(6^@j#D*g5gVH#Dj&EgnU zxsfzOtuBJQiELLKpm)JQ!?3+` zg~4^uH}?*2upO!{{rM190jc%R91o6~72jy;yod%4=@53!ve;~J_sq+R3w(3JZ z>3zL?KY!EF)~pe*`;!UBr+Z!hM&u?+F3+MhQN*VkJ48-fNaXMuIp%$0D~W%>eG|Z* zY&dQ60ZPzUHf$^8e)7QX9|778yBTuV*w(ci9+BxyrCbMyTIbXK3HInmIBM0vU}2*f z2vg*`7y-U>)w>3pb~&af+mr3xr8o}kyve$@DwX9Dpio$CPaSd?pUc|aKj0YA5pAEo)903|o~u>!H`?C) zgc_UrZihsH%R)6eyfxu^40+g&L|jBhLz7(DHc;P|2H} zzn%mMi6|%_^d$MVD1u*N6XZo{uRSR_*0gBvySg+>lQZ$}+riWTpE4e=LYnVAJhs8u z*&-QE?EqkVOFC7d(aooofGB(Vy%8Y%9)bK2qU=(F{ta=+O#3gx`w(?+fDoEv#R|ld zt%gA?_x8=kdn_1a(e(WoH?654EiZ7wV`-p~FK=Qrn8A>_pryfR%^`(}t!Hq~MSb%5 zyAGTYe$UIrT@pGP{?=!P;RLj$G3$%XVJ-+ZLbR84KxqGJMQimhQ(abpzK@%Hx(_og zJo>Ssdi^I_~qjgUx@*~pnAxgn)$PCQ{H6N8thC3?N1y>O0y04 zH&~alkum=T-Vm)=DJu%v!Q@U%dWwmz)>(ul20%fIMTeg3_OHsoPsd+B53pl3v7Bw}O9aF&P_L`vndysS?T~dE zYy11K{Pb$#YgV~Z=#dw-&2=Gi-PajK-qR+*BVX*#{btBZZFp90^kb$P-yo>c$UcP%SlBKI02vj={O6&hJmeTfepbtyM705;g`3IYA-D_cZhKm2 z9-+h9&0G6cjtTGKK!ScV?%rs==U+XOd=>7e>+N%~m572RAk582hA#=e0~^K6PFU0ze}JRJW`!gUFg*{ht%PEI|>uYdlc{oZ?dRqF+0ioxlUG^k)?Gg>FaW!E>UDcuufW+!6un**c5%*`D`$BL1yk+(HFmw7efVB!p4D;IGaau0T& z?J*N0_Y5nnsa}NjgT=ov|E-87%=Pq5Ff94t{J}4wJ}^1R??+JA;SaH8iWY(IuUqX! z*0zC`_qQqZNw>oK$9whB8y|1J+=|_~ra9u4wMNJRLTq+lyuE^eq5aDq=w=HxpPRWx z43{ade#R*ZdQBXL>If?+&@tbdMA4Ka7idt%Pnv4#ka$QNig8*rSpFdEKN#cFaT0m< zqDWdx!8(&e{cY=+!k;)%9u{gDsS@iqOh*|svHs_A#B6omjx4R5d;W=aZR}Ty)@|iv zbCe2z*KVKa8--I&ye4=G(yPBhRmMrWiUeT@0C#ft-JSf82f~axGa9q%G>LPYitCU0 zoVRpp7@W3GCbiR3KU;+GMO0N1;>q+7Zq}(dsaPTruPYS);@fW)5#IgLHCo(eg8<*i zY(_a*V>>;IB&yC{&eE(&ogq#+A^Dy@qBai8YPhg@s_~!EqgHXFoE}d8V?VKD9>VT? zv7NoZ4n?@FS9Kfy19h7jl8rt%D8zPP$_)Z3^hxAm@Ojna5k?#KJYM@_h`APzOl|Av zL+Y0-eW!?50lCFwW#HjL7>Dq`@cGbIBOQLlt8?H1Dz)rjj9I(KUN=i z6^sly)^>ti5o|(zq`37v$;B;wAAbEHixN-#Olqt(q@`4OEt`tV1f@#>^M{0uH1K>x zTH@wHpf2c5u(x|5;==nR<|psB(MDG1ab%ZpnUAmdf^JX|Dw=@7oD?G^MC3yQl zPRkUFDfkYGf2QJ*KiZ_=0UjRa&uWMrM;*V{og#D=gQ|E!Xe9~sZO5e#G!Ka~_-!4# z-tTCIRJ7@gux64I$7|~uTZJ3+kKeP@W$Hu=Y|#urUR(yVRKtFbV}(a=i53_4+p{&Z z9_iqp4c;;ui$CN4z-mCG>eRKK*}Fxa@zd_$66`Hz57=J*tPodcdAA(T6T1X-59>f7 z6Z$L@F~>b_kd&jT*^4w-<2-8^XrlmzIo`55^!fFvOm$GVk!-ZPHv3nOyUzE?#l;R|qW$%^jeR~nc+Ujt0 zVK`cvu1S<#2_X8k4|0XXvl$ZVyoAJk^8*gX}+JD5V(l6Uv-r7gyX=~po zfiW5P+jQVxJG~ZeUENq)pa;JShA1c~95!C!7k7EZt=%njm)uoZ36uZ>onkh!oOj@} zcJaOjU3-qw`-~-S(hHyeNcVGljgeZ>jbQEf5CM#|z&On8LjJrQpU51i0w1N+Y;}T`znIBy6SX0h(t4KC<4If#`RZv|wmr}L zH1xaH1qmS#d0n{%0@Do6&;0iu%Kl%2&i`?zV#R5Aj@1Lt1lNF-Ib3{LD!}~|_a;tM zE1sh>EO5*G%byl(6L!XpLZNZoLA)K%uz~}hap%U~hyA5X1R*Ha`d4wtuIG3bRSL{s zk^BMW;^SP7FqjazHstV9W~1v_1WyvRP@#X9MdnpEhM1(LH#lE3Ka9gz<YUa-|tU z71NTS#Ilj{sKJJ$6aisVZ+rh( zy!fZ?M>E5JX%{jbwUbKmYzSn=3Ag;;M(V|{yZJx6mqNcaE5)x4RPdj{#eYm~bHV1SkvYxtqRFlwC7Ri#;MxZ(OYPBR!#Q;~(FYcE|o@Cab8UE&*EEFb1}Fm7dD zP@w_|1?BW}>iy~QBY04#-C}qjq&2Y}kaTIQ`X1F;=8G_Ti3xPR;2*@oQLjg6Ui;!_ zC@sZ<^JazGs!dBaHbW*%!f%BjdgPw#-odmC)ER!K0)bg?1A}Y53S1WNOe#CYvPz7Z zzSIi@v4wC%&*8lTsAN6kCi**hD^lC;8;!&k{v+74UK=FT_3UAix&%2T;E>X~;{#w~K=(m|{%0P{`$ybUW|M zw*s#}$_NTz37;(b0aMLQZI}JYsLh^E3|Gn#T%K@Di?wA86^S4wsc{rm@+T=$8Fa^ncNo7oQrZ z$(#E@y7%`|cdI)Qqxe&Xe^NKs8GMGaH-t&DoAeDej&Cc{%5ALd0B;XlW72=gucvjgmIy|EmRn zWraT{ALDyvl6D8Hd$dR#GxxBn)*{48xV6-IE;a7kpiXAQ@X0pQk@LylDSbPJBJG%7 z%aq8W2PE*2A_lY4Bn4?TkZ|SNQ4=WOmruT@N5JsHL=I1UM4W&|PP0Ao#l48Y%EM!ba{V2=|qUp=s`Hw(nN+q8*Zbg=+I)RO}Uk?D=DpGDo* zA-Kly{pw;PNp;>~hq2&0w7gR~_Ue(Ak+Fo|s@*$DJUgHeHcjKq=kP|aQvF%?X-h6= z*1)e4n=)yY=#!_6SG=heV_gw`{bg`LzYZckAxYS0EF{et zmtsN#&hx+^V{2j}bvr(W-RCUq1{%9&$-JU-0-tF@H;twO55LQ|RfSj@#_aNky~$}$ zsHDaGN(r$k+wA$+wV$vlIo*Pd-TSaQ7g~96{%c~L?9>Kvi9Ijl zdrpjq@mr8rHfn5Q`r3MB0BciqqM6_{M5eX;wz0GUPDQ2!_zUe=49dwTAS81^X2Iu2 z-R6O3wCe}49ppOd@w`(%2gQ~f=9L_1f{HTdD<>!?h+r?q)wNY~mOy(FliSIwCT#qy z>&ta?MirY5BYe-c&0lYCX0g@xJ4W+mReu2>wX8IPqi1gd&U7KKPkHlEEiz)>mtjS(xT(bJw$@y)H zw)O#+#pg)eJ2h_lql6<3?Itna)-z{^(6_|+u8AczSc+UkFmfXtOJxWh;diu;AbBR4 z+w`N6pIqe;=B&$zPF3`hE^mz`& z0Jp+xS(e1+GM+k+^42guU#8BypgmV7)~86w3*wXCJkRDO$~uhzNv?hmi1JjMSuBz zn`jW_@S2VFN2G$!C1pfPOk8%ZcWUuLgbmlDRvT7OBvzzR_0IEMe^Lz;3u=X*wF2H| zy_d24;-nernkW<&=rTYLwRcA0&BJ}h_}z zsPzA9TC)HwQ${}_xh)bylK-Im#R?#*Z;HOmZu(v7Rie?ETq3KMO&6bt_{-}Ir++W`5_PzlSy`-G5d?Ax%)BJvS}+cH z3aYYY8dz&>^UgyP@3DmDcBqR_BF>qh)jFqj2UICM`O4&v;g*nT1ry9&C3n{nc~r$B zXthe9cgV(?>euZp6h5Ba_< z71VCmyyZ2Wq-88H{Tj8;z%rh;{{+Wo)pcL9gGL0^QGFe0(lhVyVRyMDm@w(e>)yK8 zO)&G~I*!4xLzoN<>aDsIcCN3Y=ZZUj(X*6-lCNu=`sgKt`m7EL9X+_v`RmjBX>oPU zNdW1-vi1udKd}9B7;1pEmaGz&j~hxC?s{ZK znEhh(QWHF%fhe>;@M!=nc6nO(KS5Plr3V43elsxrbr%0CdAdYrr5>I6Er(;_#c76X zTf3^!*>^fbwAioD$1(r70sBACk}?4zeT=`sG43wU6N+dp%pG#6pef?NKhb~2tS$o6 zTCb$#4Qg~(ly$B8DHLDZ(<3-ZMZV_jx9fdPtTNP225S3yv#4+a+?K0$Ds@SSlqM)2 z(={Ic@%~9os1XrM^oWREVBk|Tuj9{V4eO-fq-3~~OJlAs6B);cQqcsI>fo5fIiP)c zRkU|li36XUe03HfWqPmu=VZj!;_L_6D!t4RIg$EP5~sFRspP8j%eEBi^mcOBsMqQr zlO7I+D?b$h#1lkCea$0qelq%En{P{K0hm}Wwf#h(s8ysF4HT7-X%ne5Ut-*C7AWvy z_Bs$_Btl6%&#RJ6LJy6CVKGQ+<#B^dO%;773Kr#7(>HSVPla<1S4T)`)QEin^O8f3 zWv_Z?UlA!mB=Pl>>6P16mA~2}H5e56d%weZ(V$tu@FDH+s!q={3B|x+zja6gsSLVp%6Kf-B zq;+gXA@2P^SKL5;M1s}YcV>*1vt~MDQQKm6AvtED0#jayLiC+ofS2109Q@bGaz^Ck z9KKH{B(VK1f9%v0`8p#Rr1>NMb-|AIujk1+7 zeIi6HFl?F!CXbN50LIH_K0%C&m9xY@tXY%6p*L9rF@t>=I6!T zK)26UwbX@blud+dfErg>mm#p)%w)ooC6@+rlSs95qwOfyd%abM1<7dj%lc<>52VdTqWwkai=e zV_x;SLd6H39a1qf0rRRE?O%dRL(O{YrY&)Bp3F?CIi)HWoBB62fT-2YQ3wq_?qJj5 zeWRh8M?;&e=Dg1>xba!^p36r~^jSiR#~zE3z>vn(66VGS3!_Wlpg%TCTwN#q6VP;| zpf+E_Znvd$zmDuXhu%~FufIjVM`qDOvt>k3TAqCA%w#M6;|4wt?!vsoEibHd5xu{c zE%WcMFtO3$5kTleq$o^w!;R|CKT3QA zn6jLbCVKJpk#~POgDX>r`e{;?iRdD(h>U~`4f(3Q?GxNyvXUpS2>aeZjj1qg^&k!% z7U?)S32~251Eql7Dy82A0vk8gYXSQk;2mQz`6i2WJh~qT8xBWRo*V?9P@xmX(O*CK z^V+%mCY|7-RTI_H?*Nq0)r*fwvFH)C0%Cdaw1g(#Fhx>R4KBa7)Mvwscuj9tXvb5@ zDb`-vlR3S*|1Fb;GtGFo!&e!vY~VUH>U*zeD^5~>+(f@C*>e#x@xf(hWpxF~3-#_| zS55}gArE@AFse5*hLU=zZBkhLA&u#(c$^|T(YESWdWF^VvFf)zX19r#R`G26l=ya{ zymMd0iu_{yW-KJoMQ$h5Tl`kC3{PX+S8Sf(T=6OLi+#mOo7r`7+>}Qyn1n^Ty zD)?dwykGTd(ew@TGl7i!3Sos;9ZczOqW`{V2*Ju zko0spdv_AYQFS;QdcE<;7$WxdPOtd^4}K+!3Rlq}cCUAZ_X83L;J+L7K;U_N+?x>c z)XG81D0VWAfAzF!59-0|(CchGWDMZWii8V}XuTVG08U8xgaTZtjL+UAZvh2myok*X!h4842lQ8iI z@YD3)^zWZaDwp}%v^MAJ*`-#EBOh*;-7`rPx;p}C0;@dAX$GI9euhI?OrG$L>AwFCSvDYX{D1b zm)V6e4b$nDQioV0Sf0A#t3U5~7ysmRDUmIjYQ&~kQC_EFW%QgyrbtjhD@CA+lZ33{ zU8e@sKG9%o>mFqhA*w317cZ=35Q%M+%CS@On(fg-l>h`6Tht{fhy2f0swP?8y;Q$x7n}0haMt zgdL{V(V7-|KbWdoq4Gui#wXugFo7uwX^oB4_u)T&5X=>KJP&JGSC|q=ov;gf%lp%N zKt@&_w@Ha!WpT^sTjSqRi6j=@$9m(qVye=Pxb+`Mc^C38ugzo3CDytzjFVh9=Go(8 zMA3f9e!l?Rn(2Psu5V$918H-Mcq6cqczBNR==X_716G>7uR%g-m8$GTLISl$^zDZ} z-?L4V;@-B@)Z?0%nt64>j7i~{nF?8(XMoE5NoO>luCJ(N^~!=}CU^>AopV*3z&?=3ym5?}?u z1(A_5ZH#S9!c9}QZoZ`L67tpKhb-awgrIK`7DiMzSNHXgt)6@lXGE^!*oy6>QR~^w zjH=FN>PxL|2D(vzS@1<{*H_?d%2d>5G4qISXGTo_HLsnwqpP#L-1Nx)Y2m2V6WwHv ziwCXAV>R5H1BtW9q5E?S)k&{-`$c1X1r`4Ff$rr<) z)%6ut?(IA~qEe>ip(QIHvu15@VQUf6OwC>%%xzpK=S!I?n>0nPH}WMFvmYVXE^?pj zT{5;*yXQ3{-)f9*P*=+3q@_{)Yhx^gT?(aMp(nf<|H%+&Ny&12c^{0Vt_NU8sFB*1??}n#8-pQiS zOYQ4QLPb&&Xz|E9U@%IXo6Znp?R91A#eQM+eDChoG!#5BB7Z$q?LRGW*YODDYJn)2 zU@E1ZKYsPM+A3Q{kyt@dGS)B=&)!1(RrL(G1ecJA_9@xW?brp#DuG{oJmXzm6*j2) zkc!K!;;PH0cyUii6w@1M6k~Hi27&`@e$1%c3o`FScCyIa9mm=5gDuieR1aMb?|lIe zdr=8bN*!j4M9|yU!iS?`ZILNou?Zk5ozjgceehTXF-YE~no(mVHSF8%kC-{+c#(D? z`!fD;Ow+rt2%yhybOQ+)lo$oAuM^uX;7O%)FPm;5v&<~zG}OerIMM*9L`h;ly=WdlrU8^n&%we`W&2d#0jrIU zBwzXrZ3M%f<1fYv?Y2avsrAmPz7~u{U-j^nzhDNjKPwoo_+?c4j_J|!r&vpyi(e4n z3dcn^4RkCfG@vU?S#amkexuF38~wGS%n(ASrgy`_uyz4gsdm2V z={z| zd<+*#d=*vZ%JC-#Xab*0ERfi}y_OEw$LmUOzfqgi;ugD*N|Ylm=5?;g?!p*%|EnZAG8^J= zR^{roGgx4<+pkri@?saOr}h6s)LRC{(RI!QCOa^ALi& z4({&m65L^cVdl!Fwu|)p#SUN4mo&S$*WG z=8w?bT&W(NN*zVhbpqjDm(AN3!49we{}Ud6-% z0-F2+^nbD^i@0QOYov1@i5owMLZjw##xe8+fFXn{7G(fNf!VDCLj>*a*T3$=F4jc( zf_lzbj}M+XN-qvvvBTR6*GK7CNd1|G zwJ5l9(S$jaV8&M%lJA8~s~5R@-K^BbVz_GdS8U+u(Qs>bY~`XE#8F|9tVp3yuzI1v zYR2Re7LA{eby!-;m%|QaPe^1-7iD0AaPm^X^;`Al5Q*+*8O)FFdmh=!ujOYMW5P3k ze5_-GYu_aeNVi5i_Uqcfrxs$S4Le86wGg}ASp`VGE*|)7VHa=o=h=Pv5RwwqYp|{e zyc=}|$bx(6m3$}fHLTL)$Z|Ex8jQkzvHKFKl$z-&;P!8hHjz?vL=rO41CmqaZ2#Xs zhc3UUm>!QIk7F(dRjz~;J)$_gZ@qt9^y1J8oz-5GX@$saMw%FKJ$cSA8yvExN9d!6dpttPK^Ye*I^!txWUE=cOx$ zr?3li3TGJj&#>VscsN6YxyM z>n(icWLHFicg0lU&L`_zm7&ojakv^A9+Auk_s$Fb^Bgo$gE(!^$> zVe-x*n2;xwYO8h^=?-JJGz4ZJbas`$btxBlhIjP6k<(4iRB&to+X4#BXI4-%6qE_j zTf^HoF>T-azX(G}ZP#BZM*E*ARFbRm2}gtZK{4OFHY{6m;vc?yH|XD_LRW3(4)dVP zjBdj8`rgZ`b`1lu79`_#)=Smc@vRV3N8CiDdPjWFPd#6aec^Rzw`I9v7z!s2YcBQj zYvq}hat&DUnzaBl$fj2Jj9P^qg)>QjUujGlc#->>okvaloo3tzF3_F`PF<(CR+T1^ z?7B^%kcqyRO3u@&+|iDM;!>MZ3uGE@klHSW8QrA5K1W)pkdlLH(3`)Y`>M4D`(RzK zhwyCgPqr*^H#oH>Y?C})5FpS#LKJ*7jQR0?3yU^Pry=n~5Ml0WlXKMYiUgCvzUc=L z{3?VM@U%Y)`_ua0U^2U?*FrQ5gK@8-Fo5JviOa8qVM39CEI~!iQgmxHVrhl)Ye@c2 z!ITl6!C|{$e!PNa@#wO7R}-30Trv%2Ix{K8$CKwZ|K@=}V6hh$cP|cF=ALLGO=k%3 zq6YHXC-^nwROoq&ErO|RIBGQ<>T9+bhE{_;4@ntb>%1kKP+$fl0pog zZ}gu3Dlwc5@)&dEn{lQ+&=VsEAAfuT4*FN+)g20pgNIioB|`wu#sa51{#7O`r*EQ? zB6&fVIs+Z;z?z8Uztt}9|NiKz*#45XW-e~NPC~&f9Wve!;{S016MzK#*LHIPD36=k z?xd{ooJB#-{7^gcK=KXF`F{Uu4S6=U(x5!z4ZLvN18Cg_$G_@NKi|#a_UIGhuO?u~ zF}z*fnN|4YQSZLn0U*1<+yGW^*lu)O5PpsYx&yjf)!c2h?A)QPtyx?-%y3m0Lx}GxcSfVb|Hj;+q2+0Q7l2U6`G9ka0g2;nc)<5_ zK&FJ$`^0P0HKGRx6kCJ>3V^3{?-RaMxeoO!5>gitfJrrWgO!_Z2CNw_fi{|j9{r+> zR_bT+HL{XcYP#CqxAT^h1&6UnhcWNpmOQ^bhYN+h(#LEJZfHM$G**8`Y~ zqT^UVLMWq%5r}L~2W~7xsPx&OnA62+Dy;ax8;;JHt5mrV0)wInyej9ELkWlzWcOT?vkx!G-hla8GaM{6E{!t9%ChPu2b2CCCFtU4Q?M z@d3Xk<1_8OU6}1kWJv-)*k({5!%0{NBBi&FlXLkI2E@E&wyg))jAMwm3NNS<-nV!X z0q?Ze?L<5*LO&w@qPHlKjLW)-bpDVQU}Qd_(dWWZz}$VQx_B+6_G!*i&lyYO{ACc5 z`y4VR?L%;mRW>nqZ}t~~26!hKOi$f?9%NNneAGV!uQ|T%c@N8XVBzFVlSUMug^v&i z0c)7d216mR0Qm7zY~2Hm$!ZN_Fj{?eRH>5LO3UZ$^Y#XY(2wxLxpNQ29M0KkPA+{` z^MMc#*5R==p~PnKOFDpsL8z&}KAA(0^Xd!g;n?*4I1ANljna%dg5*QxF7)Zt08@VD z6DzqJz!xKAch~x90?hw=g=f`)mhA$00XmYrVo2{9T)Cqe_2SUPTc-?Q`cj{_y2 zEqb1=gZE&qtgU@#{de5^?;yuE5ya4zm;rZ(5ZHPLWk9o|WMSaHI$^IpBK;saoi7Mx z(JM$XR4%F@%|qctPs0-?msXRc-P#Qa6B!I2E*aKbbtXs25@x>k3%T!7NRD8GZbmcngK1`J`mb_m$(U7#U--p;#25z{riye*V+Ku8yOb-y3IH|U&RwEV{%$fc^06UN1`gv)|IZ`a1X(TW`n`c%N0>`7UM z0~|1}{?z=jqko0f!6m2iWz8=6S&M`g)l&}2dtt*7onxvv&=-+M$`uEK6P?$|P15Yu zcKC)mXox)Z0{D*SETPD~B8({x=L)$x!Ls z5~x8EB~EAPnU5X=#q`d5|8JO3fd2O)8D<)MUQ)}8Hp8q=;I^@-TEIW^=6TEgj!x@` zS({d%-_+Ek&6*MV!C~Y@dzW>NcKd4GD<_mgzd)uT7oJi>nNIiVGfsmo9YG=&G*i)6 zfF416%qkK@Z02C3VTqu=rK^S#Q5WHe#J0c5nRnD$?KOWrcoP}vM(h6d7I2#dL3BU$ z6u)G+rwex^Y;d zROmQ={X5w6GLWV*FaW1W>N3rbC3y=^>;KXz9#F|@nlyTM$i$LWggZc}+keM;xq)mF zOvOPS(ZPDT4(Gn8xz!cHj_C4@#SKeSnVa7?_UcL`Wu;pPelwxWFeD}oi4z%LV=xpx z6(3W`(=J_2hAzVsgPG$18OzX@Usb-|5kuk?WlIE!b4E%#G=OZ(ale&q-xocwZmC$`T%ZX^DzK-S$%5(SV{_$btgn-Z9YDLGLKf~zBF-&hd z+?7vW&hN7>V?=4uzJJj(4un5t2ABt2$%SfvDf{W5_0Ly*qq%gq?bK;Y<3J&&#SAE6 zmSOoaca}VH95axtWFF460&o1Y93eX|y~Gw6 zGhg~3pwXaZ5&6JPK=+kC7g7~Pya$d*vmDLHLh=iRVkv6N)kP@-!?$!YssDu7RnxxW zNjiBkhts5u&tW-U&3d-&C@D<9B6IXyu{v;;qbCL5`UejQP?*E>|h|B|B-0D`Fl-2H65YR}W>S0hj>N*_G<3fGJyv-jQ# z(C5f1U$%P+;zv3;*${gs>Av=?w@r&*XU;l=RGau=ts>6y^5sVE0)bS$r-}GSXzv~G zH{=vxg62)Q8g}2rmD@FoXT2Q=I3xu(jyiKAq==%4wlFV(IBCGZDZY*x72i_|O&^QG z7PX*v_jEn&u7jK~S;N&$o=cyg{mXE{hvt-Y5B*pIIT_kBRXx?Vjd4@WrQ1P_r2v%_ zSL?Q0+3eI{KfTMTXQqqAsTGu_5c>Lyol;1I#m8*I+R1pYjK?Pz@j6;oFC&~ZLaN@K z0F5-e2L1k!t8(Adxp79m1E;|vYci%1!C2(|PrsxeK`Q_|=-wi0P*SF+1E0Qkd==0E zog&CPvRJn$rIwt7x-2bI`-y`0(}GMPcnej;~=?YBvWptlcxWCSOQd zh-{btpk&~Xp-dpYR~go?%E?gZa;&|Z^Ko(^O(2Srmw56hSu%;p-=iV)e8iu?(!TX_ z8V93(3Tb*|Z1t#cDCY|gItxyzdFCN|-qZq#)0OcHPpgxd2DIz_FP1<8|8Lmi1Bl4w zvvmIQ-`AA#I+AQW4`L!fUewK&!i;4-Ai)ScV$ckE~ zwr!|JQ6a#&kyTbf2}v(tPA}dEowK@|+KJ@p!F1bPuj+Exz zgYZCploGE>$awj)byt`xw=#b|tgJo%{A*d|sY zp#P2|q#o!y?Xa9oiAa~QYui(DSIY8>8V!r;*W?Z>aPDRcMmj0%;*}S!49*u^ z0C?2kb$j;650@CGT=iys?vgBheoE&UCa70?V49GN*FA*si{Bm~{^6FFosROLov^@% z&(iIhySc_UA*^}fO55?&n)Nc2=GtTjZorG z0Rb|{&x19)N?J10=4F*u%%`RmXc>4@{0PT%Q!A!?$W8qHwW)m!Sji2aGao#=dJ`VA zdr?x04fWhUGKlIVnaou6-pv0Y&BqQ`d@P{R#oD$Bsx*1zTfWxkUDD{6wO;IUxCX4C z2lqS$w;TWnl%N0WUm9Lb1%Ciz=3n)fgW(}lxAwiWSytf$S&nDYBy`<M zHxGV?xf`xIy|jn=@PZeisbS1qV?e*N&t{F&Ry+aj2L!7`NiS>rC8jQv8cHCa_-Z4i znR!b?C1uNh(L60yS&wUP2k5lS1Q>~F2%DGhlb(o0$vj8pr(m?H(SIHRGFNkFmi5HF zQCbo>(4&Lh4O0S6@t3Si$=e;EVrIoM>Hrr*;q0P=01E+za=%4V|Hq3#rM&%Tivsey zt#85oLqm1<%l_2}v~tB)9}IF~)OZL#=%5*SOMFUF{b~EL<3cGG5^7yTH>IKX9po<=6iuXq$5Q4Bi!n-BXJ<%LBm6EwtWom@nA;KZO~(4|_~ zVN>MQPw6I1Wt(_h92B%#q*bCFjhTM0%E^*kXL|v8^vSzBL_*zqZ$L3WN3_hGeDW-7 z@55hHC#OUvY%*Y1_70W|1U{A#1ogOd`vgL6^nj5;Yj35qU{rG?X-e zqVZY%kJznf?pOr_r^Gum_4|MTcv@6l%ZX$Ml=hN*43vWDou(8MIGKCyy2e z0A9jhZql{COYRJaLWZkg1M2a4Q$p2yoT)jQ?|Qt@qL zQtm916Y1p;RlGDO*8Q#doJRqM$#>xCgP??%8xxmQtUoGMharR}64GU7ayiYZJy?HL z7`b86b|ZTN3>n9L?!)$&8g)QsO=YLCg=LK)YSzNUAMb4)IB$g)Ku$Fy)x0&`$ydoj z;JBXZ)Y970S*qu9=h^P_U_rnBi|m3j)>L}1U?QX%SMsnu;Nss@pUALkY_r8pY16O? zOG!}cTh|0MHxlILz(zU976`(B-8z+MJCM*xYg)gK3I;~aP6o{o_X9MfHG*@i=OMcGVaSL%{(GWSl2R(4YtdWKKoV)^66Rs?VVKG*}s*cWppkAEAEC~mr zU*;}i3a7MWiD);ZU=#x+2Oi8L;R4h3c@IVm61jxWc(wiv`)900e;re-8d01-O$}6N z_ckX!+#n)eN10#9p}Vl;C&Ps92`JJvnfpzJj$FJJqeqh_k-5%ZYhA>)(M97Kg>Fb0pMTusUJ+YxTC1?)&i#BVk)tLM*qB~Lc{?@;HYi1;D zQeEilI3q^cdE8S-E|-XFZHrtIbV4g(1}3L>>;AMTG8NU4?6!LU*<)Q2P~`KZ&rJz3 zzRq#^%cL!aaUoj#Tr=bmTlNrsqbO?>)_3f;!gqUYH*?4(>67%G;JO+3rO}t)7D~Tw zin;UjDM|nP+?#xLlu3;}$2RS6XA=3jDSn0@yIk&iysU_!=ow+d!61e_pP7P~Cg_o` zLD$RW*FimDOBL|eZQ%#<;6fWe%dp}+V%1d)3&ws!N*>1TO^#Py-R1ZMloLBm4w94e zShs#IgT-|8u#TK!t&sIUW(sE9BiG?6pQ1f(j)fdD9rZS38XXum0afMU=;HFwSyZH>PztO79f3q$N4&I2t3zNc@znqDJ()yrxOm^Mcbd$jS z+xMU1k2hIY8>5AJR`?h_&zyYVqJF#8ns?ez0F- zHF{sGKWePQ4$i_-Ew-4iS{$-f*%n^CGbfhkL_*vK)&}K$J2gLZ91FQ(*Tjs?4uAyG z|E)vsU6Ltn1MjfYBV5Gaywh%TIBaN_FNQi0(F{DmU?>y@N@^9-=&proanh70{nTvw z>x7!X@1uBDN^pcGn*4^KQ1}5OS_kA)a^NuYgufNT-hH|INLEKK2$t9@&mvN)e!gnb zUY-qp?*R>p@9xdfQjgBtV6GdYvGf!Jbq&pYcHirm?7pwH1X8zkAG2BVTxDCD2}|h3 zUbvxpOlwx5kny^>ZLC0+PB6WV>22D~TCLVP2+1f>WN_3cR*aaZXYxWL&CUsq6pH?l z{qa;;-*U2#MdJ!nmgahJ>ubr9dAa-4i8QT45z4coWHZ&bpO#Ft_Z|s(MMkJW3b;VI z+<;f8psyf0XjX?^mLJ02w)|FJkTXZ1P<-^mBH&%9Sv03xZ>TW;7nA}h*!z2%lwxL? zWw}_P=CJLVzWy!8pjJo_bahyNTQ4hsnDFN$g=vo|D3Cm{bdAr7GB1%jWhTp}ML!%W zHi^JNknS5BLxD;lYlv)_tRxY{R-pwWF9D{4NdazQSA_k=_*Yax1mOZ7+9Rq~vQMS5G`gEQI7_6AvQrm+gM69lp6K77y>peKwPq=;U_|Ft?& z)0II{N+N4`YG&BGS z(!5<5s%$7L2g>m@eKKDupVSX!{G@11GuV127^%>-BeieKv$zVm7v2Sq`~AfYF8{I6 zG<>6BedcYN>XBLE?e~%PV}=Inrb{c?ldz_p?b;6bv76OMWi)n2ZDnJm3Jos-!NKF2 z-CB^CC z4%mhkxeusFL~A-)K_~s6E2UBs<=iELLk)pnkH?>uPcmrdR~(1*&s1HOn2$FS(^ixgrki>N>fUo5&hN15PJwr!YwHbFyd!=6rx3KquVoVbz{DQ~0Ve?WcgG~t z_OPmP`tbgr0gv>!RqxJ)b__NwjKXUg0cb^UZ?NXWYRc~WOR!kp;b@n0m| zF^aL6O}iy=o`@N6i}!mD_(14-^PERFsv*qGTUyhZyhL&Cie!XMvr6w&3Fw6cS#ZQ! z9u$Bp8+p6s{d`baOfGFLU4*a&;WO+-H?AGfEwIs=$S#2GZ8@MR>-!dIN__~PBiwb>;o2kL1ux`k=~d>NNeLAz)JrG&T($TW$>Nj zkPYxc_YPqB9l$!GQHe_zWK7onese>=8PSbCLM{P*5#Ko(sV4rxI;xyX&WZ29L26ZD z>cJH7P6|xZ5Fb31bR)cZ#ilKMEho4EE2@H1)aM;BcjDYV4GwvABix9rE;KpNtS-Wo zmAHCfEa<&n6TeD*mUm4jm=Y{X6`Wc@r2jG)Fjzsgp_p2O_=f43gIl*rMf@T9^HBW1b$hCB6sFkJk!<#7rzE?9SL2IDO>ChM_s7hX zGEllqqYIi_9+7mFI@RBXwf5j>B0&Ts167VyAEUlh(w^PG{RMWIq#l24J_j3DDV_Qq zdbcE4Pp#%Ukd3F!`Ye}BP#E_Ne zjS_Z^+B9$YB$`8JTu-V6?iZd0L#-+=5`r)PAy?_%9Isb)rnBYF(L((-YDiPqE=_MT zyxkwv4*AG_y7?w4P*?3KXg~>>q_51K;TvXU|LBh=K_A3z5A-*8HhdFX0gGnoe&M6U z*Cjt7WW#ypes5M~@a|2OICNi%J(yskOu(%8QC6q{YfWsEM!TY4HUYW#=%O9R_ni0c z5c}Wa{*7B6ivr;1CZiMLg5!!+YU)1X0~`}zt|JIr@_fO8<6u|tPM{YUQCSt=nJ4Bd ze$4F+6HFcqBh`V@iFKA20^@a!D;8|%@}aJx6tqovJA@wD)5WjroSIk99y3?WKVTx{ zaQiG%UQ{K3i1LdypG0xc$HfKYxW$`BA7;`A-gSR*^>; z{|hZt>)A?eF5+1h6Eb|7jT5HtSzvBU5GrqTbcBm1?^<{4*p$l4S}UnIt@ zAs<(uTY%Hu(=OFvWTC^{KVUR7nW_2b(-?cNkanjD8W!TKCqV%?l)<%VX+`ocjh&kp z&U{Q<^5162<8kAOK36F-s(Z5$UjlVwe;rCZUNvaFMO9mJHl~tkwRd{7@qggr->0dFX)%yZ!29F%#4i}$xI@i zx{zgZf*f2n@zPU0;<;)v^Ig|yI&|{cW%J6`DY$gB4m?U>@^(K-;n$I-Rx{Kh+WRW4Sp)>eNem-A+Ggup=_iJIUZ2`2N+Y=gD5t zlkxre<|t7VPXFp#_sfUp_1n%H3|LLDQZrGuc4>bW48lRiUQV_n-=NqViU~fV?uG8G zfwnn*&`77yj?C?cfha83W-1?L|J@I%KEr9U2ZajE_m_c1&Or};bEg%Y2w2lwYgw;T zjNi3ppF%8nBVUpB(2W1vcy}&_Md_d9B(3dSirgZy^X$&Jtqesux!?wW?goqWr;YY` z?#+dN!hrLzaiQ!78*!cYtHSL1jvtV-`?#3nK-NARwr*ND!JhnS;op~h>)yYi7AR}H z9cIF)#iIzIZBz{<5o26y8F#sC-|yRGbVxPy>l(^#IixOZ1AZmIMZ=EoCsAp@%3SBl zfBxqYxT)B@eYp=$aPK=uJD{{^=Z#t#&9%VSmE+a5oeNX7YzNvXys`9}Iq)`63&-h+ zoLru9`+&RyvPnpS6;QBxgou-Zqv@lPATN+-4vG6^ak0k)ZJ>y~<>7oF4#i!7siByJy=h^RTm4?dIN5D21ES#(m5 z@}wOBtTdQ`8F;+7pCof13gu?;EY6mFK8#R6M=!dK;Bkpml+RLgs7QXkM)7wh`YMMg zI>Q+!qV7hoYL$c#VFzTbrGwcrmYQSggGUtEEH8W?}X3{c9M12)A> z9vUZk_O-LKGySk@*{H5w@Ah@)3`>(UdXudCvH~wzIQf{pbl*YYFE|)bnn2Hpo*=Mn zl|^|-zx96P%CVjI)2evbU7=#V#W!3>@Za+C<%S_$EQT^Fi0hnGCx~SJiQekZv@Qi$ z12UE7(G{r?Y)1{{@L!F!f4VIwC>KH@m)M(PM1z{Q>ts#tkL(^|i_WD#wnSF+T(SO4 zUeLX0?|Jk3gwmP(v@Pg?J>Y(p>Ns+Bw$V2(X{BB>w=aeENxzSNcc*_AG9Vpv68vZW z%%&IY2|Sc!Y4Cp`;Oya>KB^*kc<@67cj*oRP77Qmp3cb59vPI6vkSW80B;XBE_)NC zz0cUN=;%0+l*R#fG+%9yZkKm|DDS6)g@lqu9a)JzIQEbEk16>NqQfxzppq*i4XXfZQJM z%OUAy-y+xl6fZ}}v+w1O(p>r34?v#VpfUj1VOeaFpvQ#UG1{m|zJFX&Y%vxX-ryp5 z>7lM5uw6Vis6VPugdTK9*LstI0}RSi6_H)4qAUNk>jaysPtR~A#nwB5AHYbP#y00D zn6gmJC!*dYk#xcAwhk>w8{lf@Thf1U4t^ssd6Sjhc;af{HRY0%*PQBeuz0!)uElTo zX^8s@#Ysvc7MTfi@L`j>W)g?+iArzw;Z5|uZOtkA?sqnPSi`?}g`SH9 zdQ|g5x*#<SvyDB*smyQwFt*WLr?|>zE z09#Q}vDWST5PN1Ljq|tt%J0BiARkTZ|7iibDD7%E-n|`5<{fzWS1nH~=z?q(wOha6 zdw@7L6%4Vc3j4pNDszvzJWK z%6)<(b5Pf^fCC!pkFn6uPO@8+Uz3WbSZ>hegL}WZ74*)oN?rYU?guk+=vORXGmthb zHpt%QbW-fR)t5r=a&UwmGAq-fD6(C#xdM6{Ej$Fe8pyf=xdQIuk|%Y47jU@m#fm++ z6H*0t!}=hA%Wdx9j9HIDk#F{qcLOO|w@_!il0{?arWZB9lG(R3X7w5L3J8*~_y#_= zp%Y^^m=<3QU<#{HO5&xDOlhxaJv{X19Tdt$BB!GF zHpm%OrSziSTnj6)Pz!`8=C#AxjOeQb%&t)kjrkPe(>TeTHrQV$N^{7c(IwvFiOJ;KP6RTqkvC-_Iv_qqT4ZHKsF0A zZC@n{-v9)KkP-8xqZbLu3CMc}B{PdA>z+o?D=O7n&ZjH1#5!2O+Y@4<;rab-AyS@* zXY70m9yBS%mX?x&%&Fsso~cd-CT1`PUcg7|c0IWtApj87rd%2F$7pG7uTyM?0_~6O0Ej**gGJVKdKyxf|xh-Pn zofqo2S*fLpy>u1g`S@p=BV+z)*qb71{wt zQSn&QNuuGd-I}UpgqxrjiY{+K*F1W05Sz&h;&spLp?B~L&iW(s(>iJp7y`t|h#i*n z<11Sx^dXg9+aAeyuPrw2$+~b78gHYj;uWq+<~i7~Cl3G)Vq#H{40)&Q^-opN-T1g? z)`?N#39)c&a&}-O2lf3*^7b8M#QTQsJNohuQrIJyly<>-(+xP?Dt|72(P`7~`aGH0 zU6&k!8PvaSDicYZnyh53h?Gt13}^YO`UyRJiour&ha|PzGB-Rq+!BSvsu89kp+DpY z1Nx7Z-qy06u4?ZG=Y{Mf=H-G7LhGC=kH8*xK zmzcb^cX-xNQ2p+BkogIK`e{aBotNsq(UH4iR5q0xk<1D`IewJnY>`1LwSVWyr})#M zoObRW+O)aR{3=t`3V)z*|Fyl*0&2hc4}9v@voq?x35sB4u&n<@UN$Ca&X|@hkeTxC zWVeNR^&1L7>s3fH3d>iL(%Wf3XBr^DBs#bErdqKed!y&*c(UJ#ITe|PCsX1ZSM4Eu9G z0RpdTwBfrn|4nCbfzcB_bw&BXG7Egn^t!4XD126-!7d32zw)?eJ!t*nJm9Min%ss| zgRDnPstjMXE`!^+p9Ai@HX~%_HXNbZxX{qh#Q7Ay&hhHl-^S-S?WbwGC^Weq2CCCb zmtxk|tnts4q8+?f0^GXh9yFuR+=H`~)1V;G7R7k`FXC*ts2~#DFFDy3p2lqkbVT&g zbZ%8^KTlULXyvE=1lIW0ta|pHx)*Maz3iIE+ha2-kZiuvZnStyr76SO;Gsglz2pf! z8rWQYWfKKGoC-FY{nDtZP%L+d-;&LL*4-DvTTN&`CThPHLEqFt+2=fj3|1-#dwJx% zMnpRreA{}86=%RBk{{K@N6=*b9scgI%O_d~;ck`~*l|Xu3Ya6Yszom?4Qpr+n$sK6 z<rZR?_kx0<@4ZFP>Er7Q(XdrG_CGYqliFrD!Ggk?_f^a%IYeGJ1rePZ~Q zbGawB8b1)a2uI6@N(_F=b@})-e&-%0xJ?I~K~=Lbc0XVHTEfFO;XZ_TDeSn^IiDgnBQ@&##!I@D$*l%gKg%CP(K zrRJ0wFy(rVTf$M1JG<4>pm_R&WF=nq#0Ke0%iOR~$(=Sbt#%tk;+A1ztcpgD3pVcq zz`2ZM*i?t#1sUdy@$1%MXtQ%kk*Ca&voGXJp>?#$?DSDO^|^NAUTwkCVI9AD*7E=Khc;s8s3ngveosoRYA6qa6T(l2o6TOm$Sw_6)h&M zE9V!h!bzfK_3Ul~vL;@3jf#M7x18RPy8A*C@NPyt=>9b(hX3WvsYO3Qn{}C6q|>0s z_{IUCXCNukdEPTQ9DL>EKKq+RyUKr3_6W((eTp#i9BG-1s!9$+MVUv5xSa1>1Z(LB zY3%YR_c%hN4aTd`VdY;1s$m6&IeibPbi*FS1MI8uf8SKI;vl7fTU&=sD;s9H2`|NR zUl-8yi_zrsRb|K731zy9>zm)sWUKw|(#Gh3HU+naRtSM5k%DI}u3m}TGWhf=l ziY#SmT<>jYp(AN5&9TW^bY;u9?~RUe1px(qi-VpNAo=`ei+jg|s>g5l)tE_77m?X) zpS5xdEv$;;7mDT-ZA(K!!4edk6{O)dKiy`_e&X8)?h_wUOL(OR2qZZEh}W2*E9XY~ zn`l=rRfsFKN{I|GV$c}q0QYExAg!R3%eTH0G@lVT(Yi_HAAe5T&~LB1h=Qrb*clzb-@$Q z+Fyk0?oIqa88K_bJV6DV&{H07y8=NuMrLFYoeB#rRqtk_ah-ZEG`RG+(VloyoS*8z z=3wxqFU=L)Fq`g2p)>gS8uA_dFbj>I{r_9O$b;&t-8v`|5C8t~uVk0dtX^K>lj?ML zkBp4ep``wwL|&6Mqx~aM6iSba-H*{{E3ZqHrdCKhK>6Xh0`sVU}}yckWiM&VpRfbhX`U8263?BpxtwY3zqOf`nt*D1#EFjt`7iZM8Do6Um4 zgLg1NfSPYFMLJz-{pNdIfr$2#)r=1ERtru5|wU^j{(NEERH`fZ|?IHGuCSB zT|ad|{OB`lYG4>8dB5^6-PK39_3om}{!o0bbRq<@qxO?Dg(9nd-O9#pH;+_hl#XGT0)jpHh4}7-%XA!<-m@#eMN{*pMd{0(@MPv~s+Z4~OOEwKIbH7#I7UUSrw0e;Zc z9TQcpl+11W8A0JNF<2rOUAR$C#&_`{CqqI$5>3;aO+h&MZD>~CjspDE4 z=4wCexS83#2meohw8mjORw0ohC&7+_$MmDjCzd?8a?>&#fW+TcOTH)IK2u^U4$+E|KwEJnb$K(6b>`%wgA9=);`>Dha!1%pR17)xQY^ZmGYR~e@TEn6fp zL5qFeS?9sON$Im-C_~8(#@OjJoK(5~a4MEo$WKww6DKfz3-hQ|gPVJIFZThrX_41q zyEoqi1QdL|-CR_qk{B`t45!SEsY3=TDZq;tGBXA9Q-t)&KZiZoWjb9?POW0F(ZPq4 z^nbfsmLU0dRghvj(&YvVftOu6ma3<+Z|Fc7&A-|(!+m?79wza~$~RaYjUs|X^quof zXxy8u?quxMAaf%tH#6~B>2S1+C7$g#WX<83p=B*rRtKN!Wsth|qb3KCI*+|`Q#y-| z{&OVlIDYP2(#I~cr)+EF*T)W;woy`EjZvi<;@z)X)=`fpJ}`*|1LiY^eevw#2oVP)Ce!*TVZ1+}e#h4VSz5Z6U8k)8T6K`kco)pF4^Qgxtw$ANOy z#-p2cSJ*2t+hQLPS8bO>`y2ZAnd#5Bk-9rl9LIYbL>(Ru8F%weL1mfBu7*w$%?x4E zUOP?mA`FFWX|rz*>wcM>`RjclB2g?lRSk|2+@C1=WLZ>E@tbZ3gkDpEm zB}N>|g>WaId*VOqRD}vQhg{*jQjeHfx?prjCLj7hk; z8oqA5wfbG;=0m`#Lz-;4kfaa3P!9((_H=0oo1L6(f1&}R`xoi5qBVl}GDH@Z zlmr5QvK*Rdj)~n4HMhMKv|uom^qwsODbE>30rlRi1T>4!M12~{S#W$(Y&|RaobjVI zuyC&i;t9WOhsjhR$C|*#F1IxF09Q6AC*2~MAc!v@um%|W7Z7AJdb6jy`M=aNd;D^ zjF2>6CiFxdibP3Ud;E~959ZrG*o%NQvwv^hH>^xl@2XI*A*G2h9n?(J9~^A`Jn=+!feeiZ?2i^* zK{N^`0!~L>gVDooX%4KBNy5%JwLL!W9j`EVJ`|fywJg7Syl3s#yO6KDMWy~I%}@rR zTZl^Tcs2{y;kaDiCebf5R89FwyroRTtj%ys-0!nbTGj_cvHlM|t^;(1#J*x#0fV+k z(9NvlPy%}6y4Y`z-&JSOVn+dP-lnm+0knJI_x+!ozbHldUUsopjnRi6 zBu5UmP(OX5#F7vmqV#q!KO7PM#FQFvY2iymOe`E+I}R0?*;0(&x+^LAz-nb%&+j}X zE1@l*eoOi}D1xt_xx*;Lj~)njz};W`BiV^Uu=fAZ^p!zzJx|wYumpE^3GOZ-xCEB~ z!QBbLEx2274<6hC1l{279%ONc#bIIDefRhL>#g~)_f~C9)t%~|>FGXwj$femLP8$V z^P0SR6aAli|Ji!lGtxb#0)fZS!t^(Y?VG4QI^nsUY>eemvNwJv7F1V0v~5M&vP{~li;j}BhTY}I9To`APmnXeP`j=(Dg+Eq(r zRO)!Bajf%$d)N#?%+~yR=pARvgjU9=FH*uP#f>sehKzCaw$(_&h#FkEL*IQl6zEg8 zL!jpv=b~bJA--Cv=z)KksYqt*AunIU`n*c5wH@N_-o)?Tc0JGcPL}9PjEb(+ zjqxCJFk@@8mxdU|iYd`_W2PDxN5i_i=+le=Y@ND3gW$F0Ks+;Na2;pV!>Qxze8w`2 zgaN=Q9BA7+`SV8qpjg5nm=Eu0Ff7)LW}H!M-Tw!+4bZNsm#}T#1@e0UXnG3Q-VCXp z9VY37A;g<1X-r;1UUVU?TLDdpu!WuWcQocXBYgH#hMV#pMIflp#E9817<&){3FZeU zfa}qUK%TlvIX;{^!gqs*Yu~Sfkj{OE1c-n5xxcMepI&ItBrno3(s97PIZD@sb zk+B&-w>TaFI+3b~0Zq5+JwN4Plfa3^1H@6=dEH!tH)d>b z-puYtN#l--<%I&-Uts4h+*6Tc(8*q2@@D@gcS!o?%9oKU7GO&)Hg27m4DuO?i2Jct zFL>4e&~80aGmrH^n`6ccv$z*N#}nA6s0<+8S1Gl$eZH2W5zIGpJnHv@EglLLmEiuV zi>XxUviy$8!QT%v-ct#q@)Pq@7XVB>f8Cyvy$JDj+JeR5++%sbdpl zT;Ru}h~6G0Q?J4>6Wg*j01Q7OSDZF(MUE~HT4`RPiVI_67H;pe4IO&nQ?lv{z_I(T zTD;2ybl<<0PjZISI^o^gd#Eg6N3<)Z`F_%KqJZS6s6c;% zV@DmZf<_Ful9!!-e^6XDU=HR151R*+`VXcZkUoKeQijh;ln5C3WpRtE*N>*Z zI7n-MZfkpCt!-Yn>o^bm8PC<8b$3s-lP{lZdeVnOn556R*6*85LnL__S~sANvJhJB znuK!I`xn4`aLA{}SM|6gyu}9uFBo;<3^XgK=pv|t3j=a+)H~bc(lBP^^{ueFVtObc z+3tP#tL!y$>u*f|yK{jv<9@_fFo$NvCAfg68El!88cKbtp1iX)*<4am@4~C|Yc4I3 z8%x~NCBE~>$NCp18=FBjx^QCpZu2edhTC6%pKlPA#Wp(WrE-m_OXgDdax zsbE7!qL3%f7+FV6Z6Dl!B+MhKXXoo1Rva2LcW-rf$4o|sH@J618h|9^Vl<*IZ1c1_ zf_=*kqfg;0GioK1ZcpZ~tRy2%uo4aP#A?Zxpeb$iEi~+&zH(0j`3>=Od8;ot5Bol; zvJqp_RWWwo5J|G<9#M)aqu{^jZGisPx~aJp>lmO&}dcj*^g!v$${kET?56C$3qLu zaCE{geKI=5osd^CZ48|}l=0BfyPkkDgwJxl@u!{PRR+Nies%XfUV2mp(Xj_9+|d2Z zO?=tWa@4|x6J@sEXGW72YTU5U+SCurGN8Y-NuGBl5OqoS(}=?~K;vIoR^MZG59T9t zXJ^UCNYv$bDy;pfo?!-n4gW)k!_Y-TlRIS|D`v`kzxN)zMX-#nXsS`ffCbM}S&WyM zUj7&1JfDhdy_1Ced(0Rn9i_=2?bfd`)l1|}*%Li9t5G0>RG%cx7sJ%8&<}B*EsNyT zNiI(zcN*_{?_Pqs4`AVd*BPIiDMi3gjW-t!j6eRzb*I)V7UA0lUMTEt0v8rCf2?A9 z6=m^B@BCw=!cs-w&19VKY>|E5oP}i}NuLcxo;?T=W#-OKH;L9C)IjtK(YMq+u zxChLcJI=XXjVGXU9Q~^Q9}9qhpGkXW1Qgs0VY(sdabJ@n+4G@LJ^9mezN)$jYX0gKZ5Q+@s8cBVTp^-dzlKJ$oq#iaH{6}HM*MD@<=jf6aA&K5*Jy(FsObaC>@(YWPO$nDj z^@1o63gG2a9ASN1Sh0Mwq$L^bvP(gU+2!!iadM_$w`s(5s0ijDjT2~_3hwxBIB8+e zIy013L%}(ZE_+u5?X>)&aDBt8ZiGHv zNOT-kF*}#k6I+i{V9bWk1dHxf1^`R^RXC!b1qWz zWLggS{dBK+yP8F$5%}@?Dk~B60kP^^6#7^Q*gERmTWP8~#rBKy$^R;Jdbct6O7-@4!7gF)W!xty6B#RitXCrUrGwlfj*5dnc(i2&TbIpI% z93RcaqC*TdVAH8xY~=XRvvqt0ybHy=S4pLTYM|Bw?p>)j8pQTs+aLY}<$e6g$q&uE z|2+ac4G|T@2?Q$A%@$(}=#mq^$E+j5B4Y5-{G~L@W5)MpE^tm4IhWJQQPW`!N`~C1 zxr}a6Z!pV|KIMl+)X1scWZOn^c5&@i^>I1;IBcwRGc9>Va7|?S^cj=HNYB{mpy|bg zn>qNU7>U+Gd?p4+^*py}s`d&P4|xu3K>`NzIQb!^S5WZ>(*-ZLav93`E_oQZ!^}=0 z8Ky;8*A&5jIOL|A_HX~e+Kx&!AH{||4Tuqf*%IJkpxc>oHHIf0bbQ%47icPOQY-F! zE=%WpVYU3vt?pJrFQ6El`o=gW$zt}7zKoD?{9SVn<3Xl@5qh7wl=4FSD5KSWGutjF z&g7F?Y;mA}ESanrUg-`h3LT1t+=8*>;gDlmA>`n|tn0Sn*UDK!B4WaVy*=|VtT0sH z(71JDB=lqSpO<<``=~z$ZKzU^;+3ywE@nRsr4}%p^70|Ut{oR8*!^NS({ktm5N`*%1_&RmCPK%o}i7nmY}e~RSJU88Q- z!75CB5LrZrr5Kj?cMn+|wk(YJEZOUtgAfqqeqB{esq8JYH7m2&CGd( z=Nn`rK`155vaSrX&T+{0rrrd)d0~Z8AGmO$?F3>4?rdmx5FBD0KPZm-`T(vG9`4DZ z-{g4?(fz-2N+EF)t_$_uB@AC%477U0-D9dZ#JXTj&&Zu`q1#VQ`1A!T&n~#VZ5ZIk z^~t&=+9kX8%-i{Anq3%buHAC^k1+seS;W1pPaJyjHc0Y^lkh-Q&`c6HanOx8YLWk$ zhv{Q<>7OP!RXlYqZjzL?ctYYr5Z<%YCk|y?1>fNB%eipsX}+AY6G0DWiWwX=D(b3h ziI!yEKqFHEl#&eOG^N3m?~NSaj_1%zY#>EXe<_RnU@n38Gyrw6;#4|kfQ2ypPqq-w z7l%aHb_HlB04SIUdU4)tCL@b7ti!e6yXM7om;5Y)?(aElwVIV`Pc)x}%p~wC8u}aM z;`qe7=(#xxm=}kj?DmG9>3A$V_`&W&O{Sd^$35_Jy8UEBrjVYac=KPH#t=@d@sDpC zCxoqMTkTXx-o=9uI57HE=AVAC(b>*!`38*SM~K3D!h0Cg0xaW2nkv}%@?TT_r|k9k zRv5Ql@XP%I7-~SSI%5ax8lwNVm5fD%9K@RpE8q2L*RJ~QSQOuC=Q&v}vEq5qrSBw9 zl+CGMwJ5QSbMGE(o2oWWN}A+?_gi-Sygws z2w&U&>o=FPX1E#YRn#Z@vHtVENJgwknjV}hvKD#i3A{M__}?+`_T7uxCn_r#bk3&# zO$UTGDk{%DD5^pF0Xbp6p;)B#Z{`;oMEd?&*6wm`#C!d+7H!O#+w7vO^UWGVLxh>| zL<$(y$R{UwkZ}sZ1qUWsI($ECkd7ooZ1T-nu!~x4=icv&mSAS#+i>60f={mGS9o&b zVvVm{xM8rP{T;cxFJ=rP?lKlW*Pd+Izc6pG3CSD1x?~O+QH{+z!qk{2-sPbd z|8At}8*9n!`+%XX#j31gBVUE7gT?;z8U>2p@!WNK7t5?`o10(V4@NcoJ;;A(;Fv26 zFuJ)IA-wj@uQ*B@D?<-YQR-Z6Q$H4T-}7)5R@f9C(xe)pTdoH0iC`aSr#f>bJ1biY z=TU2`>JVnDdR(Id~6b^Qck4j4mrjNbjQaWMICy{*{dt zeq*U&)kl3LGyEmvhJUC!TNEuz)!g$ffo1N;7?-Y`D(a`%H2p~fMo9&jxUF8LLN@J+VIRm z;0N%gB_4)q_cnyx1;Ray_OwF-wJ3B5*bYT2T=H;goft|^_e`K5 z4pPBfX};?E8vBV-db;gm9fO|K5RFKqk;|5vK@DCk ziU4_vQnoZO+35bGx$_awb9dHFt42bNaELeQeNoX1c<)Qm@*xAwR)RK{7Gb5nX!2=K zbW;IMe>z`Gqf4X9-m5Zmv7tb5(vqXxdz-Ih)p}2pcC;Du&YPH-sO#R7O%`{b>VaNA z)R>dBk=C)nv(e0OzWE(E*OQPlYfB@K0JSoogD*e)*F6SkY#5q6cK;z#~AuLUmJU>pf%rmHRO5Q#hAWYSmBenrWP z+8NWqL-sM==Y_zZ_sbN@37d(OwHj7DT&AYPEzd=NuKl6z^-$u+U$C$HexNkm4{-C(gq#sX6mh3skU*xzHLi_|R@IwynODSP7?|SY>?yEnGDbYKepC&|rg0+s!64>E+k>qeh;dMCyAoHhs3nwvhLnO<>lQux2}PpN(wW z87lKJIu!Tybr!_gP>nimS#+HmMa&NxDy6u0)>GN{HtE+WHXqpgWTD@mW4I5LsNTE+4C~<_sv5}UGH1&5<|@pt9|QuyVKyccvTTv_ zG2i4QFvSCH)>gC8-jey#$|%N7o%!Q_B3JYuq(nRUcd=+)X6mox5Jjxdq46Dsorma5 zE4{|+yl`Sd<9CEG0R{y@HRVp{mkyf`1pB0G=|fd%6s(yunjAJ$tt4%Ujw3vmd=oC(vJj}3=AKZ!j7G!Cz{59&-Uqd!%bRzvz+7>gC9Evg zg;#Z24Dp;z(Bg}Knz3W*#UO3+z2(?-hiX8_(?EZQ(78B3ttnS zI9zYax#y{wX~jkC?@XNMh6&DQ-26iecVz^Bc(eZE;Ckn4SINE4;Csa1W|20Lui~5H zf@6W*5m|BLhn}vwT&-6UJycqlf)5#(oV%iIJ{x8VK$cNSMR zp4#nq8q0||>4*Dc^6<7s=0ZFEZm#LSG8k;?bGjqEQOm2O-4`xb%k8qA8GK%_ z#6zI7%GDt6s9mD<{X1jEbp@0)MrW$IJKOE^+Rv$g$2P`!K|s+K;rZ63W;>ILs=^DC z2A9%hH}(T%Xs=h;Nz~x2U@P+=6|Mss?l0EeL?7;J97S0~=8t%c^%p{Cw{*3z5yVGzUORZxHVhLU*QDLY4+DtC- z54a|uA$!Ef4Uv?hRp9xe0?VTUp&)S%>Zfhx-Y2w5EtMT+zPC6yw=Hgk7VhpT4UhxB z%U;nbx86O*!lRs_cPH?rn5u}z7xLmRF>N4_$4iDLw@?L_(F-Nlv1F(r&fW!u(Uuw3 zZ;M=b3Z!b6{64)Rh(*y>DPg70P)Su{gx|}$FWT*%u5mc77HI0sQX0~EyE)k~mb6zL z+?My{@7v~u0_Ks*6VT8Eg2*(DvQ3J(h=l9ZKIw2V%^J<7Wzt$7N%WAFGOrZzw)a8L z=bw;QFUII%2xEzAtT$Z_7@Hl3nuyxmi!=T_@H$0Cn_vcaO%IeGJ~HjzG3`#ACjT~m ze1BGc8iG%-vQ?joXSSEk?g1&n27J-H1MfEwodJU;56 zU*yL94-PfVUI3N|8K=Z^|FEq2#U1qqftDsqjl&7~8bUVD#9od&K2GY9?+c&vvEOQ!%9f5Vz7?o1zy9c6 z?ntJA*;pkMDEBMHXj?=G*w%Z;*@JYZ<=z z!md50LXmmIvBnrDXQmd`;nF&X3$=MAne{auUkG*&Uvl?GK1#iGu$f*!X=KYEb zuH;Mp6<|l00;YNg5n;rb?C|Ei&c_(3+kx%i7D!I$={SG zPxF}N>MD2H1=Dhi9H?b)B2S!Cvm8tsFi;=T_dySNVw0|ae z7^KdX))yz6FNd_^!MZ}e7#O)H5@Ym^C{k&i?k1?@XJ`s>>sPXwM`I*Hp?IuYk))2o zfmuR_#F0JUVg=Pa|JM1P5zApKB2Oy;$z;}q+3cYlS=1W`i_<6TZxi9jST@HKn8Yf% zp>HR%m?-=+FE^1qUo%c^VMDnB)MeE_SuEnRX?uvcS%vK6gHhEv2+K>O8h#^KIh4|Vx z!FGXvIQny;JQjmbT@!dxSSoR~8Jkc*f<_#p2s~Wb)RvfQ_v0uBVCc|j@h2HG3TP{* z6>&Cy^EUFS_j)p$M_A{m(x|G*4&*QORLoG&Cw)4U!F|%kM zmf|nj@AXbqg_RgtyQ=&;OMAC7ZUsQSbwiAfG&O+pu^8dL6Z{s-Q~mV*`^V^LFinWZ zZ_o1z^+p>kIK$?H^N)E;BA_R@+$_wecVXyOwnV9^@n?2nR3b&zErHb!7l%ZZq@yDeR(3O59zUDCxrltq>XWoVQ5~qeqlKKD}irT??4q>lNR7nT8b`ybjN95h70k@N!@aZ=GDmycVm?PSM9TtRGyU~<x^U9UhXnQ&P;_ zB4%0BC!wDi@_lTbLlI9x=x4Qbw9TCJI&yI5Q_6y*vfO zX;m0<)ZmHW_e1gozF<6Xj8=T5X!{i+WQuyDKn#%u$U0hR>1yaMo_Hj(gviSS$~VBBmBO>8TL)ui`$ zg_r-|FuH1UO|rxddeH0Ze=yn&&l$--NdxkE%M%jP7t4Mi)NP-D;D0O^WSbv8BWQhJ z=A4l~6CKDn{1erzq{P5mBPch-?@T(XZ7LDI*@9s)q{L_`Ku)bPtTdGHzG(BFNJQJy zcER=AqL9E_*kr|K4EpShG{Ei~noW;Do0ZkJU)>-`dE#|hjQDul|L(tOYM%}A8!oU-ASSp8UUS4iO|F#^6-g>0Ex2~bI(HyIW{p>HvSl{=gXqNHR=k-4(?Lz0l| zy9SF`|1S1RsPx_Ou1X*+ycFvSdg=By8MIi8CK#A}tm68dy|nnAyo%nLCP~6{-<)7q zD4`4`8emGFg`Y1~uT(%nDOTBW?>#jbtPW!S&|2&Vc6|!}h)ZPd7#s_5LYSsp)Xh`i zdcF&uatVr(CjYw=XC7>-!~JpJ&$(4_1RyywNw{yR*?{qo#aJbvR=9Z1iIJq{=-T^* zze$6?`J*PQ(`65tl=q$dutvW{fFNwJu^vjihg9m4Zdi!CkD*l?a6`$>Cu>AgS?0#PJN zB6%Wh+2@8mF>FkEhMN?nbl_l(BYCd|@Gq|KJNzEWUrJ5&faKVm&$waWoa^a(=U}Hp zvvO1<`AWxRS0HL}0g&Z;xqM9XUr8UO%bKp>WqXWL%opP~-b?q84un zuXfCp@iFTIl!aH=L-m#syN8pynno+|e?g1qQM;r&OP7Q@Q2l>)diDqH^mC!h*%`>r zA{hFa24=Eez76p9;V#crZts1oCd@R3~+=6vt zMS|H`*wfTf?AcUxt6Qg`Rr=~(N=5=stz|sYuL*HB(ELf2Cc1Efq9ckrB%gP~caM{DIt{%;#F)K#LA<6tI@SMyGsy5Bqxa zGAvZz*=9P*>E%vE}+ANIMH?5Yjy7e>@ z9-67jSI1=k)LQh*wF<247w+Lzp9jc-orfittco}Amb~|NTl%(H7$VZL7d<;}ak+u9 z4Eloy_-t+dij5n#dyb-ly87vd4{TE)X|FNBGbsc-i1x?zcxsU|d5a2J0$MJ;vux~k za6DJ4TcbB$H~D(Ga?!T@KqcNJF*BU*K|$Zd*+|Kkh@AV2WGN_56Q2%u1{b z;je?C$PlrsjIOQGoG%RyY<0hq&Vt6w2CJ8YRa^E8&Hk;{`>yNzrfyuX!Nw`avxyh7@``d+azapEvnBmi8fpFRFbj1g#9H&_9jx{DjiaE zJ)Bjh`580FR}8r^H(9IuL;DkPQ9*W)3e@N2QTo2kE$7;xlOU>?J3$!8%Z%-{^c4Rf zIQvO~c;kwFS?7iVBsO;n2o~Ek6GEza!NCu8z2;;i4e&W(14}P1!H&kw)oLgr_!cwwdlYGolU`qiY zo1^K12#eLKCXXg&^$Ky7s_C45n{kD_QM%2L$0T=~O;C}Qq8a}BoTwHhQ(GGAv~qraJ|!I9 zl|GZ|Y0dwmB<53@VH-zmrrJa^n-Sp?it=}aYx*W%jt5>iSAWiB{WJ7e^<`mU&JY)Z z>;ocJWm5~k`0JT*P}j>=XS*vE6kArI`}qRoepMhn2#Iv~D`$H+-7`J9_~|n6iCfFK z8{zM*8H`Vh^y}e)-3O<(%k`1-JGRUtyW@3%;YkWbwtLrpZg{%Gh~9D0C;?EiH51uS zU;gP}zP= zU-r%Hzy`Xbk^#d{G_Y%s*5V7>V)5_Dh(*|)(bx@9czTx z0p;8NW9B-;&`KN(06UZ3C%|)5`u|vf9_d>RzlT*O0>o!_?%q)Y;BCBs4=_|(B1wOo zl%}6-yX0VpT`nN0)^%)#-_1Hvn@-06$5NW&>g$HVpNkIe+mLhQzt;gcThYQiw$#A} z{VQu|KM&TqF&(Ip?)gVZp=sRT_Cu~VX!tK5fBtSBDWVQILsa7LCh^*gC1Dh2(WVV&ZAgOxZuZOyd!LS(#MT<%P=^3Ic&)qaVgxIP# zdXoBfPk?VyFxcZup?OONjW!z3j4%O-;F{09*g?q2==&M(R2b|v=ZKWzww}z)dY?oe zS~_wnu_g~a91_1$-OE}5OlO&OL2c?o=<1*|R2JMdv6 z8LS=jD(~vD^2^0c4X@;unSUo%fUZ6BCUL=qVqr@~5aox9^^wIz-DU+W_clP#T>!MJ@aP&I zja^^3h2;52-s@7p`p{^sot@9s4`@WcMsNr2U}3;K0Z`B%_fsAOJ2T1QO;B)z4tH?8 zYzG=!BHnKafJ|{^vh3Ji21}78a2*hxHUk)iw!;t_Bp>Y%oYzCpf{RD*ng-5$Kxo+o zQsHq1*J1b`hAc_u4z5vsO>x&Zmqq-W8&@IO2}*O4e()h#uJjEgA)1us$cZb0I-k>1m0C` z2n23E?Y6DEF68+?HeIzn?!HUVKD{XClSq*;Gg8o6A&pxyItm^ky}3-zuypWFTKb0> zxxlR@b3ZTVn_SnwhR+*V>t#* zb`Rt5-2oWW<*lf&Y=gOlYwS{n-fq@-IzVKp9|wB*78+BwYHa;STUiZKvs0>PNx+VJ zyTp{s{%)6nDYxj%X-E17tAS7KRO^J3S3)y%FtC@emse(C=)n>->oD_IUG2?=DrzCr zvIYu(fu4m@qF~1euv=BOZFKkvm zXHu+4Ros?-3MV|IJwv8pDv^faEHW4^q`&(i0s);8W{x_+E28p9@-9{5DprvP+vp>i zg=$Y$R#x46R3LLp%dp~NIt2xV`B$YJvcZ!wzXEW5g4e_2?a>Usu<*!SsiNOOhQS}- zYs-FEY|#^jkjp>0kPzwc@bIxm6SA|!n--?un@9giXw>L^Di9l5>3tC7GVLC*=*8^`g&VPP3`#H-$SiX|1!|~YUcVtR@G>sSS6@d#mmwwJB18+9Jv)2d;U5r^% zI=g$N3Ea;Ty*?!)PkghK*3d*L>1OR44^ovZ}*vQ;N;f)lE0_%k^li=2S?7S z6QqYz%QcNw6nnIUI8aHC*u9gw2rSo;GU62uNMgmTS|&C$t-e{B9fkcx#&I8^@|gt! zHO$OtjMZXm2f=HjgC*b)dC8x&HSir-=y@-EbfG{|Q>44ZjAb>4v zA|WyH3qkNQhK>raq@+4&)a2x(`@{KXsn-*Y+eg^^BaeXS2jCTMB@SS)FrYW9G~_`Y zF2w3j4L9a#@k{0;$85g#fyu(4#3}K|+i@MU%C^Qy^~a5&zsEwhpJ?p7I>xW|QHE}K z691X3dras1QJwfX|Kr2>I|D0~Ha9ukgx_ig#BzxUhbSFr#BqfoFn`LVDpx9E>Ckl;4o|aIt;T0P|Ob z7Cd$*8@AR*o{TLEbetb?OWdwI-ITL@mJEmz(Ff}F;xLLnW~hhXx$xDzRi+t$_SBV*ygjJ#V)M!nM$t z6%c=t2e&bpu@9Nsq!de8K`_{^Fy-aUiQVY=@mH&mH+UJHaO~f`r*{?5Ol1r0 z@cI_VPhzHV__PlW%D{_yAC$>`jU+wrDD=1eOo>%~!@0zg-@e<%I;@3%VT`h}4GIXI z0nEqs^F<)X_oxNZ}gJD#yN6m?`zUXR@>KEJijHH~dHamQhl1Hyv zGt5-R>g!6oZ4YK{TlEtj^hld;u;{M45oT_N-aOUA1mjp;OLP-hEM7A4J{g1ex*<&! zd}2z#lqG34)^v%m?e}-mVG0AaS`6jZ-yGRV%%szD_R@CP)ona!GE~NKkdlAegTEpN z2Eep<1t@quoE@){)LboWpE(@MzreI|x5jCEf}*&~WQZlK-TitOB)>w!!W!`iDJ)hE|@>&u5Ch`djIj&C^6SmzRMYmHE!03 zUr1>9s<8)#6$*M8Ln`^KSavHq>muE{9ATkEIidjbx!7%8F=dD=$vjTk!+H0Pmxl+T z%+tI1ljh?saN1jXb2ma;1Gu;$@;%?!VY(De2pXT-fcd8?>Dnvf@)x|h&D zj)R+n$8W*aHRLG3?yE`)-vD2naZlN-R%4$fB(|0KG#iEbl5RValn^e1k1KO&a;Loi6H7t#?jml1N< zZ;4OlGel9nW=p85S~RrFaPJ5M1I@MreuRNqNf9oE@~OTrb}k`k8ZFo>pzq)f zhuM;r@(q7@K+JE{8|Nkt44k<^UY;@d8M&rcT8ta2NQl+Xs!%l@XeDGDN39eJ)RBEc zEd%Wlh3TV}4Imz)xKh!U$C7(V(BWCgZ8&dZ%dDrKq=TSq{|>cxN#fCgiqD9IDs|Ya zVo$7*j%+0kb><7iwm;g1rtK@zFZJ2tIRQS+=LcEXzK&?}VUn3&y^)ec3Y zb}{q1N}z~zFizoB>iozprYKq&Kk$`6AIjs1>x;xBTkOsN}F;#a9v0F(@9Sd#5V<;QHJP1aL{QlcT z&tbjMzR)wkOdar%Hc?LpT&H>ZLB2-Uj*Bnk5=rtk$a$+LTBNqcZzWhi%l4Rt+UhXT zkC@AZ5tFD~C1-q=c3~uGL0F)F%>X70d@+ELFTgqQ7O`epJV8@$ao%0G&cM!+7}`D` zjT}6h)pz(I{pVCt`FP(RH+^pJr6G^qFFOE@#`oC|HBSHMPw{$I?o%2eHeVn;K2X7F zlRtx@;mPh#;2BuQp7j0Gh~MKtNYT`*jVVWA2;7e}p+4P@AihQs`PI_34YR|!nb+GS z$bX(^$DN~ATsi}N6zphe$SX2_km&!s{m>PhPf`fJ5Q5U3MF67f*SiWRdLc2G zIyxT)ONs0u<{jG17hs|$|K-of3*@FkCKSoCD*SnboqJWOY|M34<8Ms!E+{OkH+MHrf$NljA zN+JTpf*tdoICi2O8!aWa`-$lrh-d4XMC)Gf8|AtHHU_=qw0E%MzF#B~iu_ez1c(Vc z`#p*#X6MyKF9fO6ht%%|z0>sLh*lK0*p1uMtsBwb@_>wPq)>FYv2a5M5!tHg%UAVS z$4IYpMpZG2EH)?Nw>tMYEX@!A6&49HIemCvEdH?u7GjgOE*e`q!%n$3KM$X^FxvzJr2>* z;`;nLBS!0?01No(qvQ#ZPkwe(fJL%9H(|eW`=cQGhAxHV#TlRzmWREVMiqHnzS7@e zJALY|psbKf?Ek)Xx=dY;P z+OdW=c9N$`r(oT?2~p1a65}nuF@^6YbK$jV2l@4ZH&RqzBimW_Sg7huMM8#5mm`tiTpqv5AF+3*?2N7=u!ihu|ZhAgJqTOB*G-lLvE;&7~ z7eO}+($DR1#@@-vY!!z{Stk|kjuDA08rUfd+4?nuNo~}I-^`1z5I;WrF2)HhLW2qe z?wbC0yy+}pefQ`MhOh*u`j_@aVqryCjG8y8{hS(LB~*_KM-8Lh_6a!xG@kv{@TlsX zKa3EC!V@Nen-D3z{Yfy;WiOfNxr()=cedG?Hflc#9Q;75RuWHU;aLhQ6j1oZi%|RF zv{fqbi>HEnU%1Loj6h}n`G+0lnxTKi9Y<+|ws<^1h6AeyI@G6TWHZCw(VJp2j54HU zoh4oLbwuiZoRnUiLYzWH`iP@Ynr|lv;)6!4KiPXme|~orY8n_hJ4ax#o^!|Vl|_d_n<4?L=lu@rLKrE`#?TkVQBQ+8Z z2aQD8!&s3Tzx;$zAK`3u7&mgdYsutV7l-7R+t0f@42^*o7ULax)U&^D6a7WmH?Aa+ z(s^EK+V}pIw?8x0&0V}S-yWD9{|pH}MIpk}JXu0PRc=Y0gH2p}9pZCabA?EIf&;$P z1C}R%SMjsX=$_!{vlE1YWqb*eplhDnOTub!UN?!&{w46I0ZEPwM8L+&$S5} zZpqgQ>7W6f!#kEDzXI2g@1XpjNHKBD*fK(>bI;XEd0dUtQAd8UEvf1sCdA~xnTgxJ zg;`})e?YB7afabVKEYhVB&=O9=e3JZ(*|vv)A^-Moiaf-Nn3rqn36q|aI*G%@oOYx zhIQY=YwmgJ&e$fGb+XO249Q1{zw8=NL)XB5Fq&)<4+SG0s3rHaYkUSavE2MIr&CvN|X$tvwC5JdvcZzUj?IPShp(MIZf83Am>s*8?-3eoH+ z-gt9F<`z|b$&h2izzXr{zIAi=D8^XKE`nm>0A7$OKVR7S`H}hi ze@7>`=|=RNIniO_iV!5$--`e^oZ)zSS7eIN8T5m6cGmG(zlaKka#D*_RV+hDHpUh`S#kGB{B^UmUKg2Yd_G0MpU$tV8_RX2(*z z#9{FCLe&`^t}K1TBq3eO@;$B`pY>RcH+-sJ^_X(SZ(cYZ9uMZJ#S_1aOQB29rGYT4 zEg|8wKk%B4OG1`W(K9p{-%5jfQ)1Mly>|DK`d@oEWxt=Hp~y!04o%;%DBA}ka<(Qu zmcOVhB#FsyYlB-}vGF<8fKDi~3Qu45NrcAU?UcTlsIg|4H825wKeK$fMx3jTUXHHViW0A4`6fEJeXb zCBmCVy+|gNK_Z8#mAzwMa9}ov-1&^o9C(U?j!Q&smtEoikEXAVit78`20=km1O=p| zyQO0g0g)6*N$KvA98kKuJ4H%B8fK90kOpBSM;JP1m|^Cf&v(7QweBBx-JCmTpL6zp z&hzZOdSHD7f|051Ssu1Z^{ad(t|k+em3kc#kXng&IPB+QZyTD`j#)tl?30H^pBJuk zX9Rv*-lu^yjH{q?%Gl0iWQFtv4aBfAT(G6PIGJVm; z2_?Z3FD#;yLAVvH5a69ky4Bn@xXeJ*TV(&c*dyK{8>U|NWPAIN(0|bw4hzIR$@7MHhS-i)ph&=U##blI5{DLSFV|zjwEcldMvXhoK1 ztZ?07l-8clGj8(S0hVFJOUtuJZoxGf|3KC&0)fM} zaM!!yUerD5KVTqYCx9bTz!QI|7IQ*Va1vNUIp44C_G~{y+j!(%&cx;=zPV+{-KqQ> zTRXjv9VNrAcB2?)w`#dEBcb+7*&W$tTu}Ez6Ua06t}CE)Q`Y8N`$&b}^aii@1aV?v+Yht_pDr8LC6R~1cTogVSkb8} z1vU_7SaA0KrurYyc{#lvqxg@3UPW!}0wtS`T_L#C4vsC2eJ4;9SUBEi$KeOjTG1fQ z;tz7)`b{@N2&;9;TkHRqBp3FvH6$PaktYdgkmBU(CRZ&i=?%K&_#=z?&)Zh#d`?Tp zWF30PD|^*YyeA`CMXt_n?eOTeLZ@k!semqDmJ#X0p%1ZEHA)th{Y$Z$1=k#i^J2KN zK+&BU*1Kqxum9m%z<Uv5Br9f{%is6=U3CCw=6pt?IJYLb*oCnWbk0!CTi*$JCI2&byQK(Zt**qMksH8Z}2dTFWNbZ^Md zG+*kJY9WoZCqyqBTQtIq7xhd7_iHV7;ic})vS6J4YQ36SBeOD4^I&eaxyoH!eftp< zHAa1oCwaR@d?fpsF0+(5u2-4k_Rk=^EkAdqHCps-k+rX5>YZBVX82TrTp&q3m0U>3 zE2m2wB~sBZW;J>m?B7jICJKy7_D#aDfC~TmRb+ru>kIG8%gL#kdDHrfk!slgEb^#nrrav>2nOZ@TG_~$ zlKd1j0)FNFrou$Dg+JxJ4mCP;Z)?h_JY<_sD=e`u#X1dD(QE+N3f@GRDp zTwvJ*h3S81A`8dn>j@gf05HkUn1uL#Q*w~^rYTX8pH79_i!-}}V%2iVu~&VtU#ETu z|ExXiS@|S?eO9| z9Cv!DNo>1qp~iIe?5A4-Zq3C{yAoHDeoPk?YTb~&r(Nr>8q0srvke!8Sbnw=y@YBD zVS|*r@u#{-H+!3jsjI8RW?8_@7}SD|E6XIQe4gku+dFi+P$oP0)Jto2&*-E#VD6LO zkieDnE2rPi{ZF{%?(TRpuqy-6(PM z)C4=s_x)+wefF{!lbW%jCExu;CdF^$r7^4UI9foa09ZNIWfl;cpkj_|u?{mOE|dg} zHSOLk^WS-i)te}N(|y*CDkyXgAVFA}#%BwZ^v6h&ta`4?y)w|Ou$$lY z%d!*nKo7=$ZnOElUHLIeJlXpqa^R@v{^i7_{bM2-+;9uR9C^P2JaW_%MYTiTOQorl z(x!J<(C8Zp>6|XDm809E83}HWzOD~{E+WbQ_-`PCZcohoy9$sE&V?ZF-CboIj*;jN zj~cb!O;wdYW|y*KRho7oX+@lC66R<5 zk*|#7cU{8{&D*N_Iz<)`ctWrpN!C9CzpJfY{{3#e|H~a7YrAk^FM&cB3OpQjX)+l6 zRx5{e<@RVG@y(a2F1V~Y&Xdfe@olwdTE>e-8T%x>8InR|it`egaSM;_j!T918L* z0oT5tc5gWi0uzK)?mzv#J{}7NX|6bUT=qf;9vB$fY2tIahyc-~Ja4{c1V*ohKwsmG zhm=oRNRGjiOjdnIjwiK>t=;Y5V6Hqmygd2*p!DFBu7oNF zydiF-(ny!6G9m20Lv8TT}`_=^Td z?c;#NM?OI_`ngJb_uZ@`l3o`gy|m;)^|y{&Z~XXYvQX$m5`2!}T=lPqeTK#+tXx&C zcz?#fjIq$cpfXC%?BTCi(hf8$N!QQBs)_{0`YXAE?iv2FymTZZd)Y$*aFw`2NIdFb zSt818`1cjb|Iyl>RqoR>g?)4x*>;Z_Yj+3wKjR1EET888{*JM^ zs~(0MwyBwoPu969AtzfW{@Uh!*%wbu1xzHnVq`$gvi<_}L2oW5eqxk4NE^ygM)&c) zfnzfFhMnpjy%+Y^Gp^<;7#}SR7F!o*s^#*BrEWMdz}Hl8LelyP%ZLF>OSnEs$#RQ4 z$iS}>VHI8#ny&|*>HeT7aiJO}4a=F5bZvTMX~B70e!VmGVD^g!1wopWT0p2D*|hPq zjfO$)F&TwI76lzDb}b_lUwI@_Wwo#jaB_Pj{0DJz`+MG5B?>!id7cbTXl(Y-9R#Rq zd!4{9ae|?@7;4c*rXk|Et7JD7SWbAVtEr@KUgi)n;g;vtf;v57saRN~HF9z2#Q>#* z@GDUIx6VOlEZfS}GctUR+g#?VdQywYB%6M^W~{1r?``rgny^)$jw65Z-vUbNrp6)z zQ*P%t_7OK(8pV;8IWC`6HqC0qSncc#xJJX8&_tr5ymZ@war)+hdW{9{Z}*8U`;2N7 z_3PbYfQuLFoy?JuVND&1t@hTa#8Jq6ifgch1X}~qonGv|Got*!yVrTBVW+3zFaB}sEGE7>?8F6mV#`CnUv(|#cQ%%$ z>v5&xlOW1dG510x?r6Rk$qVkf(6xVSrc7Xj$9vfoLM3D$#)*<-?deism@O50Lyb-h zMHjZD=iM8AIXyAQP>_YCtGdY_GIe-kCh!5MU!ZHDwA33#V zRZN!jMIJI;9Et53=Bm%Q(PeF#S)E*~TmiHS85riWzIQZKiP&4%7ZkA(DI0>k#g**V zKNHv_t$STuK*eMx{FAbv=I%e zr~_-k^R*UjTn~6MlYKyFQGE5xkK?6~SBAA3CsL!864PF{-9Qp%_0OSwtE_^Q;#mQR zvBn*Q{6N0{&OFMUqGKa7N;^xks`VZ&upf%$~q=d2{E`yB94C!>d{3Ic%zLDsp3Ns}zu;zCZA z2+PI}t56XU!NUUc1`(lIdEm}e20%t)_h*L)I&k;YP`T~x8@+8SUdS|Qtg=mQ`n8!M zV*Pu1%_fWo9836azvr3O!v4zaH`*Uuy3sXl&5FO`bMy1<@4j$1yl>JndPfjjR2*bY z+xbsNkFoNDaBKq~U%RwLHZP>u-T53D6c<}$s9YEx&XW1TasXvR_Fm*cy)ra~{J>&s9#gjdGYRo47`#)0-7NZv*_ufjQF+GdPjTmJmkzvFEaOSCbsM0=9VhJHZL6c2XleR3~(g9V0=c!geF(TV0QuD7gT!_ra zArA9{ovDo{_JB-_cGnl4kr(l#*-4`p4m3wcC+7sf4!L{ zDueS}VdpX6*ZQ43unNT&mqW+AFW*y*^M4MJjtjo}#wFU9w%T>x64H>SngL=FeD6pp z=N#Zp3i=So6_<7$Qt&3j0&L&wT27V_FK>&8)&2Z1*q;RE$ZFEo?6LKrF%Pu?xuC}~`8`+bA)kqxcx4?_ut2FMN3kiJ>lHWm)S^C- zoE(0oh#Id!cDB_0_QapNB>yLGNwNG|EsScAZ(Hz0Bjqb$;a}U^Rwh*6u=z#wlDdBz z)Em?+Cz4psCv1}6JWJ;>!3M2S(NP_Q8c5>Lqc;@r4lRp;$wbNau9e{q1C*^}8E+xW z`||SPGkMRzle-IV?>C!9-rU@MXc)F68>H~S!>-aj-M`# z9O&-n*g1EO@wzvo1Rgwd*rA%LZ+ol0ye>O4ke;TAC&$MpVPxcl&6$>DU)f;fR1pX| z5;IDI2^qStj(l*nrudO~CTNgNOD6;ku=9*WR6d*Z`T>K|`H$~QSCT_+9KxJoo%K=1 zB6JTsP{>yg)pD*~lmy5ja$)t%Wvqos5&NtZu+NN2Y9dSlS;cl?V}H1Oc+weymTE5N zeYrj}kUytY!EYfZyv6Z8aR2a9iG!4DE1f3TIMRV(RYHbT*#d-TL$y66_yWrP?klBT zeaR8mPiF}@!oPgl4IQ70H~)e{Z4Vqwjs-E9bCii)%LN4PHLFHu^S)+IhCgm)`Rz!> zHe-=2MKvCy?7n&C`l3K}>0(TU`S_gUzChZ_ClSB?4aPRcB1f6fFl%F9!FJa@Q6Vpb zvtBIKU{IPrrle6J)FuKtwL?VHK_xk-9J<3_J?vkGG4w-Fs-&$V63{^cq@v}RdTNF5 zm{OIIuIq~#X;B!>Y`o$aDlK}6_MUpB)q4#gUw`3TNts+Zg)xgp@npQR$D5$;XblL? zRT(r{gcP~gr;d}{{Ub54%Yi)}k5z4!K3zQ{_w!sgK(qu?-;ZUNpS)tS?@dz9pv8e@ zJXo%O(!clnY-wHkT&9WIUhu>BD;?Sw3f$z+f~Y2{o@T_!xphGWPVQ5SD+~&)9ZzKC zGAYXJC{sw1julMa)K-i1N9uB7>D*=2B5JOlsZGbofUQ`;^6i`=wa9hG&oLz{6R}Wp zg(0zil`b;X_9Y0U*kyHbyTzN3CsS<#RdVFt)ryj4Yxp1eI|22&6elO6{1=Gj^^+ez z7D_f9eCo9_8N!P%4Q9;*R%-X$VaM7mIICHS3Z1D4*cdj@nj8&|)jBr50=6I8RN@wA zf;f0XGy@5UmJQKli(?Jds8vELE@a?6$^~})z^XDPv#imj;qo&3`FVwnPe*@RUCWaN zBSI&>xL1pF`jr#ylDZCdW~l8o6fyBcL8so{WF-$2npnQx821=#(OQ(R6-QuiOpWLzvDm!>vIcX4`=2SM{1ZSm+!dRn>6U@7zklse zmTfI0W*ZF@Sqpp-i?(0kzXRjSk5_?*u!dKNSbabOu2gtu zlBy$JExE@VM8-lIE{DsrgL26b6ej*=MPM52VV$F4R+{jy$l$6p zrcdPqAY1YWyxB)mLXO2Dx0Io_4uoN5{(s(f0%M4)&C84g9z5(Heh{B+Cv|>wN#efR zzZByC-lSvHSzCS}X`S5Tq?MJ#wa6+M8X6ICUMRzTeRFnEjAlk|qVX1$zoh(EwIVU5ZqPC;0UOHG08@a6zAyFsi${ngUzo6H&b^hyG^Y&G9?W#Pcu!G zx6pG%QO@$e;ee77-@a~F{Ls%G-t3ufs7&MfNb+Hv6GLS#F%c9^)ThqPPhksVqi;*b z^QB=EixZIC;$(%`j?0vx#R*{Up^dG##!xtn57;36(bLNsRhtQ53V%U=B716A4-??Z zIsGHj6MHzsk-K|581pLZ7%dT(2+|Zr@a@v%{t(( zt~^~Hf;7iEwT@M0w!&*4gC$5-7)d>K=%StY8iZv3o=?6AemrfY{#Ln#>~$!PhZ%F2 zOUtjMq|URkVxzX{vzGK^iI^h~LT(G=024;C>Gw_ix)cpVL?TRX1#Y!q-%N|JQJVZH z+IGMG#aA-Iuh{^OFbo|61%0M4ck-mu@8R}(fW*cOK#`63-HWJP@(h8M&%Sb>Cgo&^ z3MAQ%FXBnS8_ZtCu66G|++!tWxx_zg8J99AA3C{mgVRy5=y-|O7+WtyeLaS!95XA; za2{u)WkL*bUIvOvZWZhmprn2KC!5^rhHlgmost0{-bFG;r6uLChLFlXZykqrD_j171?&Brl6-W#)?yo|%@m3o*3t-4z5Y!{A9P3iTwoGM zv&s#WUZPiKUQ6+oLcPV^V}CE3>-JVys5$Z1IYrgY<}lNJGG-Wsa2&rMNYFU0)T!06 z$h8d!&BKFW+^Uippez2MvDtl!I|8`QKXH$}A~ z{*IoJ{Td4H8PYoJ$lp@(UqhmpOy2r`Y-pByVHNZ$qk{0k0_>Wt)qMjM`HZL*w|Dan z9^d>+**&+ZquVlvrU1BfvCY;lvt^IU6>!(6b&+s#U zU-T{!==QhUeM;jzb%`W1@zcLxOJ|)p>btFo&M;47$vVc#ejc4qUGbAUdEo=IKugV^ zeLjR3SzmhpMX$kt(AGMImkfZrbzIsP=b%bj>isc_4vh+Ws%`gSke(^~xx?WvcJGKZ zVAntvW;suBX)KH?>oj&rilByddmO)8&2d`T@$^gGgKrhkrF~?Upi=1cn{n;&mUT7P zpB-GQF}Y5w7en;Y=e7-)%ixUIoli(W_oO4TDt&5+%Ehxp`XZzjSQd|7J&cJ(H{N3Z zUz(3bocGjbSH)y^jUsn~>+R3)XQ)z5;{}g;XVRrc7Niv0r1L-ItxV6%wJDl}PTWRL zN(mKC20$*x&drP+Y;>QR1zOcm(gFSAEJ^z|B7Y0upkKI)z!Tl8+}Y_ z5uoH#c5^Y5c!alH3jnMS$AwiBCjBuU9$`;~^0sHsM;c{9jccOYPA z-CxJT-173IkpA;uIX%I`Uzd2(g`dOkA-8^c*AK-{SK^__KVF!SNh}lhnWI2KVD6Zl zgy+OPxz0aY4z6dkkj}4mT!k2}{vHKnARf5rmZfSyC;{ zsw>t$FG=1InNOCvoS_Z_vTVzT2&Wp}W9}t1&&Os$bK-y=8>k;|+t0}9>GvncS)f7A zeB&zp1fK)0A1Dw5=)$|)XYi9l_LDHQXjR$=fc+ zTzp;DM<3CDW0I5{dW+c^hV$?T&7C7#vdn|Kkn*z%b#Sj{9;W0+1H|{p})@L990fl#mUc9 zQ_ol{V_O3VM^1dP=C0{nHmX6G#5!R({A2P${dMe1p)Ij3WCcOVtd2w54@dFaAgZ!* z$#&(=newY%NvDs_Y|d2KU!I0rC_G}1fZD<-I!>cCTN;f@cUIhZ+J`zdUoS*(DUFo+ zR_NvH_zV)N@vm+gZqeD(&be2RZ-$!3Q}U6wDN*d%T=MQ4r_7TidWFpv2K!MvrE0 zhNrL}%I1aZdJTXKEH8lZ4K-q-GR*2PO*Ff~%tJVa7PBD1qK*vXHiZL8}@P*7qEb|mm>MyXY%)qO8Y z#_wF{kW7l*>8Q8y3x(YT_$6tFZY_p~nN* zVtvpm26le^z}%h#JG<$gFDjz4Ov{3kwS>~JKmyfmLE_=0t7 zv171{Z)PU~G05f1dPd;RxSd{nFLaB|;UU=+X(r*mlW%di(uKIs_xpKfC=kUj(v^BD z3sEj{TbJp>cH!tFlGAEnFfs}OO9fM6kNX|Lw*Gqp>$%*rS!n0Krq1fYx0pSG|8>Py zXZOft^a#1vOdA31YA38~?3Cqw_ess!+=%?B+*fjuX5V|%f28DYw@sCqELWH8+w*+z zwYsdwd{$eW)5lQ1BrWCZ|ANBL;F13Z5ar%t2bkn$eF$n!0zE$r55ZoK?T(Bcz9Fbk zeGL|XZhHp2eg-X4eqQK&p-EJbU*fJwZqGVIJ0L!Ztz7S?;z?6kEM?t?Y9M6o9^w&> z*!hF^GPgkc?reUoLR+b6RWY-fp*pfr`ixbX<_%55lmzR{>Nft8PE4Wo4t>e2+Y+s( zmd=eR^eTdxheXG69<9N^Y|B)^4GID)s!-&t)s4MGQFXb64D_={m>q8wHis zJs(&j9bu{!WU3Al&;-e9F676E`dfSG0d#{e1X z8y>huQSrC+zu}n)a)CQ4d;0t*m2Z45<|UPREb*#a)DgD-~hb-N=;PcuEJX$CUwh}Ql`Mm118t+lu z565;R3MqSLgX7@TZnWP1MY3v#<-l3lD9F#G2(l27n1FseE@@>3k1;?*4wD!gajHZP z$Hu?8Th_pQ&2CWKK-hEPZ{ICAA3@yc zeRSa7R=4cUUr=%_32*}ieVLJ>(|4qx$^iR*~n;(fX=Ya6`1k8btf2Z^0Z~ixD~bcBKbm zZ&~B{F;r7x)muGMF!;`Jm3C9R$G5<>-EBh%qqdi9J>(ih0Pn8`W~Ra!iPky5ycfW` zISV`c&j2UnK8y$GYnxe9$|!%%BtI#)&S=y5BX&xLvoRmFILy=S_Wdjt0vEa^kyq`o zEtm=tAI9uw%MTZY$gH*jnb!A0WN&hlJ)lLYY{w)edVCyOqiSXp|67=>x_{`_RVnBh z%CqkG!~3-DIn;Usg@;_(^k+&A@d`n0tM)kpi};Zrpl^?JjM7ivB(D;rxp6tpwYAZ zEJ4@1WO2TS(jOfnNC4}&L{=?vWl~v$3?ut1%iCaIbo%pQ&5X16{R7!IJ;v#Oq#nDu zB_bEDzb?fYnd}UJl6+jOXr;ASa05bb2=lT8Bke!r&1O}mX*c~WxAQl_SU62r+%EncwEex>j=_NRm4Z^KF*I#Zwhi;EFYN>_yO-@^_| z!7#SR?|o7rR|+nyAv}phtGCOnKv66u?4d*K%~A-0t}woUId2X#tHiQgiJ79&ek|La zlX#;5S80!2=(r9Q@J8fYH|elGdqdx#i^&)M9L4mBN7MmVadrCv8`_Bl+y)*VSNil6 z;rdEtFo#Ps8$F{^S#FnbhW}gi^6Tsq6A&+{pczle96aABIuoXaE;by1;^E%YHRHMby7Zrnp?>K1&Vf}`CKJ_tzTSB_Ds5Vx2Z=3w=6QQT zm_|(Wk0xv%EZW(wnOCw@>I8;eHuetlyMxKYKwFQKfKcs!Obm8zck~14lndYWp9>UO zO>E}BZz^l*nw*5aU1>WNC=;q^`y5_kq(NZl^5Qm}U~@naGdzRKHav!%t#S(rYyt!G z#>U?DNs3TXQXXw|xAR|5i9zXoy+b)TIZYCZu>$4RtB*yPw-C5?50n$oKbIY4BquZY z-&AmlH~>CSsNWK3d$g_+&$pOIB{vmrHt;!hm$Dco6cp!P-RYblbGkB6UW|caDKnRY zoO~EDREzC@?wkn|Q2AoT9xc3Hj^xtP^n^5o$lk$+5r#bA@0Nwd-CXXu+c#!G@ZJ$X z;KpuaeU$7?4RA87tMIOk!fmsq&|MbY1mnTD-!EHO#Rt<72j-Y?_?a3aeyX+ z3^kA8m7ZGH?56E5xH^-vP%q z!QOixTZfaLDzf1>WsPzT_#cEC|D=2AAQPB34SGLLBM`flzLWoWJC`tJ>D#x*O=FtN zo(Za1V%S<|CF^`8gE$G9nY!%HW80jOyD|zX{M!7-x7MP!%uh#+m~G~bP0NTO`!%d- zr<^plQ98Nd-cfZxx2QFnduGopcA$ z8*GZz8VXm5V(CRmlwte?-qTx=oKGBpf6f(im1DvSi`nK)6zBl8n47zI4FEc2&t)uv z`^pi2v?$c4LIYogXxnH<-IAErXTLi@oMpgpO~CDtKA8mIeA4Z;rDzoO$h8sp?6IE9 zJ|{~Zr45+gKLy|?Vgk|!>_~nLg}v8>5+=ki+0?e%7N%AZbV({?tA|gtxme<3VJd81 zx`)n9E&Q-68{N(3kyKZ#Mx_PWfW*Q~O_D+3)ZlZmw$0{jhIVk`+O{$d>Wg-bEVhTn zoCYI^uaaG?0$yW*Q!M)Mr2ABQ6ot5aWeEHHx(|e8+MS$;mPDYkR|3w&Q6(BRA~8%< zG%p}ysL1pMLxUVJ{1G|i4i`HYkTKi^TjBEy2s9kvn>F})g*KD@#!@yV|EHyF>YQ87 z#O%%76L0>P1t7Q~+3Om|0=>{^mPPub-bXOsy(<^%OR5(XyP-@BM z`me8mZVi z+bQB8mM%Umj(vUS9MeDgC+w0eOcW$Wrdv;}kDHHP1yn2R(5p)sYrQacSHL_NNTqL4*MJ za&a#>SQghbv78BsVX%@z_=hSzH>&8d{?aH;N_$pem8D@$vJ{ytp}0CrtAri{kb?7$ z3(;dsdUhnavT7TFc>he-i$pFFWvUBwV-#3=~pw$g2V0K& zUnADRmk%Eg;uJ1sD3!9| zls|GzS{3KIQaO+yDi`4YMUt%Zk^o2pesAM=!e`7KkwKE=`ua}Z8>;OAyT!cx5Lgg^ zpxv*U@%$U^FYJHv>JlngQkIi{(iu-(1P_VpeO4x9b5SK@RL~uBN}U7t_+3Z2u>97@ zU8u{ITzdxa?mgju2K+zUuJiH!BL4egS{n!iTA>OHg)4n6>>V}H^A;H2(6dyF{ncuA zya~L?si}FUipo?o-t382FMQ*Mo~pkYz}Lldoz~_=e{uRCSd)03nG5{M0X)S?mY>T7 zVq8z5qmzH~hm)gKXf|c~Pvy?%B&soj1NIIP=ONa?J20jo?_KaD0yw{S%H7=2HHg{mn{K{K>_uV+!Gc z3OdC&3KW^!jpZw^9(tM~ECRgY>hq-Lx-G-FUiy8{q5CzB3p5+@nF$$R80Nn0#YAW|*fc*{NwqzfXg_^J!|RZ)YG~-< zKY?UE^(=R|wZc7ON5`H-t@M~V+7q(S&}!K`h# zbaXCXn@ESV_&#Rwk98$hbY4$hUG>)1*52KhcR6=e+gH%m2=?b)B2>L$C+_#tQuxFnWL*3pONGe0E|V^M1GV^Iyg16TAw2~h zWvv-c8@Pw%Uv8%Nk&4f|jQA9#)5~}lbhf#9Xh)x$;fng^%!@^-L=k-)BtrEw&D`Dy z+A+r~S+VKTc6FPm$=WJ|ghiS2<}V76L~)wg69@G2A}%i^Ghoz_4*<_uGpA?go;AxV zSKiq#_c`w7p9=P%n-i*rBb z6Seszbov9v1ub*=51a8he8ne1gGX82|2CmIDh&-@SqA{TGXn)i&bA)jU~U?S(38+Y zDd6tP69me12A~U+eg1l?f^hmA#Va?xqlZG(F~#)`&w3}2Gja3bOkLOzJ`jKXk~Y57 z?)T4#E}mj=B@;*iRKJU;g-P|ZR)xk}eD)M3UjO%x3!6k51Omm4O&q24MrLgzeaxU! z5|E!9;+5Qu$9^(pTv+M+JC@WEZ1W@peD`RN{PC**MK9$wm>2f3G$ifo+3ah!)yG{? zM>i=sM0ii+Lm#}RIxy}m(wjt?Niz;Zeye*Ma!#2QeyibTi!Kb07ytX%M@UXyL%gum zddMrw!bgh0BBW?#kS&d6=W&FC)3LJVTcHHm++DUWTrb}}5BiCnWeWD&<^piXxfYtJP@F*QknyQq}Q(L^}7~Pn?ko!gt-`08D2mV*L?7 z*>5mvSs+~}A@3ZB_=9QCycbNto zUYZG=VT&tUC}d(XcpPA+!SQ=#snMbs%vrDx2!;EVG2nGCtt0 z%;L}NVC#ZS_mOWW;DTlg6AF^?BgZOFkE^QL0GG_Rc+SFFb`+n(Gz{43bN~KwHtF0! z57?s2PEE8SO3#xgV!5RIW+&h+S#{Ktg7sk<;_8ymcbe*7qv7k_<8WvY5;G!WkitN? zbJNkJZuLv|gUC70&br-o%)>KWv2@Q8MbJC`SIvGet!_Xw3_QU}&H*aiF026UVJsO*j_p zc|Q#Nym9=5p$~TRGVW;rtHs%KotU_MFFsVA`!V~zJ@V2l;w^0bB*^q@(; zM}Ry)M@dLQ@a&;ofS=1AS)Fd?2a5oXd`l55n0MIig7L&&%ZU{`5`0kUd+H;1TDW*%bBY5?MyNn+MTx_Pfi!%9D0>tjN`E>MFlYDmYpG>d=G#wRq7DE5eTzyl>ZhNR+ zfA=HDh)b=<^oPSX2_VP~GD9m17fIh@odp%KV7^<(j)Nu|_uen_2qmN?jxX-HuVX~+ z8|8I>%|sct-2Q&Pgg)%(H2jsbD)_0%-mI_xVE^GtSagH)PSo2GUih59!R68tnL)2~ z!t3S;3#(AQa16Z7ZZqig7ZDn*IrBahByX? za$nI*fdyztkNGchU%A+}?GPohy2xNDFdUyJAK!3kl>Vxj%mLkVf@wy#dOWnC4WvR2 zJLk&(jFTOnOvTk-608FiqwOIze<#Q>X_KcG1EZs(8sGNo?xpQT4!E+)Mr=QS&cQ~r zi$v%v3C7px-~1XH8X4^BlFyJn%c96n`mdkR(9)J-Hgk~{KiALOBP3CG>OLfO<)>dr zkM0qoSLQ#m%w|w2o5V|LGcbCfGkJKDpW=pD4%!*CIvx&%IV< zHS3Qx5_{h8JRhO<67svE*{CJZ(VaK-8W_o81gPmc13>RnoaNz;Md&dzeCbAZfp0xU zgx;4(cV5v4@vEhOuPi+(3CjBu&b^23OeBTVewtI$hQ|GON0@gMxyQ?=Tl=l;=Y7st z8=^x|ajMXbU|eUhww!FQZ_Y&OefidHCwv4}ZXrPudNa9!eZ$Z!X%d;X$(F<7u0`vf zXn`zEX={Dvd6Op@IiSC-)*ojf5sVql8G`tukS^VU(Neg9G;r8*sFKS0`SHZ1Xu7aBV7{i7vWpDS)mg zIJIgpebi4QCw-%At)c3NB^mZIqyPYG@izWn_u}Bc3-@3-gHde36+?S@G|P9$HfG~q zyEu)huo5hJEsZD*3Vy&ow%-oLM=Zl+#|LptpL0}?ypI78A96DG;0 z^6UU+zA}tp8J^KS@K#WJEO~gX{^84C1#w2DHkFK}R*4yCQ{#)AkkFe;Xp11Dlo(*$ z$%#KgZCWFEd|>wZc(EC#9RX93ULt3*3Qh-45o@4dTQ=; zZr?Iv^FSQ=!VLvIH8}gqFmV>S1|PaTsS27>lQt9>Iq{fn@gohPHth#xhejQFZCwO7 zT8PIq{3^09wnGe2Z@s7bsS%~0-3uXce>K_bT;{;J(3=-aiFCARi=%W0zZMaR1S}AT zIY?Xz9w*8m&Juxxl*u9Kn>TciZOwW@xlAqbdvDg9Kg(8)@TIC6L8#Tw{hN#?u@m2( zgtSx2k9_l}(z%fpziYB24TP%Nn$!Tfk9oX$c7T+$sXqD{%$-@rij^;qKno;yBgC|E zBW0fV{E2euJ_>PlT9gIrFV@CvazmvS(Y^N)Pn)|x-z)ecs-1vgu7;<7?PvaII%A^e znqTbb)PG0iFK-TSe%1A{?NOQ!U>VSEIzD7LN|b{2gZIB^U+%|pD>_O9hKYa}{_b7F zI$ykOqh6l5{V>s7KK0NQHW6w#4#hGAyW_sv?Tt0-bIWT@HTp^=qOoS>YT>=ue7!n1 zTyu@dei6=(c09y5H{@NMy8S@A7d2prBhj2oQQ(1qyu0eT8SvVL#f6vwX1;nJlaAe& zWWY46U7QvVxx>I=&{GWfRcq8gum>IeL1e3-cjVxu@!wY0s@TfyqVURV|qc>1AXXv){d`+_#xdyN%_1jbNe zou`CM07d6ho=;3c)>;#UPo)8B$&log{rWsRZ4(0IKy(=Gj=e)yEXXu04OFdM+1#PkTMB(Lo(dPxQy{ z(|A!K(fA=cny%M2aBjEzt7V$iOsj=Lmb#(+U3a6-=A*MRr_0-uB1P{P-@dD9yoY_q zSQjHr$iOeG*Rt6&)x?xAqYYFP%0r|3xi_|}zc;ZGVbo*8NWUM;!sCC3#cZSP3rT_V zSum4q45y#${1 z|3P&FUkzX^AUk;L;K?n#H(`YXL6}Gr&=~+RMErK{XKzedSlOtgq8yIWyYd?GM-?33 z^<^2!!$0AKjSBs&?@hUvNxp~@iW`+0C10UA)5~@z?>VgkdY&9CV@7+ zgN+rd1DnutjO4BpU4Loc-?Qwbg=;T=A183QMZ}Q2@tz^tR7;wiYL8E_Ckb})MR>lh zG`pg}t+-)KJD{-Ya@qt=g|20p5zZ*Qq)|v?Qz{Kq@8ew8*P>5+;-ACF^frk6u$0?p zLxJj{SA9|*cDdw1%^PkuVT)hXN;;n|^9)WfciAbIFpo|%{4cnF8V>96YY#QX<)y$$ z$dfzmQR){Ow2$|9U`2=gzov&y>3xK3*;LhxH?9E}^^LPq{}l8^N#_ME9E7amML0%` zmSI~B1Zezhp;7Y@hs6%>%%r|dS?rZR9Q6sOu%n-M0ccO{4ZOxBNmxn+;uYB__nA(> zGKIpkD>RtZuoT=7T=M}~z78(Bi{}=LAFfuX`6<$@-#ywK;B;;0%d5TV&zWx!Icl@e zb(!sG$ahXRifw&&x9_{|rcwifSsEO=Vty>CKhOb3bR8I&#ddE#R;VI)o()gjCjK&d zXB+B$zS>EvuRr&SRHv@te$RI-;(@?jPxkp=Gyfl+w%@)$T*36hrOQ#LDUT6mSC6qL z{Gt2HdSK@H^y~RNa1Q5bcMJLsy0s2ETfW_A0>f%Y5xx-y^{>_T9Y3xcq^fu{P-a1S zE?pJ7Y}TOx(E4(0)amLHp?at9hUmwzrK-LkzqLL7Y=BQU41iqKejjIr+z~N^^HM0f zI^?O`HYYVNjyRo3xFYyQHl@O`A*$EEm#J5^f6i(!31wWQ*g@!8%S9k)0A7qjK}z;q z6L*07?z4lBF5K_wUK#Gd*WG(5+5hgN8-cOUkt$yGt_pjHL1OUbkZm$^UDA79s>kz+?Y&?YZsV`$y|l%rr>e;D$o`x*OUyeoSQnfu2p?M3*h2Bli}=O7meOHad% zYwct5o!_=(i6^gHk88Wpo$xlS|6IWXkEZ)h;@iPCUzHQ7L@-_3a6-z3(3 zYzaT}d2o6-TM$oD85JWW0X3pgetZ#~wQcVBFU(K5Eg^zMgP$*kNV!>duC% zqoOWl9vE()`{N4z_?}%Xdk=8x$1GHX#(BY^`Ey1jzE}9%*6tyQbujiwK)z1zYt(IU zW-(L9SFQu^D0h<${}9j$!l3RLDgi)3o9A`o-8VZB>Hky^+)HKePpWwCkwt~%nPy7o zFUx*^MqQ0D`)quQg-C)-()o6F`ZH_cTf`Rm>A-_$?P+T42b2GgsIv};D(cog3JMAW z(nu*F-5?DkEiElMN{4`yG-J@+NGmCgbdPkmfaK6!L(ag&cYNP_@AoG#=bYiJz4uys z?ccN33qh`a_$~Tp2x(-1q>5zKx_h%~VPcb+i-j+;LjqaIEm-n3Om(Z4#}yhM%sZO; z`O&}E&Y!_QPn0)!k%vrBz%R`MPd&=pUq>pTofi2l)n4T^W0K{Pd(Z2W`Um=B?j2B* zOQM@`6k;8Mzn_;cf~7u2|ICm*xElXSOJoj~#{L%U`7YnL2P|c74&xcV$ggw_!mU1! zLNHmhi$Q-FpYeTrNB4ze%pYqG*d+u_N-E;oOpDxE#&T zL`@zY0dF~jY2MH+V~%8*(kg|iq5CD^L{`*rD$B4CZkZpqmNtJoHd1L?MB0MHQCZ2* z`at%N$mo-=+Z+GJ3KdAu)3X!Bn~81j&1Ez9#vm)P%OfPAH+!a3Z__8b+xb_TS8ufw z>FrIZstP7f9+1u^MfX_(5PMb6dG|z zwyN^w^eODzAV;b#vq_*EWQxYgZe~mTI8&pry#d)R#r8ynt>FC3z|^iSHU#Z*BNdrD zd()g(2T!nRLOyWKf3HR;Q)i4S&80!<&rATr^CnJVD&?j^M8*oJpOVylN-T0sJh+9*J`Wqpow}^ z%=2q}cbK;^xm51$RU0a4EqMkWIcL6PTHx@cr7|C=_Sv=9W6oPyqZgwNIw_@d**X3E zOhi***ijt?WA2!XS5;eRRfe*vhG&eWYSM8f(86f-yH3m0Q4p=JuYJ7SggRY_wV=->O)Hmv z%Uu5fLsMr+6+eGAXs3*FExgVZ+^?4PA9>8(Iv1%#de14^(b+vYd*9;5m+3FYCYFiz zUBLS#KNuNyX$$-dLv_fAkNo=9^ueuGG;m*a;svG7iAMUWgt zxu`=hMtEz{rTvKM4D+pr1dLe75-y6#1Pu;Gu(nhR13?W>foH{1Z2yK_L*abw`40&@ z&oriPh(jS3$#%=G^CMzlp?e@>8rL; zhJR)MM2tkt1dyemb74;!Tpd%raQN(dnf3%av%RAyp=+IXA@&MtJ#5tz6S|jnA^k=D z9T!;%K`Tc)wlCjUcks^_O?4dNi+=MZjL``3huE{{Ei~I4i zKZKvnlbA8^gAU5JO57DIWpp9M8c|*}>W`(Q&i#CE5ez&$fqt9$;!r7k>VvcnDXEfM z1PsVDL!lrNo&iMD-UgU8zce~VGvDC}y3^LgM59VUJd2fg?^WV|Ha(v^Gb5DqJ@Ha} zW8$aW*-!>Yya;Do$98*JO_8dZv=f)kT)xw6hrFDH)ArDjiCrs7lndu47FR}&wEC@y zFUZofsJ^PrcpA_R9#aQA?zMHgm4ekkjfO{c1RO5-+f${X;r_QsMccFHaba?BIYt?t zc99Fa;cs6zjE&XUfcuEIUEgUiZ^uZsR)Atk;kEM{$r=L!Ccskcu;i+yZ3Ak_&s(W<&}doe$w9f?#4fm&tmx; z9l8fTzJ#CAd1%X152dk2B;hmFA6AjGciCqc{($WXwd;fYw_SjdgD<|t+;eKU#QDE0 z02ve>u-Gqq^-EgcR-r5_z85DK+dnRf^B&HC{@vhwuSaetuN?!F2 zw)c_|-502%P_vNt{`SMW+v>5XNQpE$sg);4yS0&-tuZ4&U_NGD%mg~lnKVWlv!O2J z@MJ*Dddl7FpZg$JeV3iBJ4CH6pYR297WP5N>diF_NJHXWc#FUfg|T%#;C1ZmDgTlu zdB4iW?7Bk236}(;ypFZ}9g>ZW4bSZi8jl`Q8-BF>H+IHbwrq2zADlaR^~0U#QYRHs zP{@|b-UB3@w-FjSEUOl`7}w8xx>@DaKOU{TH++xAT~SqvK^WEbBQN$!8no!I z-Ms*Vah;vf!75rY+c^hrP7f<8$f}N!m^=iX7$h;jdt0&W;&keb>bEjh)h5bwprWIx zFs-KPhBjQIN|+Y1y*|!}9TN-U-G_;ai+|$}db`(sZ7r_!l&0D+XGN_A@Zq!bcQT58 z{A9LJ_%X;$PAz0@J&h~EU^KsEc{=eG;%eTry6;E!aBJkKJt;hac3ne}VCE z*3~sRoDBrCCu%sRx132Wxu8V#Ab$n~64ho?U{$v|LLW2QgjAmoy9ruQ2Eo_#q{VCg zVhWY!9vwV|rhcalJHGS*X3e+QviI-D;D6$f50wKSvujZWTnuq`uV>L>&alSN&R1f9ud$U5H*t8r6mFw z6K_Ma&CWZuYyB6bRR*@)jl;YZkj%*(-~7*&*)3;T%Nx<&r<;^53Vb<1=am`oz)+2; zN`uq6@}`JXDzRl=7e*fxo!1Vy={N~-FXT8r6F;X4gq=Eugk}B8yn&U1AWDlT>%Uj3 zuTFLm0=gD?Wxb=rt~}*fY8es}!&)k6oCb1t_#O}h#-~0K(X6d3oIg<%BT|%mDMoaF z;Z|nG@!*r^4~6=h6baAuR0l3BNO{P@oeZ#f!&^7Q??s1iE)RxRLtO;icVYkXFhxa@ zuNDj_l%Ayt*S_C$f0FntfkH^JPQ)clW47pBU5Gne|Ud z)!%yyUl{Y|i6+a{Oa~OW%HF*#6JRPm?)aB&(CDQ5ooVN(ed4H0+WGJ@sFDtHphOKv5qeMmX$buwISSMr?4KS787AGF z)QB1U!OnI@A@<6=C#O1MRb{$w#oE$}!IiRrFX!f8@0GcpIy6=nN!i+8;gxPL4!WrV z&OYZpf@)Pk8Lg8DE~)@;!c#74*(^L{GoMNrRE8hp4{ExL*N!7GmozDgiW2EMR z#{)^c9~=)cv3v(7O2_YmewLI)V|C?MzsbnU>klI`WVFo&R$m{9>r3?~>4^Aa%8|8~ zLwJD2sbgqqWrpPTlz><8!+M7@ddE``pT(*yIG3jPccv5+7RW>7$fXY3;_- za7S^9b{uYnvP<<|&z9qVvl+SgD`Zrpv!~H+mszy2r!sujA@uQ=qKPRVE zzwoE-#SWaHoaC$1@8tN}q#n8c&HZ0fT&=+Mv zjdqBDK#q>uWUfegTQWW8))97P5F?W{a#Ji*s517Ew#8>#tOHWCYP<$2dnN@LFjZ}Q zvEoA{j92ct#2Krp{70jgXnPL$2QYPUKwkGPYM1yuU{-B6FI73AxPxVGMl?D08~+rIV|W>B5{BY9r!ayB5o z@CBzJk(2wN->kTq3NlxGPyGFW;zLvse4~k3D>2#Ir+eZ~1m~n@ikfdkiG5_lga$i^ z9P=K14lm4l^o&<1FXL;hLOr?qoEG*Q4Yz;$@VovKqwv1bo9kPOJaQdw>2(cc@1HIl zT_<+UBne_|CBXT@H?w*?XZGWJKS&EOX{dxMJDg=?PfvJdk1jUA4=@!tj zF9I-r$h+iFs{-AvP`M7`0 zM*F4E=@YiPHoBZIKl!^qxw@fJKFcXvD%e$m-KOb8F6nkXH`|K0q|`)ID;Rvp^=8*i z_T=kWRW&q~UJB@~_T!}l?g?hJ)m*k*#gp{fJh?99JRA>ZBG->1@9{c5Ro}Pq_M_;G ztJf~hKaG0hp#;H8=KOU#+j|PNJA>QqK9A15jZKMx zl%Hhf)Mm;r>fi$X^B>$21ww9yLLu^;XDTwB2ht%xYczfl%2x`$L)Sti6rXITN%7$S zT~Fo?eb@c&S2^y-5vI57^ZR{Qt355OqhBySQy)%PX8;t0PMqUX!r>?i0_)v8)jej`M80 z=kgGSMW`o^tPs6IB5Ow5_O`pgqp{gp!@3C81~z=S&)upyy{r1-{PX~kC<=FS-VdlC zsF$+R3q-=Jg6PcLF_Sqx?I6xZgva+qb?Jnsqy&GWL9H0OgQ^#hkLdAP@X1Y8YS8jG zK`wA?3@N$3iAf-lwx;mD*5he?YvcQ)S??V(Y-!)A>L_UZq)6IuxRRbMmq_(JduY6< z5!@w@z-ONB!J}+8XA`w?x5@zeYr~)X7WtxxSEP>k!a+7lb)~iST*S0N6v#(9T}f|* zpmk!)+eZ|1Nzg!o^+(e7S`)C4_%ItAp*dOl?fa~6%pdBo)N)`}_6BRG`L}3zdEy&) zUGgfY&(+zzR6?!7fzSXpXf5I#)2h_H2n1cXr(e{5- z7#jXT>nzG5UGJ>0b|beGL*3(Tcy?5H%>L;rn9#Ko_fE(J8NZLYF74mK`Mn95U_yp+ zg=XU+fQ=&=zkffrl}x)EQM*1~2;sw+ zF>-Vd%o5-oB5*Q5v-kN>UBPm}p>blKD4+=}0_(Y{3i0M;CMVZR zzubwzNH#z@BEz5mXq$GU%pKNJpXfdPR-!ca*M8WCHm2BKwKYBUPfZm(fx;;mXF6Tl zq_e-W)Nx(``yTO#tl?#+vVhUDy3s22kgIl!IDNLfJK-#IxT8_R)Lr3U+`>w8F+v^5wU0$c?#Yi9 z88iMg+0Bh|-Ib)Eic*t#effvKhtQ&mj6}cvB2$Me#7bUG`t{}137Hz=Ipa?~xLq8m z_gDEKw`mT6fU`g@8=2v#l7zwN1alMMhHU}@ve>FLlnvY#?2fmlZc6Wi)wUv1Pi0!n zj4*kZPLF1DD>sci^R1>vB4(X=?=TNae__pk1+Y}Ftcm*iN67>7wWc}lhPUYBEfVo0 z2--qC)A21kfWW|bONIeVfp_r3@ZvYc1G^z`G)5N?Wp57|<{uP7cR#CzI~rW1g+BFN z79!8*JbbY0bwm45@tFmZ5r`6AN3RpfrVG*-7CBJcP8p^;mc4+mX5PndQj3nT(k(a} zC0uiwm|A1ji2Uo>jBhO)WN^9jqp;+6T(bYCF+#N0d+htQV24j^RY|Xe#yy!8a$#UN zsjNYIY#FJ07AEAxvLoy~6T4`FP3&$9TbDie)g$74hVu)d!7*Y+yGNna=aNRlC>#_2 zbK0!hesZ~IDIHnuaaJ6_X*rob!FZQceT-&>aIN2Y+X*+cbp%(BAFWiCl$2PibRy9%aDa}(MqQK=N#Y7fsFX1fx zMAk072g3+gc+)RCTaDdM%$Yy-@3AbkHKfCf|KNHwpwBkT&m zj@3bS&!Lug^(ECco+pVbE@v2s`PzK>jI(i1@L!CoGi;inO8$cRvgA1Ol8|Q{mk^zvb{q^PfNbX{U`~6!(QAR02|L|ufA{q zj)YcEm{sV0=Sv)MG;8Ubq7AO&-+SO|mu>v)V#so9I(E?zD^QDHQeW|?`}iGm;%}F< zQ;xfxpCl>;3R6Q~rW~t2ystT_9C}9SQzeA&9MmzjW|z|K0zZoU{jxS{FL>yW{^kXW z5ipNdMDZ&cZg$RJ&L}_=@|SS8 zqyhl}9&>83NY1O(sYe_t^d0E>3sv*={GzpvKE(`~(cxa6E7 z&@UFPK8m7(f4a*@|Y7XQhDDBslIKhQQh+xfscMxjGdLDRMu>?r#h zw@4>(geKaKtWHwXNcW8NUp~$5A-fK`e&l+@wuLr zvR)8rq*Mw0Nv9^X5pb$SZzyg8V`)J6gM%>#K^E4>RXFMIN+8hE*G$%^a)+Gpgt=(b&0R$NOE+hUndtxqN0X|3raE0Jn+L zZ!Ck|-Z1)uJv`v}qh5iayacr}WYDt~AH2cdv*5j8CwoBgAhf?Po#I{_-=L%?>CaPT z>h9NfrfBFhvhYSI5!HTvBrgq+HJ#69HUVE|xxOcZGqZU>Orx3^rIgcF^OQv61u~IU zFiY_04kv#?jhGfzUgq`8X0gZpFy)8n@qE%)V7mEAGdiK-Ssxhd*y~XMqiQfZ)bz1E z2~zx{JEnz)Z=l(X53kiSa8_Pg;KUJgSNi3Pt?{ip8QFM0>Y9`W7m~NV()~?=bzb~= zXQb*FO_9;F(y^XxYAG8ByWq1&E`;-VN3&GFsR;u#I>zHGcnn-B0(zUN0?c{dYmJUC zEnWV}mLEU%pb?|(_9C$8&a(>m`l583mHWaAfq{`pNCO8BjT3^9R2tDZzUZ^s(xbU=X8MJB@r`~ zI4!~|qphzgJh3?TD`|ruk??{DxBZBo@kuZ5D@yLx^k~{5ZdEcXha?Ya+UMUg9t@fa zfKu3pI1w58ziQ0;_z&+$ABQK_&E+z2D~4+<>TxvC(v?`CELGLgl@^(1?6I}8uEXS- zIbTlVxeTv{7a%PY7;>F2Lwk#$gjdOhONPSRmr{yf_0_CQzRns(q+o0d+TNsQmCkSV zyrSt5aGuiVQWBB8X3VPH@@@@4uu*Cy_XK;}wGl}Waf97>k-#$ORE_a`4rP9D_bu&H zr!S+5{k0kt`l7xzc&fINPYN}49wRF&En%d6B@;W9~=9?tEu@aMQi@L#yo- zZkFSV*>%Fv=qIX)SC$$VB}f;|Jbvo8(yozCGctH+W+|s3Bf4@(D3}-B`&z;{%Z=YL zBQ$>kmPGrNtx7RzZlr}ej(upVPA$>8cT@CsBuopyrPUox|Fd%l5=vp#JIG-Ro{1 zWJwzP`Li?<7MH@{E}a3O%nJl9E`GKKFZBB2N*zqp43DY1(vpn*YJ+0uch;yy`dS4qmS6TkFBY*H7h)0jEzda-A%{OV^d7M37Vkj@L+T+8cydOj z!li3Z$s(R|KkR(@saqkRUfeUwVAy|xnYPbe_OO+pB||mKkcw*%GF>BY{r^HI;@B>TIQLChr&epQ)+4(VKF> zQj+HLW68<4*9f_OZ4)te8&f&|>Zu}zP98ClEd%aOiARP6RFSvk3G70bAuA9Y#D z)&?eiZbbk%`m8MqH!L>kGW^1;o_V-vuE8Fa7W#n_3Y-;`vVn;>Y*2Y{Fh8bM4jTW8 zm1{`{2LLJ{&9~Zn^Q+~5FX%5abAtDp9FKI;8KNFkyBUN72m?8QcQlk&b=@<)apl8Y zAKwZaR-GG`yYnVP9SR3sC&g;`mQ6$x%J8vflTex<_zU+ShJWk@T`E3rhYJl&iSV1@JBiPfA>3TP=AsK9jHpdSh4qOmq6cO>;FJXG2U!9FYI!fzE3$rv+$w* z_+RP15Iwiro+l6K#S^9<*O)Z+!%|`?V-hZhQB;tR>2Y9b{PKa5zq^(kvr zxhFSCl}o-A&^KmXPr?4DqLuSYDuZxdYyA|qxIOb1LKEvAKkD}>-@W$qn)3 zCl{;V`F`p@x#8k_S1k`~9wLck{F1lRHp&0d+Z$Whz4jL9wsv_iS9@N_eG7|yCn6Z&~^?`h6RyrIVc@nd7ML2IuJFaCFeW51t}kOW;5 zZ=xj4%-eau%iY7{SaND`fZ*-*N&ni1WOQcKNz4u6G6%BNZd$eR_sx1;fJ&cM+OeIP zMzvpkTq_eoi1$X>UB=n7d~X$*i>=By8#h2(de7w{4n$p_R}lUs6LLKQnu0@C@5jdW z!J8=FfBE!|Mw~LjM~j8RW15wN#^vjt{oUMg6~5wHF9Uv{MUJ}XB7bqc?{nva1>e1r zkQuBz5@5C{FW0E8MdE_gFf}R5(&y7yV=wgZCQgL|wfH+}#(IR2%kEmID~5CVYS@_3 zOy#!pV-V&7G^+^lZl#WHM&8-6ZNV*b$^*|3$qS0fd})*iV5+pm$^xjb=IF((rB=p0 zcD`N@gqAlc6~o*OH9?q$7=P1uGTJIQ(70PT4YSS(&XYZ5gts5gV{VwAgB| z6c0?2B%1}wzpYZnL2@8|)Gia%$aQ~U!G>s56~mom=~7KF1*pJP`Ec*;Ov`5_IE?p3 z?Aj&dH9orR=1CsJW7^RE;5%e=9bqtCw$he4p+9vT z$ox-wNXW~9@)J1bgXQAZaGz^Sr#;UdXHg}it{^ybg$ee9?CeO;Wqv+K^RB#+Fj?Al zpxjQ>aKmVKoKnQTafXsuhOmmEa4N!J6F55OC-w6|qytYdI6r02w>J37m`2hg?RI&H zgx(-Ynhw!Sa!T^qp8~5u11Tr1p|}cqn~yxSQyr(>{yG;-8SC!x5VwxrG}E|M`)YFk z1Allhk@aXOC5k!-Ns!qPWN#7F(!{=Fo(FE*FD=6eQ9KlskTCxEn2rw``hC4$^x64T z&aKbM?16+defNP|#{H&YrIm>RYp;v8Pm6oMk30p6`kLN)ed@J)T#v>S#dG`WbOK{H%bafxA^dO=2) z{Hai2hSVTS=>|5B{!Y7GwcX&%nL)GR_QcTski!qFA6wxq)>_s@=>yN-yu+K6mh@Ge zy=p?Pcz28dG}+Bdd~SR{q(cPUSQGQkD^XBJ%eCV{xAVv_tgw9F)1hwQq89@OMjx(s@}SY}cvSzq;e5s@0yB1a?XN{&-of zYf{7hdwb=LYn$~w7UQ+719FmEYrGuUP!rQopB=SM-Jk2G zX%+H!kl&&??Ap0C$6HJBw29)vjQG9i-I}l854U|Jm8TMVpQ{(l(5IPCbV37nh$ZhD zSrRtXy!Yb&hnM6bBi`pwl4qmVM|~0E_Ue8T332a|&ec&|=NtDg2%R4}VVj82m7+oL zF6n^AuixiJ;d?ZyzyUFJZeVyveOiL3qWfbh*Aw61f2$6g*3WV(QyOaW@Gqa#69%@4 zYBD~nr=B)Z)|us~&o;ojTd`zufw*caV#9{lskAU?1**GS@O}@e+q3h^N!NpulW|-d z$OSThh=jxgjgJXN93-{LG-OscMIE@H3C;MZCkuQD47nVND5Hx<9=QxlqFJYngFMH< zYrkB7&nyrBF0}}{yb#+xJY=PcGCrNN@Q;}iqJ|u#f^0ouG-1lu-xscU;Rhp700Wc= zcuU~5$r`cbB73$6z5mqU6)%q}StO6Jkm%sPwXh{P=V$yzf@@&!SwO{`#c|i5tML~* z-bHPH)3zqhgbH174J~W|5(?mE0Ls+Wd<`4fTVeg%?x{$OK-_~#yq!tL(K-} zg;_n;ws~;>E+SjfQg^lUWJL~qER<#5Zq^XMd)*WYo6RD9AQ<)*}&JGA0)^cz{#@9JN)1QH{@tWahK3#1* zd26#OBi`yi-{e4fy`%@dqV~8;vf_o$y>-2MxNozeRMxaJDZByMmjQ33Y`A*(*z=b< zGl>Q4gIFS&BkDrSISLY07nGQW3bL)P2u7D{W-yGm_W^2adX~X*#{(wIf(fg<(LR*9 zAO@ht@!{)@p742^2JPDN>BgQaW*~mTmK*`M4s`WEROp=s%2LdX{Zb6xPTfEI2T-b9 zkt9e;SkHrTOe}bYtJ7X(ta&@7)+cJ%H3MvDUhx+Cl`})#$NS@dF(&JCIj*-8G2kJ> zya52F8+8gkS%5M*2Lvm+h!JuEZszW=kCbcf66-7Hj@OH+1Ie_y$r&$Hg=M9huewSFIvZP_PN+%EN&qW`EsW%wLx zri5eM=^5R1?iof;MLS;TiZ2|N*_zyO*XmcDDvCnHY5O#VA~5kK;O zHUtu`Q&Z;}fvdBqgG8>+tHd!rZ2&Hci)@HFK?X2>FYE1HS&mC>_qo#0V37Iz^qX&e zyM=b|kIX!drv&S5IbrKN=6<~u(M;;3)CSxedhJN~yA(H;Ng(3N15+r~l{Y*M+TV=t z<Tuzx6Ta;2h9(vWpgxQ|q&a{UOB+epp)_xeqS`V!9`VkY6Z| zLUenmhO(gjrTY09s2V+dcr!{TPNoCI`v{_D%jv4&EqMcBD#*tEjP&giXbkE5U$m;& zaR_K^`Y;F(ZOT?)ESY|aLiol_XD-y;dy95j_PvKF?c((7utmUC-P4U&S~&H0$VNz+ z?^Q`NaMan|)dviV9=|}hd^f>qUBSz8j)y*eY1!_md4S2x$`Z(@j+_S$>;U_oc4|Z{ z&8%;S>~sk8V|x-F*Zrama?p85&e>|toHk7=?+h5TLZCzas7isIO^2d43lAWg`x?yw zx~sff^nS}%N@|@f!G8#(M_28?9pwWXV`T#aYvb+WILvaEa7!K>mULMQ6E@x+Dy0U= zmXn>e{LQr|!kSH;z?MH|Gdsm^6O_;b^Zgd| z$MYXBFv5&Fxo-3hJdpNfe_+~jjB?^bh`4HN@$G?BF4&(x0xo~9=Rw@1g!v!stXO)U zHsJ@2$TvG4d!cdyq)(s3n9K=CZMO};L=l`d`J#Zt&zb_)eC}Wf`cHz}|46yVfi+Cu z8)JN+U9fwON0ZAZ;a`w*Bg}bYayMFqOoNqr95i>q?}?fR;C&n8IyK=)Dqsh7cZiHH z`K)T;jFvd}n|!KfzLJ3*oBMw$ekGQrje%cwI|}D#)Oy>kSU!O7$=9Q;E4N*SsH6Je z&S*3m3BWgZNR<*Q<1@{xf~qXLCl0^0Pp34mfX#gWPeO<@K@gO=Jlw$oa|P6gQ%t*U zvwmPV(n?Bj%tHD=AAv*wz4XoMKW6R&2EdAD*OJokBzpltky8H&h3`zCys)k$@;v`-3bPLns#4eIoeez}^puAbPV2f~2rt{{JJqOZQ|K2Gv)Kw19PbK8R0UkJ*!9C;Mj zJPe9k?<%wrCWUk$74r}}I31q}gEy#_O zO7XK7x8$&B5g=&+;FiApCnkp7P6Mg%7t}DP0oLagwgCc0LI2))TQcdG1iF4Z_u%GW z8I#BH!A(8qA87{gk$V%FuOhf|s7z;$p?Ppxs!?26WFMp*0bp%b(UPzJPT|;GLiqMh zoS_MTis*seL&0wV7{7v{+dIemHc&{qwGSV+LCY!>H99P`VDEO~0NjF8##fsN&aqI) zT2ZFB?33dDxll+~A0fH7$3f~M@;UQWuq->|iuvseM1^xjc(?IYOkkX867$2@uL5t~P_ZFa3Kn(*dVaBI~(dlJ|t%&}P!68hXsc7D_{xV=U&f+Tn zgY?#Wc{t1!#d6h8>BkZz&yW;w(hsfzf$~K`ZtsCDjqqZ_90B%R@keOr4O=yv8NJ{LW_)nzwu5)||{6r2@6 zfqV_S$sP4>HX~Y;YDQjTk^vpD=dLD>kI7=$0Euzm4uF9!q5L63)$K{Mv$GF_zi!3-UFy0S#+=NCP|EJU$C&!zzOpoLw__SDnCvzLH+T=CIYV+ zC^}4;X`_k7#0VV-!0^+W{{SVEXL1$_wkh69Gl&W_?yK0YmFS38#h0|vHM$%wVZ)`f#T_Oxw(*zISB9NcqK&O1PU0-B}5U|paE(tJ1o>; zrKLM>W`*n{`j6?ncBskyC@*uR5%%WD44F9dfASyV|F07&sCi^(XDY;dmpshUo_LzT zt?v3eV}|_PBSqDh4p(y_uKX9s?ODn;FKaw=u{Y52>>m*vxVU8%bH#}zzOs8GLv&{x zI#avE9vcl)^I?7;*0FXcqum=#l?vlvBQGxlqm!6Ec~ZQW@ubf)DC#H3Y?Nw5hifQK zSo$M2dfWi+Vdr_nd7?(@4iDpabpJ^p|AvOpuOyC!%eLsOzo|gy2OHj0#lZrONeZP% zR)SBg;f0g87Rxgyar<2QVo#nD++D7l+_}Bs{$6^Fo@t($@fw%e$szoG{F*7L`EpBJ zBFR3ZFS@Kc94ZX!F5p&msHXdLZh4nWKv=4^Xzs0+`2ANB%dAQFp^dxj3FEp?L?qi( z%%)!+AWDnkdDu7~5#t=qL1zNwNGC;N6j^b8M{|edacmYRIrR~T$rqSEz*+y4Ulw=K z)0EOXItJR$aVCVlsJ{29?u|81vZel21ug90l9^jbNXYFsI)j0LKRSsl@>LgE!1%%$ z3m@q1F3f*sh8{`^iMgyoDC+-_L~~Ov-(b>F#zF;=Hp)>4Rgl6wI^$`96;+(+5{eSF z^dJLcVcAc@dGh51FKz6FyUKLVYGQe2&XYDLBZ+Ugorc9!X75OwDwA5oFcUBr|DkxA zm=M$1fhJ4Whyk@|#;mj{1Ww{nc_ciMVFm!^w5MdhENoG4nFplh$`k>9yJd zQ@8^C9duWM-k5vVk1hNVZpR%5q78-zNTM$IS^hyEQ=BXbS-_6UM%&TsJHOfwc^@nL z1oc1hIQ6mne`8R-{xYcn*Tc|JJMqdQ)I?2+L z@@Z%aN`;tP{GOck^(+qf=0fE`^R}7>jTK( zXRF$}=##_c9X~rOIB&KRzF(Y`4Km^Qu=Nw_95DLhmz}9k_dZFrztg7^8HAhs zaXZey*}6!78uKq7dQMj&`}Z?0>*~1}4p(0+>~v{($Fz%od}nvDKv(9@=T0fZzPW{R z2xdne`*P?TWW8nN7{Zsf(ZbCfaMBsaV&r|d4@bY2M=yUq6dpz*w4Ql-ND=9=Q44cWX4@Lg&|695o?EjVk$EFyf^Q2il zJJ@sii0SFa0OERP567G8`WgT?u8YhCr9VwHk`O&7^H_hjaN_@%k3=Lss^3PxLG*Fkt`36?`!e8`v@gyxi#q z_??dH)qb52^WX+^xgW3J?#vkRsImABs)`@q3RqP=36PQ0Ype<6M!2@!f=p2wXJ*4l zI&*Ka&tuot*7l1gMtyLVN8kgL zUs3(}STFOb3G~f@Y#;ds=(%c#i_L-NkIcu+?NreDZYUedJ0N-o;vT)HRvLTabu70( zugF2q{P)Od0cl2v>1YM@z*&lM2((xwcx76jA!W^r?3hRIAb(w*nhVK9h~SesuQwV) zenPR&t}TLJkpPu(>YRl^$Td(UA(q+|$ViTerrj(j z;ls)hgTFRjvMQA{K!5dGxo~1=w<|jY_UP6`^2S9?7}tISe(>mfOrNXBr-e@M!v)N& zqqxw>#4M?42yejJUYwYDxcyv?H&3ZzqM5zPgHIUu`10CUiPEL}Ye+k$a({x+knkXQ zDrkLA4|Fd&>~$h*L5}A8QasvbOF~%Cz8>}H_1?qoEmDtTp6Qf7H7GD-xgRn4SG^!4 zuf8T=Gm`s2nK2XY+Kg^|#g>G3_l^@?Tra_Z3tn8N509;Rk}k!*(6_%xTXucYdl$Pr z&1T0_2u86lX5({pQ+XnZ2Ys%2ST)3*CDsi)zU(-7{53Yz~4gWuqy z!0nK_Q$mYfXg?99S~Rd0+9R^aZH#r`d&$l%)GO~cxO0+vD?8F0K`WF_G&mh9IJ@Rb zkD)ukjAwn5^q$}4S0(#gu^4ZYp1^${**PcMoOd1fmT+=5lV_;)&$(TtBcCdnpJ%A2 zj){~a-OF1OkSRdd7kSX<1-B-Z5mG@WGhkyv}0eam}F zQ6nHLLuvo~5g`AetT=MW%AB!-5R4kUtK)nb{fBf}LU|JfPWJj$@X@tj>N=ibYzUFz+VTS{9YO+>xH zU_P9Fy2NX<(G(o@Xu%&b$ZrWRm8*99R^^ncHZpEUJw`;jM)zB{ zI!HV=Cw{d!ot#RcKAw6Lv5HpT`QsAQkK@#MXWQo*U)F%vVIi+N)0QN++5I4d^$&z3 zQQh$dCCc2;T>KzJA({bs7Kt!7Jyz18 zaFVOCMTw!Oz~3F7{PGF##qgeNtd@wLEtX?P{a3mtn~}tjY(x=i)hXBP3@IgMN5u8b zVS%5Or8S5a$AE`#5axXy#^I2Wa`>bBX!r$92Bw=8L<8;^rUm6Rx@?b^f z7an=Kc+v)m$2A=+uABoXSVG63p(H5%l#}IRtfGY=Og`Z92X<_r5?pEe`n>_l6u5+l z+{2AcTXfBzGSp9Aal^Ps@8Gv`5>8B48H>FT7wlmAvqw)q0 z5sg0QrVtXP)bwvza;Y{gU2=KnI*M|N(`sJhxy?Tv!(eOJ^0R+)Qrvy%G&v(`rzn_N zSXf!@vho9|Cb#js;*S^;X-FC&tiwmJdJO>@KZ2#>{t^5wT6*VV;N87`DHw8$i)ZYK z`_YQGu&jZpl-2%Ys~-)D)qFA~tg1c~R(PZIs+ror(Hqa%E=2lmdvL=AQXJJ~lxh1y z(B^r72fWJ-~GE#{JkCQ6O!=^g(xNRs{SWAsVw=_Ju zWt|F4dQUVYMMp^!8f;_ zS+jKQT7hVe)R3lXl!WfR0g;c1TP%+z3x6&xZR&YgTADaa>(uysO37u{$2R2c2R+)o{e$D35zh?S$#HHw#`UA?pm^$Yi^$$DGj~#K?iCxp8=#XfGo;%7 z{gX?0l6B782szu0eL0uvKglhbudo~y6wEhpee1jRSD_8f%e2|+Ngh<+^;(;t!p!&^ zZe1#hazB@gnri!d`7_X`Ouzu=S5lyXC_nO`qOR8xilt@UVD+Gl)vxX6pf?ZWsnn7u z(mm|%{H-a8@?=x+UirE`t5c-JoVkr0@&;*+pJq;~J?Tcv5i=l$3eOepeEVGYdOb_Z zydNsG*jvZ0^3l*r#r0z#q7dieuJ8v#)uhMjUN`Kh=i){-Z=Vh}GGfABY~jA=ybs^w z+YPB5>Hiv+8k z^iWA97q7=jVB3&A0#jne!Q! zfsT{^;!0%IDM>CdEYmMD$kJj@x4a|gv8q1woo4R-D#e<9`AA20s}FL*$nCa)Tz#7_ z_9Ril>&&TbCmXnUCvA0ykiY=HBa+B6C9fkC6*U3M(w#GdeA+8t_k=BgwR?q6-8p3LP|KXh}-H1|!;7H}6 zgnpJGMS7Q5s-eRb!J!0d#;&79Emdlo1^1a!jP-&Fb=eAh!_|!Q7eCrE5(7UlOwyvqr8iT4_ zHDBL|_NV6MetGkQqxvTrJbG~0=D3(~)=2Rc_;V!V!0x>UJhY-Zvgimpdy{z$;<6d^ zy7+OP{2@$FXcXO5HMBq@RqaRl(t09OWsVujg?V$%cXZuDRE-h`-w&N>07xmsHJsB9 zbPYXV=_zKEyZq_nFIJHS!U#aG)S0%@|K3AvJxpq5P5Sj>yU`en_`}kMW?))>ZET)e zRYGjLNfF`ss~e2lfsFn(4oj$mkN9&7jeJs1w z<}_U7%%hoJxRS!9q-8sR`fg1*@L~JXuXV4Pw+6(Vv29h=MFFl#eZ{Q=grV$H&s7B! zrf;E)H+DVD7ov3#{-_JFMM(WMjF!L{1@>Q5@x6H;VfpK&Pv<?zgK`!%aU%83N{yl7HeQ#2)yH* zB5&EUoHk*|Nzvz)f&Io!)arP^iStS(^VG(2w%cY*7{>~u$wP&I#|hIvi6WANbp-@> zgfl6xUY1i$%v$+&hwxU}x5{b+d-B7Lg1YU%0qeKr*80b5bpaS4j zO7~{7FzEe&R^a;(Y?J9LrPrlCGv_nzQ{gO@%WLAzQxI%Wd3O&0Iete>ulrZVunWmt9tpPU~m! zji3}x{!kyCJ1a!`Mb}KhkkYc3h_O>u`TZz5jga`;ok1HXES`_K69j7zr$$fnz^wNb zJo*xIFkGfF#N$SHq@aS;kN=Y- zxeRdK?09p_55ua2q)w;F*wN|G8Lg&M3v}jVL9fA^ z<;iy3R-+%!F*U~rW0klU-Xd#<>Uc29&3=9^D-3=M(o%W$UMQvVsu@`%{!&WKfR!Oa zfe7}K2Rfu9&rT_>F;njMlO@_a31P8qo-wkUk!u>|CIodT{|4IV<>yf%ge$fOYT9c~ z5WNvI?fzf6CR;I3%6!3aKs&S~8(7+ZCSWO91c(v1|2Zr^1$}*Z)}YzcK05GVwmeM~ z5GA}EB92j59gm>VRW*In`R(D#`c}76b-Mq?U}yKPJK}E1Y@FgF>C=zinmxs;X@qt$ zZ?N@PTdvUbesQS3R?&4~?7#h3%3+|%nO&>6VLHU6l-h8MkE}1ieQinnln6#|{_%dY#$S9KSjVT2N<{A@GS!Z2m!gE7e*~in<|l`MvLk98FUtlixY3ni zT%~>(%mQh*L9nDfs(uc?!67}7l?Y-cM!bXcNDc8 zFTiclb#~il8)O_~saJ~r$aAT@zH|1kWD5bPiCMXtUPhML zC~a|`vcU9jT^wWz^d6v$6!2j%@&WypCA16n$L!q2O&aQMibOYAH?qcE-e+!l6#k$c$Bs>{Alc_WY{wqQit-( zM03A)&yLDs3Q9M({lz0z_(S2Z=1^TYF==^K@|jY!lyt{_Z%X{7^$-9Ujq~fU%DjzXk>~D%nK=h%o>tooXT*LR*^8>^LaV0& z{r>90)|ro-=tNMeiPC(JXOHN<-D1SdR4;PX^{KHkisIB^PM=YBn4DqYq1cx#jrnR? zQmy8bZ||*3MlIZzm(k6NgN1Ct1=3h_PCFi1>82BPtJHvb`{8Cus}~9v$_m_D2t`xU>5rZr#^1 zrG3$|{Ku^j0hlH`xNjr!!)@40);bX=gOP6BXSBfN+GgVK8%3X#2+KtR_H4{%aGqW# zDKp?0YPo5xVeY8jqCJ%w55wdO8)muyo8!<#rT(qD^yM)hPWJuQl}(q#!agF@9u{i; zn$6MaC#b{d$Ij%R>=qkD-vI<{_>1fs&7yws`~f&7jD6Bk>ZEW3;<)4@#@^@I1_Kiw zHBbvIcnRW@haDX#{3jQeXoQH9YoMNT0SK&iuJG0&p zX}!+6Kzo;L{cuT(i9Q(J-Ey8j(1x0=Pnf1r^6Xgaxn@Fp)LwxS{{zs-29CQidlfJqlczGqENT$Sj*oMFmC zX)0O1yo1K3D!Vmf>-#Lw{{YvS3nS}-iS`VBf2Q%MbVWClx=P>CNkC6C`l;hOIELJ)ewpv& z?jU&5=r~ifJpLpiYk`R-(JRn%`Mj4gMFoH^D#`v=v*fB4Nk7IU27k-a5md*~24QC3 zHD)dikN+O|aBHpnYdgDtqVTUo>4&jD1Rso>Ff?EnZo|=&RU}HLHqO9?U0GVqPK)biYB67NSh8(zIBuxc zFOkaFGeSzzep|}f*0M^}VGb&L3~H`>=)`{P`I(;SFm2*}m3(Qr`3NDxb}vd>5AILx z=4-8d zeB^KC)>znrPR~n64GHb)-hEiIg@F_`b#p8olv1Qv`WG~i>&X+URiUqQd&QvLrXF)= zZxi4xu+BmhN(Qx?Uj!+?NLHG4E_X%e@khnR>+sW%MWh=q>t|H1T=0J%HJOL3-~N z=$nSxS8tch5>yMj(@s|YOG>R=yXLd9mQ+TN>VVQCrRk*g_4Z@r7X{nM!>YAo*RBH2 z?%K@!6h8lNMyiD7WnyV%F4yAi$33`4W!L?g0Hvj4J3=?$$BWft1Cz>53u9%z14FP> z<2~9fD{oM&-`~@`ySFE8o*9`A$;om`1Pa7Ue|u33d=>Lr2t41Y5dCxz&wC9T^kXok zM}@lvC=ECxeeu77e`)wza#%JcapZRW^cghh?z|X&_nYr&us&(%>d5(z zw2vy&2e%S)hfBKH>?V=UETJaszvUjD(gbfLHaXs))Yjl$%4)JUes=3b8azz6%RHuk zK+f%V3i(GCB8@zA>+X?m+>+wYZb2GRO)SOnZBiUB7PRevUt?3r0vW|4zZ@oc(7g-m zLk@?7`s)ql({`#N5tXG;Ki`mm9`K}6GUZ1uZ(y9=KmBAtpaP%-S;v>_PNv@gbJiI) zin=_g`zDS74;L4nIQ{@5uJYP;ar+S^&x5UG861^u2@@PW>2=LNO zn33VMq)+GC^b`f6--OV1!|T7`38a9h5Az9v!@2WAMtEY#m&2;gT%dgWwrBH!WI7Hq z!oFjya$!B1^VhygG*CaVYSm{UyTsuM=g`NM-2$ndVr|y1!)eO4=eHrObDq%-XMr; zoEfZsqmF1e(5hEgHGO#K1b#hVV2_LZh;2jcqxkueeZa(6XE&lZfOskT$Ww=%B*~mU zwN#oHtdJ%z?n-)R-MkmT>NQd?7yOuq$Z>_%JFj%$K+-rnkjI_ogrEhdQ^qopMVe!1 zBo~73wDZnTge+S@n~HRz%50?J#Qe6w@9gokDo3g!oh;{cx26Z#{Q$WugWrx4+v;~Z zbeOFTNkcTBw6@$%ZRc6=Aag9fyGeHQMM@4lxFPgIgMB~f-vhvU9jVRU`|qr&+oPp0 zS+>hB#FWia3-Sip-D-$@Y#n?+wnIC+8xGxmu(LKn^?}?&-jd(KT2AH&L$r2xux`>-x zB=&+?5UFvoJkzW5-lU28O9be&rfRkxc>{DR^Jzy)tV!%#RODf78LUxdE4%M%SH}l8 zc`7?HbWR!|{CNkj*F9HmneB62cJnk`mD+aGOcAU^(cDr}ZW5ohq^|Y9RJJ6waq1?B ziTK_^nvW|V$g)*==oOW5o&v>>^chuc!O2DW!$cN|pA0I`m&*e0uAvC*Dlh!uBGiTx zvT{C26yKvo8AhTS$@CYqn`Djy?>oJ{pT@c-ScxkN zKlFa+&3ovL400yP{^|w`C7kbeKFIAHXwHs>x9w$7`+z56_oR??erp$Yx>MNZG^qs^ zbQY`)383o!ypl<#UyN%{e_J=(!sReJ2hAHhGc&yuo^VDa=c|v;i6S=9EcdSb+M;1z zOiwt4vgFWI9DX4h*Uw)6gz^KU>a@Sp8P2Cl0Ve_lJN%WNY&KX;V zc*=)5Z$YDZiw?{|*D4PvF=OkJ$o{rd-XkAyi@h4zOASs@r;>08XBI6-It$d61_?uJ zJ2?q57@%DoZCH~FzQG_J5Q_gQEjpM#@ihfqTHf>eb)0eJh*K)1;WiXG>iNX` z^U8^uN)wmr`8-!@8P?Aa{g;7HDiedP@vA}{Xn~C@wWNKZi*Y~tXD_k&=qIQVw4^(c z?m8tT%Jw*BwGz%}b7SGSF0@T=5PTECV82ygDQi7o?K~lV;j`X$0se+V^eZ?upDVO} z_rCKT)RcwP%;usz3J9upA_O{>YxaASk`}HIv7efN069$XV#NuCT7(9G^=r>2YrM#* zdU|^Fzn^RZg?H37G&}$v!p7y9iYN3ni)g}m(G7wWrLNS7bQ?TGak9kLc>Q%O{dT%o zY8dc&Ujv1vW@zn@`5>UhlGLwngr=?U2k`J{#Etx9fHd5{MDSu+%8q6nAygssYC#H1 znrWMEb5za+@f0uGfq&R4FWt%1mbnIL6W=nfDL?I8*YZJoTPSd5Zg#YfXskab04O|t%?EgsZJ+akoUKNJO^6PVSor`u zKMc}HB1a+RG00^xP-KlEGuPlkim2Q!LHG9r2DbCAbmZ6eKCukybC0Y2m%$Iew1C=l zkGphhXq9X`?&B3IkIw^-loy1T~q>fK$WStRJEQ*5lWsaSD`Q zZIgVzF5h~aWw#R`aX!6}cJ!GBbVq#u%S*nG)Swqa+(Le{C-Z5ogUJ%ndfkSm;#rY# znwx1$k2G7k{dg2k)V6=<l%sa(|Vm^@QmbigPXw+_dJCb@qXss_c#EfRwbORxd7)Jw0Vt8U7UI| z)ch8uDMph>mu7W5?eFPrpOkdA7H`OrKFSlxh#?1}iUWt|$XqFDv24cs(kTSZT%QeR z^y`Kw&;#xFNB*ImOEwg5Lvi&MlHV!y2Z#wx^5fH)U4d3)k@Jax2rw~Oxt*sc_~g0O zwJEXlW{$4`o8^17+%S0YVcrjr4j(m}_Ak9jrz`LOs7EnBzmDvYo#1=!cNwPb&`Nn? zyZD|xD9!K#kq9-^N_LTRHxOccjGP>%ml!w{3{X?T;ExR!H0?;%JeiG(}~ zbV3MUj<3(mrtEC9^}gjnL@1q!D4J{lKjh;-x-OIAN@q5yI%nac8#(CcL3!mb}8eS$$Xm%A^ip0Hz1{VTiypjE8kqlQ;BHPqMpJ zXVU)`{ypZhlp)TLx-kEjoj?1=)Pd-kFuHf+4^>zY@_uME1*HJmJeqV1P`ML1Y{atu zjSTL2K>0_xae+IZlS!*7Z34_R6q?6B+p8f9E-u^I&ldZ4DW5GW?n-$Y{W-h#3oUBN z7aB3_cyRQ^hx7jVq|U3WkUrzX^+Wx2_<|E7do|KUwRSt6i&lm>N}ird>hkG2d>*pB zkrNKSqxs+D`qfV0v`S( zBtS`F?gBD$Ko`-@vqmk1CJYC(h>@Gs3wy7kiBe8c5(RE!oo52te<=Z;1EYDXiZfN#)NfIvc(PSP$d) z=jy6-RB1!Io*cW0d3P;W+oX6Sy`E3X2>wP;Bn(%K(Lcvj|CYe~9Dv%dxlesO;+la0|R{9y576pW7@Pr*F15P_R*Sxb6yejCcx@ESBj&48k3XHO6m_-k~$JR4#6XsyMC0;Q#NYW*jjMspA6 zHGk4%Un$Tr4eEV=%69O9-%Um7QA(ne3=n_e7oCu}S!*m6rMVmTYdUl3l;g~1B0G7q zv6`vU5)@eOWmd1AGFG6+ZuYl{#aEGDF!A8b{k#{eHya`+n)cHkAZyp8Yt}ffgz1kT zry8rCXKp=B%(k{4)g0f%c?dutk%B(}E% zc#*f=ouRp=vzA*&@BrUy%4d-L$eUWXfhz-%PWGB_1u@J2-2@dl%jUb&3w-fw6l<%v zJEQVSGehCgk8)gu*yvHrDM#(T6Uk6^ztL~I<9DAk_LP@&{G8Kkhw}`BNkGkBX<~N6 zo>2IbCBnxvSE__J^qybL@7N*@w3W)>yyp73^Vj-QaMqbuX5Cfe!Icgx$)GJC%8r-F z6B&lfVm(&l3FP&Zj^`3PXL`~G3r!-|G^E^*r6WK*DQZfJyG|KtCMYMF&OidTJ-nu7 zeBsg35_E9u`zS%<^ATWxgiK>X`BqRjHoTrEwVmCz0HZ)E`4o$sRA4f?!LJ>Zv#@@jnUXL}rg_t$8v5cf5$G}KgMtXKp z#1J#6XA3!0fo$3L=P$kBQUZA`{kz0E#TO?f++6eJA&9Z4va_TntrT5@d}cjCEdq$7 zgE#EpSL=f3Y_)utQ(oSANYvVC{Y!_c@{#%S&L?Sv-Xi;ulLvgthdU=B$g#mM1E12l z(xfC6A%vh*{Fb|L(^bR5#m=^t`$Wi%&LGrXm}-82Scc%>fC&B1ZItF=o0*{6{Ph!8 z;s>=hojp7ILyLK~RA=8G?{gCh2YX55QWR?_dEz}0vrD4y9Sf7Axfp*&EBf^Jzw@_= z_Ht2F&ld+tL%+1E(ORnZ_oK!gMb;R#jSD*xw-V00Vb)5RBUfWfHFDl;1)8Ue+vmSc z^O%0)%TT0qO)F(&&t9Q7u2@{&snG+p2_eM2S7D3`s=Zm3@OhTdOiM?0X}Wu~d;EL) zyyzWoB@9>X$#xbVW^i}r-b4yce{2op>pK<1V75G|+7}YEU^)GG z&5j{pw@fT9E=rzMSM+-&G72Do&Gs{}t=^M-FJGsH{wj(0#d~Jpbf57z_HBFXBXrj} zCvxd)D8Omur3Jr#i?jorZbWcs5~5HyNsm6Ev#v|%N+>=RIFuqYnYGvx$N>wFIbECC zAC2s~FI4`hdBnLh1EUgy!FCrL+`z@l56Q#=a*~e4*gKXuo1N`8MXmc!)0$~XLenX) z+}eJ{-YpZCa#d9bW5W{PB0~)#e!&WiwR(2<*hQWo?;Rpw`iQoi#DxchGt$bj<+%hUR zpI6Mwcpu{0aR(~9a~BZ@g}CgRzQa$rpL#d*)sa6GUB;osa=~YKm$y)N=pJa}@=H&) zs_?a+C>Zn8S$&+;|luo4>eP5HY8I!Lq~N9!K~*PN#i!c9O&jinbn> z+hC__u!4Z-GlrlB<7W$hmAU*@-{F4oe_V^ht)g5%Ct34Qs@i={K|!&x?Bs{GaT9)YX z6053dd%W%YCKUhTVV>XlsDGrIaTdH_v>qBgySy80w4bnoGprT(JX4Q5?Ur_s`h4*iT%NukdR{~tl|sp;x5Sf{Ryxb5=hQ; zoW_H_%c1RpWGq(OiUi1DhNNHredpIk+i$hx*ki+}!cLu1+4n-GG{ybbLeJ$cmVs*n ziV`)j2V4`_K=5zYznXcPKgKU)tM-x}yIns(J)1EjWOsNS%N{j&MzVm?@2|cnDq=-2 zeC{R;M%{k&7+VkVahY5UjlW;Hqjs#C&D1)Szz+IxZ#u@sm@pUL+n5ZR^$A(Iv+}oA zXDHN%(;UAXL7N3q>>(T?@tu9yfH%1#oTRn873fpA4{Rpn%y;+g0-F+kzq8Cabp zP{Y>2nj7m=*v~gjW}FO#9dAr%Xt&)6r&wNLTCa_)5UUsr7LimX)}|$EFqLbfNCSBn zgn?f4?NNl7S33RKQk*S1s`FA%{8i%uWbAS&e=MdVQ$0_@gp{`tI-Gpf2!Zad&fZ5L zpX6j`)x^<-Ev$KtJhAlf5Nxh%bmZ7^=5->MK@k%=tw9LJzwmNOSL`V~%TbfS!|9K1 zcJVEr`f6OZZ6yx!f=(n)RKRH#pNA>(i2d=!@4C$N&>cemV?`ErvMk1(uCo2@r6+9X zXP|Dhut*&P|Nr9x{4lW>p^2R*r;`fY$xeG`L!tVkG9sbgQTX$Ri(g*A7oe6`_n6Om z;yUc`OHG-`6FD3mmf~{&&+{7myV8T@am*7<&UC0S#pX9T5mt|InmJDA)A&x19r&Nl zhzm{#1l>%{G-l>@XaJ54@K69H(+8SOL-BBx@#R(5>RqiG0wH1>0pr{LXHjA?t}nJe zKB~uoOX}Z!Bh3XZx8&BCD6cmUoqf5^tZMZQdbopsEINiHUB_H>7sKH(o2a+_Eng%! zn1Bab^i+j|$(Sq(PZqXc@oypcW8*^vW5k1vWoxt|sub zAAX-mt~fAQT|-S7S>w^(Q016fPar6lD^-2&CBsZ1q1$*m`6KU%Q7$bX<9J7v4)A5b ze^lJA_TT@>xIizUyVYT3UQ^mzk(IWas4rU5+m?<5YSL zwmujYPC8j$HH1;2#F$oW7r#}(d)zUuT=jWwk(U?Dsq{npyB@pFJilrm5wOU(h4GXj zQU(&HS6;|?4t*1dH}Xy}v=r&yfu-QOu4(!~?CLxthN9m)Q?@4$y{-DWLbd1{`a`>` zuqiV~IG&4U;MjNjf)ea~A&MRGq>4%;ZUNeODFt#(&b8>_=8+qV>wM>Hm*p+`Ji)Q7 zBbXCt!BD9Qs(rMxFFL!28-OK3vN<$s3Vs;A%2YQIRo5VQ{G;)ne!8{!#3C+_1}$<1 zTP#NmRC$8v+xAcc4KckqIbm8|Q+o~msWbByR_6zxssuio(*dk zQ>xnoI~ui1EeXDd5KhO3o2ox(v!0>WS@U)fV+$%g49rivBvpE>X*CR(p9B&yjEJ8> zy+xDEcmoS@t;QaC4t<2FgwY9QxcA7S>pim@ap(KS>}!`49w-#rqqwQ(w*N4(<%sb) zrq-TPF4b1J=4!ppHL0u83EoVN9J=ccUA4#rptJGr(Zfkoexqyd#9~v2gJr%vC%udV zqqToJO^|axiBL!NDd0c2R1GGZs&qJCt8-G}ZC(Tjd+!$;h&*((R;?T6mD7pV17F1T zb}``r0eCmmcx$TXp~CYzDq&7%*N66yVII@mz`%Fzl1$vfC8zc|j+lkn^+arC3#EcGb4$Q1AAc zXosl)bY>JN1vIIu5O^<0o@=|LATFq7xR|Jw>dxXSud{RIw~8t)DWT=(Mw{uKe6lW? zliWLaO??~wYUJ%^Lqz)19>Q^Orde;Eu!Q0p;(jRp20mx-M7=Jd?OUlcqi@>6pQOlS zJ!9g);+k((fsLI_`Y-3UjZ4b*0-8_ig*-wJatc9)eu-BPGqG-X2yqR;z2)R^QQf!5r$hN(JXU!FdJ-l2ot&A&IeV$xmuYrxKaz&6P zaiKf$Xm@NvcXv#SKI!+c)ZzI8@TqTltx2PcIHG){v!w0LxU}t#e8Ib{%^d!RKoa!z z#Xtf|EYy?zgQ00jNeN6tn3%F*BYGJHMq~KCK4xTt7V5qd41oP z)NszweVCOZP9PhiR8=5ud^gH2NJ7e(K1KirzfK?9GSEM7Hmh(UC3>B4m7VLxjhk2Q zGyds}PmE84mnL72-FRVjQ0S^LwluK(LSviR!8C36GJ0F1N{aa8_ely1!YXS2sO}}F zgV|}ffcVvABFFn)POl3upA|(BU}aQee>_Zy*A2?*yfYo+HnMk3S&>BO}hgyS;;^I?UQ`(j4 zr|Rjz1vad1)kE_tMohK}zxHIh^1AhZADFeD*-Y~)tBXjy8x?RIJ+~7|8|9xHNo_3d zaV4&W*K$ft2-1|3W%skY`M!5#+C{c))iR^-_11R@^^KCu&#Ximu$rvL{z#ekN~%Gq7O zv(u(q#0zC}-Tk;=-V{L3N7X)s8{VX-AEh)SXbxK4R_mQs!n*0t@o*UibKHFHdp!;% zGextPZbuvVpdo@YkH3mRt92aKHDqh;YQ=XDk2$=APS4<_a}+PW*!b_j1SXXEatrY( zUH_Qaaux0vWAAiPY3sAkJYTteol`26=CT3WQ4@M1#0l))-{LYvSSBFsW`4g00luRj zGgu5NUFU~49om3WXN&jsQFIw#!WJAuI>)K#tp1?c*oAuuqnFMN)4#WGu3NOjcHy%b zzeMZ@K1F?>o20E)zTwX9AI4~G?3Fm7+M5$sRx+Ix6l_3m$BSOo88jv#$wtUP{we93 zRmHzUKJrhN9u>_4_6otKyq|aHVKD5-%*4Jl+(gq#crd%2OZJ@0u;=0Bk*9%(t}i<| zO{3WzgKcEJi-FLr6sUASO)|ZQ7T0+FMJeUG=5nX{0`l0wqF!&33s|a zslDW7dVA5}eRK5>($`@y-=FkV?OUri)9qMLApa`q@k@!$FkaF1zcGowZ( z3FMd&HL;A=RU_e%m?T&UlzBIZrfi=0#ZFVmL^z?204-J0S z@-^vmO*zz!XQzzWongpn_;6o|g`79}fQty78af@}8DA1%k61oFbL2{Pk8%w8K3{&C zgZRo%;LSs}3$PkDN?YhSSdBCJLmHpdNUEhTm?q5<3Y7)CmFF&(EjSM+RR}l_nS7?b z0=4qqLop}0Z&X`GJRXjsKIwWDCAeJ_Dx>!xTO@6sCiHd`9V=C}59sdKPeA7N`BHUB zwb4bW8kh@TRlaT8`a`(c=zIskhgzSoqueSoBW4^w^4a} zb1N$BaF^O8iU{kzVHBHG(8tjKbolJEIN>GAl#`4j<1Nc!?mK`pn>3=qX-oaxZkIAX zclRJt%@m`=_)an3zWM&x`b%l%v*@LFG-Az*?%eI@c9D>yBcVWrwCs!Nqo(HE_=)$Q z9RUFNX;XPkRAgziTb$7g?`x{6RO&{AJuRTu6^C#b&IIMceEr68rYN5)xfLM1e=_{2 zy?7oR(QPh}|M~;W2D!p%HvqC}CG@lx@&zIcq~yLuP-Y{wZ*49B0bnjTI)^sh{-ySJW&QDQ~mDB#&QOeXD-5Po6^2csfvrDK)M+2EXR~ue-4b7SrY&14_J4`T z^1nhFGlNhsVw?cgz9+U7dLvI7^{_uDco#?jDjUY>J+Av~!t<(UcmcI#Qbdhhd}I#t zCVpvnG@*QL5Kyrk`7yO8I2K`c7nW%wj0^toqh7~;O`75|w%*Nj3*Kp_#Jru=Ta}SX z9##}-R2@dx2zrv=BDHLt0Xs)I8VSe3>^BKi2j{v&EnzD+~4gmE~Gkhf>; zb-$*&@0Pc@L9?Pq87m*O7;|A>H7grj$Tl5sA+X2PZa4A#HeBYPDb{_J`11`A05yQ$6+GKK)0Mj;y))QOC(MC&>KqSUk8Q zU+jP+=V^KGORO@E7WS$|SjqqvdXItWefSRrm6xK^G)wk>^hhixz5AL-6oP-IZhZ=XT7%63Cb z=YGFgN@8cyEI%nAG8AmB9CP^nYiV@WfQi#kSKzJb8Jwq{k0q5Eq^{v>o~=(q$?PG> zr^Dt;wUX={UE!+6A!xcb=8EauVM!MjOL|6+<%w*%#T##LYC_3#_;sdV!x`l@aku8> z9v0N`5CXmF(Ok!R(nT*9yqsfzz3LIYqrY6K+jLn{KJB~PU8rQA+E7N!DZyG+XD*O5 zozGq2n>rqoHICoDH?iXOsH;O)SljI#NM|21Gky1~Ae2dm4iVHXCi7OvZDTY-jlEB; zIZVRu%s3NGyVRViUQj`{$aTF7gglfQI8F@xBGQR3b&t4l--M}^vOA&B8C9@9)x29H zLI1Jeu3NXFx~-sl_a9bo!2`aGypYbpPTtGsai36t7U)SUeqbPu!pjbQ1oe;MNbs z^QmNWV$LA~*oUfd2h*P;x9`TT*39m~+qq=Az z1s1*1Ke79tjijGNkam7f4?Rma66qudF%Vc)-4P21YT(K7W`3SrMBgt|=;Te7aalgn zD9^i0S1FFEOv(xG`1q>99ZHH!kqYV@gl*0Y`$uY%o4*xJj+U1Z>OVe{CP1HsF`DP; zu|_=05A*);LIaQViPOkFHJNOXy^v^I$l`F( zV(s?A7}7;RS!_`W3Eqjc5BF*^Q+SB*$C&)!#7=>evh)c9s2{-m#XHo$L6A4SCmQ2! zFyA2Lex?+8rgT`Ui3@{gh%^ZP-qS>-1=U$JNIp8wb&B~I&PBfh(^@-iSJZnE`xT$0 zRcL`su4oU%Jm!3iK8Q*SP=C+D)7G!rT+4%BcKKvyo8SJq>F|34KXz7pec+eVzfE?| zU!6HCI8Q_J_JAhxOxUiBk-LT*e=9tjSq}TpcH88esnPxy*%_Ic5`@7t19l^^9Ci)v zJ$}6S@BMSqrIOu3&z3|e%SOl~f(Xxyh)K$x1EO`+VxuP{ta1M;g6SRq{3=jkIJ<7pFgCc_ z<96x6y~zw90>@)$N8#$Me4ayozWmG8)bL4JUfwh^J+<)MF|@`A*S8fsWeIf1*uVC* za`Jpt-4>SCpt*Xt|BT&$E$%g6oZ^d6-))NO)>v4p9|}r)$Rm-yFFk7b6ncmp_K;1? zBjWBv^PNvX^woPGM;hsOS~EHHeMv$T7=R3TPn%Y$Wl$22XQiP^AgIY=Ji-_bI zfZ?7A7oZgsqRMN=&Wo7X?sPeT^MQA_CQye|!j5^7)KH{9FS;a0DNCo;7j~L>D`0X_ z=)BO&9mr&up683oJv-w%^slw;Q#C^@ z9Jefw&%a*xU8XMb%`EP8ZFN&oCCFYzgo4J!B@%4JWAu2jV(I9bYEW^Qm(7aNoCPWE z?1RZDX!_a{-TqxU+JWrXn8qyZYOr9Y$sHyF-v%KmXHlz{k2B6x@FwMu5;>rI9Bwj= zYG{PpQyHsUEh!{Z8**HVf%VIz824w4o0BdF{+$O-KX{$GN~Ff|*w`(B$Co6{LhkG4 zT6f_B%vT|Z6B3`&0~pK^9Zg09oM%N>VhmZ^;#5i15S7D!;7Xr`y@Dr;%HUUhm}d^= z0RMncJkBJGN_?&=d{LmE_qYB)Y93E}F0X5WUb-Gro8yVzoD&L4%24k$;%mk)-sAX; zEoJsp$V`f6;kiNtFDqni&9>_5>Z&~M8WS*{bNm*?k&xEy>J?k)-(3xjcqX6FLCzcr z4zI7Ob5Nf^>>$5`zoWiC+FNrlS*cG?_EF4h#uIIPZt<_M;H_jfqB0+@=Hj&U8Qx7O z=XM)Sk0vQeM`8YOvr^uJ|8?}*)K*TrXEJiZw64I!e>3U60P`dxqq0KBRBdR~6CKN; z356sU7e;_@W@sN#Ed61m1v*o^1Xz(t>B}dmyuDxbR+3Pn6mwrVrLXFuA@ir+kr+cb0?>lW{F7M{xO`KrVQae(uH`O^S@2PW^= zOup?ghv3FLa`5*Xq^ha?{*Q+7#5Db%FD~=eL+Z=NwO#PFQ_pB4B)ID(q~~f%CpwpD zzSF;r$))E?C@m|K16x?uAu&)Gl;{|gSkp&%B9-zM&{>tjIWRF+^i0NCT^0_si&-Sg z^_N{OCu+J3S1V_XGu?MXE2e$LvR4wHT9%m$fOB;}KZENSgE~cJY(9ue6ktk@;?6{MUd5&0=P`Ex~Q+Z{^y$4?BhQ8{6U5ICsHuke@?NIU z5geL|Q@nfJiifz#6Vk~Ld{uSj1?TNXh}bm#{`YwKx{_WX9Gy>{8B#T0v445Tov976 z3S-gYr90+H?(f=mRd9cg=9-9ce0*H~s7rzssgsw^O9w3;0&W9MejFdUL<&P^q1r7W zlXVY?aC|Z)Tyor4x-?`0sDCWV9KE#uZ$Pdl=*o7_pD|qf`qi|uNuV+b3g^Cb4GJ=y z!rJKn4S*Lo^ORz_l?)kPq{jR6G}2!af)Bcn5l`M zC%ZF@_Bh2uu=o(BmG9oP3+Idt z+VK89-0L&{#YtY}#3#1R=6Qb`B5%6HQ4k+7W^B6hRL1Z-0V;OnCw6^quv2JKJ3dj-R#X%*v6X#Fsy~-tmZMjZdc4v8{4vk+3ERUNGW?-=e=jWW z>Yw;DeL>rCZ?>vmip`<2?M>A3$>*_Q#0nTF-awCV2h<(774A&+mt)ac;GBOF?FRwB z6|gWqKBCn5HFo@q*wl0u=&1+$2M0ziR4{a%WmEID z_m8!vwMvtC`P*IuV7fwT#Q`WCpq9btjDR-?c&FLF-go-wA#Bd;F>%r%gK|E0qWeu5 zY+Ozht00eyi?`ubto5EPrN8U@x2pc)&Y_%~VC)=r(cZ%3Gw56XXdxo{!j5DsmUxV- zJU{e11~;7AQ1TZR0N$lkBQkngFe_|3i~cp|g<)-WA$E~2%jm?|A8Wx^G+6W`vETD+ zDLK|iXoL+3G2!ukqdvU64p zj_b_aY>vz(6prqu>Eff8X}tcd8dAWs!5~e1yalGkAiau-+WdL;!`J_#ez(3CN(l(Z ztJYmWsK>5$^JF$Ms*m2iS$v18y%+AMHE>J03cJhQTKN8bIe zci{g=(^Wu4^?lt@Qc6%nQV@|wknRCV0clB*kZwuIA*4a1L~@WC5D;mR80iv_?v`$; z0fw3H^82rEt+$4OH#5My@1C>I-uv9kIdn_=(>_943}UZ1a9crnH1~mja`%$Q)AeBQ zkatSTo4B|1GTQ0Ss?LT$!alqoc%#AZ!rwQGc*zx)K?*1A=$^W!o4ZaSHjnBS=c-@= z*~fp=$-47@kN;fy!&3H#<{1mpc%CKX6HBxE6d6I#!N>|Mvnomh{#d#{#6Y%J3?cd$@~EAtv%X&Lv6u(u4C>j2X`bdZ9u1%hqq)HrZ2zAgBV) zzP(5uy_I``uF$>u>y0ei`dx~DXGg=XKkH`V!j;$aET*r6jH+YUrhQ3p?)|d{aIP#X z4+XwA(PoR>I_lCsaqtVW|L^!}`M*22=)y0^L!3cV-&GwIAoI8TKs`PkN5|B3kXdfD zQ~gQA&&CzGf!hq;US1Goai%f8*8cq3zDyrU#UB}m%XG)jsh2wM7QlNM5fsjnRWBL* z$@Enb5g+Uo1xI9_2H#9z(#;jn)kY|FG5F|g;NIxKC2Iet2S6wm(~(CZ`1i!;-Fif< zDRt^}pKP&<|6G_M^wa${Gd|i$zxQ-~yqbejS3V$k+VWA;+<-u)njg976M#LDdU_)< z=_1lM+a;t=S=qpS@=;mkN8Bmvd*Pcq;>pDB^XE&KE%6cm{C}#`;snMH7qbLOt)a=C zix-gZ1aB^c+L6R%J_~J$)aAsB=}7cu{^yq^$pZk!#_o34?2cUI7tdEej`3Iv#U)nS ziU+g8rYvMRQxYqFQS7N>Y$-~qeg1K`wvdKv>;wwpqow%*P01BHA>Ey9%;AR7S%{j@ zrGqOf1&V!>3{3_cEy^ViaUsu;(O$4cU$SI`hu6WJ%l%E%NA>uTP22~)eTkR9_Pbt= zT}Wc~1J>=>J^hQCM~WY8ex<}}AYdhy=YP8Ytn5NwnnV=*59e<}UXsGq>Jdu%`Vrzm zVzNO$NAd)tsWv^tJ5LquT>N}|^|Gmq`$uh!;#)bLyanz=^!psExu(=gNZb~5ut}ru z=5*4heALy7t8drP_vNL>&*=~JrX_QsTj+z%B>F#M?!>D1#-N~zbCK-1krkThHDl@j z_Ypl&i(>_)7!-u}(5-vJf77Qha1hl`kC6>7cJVG| z>xm&j+xu6#ilO~VfspP<3iT{M+HhYxlE{8Ch+|w>gvKbsvhtUjo;^u7sv0T|?+nT$ zm=;M{N)2M9jVBhF=i>dqz-PvZ=5?L zw(!1$Gb@1twip-r>Z(f|@7tCiADB50 zqA>b>U!}1Rq6jrloV-OM=1kPF5$=)f|JwFfw8Z6N>4Qhea*xF@8m+^HE%++DWMuZ2 zPJ@m@4>&M^GfDC)@dKwb+5KMCWE+7q4uZn;9L;)ujq0}t{}vV=$-&IE+QX_4Y26$t zV6uwK_FnvVs&m8u=VQvk+|Uwq<8G;R%8^pdg~#9Rq(eJnu9%}r50RSWCpq6guAX%q zkhOIu*%0GZ;G2??DX>EqtPLOAjOR8 zgKr{6Gy*gb1E-GLEc~04+Qs=_kMdSY5)#_3$rUP&diQO)(lTy-3p|Lj6BR-+frdoU z@O>DfmX$5i`=HVoKoaU_W&xytZ`#<}YuU?|mztlnZR@-s0x^*sP*@NDZ2h}wB=HlV z#md2vkMTEEE@ZUDS2O}q@jE9Vz44v52>tFyO}>WnHly!Nop_y*Rt^rXI-A3bhpRn& zQF%s9+RTW{;_~8=P=0Z!k|r`!J^s_cpw?))LXbU0juCE=ir&e&ehlQsM}tK#cL_&c z@~GT@A4nwhE7&4oFRWB3US^ZX(p*Jxvg_S2v$CU**^K*bFLsrZnW62|1pLg;`237} z4cQCks%SW@|9$;C`@S3b>BCV~aIUxulBY>urNPFl86~yrUT})?KhRY6bul-uFB&K_ zPK@?1j*Mfc;*I1I)89Qg-m=ijVhrS#I_CwSMQ_C8Tb}5i+UB6J3Pw`HrvENYQ3_*z zGwoga@{zU?!y|co`&Ai+yU)t1o6+oJ@zLh_Ivlv;dI>$2-zf}2%PMZoNQkkz&YJNt zXQ{L}Qv4I_8~!^cLY?p&Vdmta%$!BWMyt*7&Pd{;dcjBa=T;6}F}76(h7zMx5JxAc zr z&p$T&e8%|-%}?O>yRjH$J9`;Erd{}#ZGK~1J?mOR!ifBZ*nWBX83}FOK8uQ9jup&V z`$#NC%ERkSg(9t!we(5YB0mAdOOJWH-DAe^b;uN-!UO9Q;12JWo)6oDkWS?=Zgk zrDP;;X#RZ~!3dvmX(_KzNwXBFt82~{b?F!($JtarCe*1Gssb2g2gS_lK{osvWjcd% zY`b$~x)1RaMAePs6Q3?C0tp}f(78Diuo7g!_k^nCzExcY1}n;_1&z^USS#JVwn{{% zk>V=LKmDHiWbs55RvK%-FLrTBJ)AWlsidrNE4J5dK6RyWy2`qjl|f!W`Qtsc&F72+ zQQwRFzgol z!~`{~n9{0;Kbi3WJP#xi^{(~rt7tJ5e9_PrNT}>IWpzdKO$}8#$+ED+R7At>!z`6A zEoSfgc4a}qW-=$G{8(hk-np~26h2mv%vsfOQ{PFPCM5}?Jb5cdH#9yU zGACtcnk!u{H)6)ekDhC4-3N=iGykR{zH>)ZYF#Wh2e3R*NAu)dW zhtz|qeN)c*C=br4PgJ+ThkF5s{g}>%Qt<-x0sLa$wc8MafMN*OpGXs@BJegx3*{5$ zXCfNv*q%zBvb^f=uk@(|zxgPqp-vw+z{tn(wLh7U>Y>u*c0&Qm#|&i*-{ z@%H{AVP)y7U2%gmphBswq&cl?YKnXHBqEEUhhlnq`k8Q2%if+dMVyeryV^=aO92{3 z7bkPT-s=g+?3VEu8W)uIY;ryy@zw2IK;P)j299)R!}n{VvEG3Yv&}V1zqyf#+}=s| zBnF|OFqvZWY1_7Y}gezGRC#Ljx zro#nftvc_!T6`6e70-9{1J?4b+U@!C>@^bWXDu^h!I9L8N`sJVTmUqNJ3S<==5~*; zJF&N8+yw|r%bt-u*CLAK@9fx{Hg0E!y$wsS<+ z;UAIyZla*peRv{|`Z>b7_%G}75Mgay?e~giA`J%#$+8X#t+E9qD~tz0FX{S;G9q9_O%2B*~Z46tWMJ1p`yq|#ka=|)@%-*GUnz?;qmAA zA6?)F8@D{h4vzd>zXlIpSI`rFM&D;%Hi)JVASym0dzXwj(#bVK3c&CVhm~WmO$xj!{I)01_7d= z@o=E$Ep-iSdz|5uuSnC+ZteMZ>wiUKr?E?2B9_J8_Tth6L+2d&ramk>BZp#<0~+-g zy^kR6xfE)F?-&H&vk^m>c@Kk3mZ|ZeZS4c-IwkFU1o8Y;n(D*I}k@& zr?-eMF-jeL4+5FzBE*}de&5id#l9|fTfIa#7s*TFgWvJug?ee(H#0L^wHoZD5UuI- zMEu;Dw!R{!{gZTd!f-ANDy@A4v za!e^8|McX+`7^}yRr%@qZOQosr2UFbm0`bIfiO9w@iGaXTR#=%4g05a&9vtd~Y=^nmIjqk&?jUIlc;@2Rc=!xe&iWj8C%}(u@6IYhOY#zy zw5RD@B<+H!f?J5=Wc%H+Eiz8gkm10GDpfkF-Yd_EX`Kp$R2_w7t1=OjYk8{bh)~c3 z+i;kV7so26B{tOuZ^$=%9c|H2RiCx=GgJM&LWS+1I!6{GzlG0?OTc5*+2RYS*}0*6 zyHg39XvdD2%m@E}Vvu!S(U~n`N#{;l+rL)&PIY+SnVh_P4CQmCB^CZJ6}MgtSf5_q zrOo&_t7i8181Hu=f86-D2k&o|*xDyjr5hU?e>ZSac49TFFj#c+BaiCTMPl3k#yqX_I$`1r|6bLE2Wl>B4KDW|+nZXfOat)u)bwJHmkgaM zG0@M4=I_i1mm>Yy1S_gvXlUH0VE93=F4>*LYdgl4#Z-0yw6qU{SuP5;hS>o!+)is} z*sqZrIrTcfx){sykZJ*-lH=CF?v0vcin|kS_qpjwSlC@^>^B?9d;FOei*C^Iz9Cs= z2=@r7-r7zN$96n$t;~%){+re%C`9_`Zh)(W(t{(d7HGv``BKTU{>oAOH>`}W)0Ql& z0L((EHTK&=x2Y-@|Io=@2`av*_e(5iHx+2sxE>K`$k{r3J*4DheL5Lm-}&0IeD`!^ zfxZtB064T|mxU=athb4%`wq%~dZxn^OGFPlm%PLt9~?R?AK1AduWA_3jQd!+Q|vn2 zZ*TJOyt)p1KDN+~#gt>XE@9Ox#}z9&({vDY-+jzuOda+zJ47b#*5JXH(;o4Tl@b&6C(|DF+IQK)&f3#)hK+q@cr25Sn$5-Vhw8BweAN6 z3GSieo2Tn%{>tsqOQar-CLD%vwG!zZbp_FOoK2#Mkn$!3poWA8!Me@v~`=xH7rwnV&xgjckGiCN8&NeDv~snp+3Y3$xAvZg_H|nN!$e{w;0%4 zp}pt&ZBS|dnv3^Pz4Epap8j`INvux)R1Je@o!@xcyZXBMzmF3&o`@$uj8hSGfQ^aE+byqx#18 zMT(#&|7Zu7gWtUv^SKek8bhNx#o<42c%FEYTB&2Tow}@b=G*i`$Vb)lkO&f@@M~?2 z)%T~L%J{qiwG$eivMPsXsuNp*|6hZdIa-Y+?f!6>^-%dpO=bRh~s zW)udDc4(bVT`eqU$JwCrC2#JKs2b}d@CYvW(?1h2Q|EYT>PoCh03L?*SjvlMDGE|W zJRKx!Pt~~^JNebTl?pbW+ZOitlTr$;`;M!Wlx4m{0P~b$8jI^Nq>I?Z8kylV&6y}o zW9{RSl^F1yV&0PS!S=SNGRqy;`d6U!CYGXa)lHUC!Rv^Ip8kEmwHy#2fb@7L3fIWk znCs^`#B7(-lr5>J66Fy(f4lk38`7#Lg9(cxH|?OP`xeZYdD|;6$T_ILXnHDB2h7V# z)VC$*Gz#HWOHnx$b1<_^(dhM!7>1;j{Was~h=gK8>mM)*eU3ips^ak9P7|Ha5LzJ^ z`1Gc&+zZ>^^WrbP`b)IFar&Vbcg6lb_IW?DZ5cZLtZ4Q3rU#YOxxP{TztHL9W5G6r zEm6FJ)@`1rr7E$xj;ZC1%y$Qg!b4rfvl5S9K2uY*yLaZga-yN8#zakKVPSF8LiFZB0DQ+^Cg6##+m*dIP2f%uaHNBU_8r3Ju3FHDs-w!>urDX9`P)MjU`GIt= zC$;}iEl7vaGju;#$rYC{)fv$FI4kzZE1IqF{{(-?SIi!&&X>Mt(#}94)=th64 zYt&VCj(FvNqw11)L4GMdL2OpIA=q)EW zqH}j(7=KKWRbE~me}sY$LyN1X`@_L+kLg>+MCOx+hktCZZ+~)7HDse^he@9xbs10J zNIub2CSXA*ktn&I_j1K*{oZvGcs0+#Trzr|*HO%G6X0zAJSnXBl^7N#mPID6nD_S6 z2Suu=4$G4iJL`g8u6k){eN)5nnYpmSLPeUYAg)wiEU=Ya=RFoF#kh3^{nxBWcqJliG%?t2#@|h6xcUoBt*G^K5c%c^qt| zlyXF-TtMtriyGL^yOAG;LZL+6Jy=;;7rpA!LS>2FttcaVQ$8dQ+YYH;={=eBQIgp; zD&A{v#|1IBo%wkIGfRuic_cYBdylHPO#6+p(}xcqDhER{Spyk|108*R)8l52kE?%g z*88vC8`sCYa!W)tL3^8RX?WCA=)5_e-LzHGOkQood8P-T(tWPK+ankDC@4aW9iHJ7GN z=%h^8NgG1(aM9T+Mo>t?_G(Ed?+3_%c_UBE#JpT@{0bf4uO^mxm5ZyZO*kAfzv-bu z>~)VVM1hWSRbE25*lMT9;P~!s37(v}Cw0F!zmT2^U?M&FO7iK> z!rVR@5xr@-%b+Pv%dqKN?Bbl-n5DhL=#M=gG$n=eb#K;RbY{G>M&Eg)Nv=R45NO9Z zD6o?13bJX2gkYc%N~J55Y8{MAj7i|bzL7tPT7p5jth%WhI(Zi=S!8as?;QE1Ib}b5 z7&g~YbWNt9wZc_0gvZ+-P(-VIgKr(J`s=>m`u8E!2z!2%vQj=Our#=y1;wPFW90J= zD_6?Vzu)CK=yM?^j-|0a2UjoKTwGjiM4|<32AI;+a+{j6q+}miv;4d@wd>Vs+3v!+ z>LT2mjQ8{W&!tC_I5$QL4`a~eYHdS@-eP^ox#g{3>L%7p`K)=f#V z?+zYi3%`ntdbbTZDqpZIMP2F>VGHM?%C~C|BM49!=z=BqXKOAQ535@$D#9n9!mz4K z@W1F05o(f!#(#bKu=e+cE-{^YodH`VFzbUSLE_!QKM6t;lPrWY5>yI? z{IBh7dSjTich$~ClhkX}-sR$nuhl?2d$fV!>yBS$P)z~=|G@#y{27{hxD6j<6C(+E zDZ@wJzC3I(gi1JCYS<5*ak1G#p3Lf^$ zat~?U%Rw;?8g+@tUZ4T`y;xCzjh<<*l&=D=Wpa{9`f#w~4GealIU(e(op4%yMb(Ve zMCTxB&0)Me*#7Ybe&`KVRaF2q3=9m+L_Wwf2k-7WRoB(Et-6^5p&4|DdwP17I)bMm zOy5^7F2upU>)ob9qVB> zLanG4iSRftFpORphK?(xvj`X}!cW0_rV$TER`P7;-ShPArQnB+-cGrHb@sG}?l$iN z*|g{r&hX94=i4Ref>RMoG!x6W5Nz0jq8y)eOH5Izh7&y{%+`{yMMjg#YKbFL_2iHV zVimRTA1A-#+1Amr6O6diBmtF^UA!qw50-^+_`RBR5tIAC85OKLe;AKfVNuu6s zub%sFU7keIO{%fwOsEQeu75=~Gc&WXziabGRFMDu_Fa+5&lKU~D2Xg}biX$?W348M z;}Hv`k7(?G;^UKZJTW+tw>Anbbdc~lX$Q&_Pr{K!X{AfTK94A{?(dHy42vFFN=5;F zj{3nKS32xAH}a{sOoiuEI2BEz+N_@6IE|K`*>R?T}Lb{ zM_XLVwfRQ!P^Y_i*5hq&gBy;rbHUGK*@`IdRRRntMwF~rSbINAdyPFMW-BRWq*$ws zE$e~N!ANVC>F=YH^8hXq5yt);w+9GH>4JA!l$K`S87J6SD%7MEG@|6xgV>|5)7y`P zqr%Z`t+w@Bgxz94rQgb_91$xS&@wD&FxxHatR#0LIulk;-M(HSnj{BfO+#i@I{_YR z|MsMd3a$vqK1V7rIOJ^_egdJziYM$tEg2y3wvpPZk&*Yhd+q8E)a>l( zHqHr&c*385$@)+*U3g)yvJbGU^^kEOJi+Zt*=*{w6CZzIPOiZmO=yUVcsLh_H4op? z{Lt2KTo?20g(_PFvrN4RDbfFX0l=H}tc-Ombkf}7Nt+OB`Ti#*`Ue9N``riU-6Udu zV2DM%_b4mRi^!nZ4Wq73{I~nrjBnm(M`GutpbnuEl)2k0ml`7XWqvLl6chAjkTIN3 zpnZU=N}+x{NHX9CgiF5?+juW#N#V)KN)E~tV@3gyi6T!~#x8AfVgi!F3Yx)9zt~j* z;lJzz)xvrl)v;?aFF^;kvv(`_phOBR(hg@p`xWh>8;q>b_GehpLp<4O zeBb~Ji$d~qpa#!vec;1_}QK{Fpa8c={F4MnD`zVz^sc*-vs z0!l^87%VtRDaQJ`JT;CHx&}(k#9DQJysD|#FGCOgB|QnieUVtxP}vy$MQgLhEM@D~ z`0&b$T^;*Z;%S{bv)s)W4yGwt0-oE#G4Ec?{fsj)`DS}~3%IZ(2pvn`Xw+SMR9J-X z^3leDb=fDUdYAsC=pT&7&v*XWAV)XT;L0V|k{56cudjcfnOaUAPI{L`6*#1}sm+>{ zP*7H}Atyc7YhG7%0hvs2fls6@<=wYOCdQhYsAX_a;F_(b?5SGn1;#7XEn} z)gdXhJ7IBSWIDf`N;dZesy$kfj7aM#R~{26!qQ_M3J!QpeH1?VcCN(a8bp$>g1y8z znEj(;H7Scmg^HGr{!*Y%z`VZ!RwDsXnP`YF+mac^lJ3N_CRNuLH#DT>zZu5cV{ieo zC(U^8G?DPgt=h%kt8SGOjYC)vIY4CJETjC^e8}psopz|oA1)e*IfyY`O#soj&!97z z?jLYIbJ+V!*i(?aW>c(x2+%TS-Ee>q&PJ_yhv;A;uU%`Tcxn5v*hW&C!H4ZVQvLBQ z9F1(vThfeWOI@aMFEx0!DVEzQflOKOHwQ1dk_X!eMGIhNbHt^p>ci)=c1%|YY_ z)yVImT-&=QN&Ks2EDyS5l!{})#fw$U`~eL zbFe?OZ0NKQT`4{2Tj=qbvqiu1^Wkytn>V50X8jvmT#?D~ma}91vQMBqfnzWa4=VOv zg=oVKB~#HRXXmI}m=Do!V6Az|oAOL)U7K@ha&qy@I-{6uuhc7h_Xuaol9H00PFXt~ zwAisyhVo{>Jh+ExqyHR*G+AE5?uZ&_x@O{qS zS*b&IM;>-XAwD*PjJ2jFmFdSG12NARv=ZFK8Q#hme&;{j44O(?SGmd;!KG%tbAQP; z+4g7F6M{#OKhY>%ar{w@Y_;HTaQ23BjoDx5VR}CcnRXoc55GFUw_})uT6Cgcdscgz zSvlbaN$y6%%BmfO`+7G$#krm?hqaS$<=9LNe2a2-Q&lj9cwTI3)6Jisoj1uD?T%bF zej-7->gA>G?eAM;9Hb=N6|%Rn@=%!)Sv@J{nLSs=U*ftf3m?>xaX5ibYl)|!PmcCQ zL_}Jh>q=e|Xu-I;;t_P~48lLhmAP4G2HiiOEBS>EWJ!ee^fXi^KQ9;x*TQU0jwa_1 zLAvb}&qoR7lkF%Phe*|5)Mp%A>Zcx**(|$CIkh<)Qu)96C;VOqp+SN@*QG>Wx%>T* z@}yWW!V>sjUEpw&kwJy8x@JjUOH72dbka0V4+l@|XLJ9rSQ~0x`1TKdbfIy2i7h%o zPNR&D23HOt5N;}Ba6o!Ee7A}b)UO|-Jlhb}G}S6Jpo!^9-S5!srG@VP_mk)G1<6{z z_ZWl07+6q{yNQDijnAJyo6*XsBknd|HYfV|6Y3Y&=XnIO-)u$bfGZ7w1foyluLk-I6X&$xWw7gMr&U>=C(l>v#MX1_3e>%&f3@o@>zw9B7|F^Db zS%5?y(2(3ddm0fYvWihEa95fbR7!YPi_H5B12d5y@to#{_I&A%mju{=OqJntdgA+a zd;)?g_%x|HId0m`x_|VmBa-6(_MyM6mwczg7tn7QnxEFc2c%?0z}ack5|ZwP%-N`d z|7E;%`$W0OGT^8WE*K?+uLy#`$i6y{q5v%1h6t?&J#rRJS2Dps4fjy7N5xAAY6yqv z8|N$UoX*X#Nn>BjlOYAxS|&ocz}quLK{39N^rB)PCUnp@2iu^JzR8i5qjGqn@j?2$ z-v-XeJAC*M*w#;8l8|=0>;dxS?Fr+&yfVq7MheB^i)I?Azd&IB1=o>RroF?H|6Z$^ zb^G;-p`jtdX%-VYh;>!Hawz^ssw<#z7`!(6WJi(^czbO9up9}) zN%#?|$rS4$9;zlB=O`S*iycmV8<4Bnxs98UFfd>Y^`(<*ljCQg9lmvkJEU5)oJ$n9 z7X!Gf8{$1Zk?jhWRfeDfx2&|wPonu8t2mx|-GCC>Qh62eKw$+5dT$_V>s^k*D=Wnk z+J^kWYI@?J-fy+!H~03w4{%Ml2qrI;tH_xdYV9vD$6*jv5DcO&JAd?oBrfAfo%xVlWIV9b<|piadb z>IjpQBXD}h2=Y9yxNI!+!>RDj?k+zA8?6nqEFUdtEK`dmzeP^@{W@rN_?)v;<@x=n zcA6Vbu*I(>b_2fj^rO1`i&Cn(F1vzXxjyhTHTUs_%+N2vf7DT54;NS99#Uz=uH zf>--q3*Vjw=oS%<@yWwmAXZ9Kd?AJg`J|$O zLZ;W>6}`Pp=Qxi=&!-QK&(Q z97X$CxDZ?v5eDe`Zlt)2nt#p+F0LwBK1W>sm45AH*O|3yHETEr#oXOwnFW1j^|Qf; zrXWC`PYIzt?9O#2uzA1sMQAB*<8igdkBcn&EwN)zjuPTtq(7<}V+p=|U)zu8qWmRb zeK+uDb*UKk)fb3bmPtCwy{K*b=plLnk+)H$3ZFSSA$@_4iDD0&S@~s(vJpDuWzAKt ztA!3Yv<(D0bDJ|zEUAAOpd}C9)kmx ze-;+v&G-yX&k*@!3le~eCS5>m; zqYZ4QQeUIAdrn~>>I(JsEhQD3L}+WQvtJBuA17~1oWvkIv%kGA4oD3xARfjPsCWdi zB3Ol9SGOHqV6j<7Ok% z6w3M4&b-9K`S@b<&6C7M#_|+M5Qno4XE2kp*qCG(yM~C$3F-x+;9t|&fCRg=)XQuU zqpu-AXuAQK55ZLIVBfBsSr$YDmuGFaHl+x@zWv^EcW!2C#PL3)L9uLmv=xlTAxL=# zT?7YgXZZvVZy#xmT`iu`#XVl{$(w~i-qjS)>?__aU0@4?tFb->(q7|`_RzkDhVbJy zO{3zY>H}V4)<(Pl1r#qc+hwfk64#(#G9Z-wzaqk6YrkoLR8m;TDxarS`;wV9F1NV& z7Gogl3wMCJn1(0pDs^Fs3o)XjvcBFDd%F!sF8x_C2uA5Aq^fXU4i6PQm35nr1AOt? zZ?;4Q_&Bot7mZ%GA)lUfxah6lAKatzmdyxvzY{4$%D&O~5vODSa`A0Vl_|C58*t#$6v$xSM)8en(hb> zy~Dw)7z2%_LAB#?i8ZmzOn+r;H%aX54%jQstIMxW;pJ_E$n0Vs9QS@B=giumz602Ew2cj&?MUR}ucbmtg5|ye^A8fcSUaFbfwWyJiYHO=ym3tJ_I?s$;D3313)*-Q%3-6;zNl7Z9LJ~w-ObfA$SK%XHS3z1j zMOZ6+xm%r_^-RP2wqHEeCV-%T!WD&K8uPc4G~my&s@Ed~U2P9%cbpaZ$mKP>#1K>JEqdc+CYWqEcT6-fGb#zovV?fn*7sj{qoldwd$rWQ0trIa9?w zjynqML^hPrS%`*!7Z)q9cf;?~uX);A9~FNjYhbWWiYoBby2yxS%IP6fN~(4V^LU+} zPHRZ3@8X@Bzp10R9x=_9MXw@}S9^o$PE=k~)2i~i>61GBQCO=@z#ziukSeM@LB-07 z!v|pbj|??v?G==y8KE9=djeOoT=myU zHR;+P@n)$!IhNGWj+ua+qw+xBh$b3>f$BiQtF-bK-TgKw645nN(H^y^-+;{)X9)a3 z)rDuni%(~hBT~EQl3GBZ$QBIycz$1mx+EH@sgE@{!{#3l5D*Lv4F$W3l7RdN7FY)n z=6#!alx`uC(R)wXnC;W2Pr8Q=f|HpEM{@G`L9-mokElS{ws6Vw`mC;*)5uEdq9O%) zVIzSZBQiJgy2cF35qwPg1Zz}2ao;KPnNBKG3L==jexY5jSfnNOsNQJMO|EW-X z7(V|pSW8J-k!}|UEqH!sOqfZ7cvWNvc&}xG$z^(|3rBmFMmk21U6Vx{53yV){-~l` z716tO*wr<7y87)Cg%|q~B38!{TOhWiY(cToOPn0V`*TMEnVLlhVh7?fXd78|_JD7a zD-28QS&a5aMQe;SCUj7}<72gRmiXT3nVF&a`2pcPZ9~9~`1L9(Vu?eTE>{-xr)3Yi zwmdIe^$R!Ysj!u1)AuoBmTLlIVE!*`G5l(Cq%uX$M_z+w^x=(9;huMnTuQtlASa+k zpbqVIurtn9sOsXJ?Xvt~$s7!V>im1>8@fHxk1MR{=hy`XXYA^#cuAiTo(WG$xo6mL z4C73(5SP`EI-yie(MiXcUhyKY`g6Ux1cgFEuRb++Ws9;ma<;St_SuC70%==gox`F{ z0=h>fq8P69Q3b(dfP1a)ByuSFFM2gB9i8V#QsfgV@v#q?N649TOy@A+EZ(~LIqxGI zMNVYG43Ej+@-j26QylOSD7OnI^b{V>Rt>f|@;|CblX;RFI%F$fg1ARjg=ait4Cu3+ zfNAnF|C?BkD8dH`tR5a-W*#1tb*wHAv((=JcAimVt|jfrhMX)6s8u(BZ{(UdEbB1_ zK~7RwMC9;rltI))JxWG)$fX9u)xUlu8yginU6)seBVjCd{b?XD0RSGOmL&$m2jy5M z6!w}qu?Q!9uAf_FVq{Lo7cI8VMoqYkK0g8$mJ)7KVJvQQb8~i_0Cerx$kdd8!Nb-| z1oXAG0Ij|?CMD%1Rm~T~QJUJPrmpRC@-!LNq?Fuy6{3%%`7+eHEvvvI-o>i_C<|>& zUoYwc$U`J0Wn*mzHMdclN5HY$|ECMj76#@g}85wIC?Q;|GjBKzXWcKDrv;fd*U`O8OL+oXzVD=aprKTe{rk1ga{-_hHLEPr8QuBU$xZ7A<1HajyVk#KHfVkrM> zCI-AndFSuPdB@J{__GY+5AbEgLd-ce{&;Ak;+OX|NRhrMVq#)G+Q+#xC1XSo?qT_p z8&QO^r-rEjL6oe@>y0&{Q64eUL6=&s-eD5>%`xQr5m6 zFKGof5*7raHlMUKnHJ?+;J0ve>HE`79z!&=Z0qk&@9F0&DR#=@2ZK`NL`B`I9qgG~ zzE%p7zyGHVwB)iU`zlVT9S;F&5lG#Mx?Yf*aiFRa%~JQM_UvZ&-}F@`h-B75e?EkR z1ZhceU;0@WT{(`RxOi`MP|(d2S0&@FV7tg0InElq1vlN&ReRrlVgH~lpvZCaYhj*T zVSXQLUSy&X4On{7$KKZM*E@ULK#f}pVYdFj7sJZ7-#gDMf=wP`EcnG?&Q+W{*7-g@ zXQ)D(fhq7e2t)Tb_YNpmj-gQNUc%eFIbVe_jpK>hc@b-~O@0_4xB>QMCw;7FbaRsq z`!^2ysrT&k@(P%hD*M0pUW8~)-e)4j3zqN=AV>4UzDJ5Qe-1Nuwl)PC_(;OyZS-Ui z5`B+LQ7`p03~Ll|DKLa}DaAdUuKyOW5k=4P3Jp3)CcCt&2NJ3zguNXN(_O%7IACx8yV75taTK=Xr}?bLs-~`P@%Al6 zQc@Bje(27t3u8k=a~SyU>yZW)jzvLXI?v5bqDbMi9bh+ls4H&d7MyB;O3OgsBFpQ> z*)k)&=uP>P2skxo?l1g&_TRu)(kS)%y`1^Grq{qiMn#hwRyE}q&K?aaJ96$2?p|^d z{H5K)Wl*96ds%nyD>62!RH}m8PZ&>@cv95O%>!?QybLnC_gP?V_mKaqHH4d}rumLc zOjq0KED#rfoK7Co^|5bNQ(qr(fs45h!}L{R1Y#}k%s=2rA6wmhZ$`1`AyLuzgFA0p zIHRBYpOB#B`x2MNC^Pm*Yi|Ld&Qs%w#L=B3U6j+qqHB40d8*jel#CuiL(2-rs%PiEn`~G}r?glPT2nTaMRYwjxo`NL1c3v#xaCDM#ZfX0j zf(M8H^qY32+(^!JL=mPP8eyhs8S^eWNRy>#6s?M=wfx}^PdoY;Kl~?GJoiYIO;^Ut5tQ)pwuTdkYbsaY@w2W?$o)QOAg5~1Cm+D~mUGt=mLw{ld-(FOlk ztDuz})psjI-dG%{*QtFS?YjUkmdFX#d+f;`VB2;nF(4T2_m}1rBl*!87PxOt@Y2WI z7O@QuH~jaBIcC$QI-E6J6i_fE?Juh@GCG%bdsytb84c{uT4!inT=b#Mn<$)>b$WHL z*+I0x?|vpLX*9ZIN&mj77?$kcrF-%b@LVdLUttALVaNp-=X&|Ia_%Vnh&Ha(zJ~ch z{7MvCHjpWVwTmf%Sn<84Cal4Gf9-7hf;>w8&-CD<=;kxmOwu2R8b zA-d2nXXYY9Wrk2{qOanz)!r=Bg!~AckMws7)XCuZN>n5SX#=-YMxJF%EIrI(cnwyU zda^MLoF;^N9INWzRR%)S)dzt%1rjvAviwddn! z1~9>z-Lpjfr7t?cf~f)~ljxkf;;f9gbjZtLQD%ameJB+37kw?GJY@}=?Z+nu5TEEm zK2x2dMq>rRQVp1`a6`WPVyOk4aOrI`CPGACk4Ls90cbHdN7ujg|Mx4NDxLu63I|w+ zz~dyLb5S8vjjvI{bF0JOsK<6NZ9aqiDv$kUjhBcB8_P#o^ql%ze-G?jM?YxWL}aFE zi_57XB3w<>*+zQa3O-M`Zx!IC7x^xDtNa_mqQ|t*I-EMH&%^iKr%DfTp0@R~zT_=r z;*a3z;(V;6H0W?K!=fp%V%EIBu!n3CkQoT%o)Ss<~2?%^MsdeZz5gKe}~uyjWiMsgf-85UO1=4f$^8QFnL~As~-!~iIsG_Ix7^hnr28@F3%rP z3W2>k8oWnjHgC%zaV^2VMpyWn0K1q~i^s-37EzDw3gacb`G_CHN&YTnCybVE1b=O* z9#`uUA9(!v^QX!HbPkCz#hzq;Qjgc0av%KQF#IZYgq-#Pbt|3A>#@esy}XpC41)z82V*V6 z0>z=*(xk-f`Q?Y3Z;ejkY2ouDt=KL7^2IFgc`^R02S2H#<91js%UJ|OpZi08n*$T= zy92Y@<%@B}yM8JJ-9j{gQ#QP~k%IHlNwGlOGWjb60`wbO7Z+Y}Z%@ycHb!^H zTG`6tyK1mwo#m%s4nvJlGu|#$#|_%ob@c+x(IQ>a@IH6J8Ux-n&jw7Nf`{0EBs`>K zWk|VcYT$l3s{lL=qaOm8u(WHGngweEXl*aiYbw=0&+g;jg5{*0tadM?e3GeMVN)FIXbls z9n~16s6mHGb_R0LNPl?lkRyD18ukDNT^Y<6M{x}n<1&6EyaRB_v%cyr95WFz%-YJ? zapM|zwb`%Uyi*&MG)~2 zLTzZ$n%k8Zjdj+=-Sb`?go%8BUI}b^V=)xhwQS1rn@3?2I1jJA(hHwowHh?-DIc7l zE0xDPU^bB_jM$9~&5FEX&;x}n#Z0{Hi&t4kyt+DCAFK-72L%N%I@@eo`!(DNK&0!D zY|b7m!y6C9q179!Bfo%op)F79A=nm{TcH=A#QD7k?)b`YA}45=vluL>9=*bVJ(L|h zJaoOXC$>9I$7`$W!W-6rAFZ}L@?h?Xh-#k%C|BIQim>k$Vm%=S)1OCHE!EzEx&#E| z=x?UhoM0^Hcb~*U;~2LzlS4pU%BP1lll6z`ig!rEem-eMTu8$y&3!jlQxAG@pifMF z@O0{&SAgx{8gbM$bPaFVBJYS9>n@nr34FD-c)H?guQ!3CKoQ>5WK!sk(=D=mx9zjG zP55Mo$Df|9BVxztK>^@)&l_SI>3J9jwoEhDg?ogL9^CkT%=3EP2C(D;RWbZo*?<76 z`4t{(71xD0eE6y`HF;rQ?lLDCTg4#r`AcuMbcS$;pK$_`C;Xy$e$0` zr*EgIBdp-ig3iNqxoXpBkqi2F{ta_PseNH5C!U`c`VlN7WMuq>4?&ee2SUS4|UN*?$9~4KG=1a6y=wZbkpjo%2>*JH_ zeUHk+VU?(0hFc3DfR=dY{6+VPWxBF0qZncRkVDx=g^3)W#T&@tV9Q)>Fy8^X^`%gMjD1jLO{AxM0x;$0R}kR_gmljaSnfG)?Td5%;t&vzUtve zOf~_Akmlvn)pB#+g$O^#>Yy-h3)DaX<4@owE1PwiNZBVHsBd7_rC6EA@LtW~NxSJ; zu|(y!l8kJA5fL`k=VB4~b?V&6t@&8f$d{c}7PhI^ie=AemO1QE z^_04u)cdw4o+4Q9cig}8eXNvd+(}4GtOIb@|F?E_NA!RrzP0wN;Im8m*h7}WGja>SW zwyqkh=LOG?H=@DtZ-C%xI$?=cr>W;BDa%FJZpFL6)d*lkJwzH>oCAQ1FCl4F*yDdu z%z});H2~bn6$2Fgq4`eL(a&FYrYT-oA8Y|gMaaEv0<1O!ZxryK02~}8*^}{1=5UB$ zcHcKhXT0rmg)S`bHEu7l$=&2%2!0^KKcU$_&%%9zg40&d<9GNIdUzi?xr(Lu4NlT3 zQh_-FJISVsZ4B{9*^tEHqYmp^hl8urOai=p-3`4p-B=BKGHn<3+BDq}QIJCrgM(Xf z<|E}!M818$OgXGw~Y74EupDDX7gx<)-NJvQ3DTit3&5cJ1nBx! z3`jC_ek<=0aK0kfATMyM*?4x?Gvs+bJ3XOV`?pu!!$R-j56>$BS3(`*Y|qa@uBZB@ z8~Qzrp6C-_n1BRC8@{+JT{%3Wum@_Vqau;ThGX%HS+CSJ1o$Oma@MKYwHC@Ar3D97rh_RrN8{=lW*2@$j&>ey~`3boMo`E^_|L|GK8D=Bx*Bg!Sl8 z3s2t#PJIxletghOa9avc6soqR-&_*Z#CnQuUGcmwJEi?|F3CSYgdF7g_m-OYMwH@u z^Li8S44$*{YY8Ie4CB7Ls>m*kmMK!c*x1v;nJdb@8b2A6dtZ$Gvo5@_hpKCWMR@cK zsisG~qDcm+3#0A^#oU>fTaTK>;3&;WEe7Ynf^@3TX8=LTK9#cbB@2*DU-g)4lpZv^m3n(S@+2<&JT8MZ zwcV=Yqwn`gC6M2!5<~t&Ri13DUh3Gd$l~Sv{QM6OY-g?6zPYJ6yB;;$dt@vEVq1y2qn&zi{p2um=J?0uXT>s&&e&<~BDZ?q_m1vWjId5LGjhh!U zyup##*lbJfY*`qM^7(FvWtv%Gr~kTTDbd|!l*Q=_>SK?SUCv``n|a>gw~)$%G^JI} zPuqD+@UeVJeh>&W!{;m$7_@m2kdakM=>U1$c>W$eAILDIOy3RR`CsNK}m zMH6bdiyb;=xv3xB*YS9EQ^0}sng|xq6vBVO&MT2>9Xfv#6ZgnA^I`LOeA~qb7WWo` zVD6vG+|JPvz`Qr|1LsRiSuh-=luE!TTT3ZExv$Eb~O;U2h;rE$7@gb&LeTajS z)wX-mt|5l~U)h4c6#yF1qJ;X~le+M+X>aVy!MeO%xG4D>8YMUm`*)+PNhokdtkse@ z(fJD_;!nP9!?j@Me~-1`l(eO0KppMrEFWUUqpTWl*Ty{HQy+NpfjBQffMO|A*HbUO zHC?lg+VGFX=EarK-SXb$6Xy-h^6Q4R$B?$N%-f##0)hC}{wtJXVlq)ZG zeT@D4yN(~Plf=i75%8n9j%0JjB%&OM>&DtugQGcJY4KCQqq!GE{k^>`$Gg)t^pJpVIZmaYzDf zUt-uYwzNe&ItZQWzW0G?NgP&=A*-;vrUNiW=gj7&i|f+NjMm7VLA{{?w8~^hR10P* zF3wR&_cYG7XSntREC&yFH9O}ty|>pt0-|VK?Y5^szpsA0C4!VdGM_fKnWOCz1OAT;N0;)Gfcs$Kis{2bvE@hL9r`FMaZK>on#y8=s(X?*%M7L&BPk>oD!L zlRC{At01#n(uXy)1F7pf;rR>ZqbuG#SWNgM*l<`2Rtgo zi2oayJQS-onxetqP7}}8Z6F3<_~Dn3mQ)Rqv0OV_R1h7{WpD4w6P<3ihQ4`#;kE;X zt7$#m{S~pp#(g`8oN$lgZig<+v0>BZ{CudKV7qk@^BjdR zAql)vT#Uz6TyAIU$L-!;cZGO^DC^h#0Udu)ilxO}WG9nHLEiJ?!ypZs z;ux*EYESUR32kh5`PFT6`) z1|>em!jHgI6MM(KA6KlYM=?g7zTtkIr65RTDqKN$R1dKU^eZ7noE}w(jb#)jTb_)+YDTnoYFdQAMNo94~x_vnguCg!0(DJhN7VoeTLE<0#{g_9w^$&I9W_!W$6 zg*tsl>F?R$3UXW24;jsI?NxSkWRJEiJl^-}=Tjf#Qxy)k;8rTqqD>u3bEZg8h#lQi z;{(=AAaBu%s)dgqDNG6siGy`!s}*+ZL}Y8FUFC^-fBuo9%UUX)7dYSQpjY1Q9aHa{ zu`p2I3QQhDQhs>PsH?N{E7d(}mzyPMO(G3u6dhBAfaRSh~zbWqzdEt#NRl|Vm> z_;!=!+eMdIVtf=Z!7$YvUTzRkxYd2_3H~lKitJW{C6N`DukFi6l`z!hw)6J9^sqd!L%T*o2 zJxC-_7K2dnJ8$m$#ep0v zxqHu|q`(jrB8ESv$odW%Hh27`MErYFruCy_+c9U<0+(7i*&M$cvg;@52sHBU%j{`J z2>%^=N|S`*q37z83wD&u(B6k|X(KyMLd-Aav6gAYz)`tTYp1Pw=YT32Giso8s;%4} zfb9XjY_54!1hCq2_7Y=*)DPseg_*J~EOzJ9Jqk>zbWiJ<8pwme&srn(CRqlfKpa&W z;Kx&97+C%0I4T_AO7h?cL*oi&A$+$p5cTcA6(3%}Yz6{TW6N-`e?C~`L@>q+97Kx=*{htsQ;A?I&LP2mc%t2J#tJETB@3gkXRok4qRAm|AvoN7n0 z;qN2Cgsu?sb&eN=(WSgPf%&4CxZMn5tWq#234A>!a-VqgWkQd!bY2ta=EK^muh zA6eb);sxQhZ2S%~FTw!Y%P6{UUe=o7ry(N8 z@y$dzItKidLmu_iK#9bq<8NEjHqEd=2`S2(j0|F(sBHZJ7Ui`i&u;yNzXSzB0y78Mn>l|AyqBS=CP zzZ%{AauZsGh{BJXWe8^ZKg5Z3&J=>0@gvvINNm-9Mzk_8NUbE}Rj527FuX#mLH`1B zq9RfRkGC!09ZZzOdfd!4oXi<8YuvB2}2mpZ8r*3ip* zxR1jrppMw$Q0$(MkNG3kg%JlW6I=h1y0wvr+keS|Ed0@T=K_l^@WJejmvkEcT9GZv zJF?|0;+TLRjOw1X_^UaV=&zji8c_88WLwEtm1uoNE`{=NrCwrfHT?0wOBA{UQ;#v6 zC}GLR#lM3eb+dHP{lbC<(R_7?bRL|c$}G^$+4-ax(--+Uk-yP_^=o%SY>sKeWid;l zIceFO(9a&lp7|?%v8wM{+J}tJsgs?Is%a0hzNwvV$t9ak>ROBWO*u{fU|}&dL)n+k9OdGX^y!@XOw7(?hyiw43}%6pZ}5)6!LU zV#{Ve&~!iVM3&<63qwN9iWk8)kqWR;_Tn#0Vhe05Uuo{Q6(um(MlkWeK29{tdYa<2 zZ?9aD8;PPs82r{$tdp&#y>(#VYMq2mc)+DlI_nWKDK6#5LJ?a~ECw4;q!P@E_MKG+ zYf9YiUbrb^{|N0*bNEYw#xYr0@M1+AMaLfxGw*XV8B3 zL7A#g{)~gd*)haiLswAo<6}$1DM1TcT(!BDJlBedS{_2PdJ^?HI|qlREq3Dg$$asg z)3vs}Yk!QG!7t^?v|78vi~j~OYJ{{$e>iF%jL3;UmLXNS>qC-9<*gJG6@Tsm**vD{ zeq3I5s9q0@{ArD3EB4yE#r#xKKmgSD`$rCL^|AS&q}W9sV&7t|F_2whb++CSlkgZ2 z{#>+tUQ;dI{yfPoC@!ed$g&dE{n9_hrd|jl`21oflCAuZ`xcH)L8F|+Kit8uhEaMp zv%|?X`Dlm2souv$=VX$%9gk{PpX#L9qu7M{?AK|R%82YNVcy~SG2YQ5uSYP;6z+*)!n$#XIW*pLV@QN^fn?*e=OuH5

    ;^4%rG`2ZWe)`sjauboM~Bm1;+|)M8W6#ET!|C1EB=zkT!fcK^rsjoD10 zml8V73`e~`*NBN^-DK4=_zx)^XcHM|>VkAJ{rai}aMspwj_dtTQofA%?NoAzp?+O? zUzH@c&~z`YdIXs)y~kR;pEDGH-&2hS(ZHglq2m%y?3v$t+*#nC?Y(O;d3iyEypyQ| zG}rc>6Fo%B4C87-^JgV4%Y{jWj$LuziVjJgb9Ox+RqNuC#GVxYZR5wDPFfPC!4L<8Y+lcik?QzMIz#V2yxM{0wCPLEp*mffSZrAc+ z=Ps0E85Tn_d8~l4>=k)t~kVzx~&e?nWsZ)@I@+LfU<@hOG#cX1*Ef2KthiTsMD0ZO@SpD zxXhwp?B1E+UP4^4>%EyLR1BiRi<0NA)Si5zq>ZL6*UFpA45{aJC&&BnB-N9IJB5)^ z4MW_xpBRD{tnZD0zG*Zk_^ht!bw0L)bYi#uh z{!up{wIGY24av=8=G#?y$3-BmIsWFwCnf~#51+ZddLsXUB-vMjKORr}XxqI&&@dji zwSr%ud3=$&oJ|a$aQAPfkv6ZfYlxLiQ#}LP%Wj^(pFJi*+BZ#mx2_JJ0V@SVBmmMx zhOdAJTZ*_}!w9f+fF9bWC+bOjQvA0Bf!o|M`%Y%CB%I;H-xqrNc2@_pAq=SUssr9? z6*g?Jfdovb+(}gw5^%hilOqPEAQ0+ic(0Y&IsSy^jo7a>c9eaER2^iKC*V-54y|RqSJ} zDt(uH^5HU2ufg#O?#eQMiw*8Z_lSzwmDfpsO8g1nSWQE}*RhN++q4XHfPSzYNr?*f zPo1gg;9{$gW(lhQ1|C2KyWvxah1awaF;*j7;a1s<>m0{`I7DTnA6qasA|#}0kXGQc zdJcOmtJ`v@T7c@|sLhIyRmcFZZkSoo!5C>?rQYYUvIyKKkd$vB~0MvRdA9 zZiwL23f$1Hk{#v9;~fbZ%AGwL}7+6@@`kr?A$O4%%sI#T^^ELh{#iYk6x z#^W%`v(>MbR^l-@=|_LO26pS3m0I1VIa5yDe0jFL8}`KTt0OqFp5|ym1l6BF0|zji zGD~#JnROKBWKLOtSNyu)6-j_t9^%v^wT+18*A8rWzbfTtR8!=pdu1T>(UNn zeW}qq&<$z3@Aid!XeeBaLXy>YeP@Ez8}kP>FPBjF0f)gMuhVs|9scJ!Fv8$^rN*o4 zH|4jxz;dS7DX0~G@-ZLjq;F*k-K^C)oK^9e6E^eYxJK49K1Qt-nPFC1&-rxv5zSU`sD;KN=!{X%OJ;h%M5vAkWfV5lKxjD?wbM)>>Pvku*cG=q#V7&^8FAVh zXvRbs#^7c=U6&ZpVM%tw(QOF@V?l{ z2~i4eF2OmlWaD{~)#rvz)#SydwU?5vv=T$m;D@`@+^Q3wlQ z&-^SGa5wzJ7>+!U9&8+o1x^M9s)&mr3_X0C5|$_JLEbi=l9{;|c1<#w(Z=r% z4lY*0?2Il+E%X4)yz5U(U+@Tv-0t_5cV1dq@+a0PjT}!3yTL<=Fvf@+*$|{s*mqa$ zuXHoT_p@nMDLS^j8(>un_DDP9!7A041q0ZoOZJTW(4d>u?;oU0YOvdcD__`UUsiK- zX>Wxbou=r8aZM|cMz~!NJul_7<@;Epdw`tfQDZ_`a)(-pSHzA+xDq1-MMfC`Rr=fo8T4r(?R?^ zNJBIzeng-G&#A_ZJ70c38u~HuvTt?hiYQ`^UNMPQ$cE~iEMJGBP1P-4Mg1<2?bUU9 zfr2Y7*LneP@_H`hgkH#9S>50hMHo?5_2KEqp;I$Zt;1Pfi3Rn=*7ZtaArkrqg&Agy zVgTS?;DlIeaj6dYkuQF|8O&cs^FrlxBde3~4f~s-iqf}fJZ`gTtpQ}^6&qxnAnn%H zz1<4IQqE!C?F#z7vBsJzSMQ4_v{YsTMRki6BW9`rLUaMY6@ei9eiC(+4Yw)XE+Kx6Up4l@pvmfYqeexJDd$S zeQ2<~@~7Z&n=K#DvQ`-jltJDSQqNoz!<=|H#i2GBMvTN4&Yf0_OMJ}P=fiy_D{M6S z)%Y`29A@H3A@|4OSA!PLC1waJP`8`2uo638PQ=@TF5xPg!ITi*$6L8s5Ss}-JLD(W z!epwlsLLBlb{ZY(PA{Phi+AqGXQ(q;v`oJ6Lz(snhEq}+hCs)a3!>2tR9u|-uO)+E zFXee>+a3s|1svT6=p+ISK)v@H%M8W_77uNy01-4KW|m9o{27{h$iNwMgPT|~xX=}* zhhKISMP5+R%n`uv_7R^Jxz$Fy5Sn8W61@LyUaYW!##9_}(fNL7-MmKM$0ep?UU(A& z^GlsXxBH|$yjk_Xr_9B9xve3hdg1yY8JZD@kGQ&U5X{ORCQ9qD(cf5Yav-94X*zm4 zINIM}4&S_^qxh)n^3Za=vd;=xV<*?Q-Z-vLOQ?N{Z!Th|!hgpinW&pGSV)CbeTe2( z6JXzVK*tv|N)~l6H&-Vm$hct1^Jz`|B?4*B|0a8stApI;m z_^FJZU}v?^T{b$5z$f%HxVCYloUfZU~o4DqHOoYp>_Extz^RXz(y{}_L1e{kZ;SSVrgnL- zw+H%Y^zLYb%KrGpIm!Q-x=83BMErG-wE=uz5gT3izjmvOjNqI3m1GRfKP|E#CgJW{ z>9^s{B&_l8n#Ter`q*$PFX<|0>_u-&$e%5>9JVa#c`C-~dJRti0ATWp?<*Q^*d!^W zUEvu8h2B_#D?0ujIkmUN`nrvqf~(SGJE~cqp*3x{2MMtJqanL3ai{s3 z$uttcW=X}V(O0lhUdY*?OwYD^)lGv!omGYL3pZ1};WzWY6Nfdgoj6k>cKj~aKY6<- z$usIMUl!ES(0-*I*V;B3epUGB@93);ypi?Mh%lY+AC|u*gF@+zipwbx^o)tX{=RDe zT0wxFQN-kJe?RYv4A!^r{rU-n4kG?#i<{aJYF^}#cf3g3LK~$NT4Pm&M<2#%Nt)gw z7F;w0N8RIhO$b2GjPr$`&_k?!+#bGJJ$KRaL}Fqg(2uh{{M-&RsMz+NKTpL+2NsOz zPs30vGHo63>4*(qYWW&)VGw-l;M)y$Wdt?yBj40RK5IJ{FZ?M!cC*?D7u@EQo9W}L z`iq52i~(zHvweKNIf3+;LsQn~>MHjbojgt{VKm^Z%X_$Uos)RbfA1n^(?FN5HI`RK z4k>vdxHd3k>NN!d#GqY4v(Y<{zX)zH{d+kgr56JlLFuSlTfP)r8%zgGs*LDJjfPm1ucg&@$ zH<%Z#1`*@xTXZ;>L#}#uU(bzOb}pWHz|JF*t}xD+s&1LxCHaXnwrD|-6l-QsEosf= zmIP#Ngi?>H;ZQ~>3{XiW0v%aW`#vkcdKz7vKd{?U z&QReH&*h0|_MR*Img4M+MwFl_(pzuxsEYGb6J3B^jJZCj^{BY!jyLJt;R#E;IPUX} z086Ue>CKb0rVRaLi#ksvoxB1u8?k*2%WClG#!)7#<&W)majL-L7S*tgaoO zLze)Xw=j5jR*_riROXKcM(b14)A21JTAP9@=rTP4#bdJ+bbDBhc4I3xRaWl)05xg} zlsJp*cC2j58X~UVI&m8XP$xXZNE(_C>Jdi(rh(CZWyLobNtzR!Jm{#3 zbrVZrZ6#m20tPoJfjR6qr0Z@n6U?CQb1Cx$!w&J_cOKa?)5R9aL$7t-I)BTB8vLL? zO|Ls&ln5x*OkARbx{mecRTK}V9Wi$DM>G4w4EfnTq;S;yAiQi>%AtBPM3_DA_7wL>^%p%>XW!)gBFdU6%Q&+wR z0J2|aT4O%H9DFx~;E2tr2!Tw@i}|mu+2-H3$_~@Do_zG?GJtwY;j zub&Mztu0oK?kDb(W*C@qs?qs5RfX8*tbe9^^v4(haqlBrzfwJpu8oKIFRRhM1piq+ zy>)0>h}wZBe;9e1ARRYH7rR;EKr7MBkjdR)zWv4cQK#|HQ`I}&j8BY-JpA??ViXP! zG5z;?jnrc}!r2=gdEbG(VRqmDl1VFgE)RkZuqgp^R{)>lHq0%*4N|RUs*BRBp74Fv z$=+yt`nIT&;Cl3S4gh<~%KERXJkC0K7&(N2tHF7o?@B5_cgPK`xm)J{v;fciYz5WW zi$1ATSUnO9wLW@=n5TnXyp{bH{crCakXt4<(cOiJ#Ev>n`Q;2b0!KHVw+LIsNQ(;Q z%?s-}lOlf~qlLQ&n9=LA-jRKYkgW*X+~Cou|9iL&>;QH?n%Fw4ZG?P|{^8Y@x3aqA zR;3qs{Q2Py(eqEQPXoJt7QRfS6lYU2%~m;k_i{oNo6v;NfrEs1N-uGroFrK52X~BL zThYeV%$6`Dcf3(St@pg#rLzu>ngg2;eON_M#$A7p`O;36l$Kn;u)D;&ew4{6^ewfgjImu1rJV|xweYIje!aPVsDSbHEsKwJf`6nmLB%$Y zTY$%WeNFTw`q#U>CNicAoB>O-SjDFwqjKvej3L{I^sRzw;C0suB#^dH_tofwZoA8E ztG>}=!chHfr54kb;?Sc{!O7N~mVb_gtG#@~AiEU{GuLfOXgfT5qf88H_KWa2g*ibD za&^AC6TH0cUR?`h$=R`=B7`3X$++eoY}b>=&HlZ`xxq4s6ML`Aw$1Ubp886vX8p^eYl1Y7O`Tc3U}8sC@j@A-KlC1q&@&R(yijb+su+--2lOeB`r@3LTFTj)T*UvcPBu}9)-B`9A|<-urZ zsnMZ#hC5l#w#Op>=ec}}>cN$1ipu%h7P%zWxtb&01lgaq4X?{~{nbCSQ#tn6jwv&~ z&$hLV^u|qJi5fE2w}~lpQy1070@|WbWu`G>GN(qxY`4{@vint8x*1~!i>6mdpb{B9 zw|*6@VVrz-WP=64@!4#IU+xQDKUlTd>ih9)MOIB_1_gKjA zXO#ZYcrA^n{YKP9V@N9hBaai({5i$gU3L2*ro{sHsx1g-Jjnx;bO33jIg~}{)_*3J~8g& z$6a}abfD^TT8HX7KGABCFu%@bpS|Pocgf&u;`61t0ad>4rz?dP`k&a6!fdSkK4oGN zEHQz5+$WStun45)UNiGElHXgl)4L|iR=zG}OV5w!-_)JnON?{KzI@Fru!Vog<)NS1 zn*5y1$MI2^adS{VUVwh^z?Jp(z_Zg>D3m04_++!A8{m9}jqE|cWyh6jH2ixmb)E1n zJNd(n!#=W?8({&tgps6Oy*yO-qQ@IrzSGm|XYn*Luz%5H*TZL&N!RXuPs8CsYJo}L zzda@8x zUiDg5oGbF=S}$|`*~zQ>X&6mD?pP^o^JPfpr)Z)uknPr&$S=^ zql3i(-rjS#HRSH8w?_4@XJ^3)xv;*xyO|Wxx6&v_>WV6cTNh)(@O{#OCVzuV__4hB zinWA;(9Yc|9H0D#V&d>`-ms^#1)e_13qBkWNgTLaT1mVAe64qj^?B;J1fLqK)Kgga zx3Xdr^6U)`nMs#SGUKqGj_$>@dM$Mm!p#m~!F?G%7}c-V0~d*d`EFQR6gTc(OB^@e zU@?{-kYq-u9fRknmk-ttG2?35&U|wRf|P`#pI-UR(n7=U=Qxe?ojdJa3gUTTeHQ$( z$!|--;Zg#7k2d>s%MPDAX1_}bVZFV2=MiP3-hLE{16bUhds-=PR@RKSlikizUqFpz zhw&Z#0tc*gG6^w)&%-6__1ezp<2>sv`twhSJQoE0Ja(kzqCevJ7S$_5{1utz;Lj8D1aExgOKh@~ z)OWCf@qrH=&aMyiRIcxy;{Afr3-;}SO_l)%GXZGp;zcd}z?tuPTdu5}fBcx~87!{- zU?PwP_2xqK18pw8)6=n6$TmvG&$YICaW|C_s_u&03-cRV!Cl7RHCYhuk-EE>5@a`m zFC_%Q%LU|X69cjO<(afN(H-req>^2L_eTT@z1#M0eGBWoGF9ea*S5>53=7?rPb%A3 zZzzU-lzn5XIPy9)E5Tyzk*#=_oznHsMp}Xal&qU#s?x_W#}~#m4JAv2`w_95{$1Ue zNfeFZ!rB`VR_o|-q^m{FE)qiw9+6*bX@z1n*IMjJ$sS=pch3BNn1VA?Xi=;-*Fwc_ ztbd-UR-iDrDxlVPCySA>nW9IQND=>hoa6mlb&B`o3EAY~eXA|%pT;{BTo{Zhl2&_I zz>)odQ;u5!iT$+bKoFt@iC1%KH%jK@7vV*G-`Q;;4r^ zGrxJMuAUn$m0UkUGjbJ*O}k=5=bL!X-4UqHZ)M79%)dcv^Sp^o7C(d$wE9sST3yJF zA4v3@3%Of)aPzigvNwo4^$ zuC{_1XkI#V#=P3cf=EAJE*O`(7;U+j$UHk?h42i_Zv5VP23b2cIKDQ}n5xY9Qk!va zdg=_!FV0m6hMumD@jB6>Sv1P%XP}&^Li8JHfw=&B!K%2zz7+KBfU(Cvi$Uq><1o+q=a=o4XywqOe(`? z2$A+v>JaL7fw~hwX(b7V)tbPxMm1~itH@p@F!MjEpr47osWhM!iG^=rw1((X9F9ZL zKD*>q+UZl#&{+YArPfPCI8=td!{TK)<9myye_2;neJXUIG9zn{4B*5Yd5a%o6my&n zoYDSIX0^kSnOql*L*&WyWCQv{4ldTJWO9jNh(6{+LvFwembYJVWi)l45^IrVZDOZ7 zPAes2k%Wb8#UPlfKZ^K!WRP|E+mUd0I9jX9Kt4UTaxid6mV1j?PAfk0EA%b)k4e$a>LgN_V9ti?gfm#88Pp<(X8LsKS?5bMY69B4x&YgakeLSPIDX`k6DQsn!CApLinXTBQZ%kCG_MLed&_%wLr|H3AuC3v@q%r&O|Y8q<)^#6)O-uzcxqF5UsqMiHUxZS&NtalbS zRz?(d-dAMo5%H#%12m;h$NH|uVBB<$$;oys1nT<6qM_KOL3(8?sUIz!2islMfaOf4 zyFDPC$0$RMgrWCLl;mXkF-n2yH?|jkK#^9;Aewz+CpM?1H=Wt5TA9_+4lwMZv%e{K zD)ZOK?hEIU`Z(st>IaW>vE!~3<34kfYT4mRp>9;Cg)fV}e|eeeseqDg-FV+j>)lOP z&Qo)tH&F9+cvUHs26s5wXobERG%PSbwZ_q@~KOFhVpg@(RHf2Nj zKAs4kbSgq@Sz_5L#1`)=n-?KOY!M z+(s$VT`-Vdd`D#XHe58J`phigB0n++oW20UQywGWGcN?u5#lNjSn3O_5Qr@fnN*@IVDPXnp0{<|U&0P>@r zF6^1KsC}yP6||7cVEYzvf-E_dXjedoT?sX_&60}uY_&Nyu-8uIsOo%Gmr{}c6<#c< z-R<*wNQZKj#2Le40oJ3NI!*d(Rhp>j?d8QU+c51Fxn!l^eX9w%R)UV7#rWUmzfykl z+|lT}2rZu)vI^h_U=Tq8t* z=t59Xq{?6oCms2V)fE)C6KS1^mAB3eUwWB4w3kITCvnfROIR&1L8LDr_7>SkyFqEy zq)9Y?e5rhcwqdgrWNwVRosHsk1B>zGqfa}RxE^ZF2vh%}FVZk!m4C8fo^k=X25w27)&e#5Ao2_K(JP`APbum%`+ph!nBYhhKy0F_XqI9?uzB@v&oVlxB)_a({l z&tLLLKYQz4#U(YBE!X|ys@Qm0vlT!2(eNb38)?qUzNT?~ReiJIu9V_G2N!u!hhnx* z-&PJ2D4F-uQs=DAd*#b$fDB5l=UqOVRt?(fHTUKbVm%_If`#|RLW@SlU6WU9hrsxZ_|_GO!LaDFmNSAr~FhpYrV|PSKlM~+(cKpane#YxL0P>{Bp_~1aK62sJveRNO-)=v4fyq zn5&;f;3+bqT&SzQ08`)r&4CtNV79@-UDy79;L@k z#3j6-l{NFLq0!_WDd)>r`dtb~kATsPH03D)@HCqIJd!t^f*Xe$fKF}kank_013vA z%+mw2>U81+^s3TPB{+dl${d-n>D9@qGu0rra#i zT|ai^7kS>wDXP|iJP%rMwdlgscFAC8*r0U>v9e5`U~gm zezz^|&8us@^;zxdaf_Vvh;XoqHaA0{?K)-)gddJ`LAL`MhT~Wt(>Bubzi}*z%iHuX z^2V_=7WgWdT4kKG_x8`@e+zhnSW#Q>vCJKF;N1vjSDVvnr&&gFJUqF{UJZI0qNosd z5$9=0P_Pjhwp!hk;xPz0^VKvn4!TZBQPyBCP^Ae7`cBvoU!qp~vaNHVsd6%LFUaMFa=+CNpM(oce5^^%f zAO3c_RAJ7v&u4fbm2K3hV|Xe*qWainCtHx?|6Aa6v^e_(xN0vl2hc!#3h6plqG77B zs{Z6+r#2x<+BNSQ962CvT}zR#HOVO28m5w~=2})Jq{ev6gW%sA)V)Y*$vN|qu-_ai z_ipguVK^~|)*X@(u&7^sc;_4zzF>WT9HeVsL^VsEHtq39bWMoKE#>zSa&RyK3jP~dpNzOd%w9fX2fjzU2;6LD&sSQIRG+R zM0S2w$|lk}hkp zt36L*?U1bmRCh-B4F)4U9FJ$3TYQ92s8(7?#;h3eH)q^4L+aUaAv+1J3_>A>#OrTE zi4d%wN8gE?TM^V(DMgceriKdmas^AjVvsNVt3;OTVOL=a$0cSJEd)}h$F54_J%3qo zi(YV6_3BkG=~kC%hByJQ8mPKKa`qr;X4?EG6p*k*Z9=FkP4wabHS*Okj2j{(mbG<) z1^M9}_o#+N)|@#u@t7@UTdQQv5yo|4ki7 za7S}CM(_IXb%e4G4ffU8`V^rRzt++Bm&wF83krK;5mL%rjD03FjU8_t7|x1U5vyb% zs;x&QQ1FV&UH}uqQb3BOrwufX_lSz*Raswh9eFNKIyeYO0;Rn~@JSQVs8k-usp>rE z6ys0aWx~hE<`uMBECR7U)t1@efj|`ObVQS}o||TV-<)I_vC7r-PqRN&>rhVi`{T2B zBS(%MVC!f=F4-OrT|^YDOd{hqa;a2QB=~EMhFc0fkcJ^JKWfjM-=+e#dF2_qWR&3yk90JFnkZw zm(TKDOm%Zx_U_cY{2wM#xUA2#?VfId*8QU=@Nk6cz;aV0Y1}FST3nK*Z*eOA%rks8 zyD2x;C~T9E(^j$x;bt;cW9?vy;dwn@wdS77-~ShyPX%XeFJ~ z(`cro-RncAKG5BQP5jeCT53X(+a7eN#`=6Yi@-el04IW`IJ|ZU&{S+HT*=h}*t33GBH#mHNb10MYvY+WPKj zHvc#5SS2WmqIOlPMp0^qpl0l?c9kkMOKn1{wTddCD6vP?Run~Bdo)IEwKZy#m_a1( z)9?6w-}jt1=lLheImu_;*L~fedl~h%NQ&8x)&j*xWJQ^8^1r(w;r>R%*lDyjijNwI zmoh2VZr>T)yG?7h@Q)i`qV+!_)7+)hU3+*meV;y}%z0;O!`6=04WNo=Qy)EoVGBam&lb4<&&;mb@-x1A**k zjUKb~?7{EmGflF89z&~&qCh^{jLUW}Q?Hr%t=zCMU#{&ywlu3JWvx~904^MgL5q5~ znzv%VU-bBKsI&C3U(e(#&>}6~UIcU!Uz|vR0(ZvpPP0o(p;=#5^vVeb;o%q z2y(FfKaWd`-ACj=#iP4plR7_>iP4&b1D@%}yLP`%sUek~E{E5H{NHuRg%Jku8h_mU z0oauy>a?Lq3_YnN@byA{L#5QkaCvusOwg{3b>Mhf1!VF%jfOf9(m@pF^$Ve?P;icW zmAal)bJ|;HyZDqXx8wXK3FOKmzK{yI_bn}=io2!ka|NmaPGa!jki{0a)$fJqSX&ceSuE;&UqHzX`uO;J{me>zhE~+pGdcIQz7JVX1 zLzx%(>iqUl1m?u6gC@;-Z!4dh2!ShQsj~pVH+dgEKeo+5Uy)Q5`J$3d;3I3J(hye?!zL@b*OyE~6rCdYHu$PbZ9)gNp zUvSJ?`Os#&x8F@|9HB-uu6gwYf&>!qkc~Jc0!*kTO+rddm|kU{b)G8ZPG#*o%pZP@-{}+ zJe3nJs(%^t>y#zU;t1KD@aF<`8hrVRmYT69I)I=UlwHRd8~3Yb?B*_w^FFNg)Gm=r zCNMB0GMRNxi)qYh_sfa>BnpgKcycdPeg_THFaZJ*tq?i9x&4eel+K@0g+U;8Zf!Lc z(@IP&c>-`Bv-!=24A!2;LzuRGKhIgSky_F|pRM`HQ;-5>b6VE?_uI5Q@5)Rlv`V@PtF-)NvI7CL|zqhxxMo@Ocf4% zP_a@nQ+{|<&sA#PQpklr{H_tZ;%f0yPZEDfo`Eg`YWraLewSV%G=;e3O`mwB>X?le zyB&9qzjeFLQkIS1oU9U)OBWgtHx(|(+DvOh#-#}S{s@$UpPFJ@v<`Qlr6X!w9gtKf z>#vHeT35R?$AnK%;t8;iaO3zA&C`SeA}0*7!E@&-4?dcZkUhHtZ7He0{^KsD@=<)g zM7qacAyz)C!~07<*ZOr8a(1LSC)KOT>!V1Sfk3N_sJOMJHw`9!@S7Anc3JLl28}7=87Hb-%S{9XY9$E(Y!}k4#LfAcgl?ppN(;>Mw zX+Zqbr1vcHx0mMZK9|vCeXvsF*@@@URDHYPh9DtvRX6MHFN8}S)%$M`V>$@$zZKpa zwwT+ctfnovUF2=}WBzt>+;0o8wi*kOc=WAOs?xV*1+g78lA}2KvSB&>nzN(GRaD%> zo?z$VqB5hnv^h56Giy)k5ywF>DwikMqG-6>jwQu}^^Q@pHkIBNxo#3lKX-x4mRgD5 zEaRNit=WT)wx;*L@T1R0~;C6Rg8_S%82Fm zC~mgaqT*gvjl%-PF6#rv3lYTqPSh|>h7*-ZjM`X1gGmKIUJadK|D{^bZ9xI@3a#=&hbmD(S!7XjLc8ylyiyE^lEF= z!|Sg$XsA(10huGdY{d)bRGXVbAAaA6t+A4`911_S)$=_n{3pd}` zg}OuPm-@^>`!M+6FkKPxTLmyf>lAJsHnw+VND9cj^bgsT>RwP_mAxLA!2$b;p*su3 zg~B+0p7f0sfIyf8E9Pu&W5j;6iQpCz&Zb|qh%}Q!k4@4^w+emB^!da1Mb7uk=mAl_Oo0Sa@XH%L4olDZ%QUcbXfoeyyK#C$X3sk-cD8}y*E&s7uz9zY$b}zR@qaYz9!f#7-;tcnW}y$ z1IrI!0oglu?nFMyegMXX1o3I0w4dpG1rMu;diWtsjs0G2d|fy^-!I|X37dT@ANDxj zYjK^iV+RErFLJZ4lEJ34ihcML;Jc!kjUQ9;0#&nC0NU_3GrL_!q-L5Mt`$;(ONh?soidY}Gob+iaHY}?_n?0EHNLV>C1eT4nR zfVU0f3$N8R&$;^O=o&1ky#mc_1Pq);w7c9 zJ!%~ji?eV-S3GNz_mb)YT1-S_5&IR9(0a5;P@HS?ZCv?qi1ZSd_F3yVo5lWE3F!?z z30wW}@iJ@U_4mDxe$0&x?Qbum(3s?bwSxw(?PbKUZ|9dUq&AZYzxi0nRTzLLs!^E} zlq32{wTO2_>fQm=l}OS4?k3ggSfd<|Pk$P)`QJ zt)x`3e|V-M{3)aC60`|H&(jJ6D??y)buva%=YryWX)*HOoEAoUjIb~lkgssZLE9Km z%~(-$fhiHjDBUpGc$!F@m|y|ApY5GMU-vl~U@0RUZ_Th>6Cyn2rTX)D+ptAg`Hd~l zUc6cVqdQY(_C{Ly_wg`JE7PhiWR0zH{5De2Y)reyk0%?$&j`-m0!6rH2G{5n-SBhI zyhn_FaOL97wgUDN*EY?m58#K*sxND6dk0v1k`r5|JWYpQJ+YHpy{6x1pa56b6j0w@ zXC`)$aFpL_@xXiOSz2-$K1pUK9!4e9#IbA5KEj7B0ByHjeI_@q6P~M*0NtEY`qm%) z=(PW{?!c26FFUOJxM@@wt|ndC@KB_gNn<~p&LZsL$k1iV=1O#(i(p?~1t#cbKRs7S z4&_%WX9vUnr#ojrDUIL}uJ|six%?)$O6oL2k&BMPn+*1m$x)vt9)46);RT6fKCF#9 zbK}llb|YZR1MFwLRZA628xAjdKHdIJYK8kUu_o@BI}oq=>pCF`sw1cx*4b_;!k3}D zfn$wV&wlC8gc!RGB#(E$^W;$51Gg-m4?Hmx##xIWT8tWreAK)EXj*alBT{} z49c0`>vqcFyz(N_QeyZ9Xqm&vX5VrkOfxFQJP_`NjM)-CY9jQ+WBql^9BH;Gg_Zc2V;0MdssCCK_r_sxJSi~EgE}J`j}3#oRY3Do1RH9Ruyc`$+S6W_ zjey7GK<#O6+yU)=K1*TCYI;g}yt6cO$Pu}uXS$d6lH+vl!={YY1-T!Y)w_PbF0yLF0Qi+;)vGv`(;osH~n#Txqxb$sii`J?sxGCBtV)o<)gI2bxeU$I**Di;pAD!A+7k z1PC8(=zxi;L6WuBJEQx*Hz%}v%*y||rN`9Z@kq1DANw!5uJFI=f7Smr<*Gc|Ecyn; z4fm>6YY(A2b1W@fsav}eBEPA7cEIIephf!!E4}0DLgTUyo6KsV&W~Xj(VUyxz>k~q z2*r|_8sC2HY&7zhV0mQ6b6}9e2W>MA@x%&nc?qscAazYzEc+2FQ8f>!mV9mHkBWsCy+UJ_Wa(@s zpRdSrt)Tjx>Qz(Gn1b+xe}rn+-1Qg9@&iic%~#+2B_BqtlavQakLPIa7sJm+VztQ6wB&7Lwz{{i;TdjnE7ZL*01=*jQLL*IEEU0f&?6cpsar>h0R z&8rEgPruX)N5;p&hAxn%vYVFOIi?z_Xo}e>TP>Z%ZC))aQ<=+rNN6>}Vw`=HB?;f} zuQhuv#;;2Qr??Vw;ospkfKxk2RGvq+B>K=i5YB)8T&(#cqY8@E?oD)_y2MZ+2}5<) zPa%q%6JWPW47EX-DRrvDh(hTVl*xPP?F#Mf3_t^6w9W<1ZvrRa^IH508!W4L@txl$Lg4jm$=25Q;fzl>ZDwXa!hay~cXGLId;hK_qlyoOelu4Lpf4nK`; z-#HVfC3~)#2f>07a*1QU{|SE#Sw~S>0R7?Bg8L<;&!ombcBi2p?c*~fUFZ%8CMEhG z-mYw@2d+QB;bhWbiTF9-5R!oAvj~i!AKhiIVG zhseMv`hf92D8E3s8hxG;d{Rk2xPwwEn=G&tS^nI9Zace~)NV`1X)-D)A;G8>uA!kJ z9xfeEKaYa$W*=k#G$?jE!5Mm*j;0SSmUj=(ji_~{X^@J+MlD)KX7*JDPJv?^)uZpl-233D*8$Wu1{8Z~%E6||htg9!@`r9DgPJQM+ zlhI`0H0w|nNv5c0k+F6;onPW&LqF(%0qqHNdo+~BT%Ik50Fb3D;n^W9|0erW+0Dv= z*SUZ2Vz0|5Rgo2)mY-4x&_q18&myw6#d8@kPR?CZSe(s%yK&i#QZC;FAEas`!a|0{ zObX6Je=CcFXXfVI&wRbV{D-}&jdK9)dqSqvs8{UkWUH9T{_^eGoui>p^NU=*`{a$> z9{C-%a}NUrAu6lf8W#^z*)Dx=;)(Af?FIw&MP9LG6ob+Gd=>R4xud2t6Fp83l`&Pe z?U7kY0) zS0g_yZm}stl=Y^Q(OOMtF+ zk*s~!sPuvo;>jB3+ufS0D^#4u%z01p{ve&1G{oe*dto1%jhkwyz~I(#sc@htb)SZxG&;?QgooQg-1UGWvbSFX&Jzm|lV+ z)mgH!pN@y)MP%@&%FBFo5XHhhhENn7C^HLg29zJ69)~m!zm85K^FDOX>)TJuf%u)| zKi`&7mcKpdcUy`o@ZpSUdcURSor`W%H|}4iOmdL9P(bGvEz|r{+P(i|D|h@2JgSsG zu?I!3nh*!;8fx%Jg%@?`@^BMvM5Bj>^s+=nI>j?AAW zq<}n6)88tho36D-6NiFPeeU8Ks=u5UTE;BARMqGl-wt7>v19M=+Xz) zsy~dk9c%w1{PPzs44e9c$b%7q#+?JJ>vnVyC?`BE|1~$=&1zSaSZCM*eQKMLpbeWb zFYQ+lrYu;o2Ru zAQ(d~e1bbjNKk$Qhbos7I*FVC2!)j{<4hOoHE)kka~uq!)aS$qJiq+db1O3jfQ?6DF86OrDWI9yY$akUsh}q>(zeMm9+(QipBmK?vO6zkGw!AUvOCL)rVc zt`L&Clnx)NK=Cx)enbfvU{H)u=7q5-5dCE>e$9Q;(1B?hTe5|nAJ!W!q zgUo(%bKmVLQNa0qcl<61$F#kSX3Ftg*$Lu?qQ?|rKRQwH^+5dBzHci3Lx{#$yS|h! z%4bW)jrtp80aprc2Jq3?$JY*AKjcNiDN@OsHNZxxry$gWI>uDTsq1+ngn?gl*^I zSg9#M=RN{or98PEUbzVZc>*)YlZ`$*#jm0BT<&HX$*h&hW1503X+ z>2q0Rs}Y+1umB)Y#Z3T z)fd5`qV}AWAVp@W_so~hI}x5;>QAP+E5J0!;JU%>8_Qmq*ExGe!W4e|F*U#3);re~ z`)@S)UF4C$ky@^~qas$X0Mxc-j`0R_9-bQ-cMdTyYWUGpi-i<~r|zm|318v_{yth} z2GhqdR1o_(az)e&P$k1|XaOGEk;!(z$SoZ8cOuds5?+mx-A>5|)QD~l&!nOX9=QC% z^&E3@c{xfw;E^Y6n`Y``F|&3n|Fa*}JIEthroYF3F^jF%R(%8KnyQdtoo(e5g+@sB z!?Vyt5{4j>3;FK2O5qeMQZx!xVNprDWYX2G$GJdwZz{`Q6YK}#aBpe z3+7(~+*0fA;=4OjJ}=pK3*PpA=`)bO@R#pJI^rlUzHDc`z zN>xfNhJNn*3VZSbT|@P<9&KE-N|^RoK@F_E>T`0K^>@Gt$`p8WmfXja)ORi%pZ{M5 zw+bhy`1%3`=w)JANZ~_*V=DnuE|nFWzTjC*%^^A z6J;c2ZDc2d?2!q>%?sB>!-}bBHEN_{d3pg0%hSfTq1nsX%fKi>jP7qPDI`wD$SdmGK73Zy=8jPJ8#x@`Q zaXdHDkP%te_i2Tz^>k20}^-|5?@@nWD?7o0@FQ2x^)?r$a?xG@M{zDD1v^4f+<}I3d zI(9a%ZU3j7-cL^pAGIvL33my86W+{O*(_6LY`i;;zU_dA#RkTOpt7g+er^dGK?kAS(UeJ0KHkzc=f0r)78$Fk(@7&0naXk~pAFNj( zl}@Rs!v#~7CTBj7@K0YV7tvP?P(eMz^o8I|SPk)G$cGTaRK`MJKn?LN^+4?N<^bCGQ;Al%XZiauLoi7Uu? z_$lUcQG#}rd5&iX*}KaYI$MiN9J z`uQCb=f=fE8x*kbNk9FTHMMvs>(Iuvy?3<=Kh2gBANHv`*gTX3+2Py~#p^<~=BIO0 zfloXpJ54Wd#p~=qzI}0vdWaj1IfC;{T}bmrZ1G+9T1mhQ5+jjE*XxJ$%zrePs=f~x zB!!f3KU3}QHuFsPS0*3(;GT$;AlOiif@pl_T(ewX8GpQUh4zi;*Y+gs&P=JUk7%)W zQu$aq@HN(Nq}90}hxuTmdOON+K)A~L*;OLeblH@CB1w?bhrJ^3*aOgmo`;l#ot zGxmhhuh~F2t232}{{{{~h3@AbBG^Uh)vmc<^J4-x{X8#;CocjxkZ&&*#*N%OB)d+& zc*{39y1V0E0N*b2Y-=+BrTRPIE5Nbi-Q&@IVn)bVSx{{QsH0ZbU%&dU-jHA+d`)=E zde#!6p*57hh`;e1$@v?BbprIu2C6y8wHYdVKi0n>A= z&6zlqaO6+Lj5TD~eNxOwHqdl*lY+=8(N zQy=Q>emv_5LNOamWh)Dg%<0Q+ zRKYc@E-X-?Qta>n@IC!s5dLh{%?Bg#?a9rEREYWdVT@es+f0nibghGPNQn4$+na>< zC#~IlprSL{{6K@URhb9=6aC5gkcGv#-Hch}$6vB=)9U0$O$3Ek$~giUBQoq~M6;p5 zj<^7+$WTn}SS55a;J2$#{oEt4*^APS#=O2mNa)4&!}-)yYt8I#k#*Smt0SR?8DAWT z)rS103fKgFG}`!6nknZi@c})JB7~Nx#zy#@SbFqm5a_U0$l)Uqo<=+kIn(KXHNgB7 zTu^yKAjaA%ptT_H4&1dh!W3{5wJCLsVkXkmz_4GL-}j%C24_j|$wuU9rS5x$*OrD_D> zH5zyTVhDvPkviDnYTdc_vlvm2wts$IuSBT@p zmwGi~Zk4Hm5teP0B!)!V$ZnwJy{Rc%TxE#d`(E>O0nZjrX29aRWUN4porf%F0Sw%}#4hZy6DkEU zYi#v=E&_Iob3tD2EO_yHtZFf6Dn6fd>eqvxza^Rcz;IMw@9~oi^zZG9pvA*=qq@Cn zD95!jGz^^&(_0btrrOoAsdlBO!_e-ho;7h5v`lvOewR>MohGO43o)?V2dFxaOXOC( z;8D6VE@8XR{&|yXF@N&v_hpTlC~4P=-l82pYF%D5b;BJ!F1YZ?^n;y`HrLe4Ajwj^ zosT!wTZdo-wrk0{A<8u0I|@zZTDWx~iSWb+@8k$K9mO1Wp(mXH%95VvEt+AH!tC^_ zjSLo^dj4t#yU=S$EU#@FAYoGYNr}frP{7*{4D=A<0L{5pjVDpu)?8YRZKY!dBr>3) z9TTp-d`=}$+v)>v(d#uVdg!xjb?gh}cfa3N!kspEJ$Cl7_U=G>KJK``Uuk#yb9t`q zOmuZKc0{}sN_oDJ^iZ&;#wkii=V>60J`)itNi!dEx8|E1=&l0<;$qs`35J$iMMf5C zI{8N>=PyNy)D9KYdM<+Iaza%M(fpO!#7L&fGJN9N2 zrNMi6@EUo)ZhZ-}bUgH}<;<55T_=E~>FLpISfo)Z5MvHOv#0qr9d&Ge4S$R&tOZ>$uy zFPz*Tud>zmp;9ur3Z4||6vw4c7qwS?=QCWairYY#QqanNV*I`XWaWCJQ5 z25>GQ{S&Q*Xu_%V-3{irs+xOus_fsNeD zT6b>UsjcNY7x21G;Re&iahE`W`aFVh&I|D1{oEJe#dR}7BXn8`F1yL)>}T-R$p!H1 z@{J63n=t+z3s85>V4JGK0UJM#YwP6#ZZgt35XAsFm(BL>K3?;{(AuFXy~$$k`TJbm zuZs2nYWqCIYO6StO|@+@VUbONGSEE=u_b(##smMy-vu>+$-fBjCklfg=7BY5>4kqrCC7;cdrg|&J2^I*u^9-M zeC7!J;1Olv%2ubiq_!hA1Av4z@_!IVbt~6Q0|9UCOcgQULQP-+U&8$yXn7G~jH)sxYY5)KL delta 3282 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 diff --git a/icons/turf/grass.dmi b/icons/turf/grass.dmi new file mode 100644 index 0000000000000000000000000000000000000000..29e8f6d64472cf233dc5ad8444fc94b65ace1306 GIT binary patch literal 1296 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 RDSMXt?q8jD=GuE-`X8;?8|VN4 literal 7887 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 nUft^t;ivnjOZ)?S9ronxa=rOKW-Vj5 diff --git a/modular_citadel/icons/mob/mutant_bodyparts.dmi b/modular_citadel/icons/mob/mutant_bodyparts.dmi index 7b9b87f50b9ed01e4933b3dada4d60dca8e372cf..b4fad43baced0ab960ffee210e97e4d00c1e1528 100644 GIT binary patch delta 9429 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 c&wx21SQ$ww@Aq|b%7 delta 9368 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 z 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

    ({7~&JY-YXM902IOHPKRt@GrG2Aw$H8 znvim3es^NVEhaei>nyD;!+4E=4${`qX?7beEjxpDig_z--`(F}BS|Vi2l-cXA*R~+ zk`d~&QKXpf2H2i5c~)!mB4%HHU7+szeA%_5m-!Wk-XNSSvfs)m=a{0dS;|oR?2z)I zKyrb+CY5b4qc{iI6qXJ{sot-4@9%kyjD)$PzNRN69lrchnr-*H+o%x=N9kWaNzCTm zeBJrW(r9f=@DQTBg;IE6UVPy)jR073mls}Wn)?;nJvH;AdHeG{Jtjn5ITc3spXQjd zMO&W2Zv=?n}&Euc$z`Zd)W@6lpQ%S7rStsw(aK(;}bwM31??YIQo2rvL3jPmh}yvw||onTRb8_5ewHQ zK}w(9e%j%M6d3A_tk&uCihNy?Jr~m^IN97n$am`}kgJIicgc4|M1oy`3a|H{> zTS;I-RJfO4@Q+k%DgNybGF>e#(>(zegR}z4e!H_p7nWI_3ay8j8&O2` zX+UF$9MN{N;ckNVKxr4VB{jl{VplNvX8?<+q+rVFK0?eaFQZf6N`CEUs4#2l{`(@b zY!wiImCyZtuk1nWJE%_sTtV0o0j_X8@&_(GV%p1}Mbw}vqf^l|ujRvIlf5>APO_Wb z8F2R>9*S8Yz*<#Np;cI+y>g0@G6Sj{d5#yzo;^uPiRoeVpr&ZtH=D;KCH31#2gOB9N9 z7d|-EB@?k2>>4R?IqqfgBJj_(w@NM*QFIAhv83)Jre=;<3MnQWP#jZP$s-}TZo_e+)K*gvI=0_L{ z4hc*E*LYp08VSPD1JEsX-QAiux?JwHQOT)e)$hN0B>_@fZ}1f`?ky&1%mV$J!|IQS z{^m)&IkiHjDay4(5j>MkzU;Jup#!O3VgomfW5`;ig!>`leY^jFXChX)v|m%4?$;Wk zeby+<@A=w<0ncl_e3KRLZ@Tl;fGP)qiRn1Cv7ql(4YrnkBL*oXP>gTL>`MhX#LM-v znE1M-2!RccFLa^~L3nI7@8T^2fgRYuf79(mUtopOpk=iXq#xA4Apvv!jYJb5Z>? zvfFVT%VS8VVI!+LUt;T`%E){$Z<9RxuuAbd7mL&bw&S2KizW*c3PstCjZQ!USGmkB z3$EjEvHwDa@D#BRx%#p)A)cmAzQ4Gb(yIfNoYE?%8vgtV7@x5#R%c$Iakr)<#3~ZGH~jR-Zk!fVSWym4_o94xg6Uef_KyYjxTPH;^Lmzq$y<*EMq&zJbm%OUEj zZD1s-$o_}jtK(Rm$d#W~R~&jCJ-w{=)5O9eeC;N*JZp>TeHtUvluOGvSay1AzwZCy z?61S3ioX6~cnCqHL?omU1*DOb8Wa_k5)o+-P$WcJnuAJ6qewRj5)w-1pmcY~(A_=E zFz4BP@B8XYaGm+O^haeO7j)#V>)RZX(5Z4yB{`gElfbt8JlQ zg#Ujyrw?FP=+i9C%9NPUxK_RQKK*#XxNFz|HhL!Eh&=O$w6vW>Zhx`l$Qyv0G?;+4*KO@LUQv8mXl=uUW>-qqB?`R8%PA z94v@ychNZ}`qsYxxdl($Gc^_ObUKt;Z7ab_BpdR>L*yf@Nfl(X8OjWxe;3Z-yeMHu zE+1Iu^`*7sz~w#Y=FOYZE%c=E#B>4FB@~Jx9{{N<0RprU$3&yuler=B z51)5$N=(HB2+?g98rJleY^biOpT2ttu@vd@}&UOe6L>p z$X20HwDL+@SiKU}bn6W(T6~vtmofRMaNZ>7iYiBfVHf1}J+n|8|AbF1A@zd5k_w;o z&e!JV0h1>TJLxaXm_VC@ckNc%C9;YKm(ijky&_f1VY1Xx!6kMT)CET8KunZ>_0HWr zGBpa#pK#4TNaXBK&UWD^9I~u|K@D;Xv!+;35?aJUd!$(#^rg@0Qk#+NG8g{N_9>Ei zpA|s({$3rQomjd=afp???iVlffP`eqd%uFEPnWw4f^SL7F-`nV(7|>@I>Wb8)oEMc zTqIJh6edH3PcGg^tiS;K^p z9b#;K{370)5PD+}on1OG9k|Uq6&QIL3C&P|T7XJyuQjr3{f%7%Z&iPSwr7)!2Xpyk zclgv)R(;Ppl|tnhB{raJ_9!W99QHeZ{~bQ6^;5UhEqc72(#YcHjR>4NY)m znV0F|KdE6(R_BRpMACxKk>&vNtZKpvFJRG~-`V#kn%~ltTCgQI2w#F&VH3<5oWM5& za6*d_-J>lxeI#P2DJdUlM_aKgzuC}|AOl_S>cmaI1uqE^2NNNizy^tZ$KY z(<2)Eos}4t{3hqP5m`r*c4<|3bx(*LzjgI4|1q=TG9|?!NqCn+*cIj^zgrr0&2QD} zG1eUAOubWr2OUzR2^b$ zqf8m#L)*VPtgsW*|GjOS>JSBAd%t_fd<(U95+QTyzjoTc%kFYO&LK|EC=F34UoW;z zfk9UY?Fb8!on-C zBir=>!y`gbYMn}e(kM9QC6pJSsd4ZL1mUvGp$dsvD*_w0b4$Vb$FS1z!u-V1EMU_z zoA~3Z)o2UydFI=Z{ed&nRhoju95?jui3edG&Sm_C&>H|Q^bi(eCo@SXI! zWkTWh;L?OvZ*08qLfxORj|zys$y*-gw@z%2(=B%|%DuNBc=1h;J}eStSwxjE=%uGw z#u$;T=bO>Q3D4=X?u5oCK_i2wzJ*e7yC=+Ei; zlRo%kNo<2fGjaq_w=MB(lGH&J2H#$4!O>-|nK-R_f zyYfAlNiN(mwau?O6PBp0sr45&VFuJCAySB)qoaquD0Vt;6$gakW*f>T0aCQCBf}KR zV_Xqw9viZo7X~@PFoSLzH=r`uv`5seT4b)m5snnGUt)I<0>^umuWKqaDUF`by zQY4o0zScd#UyCO0d-?yj!8k+-Y`;PE&U=Z_alApbzTF358TJQetTFc2w!Eh8XPIMqHu|=*Uk}6X(NzBVAkfw%?BCcu+Lr z#!m|)UwcjgHY&-QKCHI`@Q=fmQam$R9O`god|5%FX^w(B`Q5tJ1G3JNwU9103- z4T01xIRL+DXh?z31t2MkJ)Lrr!Mi3w{@dZS{J$W8vO*|I(rJ&^i96q-ual*sI(?!& zkKo8FOWZnQzC!P5UNvDypQ=M^wgC2vAyQ`lyi0B~0M!@Ai)OvtVJ-3;lD->DiQ$Ecv^K1P*@!G+uc zVd%B{TJc_sR2Q-JUQveXO4QSKEfE4=RarwI(%EgaW-Hg5r~9?>U7b>vk&vP$CXQch z>1{M*_OGvovFV9FCLlqs#$&+fkF9a-<{fQ`%%xZqDz(#(h(ipGI8+nK@p+v|@L*Bx zc2p3fIrz=~CH_=m77;b8?7Y6V_P`wC%P!Wiq`Ar##t}58t)nBnPM&iuhyK~Xt$H-| zI%=FBAW-omP$`4&DFDr(GWva;mb=pdeUwD03&J;HT;^L$%(;htcDDFasoBq%hkV@t zS2nAEm~8o<8om$0Ea@K_y}>6w?TZJlAsDpPb^{nfphKV~BqXu8ccz$wZFqX9eTgk=sC9 z`7ma=CE@}JRa87Af>>B0_uI5wNCo0r;YL*qL1S|#sb|=Z`X(m;=lZe)*+7b`pRJw#S$w(C~ z>Ig(In_uEnl>l<{b=wo^75>*tlco2DWuy9s zhq)8%3<-D=?18h+jY&?!w9TIbC;#^7 z2x7;7`}sdb4%Mq>r0!f}UK5NXSn&Hy@`jXPfP~z_U`wh#eCVF`c+=TE?AYDsuO8IK z(Cn>+blyv!djeJ=k(Xy1KXZFPwRffa$ag;pb&|>0agzMQ%smv3m}ykdB!7*c2a)&; zt#Sx%^bEzR!9_IJp!-1C||sy{a+qX5BAcuFb!DoCqy~!CR6Uz8EIa z0mr0~s(NQ!X~!8b!Jx#sI~^Lva>{~mh7SX#ya`wb;QYJP*##<{g*7!^Cns(OIJ`#L z7j+u##N1qKifgxZ#U}twz=M6;*2upZw?=3^-qurs7(qb$0qD-_xx|pM+BNxZ$kG-9 zT`nK3E5Z_e2@r}di{(lKnaH)fjTB$skzQPyDt%$rWcTEX@D4}VyikwUBi#+k1)@=1 zk_95NkXnb>pH@DEV+yx#KP!DAVrC!4CeH*S8PiW7ICje4I><|}?&eXBxz2i~a)M($ ziW@>XG$RJB9y*hqloug~Ox@Q_C5L3{SF0Tvn5I%yYhqM{l2>yeE-2V;qJ{E`H_gPnu9?S%+<-S4AC& z5A7n)`UkwGn}U6W1+j^v56zx3eX zOD?FcDSz*T67&=k;cfk)VwPrF_hpUf+3T-*yo{_q3|C&p-trnL=}`4YUofT2g*xwP zxg;=YUo<<^T26Sl@XCC=q28Zqz;?Xho~K265o5WK>J(pgOH^J3`B(IC>to#w4lRSR z2(mbJcgnQYpUOMhvHYjn8!DG49#P!jrjipHyeNA7q6grtIk(LXl+DB8WJH=3XncP7 z$+`0~-)x!J;WglvJWyAAR^bHY%rRN^GY+P_zo^@d6iO+U#yjjLSzvnN&t#q^2u?d% zps0L}@riS(i%+eq{+%2u;58Ej8z)tM0q`O_tiOb2dW*{oah{T}iXN-BDWCf;7>Gcy z+ureW9eF2_r>^z=lDhs`Ol)k#n)R$wT%7%aC)YUIO5Eh?Wn*z@UKv#}Kzej`msEA7=s>C=|yxT|LxYhW4#G8>zl2w&{$(iB5TK8{0^m? z-f^t}Hx+AcoZS@Q<_NsKsHIri3h6xUgjY7p4Z4ulj*!0tn5xm`UYDhJW~?1$_F6d!MAHpe2j;(@Xw5e%CzN#d8-5CW>a!u4ykcChw52R9rK5xJ1q1q9gT2wNA?;D2 z*$a%d7B5e}y&jRf8Bx={B0&_!X_Zlzn3p!RBBoYDHvTTd$NUjfsIk~9?5g0+01H`! zy^0$_DU@?i^hsA3m0{%yawl`*OZu;$KNj(Zod^IoYC#cJ(qQ)0J}_!^)a3n zsj?#o8?MhXGX>R)L|s!pU{+#(n0%}{=Hmf%a4DN@BI@OLA28PXDeQ&;z=;G3|9ftX zO5#A^x3sOXY^4e35>yZejhrmM{(Tg%xyyq|o6wjK-B(}?NNNUKUPH5=n2cZc91*m6 zA7m$Tr5i5Kx&Vzx-O{Z)3odVxj%Odi^BMTwZuXH>!6!V42G~$8z=Pl{UzryjE3a=!$;W{MP2Ow z>z%Hrf;Eo(UVNSH!NeKvI87*v?@EUeOQV8%jLm>=@q%}4dg#+J}7LT1Eo%52L zb_)YA!^t@Q78EyTn=k=W4k!dLBaS$7%ujJV5R#4*PvT-b<^Z043-gIM!KCtXk!oeV z*@tYNo}Q*4VUpIWSQJ}ks(UoaRg1?C0SLqv8R>qzkhJT2i%) z-R7X;dx{S~r3UI8W{ti6n)EHGXCB0caf2FJ|>0$!~v- zte^M9D!fUA%*ZB0WVW@AVBon%4(Ct0`&y8U#0$07 zgL|vaS~P9q^@EH476XKth1J8i+}kCZUqwpPx2ie3R$XLzZM};>nXh=R`RT)l={fY* zcK%03w!#Bh4<0YqX~i-SBA)OUUKD*~c6xkb^1N?N9j~P`(J^Aa?&pCg=wO(Ax{?xzugo2Ret#)`STzZ^R_VR@p4`Zq76ZGkp4|S@+@xCxREY>LIHlp)?$4v1rHIF!GaO3TeC)V^!? z7!K$_1DZ#c?$=5BBaUr+xxomKzq1yGh9da?M@Ic#Erw9yP8;W98w zLz*8}%l*Cs!w6}2dHQe7S{HkunO?eyNe4*)c_(*@Y3<}zA<^k4VMU5cUL=@i8}*T9 zpgi+>-WRKW^K4y{bjGswl?v&uF@S&in0+Gxz`G($TvgUp(aNQpWS=~+vrbR-?fTea zp)db!s2OrxIJf9HzrFlJ!N9>mw7^g%(0!hm_FmU~Ef6~IHywy?e+%+iRg`XMye~Mu zaFNbFXMKUY6R&l1rHFx#Rx6MwvaXEuw9#t}%5D6iK_Qj7o6!pl{kOjqJV0N`4B%%3 z%IqGW>+t1v`$p)(k^Dfw;37A)naQ_$YYeI)7WQ{O!dSn2fH4b|uLedRhefxYGTy&G zw9+p=OMnpc`>5@B$sYyX5@NGI3bnXkY_xV(nD?#Nx-AW>iY(n9>~kO!_Zn@3npMrfOlD(U_ zu_6B9n{~;?=0?--1uCf zkYdDJR%qn-q%2wdMXBD|Fo+Rnm3ksw$4O_^!%c{g4sS?=@`lr&+aY?fde^`dt%LpG z$t`J>0B!WRh7RjrEbskO&lYb;icW8bHWTb z42iEk#Vb>Y*hEcDk{Dr@A7Iz@zFIx{^m|PM?wC&PJveOz`^|NCYOwx0OJ{&w)BlXesLq;VGz7xp;$K;eDDn#{X@aeXNMuGomD5$Przk5@5d))+6P4h?J5tsUZxy z{ZK-4Db>(-M%#z5qV*C&>K(piJE2i66>p%dg9+5Rk?=6|=PBFMa48iG8u~rYU9IH0 zq3zArsH7LMQ%=>|*ey0~e@NC`6&F$2R;}fxK`k|T%_J;UxXH|@vt=+GPXDFshOl>X zioRy=a_EwsM@zvme%gN)F(n!_KuNakW|}}_xAnf|{QBRr+z!fFfCvsDV(OY}ge$tJ zaBTRlWdf%4lX9(|KPiMz#~mIst`6g$K(*a@*J#R1|i<@ZfnfP#(_0g%VhGL zUvgfeef6B1>o|7Lwah51pR^qpbr@f=0%g_>V_- zFOeMxLU*ny^TQh7YF0!9aq|}a+p;=Rvu#=a-Fi|e!76syO>fMnfS=g2DVz8;QE8yb zM?{J(`4j^c{_{At(FK4+$Eh4fV}9n_+2SB(x$5N9X#e08%O4GQjK zf!lE^EpS*0WHXQK;7^ZUFj?R2@jiseNS5KWu@fGfT$%>k^F@nuvNXU{S&*OKHj^aj zAU9inXuI#~pwiC}1R_?*=pN`nB-Cu7;240jC!(efE&`Z9pDGuCu*@&UnlyI^qe3NY zhFgbOWmEJ508F4lR#ta>N@7)|OX^=VzfL3bhd6tzlm7Dop36#52n##nEix$tY#q*7 z**2)hFDC;!N-n@aFhNZot=!MjCxX5R6qrp>(7(Mzi|e+*VuFvw&QeMSZrJpdvw|~! z3sHJbwmxTFj}qrXot*Y3w&bqZxGsOut@cx!9i&IxY~2$UMZY`18OWrUeuEukc{G_l zU!iej*hopJY0MgLmE=VWRO9o(X6>ud<1!SN`nh2sRr1z9+rF%Nx@QV0_xadv7ey@& zb#>9{QRAk6i+IwMgOBTSdUXzrm|30WHntt?8d9rK{PZ&r^ZY5(C?6ct{4E-%)$t)D z#4A*<1KG7(xGx!R>o;lV_g=8qo#?6YtP_d^I%S~_jM~c*o>y3Xx)uPaqSif0NoB_# zgL1b0JD}w)BsP2M+gb4@%V7Km3py)&=F$Xsi``T;w_!llWRmzSb}6B^TRr^G0@WeO zpLaghw=%sWrdn}Q8{Z=oUT@ofC4EEcVfV3Dw{L^vTn%$EER)+R%LG?#h&pjS1?5MK zz22M0-`m`LyuEE#MxOu-il3QfDO1*?z`g z8k>GL;i9n7R|^!~B|b0FGNdjcL-3zrfm1FY`x8ZLa)b(}&g`$eLfS&s@E zoPXc_`z*&H$e(h*P@J{ow#m2NioJ;;-l|tsf7mJuwONd(KbZLhS@hjx$E%^?MHD06 zv?WmKxZFnbqsE?~I%$a}-uA8z25F$EGttFWZ-%EnNF3kwYz(nQQ{ytUqi!)iDOLit z{23OR}vAt4k%-$oiA|UYIx7-M={-!Wd@dd!N0?aPx))(o+3z$)L}= zuj<->U8d@E@;?=<0a+JbSWqs)v!!%SF(?g6zQSinaN5!E&+}tUop=CH-Zx#iVRW8r@4jI6F7G(ZMJ-?&oSY2B7%6~ zp*BOA5gqHVK=qwm3PGI98;KyQba<-NZGj*N$98N;%}w^%T+^y)+l(Q>a64U<$(uR ze@j^sL>*D{Iw^MR(U88CBGwKQ45)t(Y;t9rXng?zGmZwNRqN&FDvJV#g4cXXu8q*0 z2{GF{cs75&mnVMV{i8<{V|Bp15P!|yXg0#Eo~G8%kJw@By6_2?I2n3nbVW z$yD|Dd10vd{M_xo`js)`!w31crNbJOQ#TMIB+89xCp9IfnWdY(v|90{a1_@uxv%90 zZ@|}&0yMt!p&=dO%)u{vPRpTkADz9PHJqBm=c8aw3H%$)+S}8ip^3yci~80E1Lb8y z`bdyU;HxR)Q)xvf*D;ZJd}uL@hY~#QB3^+h@1>cg@3};zwQHFcQOcIxFp)y zTJiWPa$|IDb|RrJpAD}{{U`iuIP#aR-SmjTD6@9^ud~#iP0mvIy&11i0Rq7z$X-W) z9Y)n2$|k~~xx}T2#cW_fwdwQwK{aPK`CaEN1#KKb$+SB{TWKF<%wAU?@ zjwD^VPI)xt zC!bF-+rkx)n1tyHqrf%5P4%H+)?S*0D)7I4mZ2aa*=VX}`sbki)6%P05cWqY?EZIQ zCeCn{J6BM+XW{$_f!ThYhr^oj!;#ughw{?(Pi6U^Jb5DGw)65^baXnm78#aA|3`VCSe&qfc8Eymqhwx5aq;@8DOSKMaQOiZ z1ZXZEs;g50bSuJFPq?D0O2!=t&!YWW%Sqbh2jt}CZSkv zzbj<8ZaBnZ4>kNNm?S7rme(k;4&*~KJPifKlmTF)_8l1|c@Gb8_wuR_|UHRRC;_z}Mx&=u|^vw(ETS3Xvj6H`~}U z%?J!6J?E+c^$4v*Uew%f4gu^;AU?d(`}dMy5!=ZJ5&s{V_>X8L!FObA>!_un1j`hWKb@Z%i* z|4aTKsZ_C?ctTgm<;!5Nnwd`f9hUCHhVD8${kO}*|2a^?|04<6oYcP)*ih*+a}2X| zv&VM+F#E5h0k(Vd)=EE(A3=YK!I=DmgZwXzD5Hm2ZoNPimGm9QR7CwFvs<@XzrvDW z9PgTc0*3D^tfwd7)*}qE*t%N}{SI4B%*)H5w%sqk(Vs5>7ntKouFgG;1M*C%{L6+W3&L+N%L9rxC{HPoC06)$@L?GFj6M|aZ^S_ERVj7S_^2Hj9kJN+wy}Jm&Vq?ZRL_t)iJqB9_)DoF^;??q zW0$-4b)gv+&$FX4frAMqsPfO!m*1DkLmYqaOg2b%!3A}8L9^9DOceF~*qlKDtAu7{fd&b^j zsKu7yRYB_cmb;az<{aEA?XC2?LA1tyhL^sS&V{O|@2sr0Kby{7eQ2lGJA7huo7p(T zu<2Aq?epZK#Q<(uxJJOE{y_fc#qRKF!9Q`C9rLZ)As?d|T}w|MqDyY$*acDS{Ku=4D9zh5*T z`sa^bZ>+gZM4}71;gM0ERA+=PlA`yK*YJ69B58#gTbs%7f!MMLHt?<_1|Ol~uHKmx zD`eA@dE@iC(z4OeAxcYrX6wYKjFE1LfkcUpB7kqjxi)R!@ZXfH`u)d$uMzuC99>rx zs_T#4LU^5wrAz)^TuNzR;8N%lNRh2e6;zP(EJ^Y!SHM72GDgCT6xvT?ZE{rBqnwIK za){{9ft~dGJ!_LZv1s1uXFp+w=zm4RxcLd}kI;%N8J5gUE#m_6#kM`@DmWt~u=$eX-EPM7+7=w~b=W_Z11 z?0=+-muJlHahL61TAmuPpc6PClJitFalJs0B9B1aofhKFw<1JT8k)F1a60SavS~UI zq5d{3-X;T1F|P2(QCwz7Oc1fye{g%s2gQ)zdBpj|jG{Va*=X`dkixqK1fi&DAKp161Z@RmZo zhR{}G+Z>{2m)EX6)&*yD{mV%LKA{3uF<|NCE)#Q67SD&yLA8gr9XM?DeSL4r|8D%H zJtz~wF5kH{X|nHe4Ax~@Ei|;vy`vu;OajQ2e=-Ei=gov0`cSXWD zB;z(Q3djM;`|w`dDc=#7Wj*Gkk!a(Ky{q=z$1Kg>*9!FH)^Iw;b%e-dYCejg9hY^} z5S$Lt$?I-!>WJc_1o`b+m#g(NpdKfd`5Mx<^A&4i_L2C!i`=5Wo`hdkerqUXvaDmP zdUvVDnN#TIT|<;viXl*$zxrij+`9@f%E*%@jn5GJ3U2#+)Sx;G=>J!IG5GUcrg`_v z{r9BEmO{4myc}1g-nt*tA|mInJ6My6CLgik)$kD=4IsFXC>k740wJE~bKL7OKjc9)o!)IP zU-V#r@w0+$T_k$wHJJB{E1d+kAN;^qF;~}lQ5SlnD6Ae7e%~<@`qz+Al(%irIe`>4 zxg@-FJ%7ce=IHG9#_68?dG3}yuxa zOCJw$ezS>>%KP3xv$msnf##UO)tP zOI)v|;O1()fFTza>w@tAItXp+e#AZ&MJzduj2L}Udz@bs1C?Sd@^E?J>5Ds2nbLri zT+ylyFb;+|@nkjNA-|4e$Q3C(Wj?Uf0gf7a?hrbmRiR;V5|t%#jFD0EJ$6NA07QK+ z=S7Ac_Mh0qL+C2|4Y!jki2X_(afa5cA1`z}P~%?3+W4Vm()NS|Ll_bJ4H1ArkkzhIsnObvyskRyhYx-dewkd zS$72@itH-4b@d6}mK+YnzBBKtNT8>&KUP#re&v@`_E*mG59XN;k5&0+N4beD+*KgH ze{SW_#q4db4}TBCG)u$NB8w=)Lp(KD1=V2zt$*?NLGMJ{RaqR84r4R7lYQ6XL zzN!xO$jy(}%@nIxA;*=H>m)Lgg6V2JD%>o#bzc}u#6MbkpUSmuH(t$z-dOzunn27I zi#ykBbN_i2tKp5nR6I);G-%@bT_>*Jk04FN1i^7QGUcoD!-D%_zKQl=sJXJ8vNbgR z>Cfsja5Pv#>ael0*}u&MyqJEcGH@P_%CKPFX=ZHK@Ps=5fS2^g5L((1_nu}-sP&FWf-ul#p{q8Dn)(Bc zlYZ%H9NtrOE9(Vus*E{2S5@RZs(dMARfRwO(qMk7KVXa>T4E0R@ERXA;PR;LQb3*Y zX>}bN`1jDUs=FJ*!_89N#QP(?7l=MR=BFAd6#K}Zj7ZV64l$m{Q35H5{5cX&@=4x7H$Eb1F{`GyLBmqV*Mx@h`lm7a^ z+vu(o4$H%HLLfHKIMV^ z{m@?q+S-C}a`+daZK1}U_AdF6X20*Ab$zwOdcDTm3iR^uuhq*dI8^1b!5yhz9I3yh zj=d({;Y(j_s2SWGNMB+Bb14wLVzYmcS@XfAr~oKqiDhO=$0PN{DYvzdq@D zQTmg_{35bvloWZRJQWJ#TvC3h3CVv15=e`u72|H5cpyon%Shn+N}7c)=&M>qXokm_ zm+bQ^7l8OlR&mQKj$xmeOb8r*=5qS*`v?A6l-!2BM~T?8?f@kd8+_+LgTw0HRz^3{ z_8-lD*9#0!vq2(i=#w7a>enJt;yCy}h3i^x(fxRJK}DWTaKXgp^DN|$wRI89%yhK) zD6HatWV88W@DgF8TWEAxAef>T(2wu%8#%tMI;NZA>IS0c93e$0&!W>&^>jH^5+IYo zm}{^;rA#3@tlI&T=7mXC!|=<}-%~i7wiUYRp41%Kj|3_64q!4Rbe3uIgBwH1dRLzU zu{73kCH@ZSxFHKmeZXWbb^nk+bhdjTC912OIpb8MkCbDbpx^M*0x81FMZqz7aB!&9 z>8fpZj@XFQwcxz)pur&eP~%zeZ`~+VyC2t5BFbu%UmI2~9WE4kUcP$vkXMTFX?iD$ z`_y{SW%K9$2b6kXZ~(vKJKehq=5&-gGlc_xd!9h}Qtrt%GJioq>FGgY5VIl#4FgKp zir(?ye=+oavM$zE7Z66e7hF1Z%7bb>Fua{NW1I@~%%e_R1MT{Y4X}qHC6;b9`)VO% zn8({M2XFCAb|X*g6~`1j~^cUbact{tkV{2)ZRQj@bcF0`7~mTcd0U# zj)hES?BA{ta0{Ifz1eon78xwf4P?$U?_W!5^U?uc6Gt3#L?#a!1^c0@Rxhmsn@f0u zh|oWoabHft=Om_vw&|8af%NhokmGH9u6*yf-5z5$`+eI+foHhL+GB6b75v%goxhbmTd;C)qlM)<8MR=zrjo*M3SAln0_ulm-TY$ONU&J z^>SL;YM3ugH2x^G9e#BW51fA3mjDV4+UH=Fw{Gd6jJ}UhNNys zzINt04L`nrQ5}bm%VVW+yrETyS0ATQj1MVXWUd;8m|-eJqaNZ)H$^=bc{UB&lS z$A?z$JZ={5!*|b6!m`pGM$@t&lT807zssv z&K(La=9UZWYqTgmT}Fc?$F;i?aXzpVOPF1zC$WAz3VN}OOBktER#ig&cGYJylaiea z$W}nyhzjf^P!3Hiu3UCF4SI3Idx#ogzp$@SCBZ&wW4v8(?R*?3kYP<>Jh`&85y!ip z+9fZH3KyDif;r#fHw$~2DWvx>JUs&;51a#Qxo$VgAG7}h-BI~*^7(+Df;qa&?Nm@o zDi86n1`$NAVXMO==E03V|Ja_dM&oOz^Ccb%bzU*4lV${6Pkmn2L`G z^TI#Ezd^|oh-!K-u-UKKzSwg2+N(E}ffKrwrOsDC2bZ>)p7E?V*L->tF3*t|;UmNT z3WqChz@eMPtY8x=9fXMiYIei3K}hLQ0tf4H2uN>{VprRA}jT>r=pNBN$orjG6v|+z;1CN<_+N-C-9H;wl z)D`>vJ_OG@$NCLU$V9_B!wOb|_j;~GOu@@9_Np^+NKhR_eUb3H^}SweiF3tI!4nVG zAk&E1-PtzFq?-HC4w;qgHdF03?ObScn~GmcAP<-52G}`xoaF{Cd^x@uARmA+g})sJ z4bLD~7uc^5^`){OY1{~q&yrSmrMZNaM%2$YM2X5j&yB(~#LWKo)45vvCp`2lKo5(& zeZ+kJ_*|i1R}Xdn@y8+G#$V^wyec7zmWhH*@U~AW2%ypj_=!)i@sF|Fys*tk;j3Xh zgF?;Icd#>_of&^AD^MYz<%%&uni{spWR#QVhcMT_i@uMD&?Mg3 z8a3I)un=AOo^(|-CwL4xc6Q7w@17x_V+f7 zZC-HUgFo4Yz8uDXKP4_BtRMDcPcJ0phVEDK?jh3)L#_{Rom*a5e9-Sos0_n=t*U=Z zk8|{fu=hrKgPpBFIDmr<{5YmW*}0Z)!}_EJ4-YRFEA%nVdlur9%s5Vmlx}#RN>619 z&6N-#h*c-TVwf{!$k z+%WpZ*7F0m;{SRXZO4!@rhMoOl>|HF(b!jCje<9;2`u-|QsbWsbgL$aslNrhNKwAa zOH(&aH2%+LM5$`Jw#P=a+HhvXnpy<2_&vE*|dX}QxefnJxr<1;9roc5|yfl&o2To3y* zB43JeW|LTpV(HZ9pjgi`yP%g3o(49#052cx{H>D_SYbH?DJ&<~AJ zGZn5)jm-_y>iaosqp$tn(DWc+lZnjLc5x%)HcfIt5EP%Nil`dt2C%Mb^gsz zcqvIBNC~-0^k|ZH#XLmO?-dUJNrD48E+W*OH9{za#i^xgweg9ik9Wupu-E^c5-k^~ z!|w!&vo(4M9v%sVP4oHjI#nW}8&~0Xvqek{fX9i6Zd~CECDQ6Wf+Hq=4^t9G4<@?6k;Sj~OQBtM* ztD`AdadM046-&!TF2D4jK{=0i0+|srBLRpT;^OgUmS4@|k*!*Tb6AuZCW3M^D3ePF zYL}l0*CvghdzA<&t{pzKv(jCJEiS(AMu~68=9NmtPznCcBq?cwYuuu-9?&e_Ev$OHK9HCC z)m!Cs;Y?q|=R`2roIl`YRU*o7@V9l)>F7}Dp{>~}L$(r1k<~uSQ-5Q8Qb}-K^i#w5OVbQo_%8CmsOVHbkn?^7{AK%qN z?QPe^Q?wOP0np}u$8V{ZxE69xGx;sgHyZS1OQ*D8iF3I(Gx#}IqqIA@|Y^l+E4Da&F@|?VIr9v_A`%%;BNccC1~Ub`s+~Sjx1fF zeEu$~fYcf9DPeribpisW1UWa2j2g&o&lKZ&8_kgZEAZ7t7J+qt0^d3BZLi4p+5yD2 zbLV+}X)G~Lh-m6fP{v@8a)HS3SN*|F@aI&BJE~x>Nm0#jui=Oio01Y(bxZ6O}~ZKdGCh$x2uPh|MiF) zq?5VYj$NBknN{ST)M+Q$Wh>(w(bhAqx44Q5qQZtuy=@=s`frH&3y2_~drRMQ_J(lj zrNeB5p=*?8f}8qBf4K&@&jg{TJO#YJnNM`1BmNET|LB$4Y`g_~1%2x(E%-gE)F+b= z8_>Jm9rD1ldgR2fe)+TG6-|<9o>c*UC9A6#kt$pvDV$|^diL0Et;8~o*v3Ajw0nQ9e9G=$YFyziL+sqml>50k_ zAvH}Z8!$Z-ds0q`w=iiTV>mycA#PYycmydV09icS*ws?|&n?e3z+$e6_AyJrGD7>Q zLWhPH+=rkI_WSsN);)*)NLP8uHs`4``!;c-I+Z-;zT@% zmRtI|Sj|xszk`%iX+-pqk^?Jc!}B#+A)YP8bpEeqgMntS9qkqVbKeD9vs>{c5c9K6 zkIqtbay3*|b|nd)mQEJMz;Me7SEMn^urN`yf4#XG1_ zNkLABf@hB-z#F$8;N;mMe%Z|b`O7aaJN4jZ77Tq8=P~ojoM4ghn$TMMu`#8}Uffc! ziE-ud%#e9u61DQRc5bi6v<|s2ZRE4Qcf&Hk$IjQ;=T&ojU?K)nvnJ`YSN_Lip1H)y z6)FD)z7+yo5vXrVDg3)gCihVezA_756!g!`@43~xT&vw0IGlc0Tb@(}w`ZUVUZuiG z6JCa*o7xfkkgf4^!w(rt&-#+iBtxg>^v-|WUs@Y~a!%6v$KzhjO+A9|H_BA|+`B`{ z>=dB`LRFWqGU$G)bep)ytFmWT#~?j9uGK&n%&*T;S=DsQ38m{?*Ld){<;5%tvSZW# zaE6rJ9?ewqvaXILIa#pd7#5O+2A!dKaBg!TEE0tWQ2bOq4c9Lu@f zGU6-|cMz~>QZgRqxzIZxH?6VBTVTM-g3`Ul>y#V~ac*ZWA1PnHbRR>zG_Xd(2jrOz zoWFbL8C#tXGV*q8+#y>)9X<4AHFywm9D9++^zjwD-T-UMn-*UX{41gzy$)yR;`=;U z-waytbe3L($1@y`*;rgVzn9brb8TP!10a)HL_q>mr%J}Xzwl~@Wp`bcjsUc0`_;K~ zTIGO<8)imnj^53XC!XA?y0Ye0$!!j%X$Q|tLvzHZz9CHSU+Wd&xz+Egt{|60Uz520F|E|7JJkLXGQ;pbGJXJ`e3bgx|@u!4B z^0Jw=lv;FxKUqpwLV1k-GTE;d{L4Rj4qbX!Y^h32?@%EA!fVRblFv`W&-nxM`kISL zARNsKljgNyg8x8zmdVlIPlMXZ-}*T)f6s4RwV>30n%RqN82!%14lmz;QDni{Y)XJ1 z-dIjYB7CoQdRm6)6!Yq)260o`JBJJrgJ;h`IytjBA2 zN$f@gVL{VfgI07#FQwf>EF8RGSZS%|aMNE#dREDyAe;JQedSt0gMhZaFZOqs>fUCR zQ2HR9mUOz+87}8vOe>G>4>j}``vQ;iTA!j>+V8*|+{ycMduzTqyJ$zdMWo|r*+amYdR&<&0aSYYb{pi8a2Dhmg1w_x8^bz{cJ%b!G)s>vOs@=G=};vZ`V zRjXf78PJpc!okgC6r7dQN?*)#ANzpoGsM&EX2cTHW6-^xVQ(A}CT1J=!0Fg5Yd{&& zA;HmUIDNem#_*O|B~jncfAKDP^-o`kmB~>2*nZS=YWO3EvJQV-`Czr}-~I-y zA&qjScd;m67gXfsijp{{jG16lc!#(wLqxYs0%0RcX=dwcqBcE zvUgnO2Ee}1%JmcEUkO>js_%99OD~oo%)W%lXCL(d015pzYt{b;_2(UH>FyzM0zf&W z`UR~f3|GxXPj*%iMr5Q|WFoRMZ%}^AJEb*_ky`_JJF^aCA&#>9sbw_N4x@NDz%z3B z)=~|3Rt{F>xw#Zp1_6`|NpOEoKJV(iLJQ;ZBe$o(#O`8bra-hsS%1O|-XL{+lY3RSi zITg5QVaN2H2mpga5?p%wsKNJ{h?u3ogawaJ-Z_M1%Q{W}7s7ZsalHr|hcB0g9$fJ$ zB-6*jX_rGBk2t+5D#*nez(9W130nJAxEVb{LN8z;g@D|h1y98u=B*?MBD!m8?tL9e zDESA_2LP4S(Y>3y^&w`tZkDgS?5q_S7sdbZ9i#`S=%ie&62X318Slg=fqD4kcyT=d z+t^JT`)*;B8Mpq&)I_d)AMz=lDm^%-opoU`B`1E7#S(i|T^(eH19~v!66^i$F-&Yu zju%hQ2%NMD3(zPo{4e0nUD7P4D^lqH-B)M+SfRXU?6v&5;NGruGXMvH z7s0P3ZA)ERZ^A%(wSI3cn%%EzHwg(aS3jfyER}bqwzqF(*?`S-W<8^MW;BF{H=Ta- z+nNA1guEhHjbr1s4QGS!!sgp1cCl5kZR_pq*w_oHX=(iv6K~?axO*vw!Yqwnt4)hqO5ri1bt zdoLh|EF;{!MtClTkw(S#3p?XwZsF7MHfN)taK&5VuZ@w^1ML_;98)d5GjzClZ!N z%25bo!h7~&+O&3AaN8+&s3xzm5?0Bkh+3m%1Z3UueUC+_X!8f_Fs^lcs|nwi2({8J z#&D=j$e#0)$xvN+t6kN9=7?~y6x$$}Ih~(#L&VWdJyW?G$O3q3hV~ySoPm>fPU)HByppaD$q9{QNXC zwD~jM?g-agY}bjhOOjrM-`D*S3eZfqiV9%~R3r4-+6zcvRIDWLh zWHB?h602&$Vxg@s%QZYz_-3Jf@zV6v({53WMd1au6)aou&hs!?x`w3K7xaZR-K)=s zqa!0@yKdjUO%Fz*Y#0QL=vY^dj+IzpT@Ua~6FhmQrxr_&x#w1>tB%WKUJ1 z$0wP$PJ1e%94-hzOwlzT$lv9nrO$;lk9hq_hCF-8pG(A5c}1N?EG!+ zQ57WcJ~vqeh13w9fFkK!0Lfunq@BTIwa^*o(}R(|6r9E!r=NSlV52;UfE5y>eBCf= z205TKN1)*&gzeR)P6)N%K=hS}zkd*H0^;%MOpwn_0G2d#6ZV_lwiY(4?v8 zk-{jHyfUIfj2sU9&0Qr+kOEkhG(aGk@tBCjxvYF8V2xH4xCAqyb zZD#%0<6KitSoWAsv5>#(;m-Yjb)JOkkMA2*0#x z-58!^ymZrmxQ~Lp(|etwvVnB7Ke2?ck;u_j5Gfq5{W(*%&E$cT6fI$HzZRde|K_}n zjm^md0E$cTInwJ&-lm_)$hRtt4F(|yNg0{B-IalR_dv!DB40bBs#g9gWdr2Zd=b&8 zy&;#F0(nzc2+$NVp@EpTlNpvh6W-s%Viz}0D&fYDm^af0zdrNC4FyR@*{Qu%vb1D3 zC+wwX}SK3<0Ow8o7Q@DBl+>HHP!8 zt25CRXA(NgM8!h*)&_cXEI*e-HRGmL0NpsJM397Rh^Y?IQxq}2goO*72NT3OZrR9p zc6RDWtk9KvX-6XYxB(@nRmb_YLu}b&s{M`0t`_nKYfE1=NPwLLSF~%1i z+K}<$pBt5qnt$+X51MK@K3RwS9%AE?G?>bTxz}Xm=_yC~%a~AY8`vSDf?E)wpuJ&3&XwZ&9qPDQx zQm=3q@@iPa4((4`?4_N}>EK5xNA|2_!dC?vGI*9CLIfyaH5OR68^o#wVwv=+;VML$opKywgu6H({o zrJ-7$#IeA&m6^BiC^vtJp2~&_%ta>s{hu|DkK>h7-1v6S$fc&up#8*8UBQMdip~9$ zfthYadNJ%-Q7ubvra{y_PHk3=+x$Pq5BdBhWt@r+e)d{Hv%^Iu9!I+lk||NhA43<- z&CQwSSI;8K4lAFo>C0AlCFVU;cimMkQnNC&<{_-a?vca>n*5u^m8Vh;m zr%6aiZU_iKZGH%oCp~47DjJ%oY&lRjTIy8%k@uCpHhr(W z=)Kvuhwt3^(btzScjx~7(5(cJlfQwMq&hTOw}5fw!IO-?O<@OAb`hFb{wse@LmqmJ zCYDIbQr&SI-9Ccb_`XOwqlr8jt4DhnWwI!7Ik3>{432#kN(vX&x4p%s#=v_aG*M9H zK*@<$99_qDox|wkBA-HcP7bn{*?bTu(=5X9p&9y z5|a}q#juj4Q9iiE+ql&F)vOx_2ggZ~*zM;fqzL^lh8!%4#!DH?vA8sm#}N~_xAP&( z<(+UXJaBUd2_B}pYRHp#4PGK@=NDX>B-PxaqtKo42>M5H}mCehgy;1!_>*u&v& z_cVLQzn0Ic*y6iO)yFBxc?v}6B!%7CBR+ZMh0R@ZFl21OO9K=Q1VR7E;XcT1?P0&9 z#?GFW@a=#K%BrtV1unqBL!M@9c)yQ!e&TCLU>gy915z5jd5Zcgs6_x!QR&1~yb%uo zB=tSd$jER$^;IYY;gGme9n@2HCLtfmlj4Rw63eN%mI2C;kYz5L>0g(ep@MRH#xSRK z`-wm?$-XO8E#@yNU^Zp8jISOcy1aw;$BMJG6ByhX5^(TMNU+O85A!_rLhB z>PqfWD_HH{ITUMUq$*u4Q15p?ESuc}4u*FAZu!?+%UKZ^rvf+rywI+MnT^Fzu-V?} z63h`gz7{)W=LnYAoWIr_@x;gJoTuWKG`j^AL>f7iF;AUS?q-sknN!^L+Nu z=xBIo=&2S=B@Htz@>Ytw@dYNP(~Zu50e>tI!YoiS#>2zIGa9iYbl1F32_t8?G60rd zb|E31pe+tsxhio>#1Fq8P&Tbyr-VSsaiCQ=$3uDt2!+BcW~x9b@~iv;@?CG4VZc(+~N02F@_Z%R+y$+vUA(sm^O3~G}B|dG^ibIG)_QP zgxD!_nbg#I%4s-YTiJPZhhyqkX?4fg+&t>){rhES@>L0iI7|+ija%5t(=P$v0Rk9N z|92nSg63BZzS-XLeI?<8@7i{Q@dz{;?U|H|ccNH9srVl|f9X_GRi)7X^83vrmInw# zp?IEUYjV%0PoEmwKJ)#4*`LjLe)9OHHgsQ{CH#zf5PC0`Rlbm%XMUy6VTx+?)nUfT zO_*ob_PX>FS<(xflMenOWmopKt#w$GjRDlEq!-odx1dkL3c*MN+Na zLt+5(udxp84jx9uPvub9xMJ$Uz7b41G5SAa@v-UpYZgm2Xw4*3~{YeS20;B4=*jTL*T3u zSMBF@DJ&0)?u^g1TJ_%lTUko)HZ)8YLoH+-LK4#>XdT?}$Ryf=g+;jg_nFwLcHcrG z{|Z=9GxOAv$#m$*4}Gl>js+!863Z`~$m$DIvv=EDIZQ8DfAsW#GKfMzsuyNz`8<4l z)WE`eLUjyEZ3{1Fg}*k3K4jI!Oi_}9Ppqs=PaLA&zSwggWWyhXGh))P6A zRGz0-&z}zgDhHoW5N%2QPDIlia-!jS#^5VZi&sERLnGX52htW@*{A$k0K;+kfe|P^ zd4AN`94?yTkI9m?f&)pP(+e9y)}QHsEjcy46c!P2R`gz?Wsrv|1s;#z^0L3-)1%3F zl8tqls?6O=RYXs@(uij34~=k?RjpJ}b>Qx)h(0?Gz|f=AXE&owFEL%x=l0IR_awn; z=x*S#8${GM-5Wr@WC(l^5)$md@v-qz`9n7 z#{S^d?YjrGupoIV!QVB6k)lB=V0h?{L)&vD4%Ps%56h(4!`f3l0`R7HHeuihkO4j| z>a{{)-svpCj~^YwuGkHI{dIU84t%x%948c(4FpEPpsU4BPw&4iq?z=Y50I33K@Hhy!ovhq^b zly89Jn#YzPb5qD|=-pZdlk3pXP}$+a+}w+5N@qrHmuSYNXMRHc`Fn$y_O>>W{(KIv zUc%@^h?@t+Mjor3H?8dOPh;%t*`L(Zo^jU4LxWt}R8!p@iV)j?3e2U?@)CF)N^5Ei zSr?T@F%V{g>YA7Nw=IHk+9+kCU+58nFWKC9)g&^XHkb=h)zaE=A*B2=sr_r9j~Gb^ z2%K|UoVTnm0Cw#sn|c@8RZ<%rxt>*j?c%HT}0I|>@7L(W~xy0S<))9ts?)VQNm zY8OcT=CM&Sv=)moT6_927hUPjR`d@JkN9z)_Ov{gWNo zj}HF5EaJ|MF&xV7tAjVMJ-HXNmXS_wA*T**7oHBOu0h77Vg!M2+_+N&Q|605$w{8J?5i5eJzX&!jRh(0im z$tqlO9tx(43MXk;km+b9B{T>-GzP0MQ!(-gNo^-(%CI=h^Vej$s3cx+OE&6SU2mmHOFgY*C+Ul$RCcD8l<|cuY z6(G(^DLq20?8dO4_UVJ{#$YIsKe}0Xn^J4{$K9OWh#bcv59HT>BkLzF4xmlc<2k?W zqBoWeE-f`me8f0^EeNx4%*FnG=1kKio&Q?%8`-w+;nL(b3Mq z^vd>t3#>HU}<;acFK17+cU#p)|K+yaai9Uzk5)tP+_fB_ms461ja_QU5VN zFK=upnbVggV24?nOC!AGmfAMeG+NI(+^^}DR3*p+%2C#s)ZMU0IfYVcqQn#_-?M*+ z;}{TSkbs1Q=zb)Y_%)bt0pA22BhM1@(;pA=c#2z#OE#)@W7xefSaZHA(diW?!%|NR zsKxBVn9ro95eSuMt#Pa1f`0k;0>&)%b!4qG zgO7!%1zhLZt4||A6<&X_1{lsuBtG&rtGfPQKrV|X_Il6GxY6SsU$pfieepGe!Ae9N6$cVy4y~aAYx#9#fwwU z5@aFIqmDRIgRnct9*?#SyCA!-kBKI4I@2lnaF~^bhpp&Jd}Ma`M!HwPVf8Rs6a;cO z_8nnPl@Df;UE@e%;yRoD4y08D*$+?=tA8I~lsmla6wyESlWb#S!~V<7wy{d5QvW^2 z-9NuCJdJx*-I;dZv1nJz)GA(@z1E?Ovy4GIGOC|lg?T|}hj z9Xi_i`RSW9OR9QnCMk1aaq`bM7WThy&(*Y7aNhD`CkuWZ_9Q%vJ5QvRcu!VTnY?@N z{-Sk`O}{6r5HOP1ZwZ{M^|j;NXqK!cc0{DKK7YQ2_u~{$PJ*iIdZ;+*=I&{t-b4NZ zk~>=kx#;A~H|<#?(3;e3Vf2>9^g~mJC1By39l79s*epp-L5{faKt}puK3K`f z5iLaztAHceR&xo0QOESm%s2PitTVB?$0K?f+<-tF)M-<vpIHOZ zL~QzrsVTRH9An-sR{I|>kOYLeu5OkP`8jQQzJ`(AApXBgCKlOwd6$xKzg{)R_O!nN z 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

    #*tQ|AYJIzP!xVW@&>(rv)yGn{!tut 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 O^G04(u2RM%PcpPmv=LtyTdGdy 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 z�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

    dQYkx}mji75o)-&S4tl%D)_l2#BS7^A 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

  2. A?iXX=4&aNr6AasXIoHDc(b{HjaNzOJTRLF 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 z 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 z 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 z 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 diff --git a/modular_citadel/icons/mob/uniform_digi.dmi b/modular_citadel/icons/mob/uniform_digi.dmi index 9e51ee537444f534ee677d47f672b962f5e614eb..a5532018f9ff6596308c0d413d9bd536adc8c6c8 100644 GIT binary patch delta 18771 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 diff --git a/modular_citadel/icons/mob/widerobot.dmi b/modular_citadel/icons/mob/widerobot.dmi index 50c29bb75ffd61d471fef306835c9c917d7dcdbb..4ff89322d3771bc883fde26d15651d2d43bc76b8 100644 GIT binary patch literal 427150 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

  3. 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