From b487573064d3843b9895baa5c6bee30c5969a8fb Mon Sep 17 00:00:00 2001 From: Dahlular <55758850+Dahlular@users.noreply.github.com> Date: Sat, 9 Jul 2022 13:52:49 -0600 Subject: [PATCH] Revert "Finally, MultiZ Layenia" --- .vscode/settings.json | 6 +- _maps/RandomRuins/SpaceRuins/spacehermit.dmm | 2027 +- _maps/layeniastation.json | 10 +- .../LayeniaStation/LayeniaStation.dmm | 374286 +++++---------- _maps/map_files/generic/CentCom.dmm | 83 +- _maps/shuttles/arrival_box.dmm | 920 +- _maps/shuttles/emergency_box.dmm | 3358 +- _maps/shuttles/escape_pod_default.dmm | 93 +- _maps/shuttles/ferry_fancy.dmm | 756 +- code/__DEFINES/DNA.dm | 13 +- code/__DEFINES/access.dm | 4 - code/__DEFINES/dcs/signals.dm | 5 + code/__DEFINES/hyper_arousal.dm | 7 +- code/__DEFINES/is_helpers.dm | 2 + code/__DEFINES/jobs.dm | 5 +- code/__DEFINES/melee.dm | 3 +- code/__DEFINES/mobs.dm | 1 + code/__DEFINES/vv.dm | 3 +- code/__HELPERS/_hyper_helpers.dm | 10 + code/__HELPERS/global_lists.dm | 8 + code/__HELPERS/mobs.dm | 26 +- .../subsystem/processing/chemistry.dm | 3 +- code/datums/dna.dm | 18 + code/datums/elements/item_scaling.dm | 39 + code/datums/martial/kinaris.dm | 143 + code/datums/weakrefs.dm | 72 +- code/game/area/Space_Station_13_areas.dm | 30 +- code/game/area/areas/layenia.dm | 6 - code/game/atoms_movable.dm | 4 +- code/game/machinery/announcement_system.dm | 7 - code/game/machinery/doors/shutters.dm | 8 +- code/game/machinery/teleporter.dm | 22 +- code/game/objects/effects/contraband.dm | 40 - .../effects/decals/turfdecal/weather.dm | 22 +- code/game/objects/items/cosmetics.dm | 5 +- .../objects/items/devices/dogborg_sleeper.dm | 19 +- .../game/objects/items/devices/radio/radio.dm | 6 + code/game/objects/items/dyekit.dm | 17 +- .../objects/items/implants/implant_kinaris.dm | 38 + code/game/objects/items/plushes.dm | 44 - .../objects/items/robot/robot_upgrades.dm | 8 +- .../items/stacks/sheets/sheet_types.dm | 12 +- code/game/objects/items/storage/backpack.dm | 54 +- code/game/objects/items/storage/boxes.dm | 32 +- 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 | 7 +- code/game/turfs/simulated/minerals.dm | 16 + code/modules/cargo/bounties/medical.dm | 3 + code/modules/cargo/bounties/reagent.dm | 13 +- code/modules/cargo/bounty.dm | 7 +- code/modules/client/preferences.dm | 156 +- code/modules/client/preferences_savefile.dm | 2 + code/modules/clothing/suits/miscellaneous.dm | 40 - .../food_and_drinks/food/snacks_pastry.dm | 118 +- .../recipes/tablecraft/recipes_pastry.dm | 153 + code/modules/hydroponics/grown.dm | 15 +- code/modules/jobs/access.dm | 18 +- code/modules/jobs/job_types/captain.dm | 6 +- code/modules/jobs/job_types/cargo_service.dm | 6 +- code/modules/jobs/job_types/security.dm | 6 +- code/modules/jobs/jobs.dm | 6 - code/modules/mob/dead/new_player/login.dm | 11 +- code/modules/mob/living/carbon/carbon.dm | 3 + code/modules/mob/living/carbon/human/human.dm | 8 +- .../mob/living/carbon/human/species.dm | 24 +- .../mob/living/carbon/human/update_icons.dm | 2 + code/modules/mob/living/carbon/life.dm | 3 +- .../mob/living/silicon/robot/robot_modules.dm | 8 +- .../mob/living/simple_animal/friendly/dog.dm | 4 +- code/modules/mob/login.dm | 4 +- code/modules/power/apc.dm | 16 + code/modules/power/lighting.dm | 18 + .../guns/energy/kinetic_accelerator.dm | 2 +- code/modules/projectiles/projectile.dm | 5 +- code/modules/reagents/reagent_containers.dm | 6 + .../ruins/objects_and_mobs/sin_ruins.dm | 16 +- code/modules/surgery/bodyparts/bodyparts.dm | 79 +- code/modules/surgery/bodyparts/head.dm | 3 + code/modules/surgery/organs/stomach.dm | 25 +- code/modules/surgery/organs/vocal_cords.dm | 4 +- code/modules/vending/autodrobe.dm | 43 +- code/modules/vending/wardrobes.dm | 2 +- config/config.txt | 2 - config/hyperstation/jobs.txt | 12 - config/jobs.txt | 5 +- goon/icons/obj/fitness.dmi | Bin 2214 -> 1730 bytes goon/icons/obj/power.dmi | Bin 1935 -> 4162 bytes hyperstation/code/__DEFINES/misc.dm | 11 - .../configuration/entries/timeoff.dm | 11 - .../code/controllers/subsystem/job.dm | 18 - hyperstation/code/effects/lighting.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 - .../game/objects/items/devices/radio/radio.dm | 2 + .../objects/items/stacks/tiles/tile_types.dm | 9 - hyperstation/code/game/objects/railings.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/arousal/arousalhud.dm | 166 +- .../code/modules/arousal/organs/genitals.dm | 6 + hyperstation/code/modules/cargo/packs/misc.dm | 28 + .../code/modules/client/client_defines.dm | 9 - .../modules/client/hyper_pref_savefile.dm | 36 + hyperstation/code/modules/clothing/gloves.dm | 2 +- .../code/modules/clothing/suits/misc.dm | 41 +- .../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 - .../mob/dead/new_player/cosmetic_parts.dm | 154 + .../mob/dead/new_player/sprite_accessories.dm | 122 +- .../code/modules/mob/living/carbon/carbon.dm | 5 + .../carbon/human/cosmetic_part_handler.dm | 17 + .../living/carbon/human/species_types/ipc.dm | 58 + .../mob/living/silicon/robot/examine_vr.dm | 8 + .../modules/mob/living/silicon/robot/robot.dm | 2 +- .../mob/living/silicon/robot/robot_modules.dm | 51 +- .../simple_animal/friendly/farm_animals.dm | 2 +- hyperstation/code/modules/mob/mob_helpers.dm | 4 + hyperstation/code/modules/power/lighting.dm | 31 - .../research/designs/medical_designs.dm | 69 + hyperstation/code/modules/salon/barber.dm | 541 - .../modules/surgery/organs/augments_arms.dm | 8 + .../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/condom.dm | 1 - hyperstation/code/obj/farming/farming.dm | 4 +- hyperstation/code/obj/fleshlight.dm | 225 +- hyperstation/code/obj/items/lorebooks.dm | 4 +- hyperstation/code/obj/kinkyclothes.dm | 44 +- hyperstation/code/obj/plushes.dm | 9 +- hyperstation/code/obj/pregnancytester.dm | 43 +- hyperstation/code/obj/structures/beacons.dm | 7 - hyperstation/code/obj/vibrator.dm | 7 +- hyperstation/icons/effects/lighting.dmi | Bin 0 -> 1006 bytes hyperstation/icons/effects/lightinglarge.dmi | Bin 0 -> 8222 bytes hyperstation/icons/effects/lightingmed.dmi | Bin 0 -> 2180 bytes hyperstation/icons/mob/char_ears.dmi | Bin 974 -> 1098 bytes hyperstation/icons/mob/char_markings.dmi | Bin 22201 -> 25498 bytes hyperstation/icons/mob/char_parts.dmi | Bin 0 -> 2326 bytes hyperstation/icons/mob/char_snouts.dmi | Bin 2840 -> 3014 bytes hyperstation/icons/mob/char_tails.dmi | Bin 20179 -> 20878 bytes hyperstation/icons/mob/char_wings.dmi | Bin 1859 -> 2524 bytes hyperstation/icons/mob/ipc_screen_visor.dmi | Bin 0 -> 595 bytes hyperstation/icons/mobs/feet.dmi | Bin 767 -> 727 bytes hyperstation/icons/mobs/gloves.dmi | Bin 984 -> 763 bytes hyperstation/icons/mobs/suits.dmi | Bin 18358 -> 17222 bytes hyperstation/icons/mobs/uniforms.dmi | Bin 1634 -> 1467 bytes hyperstation/icons/obj/barber.dmi | Bin 7231 -> 0 bytes hyperstation/icons/obj/bench.dmi | Bin 1065 -> 600 bytes hyperstation/icons/obj/chairs.dmi | Bin 1121 -> 0 bytes hyperstation/icons/obj/clothing/gloves.dmi | Bin 1078 -> 894 bytes hyperstation/icons/obj/clothing/shoes.dmi | Bin 603 -> 550 bytes hyperstation/icons/obj/clothing/suits.dmi | Bin 5039 -> 8283 bytes hyperstation/icons/obj/clothing/uniforms.dmi | Bin 702 -> 4735 bytes hyperstation/icons/obj/dryer.dmi | Bin 1322 -> 0 bytes hyperstation/icons/obj/flora/cactuscoral.dmi | Bin 984 -> 0 bytes hyperstation/icons/obj/flora/hydrogenbuds.dmi | Bin 1467 -> 0 bytes hyperstation/icons/obj/genitals/belly.dmi | Bin 7392 -> 7457 bytes hyperstation/icons/obj/genitals/butt.dmi | Bin 2723 -> 4652 bytes .../icons/obj/machinery/reagentblender.dmi | Bin 565 -> 0 bytes .../icons/obj/machinery/timeclock.dmi | Bin 5646 -> 0 bytes hyperstation/icons/obj/plushes.dmi | Bin 7889 -> 7387 bytes hyperstation/icons/obj/railings.dmi | Bin 7008 -> 6706 bytes .../smooth_structures/fancy_table_kinaris.dmi | Bin 1188 -> 0 bytes hyperstation/icons/obj/structures.dmi | Bin 524 -> 0 bytes hyperstation/icons/obj/structures/beacons.dmi | Bin 696 -> 0 bytes hyperstation/icons/obj/tiles.dmi | Bin 359 -> 649 bytes .../icons/turf/floors/carpet_kinaris.dmi | Bin 1435 -> 0 bytes .../icons/turf/floors/layeniasand.dmi | Bin 3442 -> 0 bytes hyperstation/icons/turf/walls/altpod.dmi | Bin 3911 -> 0 bytes .../icons/turf/walls/customarrivals.dmi | Bin 6325 -> 0 bytes .../icons/turf/walls/customdepartures.dmi | Bin 18898 -> 0 bytes hyperstation/icons/turf/walls/custompod.dmi | Bin 4395 -> 0 bytes .../icons/turf/walls/customshuttles.dmi | Bin 19004 -> 0 bytes hyperstation/sound/effects/enchant.ogg | Bin 22388 -> 0 bytes .../sound/effects/vaultsuit/bartandfink.ogg | Bin 0 -> 162382 bytes hyperstation/sound/misc/Fnaf Nose honk.ogg | Bin 17768 -> 0 bytes hyperstation/sound/salon/drying.ogg | Bin 54212 -> 0 bytes hyperstation/sound/salon/haircut.ogg | Bin 96905 -> 0 bytes hyperstation/sound/weapons/dinkalternate.ogg | Bin 0 -> 29462 bytes icons/mob/back.dmi | Bin 105938 -> 101219 bytes icons/mob/dogborg.dmi | Bin 14383 -> 14340 bytes icons/mob/feet.dmi | Bin 25697 -> 25562 bytes .../mob/inhands/equipment/tools_lefthand.dmi | Bin 6700 -> 5541 bytes .../mob/inhands/equipment/tools_righthand.dmi | Bin 6528 -> 5410 bytes icons/mob/landmarks.dmi | Bin 27204 -> 25137 bytes icons/mob/suit.dmi | Bin 457534 -> 455389 bytes icons/mob/uniform.dmi | Bin 390542 -> 391927 bytes icons/obj/atmos.dmi | Bin 28113 -> 29801 bytes icons/obj/atmospherics/pipes/disposal.dmi | Bin 124539 -> 125653 bytes icons/obj/bedsheets.dmi | Bin 14457 -> 14360 bytes icons/obj/bureaucracy.dmi | Bin 19220 -> 18193 bytes icons/obj/cardboard_cutout.dmi | Bin 24920 -> 20315 bytes icons/obj/chairs.dmi | Bin 53687 -> 49834 bytes icons/obj/chemical.dmi | Bin 53030 -> 55863 bytes icons/obj/closet.dmi | Bin 38018 -> 37806 bytes icons/obj/clothing/shoes.dmi | Bin 16376 -> 16578 bytes icons/obj/contraband.dmi | Bin 74577 -> 66789 bytes icons/obj/crates.dmi | Bin 26119 -> 24117 bytes icons/obj/decals.dmi | Bin 36413 -> 35558 bytes icons/obj/device.dmi | Bin 59012 -> 57698 bytes icons/obj/doors/Doorfireglass.dmi | Bin 27938 -> 5367 bytes icons/obj/doors/shutters.dmi | Bin 8123 -> 1660 bytes icons/obj/flora/plants.dmi | Bin 21467 -> 17651 bytes icons/obj/food/containers.dmi | Bin 12609 -> 12219 bytes icons/obj/food/food.dmi | Bin 76008 -> 76989 bytes icons/obj/hydroponics/equipment.dmi | Bin 26913 -> 25109 bytes icons/obj/items_and_weapons.dmi | Bin 129160 -> 129196 bytes icons/obj/kitchen.dmi | Bin 33334 -> 29592 bytes icons/obj/library.dmi | Bin 28423 -> 29055 bytes icons/obj/lighting.dmi | Bin 79802 -> 79002 bytes icons/obj/machines/camera.dmi | Bin 7767 -> 8713 bytes icons/obj/machines/field_generator.dmi | Bin 883 -> 2104 bytes icons/obj/machines/mining_machines.dmi | Bin 5617 -> 4590 bytes icons/obj/machines/suit_storage.dmi | Bin 4605 -> 11193 bytes icons/obj/mining.dmi | Bin 64553 -> 63354 bytes icons/obj/monitors.dmi | Bin 23834 -> 15106 bytes icons/obj/nuke_tools.dmi | Bin 5104 -> 5017 bytes icons/obj/objects.dmi | Bin 105875 -> 107127 bytes icons/obj/plushes.dmi | Bin 52667 -> 46613 bytes icons/obj/power.dmi | Bin 33480 -> 33196 bytes icons/obj/radio.dmi | Bin 8512 -> 4369 bytes icons/obj/rollerbed.dmi | Bin 1788 -> 1674 bytes icons/obj/singularity.dmi | Bin 28148 -> 26496 bytes icons/obj/stationobjs.dmi | Bin 76336 -> 78390 bytes icons/obj/status_display.dmi | Bin 23855 -> 26374 bytes icons/obj/storage.dmi | Bin 68447 -> 71510 bytes icons/obj/structures.dmi | Bin 177135 -> 168709 bytes icons/obj/surgery.dmi | Bin 38624 -> 38827 bytes icons/obj/terminals.dmi | Bin 29336 -> 17930 bytes icons/obj/tools.dmi | Bin 22788 -> 24909 bytes icons/obj/vending.dmi | Bin 107627 -> 106917 bytes icons/obj/wallframe.dmi | Bin 1918 -> 1138 bytes icons/obj/wallmounts.dmi | Bin 4906 -> 4548 bytes icons/obj/watercloset.dmi | Bin 15802 -> 15739 bytes icons/turf/areas.dmi | Bin 40334 -> 38936 bytes icons/turf/decals.dmi | Bin 82953 -> 70200 bytes icons/turf/floors.dmi | Bin 351548 -> 352982 bytes icons/turf/floors/crystal_floor.dmi | Bin 3944 -> 3999 bytes icons/turf/grass.dmi | Bin 1296 -> 0 bytes .../code/datums/status_effects/chems.dm | 2 +- modular_citadel/code/game/objects/tools.dm | 4 +- .../code/modules/arousal/arousal.dm | 1163 +- .../code/modules/arousal/organs/anus.dm | 6 + .../code/modules/arousal/organs/genitals.dm | 7 +- .../code/modules/client/loadout/shoes.dm | 7 +- .../code/modules/client/loadout/suit.dm | 5 + .../code/modules/client/loadout/uniform.dm | 6 + .../modules/client/preferences_savefile.dm | 3 +- .../subtypes/manipulation.dm | 4 +- .../mob/dead/new_player/sprite_accessories.dm | 2 +- .../carbon/human/species_types/furrypeople.dm | 2 +- .../living/carbon/human/species_types/ipc.dm | 6 +- .../mob/living/silicon/robot/robot_modules.dm | 42 +- .../modules/reagents/reagents/cit_reagents.dm | 2 +- modular_citadel/icons/mob/digishoes.dmi | Bin 30704 -> 30566 bytes modular_citadel/icons/mob/ipc_antennas.dmi | Bin 3045 -> 8261 bytes modular_citadel/icons/mob/ipc_screens.dmi | Bin 6861 -> 7887 bytes .../icons/mob/mutant_bodyparts.dmi | Bin 10523 -> 10440 bytes modular_citadel/icons/mob/suit_digi.dmi | Bin 446207 -> 446448 bytes modular_citadel/icons/mob/uniform_digi.dmi | Bin 347904 -> 348989 bytes modular_citadel/icons/mob/widerobot.dmi | Bin 427150 -> 722742 bytes .../icons/obj/genitals/breasts_onmob.dmi | Bin 12219 -> 12801 bytes modular_citadel/icons/obj/genitals/hud.dmi | Bin 2019 -> 2005 bytes .../modules/aesthetics/furniture/bed.dm | 110 - .../aesthetics/furniture/bedsheets.dmi | Bin 22383 -> 0 bytes .../aesthetics/furniture/furniture.dmi | Bin 1190 -> 0 bytes sound/items/dronedeploy.ogg | Bin 25756 -> 0 bytes tgstation.dme | 6950 +- tgui/packages/tgui/interfaces/TimeClock.js | 144 - .../tgui/interfaces/common/RankIcon.js | 119 - 289 files changed, 130448 insertions(+), 264262 deletions(-) create mode 100644 code/__HELPERS/_hyper_helpers.dm create mode 100644 code/datums/elements/item_scaling.dm create mode 100644 code/datums/martial/kinaris.dm create mode 100644 code/game/objects/items/implants/implant_kinaris.dm delete mode 100644 config/hyperstation/jobs.txt delete mode 100644 hyperstation/code/__DEFINES/misc.dm delete mode 100644 hyperstation/code/controllers/configuration/entries/timeoff.dm delete mode 100644 hyperstation/code/controllers/subsystem/job.dm create mode 100644 hyperstation/code/effects/lighting.dm delete mode 100644 hyperstation/code/game/area/Space_Station_13_areas.dm delete mode 100644 hyperstation/code/game/machinery/announcement_system.dm delete mode 100644 hyperstation/code/game/machinery/computer/timeclock.dm delete mode 100644 hyperstation/code/game/objects/effects/landmarks.dm delete mode 100644 hyperstation/code/game/objects/items/cards_ids.dm delete mode 100644 hyperstation/code/game/objects/items/circuitboards/computer_circuitboards.dm create mode 100644 hyperstation/code/game/objects/items/devices/radio/radio.dm delete mode 100644 hyperstation/code/game/objects/structures/tables_racks.dm delete mode 100644 hyperstation/code/game/turfs/open.dm delete mode 100644 hyperstation/code/game/turfs/simulated/floor/fancy_floor.dm delete mode 100644 hyperstation/code/game/turfs/simulated/wall/mineral_walls.dm create mode 100644 hyperstation/code/modules/arousal/organs/genitals.dm delete mode 100644 hyperstation/code/modules/client/client_defines.dm create mode 100644 hyperstation/code/modules/client/hyper_pref_savefile.dm delete mode 100644 hyperstation/code/modules/jobs/job_types/_job.dm delete mode 100644 hyperstation/code/modules/jobs/job_types/civilian.dm delete mode 100644 hyperstation/code/modules/jobs/job_types/job_alt_titles.dm delete mode 100644 hyperstation/code/modules/jobs/job_types/security.dm create mode 100644 hyperstation/code/modules/mob/dead/new_player/cosmetic_parts.dm create mode 100644 hyperstation/code/modules/mob/living/carbon/human/cosmetic_part_handler.dm create mode 100644 hyperstation/code/modules/mob/living/carbon/human/species_types/ipc.dm create mode 100644 hyperstation/code/modules/mob/living/silicon/robot/examine_vr.dm delete mode 100644 hyperstation/code/modules/power/lighting.dm create mode 100644 hyperstation/code/modules/research/designs/medical_designs.dm delete mode 100644 hyperstation/code/modules/salon/barber.dm delete mode 100644 hyperstation/code/modules/vending/teavendomatic.dm delete mode 100644 hyperstation/code/obj/Kitchen compliances/reagentblender.dm delete mode 100644 hyperstation/code/obj/Lambent/gloves.dm delete mode 100644 hyperstation/code/obj/Lambent/shoes.dm delete mode 100644 hyperstation/code/obj/Lambent/suit.dm delete mode 100644 hyperstation/code/obj/Lambent/uniform.dm delete mode 100644 hyperstation/code/obj/clothes.dm delete mode 100644 hyperstation/code/obj/structures/beacons.dm create mode 100644 hyperstation/icons/effects/lighting.dmi create mode 100644 hyperstation/icons/effects/lightinglarge.dmi create mode 100644 hyperstation/icons/effects/lightingmed.dmi create mode 100644 hyperstation/icons/mob/char_parts.dmi create mode 100644 hyperstation/icons/mob/ipc_screen_visor.dmi delete mode 100644 hyperstation/icons/obj/barber.dmi delete mode 100644 hyperstation/icons/obj/chairs.dmi delete mode 100644 hyperstation/icons/obj/dryer.dmi delete mode 100644 hyperstation/icons/obj/flora/cactuscoral.dmi delete mode 100644 hyperstation/icons/obj/flora/hydrogenbuds.dmi delete mode 100644 hyperstation/icons/obj/machinery/reagentblender.dmi delete mode 100644 hyperstation/icons/obj/machinery/timeclock.dmi delete mode 100644 hyperstation/icons/obj/smooth_structures/fancy_table_kinaris.dmi delete mode 100644 hyperstation/icons/obj/structures.dmi delete mode 100644 hyperstation/icons/obj/structures/beacons.dmi delete mode 100644 hyperstation/icons/turf/floors/carpet_kinaris.dmi delete mode 100644 hyperstation/icons/turf/floors/layeniasand.dmi delete mode 100644 hyperstation/icons/turf/walls/altpod.dmi delete mode 100644 hyperstation/icons/turf/walls/customarrivals.dmi delete mode 100644 hyperstation/icons/turf/walls/customdepartures.dmi delete mode 100644 hyperstation/icons/turf/walls/custompod.dmi delete mode 100644 hyperstation/icons/turf/walls/customshuttles.dmi delete mode 100644 hyperstation/sound/effects/enchant.ogg create mode 100644 hyperstation/sound/effects/vaultsuit/bartandfink.ogg delete mode 100644 hyperstation/sound/misc/Fnaf Nose honk.ogg delete mode 100644 hyperstation/sound/salon/drying.ogg delete mode 100644 hyperstation/sound/salon/haircut.ogg create mode 100644 hyperstation/sound/weapons/dinkalternate.ogg delete mode 100644 icons/turf/grass.dmi delete mode 100644 modular_skyrat/modules/aesthetics/furniture/bed.dm delete mode 100644 modular_skyrat/modules/aesthetics/furniture/bedsheets.dmi delete mode 100644 modular_skyrat/modules/aesthetics/furniture/furniture.dmi delete mode 100644 sound/items/dronedeploy.ogg delete mode 100644 tgui/packages/tgui/interfaces/TimeClock.js delete mode 100644 tgui/packages/tgui/interfaces/common/RankIcon.js diff --git a/.vscode/settings.json b/.vscode/settings.json index 69761b02a..af7daeb66 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -5,5 +5,7 @@ "workbench.editorAssociations": { "*.dmi": "imagePreview.previewEditor" - } -} \ No newline at end of file + }, + "files.eol": "\n", + "files.insertFinalNewline": true, +} diff --git a/_maps/RandomRuins/SpaceRuins/spacehermit.dmm b/_maps/RandomRuins/SpaceRuins/spacehermit.dmm index 31d83c730..25c093c8c 100644 --- a/_maps/RandomRuins/SpaceRuins/spacehermit.dmm +++ b/_maps/RandomRuins/SpaceRuins/spacehermit.dmm @@ -6,11 +6,13 @@ /turf/closed/mineral/random/low_chance, /area/ruin/unpowered) "ac" = ( -/turf/open/floor/plating/asteroid, +/obj/machinery/hydroponics/soil, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "ad" = ( -/obj/machinery/hydroponics/soil, -/turf/open/floor/plating/asteroid, +/obj/structure/table/wood, +/obj/item/shovel, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "ae" = ( /turf/closed/wall/mineral/titanium, @@ -26,9 +28,7 @@ /turf/closed/wall/mineral/titanium, /area/ruin/powered) "ah" = ( -/obj/structure/table/wood, -/obj/item/shovel, -/turf/open/floor/plating/asteroid, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "ai" = ( /obj/structure/lattice, @@ -47,9 +47,10 @@ /turf/closed/wall/mineral/titanium, /area/ruin/powered) "am" = ( -/obj/item/circuitboard/computer/rdconsole, -/obj/item/circuitboard/machine/protolathe/department/science, -/turf/open/floor/plating/asteroid, +/obj/item/seeds/tower, +/obj/item/seeds/tower, +/obj/item/seeds/tower, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "an" = ( /turf/open/floor/mineral/titanium, @@ -91,61 +92,52 @@ /turf/closed/wall/mineral/titanium, /area/ruin/powered) "au" = ( -/obj/item/seeds/tower, -/obj/item/seeds/tower, -/obj/item/seeds/tower, -/turf/open/floor/plating/asteroid, +/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/stack/sheet/mineral/wood, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "av" = ( -/obj/structure/table/wood, -/obj/item/paper/crumpled{ - info = "

So this is it, I guess.. Always thought I'd go out doing something stupid, but.. not like this.
Should anyone find this note, tell Jeremy Clarke he can kiss my ass. Launching the pod unprepared like that..
Well. Now that I'm keeling over here, I guess I should write how I came to be the last one standing here.
Four of us took this pod.. only three of us woke up though.. fourth pod is locked from the inside, we couldn't figure out how to get it open.
Me and the clown set up a farm s'we can survive at least a while.. though, he didn't seem to understand that man cannot live on banana alone.
Had a bunch of circuits on him for some reason when he eventually passed, whispered to me something about a chem dispenser.. I.. don't know what he meant by that. I was never good with machinary. Maybe he wanted space lube?
The assistant that we gave the space suit to go out and find help never came back.. I'm betting he found salvation and left us behind.. never can trust those grubby greytiders." - }, -/obj/item/pen, -/obj/item/bluespace_thread{ - pixel_x = -1; - pixel_y = 1 - }, -/turf/open/floor/plating/asteroid, +/obj/item/twohanded/spear, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "aw" = ( -/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/stack/sheet/mineral/wood, -/turf/open/floor/plating/asteroid, +/obj/item/grown/log, +/obj/item/grown/log, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "ax" = ( -/obj/item/twohanded/spear, -/turf/open/floor/plating/asteroid, -/area/ruin/unpowered) -"ay" = ( -/obj/item/grown/log, -/obj/item/grown/log, -/turf/open/floor/plating/asteroid, -/area/ruin/unpowered) -"az" = ( /obj/structure/table/wood, /obj/item/storage/bag/plants/portaseeder, -/turf/open/floor/plating/asteroid, +/turf/open/floor/plating/asteroid/spacehermit, +/area/ruin/unpowered) +"ay" = ( +/obj/item/flashlight/lamp/bananalamp, +/turf/open/floor/plating/asteroid/spacehermit, +/area/ruin/unpowered) +"az" = ( +/obj/item/seeds/banana, +/obj/item/seeds/banana, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "aA" = ( /turf/open/floor/plating/asteroid/airless, /area/ruin/unpowered) "aB" = ( -/obj/item/seeds/banana, -/obj/item/seeds/banana, -/turf/open/floor/plating/asteroid, -/area/ruin/unpowered) -"aC" = ( /obj/effect/mob_spawn/human/clown/corpse, /obj/structure/fans/tiny/invisible, -/turf/open/floor/plating/asteroid, +/turf/open/floor/plating/asteroid/spacehermit, +/area/ruin/unpowered) +"aC" = ( +/obj/item/mining_scanner, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "aD" = ( -/obj/item/mining_scanner, -/turf/open/floor/plating/asteroid, +/obj/item/circuitboard/computer/rdconsole, +/obj/item/circuitboard/machine/protolathe/department/science, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "aE" = ( /obj/machinery/status_display/shuttle, @@ -153,16 +145,16 @@ /area/ruin/unpowered) "aF" = ( /obj/item/pickaxe/emergency, -/turf/open/floor/plating/asteroid, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "aG" = ( /obj/structure/sink/puddle, -/turf/open/floor/plating/asteroid, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "aH" = ( /obj/structure/table/wood, /obj/item/storage/firstaid/regular, -/turf/open/floor/plating/asteroid, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "aI" = ( /obj/effect/mob_spawn/human/corpse/assistant, @@ -171,17 +163,17 @@ "aJ" = ( /obj/structure/table/wood, /obj/item/storage/bag/ore, -/turf/open/floor/plating/asteroid, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "aK" = ( /obj/structure/reagent_dispensers/fueltank, -/turf/open/floor/plating/asteroid, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "aL" = ( /obj/structure/table/wood, /obj/item/storage/toolbox/mechanical, /obj/item/clothing/head/welding, -/turf/open/floor/plating/asteroid, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "aM" = ( /mob/living/simple_animal/hostile/carp, @@ -189,7 +181,7 @@ /area/template_noop) "aN" = ( /obj/structure/mineral_door/sandstone, -/turf/open/floor/plating/asteroid, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "aO" = ( /mob/living/simple_animal/hostile/carp, @@ -197,17 +189,17 @@ /area/ruin/unpowered) "aP" = ( /obj/item/stack/ore/gold, -/turf/open/floor/plating/asteroid, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "aQ" = ( /obj/item/stack/ore/gold, /obj/item/stack/ore/gold, /obj/item/stack/ore/gold, -/turf/open/floor/plating/asteroid, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "aR" = ( /obj/item/stack/ore/iron, -/turf/open/floor/plating/asteroid, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "aS" = ( /turf/closed/wall/mineral/iron, @@ -215,12 +207,12 @@ "aT" = ( /obj/item/stack/ore/iron, /obj/item/stack/ore/iron, -/turf/open/floor/plating/asteroid, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "aU" = ( /obj/item/flashlight/lamp, /obj/structure/table/wood, -/turf/open/floor/plating/asteroid, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "aV" = ( /obj/item/clothing/suit/space/orange, @@ -255,92 +247,100 @@ /turf/closed/wall/mineral/titanium, /area/ruin/unpowered) "bc" = ( -/obj/item/circuitboard/machine/circuit_imprinter, -/turf/open/floor/plating/asteroid, +/obj/structure/table/wood, +/obj/item/paper/crumpled{ + info = "

So this is it, I guess.. Always thought I'd go out doing something stupid, but.. not like this.
Should anyone find this note, tell Jeremy Clarke he can kiss my ass. Launching the pod unprepared like that..
Well. Now that I'm keeling over here, I guess I should write how I came to be the last one standing here.
Four of us took this pod.. only three of us woke up though.. fourth pod is locked from the inside, we couldn't figure out how to get it open.
Me and the clown set up a farm s'we can survive at least a while.. though, he didn't seem to understand that man cannot live on banana alone.
Had a bunch of circuits on him for some reason when he eventually passed, whispered to me something about a chem dispenser.. I.. don't know what he meant by that. I was never good with machinary. Maybe he wanted space lube?
The assistant that we gave the space suit to go out and find help never came back.. I'm betting he found salvation and left us behind.. never can trust those grubby greytiders." + }, +/obj/item/pen, +/obj/item/bluespace_thread{ + pixel_x = -1; + pixel_y = 1 + }, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "bd" = ( -/obj/item/grown/bananapeel, -/turf/open/floor/plating/asteroid, +/obj/item/circuitboard/machine/circuit_imprinter, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "be" = ( +/obj/item/grown/bananapeel, +/turf/open/floor/plating/asteroid/spacehermit, +/area/ruin/unpowered) +"bf" = ( /obj/effect/mob_spawn/human/corpse/cargo_tech, /obj/structure/fans/tiny/invisible, /obj/effect/decal/cleanable/vomit, -/turf/open/floor/plating/asteroid, -/area/ruin/unpowered) -"bf" = ( -/obj/item/clothing/glasses/meson, -/turf/open/floor/plating/asteroid, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "bg" = ( -/obj/item/stock_parts/matter_bin, -/turf/open/floor/plating/asteroid, +/obj/item/clothing/glasses/meson, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "bh" = ( /obj/item/circuitboard/machine/autolathe, /turf/open/floor/mineral/titanium, /area/ruin/powered) "bi" = ( -/obj/item/stock_parts/manipulator, -/turf/open/floor/plating/asteroid, +/obj/item/stock_parts/matter_bin, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "bj" = ( -/obj/item/holosign_creator/atmos, -/turf/open/floor/plating/asteroid, +/obj/item/stock_parts/manipulator, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "bk" = ( /obj/structure/holosign/barrier/atmos, /turf/open/floor/plating/asteroid, /area/ruin/unpowered) "bl" = ( +/obj/item/holosign_creator/atmos, +/turf/open/floor/plating/asteroid/spacehermit, +/area/ruin/unpowered) +"bm" = ( /obj/machinery/power/floodlight, /obj/structure/cable{ icon_state = "0-2" }, -/turf/open/floor/plating/asteroid, -/area/ruin/unpowered) -"bm" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating/asteroid, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "bn" = ( /obj/structure/cable{ - icon_state = "2-8" + icon_state = "1-4" }, -/turf/open/floor/plating/asteroid, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "bo" = ( /obj/structure/cable{ - icon_state = "1-2" + icon_state = "2-8" }, -/turf/open/floor/plating/asteroid, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "bp" = ( -/obj/item/stack/ore/iron, -/obj/item/stack/ore/iron, -/obj/item/stack/ore/iron, -/turf/open/floor/plating/asteroid, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "bq" = ( +/obj/item/stack/ore/iron, +/obj/item/stack/ore/iron, +/obj/item/stack/ore/iron, +/turf/open/floor/plating/asteroid/spacehermit, +/area/ruin/unpowered) +"br" = ( /obj/structure/cable, /obj/machinery/power/port_gen/pacman{ active = 1; anchored = 1; sheets = 10 }, -/turf/open/floor/plating/asteroid, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) -"br" = ( +"bs" = ( /obj/item/stack/ore/iron, /obj/item/stack/sheet/mineral/plasma, /obj/item/stack/sheet/mineral/plasma, -/turf/open/floor/plating/asteroid, -/area/ruin/unpowered) -"bs" = ( -/obj/item/flashlight/lamp/bananalamp, -/turf/open/floor/plating/asteroid, +/turf/open/floor/plating/asteroid/spacehermit, /area/ruin/unpowered) "bt" = ( /obj/structure/fluff/empty_cryostasis_sleeper, @@ -349,6 +349,9 @@ }, /turf/open/floor/mineral/titanium, /area/ruin/powered) +"bu" = ( +/turf/closed/mineral/random/spacehermit, +/area/ruin/unpowered) (1,1,1) = {" aa @@ -486,11 +489,11 @@ ab ab ab ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu ab ab ab @@ -532,20 +535,20 @@ ab ab ab ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu ab ab ab @@ -581,25 +584,25 @@ aA aA ab ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu ab ab aA @@ -632,27 +635,27 @@ ab aA ab ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu ab ab aA @@ -678,34 +681,34 @@ aa aA ab ab +bu +bu ab ab ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu ab ab aA @@ -729,36 +732,36 @@ aa aa aA ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu ae af ae -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu ab ab aA @@ -781,37 +784,37 @@ aa aa aA ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu af aq af -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu ab ab aA @@ -833,38 +836,38 @@ aa aA aA ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu ae ae ao ae ae -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu ab aA aa @@ -886,37 +889,37 @@ aA aA ab ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu af an an an af -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu ab ab aA @@ -938,24 +941,24 @@ aA aA aA ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu ae ae bh @@ -963,13 +966,13 @@ an an ae aZ -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu ab aA aa @@ -990,24 +993,24 @@ aA aA aA ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu af aY ao @@ -1015,13 +1018,13 @@ ao ao ak ba -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu ab aA aa @@ -1042,24 +1045,24 @@ aA aA aA ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu al aj ap @@ -1067,13 +1070,13 @@ an as aj aE -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu ab aA aa @@ -1094,24 +1097,24 @@ aA aA aA ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu af bt ao @@ -1119,13 +1122,13 @@ ao ao bt ba -ac -ab -ab -ab -ab -ab -ab +ah +bu +bu +bu +bu +bu +bu ab aA aa @@ -1146,23 +1149,23 @@ aA aA ab ab -ab -ab -ab -ab -ab -ab -ab -ah -az -ab -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu +ad +ax +bu +bu +bu +bu +bu +bu +bu +bu aR ae ae @@ -1171,13 +1174,13 @@ an an ae aZ -ac -ab -ab -ab -ab -ab -ab +ah +bu +bu +bu +bu +bu +bu ab aA aM @@ -1197,24 +1200,24 @@ aa aA aA ab -ab -ab -ab -ab -ab -ab -ab -ab -ac -ac -ab -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu +bu +ah +ah +bu +bu +bu +bu +bu +bu +bu +bu aR ag ag @@ -1223,13 +1226,13 @@ ar af at bb -ac -ab -ab -ab -ab -ab -ab +ah +bu +bu +bu +bu +bu +bu ab aA aa @@ -1249,39 +1252,39 @@ aa aA aA ab -ab -ab -ab -ab -ab -ab -ab -ad +bu +bu +bu +bu +bu +bu +bu ac -ac -ac -ac -ab +ah +ah +ah +ah +bu aH aJ aL -ab -ab +bu +bu aT -ac -ac -ac -ac -ac -ac -ac +ah +ah +ah +ah +ah +ah +ah aR -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu ab aA aa @@ -1301,39 +1304,39 @@ aA aA ab ab -ab -ab -ab -ab -ab -ab -ab -ad -au +bu +bu +bu +bu +bu +bu +bu ac -aB am -ac -ac -ac -ac -ab -ab -ac -ac -ac -ac -ac -ac -ac -ac -bg -ab -ab -ab -ab -ab -ab +ah +az +aD +ah +ah +ah +ah +bu +bu +ah +ah +ah +ah +ah +ah +ah +ah +bi +bu +bu +bu +bu +bu +bu ab aA aa @@ -1352,40 +1355,40 @@ aa aA aA ab -ab -ab -ab -ab -ab -ab -ab -ab -ad -aw -bs -aC +bu +bu +bu +bu +bu +bu +bu +bu ac -ac -ac -ac -ac -ab -ab -ab -ac -ac -ac -ac -ac -ac -ac -ab -ab -ab -ab -ab -ab -ab +au +ay +aB +ah +ah +ah +ah +ah +bu +bu +bu +ah +ah +ah +ah +ah +ah +ah +bu +bu +bu +bu +bu +bu +bu ab aA aa @@ -1404,40 +1407,40 @@ aa aA aA ab -ab -ab -ab -ab -ab -ab -ab -ab -ad -ax +bu +bu +bu +bu +bu +bu +bu +bu ac -aD +av +ah +aC aF -ac -ac -ac -ab -ab -ab +ah +ah +ah +bu +bu +bu aU -bd -ac -ac -bl +be +ah +ah bm -ac -ac -ab -ab -ab -ab -ab -ab -ab +bn +ah +ah +bu +bu +bu +bu +bu +bu +bu ab aA aa @@ -1456,39 +1459,39 @@ aa aA aA ab -ab -ab -ab -ab -ab -ab -ab -ab -ad -ay -ac -ac +bu +bu +bu +bu +bu +bu +bu +bu ac +aw +ah +ah +ah aG -ac -ac -ab -ab -ab -av -be -ac -ac -ac -bn +ah +ah +bu +bu +bu +bc +bf +ah +ah +ah bo -bo -bq -ab -ab -ab -ab -ab +bp +bp +br +bu +bu +bu +bu +bu ab ab aA @@ -1508,39 +1511,39 @@ aa aA ab ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ac -ac -ac -ac -ac -ac -ac -ab -ab -ab -bc -bf -ac -ac -ac -ac -ac -ac -br -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu +bu +bu +ah +ah +ah +ah +ah +ah +ah +bu +bu +bu +bd +bg +ah +ah +ah +ah +ah +ah +bs +bu +bu +bu +bu +bu ab aA aa @@ -1559,39 +1562,39 @@ aa aA aA ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ac -ab -ac -ac -ac -ac -ac -ab -ab -ac -ac -ac -ac -ac -ac -ac -ac -ac -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +ah +bu +ah +ah +ah +ah +ah +bu +bu +ah +ah +ah +ah +ah +ah +ah +ah +ah +bu +bu +bu +bu ab ab aA @@ -1611,39 +1614,39 @@ aa aA ab ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ac -ac -ac -ac -ac +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +ah +ah +ah +ah +ah aN -ac -ac -ac -ac +ah +ah +ah +ah aR -ac -ac -ac -ac -ab -ab -ab -ab -ab +ah +ah +ah +ah +bu +bu +bu +bu +bu ab aA aa @@ -1662,39 +1665,39 @@ aa aa aA ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ac -ac -ac -ab -ab -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ac -ab -ab +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +ah +ah +ah +bu +bu +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +ah +bu +bu ab ab aa @@ -1715,38 +1718,38 @@ aa aA ab ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu aK -ab -ab -ac -ac -ac -ac -ac -ac -ac -bp -ac -ac +bu +bu +ah +ah +ah +ah +ah +ah +ah +bq +ah +ah aR -ab -ab +bu +bu ab aA aa @@ -1767,38 +1770,38 @@ aa aa aA ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu aP -ac -ac -ac -ac -ac -ac -ac -ac -ac +ah +ah +ah +ah +ah +ah +ah +ah +ah aR -ab -ab +bu +bu ab aA aa @@ -1819,38 +1822,38 @@ aa aa aA ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu aQ aP -ac -ac +ah +ah aR -ac -ac -ac -ac -ab -ac -ab -ab +ah +ah +ah +ah +bu +ah +bu +bu ab aA aa @@ -1871,37 +1874,37 @@ aa aa aA ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ac -ac -ac -ac +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +ah +ah +ah +ah aP -ac -bg -ab -ab -ab +ah +bi +bu +bu +bu ab ab aa @@ -1925,35 +1928,35 @@ aA ab ab ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ac -ac -ac -ac -ac -ac +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +ah +ah +ah +ah +ah +ah aS -ab -ab -ab +bu +bu +bu ab aA aa @@ -1977,35 +1980,35 @@ aa aA aA ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -bg -ac -ac -ac -ac -ac +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bi +ah +ah +ah +ah +ah aS -ab -ab -ab +bu +bu +bu ab aA aa @@ -2030,34 +2033,34 @@ aa aA ab ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ac -ac -bj -ac -ac -ac +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +ah +ah +bl +ah +ah +ah aS -ab -ab -ab +bu +bu +bu ab aA aa @@ -2083,32 +2086,32 @@ aa aA ab ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu ab aS -bi -ac -ac -ac +bj +ah +ah +ah aS aS -ab -ab +bu +bu ab ab aA @@ -2135,32 +2138,32 @@ aM aa aA ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu ab ab ab aS -ac -ac -ac -ac +ah +ah +ah +ah aS aS -ab -ab +bu +bu ab aA aa @@ -2188,18 +2191,18 @@ aa aA ab ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu ab ab aA @@ -2241,17 +2244,17 @@ aA aA ab ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu ab aA aA @@ -2294,16 +2297,16 @@ aA aA ab ab -ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu +bu +bu +bu ab aA aA @@ -2347,15 +2350,15 @@ aA aA ab ab -ab -ab -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu +bu +bu ab aA aa @@ -2400,14 +2403,14 @@ aA aA ab ab -ab -ab -ab -ab -ab -ab -ab -ab +bu +bu +bu +bu +bu +bu +bu +bu ab ab ab diff --git a/_maps/layeniastation.json b/_maps/layeniastation.json index 2e8733ec0..a96da004b 100644 --- a/_maps/layeniastation.json +++ b/_maps/layeniastation.json @@ -10,16 +10,8 @@ }, "traits":[ { - "Up": 1, "Gravity":true, - "Baseturf":"/turf/open/chasm/cloud", - "Linkage" : "Cross" - }, - { - "Down": -1, - "Gravity":true, - "Baseturf":"/turf/open/transparent/openspace", - "Linkage" : "Cross" + "Baseturf":"/turf/open/chasm/cloud" } ] } diff --git a/_maps/map_files/LayeniaStation/LayeniaStation.dmm b/_maps/map_files/LayeniaStation/LayeniaStation.dmm index ecad56ab6..585258c84 100644 --- a/_maps/map_files/LayeniaStation/LayeniaStation.dmm +++ b/_maps/map_files/LayeniaStation/LayeniaStation.dmm @@ -1,187 +1,306 @@ //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/effect/turf_decal/stripes/line{ +/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{ dir = 4 }, /obj/effect/turf_decal/stripes/line{ dir = 8 }, -/obj/structure/fence/door{ +/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{ dir = 4 }, -/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{ +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/structure/railing{ - dir = 8 +/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/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/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, /obj/structure/cable{ icon_state = "1-2" }, -/turf/open/floor/plasteel, -/area/engine/engineering) -"aah" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/security/range) +/mob/living/simple_animal/pet/cat{ + name = "Stray Maintenance Cat" + }, +/turf/open/floor/plating, +/area/maintenance/fore) "aai" = ( -/obj/structure/railing{ - dir = 8 +/obj/machinery/atmospherics/components/unary/outlet_injector/on{ + dir = 8; + volume_rate = 200 }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/mob/living/carbon/monkey{ + desc = "When the candle is lit, you know the burn is good."; + name = "Candle" }, -/obj/structure/ladder, -/obj/effect/turf_decal/sand/plating{ - icon_state = "sandyplating_red"; - name = "crimson plating" - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) +/turf/open/floor/engine/vacuum, +/area/engine/engineering) "aaj" = ( -/obj/machinery/camera/autoname{ - dir = 4 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" }, -/turf/open/transparent/openspace, -/area/medical/medbay/upper) +/mob/living/simple_animal/parrot/Poly, +/turf/open/floor/wood, +/area/crew_quarters/heads/chief) "aak" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/obj/structure/flora/junglebush, +/obj/structure/flora/grass/jungle/b, +/obj/structure/window/reinforced{ + dir = 8 }, -/obj/effect/turf_decal/sand/plating{ - icon_state = "sandyplating_red"; - name = "crimson plating" +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) +/mob/living/simple_animal/butterfly, +/turf/open/floor/grass, +/area/crew_quarters/dorms) "aal" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" +/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" + }, +/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 = "2-8" + icon_state = "0-2" }, -/turf/open/floor/plating, -/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" = ( -/turf/open/floor/plasteel/stairs/medium{ - dir = 4; - icon_state = "stairs_darkfull_m"; - name = "dark medium" - }, -/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{ +/mob/living/simple_animal/pet/dog/corgi/Ian{ 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 +/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/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" + areastring = "/area/hallway/primary/port"; + dir = 1; + name = "Port Hall APC"; + pixel_y = 26 }, /obj/structure/cable{ icon_state = "0-2" }, -/turf/open/floor/plasteel/airless/solarpanel{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 +/mob/living/simple_animal/pet/cat{ + name = "Stray Maintenance Cat" }, -/area/layenia) +/turf/open/floor/plating, +/area/maintenance/starboard) +"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{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) "aaw" = ( -/obj/structure/fence{ +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/turf/open/indestructible/layenia/crystal, -/area/layenia) +/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/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) "aax" = ( -/obj/structure/fence/cut/medium{ - dir = 4 +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" }, -/turf/open/indestructible/layenia/crystal, +/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) "aay" = ( /obj/effect/turf_decal/loading_area{ @@ -197,31 +316,38 @@ /obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel/layenia, /area/layenia) -"aaA" = ( +"aaz" = ( /obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" }, -/obj/effect/turf_decal/stripes/corner{ +/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/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" +/turf/open/floor/plasteel/layenia, +/area/layenia) +"aaA" = ( +/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" +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" }, -/obj/structure/cable{ - icon_state = "4-8" +/obj/effect/turf_decal/stripes/corner{ + dir = 8 }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/science/misc_lab) +/turf/open/floor/plasteel/layenia, +/area/layenia) "aaB" = ( /obj/effect/turf_decal/loading_area{ dir = 6; @@ -238,137 +364,295 @@ }, /turf/open/floor/plasteel/layenia, /area/layenia) -"aaE" = ( -/obj/structure/fence/corner{ +"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{ dir = 4 }, -/turf/open/indestructible/layenia/crystal, +/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, /area/layenia) "aaF" = ( -/obj/structure/cable{ - icon_state = "2-4" +/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{ + 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/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) +"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 = 8 + }, +/turf/open/floor/plasteel/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, /obj/effect/turf_decal/stripes/corner{ dir = 8 }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"aaG" = ( -/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) -"aaH" = ( -/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) -"aaI" = ( -/obj/structure/railing{ - dir = 1 - }, /obj/structure/railing{ dir = 8 }, -/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, +/turf/open/floor/plasteel/layenia, /area/layenia) "aaU" = ( -/obj/machinery/holopad, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" +/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" +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" }, -/obj/structure/cable{ - icon_state = "4-8" +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole_alt" - }, -/area/science/misc_lab) +/obj/effect/turf_decal/caution/stand_clear, +/turf/open/floor/plasteel/layenia, +/area/layenia) "aaV" = ( -/obj/structure/fence, -/turf/open/indestructible/layenia/crystal, +/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, /area/layenia) "aaX" = ( /obj/effect/turf_decal/loading_area{ @@ -384,49 +668,1357 @@ /turf/open/floor/plasteel/layenia, /area/layenia) "aaY" = ( -/obj/effect/turf_decal/sand{ - icon_state = "sandyfloor_red"; - name = "crimson sand" +/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/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/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" + }, +/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) +"abh" = ( +/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/cloudlayer) +"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/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/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) +"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) +"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) -"abe" = ( -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"abh" = ( -/obj/structure/chair/wood{ +"acG" = ( +/obj/effect/turf_decal/stripes/line{ dir = 8 }, -/turf/open/floor/carpet, -/area/chapel/main) -"abi" = ( -/obj/structure/table, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/turf/open/floor/plasteel/dark{ - dir = 1; - icon_state = "darkfull_plate" - }, -/area/hallway/primary/fore) -"abp" = ( -/obj/structure/chair/stool, /obj/structure/cable{ - icon_state = "4-8" + icon_state = "0-2" }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"abq" = ( -/obj/structure/chair/stool, +/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" @@ -441,85 +2033,10220 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/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" +/turf/open/floor/plating, +/area/maintenance/starboard/central) +"acV" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"abs" = ( -/obj/structure/lattice/catwalk, +/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/asteroid/layenia, +/turf/open/floor/plating/layenia, /area/layenia) -"abt" = ( +"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/turf_decal/sand/plating{ - icon_state = "sandyplating_red"; - name = "crimson plating" +/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/cave) -"abu" = ( -/obj/structure/table, +/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" }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"abw" = ( -/obj/structure/table, -/obj/item/storage/toolbox/mechanical{ - pixel_x = -2; +/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/crew_quarters/locker) -"aby" = ( +/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/locker) -"abz" = ( -/obj/structure/disposalpipe/segment{ +/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{ - icon_state = "steel_decals_central6_corner"; - name = "maintenance hatch" + dir = 1; + icon_state = "drain"; + name = "drain" }, -/obj/effect/turf_decal/tile/yellow{ - dir = 6 +/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" + }, +/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{ + 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/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 + }, +/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 = 6; + 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) -"abA" = ( +"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/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/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 + }, +/obj/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" + }, +/area/crew_quarters/locker) +"bCe" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/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"; + 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; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/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" = ( /obj/structure/closet/secure_closet/freezer{ name = "fridge" }, @@ -543,349 +12270,28 @@ dir = 5 }, /area/science/research) -"abB" = ( -/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/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" - }, +"bKS" = ( /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/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/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{ - 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"; +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/hos) +"bKV" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ dir = 8; - name = "Port Quarter Maintenance APC"; - pixel_x = -25; - pixel_y = 1 + name = "air vent" }, -/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; +/turf/open/floor/wood, +/area/library) +"bLk" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Cargo Bay Maintenance"; 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) -"acn" = ( -/obj/structure/lattice/catwalk, -/obj/item/stack/cable_coil/random, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"aco" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/structure/table/glass, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"acr" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, @@ -895,1183 +12301,297 @@ /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/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/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 = 10 + dir = 8 }, -/turf/open/floor/plasteel/dark{ - dir = 8; - icon_state = "darkfull_plate" +/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" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/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{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, -/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" = ( +/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 = 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" +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"bMd" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 }, -/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, +/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) -"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, +"bMh" = ( /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{ +/turf/open/floor/plasteel, +/area/science/research) +"bMk" = ( +/obj/effect/turf_decal/caution/stand_clear{ dir = 8 }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/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 }, -/area/security/brig) -"aeU" = ( +/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 = 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) -"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{ +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, /obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" }, -/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 +/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/security/main/upper) -"afl" = ( +/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" + }, +/area/security/brig) +"bNL" = ( +/obj/machinery/pool/drain, +/turf/open/pool, +/area/crew_quarters/fitness/pool) +"bNM" = ( +/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/fore) +"bNR" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel/dark, +/area/science/research) +"bOo" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) +"bOZ" = ( +/obj/machinery/door/firedoor, +/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) +"bPa" = ( /obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, /obj/item/paper_bin{ pixel_x = 1; pixel_y = 9 @@ -2080,1219 +12600,723 @@ 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 }, -/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{ +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"bPS" = ( +/obj/structure/railing, +/turf/open/floor/plasteel/stairs/medium{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +/area/chapel/main) +"bPW" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 }, -/obj/effect/turf_decal/tile/neutral{ +/obj/effect/turf_decal/tile/blue{ 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/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"bQb" = ( +/obj/item/reagent_containers/rag/towel, +/obj/effect/decal/cleanable/cobweb{ + icon_state = "cobweb2" }, -/turf/open/floor/plasteel, -/area/hallway/primary/central/upper) -"afq" = ( -/obj/machinery/computer/security{ - dir = 1 +/turf/open/floor/plasteel/freezer, +/area/security/prison) +"bQf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/red{ - dir = 6 +/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" }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_plate" +/obj/structure/cable{ + icon_state = "1-2" }, -/area/security/brig/upper) -"afr" = ( -/obj/machinery/computer/secure_data{ - dir = 1 +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/structure/table/reinforced, -/obj/effect/turf_decal/tile/red{ - dir = 6 +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bRd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/open/floor/wood{ + icon_state = "wood-broken4" }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_plate" +/area/maintenance/fore) +"bRi" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "test chamber blast door" }, -/area/security/brig/upper) -"afs" = ( -/obj/structure/table/reinforced, -/obj/item/radio/intercom{ - name = "Station Intercom (General)" +/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 }, /obj/machinery/light{ dir = 4; pixel_x = 7 }, -/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) -"afu" = ( -/obj/effect/turf_decal/loading_area{ - color = "#55391A"; - dir = 4; - icon_state = "siding_wood_line"; - name = "wood" - }, -/obj/structure/sign/painting/library{ - pixel_y = 28 - }, -/obj/structure/window{ - dir = 4 - }, -/turf/open/floor/wood{ - icon_state = "wood_parquet"; - name = "parquet" - }, -/area/crew_quarters/dorms/upper) -"afv" = ( -/obj/structure/sign/painting/library{ - pixel_x = -25 - }, -/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/machinery/dryer{ - pixel_y = 26 - }, -/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/effect/turf_decal/tile/blue{ - dir = 8 - }, -/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/layenia/cave) -"afC" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/machinery/airalarm{ +/turf/open/floor/plasteel{ dir = 8; - pixel_x = 24 + icon_state = "floor_plate" }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/fitness/pool) -"afD" = ( -/obj/item/storage/box/bodybags{ +/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/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; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/science/mixing) -"afQ" = ( -/obj/structure/lattice, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"afS" = ( -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/machinery/dryer{ - dir = 8; - pixel_x = 10; - pixel_y = 3 - }, -/turf/open/floor/plasteel, -/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/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/plasteel{ - icon_state = "floor_plate" - }, -/area/crew_quarters/theatre) -"agg" = ( -/obj/structure/chair/office/light{ - dir = 1 +/obj/item/flashlight/lamp/green{ + on = 0; + pixel_x = -6; + pixel_y = -2 }, /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" + id = "hos"; + name = "HoS Office Shutters"; + pixel_y = -25 }, -/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{ +/obj/effect/turf_decal/loading_area{ dir = 1; - icon_state = "plaswhite_plate" + icon_state = "drain"; + name = "drain" }, -/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{ +/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 = "floor_plate" + icon_state = "drain"; + name = "drain" }, -/area/hallway/primary/central/upper) -"agr" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ +/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{ + 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{ dir = 4 }, -/obj/machinery/door/airlock/maintenance{ +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"bTV" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/green, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/turf/open/floor/plasteel/white/side{ + dir = 8 + }, +/area/medical/virology) +"bUj" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/loading_area{ dir = 8; - name = "Art Atrium Maintenance; - req_access_txt = "12" + icon_state = "drain"; + name = "drain" }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box{ + pixel_x = -2; + pixel_y = 2 }, -/area/artatrium) -"ags" = ( +/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{ + 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, +/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/maintenance/fore) +"bWI" = ( +/obj/machinery/field/generator, +/turf/open/floor/plating, +/area/engine/break_room) +"bWN" = ( +/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" + }, +/obj/machinery/atmospherics/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/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/dark, +/area/security/checkpoint/supply) +"bWT" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + 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 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"bWX" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"bXr" = ( +/obj/machinery/atmospherics/pipe/simple/supply/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) +"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, -/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/plasteel/white, +/area/medical/chemistry) +"bXB" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/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{ +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"bXD" = ( +/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/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; + dir = 4; 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{ - icon_state = "floor_trim" - }, -/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, +/area/hallway/secondary/exit) +"bXI" = ( /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) -"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/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/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 +/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" }, -/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/construction/mining/aux_base) -"ahT" = ( -/obj/effect/turf_decal/stripes/box, /obj/structure/railing, -/turf/open/floor/plating/layenia, +/turf/open/floor/plasteel/dark/airless, /area/layenia) -"ahU" = ( -/obj/structure/railing, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"ahV" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/structure/table, -/obj/item/restraints/handcuffs, -/turf/open/floor/plasteel/dark, -/area/security/range) -"ahY" = ( -/obj/structure/railing{ - dir = 8 - }, -/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" - }, -/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) -"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" - }, -/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 - }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/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 = "1-2" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, +"bXX" = ( +/obj/machinery/rnd/experimentor, +/turf/open/floor/engine, /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-2" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"ajn" = ( -/obj/structure/window/reinforced, -/obj/effect/turf_decal/tile/red{ - dir = 5 - }, -/obj/machinery/camera/autoname{ +"bYh" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ 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" - }, -/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 - }, -/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 +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"bYt" = ( +/turf/open/floor/plasteel{ + icon_state = "floor_plate" }, -/obj/machinery/light{ +/area/quartermaster/storage) +"bYD" = ( +/obj/machinery/door/airlock{ dir = 4; - pixel_x = 7 + name = "Crematorium"; + req_access_txt = "27" }, -/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/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; + dir = 4; name = "scrubbers pipe" }, -/obj/effect/turf_decal/loading_area{ - color = "#55391A"; - icon_state = "siding_wood_corner"; - name = "wood corner" +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"bYE" = ( +/obj/structure/table/wood, +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/open/floor/wood{ - icon_state = "wood_tile"; - name = "tile" - }, -/area/crew_quarters/heads/hop) -"alH" = ( -/obj/structure/railing{ +/obj/item/toy/figure/hos, +/turf/open/floor/carpet/red, +/area/crew_quarters/heads/hos) +"bYF" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 4 }, +/obj/machinery/atmospherics/pipe/layer_manifold, +/turf/open/floor/plasteel, +/area/science/mixing) +"bYP" = ( +/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, +/area/medical/sleeper) +"bYX" = ( +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 10; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer3{ + name = "air supply pipe" + }, +/obj/structure/disposalpipe/junction/flip{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"bZp" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, @@ -3300,15 +13324,460 @@ 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) -"alM" = ( -/obj/structure/falsewall/reinforced, +"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" + }, /turf/open/floor/plating, /area/maintenance/fore) -"alS" = ( -/obj/machinery/door/airlock/security/glass{ - dir = 1; - name = "Equipment Room"; +"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"; req_access_txt = "1" }, /obj/machinery/door/firedoor, @@ -3318,755 +13787,2858 @@ /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) -"alW" = ( -/obj/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/aft/upper) -"amf" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 9 - }, +/area/security/checkpoint/auxiliary) +"cgZ" = ( /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/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/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_plate" + icon_state = "floor_trim" }, -/area/hallway/primary/port/upper) -"amg" = ( +/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{ - 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/box, +/turf/open/floor/plasteel{ + dir = 4; + icon_plating = "floor"; + icon_state = "floor_whole" }, -/turf/open/floor/plating, -/area/maintenance/department/engine/upper) -"amh" = ( -/obj/structure/railing{ - dir = 1 +/area/crew_quarters/fitness/pool) +"ciE" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 }, -/obj/effect/turf_decal/stripes/end{ - dir = 1 - }, -/obj/structure/railing{ +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"amn" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/turf/open/floor/plasteel/dark{ - dir = 8; - icon_state = "darkfull_plate" - }, -/area/crew_quarters/bar) -"amq" = ( -/obj/structure/closet/crate, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/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" +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, /obj/structure/cable{ icon_state = "2-4" }, -/turf/open/floor/wood, -/area/library) -"amz" = ( -/obj/machinery/door/airlock/maintenance{ +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ dir = 8; - name = "Maintenance Access"; - req_access_txt = "12" + name = "air supply pipe" }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; + name = "scrubbers pipe" }, -/area/crew_quarters/theatre) -"amB" = ( -/obj/machinery/power/solar_control{ - id = "auxsolareast"; - name = "Port Bow Solar Control" - }, -/obj/structure/cable{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"amE" = ( -/turf/open/floor/wood{ - icon_state = "wood_tile"; - name = "tile" - }, -/area/barber) -"amL" = ( -/obj/effect/turf_decal/stripes/line{ +/turf/open/floor/plasteel/dark/side{ dir = 8 }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/engine/atmos) -"amN" = ( -/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, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole_alt" - }, -/area/hallway/primary/fore) -"amR" = ( +/area/security/main) +"ciF" = ( /obj/structure/cable{ - icon_state = "1-2" + 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" }, -/turf/open/floor/plating, -/area/maintenance/solars/starboard/fore) -"amU" = ( -/obj/machinery/vending/kink, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/obj/effect/turf_decal/tile/red{ + dir = 1 }, -/area/crew_quarters/locker) -"amW" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 6 - }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/structure/table, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/central/upper) -"ana" = ( -/obj/structure/sign/warning/vacuum/external{ - pixel_x = 32 - }, -/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 = "scrubbers pipe" - }, -/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/effect/turf_decal/tile/red{ + dir = 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{ - 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/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 = "2-8" + 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/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/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/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, +/area/security/vacantoffice/a) +"cjw" = ( /obj/effect/turf_decal/loading_area{ dir = 4; - icon_state = "drain_corner"; + 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, +/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, -/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 - }, +/area/security/prison) +"cjY" = ( /obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" }, -/turf/open/floor/grass, -/area/hallway/primary/port/fore) -"aoJ" = ( -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ +/obj/item/reagent_containers/glass/bucket, +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 + }, +/obj/structure/railing{ dir = 8 }, -/turf/open/floor/plasteel/dark, -/area/crew_quarters/dorms/upper) -"aoN" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 +/turf/open/floor/plating/asteroid/layenia/garden, +/area/security/prison) +"cjZ" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ +/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; - name = "air supply pipe" + pixel_x = -7 }, -/obj/structure/cable{ - icon_state = "1-8" +/turf/open/floor/plasteel/white/corner{ + dir = 1 }, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" +/area/hallway/secondary/entry) +"ckh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 4 }, -/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{ +/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; - name = "scrubbers pipe" + icon_state = "steel_panel"; + name = "steel pannel" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ +/obj/machinery/camera{ + c_tag = "Prison Common Room 4"; dir = 8; - name = "air supply pipe" + 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" }, -/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/item/electronics/apc, -/obj/item/electronics/apc{ - pixel_x = 3; - pixel_y = 3 - }, -/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{ - dir = 1; - icon_state = "drain_corner"; - name = "drain" - }, -/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 - }, -/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" }, +/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/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/security/visitation) -"aqC" = ( -/obj/machinery/camera{ - c_tag = "Central Primary Hallway South"; - dir = 1 - }, -/obj/structure/chair/bench/metal/left, -/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) -"aqD" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ +/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" }, -/obj/structure/disposalpipe/junction/yjunction{ - dir = 2 +/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, -/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" +/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/item/storage/box/lights/mixed{ +/obj/machinery/door/firedoor, +/turf/open/floor/plating, +/area/medical/chemistry) +"cmQ" = ( +/obj/structure/table, +/obj/item/paper_bin{ pixel_x = -3; - pixel_y = 5 + 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) -"aqU" = ( -/obj/structure/table/wood, -/obj/item/nullrod, -/obj/item/book/granter/spell/smoke{ - name = "Mysterious Old Book of Cloud-Chasing" +"col" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 }, -/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/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 = 16 + 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) -"aqZ" = ( -/obj/structure/chair/sofa{ +"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 }, -/turf/open/floor/carpet, -/area/hallway/secondary/entry/upper) -"arc" = ( +/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/structure/disposalpipe/segment{ - dir = 4 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" }, -/turf/open/floor/plasteel/dark, -/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/engine/break_room) -"arw" = ( -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"arB" = ( -/obj/structure/railing{ +/turf/open/floor/plasteel/dark/side{ 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" = ( +/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/red, -/obj/structure/chair{ +/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/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, -/area/quartermaster/mail) -"asl" = ( -/obj/machinery/door/firedoor, -/obj/effect/turf_decal/tile/yellow{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel/dark/side{ dir = 8 }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 +/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/scrubbers/hidden{ - dir = 4 +/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) -"asm" = ( -/obj/structure/reagent_dispensers/watertank/high, -/obj/effect/turf_decal/bot_white, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +"csu" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" }, -/area/security/prison) -"asn" = ( -/obj/effect/turf_decal/tile/red, -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ +/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 vent" + name = "air supply pipe" }, -/turf/open/floor/plasteel, -/area/security/brig/upper) -"asu" = ( -/obj/structure/window/reinforced{ - dir = 4 +/turf/open/floor/wood, +/area/library) +"csK" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ + dir = 8 }, -/obj/structure/table/reinforced, -/obj/item/destTagger, -/obj/item/hand_labeler{ +/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 }, -/turf/open/floor/plasteel, -/area/quartermaster/sorting) -"asN" = ( -/turf/open/floor/plasteel/dark{ +/obj/item/seeds/harebell, +/obj/machinery/light/small{ dir = 8; - icon_state = "darkfull_plate" + pixel_x = -7 }, -/area/hallway/primary/fore/upper) -"asS" = ( +/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 + }, +/obj/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) +"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" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"cwP" = ( +/obj/effect/turf_decal/stripes/line{ + 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" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/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/crew_quarters/bar) -"asV" = ( +/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 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/lattice/catwalk, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"cMZ" = ( +/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/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 }, @@ -4081,452 +16653,291 @@ dir = 5 }, /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; - icon_state = "darkfull_trim" - }, -/area/security/visitation) -"ata" = ( -/obj/structure/railing, -/obj/structure/railing{ +"cUa" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/dropper, +/obj/structure/window/reinforced{ dir = 8 }, -/obj/effect/turf_decal/tile/red{ - dir = 6 +/obj/machinery/camera{ + c_tag = "Genetics Research"; + dir = 10; + network = list("ss13","medbay") }, -/obj/effect/turf_decal/tile/red{ +/turf/open/floor/plasteel/white, +/area/medical/genetics) +"cUh" = ( +/obj/machinery/vending/coffee, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_plate" +/obj/structure/cable{ + icon_state = "1-8" }, -/area/security/brig/upper) -"atd" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; + dir = 9; name = "scrubbers pipe" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; + dir = 9; name = "air supply pipe" }, -/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; + dir = 6; icon_state = "steel_panel"; name = "steel pannel" }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/blue{ - dir = 1 +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "steel_panel"; + name = "steel pannel" }, -/turf/open/floor/plasteel/dark/corner{ +/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 }, -/area/bridge) -"ato" = ( -/obj/structure/chair/bench/metal/right{ - dir = 4 - }, -/obj/machinery/light{ - pixel_y = -1 +/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 = 6 + dir = 4 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=ArrivalsNorth"; + location = "Lockers" }, /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" +/area/hallway/primary/port/fore) +"cUH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/effect/turf_decal/loading_area{ - color = "#55391A"; - dir = 8; - icon_state = "siding_wood_corner"; - name = "wood corner" +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, -/area/security/prison) -"atz" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 5 +/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{ - 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{ - dir = 4; icon_state = "floor_plate" }, -/area/hallway/primary/fore/upper) -"atB" = ( +/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 + }, +/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/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; +/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/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" - }, +/turf/open/floor/plasteel/dark, /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/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{ +"cXx" = ( +/obj/machinery/camera{ + c_tag = "Tech Storage South"; 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{ +/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/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 = "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" - }, -/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) -"awx" = ( -/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) -"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, -/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 }, @@ -4537,143 +16948,694 @@ /obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/machinery/airalarm{ - pixel_y = 23 - }, /turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"awS" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 +/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 }, -/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" +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/conveyor{ + id = "QMLoad" }, /turf/open/floor/plating, -/area/maintenance/fore) -"axe" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 +/area/quartermaster/storage) +"cYu" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 }, -/turf/open/floor/plasteel, -/area/science/circuit) -"axk" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 9 +/obj/effect/turf_decal/tile/blue{ + dir = 8 }, /obj/effect/turf_decal/loading_area{ - dir = 1; + dir = 8; icon_state = "drain"; name = "drain" }, -/obj/structure/table, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" +/turf/open/floor/plasteel/cafeteria, +/area/security/prison) +"cYy" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" }, -/area/hallway/primary/central/upper) -"axm" = ( +/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/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; +/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, +/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/chasm/cloud, +/area/layenia/cloudlayer) +"dce" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/security/range) +"dcm" = ( +/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) +"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, +/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" + }, +/area/science/research) +"dcS" = ( +/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/sleeper) +"dcT" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/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 + }, +/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" + }, +/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) +"ddr" = ( +/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/manifold/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{ + 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, +/area/medical/sleeper) +"ddG" = ( +/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_plate" + }, +/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 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/fitness) +"ddP" = ( +/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) +"ddQ" = ( +/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) +"deG" = ( +/obj/machinery/door/poddoor/incinerator_atmos_main{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/red, +/turf/open/floor/engine/vacuum, +/area/maintenance/disposal/incinerator) +"deU" = ( +/obj/structure/table/reinforced, +/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/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" + }, +/turf/open/floor/plasteel/dark, +/area/security/range) +"dfd" = ( +/obj/structure/filingcabinet/employment, +/turf/open/floor/wood, +/area/lawoffice) +"dfg" = ( +/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" + }, +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet/restrooms) +"dfh" = ( +/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/dark/side{ + dir = 4 + }, +/area/chapel/main) +"dft" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/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{ + 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; + name = "air supply pipe" + }, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/hop) +"dfW" = ( +/obj/machinery/porta_turret/ai{ + dir = 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, +/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" + }, +/turf/open/floor/plasteel/dark, +/area/security/main) +"dge" = ( +/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) +"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/plasteel/dark, +/area/ai_monitored/security/armory) +"dgI" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/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" + }, /obj/structure/cable{ icon_state = "4-8" }, -/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/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{ +/area/quartermaster/miningdock) +"dgR" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ 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" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai) +"dgT" = ( /obj/item/clothing/suit/armor/bulletproof{ pixel_x = -3; pixel_y = 3 @@ -4710,21443 +17672,84 @@ 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) -"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/plating, -/area/maintenance/solars/starboard/fore) -"ayQ" = ( -/obj/effect/turf_decal/tile/red{ - dir = 9 - }, -/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/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; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark{ - dir = 8; - icon_state = "darkfull_plate" - }, -/area/hallway/primary/fore) -"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 - }, -/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/central) -"aAu" = ( -/obj/machinery/door/airlock/public/glass{ - name = "Diner" - }, -/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) -"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/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) -"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) -"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) -"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) -"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) -"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) -"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, -/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 = "Medbay"; - 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/machinery/atmospherics/pipe/manifold/general/visible{ + 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" + }, +/obj/machinery/door/firedoor, +/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) +"dhH" = ( /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) +/turf/open/indestructible/concrete, +/area/layenia/cloudlayer) "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 +/obj/machinery/computer/atmos_control{ + dir = 8 }, -/turf/open/floor/carpet, -/area/lawoffice) -"dhO" = ( -/obj/structure/disposalpipe/segment{ +/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" - }, -/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, +/turf/open/floor/plasteel/dark/corner, /area/engine/break_room) -"dio" = ( +"diu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 10 + }, +/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, -/turf/open/floor/plasteel, -/area/maintenance/fore/upper) -"diq" = ( -/obj/structure/cable{ - icon_state = "2-8" +/obj/structure/railing{ + dir = 4 }, -/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) +/obj/structure/railing, +/turf/open/floor/plating, +/area/maintenance/fore) "diF" = ( -/obj/structure/cable{ - icon_state = "2-4" - }, -/turf/open/floor/carpet/purple, -/area/crew_quarters/heads/hor) +/obj/structure/table, +/obj/item/paper/pamphlet/gateway, +/obj/item/paper/pamphlet/gateway, +/turf/open/floor/plasteel/dark, +/area/gateway) "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" = ( -/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" - }, -/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" - }, +/turf/closed/wall/ice, +/area/layenia/cloudlayer) +"diN" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" @@ -26158,19348 +17761,25 @@ /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) -"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/landmark/start/geneticist, /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{ +/area/medical/genetics) +"diO" = ( +/obj/structure/chair{ 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) -"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) -"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 - }, -/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 = "Engineering"; - 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{ - 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) -"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) -"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" - }, +"diU" = ( /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) -"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" - }, -/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) -"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) -"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" = ( +"diW" = ( /obj/item/clothing/suit/armor/riot{ pixel_x = -3; pixel_y = 3 @@ -45538,555 +17818,88 @@ 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) -"hns" = ( -/obj/machinery/door/airlock/security{ - dir = 4; - name = "Brig"; - req_access_txt = "63; 42" +"djf" = ( +/obj/structure/railing{ + dir = 1 }, -/obj/machinery/door/firedoor{ - dir = 8 +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"djt" = ( +/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) +"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" + icon_state = "1-2" }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/obj/machinery/light{ + dir = 8; + pixel_x = -7 }, -/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; +/obj/structure/sink{ + dir = 8; + pixel_x = -12; pixel_y = 2 }, -/obj/item/cartridge/engineering{ - pixel_x = 3 +/obj/item/reagent_containers/glass/bucket{ + pixel_x = 3; + pixel_y = 3 }, -/obj/item/cartridge/atmos, -/obj/structure/window{ - dir = 4 +/obj/item/reagent_containers/glass/bucket{ + pixel_y = -5 }, -/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; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/security/brig) -"hop" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/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/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" - }, -/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{ + dir = 8; name = "air supply pipe" }, -/obj/structure/cable{ - icon_state = "1-8" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, /turf/open/floor/plasteel{ + dir = 8; icon_state = "floor_plate" }, -/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{ +/area/hydroponics/garden) +"dka" = ( +/obj/machinery/door/airlock{ dir = 8; - 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 + name = "Unisex Restrooms" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; @@ -46099,9 +17912,37 @@ /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/maintenance/fore) -"hrM" = ( +/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, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, @@ -46113,2891 +17954,39 @@ 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) -"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/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" = ( +"dkD" = ( /obj/machinery/door/airlock/external{ - dir = 8; - name = "External Access"; - req_access_txt = "12" + name = "Disposal External Airlock" }, -/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/effect/mapping_helpers/airlock/cyclelink_helper, /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" - }, -/obj/machinery/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/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; - icon_state = "darkfull_trim" - }, -/area/crew_quarters/dorms) -"hAN" = ( -/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" - }, -/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" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - 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" = ( +"dkE" = ( /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{ +/obj/machinery/door/poddoor/preopen{ id = "cargoshut1"; name = "shutters" }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" - }, +/turf/open/floor/plating, /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, +"dkN" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, @@ -49005,2801 +17994,8 @@ 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, -/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, -/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/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" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ - dir = 4 - }, -/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, +/area/hallway/primary/starboard) +"dkS" = ( /obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ dir = 4; name = "air supply pipe" @@ -51808,7289 +18004,199 @@ 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" + dir = 1 }, +/turf/open/floor/plasteel/white, +/area/science/research) +"dkW" = ( +/obj/structure/chair/stool, /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{ +/area/security/prison) +"dkX" = ( +/obj/effect/turf_decal/stripes/line{ 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" +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 }, -/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" = ( +/obj/effect/decal/cleanable/ash/large, /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, +"dla" = ( /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" - }, -/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" = ( +"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/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" = ( +/area/science/mixing) +"dln" = ( /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" = ( +"dlw" = ( /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{ +/turf/open/floor/plasteel{ dir = 1; - pixel_y = 16 + icon_state = "floor_trim" }, -/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) -"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{ +"dlD" = ( +/obj/effect/turf_decal/tile/red{ dir = 8 }, -/obj/effect/turf_decal/tile/brown, -/obj/structure/disposalpipe/segment{ - dir = 9 +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, /turf/open/floor/plasteel, -/area/quartermaster/miningdock) -"jfR" = ( -/obj/structure/chair/sofa/corner{ +/area/security/prison) +"dlW" = ( +/obj/effect/turf_decal/tile/red{ 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{ +/obj/effect/turf_decal/tile/red{ dir = 4 }, -/obj/effect/turf_decal/stripes/line{ +/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/effect/turf_decal/sand/plating{ - icon_state = "sandyplating_red"; - name = "crimson plating" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, -/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" = ( +/turf/open/floor/plasteel, +/area/security/prison) +"dms" = ( /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/science/xenobiology) +"dmK" = ( +/turf/open/floor/wood, /area/engine/engineering) -"jjk" = ( +"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/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{ +/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/disposalpipe/segment{ - dir = 4 - }, /obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ dir = 1; name = "scrubbers pipe" }, -/turf/open/floor/plasteel/dark, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, /area/hallway/primary/port) -"jkG" = ( -/obj/structure/table/reinforced, -/obj/item/aicard, -/obj/item/multitool, -/obj/effect/turf_decal/tile/red{ - dir = 8 +"dmR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" }, -/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" = ( +/area/engine/engineering) +"dmU" = ( /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 +/turf/open/floor/plating, +/area/maintenance/port) +"dmV" = ( +/obj/structure/flora/crystal/small/growth{ + icon_state = "crystalgrowth2" }, -/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/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/medical/patients_rooms/room_a) -"jlF" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/obj/structure/railing{ +/area/maintenance/fore) +"dmZ" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ dir = 4 }, -/obj/structure/chair/comfy/blue, -/turf/open/floor/plasteel/dark{ +/obj/machinery/camera{ + c_tag = "Medbay South-East"; dir = 8; - icon_state = "darkfull_plate" + network = list("ss13","medbay") }, -/area/science/xenobiology) -"jlG" = ( -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"dna" = ( +/turf/closed/wall, +/area/artatrium) +"dnc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/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" @@ -59102,15961 +18208,630 @@ /obj/structure/cable{ icon_state = "4-8" }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/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{ - 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{ +/area/science/xenobiology) +"dnx" = ( +/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/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" + pixel_y = 24 }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; 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 + icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ - dir = 5 + dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/security/main) -"jmu" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"dnK" = ( +/obj/structure/flora/crystal/small/pile{ + icon_state = "crystals4" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" +/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{ + 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/plating, -/area/maintenance/theatre) -"jmv" = ( -/obj/effect/turf_decal/tile/red, -/obj/effect/turf_decal/tile/red{ +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/science/xenobiology) +"dob" = ( +/obj/structure/chair/sofa{ 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; + dir = 4; name = "scrubbers pipe" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; + 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" }, -/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" + icon_state = "1-2" }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/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" = ( +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"dou" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain_corner"; - name = "drain" +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/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; + dir = 1; icon_state = "drain"; name = "drain" }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/obj/structure/table/glass, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" }, -/area/hallway/primary/port/upper) -"jok" = ( -/obj/effect/spawner/lootdrop/maintenance, +/area/crew_quarters/fitness/pool) +"dov" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "0-8" }, -/obj/machinery/power/apc{ - areastring = "/area/maintenance/department/security"; - dir = 1; - name = "Security Maintenance APC"; - pixel_y = 26 +/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{ + name = "air supply pipe" }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"jom" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; + 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/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/quartermaster/storage) +"doK" = ( +/turf/open/floor/grass/fairy/pink, +/area/maintenance/fore) +"doV" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/landmark/nuclear_waste_spawner, +/turf/open/floor/plasteel, +/area/engine/engine_smes) +"dpj" = ( /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/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/airalarm{ - dir = 8; - pixel_x = 24 - }, -/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, -/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 + dir = 9 }, -/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" +/turf/open/floor/plating, +/area/maintenance/port) +"dpU" = ( +/obj/structure/cable{ + icon_state = "1-8" }, -/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/structure/cable{ + icon_state = "1-2" }, /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, +/area/engine/engine_smes) +"dpW" = ( +/obj/effect/decal/cleanable/oil, /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) -"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" = ( +"dpZ" = ( /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{ +"dqt" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ 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" = ( +/area/ai_monitored/turret_protected/ai) +"dqu" = ( /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" - }, -/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 - }, -/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 = 1 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"jUT" = ( -/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) -"jUY" = ( -/turf/open/floor/plating/asteroid/layenia, -/area/layenia/cloudlayer) -"jVg" = ( -/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/dark, -/area/ai_monitored/turret_protected/aisat_interior) -"jVq" = ( -/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) -"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" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/effect/landmark/event_spawn, -/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) -"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) -"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" - }, -/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/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/area/hallway/primary/port/fore) -"jWY" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark{ - dir = 8; - icon_state = "darkfull_trim" - }, -/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 - }, -/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" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/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 = "Hydroponics North"; - dir = 4 - }, -/obj/effect/turf_decal/tile/green{ - dir = 9 - }, -/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 = 8 - }, -/turf/open/floor/plasteel{ - icon_plating = "floor"; - icon_state = "floor_whole" - }, -/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; - 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{ - 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 - }, -/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, +"dqF" = ( /obj/structure/table, -/obj/machinery/light{ - dir = 1; +/obj/item/screwdriver{ 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" - }, -/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/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/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 = "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/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{ - pixel_y = -1 - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/turf/open/floor/plating, -/area/maintenance/fore) -"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" - }, -/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) -"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) -"kqb" = ( -/obj/structure/table/reinforced, -/obj/item/stack/packageWrap{ - pixel_x = -1; - pixel_y = -1 - }, -/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 = 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/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +/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/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/machinery/camera{ - c_tag = "Hydroponics Storage"; - dir = 1 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, /obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark, -/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 +/obj/structure/disposalpipe/segment{ + dir = 4 }, /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 - }, +/area/medical/sleeper) +"drn" = ( /obj/machinery/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" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/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; - icon_state = "darkfull_plate" - }, -/area/crew_quarters/dorms/upper) -"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) -"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 - }, -/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) -"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 = 4 - }, -/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, -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/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" - }, +"drx" = ( /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" = ( +"drJ" = ( /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, +/obj/item/stack/rods/ten, +/obj/item/stack/rods/ten, +/obj/effect/turf_decal/bot, /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" = ( +"drW" = ( /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 - }, +"drY" = ( /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{ +/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/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 - }, +/area/science/server) +"dsi" = ( /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{ +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel{ 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{ +/area/engine/break_room) +"dsu" = ( +/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/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/machinery/light{ + dir = 4; + pixel_x = 7 }, /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" + icon_state = "plant-10" }, /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" - }, -/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" = ( +/area/artatrium) +"dsv" = ( /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_alt" - }, -/area/crew_quarters/theatre) -"ltv" = ( -/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) -"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/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/upper) -"ltJ" = ( -/obj/machinery/hydroponics/soil, -/obj/machinery/camera{ - c_tag = "Garden"; +/area/bridge) +"dsA" = ( +/obj/structure/closet/secure_closet/freezer/kitchen/maintenance, +/turf/open/floor/plasteel/cafeteria{ 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; +/area/maintenance/port/aft) +"dsK" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; + dir = 5; 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/stripes/line{ - dir = 6 - }, -/obj/structure/chair{ - dir = 8 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/central/upper) -"lvk" = ( -/obj/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark{ - dir = 1; - icon_state = "darkfull_plate" - }, -/area/hallway/primary/starboard/upper) -"lvp" = ( -/obj/structure/chair{ - dir = 4 - }, -/obj/effect/landmark/start/assistant, -/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) -"lvy" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/layenia, -/area/layenia/cloudlayer) -"lvA" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/stairs/left{ - dir = 1; - icon_state = "stairs_wood_l"; - name = "wood left" - }, -/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" - }, -/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 = "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" = ( +/area/security/main) +"dsU" = ( /obj/machinery/atmospherics/pipe/manifold/yellow/visible{ dir = 1 }, /turf/open/floor/plasteel, /area/engine/atmos) -"lyr" = ( -/obj/effect/turf_decal/weather/grass/line{ +"dti" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/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) +"dtk" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/security/armory) +"dtB" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/turf/open/indestructible/layenia/sand, -/area/layenia/cloudlayer) -"lyu" = ( -/obj/structure/closet/secure_closet/personal, -/obj/machinery/light{ +/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; - pixel_x = -7 + name = "air supply pipe" }, -/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" +/obj/structure/cable{ + icon_state = "4-8" }, /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" +/area/hallway/primary/fore) +"dtF" = ( +/turf/open/floor/plating{ + icon_state = "panelscorched" }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ - dir = 1 +/area/maintenance/fore) +"dtL" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" }, -/obj/structure/fans/tiny, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/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" }, -/area/crew_quarters/locker) -"lyN" = ( /obj/structure/cable{ icon_state = "1-2" }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/port/fore) +"dtQ" = ( +/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, +/area/hallway/primary/fore) +"dtV" = ( +/obj/structure/rack/shelf, +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"dtY" = ( +/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/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) -"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 - }, +/turf/open/floor/wood, +/area/maintenance/fore) +"dui" = ( /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" = ( +/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/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 - }, +/area/arcade) +"dvk" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 }, +/obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - name = "scrubbers pipe" +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/security/range) +"dvn" = ( +/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) -"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" = ( +"dvs" = ( /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" +"dvt" = ( +/turf/open/floor/engine/vacuum, +/area/science/mixing) +"dvz" = ( +/turf/closed/wall, +/area/maintenance/port) +"dvA" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/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" = ( +/turf/open/floor/plasteel, +/area/hallway/primary/aft) +"dvC" = ( /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/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{ dir = 8; icon_plating = "floor"; - icon_state = "floor_whole_alt" + icon_state = "floor_whole" }, -/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, +/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" }, -/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" +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white, +/area/science/research) +"dvO" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 }, -/turf/open/floor/plasteel, -/area/janitor) -"lML" = ( /obj/effect/turf_decal/tile/neutral{ - dir = 6 + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" @@ -75065,704 +18840,549 @@ name = "scrubbers pipe" }, /obj/structure/cable{ - icon_state = "4-8" + icon_state = "1-2" }, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" +/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, +/turf/open/floor/plasteel/dark, +/area/security/range) +"dvZ" = ( +/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 + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 4 + }, +/area/artatrium) +"dww" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel/dark, +/area/security/range) +"dwB" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Hardsuit Storage"; + req_access_txt = "1" }, -/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 +/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/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{ dir = 1; - icon_state = "floor_plate" + icon_plating = "floor"; + icon_state = "floor_whole" }, -/area/security/processing) -"lMX" = ( +/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" = ( +/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" + }, +/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) +"dyk" = ( +/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) +"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 = 6 + 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/hallway/primary/aft) -"lMY" = ( -/turf/open/floor/plasteel/dark/layenia{ - icon_state = "darkfull_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" }, -/area/layenia/cloudlayer) -"lMZ" = ( /obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 +/obj/machinery/light{ + pixel_y = -1 }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/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{ - 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{ +"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/railing{ +/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 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/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 = 4 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"dCF" = ( +/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) +"dCM" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/effect/turf_decal/tile/red{ 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" +/obj/machinery/requests_console{ + department = "Security"; + departmentType = 5; + pixel_y = 30 }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"lSk" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/medical) +"dCQ" = ( +/obj/machinery/power/terminal{ + dir = 1 }, -/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" + icon_state = "0-4" }, /obj/effect/turf_decal/tile/neutral{ dir = 1 @@ -75776,5053 +19396,547 @@ }, /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" - }, -/obj/structure/cable{ +"dCT" = ( +/obj/structure/cable/yellow{ icon_state = "2-4" }, -/obj/structure/disposalpipe/junction/flip{ - dir = 8 - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/area/science/research) -"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) -"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" - }, -/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) -"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 - }, -/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" - }, -/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/security/prison) -"lWJ" = ( -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/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/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"lWX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/railing{ - dir = 4 - }, -/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/carpet/black, -/area/crew_quarters/bar) -"lXc" = ( -/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, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain_corner"; - name = "drain" - }, -/turf/open/floor/carpet/black, -/area/crew_quarters/bar) -"lXe" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"lXl" = ( -/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/fore/upper) -"lXp" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/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{ - icon_state = "floor_trim" - }, -/area/crew_quarters/dorms/upper) -"lXN" = ( -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/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/plasteel/white, -/area/medical/virology) -"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 = "1-2" - }, -/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" - }, -/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) -"lYu" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/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 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms/upper) -"lYC" = ( -/obj/effect/turf_decal/weather/grass/line{ - dir = 4 - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"lYK" = ( -/turf/open/floor/plasteel{ - icon_state = "floor_trim" - }, -/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" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/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 - }, -/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-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" - }, -/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/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 - }, -/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/hallway/primary/port/fore) -"mdN" = ( -/obj/structure/chair/bench/metal{ - dir = 1 - }, -/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 = 4 - }, -/obj/item/reagent_containers/glass/bottle/nutrient/ez, -/obj/item/reagent_containers/glass/bottle/nutrient/rh{ - pixel_x = 2; - pixel_y = 1 - }, -/obj/structure/table, -/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 - }, -/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/science/xenobiology) -"mfT" = ( -/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{ - 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 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/fore/upper) -"mhD" = ( -/obj/structure/table/reinforced, -/obj/machinery/microwave{ - pixel_y = 6 - }, -/turf/open/floor/plasteel/cafeteria, -/area/crew_quarters/kitchen) -"mhI" = ( -/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) -"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{ - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/freezer, -/area/crew_quarters/toilet/restrooms) -"mid" = ( -/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" - }, -/obj/machinery/light_switch{ - pixel_y = -23 - }, -/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/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 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard/upper) -"mip" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-8" - }, -/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, +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"dDb" = ( +/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) +"dDK" = ( +/obj/item/twohanded/required/kirbyplants/dead, /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; + dir = 4; 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{ +/obj/machinery/atmospherics/pipe/simple/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" +/area/crew_quarters/heads/hor) +"dEd" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 }, /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" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, -/turf/open/floor/wood, -/area/layenia/cloudlayer) -"mpM" = ( -/obj/structure/flora/crystal/small/pile{ - icon_state = "crystals3" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, -/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/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white/side{ + dir = 6 }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" +/area/bridge) +"dEq" = ( +/obj/structure/cable{ + icon_state = "1-2" }, /obj/effect/turf_decal/stripes/line{ - dir = 4 + dir = 8 }, -/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 +/obj/machinery/camera{ + c_tag = "SMES Room"; + dir = 8 }, /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" - }, +/area/engine/engine_smes) +"dEw" = ( +/obj/structure/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" - }, -/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" = ( +/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/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 }, /turf/open/floor/plasteel{ dir = 8; icon_plating = "floor"; icon_state = "floor_whole" }, -/area/hallway/primary/fore/upper) -"mvA" = ( -/obj/structure/chair/office/dark{ +/area/hallway/primary/starboard) +"dEL" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ 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, +/obj/structure/flora/ausbushes/reedbush, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, /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 - }, +"dER" = ( /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/door/poddoor/preopen{ + id = "testlab"; + name = "test chamber blast door" }, -/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, +/turf/open/floor/engine, +/area/science/misc_lab) +"dEV" = ( /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{ +/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 = 9 + dir = 8 }, -/turf/open/floor/plasteel/white{ - dir = 1; - icon_state = "plaswhite_traction_plate" +/obj/item/folder/white{ + pixel_x = 6; + pixel_y = 3 }, -/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" +/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" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/cable{ + icon_state = "4-8" }, -/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{ +/turf/open/floor/plasteel/stairs/medium{ dir = 1 }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 +/area/quartermaster/miningdock) +"dHb" = ( +/obj/item/gun/ballistic/shotgun/riot{ + pixel_x = -3; + pixel_y = 3 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" +/obj/item/gun/ballistic/shotgun/riot, +/obj/item/gun/ballistic/shotgun/riot{ + pixel_x = 3; + pixel_y = -3 }, -/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/effect/turf_decal/bot, /obj/structure/window/reinforced{ - dir = 8; + dir = 1; 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/window/reinforced{ + dir = 8 }, -/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_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/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/security/processing) -"mGd" = ( -/obj/structure/railing, -/turf/open/floor/plasteel/stairs/left{ - dir = 4 +/area/hallway/secondary/entry) +"dHT" = ( +/obj/item/gun/energy/e_gun{ + pixel_x = -3; + pixel_y = 3 }, -/area/artatrium) -"mGg" = ( +/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) +"dHZ" = ( +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"dIf" = ( /obj/structure/cable{ icon_state = "4-8" }, +/obj/structure/cable{ + icon_state = "1-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 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/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, +/area/engine/break_room) +"dIl" = ( +/obj/item/gun/energy/laser{ + pixel_x = -3; + pixel_y = 3 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" +/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) +"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{ + dir = 1 }, /obj/effect/turf_decal/tile/neutral{ dir = 8 }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"dJj" = ( +/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, +/area/medical/sleeper) +"dJm" = ( +/turf/open/floor/plasteel/dark, +/area/hallway/primary/port) +"dJB" = ( +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/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{ + 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{ + 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) +"dKx" = ( +/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) +"dKy" = ( +/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/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" = ( +/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") + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab) +"dKV" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, /obj/machinery/power/apc{ areastring = "/area/hallway/primary/starboard"; dir = 8; @@ -80832,1221 +19946,22 @@ /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) -"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, +"dKX" = ( +/obj/machinery/power/port_gen/pacman, /turf/open/floor/plating, -/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 - }, +/area/engine/engine_smes) +"dKZ" = ( /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" }, @@ -82057,1907 +19972,36 @@ icon_state = "1-2" }, /obj/structure/disposalpipe/junction/flip{ - 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) -"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/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/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/bridge) -"mTN" = ( -/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) -"mTX" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/trash_pile, -/turf/open/floor/plating, -/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/ai_monitored/storage/eva) -"mUb" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - 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_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{ - 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 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/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) -"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/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{ +/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{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/neutral{ 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 = 1 - }, -/obj/machinery/light/small{ - pixel_y = -1 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms/F) -"mXV" = ( -/obj/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/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) -"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/hallway/secondary/exit) -"mZd" = ( -/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) -"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 - }, -/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/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 - }, -/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 - }, +/area/security/prison) +"dLs" = ( /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 }, @@ -83969,340 +20013,228 @@ 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{ +/area/engine/engine_smes) +"dLQ" = ( +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"dLT" = ( +/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 }, -/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{ +/obj/effect/turf_decal/tile/red{ 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{ +/obj/effect/turf_decal/tile/red{ 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/structure/closet{ + name = "Evidence Closet" }, -/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, +/turf/open/floor/plasteel, +/area/security/main) +"dMm" = ( /obj/machinery/light{ pixel_y = -1 }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia/cave) -"neT" = ( -/obj/machinery/airalarm{ - dir = 1; - pixel_y = -22 +/turf/open/floor/plating/asteroid/layenia/garden, +/area/security/prison) +"dMn" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 }, -/obj/structure/closet/emcloset, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_plate" +/obj/effect/turf_decal/tile/red{ + dir = 4 }, -/area/hallway/secondary/exit) -"neV" = ( +/obj/structure/closet{ + name = "Evidence Closet" + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/security/main) +"dMG" = ( +/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{ + name = "Evidence Closet" + }, +/turf/open/floor/plasteel, +/area/security/main) +"dNe" = ( /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" +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" }, /turf/open/floor/plasteel{ dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole_alt" + icon_state = "floor_trim" }, -/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 +/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 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; + dir = 9; 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, /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{ +/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/plating/beach/sand, -/area/hallway/secondary/exit) -"nfF" = ( -/obj/machinery/vending/wardrobe/bar_wardrobe, -/turf/open/floor/wood{ - icon_state = "wood_parquet"; - name = "parquet" +/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 }, -/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, +/turf/open/chasm/cloud, /area/layenia/cloudlayer) -"nfR" = ( -/obj/effect/turf_decal/tile/neutral{ +"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" + }, +/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, +/turf/open/floor/plating, +/area/maintenance/solars/starboard/fore) +"dOV" = ( +/obj/structure/chair/sofa/left{ 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/carpet, +/area/library) +"dPc" = ( +/obj/machinery/atmospherics/pipe/manifold4w/general/visible, +/obj/structure/cable{ + icon_state = "2-8" }, /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{ +/area/security/execution/transfer) +"dPk" = ( +/obj/machinery/camera{ + c_tag = "Brig Interrogation"; dir = 8; + network = list("interrogation") + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"dPn" = ( +/turf/closed/wall, +/area/hallway/primary/starboard) +"dPq" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/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" = ( +/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/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 }, -/turf/open/floor/plasteel, -/area/security/prison) -"ngo" = ( +/turf/open/floor/plating, +/area/engine/atmos) +"dPS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 1 + }, +/area/quartermaster/miningdock) +"dQs" = ( /obj/machinery/modular_computer/console/preset/engineering{ dir = 1 }, @@ -84322,87 +20254,1218 @@ }, /turf/open/floor/plasteel/dark, /area/engine/engineering) -"ngr" = ( -/obj/structure/disposalpipe/segment{ +"dQA" = ( +/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) +"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" + }, +/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" + }, +/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 + }, +/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" }, -/obj/effect/turf_decal/tile/blue{ +/turf/closed/wall/r_wall, +/area/security/brig) +"dSZ" = ( +/obj/effect/turf_decal/tile/red{ dir = 1 }, -/obj/effect/turf_decal/tile/blue, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ dir = 4 }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" }, /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" +/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/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/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) -"ngJ" = ( -/obj/machinery/door/airlock/maintenance{ - name = "Arcade Maintenance Access"; - req_access_txt = "12" +/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/dark{ - icon_state = "darkfull_whole_alt" +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"dTs" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/area/maintenance/port) -"ngL" = ( -/obj/structure/chair{ +/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 }, -/obj/structure/window{ +/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" = ( +/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" }, @@ -84412,78 +21475,805 @@ /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/hallway/secondary/exit) -"ngM" = ( +/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/quartermaster/sorting) -"ngO" = ( +/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 = "1-8" + 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 + }, +/turf/open/floor/plasteel/white/side, +/area/medical/virology) +"elF" = ( +/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 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"elM" = ( +/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/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{ + dir = 8; + icon_state = "floor_plate" + }, +/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{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/disposalpipe/segment{ + dir = 9 + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/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/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 - }, +/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/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/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 - }, +/turf/open/floor/engine, +/area/science/misc_lab) +"erR" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; + dir = 1; name = "air vent" }, /turf/open/floor/plasteel/dark, -/area/crew_quarters/park) -"nhj" = ( -/obj/machinery/light/small{ - dir = 4; - pixel_x = 7 +/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 }, -/turf/open/transparent/openspace, -/area/crew_quarters/theatre) -"nhl" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" @@ -84495,16 +22285,1856 @@ /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 }, -/turf/open/floor/plating, -/area/maintenance/port) -"nhm" = ( -/obj/machinery/door/firedoor, +/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" @@ -84513,18 +24143,12 @@ dir = 8; name = "air supply pipe" }, -/obj/machinery/door/airlock/security{ - dir = 4; - name = "Labor Shuttle"; - req_access_txt = "2" +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole_alt" - }, -/area/security/processing) -"nhn" = ( +/turf/open/floor/wood, +/area/security/warden) +"eRm" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" @@ -84550,639 +24174,83 @@ }, /turf/open/floor/plating, /area/maintenance/port) -"nhp" = ( -/turf/open/floor/plasteel/stairs/medium{ +"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{ dir = 1 }, -/area/crew_quarters/theatre) -"nhv" = ( +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"eRR" = ( +/obj/effect/spawner/structure/window/reinforced/tinted, +/turf/open/floor/plating, +/area/library) +"eSs" = ( /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/upper) -"nhw" = ( -/obj/machinery/door/airlock/public/glass{ - dir = 1; - name = "Arcade" +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/vaporwave, -/area/arcade) -"nhy" = ( -/obj/structure/reagent_dispensers/watertank, +/area/security/processing) +"eSu" = ( +/obj/effect/landmark/blobstart, /turf/open/floor/plating, -/area/maintenance/port) -"nhz" = ( -/obj/structure/table/reinforced, -/obj/item/electropack, -/obj/item/assembly/signaler{ - pixel_x = -6 +/area/maintenance/fore) +"eSK" = ( +/obj/structure/bed, +/obj/item/bedsheet/hos{ + name = "Warden's bedsheet" }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - 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" +/obj/machinery/light_switch{ + pixel_x = 23 }, /turf/open/floor/wood, -/area/crew_quarters/spa/sauna) -"nil" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 10; - name = "scrubbers pipe" +/area/security/warden) +"eSL" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Long-Term Cell 1"; + req_access_txt = "2" }, -/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) -"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/hallway/primary/port/upper) -"niw" = ( -/obj/machinery/atmospherics/pipe/simple/supply/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{ +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ 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/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" - }, -/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_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 = "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_plate" - }, -/area/hallway/primary/starboard/upper) -"nko" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/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/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/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" }, @@ -85190,4147 +24258,872 @@ 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{ +/area/security/prison) +"eSM" = ( +/obj/effect/turf_decal/tile/brown{ dir = 1 }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ +/obj/effect/turf_decal/tile/brown{ 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 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/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" - }, -/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/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/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/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/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, +/obj/machinery/computer/security/qm, /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, -/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" +/area/quartermaster/qm) +"eTc" = ( +/obj/machinery/flasher{ + id = "PCell 2"; + pixel_x = -28 }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; + dir = 4; 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 - }, +/area/security/prison) +"eTf" = ( +/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/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 }, +/obj/item/hand_labeler, +/obj/item/toy/crayon/spraycan, +/obj/item/toy/crayon/spraycan, /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" = ( +/area/artatrium) +"eTl" = ( /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; + dir = 9; 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" - }, -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel{ - dir = 4; - 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 + dir = 1 }, -/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, +"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/psych/rec) -"nug" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" +/area/medical/virology) +"eTz" = ( +/obj/machinery/flasher{ + id = "PCell 1"; + pixel_x = -28 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/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 + name = "air scrubber" }, /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" - }, +/area/security/prison) +"eTD" = ( +/obj/effect/turf_decal/tile/purple, /obj/machinery/light{ pixel_y = -1 }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" +/obj/structure/disposalpipe/trunk{ + dir = 1 }, -/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{ +/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" }, -/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" = ( +/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) -"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/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" = ( +"eUA" = ( /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{ +/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/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; + dir = 4; 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{ +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"eUP" = ( +/obj/machinery/status_display/ai{ 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" - }, +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"eUU" = ( /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/wood{ - icon_state = "wood_parquet"; - name = "parquet" +/turf/open/floor/plasteel/dark, +/area/gateway) +"eVh" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" }, -/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/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" }, /obj/machinery/power/apc{ - areastring = "/area/security/courtroom"; + areastring = "/area/maintenance/port/fore"; dir = 8; - name = "Courtroom APC"; - pixel_x = -24 + name = "Port Quarter Maintenance APC"; + pixel_x = -25; + pixel_y = 1 }, /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) -"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" +/area/maintenance/port/fore) +"eVk" = ( +/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 = "1-2" + icon_state = "4-8" }, -/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" = ( +/area/science/circuit) +"eVr" = ( /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{ + dir = 1; 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 - }, +/area/engine/engine_smes) +"eVy" = ( /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" = ( +/area/security/main) +"eWd" = ( /obj/machinery/door/airlock/maintenance{ - dir = 8; name = "Maintenance Access"; req_access_txt = "12" }, +/turf/open/floor/plating, +/area/maintenance/fore) +"eWj" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters{ + id = "shopshutter1"; + name = "Shop Shutter" + }, +/turf/open/floor/plasteel, +/area/security/vacantoffice/a) +"eWy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; + dir = 9; name = "air supply pipe" }, /obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" + icon_state = "1-8" }, /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" +/area/maintenance/fore) +"eWP" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/open/floor/grass, -/area/hallway/primary/starboard/upper) -"nPg" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" }, -/obj/effect/turf_decal/tile/green{ - dir = 4 +/area/science/xenobiology) +"eXd" = ( +/obj/structure/table, +/obj/structure/sign/poster/official/random{ + pixel_y = 32 }, -/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/machinery/recharger{ + pixel_y = 4 }, /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/dark, +/area/science/circuit) +"eXt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 }, -/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) -"nQN" = ( -/obj/structure/chair/bench/left{ - dir = 1 - }, -/turf/open/floor/plasteel/dark{ +/turf/open/floor/plasteel{ dir = 4; - icon_state = "darkfull_trim" + icon_state = "floor_plate" + }, +/area/engine/engine_smes) +"eXB" = ( +/obj/machinery/door/window/eastleft{ + dir = 1; + name = "Coffin Storage"; + req_access_txt = "22" }, -/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" = ( +/turf/open/floor/carpet, +/area/chapel/main) +"eXD" = ( /obj/effect/turf_decal/loading_area{ - icon_state = "steel_panel"; - name = "steel pannel" + icon_state = "drain"; + name = "drain" }, -/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/structure/closet/emcloset, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" }, -/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" = ( +/area/crew_quarters/fitness) +"eXT" = ( /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 = "2-8" + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 }, /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" = ( +/area/maintenance/starboard/aft) +"eYb" = ( /obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor, -/obj/structure/cable{ - icon_state = "0-4" - }, +/obj/structure/cable, /obj/structure/cable{ icon_state = "0-8" }, -/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "0-2" + }, /turf/open/floor/plating, /area/medical/virology) -"nSm" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ - dir = 9 +"eYf" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, -/obj/effect/turf_decal/loading_area{ +/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{ dir = 4; - icon_state = "drain"; - name = "drain" + name = "air vent" }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/effect/turf_decal/loading_area{ +/turf/open/floor/plasteel/white, +/area/science/circuit) +"eYN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"eYW" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ dir = 8; - icon_state = "drain_corner"; - name = "drain" + 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) +"eZc" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/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/upper) -"nSn" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 +/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" + }, +/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" }, -/turf/open/floor/plasteel, -/area/layenia/cloudlayer) -"nSu" = ( /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{ + dir = 1; + icon_state = "floor_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" = ( +/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" = ( +/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) +"fdU" = ( +/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) +"fed" = ( +/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) +"feq" = ( +/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) +"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 = 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{ +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"feX" = ( +/obj/machinery/camera{ + c_tag = "Research Division Access South" }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/structure/sink{ + dir = 4; + pixel_x = 11 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole_alt" +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/open/floor/plasteel/white/corner{ + dir = 8 }, /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{ +"ffm" = ( +/obj/effect/turf_decal/tile/yellow{ 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" + icon_state = "1-8" }, /obj/structure/cable{ - icon_state = "4-8" + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/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, +/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/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 - }, +/area/engine/break_room) +"fgp" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" @@ -89339,16 +25132,113 @@ dir = 4; name = "scrubbers pipe" }, -/obj/machinery/light{ +/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/plating, +/area/engine/atmos) +"fgr" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Long-Term Cell 2"; + req_access_txt = "2" + }, +/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; - pixel_y = 16 + 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) +"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{ - dir = 8; - icon_state = "floor_trim" + 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, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/quartermaster/miningdock) +"fhA" = ( +/obj/structure/fence/cut/medium{ + dir = 4 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"fhB" = ( +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" }, -/area/security/brig/upper) -"nTL" = ( /obj/effect/turf_decal/loading_area{ dir = 9; icon_state = "steel_panel"; @@ -89357,200 +25247,193 @@ /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/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" = ( +/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" }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"nTP" = ( -/obj/structure/window/reinforced{ +/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/structure/window/reinforced{ - dir = 8; - layer = 2.9 +/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, -/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 +"fiL" = ( +/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) -"nTX" = ( -/obj/machinery/camera/autoname{ +/turf/open/floor/carpet/red, +/area/crew_quarters/bar) +"fiS" = ( +/obj/machinery/computer/secure_data{ dir = 8 }, -/obj/machinery/disposal/bin, -/obj/structure/disposalpipe/trunk{ - dir = 8 +/obj/machinery/light{ + dir = 4; + pixel_x = 7 }, -/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" +/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/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{ +/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; - name = "Atmospherics Maintenance"; - req_access_txt = "12;24" + icon_state = "right"; + name = "Mining Desk"; + req_access_txt = "48" }, -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" +/obj/item/toy/figure/miner, +/obj/machinery/door/poddoor/preopen{ + id = "cargoshut1"; + name = "shutters" }, /turf/open/floor/plating, -/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{ +/area/quartermaster/miningdock) +"fks" = ( +/obj/machinery/computer/cargo{ dir = 4 }, -/turf/open/floor/plasteel, -/area/engine/break_room) -"nVp" = ( -/obj/structure/cable{ - icon_state = "1-8" +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 }, +/obj/effect/turf_decal/tile/brown{ + dir = 1 + }, +/obj/effect/turf_decal/tile/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/medical/psych/rec) -"nVw" = ( -/obj/structure/closet/crate{ - icon_state = "crateopen" +/area/science/research) +"flb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, -/obj/item/toy/beach_ball/holoball, +/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; @@ -89558,965 +25441,275 @@ }, /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/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/floor/plasteel/dark/layenia{ - dir = 1; - icon_state = "darkfull_plate" - }, -/area/crew_quarters/dorms/upper) -"nVV" = ( -/obj/effect/turf_decal/tile/red{ - dir = 6 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/processing) -"nVW" = ( -/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_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" - }, -/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" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/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/structure/chair/wood{ - dir = 4 - }, -/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" - }, -/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 = "0-2" - }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/security/warden) -"nXc" = ( -/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{ - dir = 8 - }, -/turf/open/floor/plating, -/area/medical/psych) -"nXh" = ( -/obj/structure/chair{ - dir = 4 - }, -/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) -"nXk" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; - name = "air vent" - }, -/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 - }, -/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 - }, +"flu" = ( /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"; - name = "steel pannel" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, +/turf/open/floor/plasteel/dark/side, +/area/tcommsat/computer) +"fly" = ( +/obj/structure/table/wood, /obj/machinery/light{ - dir = 8; - pixel_x = -7 + dir = 1; + pixel_y = 16 }, -/turf/open/floor/plasteel/dark, -/area/layenia) -"nYk" = ( -/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) -"nYs" = ( -/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/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 }, +/obj/item/stack/packageWrap, /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/roomA{ - name = "Psychology Dorm A" - }) -"nYy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 6 - }, -/obj/structure/table, -/obj/machinery/light{ - pixel_y = -1 - }, -/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/A) -"nYC" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 1 - }, -/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, -/obj/machinery/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/port) -"nZC" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable, -/obj/structure/cable{ - icon_state = "0-2" - }, -/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" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 6 - }, -/turf/open/floor/plasteel/white{ - icon_state = "plaswhite_trim" - }, -/area/medical/sleeper) -"oak" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/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" }, -/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" - }, -/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/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 + c_tag = "Library Game Room"; + dir = 6 }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" +/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" }, -/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" +/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" }, /obj/machinery/door/firedoor, -/obj/effect/turf_decal/stripes/line{ - dir = 10 +/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/delivery, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" +/turf/open/floor/plating, +/area/quartermaster/storage) +"flY" = ( +/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/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole_alt" +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark, +/area/bridge) +"flZ" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 }, -/area/security/warden) -"obA" = ( -/obj/effect/landmark/start/assistant, -/turf/open/floor/plasteel/grimy{ - icon_state = "eighties"; - name = "retro floor" +/obj/effect/turf_decal/tile/red{ + dir = 4 }, -/area/arcade) -"obD" = ( -/obj/machinery/computer/arcade/battle{ +/obj/effect/turf_decal/tile/neutral{ 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/storage/A) -"obL" = ( +/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/quartermaster/sorting) -"obM" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 1 +/obj/machinery/camera{ + c_tag = "Security Office North East" }, -/obj/structure/railing{ - dir = 4 +/turf/open/floor/plasteel/dark/side, +/area/security/main) +"fmg" = ( +/obj/machinery/conveyor{ + id = "garbage" }, -/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{ +/obj/structure/window/reinforced{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/turf/open/floor/plating, +/area/maintenance/disposal) +"fmh" = ( +/obj/structure/table, +/obj/machinery/computer/reactor/control_rods{ + pixel_y = 9 }, -/obj/effect/turf_decal/tile/neutral{ +/obj/effect/turf_decal/stripes/line{ 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"; +/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 }, -/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{ +/area/quartermaster/qm) +"fmy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/shower{ 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{ +/obj/machinery/light{ dir = 1; - icon_state = "drain"; - name = "drain" + 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" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/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" + }, +/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 + }, +/turf/open/floor/plasteel{ + 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, /turf/open/floor/plasteel/dark, -/area/arcade) -"ocC" = ( +/area/maintenance/solars/port/aft) +"foo" = ( /obj/structure/window{ dir = 1 }, @@ -90545,1129 +25738,195 @@ }, /turf/open/floor/plasteel/dark, /area/arcade) -"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" = ( +"foG" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; 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" = ( +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"foH" = ( /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" - }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"foU" = ( /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" +/obj/structure/railing{ + dir = 4 }, -/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" +/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{ dir = 1; - icon_state = "steel_panel"; - name = "steel pannel" + icon_state = "drain"; + name = "drain" }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-29" +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" }, -/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, +/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 = 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" + dir = 6 }, /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" - }, -/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) -"oiY" = ( -/obj/effect/turf_decal/delivery, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" - }, -/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; - 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" - }) -"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{ +/area/science/xenobiology) +"fpp" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral, +/obj/effect/landmark/carpspawn, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"fpD" = ( /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" - }, -/turf/open/floor/plasteel/white{ - dir = 1; - icon_state = "plaswhite_trim" - }, -/area/medical/psych/lobby) -"ojE" = ( -/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{ - 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; + dir = 8; name = "scrubbers pipe" }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft/upper) -"oka" = ( -/obj/machinery/computer/arcade/battle{ - dir = 4 - }, -/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/plasteel/dark{ - icon_state = "darkfull_whole_alt" - }, -/area/maintenance/port/aft/upper) -"okE" = ( /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" }, -/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/dark, +/area/storage/tech) +"fpP" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/light{ + pixel_y = -1 }, /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" +/area/science/misc_lab) +"fpR" = ( +/obj/structure/cable{ + icon_state = "0-2" }, -/obj/machinery/chem_master/condimaster{ - name = "CondiMaster Neo" +/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" + }, +/obj/machinery/atmospherics/pipe/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) +"fqA" = ( +/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/kitchen) -"okX" = ( -/obj/structure/table/plasmaglass, -/obj/effect/turf_decal/loading_area{ - color = "#55391A"; - dir = 1; - icon_state = "siding_wood_line"; - name = "wood" +/area/crew_quarters/toilet) +"fqB" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6; + name = "air supply pipe" }, -/turf/open/floor/carpet/royalblue, -/area/bridge) -"okZ" = ( +/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{ + dir = 1; + name = "air scrubber" + }, +/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{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"frb" = ( +/obj/structure/railing, +/obj/structure/railing{ + 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, +/obj/structure/closet/emcloset, +/turf/open/floor/plating, +/area/maintenance/aft) +"fru" = ( /obj/effect/turf_decal/bot, /obj/machinery/navbeacon{ codes_txt = "delivery;dir=8"; @@ -91680,10759 +25939,74 @@ home_destination = "QM #1"; suffix = "#1" }, -/obj/machinery/status_display/supply{ - pixel_y = 32 - }, /turf/open/floor/plasteel/dark, /area/quartermaster/storage) -"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) -"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) -"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 = "Engineering"; - 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" = ( +"frw" = ( /obj/effect/spawner/structure/window/reinforced, /obj/structure/cable{ icon_state = "0-2" }, +/obj/structure/cable, /turf/open/floor/plating, -/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 = "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" +"frE" = ( +/obj/structure/table/plasmaglass, +/obj/machinery/camera{ + c_tag = "Bar East"; + dir = 8 }, -/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, -/area/medical/sleeper) -"oyB" = ( -/obj/effect/landmark/start/bartender, -/turf/open/floor/carpet/purple, +/turf/open/floor/plasteel, /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" = ( +"frR" = ( /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{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" - }, -/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" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/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/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"; + id = "mining_warehouse"; + name = "Mining Warehouse Door Control"; + pixel_x = -1; + pixel_y = 24; 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) -"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) -"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) -"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; - 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/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 = "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{ - 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) -"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) -"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) -"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/decal/cleanable/cobweb{ + icon_state = "cobweb2" }, /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 - }, -/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 - }, -/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 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" - }, -/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/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/white/corner, -/area/science/research) -"oRX" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/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) -"oRZ" = ( -/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-2" - }, -/obj/structure/disposalpipe/junction{ - dir = 1 - }, -/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" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/spa/sauna) -"oSc" = ( -/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) -"oSd" = ( -/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/A) -"oSg" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/dorms) -"oSh" = ( -/obj/machinery/light{ - 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" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/structure/disposalpipe/segment{ - 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/structure/table/wood/fancy, -/turf/open/floor/carpet, -/area/crew_quarters/bar/cafe) -"oSo" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/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 - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/maintenance/port/upper) -"oSt" = ( -/obj/structure/table{ - pixel_y = 2 - }, -/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/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" - }, -/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/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 - }, -/area/bridge) -"oUe" = ( -/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) -"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, -/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/requests_console{ - department = "Science"; - departmentType = 2; - name = "Science Requests Console"; - pixel_y = 27; - receive_ore_updates = 1 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/circuit) -"oYC" = ( -/obj/effect/turf_decal/loading_area{ - color = "#55391A"; - dir = 4; - icon_state = "siding_wood_line"; - name = "wood" - }, -/obj/structure/table/wood, -/turf/open/floor/wood, -/area/library) -"oYI" = ( -/obj/structure/chair/office/dark, -/turf/open/floor/plasteel/dark, -/area/security/brig/upper) -"oYJ" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; - dir = 8; - icon_state = "right"; - name = "Containment Pen"; - req_access_txt = "55" - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" - }, -/area/science/xenobiology) -"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 = "0-8" - }, -/turf/open/floor/plasteel/dark, -/area/science/circuit) -"oYU" = ( -/obj/structure/cable{ - icon_state = "1-8" - }, -/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; - 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_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) -"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, -/obj/structure/flora/ausbushes/grassybush, -/obj/structure/flora/ausbushes/ppflowers, -/obj/structure/flora/ausbushes/pointybush, -/obj/structure/flora/junglebush, -/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/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/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; - pixel_x = 7 - }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-27" - }, -/turf/open/floor/plasteel/white/corner{ - dir = 1 - }, -/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/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 = 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 - }, -/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) -"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{ +/obj/item/storage/toolbox/emergency{ 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) -"pqG" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/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" - }, -/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 - }, -/turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"pqL" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/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" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet) -"prR" = ( -/obj/machinery/door/airlock/external{ - name = "Port Docking Bay 3" - }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper, -/obj/effect/turf_decal/delivery, -/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) -"prS" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel/dark, -/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{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/quartermaster/warehouse) -"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{ - color = "#55391A"; - dir = 6; - 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) -"psG" = ( -/obj/effect/turf_decal/stripes/corner, -/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" - }, -/turf/open/floor/plasteel/dark, -/area/storage/tech) -"psM" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel, -/area/crew_quarters/fitness/pool) -"psN" = ( -/obj/effect/turf_decal/loading_area{ - 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" - }, -/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) -"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" - }, -/turf/open/floor/plasteel, -/area/security/main/upper) -"ptc" = ( -/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) -"pte" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/prison) -"ptm" = ( -/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/crew_quarters/dorms/upper) -"ptz" = ( -/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) -"ptF" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/firedoor{ - dir = 8 - }, -/turf/open/floor/plating, -/area/hydroponics/garden) -"ptK" = ( -/obj/machinery/door/airlock/public/glass{ - dir = 1; - 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/plasteel/dark, -/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" - }, -/turf/open/floor/plating, -/area/maintenance/theatre/upper) -"pus" = ( -/obj/structure/disposaloutlet, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/turf/open/floor/plating, -/area/quartermaster/sorting) -"put" = ( -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/hallway/secondary/exit) -"puv" = ( -/obj/effect/turf_decal/tile/red{ - dir = 9 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark{ - dir = 1; - icon_state = "darkfull_trim" - }, -/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."; - name = "emergency lifejacket" - }, -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/clothing/suit/hazardvest{ - desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; - name = "emergency lifejacket" - }, -/obj/item/flashlight, -/obj/item/flashlight, -/obj/item/flashlight, -/obj/item/flashlight, -/obj/item/flashlight, -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/obj/item/clothing/mask/breath, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" - }, -/area/gateway) -"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/item/storage/toolbox/emergency, /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 + pixel_x = 23 }, /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) -"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, +/area/quartermaster/miningdock) +"frV" = ( +/obj/machinery/mech_bay_recharge_port, /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" +"fsx" = ( +/obj/machinery/light_switch{ + pixel_x = 23 }, -/turf/open/floor/plating, -/area/maintenance/port/aft) -"pEV" = ( -/obj/machinery/light{ +/obj/machinery/firealarm{ 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" + pixel_x = 24 }, /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" - }, +/area/security/processing) +"fsC" = ( /obj/machinery/door/airlock/research/glass{ dir = 1; name = "Test Chamber"; @@ -102444,1194 +26018,815 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/turf/open/floor/engine, +/turf/open/floor/plasteel/dark, /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" - }, +"fsY" = ( /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) -"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" - }, -/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) -"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/structure/window/reinforced{ - dir = 1; - layer = 2.9 - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/medical/psych/rec) -"pHl" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 9 - }, -/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{ - 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/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/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, +"ftq" = ( /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/effect/turf_decal/tile/red{ + dir = 1 }, -/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" - }, -/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/red, +/obj/structure/table, +/obj/item/restraints/handcuffs, +/obj/item/assembly/timer, /turf/open/floor/plasteel, -/area/science/research) -"pJK" = ( -/obj/machinery/firealarm{ - pixel_y = -28 - }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_plate" - }, -/area/hallway/primary/starboard/upper) -"pJL" = ( -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole_alt" - }, -/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/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" = ( +/area/security/main) +"ftt" = ( /obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 4; + dir = 1; name = "air vent" }, -/turf/open/floor/plating{ - icon_state = "panelscorched" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, -/area/storage/D) -"pKi" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 6 +/obj/structure/cable{ + icon_state = "1-2" }, +/turf/open/floor/plasteel/dark, +/area/science/storage) +"ftw" = ( /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; + dir = 10; icon_state = "steel_panel"; name = "steel pannel" }, -/obj/machinery/firealarm{ - dir = 2; - pixel_x = -24 +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" }, -/turf/open/floor/plasteel/dark/side{ +/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, +/area/science/research) +"fut" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ dir = 4 }, -/area/bridge) -"pKz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 5 +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 }, -/obj/machinery/shower{ +/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{ + 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/science/xenobiology) -"pKG" = ( -/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) -"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 = "Medbay"; - 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" = ( +/area/security/prison) +"fvh" = ( /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; + dir = 10; 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, +/area/crew_quarters/bar) +"fvr" = ( +/obj/structure/railing, /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{ +/area/maintenance/fore) +"fvA" = ( +/obj/machinery/light{ dir = 8; - name = "Shop Maintenance Access"; - req_access_txt = "12" + 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{ - 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/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" = ( +/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/loading_area{ +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/light{ dir = 1; - icon_state = "drain"; - name = "drain" + pixel_y = 16 }, -/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" }, -/obj/effect/turf_decal/loading_area{ +/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; - 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" + pixel_x = -7 }, /turf/open/floor/plating, -/area/quartermaster/sorting) -"pLY" = ( -/obj/structure/fans/tiny, -/obj/machinery/door/airlock/external{ +/area/maintenance/solars/port/fore) +"fws" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ dir = 8; - name = "External Access"; - req_access_txt = "12" + name = "scrubbers pipe" }, -/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{ +/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/plasteel, -/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" - }, +/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/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" + icon_state = "4-8" }, -/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 +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 }, /turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"pNg" = ( -/obj/effect/turf_decal/tile/purple, -/obj/machinery/light{ - pixel_y = -1 +/area/bridge) +"fxh" = ( +/obj/machinery/gulag_item_reclaimer{ + pixel_y = 24 }, -/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 +/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/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" - }, +/area/security/processing) +"fxn" = ( /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{ +/area/security/checkpoint/supply) +"fxt" = ( +/obj/effect/turf_decal/tile/red{ dir = 4 }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" +/obj/machinery/button/door{ + id = "permacell2"; + name = "Cell 2 Lockdown"; + pixel_x = -4; + pixel_y = 25; + req_access_txt = "2" }, -/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/button/flasher{ + id = "PCell 2"; + pixel_x = 6; + pixel_y = 24 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" +/turf/open/floor/plasteel{ + icon_state = "floor_plate" }, -/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{ +/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 }, -/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{ +/turf/open/floor/plasteel{ dir = 1; - icon_state = "half_stairs"; - name = "steps" + icon_state = "floor_trim" }, -/obj/structure/disposalpipe/segment{ - dir = 9 +/area/engine/engineering) +"fyk" = ( +/turf/open/floor/carpet, +/area/security/detectives_office) +"fyv" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 }, -/turf/open/floor/plasteel/dark{ +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig) +"fyx" = ( +/obj/machinery/door/airlock/external{ dir = 1; - icon_state = "darkfull_trim" + name = "Supply Dock Airlock"; + req_access_txt = "31" }, -/area/maintenance/starboard/aft/upper) -"pOd" = ( -/obj/structure/cable{ - icon_state = "1-4" +/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/structure/cable{ - icon_state = "1-8" +/obj/effect/landmark/carpspawn, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"fyC" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 }, -/obj/structure/disposalpipe/segment{ - dir = 5 +/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/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/button/flasher{ + id = "PCell 1"; + pixel_x = 6; + pixel_y = 24 }, /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 +/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 }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet/locker) -"pOF" = ( +/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{ + 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) +"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, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/carpet, +/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, +/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; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + 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{ + 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, +/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; @@ -103651,1331 +26846,2792 @@ }, /turf/open/floor/plasteel/dark, /area/security/warden) -"pOR" = ( -/obj/effect/spawner/structure/window, -/obj/machinery/door/firedoor{ +"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 }, -/turf/open/floor/plating, -/area/library) -"pOV" = ( /obj/structure/cable{ icon_state = "4-8" }, -/obj/structure/disposalpipe/segment{ - dir = 6 +/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/port) -"pOW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/area/maintenance/solars/port/fore) +"fGw" = ( +/obj/structure/chair{ + dir = 8 }, -/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/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 = "1-2" + icon_state = "4-8" }, -/obj/effect/turf_decal/delivery, +/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" }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/obj/structure/cable{ + icon_state = "1-2" }, -/area/ai_monitored/turret_protected/ai_upload) -"pPm" = ( +/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/crew_quarters/theatre) -"pPD" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on{ - dir = 1 - }, -/obj/structure/cable/yellow{ +/area/engine/engineering) +"fIu" = ( +/obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/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" }, -/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, +"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/department/engine/upper) -"pPU" = ( +/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" = ( +/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/plasteel/dark{ - dir = 8; - icon_state = "darkfull_plate" +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"fNR" = ( +/obj/machinery/atmospherics/pipe/simple/green/visible{ + dir = 4 }, -/area/security/main/upper) -"pQa" = ( +/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 + }, +/area/medical/psych) +"fOp" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/courtroom) +"fOy" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/machinery/doorButtons/access_button{ + idDoor = "virology_airlock_interior"; + idSelf = "virology_airlock_control"; + name = "Virology Access Button"; + pixel_x = 8; + pixel_y = -28; + req_access_txt = "39" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/open/floor/plasteel/white, +/area/medical/virology) +"fOL" = ( +/obj/machinery/atmospherics/pipe/simple/supply/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) +"fOM" = ( +/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) +"fOS" = ( +/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) +"fOV" = ( +/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/requests_console{ + department = "Science"; + departmentType = 2; + name = "Science Requests Console"; + pixel_y = 30; + receive_ore_updates = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/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" = ( +/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" + }, +/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, +/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/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" - }, +/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/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{ +/area/medical/virology) +"fTc" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ 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 + 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" }, -/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{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/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/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" +/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/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{ +/turf/open/floor/grass, +/area/medical/genetics) +"fTy" = ( +/obj/effect/turf_decal/tile/neutral{ 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{ +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/door/window/southleft{ 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" - }, -/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/plating, -/area/maintenance/starboard) -"pUg" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; - name = "air supply pipe" - }, -/turf/closed/wall, -/area/crew_quarters/locker) -"pUn" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 - }, -/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/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" + name = "Reception Desk"; + req_access_txt = "1" }, /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 - }, +"fTO" = ( /obj/structure/table, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"pUS" = ( -/obj/item/trash/carbonnanotube_noodles, -/turf/open/floor/plating{ - icon_state = "platingdmg3" +/obj/machinery/button/door{ + id = "Secure Gate"; + name = "Cell Shutters"; + pixel_x = -6 }, -/area/maintenance/fore/upper) -"pUX" = ( -/obj/structure/medkit_cabinet{ - pixel_x = -26 +/obj/machinery/button/door{ + id = "Prison Gate"; + name = "Prison Wing Lockdown"; + pixel_x = -6; + pixel_y = 9; + req_access_txt = "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/hallway/primary/fore) -"pVc" = ( -/obj/structure/cable{ - icon_state = "1-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{ - 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/medical/psych) -"pWD" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 8 - }, -/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 = 4; + dir = 5; 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/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/plating, -/area/maintenance/starboard/upper) -"pWY" = ( +/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 = 9; + dir = 4; name = "scrubbers pipe" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; + dir = 8; name = "air supply pipe" }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/obj/machinery/light_switch{ - pixel_x = 23 +/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/quartermaster/storage) -"pWZ" = ( -/obj/machinery/light/small{ - dir = 8; - pixel_x = -7 - }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ +/area/crew_quarters/fitness) +"fUR" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ dir = 4; - name = "air scrubber" + name = "air supply pipe" }, -/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; +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; 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" + icon_plating = "floor"; + icon_state = "floor_whole" }, -/area/quartermaster/mail) -"pXm" = ( +/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/blue{ - dir = 9 +/obj/effect/turf_decal/tile/red{ + dir = 8 }, -/turf/open/floor/plasteel/white{ +/turf/open/floor/plasteel{ dir = 1; - icon_state = "plaswhite_plate" + icon_state = "floor_plate" }, -/area/medical/medbay/upper) -"pXv" = ( -/turf/open/transparent/openspace, -/area/security/brig/upper) -"pXw" = ( +/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 = 9 + 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" = ( +/obj/machinery/door/window/northleft{ + base_state = "right"; + dir = 8; + icon_state = "right"; + name = "Containment Pen"; + req_access_txt = "55" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/science/xenobiology) +"gca" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/closed/wall/r_wall, +/area/maintenance/disposal/incinerator) +"gcu" = ( +/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/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) +"gcR" = ( +/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/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/grass, +/area/medical/genetics) +"gdb" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"gdh" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel/grimy, +/area/chapel/office) +"gdi" = ( +/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) +"gdt" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Departures"; + location = "ACH" + }, +/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 + }, +/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" }, -/obj/machinery/status_display{ - layer = 4; - pixel_y = 26 +/turf/open/floor/plasteel/dark, +/area/science/research) +"gdI" = ( +/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, +/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" + }, +/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" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 10; + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/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/layenia/cloudlayer) +"gfn" = ( +/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) +"gfr" = ( +/obj/effect/turf_decal/bot, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"gfs" = ( +/turf/open/floor/plasteel/white/corner{ + dir = 8 + }, +/area/medical/psych) +"gfN" = ( +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/locker) +"gfR" = ( +/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) +"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" = ( +/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" + }, +/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) +"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" = ( +/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/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{ + 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" + }, +/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{ + 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" + }, +/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" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + 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 + }, +/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{ + icon_state = "floor_plate" + }, +/area/crew_quarters/fitness/pool) +"glV" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Prisoner Processing"; + req_access_txt = "2" + }, +/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" + }, +/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) +"gme" = ( +/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{ + 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/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)" + }, +/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{ + dir = 4 + }, +/area/security/main) +"gmB" = ( +/obj/structure/cable{ + icon_state = "4-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"; + dir = 1; + name = "Mining Dock 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, +/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, +/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" }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ +/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{ +/turf/open/floor/plasteel/white, +/area/security/prison) +"gqq" = ( +/obj/machinery/door/window/westleft{ + base_state = "right"; dir = 1; - icon_state = "floor_plate" + icon_state = "right"; + name = "Brig Infirmary" }, -/area/crew_quarters/dorms/upper) -"pXy" = ( -/obj/structure/cable{ - icon_state = "0-2" +/obj/effect/turf_decal/tile/red{ + dir = 1 }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/effect/turf_decal/tile/red{ + dir = 4 }, -/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/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/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 = 1 - }, -/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" +/turf/open/floor/plasteel/white, +/area/security/prison) +"gqv" = ( +/obj/structure/window/reinforced{ + dir = 1 }, -/area/crew_quarters/lounge) -"pYd" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/brown{ +/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 }, -/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 +/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"; @@ -104986,728 +29642,139 @@ icon_state = "floor_plate" }, /area/hallway/primary/port/fore) -"pYn" = ( -/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) -"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 = 19 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore/upper) -"pYz" = ( -/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) -"pYM" = ( -/obj/effect/turf_decal/weather/grass/line{ - dir = 6 - }, -/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{ +"gqD" = ( +/obj/structure/toilet{ 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" - }, -/obj/machinery/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/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/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/freezer, +/area/crew_quarters/toilet/restrooms) +"gqL" = ( /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{ +/area/engine/atmos) +"gre" = ( +/turf/open/floor/plasteel{ 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, +/area/hallway/primary/port) +"grE" = ( /obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/white/side{ - dir = 4 - }, -/area/science/research) -"qcD" = ( -/obj/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/supply/hidden/layer3{ - dir = 10; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard/upper) -"qcG" = ( -/obj/effect/turf_decal/tile/neutral{ dir = 5 }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain_corner"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" - }, -/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, +/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/turret_protected/aisat/service) -"qcV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/white, -/area/science/research) -"qcW" = ( -/obj/machinery/shower{ - dir = 8 - }, -/obj/structure/sign/warning/securearea{ - pixel_x = 32 - }, -/obj/effect/turf_decal/stripes/line{ +/area/ai_monitored/storage/eva) +"grL" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/window/reinforced{ dir = 4 }, -/turf/open/floor/plasteel/white/side{ - dir = 8 - }, -/area/science/research) -"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/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/tile/brown, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark/side{ +/obj/structure/window/reinforced{ dir = 1 }, -/area/quartermaster/miningdock) -"qdd" = ( +/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/structure/railing{ - dir = 4 +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/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; + dir = 1; 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{ + 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 = "0-8" + icon_state = "1-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 +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/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" = ( +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"gtj" = ( /obj/effect/turf_decal/loading_area{ dir = 8; icon_state = "drain"; @@ -105726,91 +29793,21 @@ dir = 4 }, /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/pen, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/area/science/misc_lab) -"qeX" = ( -/obj/structure/chair/foldingchair{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/turf/open/floor/plasteel/dark, -/area/security/brig/upper) -"qeZ" = ( -/obj/machinery/light{ - pixel_y = -1 - }, +"gtn" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" }, -/turf/open/floor/plasteel/dark, -/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 - }, -/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{ + dir = 8; 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/dark{ - icon_state = "darkfull_whole_alt" - }, -/area/science/misc_lab) -"qfG" = ( +/turf/open/floor/plasteel, +/area/science/xenobiology) +"gtt" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, @@ -105820,159 +29817,489 @@ /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{ + dir = 1; + icon_state = "floor_plate" + }, +/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" = ( +/obj/structure/closet/crate/internals, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/clothing/suit/hazardvest{ + desc = "A high-visibility lifejacket complete with whistle and slot for oxygen tanks."; + name = "emergency lifejacket" + }, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/item/flashlight, +/obj/effect/turf_decal/bot{ + dir = 1 + }, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/turf/open/floor/plasteel/dark, +/area/gateway) +"guP" = ( +/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/science/xenobiology) +"guS" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/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{ + 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/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{ + 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{ + 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/hallway/primary/fore) +"gvR" = ( +/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) +"gwb" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/crew_quarters/fitness) +"gwf" = ( +/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" + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"gwo" = ( +/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) +"gwA" = ( +/obj/machinery/atmospherics/pipe/simple/supply/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/plating, -/area/maintenance/fore/upper) -"qfL" = ( -/obj/structure/window/reinforced, -/obj/structure/railing{ +/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/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 - }, -/turf/open/floor/plating, -/area/science/misc_lab) -"qfO" = ( -/obj/machinery/vending/wardrobe/sec_wardrobe, -/obj/machinery/light{ +/obj/effect/turf_decal/tile/red, +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/airalarm{ dir = 8; - pixel_x = -7 + 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" }, -/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) -"qgm" = ( -/obj/machinery/light{ +"gyr" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ dir = 8; - pixel_x = -7 + name = "air supply pipe" }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" +/turf/open/floor/plasteel/white, +/area/science/research) +"gyu" = ( +/obj/structure/sink{ + dir = 4; + pixel_x = 11 }, -/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 = 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) -"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/structure/mirror{ + pixel_x = 28 }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" @@ -105983,338 +30310,685 @@ /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{ +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/toilet) +"gyE" = ( +/obj/effect/turf_decal/stripes/line{ 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{ +/obj/machinery/atmospherics/pipe/manifold4w/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/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer3{ + name = "air supply pipe" }, /obj/structure/cable{ icon_state = "2-8" }, -/turf/open/floor/plasteel/dark, -/area/security/range) -"qii" = ( -/obj/machinery/atmospherics/pipe/simple/general/visible{ - dir = 9 +/obj/structure/disposalpipe/segment{ + dir = 6 }, -/obj/item/wrench, -/obj/item/crowbar, -/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 = "4-8" }, /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{ +"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 }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole_alt" +/area/hallway/primary/starboard) +"gyR" = ( +/obj/structure/chair{ + name = "Judge" }, -/area/science/misc_lab) -"qiX" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/shutters/preopen{ +/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; - id = "Holodeckshutter"; - name = "Holodeck Shutter" + 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" }, -/turf/open/floor/plating, -/area/crew_quarters/locker) -"qjj" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 10 +/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/structure/railing/handrail{ - dir = 8 - }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, /turf/open/floor/plasteel{ dir = 8; icon_state = "floor_plate" }, -/area/quartermaster/office) -"qjn" = ( -/obj/effect/turf_decal/tile/green{ - dir = 8 +/area/maintenance/fore) +"gDH" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 }, -/turf/open/floor/plasteel, -/area/crew_quarters/locker) -"qju" = ( -/obj/structure/flora/rock/jungle{ - pixel_x = -8; - pixel_y = 11 +/obj/machinery/camera{ + c_tag = "MiniSat Maintenance Storage"; + network = list("minisat"); + start_active = 1 }, -/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{ +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"gEn" = ( +/obj/machinery/light{ dir = 4; - icon_state = "linealt_corner"; - name = "line" + pixel_x = 7 }, -/turf/open/floor/plasteel/dark/side, -/area/security/prison) -"qkf" = ( -/turf/open/floor/wood{ - icon_state = "wood-broken4" +/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" }, -/area/maintenance/starboard/aft/upper) -"qkg" = ( +/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 }, -/obj/effect/turf_decal/stripes/red/line{ - dir = 9 +/turf/open/floor/plasteel/white, +/area/medical/virology) +"gEL" = ( +/obj/machinery/door/airlock/external{ + name = "Security External Airlock"; + req_access_txt = "63" }, -/obj/effect/turf_decal/stripes/corner{ +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ 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/structure/fans/tiny, +/turf/open/floor/plating, +/area/maintenance/fore) +"gEM" = ( /obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" + dir = 8; + icon_state = "drain"; + name = "drain" }, -/turf/open/floor/plasteel/dark/corner, -/area/hallway/primary/fore/upper) -"qkz" = ( +/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/machinery/vending/wardrobe/science_wardrobe, -/turf/open/floor/plasteel/white, -/area/science/lab) -"qkB" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 10 +/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/weather/grass/corner{ - dir = 1 +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" }, -/turf/open/floor/plasteel/dark{ +/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; - icon_state = "darkfull_plate" + name = "air supply pipe" }, -/area/hallway/primary/port) -"qkH" = ( -/obj/effect/turf_decal/tile/green{ - dir = 10 +/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"; @@ -106324,44 +30998,2017 @@ dir = 8; icon_state = "floor_trim" }, -/area/hallway/primary/fore) -"qkI" = ( -/obj/machinery/door/window/northleft{ - base_state = "right"; +/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; - icon_state = "right"; - name = "Containment Pen"; - req_access_txt = "55" + 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" }, -/obj/machinery/door/poddoor/preopen{ +/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; - 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 + name = "air supply pipe" }, /turf/open/floor/plasteel, -/area/crew_quarters/bar) -"qlb" = ( -/obj/machinery/door/airlock{ - dir = 4; - name = "Cafe Maintenance"; - req_access_txt = "74" +/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" + }, +/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" = ( +/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; + name = "scrubbers pipe" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/open/floor/plasteel/white, +/area/science/lab) +"hfI" = ( +/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/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{ + dir = 8 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/artatrium) +"hgG" = ( +/obj/effect/turf_decal/caution/stand_clear{ + dir = 1 + }, +/turf/open/indestructible/concrete, +/area/layenia) +"hgU" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 32 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" + }, +/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" + }, +/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 + }, +/turf/open/floor/plasteel, +/area/construction/mining/aux_base) +"hik" = ( +/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) +"hil" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/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" + }, +/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, +/area/security/processing) +"hiI" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/white/side{ + 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{ + 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" @@ -106373,67 +33020,1553 @@ /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/area/maintenance/starboard/central/upper) -"qlc" = ( +/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/structure/chair/stool{ +/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/virology) -"qlg" = ( -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/tree/jungle/small{ - icon_state = "tree"; - pixel_x = -20; - pixel_y = -9 +/area/medical/chemistry) +"hnH" = ( +/obj/structure/chair/stool, +/obj/effect/turf_decal/stripes/line{ + dir = 9 }, -/turf/open/floor/grass, -/area/crew_quarters/dorms/upper) -"qlk" = ( -/obj/effect/turf_decal/tile/blue{ +/obj/machinery/atmospherics/components/binary/pump{ dir = 4 }, -/obj/effect/turf_decal/tile/blue{ +/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/structure/table, +/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/security/prison) -"qls" = ( -/obj/structure/table, +/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; + name = "air supply pipe" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/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"; + 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" + }, +/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/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 + }, +/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" + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab) +"hxx" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/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 + }, +/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) +"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/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/turf/open/indestructible/concrete, +/area/layenia/cloudlayer) +"hyc" = ( +/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) +"hyt" = ( +/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, +/area/chapel/main) +"hyx" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/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/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{ + 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 = 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" + }, +/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" + }, +/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 }, -/obj/effect/turf_decal/tile/green, -/obj/item/paper_bin{ - pixel_x = -2; - pixel_y = 5 +/turf/open/floor/plasteel, +/area/security/courtroom) +"hBn" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 4 }, -/obj/item/pen/red, -/turf/open/floor/plasteel/white/side{ +/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 }, -/area/medical/virology) -"qlw" = ( +/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/machinery/door/poddoor/preopen{ - id = "cargoshut2"; - name = "shutters" +/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; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" + }, +/area/engine/engineering) +"hDa" = ( +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/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/quartermaster/qm) -"qlF" = ( +/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{ + 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 @@ -106444,167 +34577,110 @@ /obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/structure/disposalpipe/segment{ +/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/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" +/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/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{ +/area/science/mixing) +"hIj" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing, +/obj/machinery/light{ dir = 1; - icon_state = "drain"; - name = "drain" + pixel_y = 16 }, -/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{ +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"hIs" = ( +/obj/structure/toilet{ 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 +/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/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, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, /turf/open/floor/plasteel{ - dir = 8; + dir = 1; icon_state = "floor_plate" }, -/area/hallway/secondary/entry/upper) -"qmZ" = ( +/area/security/brig) +"hIF" = ( +/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) +"hIO" = ( /obj/structure/table, /obj/item/assembly/prox_sensor{ pixel_x = -8; @@ -106634,18593 +34710,424 @@ }, /turf/open/floor/plasteel/white, /area/science/robotics/lab) -"qnk" = ( -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"qnl" = ( -/obj/structure/filingcabinet/chestdrawer, +"hIT" = ( +/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) +"hIW" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/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, +/area/ai_monitored/turret_protected/ai) +"hIY" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" + }, +/turf/open/floor/plasteel, +/area/security/processing) +"hJa" = ( +/obj/effect/decal/cleanable/oil{ + icon_state = "floor5" + }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/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{ + dir = 8 + }, +/obj/effect/landmark/event_spawn, /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" +/area/medical/medbay/central) +"hJB" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/science/robotics/lab) -"qnn" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 6 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, +/obj/machinery/camera{ + c_tag = "Cargo Bay East"; + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light_switch{ + pixel_x = 23 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/quartermaster/storage) +"hJI" = ( +/turf/closed/wall/r_wall, +/area/maintenance/disposal) +"hJO" = ( /obj/effect/turf_decal/loading_area{ + dir = 8; icon_state = "drain"; name = "drain" }, -/obj/structure/chair{ +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/brown{ 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{ + dir = 8; + icon_state = "floor_plate" + }, +/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{ + 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{ + 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{ + dir = 4 + }, +/obj/structure/medkit_cabinet{ + pixel_y = 27 + }, /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 +/area/security/prison) +"hKA" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" }, /obj/effect/turf_decal/stripes/line{ - dir = 9 + dir = 1 }, +/obj/effect/turf_decal/stripes/line, /turf/open/floor/plasteel/dark, -/area/science/xenobiology) -"qns" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 6 +/area/ai_monitored/turret_protected/ai) +"hKF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 }, -/turf/open/floor/plasteel/white{ - icon_state = "plaswhite_plate" +/obj/machinery/atmospherics/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/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{ +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ 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 - }, -/area/science/research) -"qof" = ( +/turf/open/floor/plasteel, +/area/maintenance/starboard) +"hKL" = ( /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/item/aiModule/supplied/freeform, /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 +/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) -"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" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"qpe" = ( -/obj/structure/closet/secure_closet/bar{ - req_access_txt = "25" - }, -/obj/machinery/camera{ - c_tag = "Bar Backroom" - }, -/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/tile/red{ - dir = 10 - }, -/turf/open/floor/plasteel/dark{ - dir = 8; - icon_state = "darkfull_plate" - }, -/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 - }, -/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/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 - }, -/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 = "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" - }, -/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) -"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/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 = 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" - }, -/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" - }, -/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) -"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 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 1 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 4 - }, -/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/hallway/primary/aft) -"qyf" = ( -/obj/machinery/computer/card, -/obj/machinery/status_display/ai{ - pixel_y = 26 - }, -/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/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/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" - }, -/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/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) -"qBS" = ( -/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/beacon{ - layer = 4; - pixel_y = 15 - }, -/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; - name = "Atmospherics Maintenance"; - req_access_txt = "12;24" - }, -/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/stripes/line{ - dir = 4 - }, -/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{ - 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/port) -"qCu" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 9 - }, -/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{ - 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; - 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/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 = 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 = "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; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 8; - name = "scrubbers pipe" - }, -/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) -"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/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 = 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 = 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) -"qHB" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/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) -"qHG" = ( -/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_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 - }, -/area/engine/break_room) -"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/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/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/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 = "0-8" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"qIF" = ( -/obj/structure/chair/bench/metal/left{ - 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) -"qIJ" = ( -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "cargoshut1"; - name = "shutters" - }, -/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/aft) -"qIL" = ( -/obj/machinery/camera{ - c_tag = "Aft Primary Hallway West"; - dir = 6 - }, -/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) -"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/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/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/atmospherics/pipe/simple/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/upper) -"qJz" = ( -/obj/structure/cable{ - icon_state = "0-2" - }, -/obj/machinery/door/firedoor{ - 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/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/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; - name = "air supply pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/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" - }, -/turf/open/floor/plasteel, -/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 = 4; - icon_state = "drain"; - name = "drain" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/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/aft/upper) -"qLL" = ( -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 25 - }, -/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) -"qLN" = ( -/obj/effect/turf_decal/loading_area{ - dir = 5; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/dark, -/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" - }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - 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" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plating, -/area/maintenance/port) -"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/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/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/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/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" - }, -/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 = "1-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) -"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/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, -/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; - 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/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/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft) -"qTU" = ( -/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 - }, -/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" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/open/floor/plasteel/white{ - icon_state = "plaswhite_traction_whole" - }, -/area/medical/chemistry) -"qUF" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/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/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 8; - name = "air vent" - }, -/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" - }, -/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{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole_alt" - }, -/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/machinery/atmospherics/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) -"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/machinery/atmospherics/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" - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/hallway/primary/starboard) -"qWR" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 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 - }, -/obj/machinery/camera{ - c_tag = "Firing Range Room"; - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel/dark, -/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/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/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) -"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/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 - }, -/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) -"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) -"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 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/security/processing) -"rzA" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/sign/departments/restroom{ - pixel_x = 32 - }, -/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) -"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/janitor/upper) -"rAi" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/turf/open/floor/plasteel, -/area/quartermaster/storage) -"rAC" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 1; - name = "air scrubber" - }, -/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/atmospherics/pipe/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{ - pixel_y = 24 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/area/crew_quarters/dorms/upper) -"rAK" = ( -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/quartermaster/storage) -"rAM" = ( -/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) -"rAU" = ( -/obj/structure/disposalpipe/segment, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/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/port/aft/upper) -"rBo" = ( -/turf/open/floor/plating, -/area/maintenance/department/engine/upper) -"rBs" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/white{ - icon_state = "plaswhite_traction" - }, -/area/medical/chemistry) -"rBu" = ( -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/white{ - icon_state = "plaswhite_traction" - }, -/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/white{ - icon_state = "plaswhite_traction" - }, -/area/medical/chemistry) -"rBB" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 5 - }, -/obj/structure/table, -/turf/open/floor/plasteel/dark{ - dir = 4; - icon_state = "darkfull_plate" - }, -/area/crew_quarters/dorms/upper) -"rBC" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/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 = "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; - 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) -"rFb" = ( -/obj/structure/reagent_dispensers/watertank/high, -/obj/effect/turf_decal/bot, -/obj/item/reagent_containers/glass/bucket{ - pixel_x = -16; - pixel_y = -5 - }, -/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/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 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/stripes/line, -/obj/structure/chair/office/dark, -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plasteel/dark, -/area/engine/engineering) -"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" = ( +"hKX" = ( /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" + id = "Cell 2"; + name = "Cell 2 Locker" }, /turf/open/floor/plasteel{ - dir = 1; + dir = 4; 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{ - 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, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/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{ - dir = 5; - 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) -"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" = ( +"hLf" = ( /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) -"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" - }, -/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) -"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/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/hydroponics) -"sml" = ( -/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) -"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" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/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{ - icon_state = "floor_plate" - }, -/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/transparent/openspace, -/area/crew_quarters/theatre) -"soq" = ( -/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) -"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 - }, -/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{ - 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/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" - }, -/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/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) -"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 - }, -/obj/structure/railing{ - dir = 1 - }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"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{ +/turf/open/floor/plasteel, +/area/security/brig) +"hLs" = ( +/obj/effect/turf_decal/tile/brown{ 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{ + dir = 10; 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; + dir = 10; 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, +"hLx" = ( /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" = ( +/area/medical/medbay/central) +"hLF" = ( /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; + dir = 1; name = "air scrubber" }, -/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel, +/area/maintenance/fore) +"hLL" = ( /obj/effect/turf_decal/loading_area{ - icon_state = "drain_corner"; + dir = 1; + icon_state = "drain"; name = "drain" }, +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, /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) -"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" - }, +"hLN" = ( /obj/structure/cable{ icon_state = "1-2" }, -/obj/effect/turf_decal/loading_area{ - color = "#55391A"; - dir = 4; - icon_state = "siding_wood_line"; - name = "wood" +/obj/effect/turf_decal/tile/red{ + dir = 8 }, -/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/effect/turf_decal/tile/red, /obj/structure/cable{ icon_state = "1-4" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; name = "air supply pipe" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 8; 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{ +/turf/open/floor/plasteel{ dir = 1; - icon_state = "stairs_darkfull_m"; - name = "dark medium" + icon_state = "floor_plate" }, -/area/chapel/main) -"sNg" = ( -/obj/machinery/atmospherics/pipe/layer_manifold, -/obj/structure/cable{ - icon_state = "1-2" +/area/security/brig) +"hLO" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" }, -/obj/effect/turf_decal/tile/green{ - dir = 6 +/obj/structure/disposalpipe/segment{ + dir = 9 }, -/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 +/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{ - dir = 1 +/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 = 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 + icon_state = "floor_plate" }, -/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" = ( +/area/security/brig) +"hMI" = ( /obj/machinery/gateway{ dir = 10 }, @@ -125237,246 +35144,29 @@ }, /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 - }, +"hMO" = ( /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/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_scrubber/on/layer1{ + dir = 4; + name = "air scrubber" + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/area/engine/break_room) +"hNa" = ( +/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" @@ -125487,643 +35177,132 @@ /obj/structure/cable{ icon_state = "1-2" }, -/obj/effect/turf_decal/tile/blue{ - dir = 6 +/turf/open/floor/plasteel/white/corner, +/area/science/misc_lab) +"hNd" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Inner South"; + dir = 4; + network = list("ss13","rd") }, -/turf/open/floor/plasteel/white{ - icon_state = "plaswhite_trim" +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 }, -/area/medical/medbay/upper) -"sQz" = ( -/obj/structure/cable{ - icon_state = "4-8" +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" }, -/turf/open/floor/plasteel/stairs/medium{ - dir = 1 +/area/science/xenobiology) +"hNs" = ( +/obj/effect/turf_decal/tile/red{ + dir = 8 }, -/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/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/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{ +/obj/structure/disposalpipe/junction{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral{ +/turf/open/floor/plasteel, +/area/security/brig) +"hNy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/loading_area{ 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/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" }, -/obj/machinery/light/small{ +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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{ + dir = 8; + pixel_x = -7 + }, +/turf/open/floor/plasteel/dark, +/area/science/misc_lab) +"hNN" = ( +/obj/machinery/light{ 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) -"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/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 }, -/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{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ 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" = ( +/area/engine/engineering) +"hNP" = ( /obj/effect/turf_decal/loading_area{ - dir = 1; + dir = 4; 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/closet/crate, /obj/structure/cable{ - icon_state = "1-8" + icon_state = "1-2" }, -/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" +/turf/open/floor/plating, +/area/quartermaster/miningdock) +"hNS" = ( +/obj/machinery/door/airlock/external{ + name = "Nuclear Reactor Access"; + req_access_txt = "24" }, -/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/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 }, /obj/structure/cable{ icon_state = "1-2" }, -/turf/open/floor/plasteel, -/area/security/processing) -"sVA" = ( +/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 @@ -126137,5418 +35316,205 @@ }, /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 - }, +"hOH" = ( /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/door/airlock/security/glass{ - dir = 4; - name = "Rec 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{ - 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) -"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/door/airlock/public/glass{ - name = "Fitness" - }, -/obj/machinery/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/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 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/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" - }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/crew_quarters/heads/cmo) -"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 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/turret_protected/ai) -"tCb" = ( -/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) -"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{ +"hOK" = ( +/obj/effect/turf_decal/tile/yellow{ dir = 8 }, +/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/light_switch{ + pixel_x = -23 }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - name = "air supply pipe" +/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{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 }, /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) -"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" = ( +"hPd" = ( /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/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) -"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) -"tGv" = ( +/area/security/courtroom) +"hPn" = ( /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/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/machinery/computer/security/telescreen/circuitry, /obj/effect/turf_decal/tile/red{ dir = 1 }, /obj/effect/turf_decal/tile/red{ - dir = 8 + dir = 4 }, /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 +/obj/machinery/airalarm{ + pixel_y = 25 }, +/obj/item/book/manual/wiki/security_space_law, /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" +/area/security/checkpoint/science) +"hPr" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken" }, -/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" +/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" }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/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, +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, /area/crew_quarters/fitness/pool) -"tGX" = ( -/obj/structure/cable{ - icon_state = "2-8" - }, -/obj/effect/turf_decal/stripes/line{ +"hQz" = ( +/obj/structure/flora/junglebush/large, +/obj/structure/window/reinforced{ 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{ + dir = 8; 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" + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_plate" + }, +/area/hallway/primary/port) +"hRh" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ + dir = 4 + }, +/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/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" @@ -131560,466 +35526,304 @@ /obj/structure/cable{ icon_state = "4-8" }, +/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" + }, +/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" = ( +/obj/machinery/atmospherics/pipe/simple/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" + icon_state = "4-8" }, /obj/structure/disposalpipe/segment{ dir = 4 }, +/turf/open/floor/plating, +/area/maintenance/port) +"hSz" = ( +/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{ + dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"hSB" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/engine/atmos) +"hSI" = ( +/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) +"hSO" = ( +/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, +/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 + }, +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"hTp" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/machinery/light_switch{ + pixel_y = 28 + }, +/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" = ( +/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) +"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) -"tHt" = ( -/obj/machinery/vending/snack/random, -/turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry/upper) -"tHu" = ( -/obj/machinery/newscaster{ - pixel_y = 28 +"hUi" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/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{ +/obj/machinery/atmospherics/components/binary/pump{ dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" +/turf/open/floor/plasteel, +/area/science/xenobiology) +"hUm" = ( +/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/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" }, -/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; +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; name = "scrubbers pipe" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; +/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/theatre) -"tIa" = ( +/area/maintenance/aft) +"hUz" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, /obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small{ + pixel_y = -1 }, -/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{ +/turf/open/floor/plasteel/dark, +/area/security/execution/transfer) +"hUB" = ( +/obj/machinery/firealarm{ dir = 4; - name = "mining warehouse airlock"; - req_access_txt = "48" + pixel_x = 24 }, -/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" +/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 = 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 + icon_state = "floor_trim" }, -/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" +/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) -"tJZ" = ( +"hUY" = ( +/obj/effect/baseturf_helper/asteroid/layenia, /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" +/area/library/lounge) +"hVa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 }, /obj/structure/cable, -/obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/heads/cmo) -"tKm" = ( +/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) +"hVe" = ( +/obj/machinery/atmospherics/pipe/simple/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 + }, +/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; @@ -132029,497 +35833,24 @@ 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" - }, +"hVP" = ( /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{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; - icon_state = "drain_corner"; - name = "drain" + name = "scrubbers pipe" }, -/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{ +/turf/open/floor/plasteel/freezer, +/area/crew_quarters/fitness) +"hVQ" = ( +/obj/effect/turf_decal/tile/red{ 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/effect/turf_decal/tile/red, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" @@ -132528,2696 +35859,117 @@ 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{ + dir = 8; 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" = ( +/area/security/brig) +"hVU" = ( /obj/effect/turf_decal/loading_area{ + dir = 8; 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{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; - pixel_x = -7 + name = "air supply pipe" }, -/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{ +/turf/open/floor/plasteel{ dir = 8; - id = "maint2" + icon_state = "floor_plate" }, -/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{ +/area/crew_quarters/fitness) +"hVX" = ( +/obj/machinery/status_display/ai{ 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{ +/obj/effect/turf_decal/stripes/line{ 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 +/area/crew_quarters/heads/hor) +"hWb" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_x = 8; + pixel_y = 13 }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 1; - name = "scrubbers pipe" +/obj/item/reagent_containers/syringe{ + pixel_y = 4 }, -/obj/structure/disposalpipe/junction{ - dir = 4 +/obj/item/reagent_containers/syringe{ + pixel_y = 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" +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_x = 4; + pixel_y = 10 }, +/turf/open/floor/plasteel/dark, /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 - }, +"hWd" = ( +/turf/open/floor/plasteel/dark, /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" +"hWf" = ( +/obj/structure/cable{ + icon_state = "0-4" }, -/obj/effect/spawner/structure/window/reinforced, /obj/structure/cable, -/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id = "Secure Gate"; + name = "brig shutters" + }, +/obj/effect/spawner/structure/window/reinforced, /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 - }, +/area/security/brig) +"hWn" = ( /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, /obj/effect/turf_decal/tile/red{ - dir = 5 + dir = 4 }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" +/obj/effect/turf_decal/tile/red{ + dir = 1 }, -/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) -"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 + c_tag = "Brig East" }, -/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, +/turf/open/floor/plasteel, +/area/security/brig) +"hWq" = ( /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" + id = "Secure Gate"; + name = "brig shutters" }, -/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" +/area/security/brig) +"hWw" = ( +/obj/machinery/door/airlock/medical{ + dir = 8; + name = "Medbay Break Room"; + req_access_txt = "5" }, -/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{ +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue{ 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" @@ -135226,10464 +35978,1200 @@ 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 = "8" - }, -/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" +/area/medical/medbay/central) +"hWz" = ( +/obj/machinery/door/airlock/engineering{ + 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, +/turf/open/floor/plasteel/dark, +/area/engine/engineering/reactor_control) +"hWA" = ( +/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{ + 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 + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"hXq" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/wood, +/area/crew_quarters/fitness) +"hXr" = ( +/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) +"hXw" = ( +/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/engine/break_room) +"hXF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/open/floor/plasteel/dark, +/area/security/processing) +"hXH" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/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/ai) +"hXM" = ( +/obj/machinery/computer/operating{ + dir = 1 + }, +/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" + }, +/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/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/door/airlock/external{ + name = "Labor Camp Shuttle Airlock" + }, +/turf/open/floor/plating, +/area/security/processing) +"hXX" = ( +/obj/machinery/door/window/eastright{ + base_state = "left"; + dir = 1; + icon_state = "left"; + name = "Security Delivery"; + req_access_txt = "1" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/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/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" = ( +/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, +/area/crew_quarters/bar) +"hYt" = ( +/obj/structure/flora/crystal/small/growth{ + icon_state = "crystalgrowth3" + }, +/turf/open/indestructible/layenia/crystal/garden, +/area/security/main) +"hYG" = ( +/obj/structure/closet/crate, +/obj/structure/railing{ + dir = 8 + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"hYX" = ( +/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-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, +/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 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/open/floor/engine, +/area/engine/engineering/reactor_core) +"iay" = ( +/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 + }, +/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" + }, +/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 + }, +/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, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/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/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" = ( +/area/crew_quarters/fitness) +"ibX" = ( /obj/effect/turf_decal/tile/red{ - dir = 5 + dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" +/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) -"umE" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/cable{ - icon_state = "0-2" +"ict" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/storage/tech) -"umJ" = ( -/obj/structure/cable/yellow{ - icon_state = "1-4" +/obj/machinery/light{ + pixel_y = -1 }, -/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" +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" }, /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{ +/area/engine/atmos) +"icD" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/turf/open/floor/plasteel{ dir = 4; - pixel_x = 7 + icon_plating = "floor"; + icon_state = "floor_whole" }, -/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{ +/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 = "darkfull_plate" + icon_state = "drain"; + name = "drain" }, -/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) -"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{ +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"idh" = ( +/obj/effect/turf_decal/tile/brown{ 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{ +/obj/effect/turf_decal/tile/yellow{ 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" + icon_state = "floor_plate" }, -/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" = ( +/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{ - name = "scrubbers pipe" - }, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, /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 +"idz" = ( +/obj/machinery/cell_charger{ + pixel_y = 5 }, -/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{ +/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 }, -/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{ + areastring = "/area/science/circuit"; dir = 4; - icon_state = "drain"; - name = "drain" + name = "Circuitry Lab APC"; + pixel_x = 30 }, -/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 +/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/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, -/obj/machinery/door/firedoor, /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/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/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; + dir = 1; 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" +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" }, /turf/open/floor/plasteel/dark, -/area/hallway/primary/port/upper) -"uAB" = ( +/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{ - 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/maintenance/fore) +"ige" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark, /area/hallway/primary/fore) -"uAM" = ( -/obj/effect/turf_decal/tile/green{ - dir = 1 +"igi" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" }, -/obj/effect/turf_decal/tile/green{ - dir = 4 +/turf/open/floor/plating, +/area/maintenance/fore) +"igl" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/machinery/firealarm{ + dir = 4; + pixel_x = 24 }, -/obj/effect/turf_decal/tile/green, -/turf/open/floor/plasteel/white/corner{ +/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/medical/virology) -"uAT" = ( -/obj/structure/table, -/obj/item/paper_bin{ - pixel_x = 1; - pixel_y = 8 +/area/chapel/main) +"igF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, -/obj/item/pen, -/turf/open/floor/plasteel/white{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ dir = 8; - icon_state = "plaswhite_trim" + icon_state = "floor_plate" }, -/area/medical/sleeper) -"uBb" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/barricade/wooden/snowed{ +/area/crew_quarters/dorms) +"igM" = ( +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 +/obj/machinery/atmospherics/pipe/simple/dark/visible{ + dir = 4 }, -/area/maintenance/port/aft) -"uBh" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "steel_panel"; - name = "steel pannel" +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"igS" = ( +/obj/structure/bodycontainer/crematorium{ + id = "crematoriumChapel" }, -/obj/effect/turf_decal/tile/yellow{ - dir = 10 +/obj/machinery/light/small{ + dir = 1; + pixel_y = 16 }, -/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" = ( +/turf/open/floor/plasteel, +/area/chapel/main) +"ihh" = ( /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) -"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 = "8" - }, -/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" = ( +"iht" = ( /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{ +/obj/item/storage/box/matches{ pixel_x = -3; - pixel_y = -3 + pixel_y = 8 }, -/obj/machinery/door/window/northleft{ - name = "First-Aid Supplies"; - red_alert_access = 1; - req_access_txt = "5" +/obj/machinery/camera{ + c_tag = "Chapel Crematorium"; + dir = 8 }, -/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{ +/turf/open/floor/plasteel/dark/side{ dir = 4 }, -/turf/open/floor/plasteel/dark, -/area/security/brig/upper) -"uSp" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 9 - }, +/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) -"uSt" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +"ihV" = ( +/turf/open/floor/plasteel{ + icon_state = "floor_plate" }, -/obj/effect/turf_decal/tile/neutral{ +/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/neutral{ +/obj/effect/turf_decal/tile/purple{ 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 - }, +/area/science/mixing) +"iil" = ( /obj/effect/turf_decal/bot, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole_alt" +/obj/structure/closet/crate{ + icon_state = "crateopen" }, -/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; + dir = 5; 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) -"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" +/obj/structure/disposalpipe/segment{ + dir = 5 }, -/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, +/turf/open/floor/plasteel/dark, +/area/security/processing) +"iio" = ( /obj/machinery/door/firedoor, -/turf/open/floor/plating, -/area/crew_quarters/dorms/upper) -"uVV" = ( -/obj/structure/chair/sofa/right{ - dir = 1 +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Courtroom" }, -/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/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) -"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) -"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" - }, +/turf/open/floor/plasteel/dark, /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{ +"iiu" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ 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{ +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, /obj/effect/turf_decal/tile/neutral{ - dir = 5 + dir = 1 }, -/turf/open/floor/plasteel/dark{ - dir = 4; - icon_state = "darkfull_plate" +/obj/effect/turf_decal/stripes/line, +/obj/structure/chair/office/dark, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"iiy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/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 = 5; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/science/xenobiology) +"iiB" = ( +/turf/closed/wall/r_wall, +/area/ai_monitored/turret_protected/ai) +"iiJ" = ( +/obj/machinery/holopad, +/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/box, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"iiR" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"iiZ" = ( +/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/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" + }, +/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, +/obj/machinery/light{ + 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/floor/engine/vacuum, +/area/engine/engineering) +"ijS" = ( +/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) +"ijV" = ( +/obj/effect/turf_decal/bot, +/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{ + dir = 8 }, -/area/crew_quarters/dorms/upper) -"uYV" = ( /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 + }, /turf/open/floor/plasteel, -/area/hallway/secondary/entry/upper) -"uZa" = ( +/area/engine/engineering) +"ikn" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"ikx" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ikF" = ( +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/crew_quarters/dorms) +"ikH" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, /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{ +/turf/open/floor/plasteel/white/side{ 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, +"ikO" = ( +/obj/item/shard, /turf/open/floor/wood{ - icon_state = "wood-broken" + icon_state = "wood-broken7" }, -/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" = ( +/area/maintenance/fore) +"ikT" = ( /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) -"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, +"ila" = ( /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" - }, -/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 - }, -/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, +/turf/open/chasm/cloud, /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, +"ilh" = ( /obj/structure/cable{ icon_state = "0-4" }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id = "Secure Gate"; + name = "brig shutters" + }, +/obj/effect/spawner/structure/window/reinforced, /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 - }, +/area/security/brig) +"ilv" = ( +/obj/structure/closet/emcloset, /turf/open/floor/plating, -/area/maintenance/starboard/upper) -"vyU" = ( -/obj/effect/turf_decal/tile/blue{ +/area/maintenance/port/aft) +"ily" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/engine/engineering) +"ilI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/effect/turf_decal/tile/green{ dir = 1 }, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, /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{ +/obj/effect/turf_decal/tile/green, +/turf/open/floor/plasteel/white/corner{ 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" = ( +/area/medical/virology) +"ilR" = ( /obj/structure/table, /obj/machinery/button/door{ id = "Biohazard"; @@ -145722,527 +37210,680 @@ dir = 8 }, /area/crew_quarters/heads/hor) -"vGO" = ( -/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, -/area/library) -"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{ +"ilS" = ( +/obj/effect/turf_decal/tile/yellow{ dir = 8 }, -/obj/machinery/requests_console{ - department = "Genetics"; - name = "Genetics Requests Console"; - pixel_y = 27 +/obj/effect/turf_decal/tile/yellow{ + dir = 4 }, -/turf/open/floor/plasteel/white, -/area/medical/genetics) -"vGY" = ( -/obj/machinery/door/airlock/external{ - name = "Disposal External Airlock" +/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/mapping_helpers/airlock/cyclelink_helper, /obj/structure/cable{ icon_state = "1-2" }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"imc" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/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/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/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/maintenance/aft) -"vHe" = ( -/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" +/area/layenia) +"ipm" = ( +/obj/machinery/door/airlock{ + id_tag = "Toilet4"; + name = "Restroom" }, /turf/open/floor/plasteel/freezer, /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/maintenance/fore/secondary"; - dir = 1; - name = "Fore Maintenance APC"; - pixel_y = 24 - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/turf/open/floor/plating, -/area/maintenance/fore/secondary) -"vHh" = ( -/obj/machinery/door/airlock/atmos/abandoned{ - dir = 4; - name = "Atmospherics Maintenance"; - req_access_txt = "12;24" - }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 4; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/area/maintenance/aft) -"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" - }, +"ipo" = ( /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; +/turf/closed/wall, +/area/crew_quarters/fitness) +"ipt" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 1; 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/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" +/obj/structure/disposalpipe/sorting/mail/flip{ + dir = 8; + sortType = 20 }, -/area/security/prison) -"vIi" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"ipu" = ( +/obj/structure/dresser, +/obj/item/clothing/glasses/hud/security/sunglasses/gars{ + pixel_y = 8 }, -/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" = ( +/turf/open/floor/wood, +/area/security/warden) +"ipC" = ( /obj/machinery/light{ dir = 8; pixel_x = -7 }, -/turf/open/floor/plasteel/white{ - icon_state = "plaswhite_plate" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 5; + name = "scrubbers pipe" }, -/area/medical/psych/rec) -"vIp" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 8; - name = "Maintenance Access"; - req_access_txt = "12" +/turf/open/floor/plasteel/dark, +/area/engine/break_room) +"ipF" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft) -"vIq" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 6 +/obj/machinery/button/crematorium{ + id = "crematoriumChapel"; + pixel_x = 25; + req_access_txt = "27" }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" +/turf/open/floor/plasteel/dark/side{ + dir = 4 }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/hallway/primary/port) -"vIv" = ( -/obj/effect/turf_decal/tile/neutral{ +/area/chapel/main) +"ipG" = ( +/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/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 +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, /turf/open/floor/plasteel{ + dir = 4; icon_state = "floor_plate" }, -/area/hallway/primary/fore/upper) -"vIA" = ( -/obj/structure/flora/crystal/medium/growth{ - pixel_x = -27 +/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/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{ - icon_state = "floor_trim" - }, -/area/artatrium) -"vIQ" = ( -/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, -/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"; - name = "drain" - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/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/maintenance/aft) -"vJo" = ( /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/structure/cable{ - icon_state = "4-8" +/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) +"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_state = "floor_trim" + icon_plating = "floor"; + icon_state = "floor_whole" }, -/area/hallway/primary/fore/upper) -"vJs" = ( +/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" }, -/turf/open/floor/plasteel/grimy{ - icon_state = "eighties"; - name = "retro floor" +/obj/effect/turf_decal/tile/red{ + dir = 1 }, -/area/arcade) -"vJx" = ( -/obj/structure/bookcase/random, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "ledge_short"; - name = "short ledge" +/obj/effect/turf_decal/tile/yellow{ + dir = 8 }, -/turf/open/floor/wood, -/area/security/prison) -"vJy" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 10 +/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" }, -/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" - }, +/area/maintenance/fore) +"iwa" = ( /obj/structure/cable{ - icon_state = "1-2" + icon_state = "4-8" }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/turf/open/floor/wood{ + icon_state = "wood-broken6" }, -/area/maintenance/department/security) -"vJJ" = ( -/turf/closed/wall/r_wall, +/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; + 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, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/open/chasm/cloud, /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 +"iwv" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/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 = 8; name = "air supply pipe" @@ -146251,15 +37892,102 @@ 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 = "4-8" + icon_state = "1-2" }, -/obj/structure/disposalpipe/segment{ - dir = 4 +/obj/structure/cable{ + icon_state = "2-4" }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard) -"vKB" = ( +/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" = ( +/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" @@ -146268,709 +37996,1466 @@ 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, +/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 = 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/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" }, -/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" +/area/medical/sleeper) +"ixI" = ( +/obj/machinery/gateway{ + 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" - }, -/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" - }, -/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{ +/obj/effect/turf_decal/bot_white/left, +/obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/effect/turf_decal/tile/yellow{ +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/effect/turf_decal/tile/yellow{ +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/turf/open/floor/plasteel/checker, -/area/engine/break_room) -"vMN" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 6 +/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 }, -/turf/open/floor/plasteel/white{ - icon_state = "plaswhite_plate" +/obj/machinery/light{ + pixel_y = -1 }, -/area/medical/medbay/central) -"vMQ" = ( -/obj/machinery/gulag_teleporter, +/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" + }, +/turf/open/floor/plasteel/dark, +/area/security/range) +"iyd" = ( +/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) +"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 + }, +/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" + }, +/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/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/processing) -"vNa" = ( -/obj/structure/table/glass, -/obj/item/storage/box/syringes{ - pixel_y = 5 +/area/security/courtroom) +"iyy" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden, +/obj/machinery/light{ + pixel_y = -1 }, -/obj/item/storage/box/beakers{ - pixel_x = 2; - pixel_y = 7 +/turf/open/floor/plasteel/dark/corner{ + dir = 4 }, -/obj/item/storage/box/monkeycubes, -/obj/item/storage/box/monkeycubes{ - pixel_x = 2; - pixel_y = -2 +/area/engine/break_room) +"iyH" = ( +/obj/structure/bookcase/random/fiction, +/obj/structure/sign/painting/library{ + pixel_y = 28 }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"vNh" = ( -/obj/structure/cable{ - icon_state = "1-4" +/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; icon_state = "drain"; name = "drain" }, -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5; - name = "air supply pipe" +/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{ - dir = 5; + name = "air supply pipe" + }, +/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{ + 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 = 5; + dir = 10; name = "scrubbers pipe" }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" +/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 }, -/obj/machinery/camera/autoname{ - dir = 4 +/turf/open/floor/plasteel/dark, +/area/medical/sleeper) +"iAv" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/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{ + 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/medical/medbay/upper) -"vNn" = ( +/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" }, -/turf/open/floor/wood{ - icon_state = "wood_parquet"; - name = "parquet" +/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) +"iBP" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 }, -/area/crew_quarters/heads/captain) -"vNo" = ( /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, +/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/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/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" + }, +/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 + }, +/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/machinery/atmospherics/pipe/simple/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 + }, +/turf/open/floor/plasteel, +/area/science/misc_lab) +"iCV" = ( +/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{ + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/hallway/primary/fore) +"iDc" = ( +/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) +"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{ + 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/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{ + 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, +/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/main/upper) -"vNs" = ( +/area/security/courtroom) +"iEF" = ( /obj/structure/cable{ - icon_state = "0-2" + icon_state = "2-4" }, -/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; +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 6; name = "air supply pipe" }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" +/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{ + 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 + }, +/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"; + dir = 8; + network = list("ss13","prison") + }, +/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, +/obj/structure/window/reinforced{ + dir = 4 }, -/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, +/turf/open/chasm/cloud, /area/layenia/cloudlayer) -"vNM" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/line{ +"iGw" = ( +/obj/structure/closet/emcloset, +/obj/structure/railing{ dir = 8 }, -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/turf/open/floor/plating, +/area/maintenance/fore) +"iGP" = ( +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" }, -/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{ +/area/hallway/primary/central) +"iGQ" = ( +/obj/effect/turf_decal/loading_area{ dir = 5; - name = "air supply pipe" + icon_state = "steel_panel"; + name = "steel pannel" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" +/obj/effect/turf_decal/loading_area{ + dir = 10; + icon_state = "steel_panel"; + name = "steel pannel" }, /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 + icon_state = "1-2" }, /obj/machinery/light{ dir = 4; pixel_x = 7 }, -/obj/effect/turf_decal/tile/yellow, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 1; + name = "air supply pipe" }, /turf/open/floor/plasteel, -/area/artatrium) -"vNV" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 +/area/medical/virology) +"iGU" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 +/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{ + 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 = 9; + dir = 4; name = "scrubbers pipe" }, /obj/structure/cable{ - icon_state = "1-8" + icon_state = "4-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{ +/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/structure/railing{ +/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 }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"vOn" = ( -/obj/effect/turf_decal/loading_area{ - color = "#55391A"; +/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; - icon_state = "siding_wood_line"; - name = "wood" + pixel_y = 19 }, -/turf/open/floor/wood{ - icon_state = "wood_parquet"; - name = "parquet" +/turf/open/floor/plasteel/freezer, +/area/medical/sleeper) +"iIZ" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" }, -/area/crew_quarters/park) -"vOu" = ( +/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 = 6 + 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" = ( /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) -"vOv" = ( +"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/machinery/atmospherics/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{ + 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" + }, +/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, +/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) +"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" = ( +/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" @@ -146979,182 +39464,93 @@ 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" +"iOb" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_access_txt = "12" }, /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) -"vOI" = ( -/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) -"vOO" = ( -/obj/effect/baseturf_helper/asteroid/layenia, -/turf/closed/wall/r_wall, -/area/maintenance/disposal) -"vOT" = ( -/obj/machinery/atmospherics/pipe/manifold/general/visible{ - dir = 1 +/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/science/server) -"vOU" = ( -/obj/structure/railing{ - dir = 8 +/area/storage/tech) +"iOh" = ( +/obj/machinery/computer/security/telescreen/engine{ + pixel_y = 28 }, -/obj/structure/chair/foldingchair{ - 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) -"vOW" = ( -/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) -"vPa" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/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" - }, -/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{ - dir = 1; - icon_state = "floor_plate" - }, -/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 - }, -/obj/effect/turf_decal/tile/yellow, /turf/open/floor/plasteel{ dir = 1; icon_state = "floor_trim" }, /area/engine/engineering) -"vPG" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/disposal) -"vPH" = ( -/obj/machinery/atmospherics/pipe/heat_exchanging/simple{ - dir = 10 +"iOk" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ + dir = 1; + name = "air supply pipe" }, -/turf/open/floor/engine/vacuum, +/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) -"vPL" = ( +"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{ - name = "Disposal External Airlock" + req_access_txt = "8" }, -/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" }, @@ -147162,53 +39558,62 @@ name = "scrubbers pipe" }, /turf/open/floor/plating, -/area/maintenance/disposal) -"vPM" = ( -/obj/machinery/computer/cryopod{ - pixel_x = -1; - pixel_y = 26 +/area/science/mixing) +"iOU" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" }, -/obj/effect/turf_decal/stripes/white/line{ - dir = 1 +/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/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" }, -/turf/open/floor/plasteel/dark{ - dir = 1; - icon_state = "darkfull_plate" +/obj/effect/turf_decal/box, +/turf/open/floor/plasteel{ + dir = 4; + icon_plating = "floor"; + icon_state = "floor_whole" }, -/area/security/prison) -"vPP" = ( -/obj/effect/turf_decal/tile/red{ - dir = 9 +/area/hallway/primary/port/fore) +"iPE" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 }, -/turf/open/floor/plasteel/dark{ - dir = 1; - icon_state = "darkfull_plate" +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/tile/brown{ + dir = 8 }, -/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" }, @@ -147218,28 +39623,180 @@ /obj/structure/cable{ icon_state = "1-2" }, -/turf/open/floor/plasteel/stairs, -/area/security/main) -"vQe" = ( -/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" +/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/maintenance/disposal) -"vQf" = ( -/obj/structure/disposalpipe/segment{ +/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" }, @@ -147247,285 +39804,767 @@ 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 + icon_state = "1-2" }, /obj/structure/disposalpipe/segment, -/obj/structure/trash_pile, -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" +/turf/open/floor/plasteel/stairs/medium{ + dir = 1 }, -/obj/machinery/light{ +/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; - pixel_x = 7 + 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/disposal) -"vQq" = ( -/obj/structure/disposalpipe/segment{ +/area/maintenance/fore) +"iSf" = ( +/obj/machinery/button/door{ + id = "teledoor"; + name = "MiniSat Teleport Shutters Control"; + pixel_y = 25; + req_access_txt = "17;65" + }, +/obj/effect/turf_decal/stripes/line{ dir = 4 }, -/turf/closed/wall, -/area/maintenance/disposal) -"vQs" = ( +/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/effect/turf_decal/tile/yellow, -/obj/structure/chair/sofachair{ - dir = 8 +/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/artatrium) -"vQD" = ( -/obj/structure/disposaloutlet{ +/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/disposalpipe/trunk{ - dir = 8 +/obj/structure/fans/tiny, +/turf/open/floor/engine/vacuum, +/area/engine/engineering) +"iUe" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, -/obj/effect/decal/cleanable/cobweb, -/turf/open/floor/plating, -/area/maintenance/disposal) -"vQE" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, -/obj/effect/turf_decal/stripes/line{ +/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" + }, +/obj/structure/disposalpipe/segment{ + 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" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 1 }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"vQG" = ( -/obj/machinery/power/apc{ - areastring = "/area/medical/morgue"; +/obj/machinery/atmospherics/pipe/simple/supply/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) +"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/dark, +/area/chapel/main) +"iWe" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/light{ dir = 1; - name = "Morgue APC"; - pixel_y = 24 + 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{ + 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" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/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/plasteel/dark{ - icon_state = "darkfull_whole" +/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" }, -/area/medical/morgue) -"vQJ" = ( +/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 }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/upper) -"vQK" = ( -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/obj/structure/cable{ + icon_state = "1-2" }, -/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/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; 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" }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"vQQ" = ( -/obj/structure/chair{ - dir = 8 +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/turf/open/floor/plasteel/dark{ - dir = 4; - icon_state = "darkfull_plate" +/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) -"vQR" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 10 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ +"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; - 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 + pixel_x = 7 }, /turf/open/floor/wood, -/area/maintenance/starboard/aft/upper) -"vRa" = ( -/turf/open/floor/plasteel/stairs/medium{ - dir = 8 - }, -/area/hallway/primary/aft/upper) -"vRb" = ( -/obj/machinery/recycler, -/obj/machinery/conveyor{ - dir = 4; - id = "garbage" - }, +/area/lawoffice) +"jbh" = ( +/obj/effect/spawner/structure/window/reinforced, /turf/open/floor/plating, -/area/maintenance/disposal) -"vRk" = ( -/obj/machinery/computer/crew, -/turf/open/floor/plasteel/showroomfloor, -/area/security/warden) -"vRw" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/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" - }, -/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) -"vRG" = ( -/obj/machinery/conveyor{ - dir = 6; - id = "garbage" - }, -/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 - }, -/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 - }, +/area/science/misc_lab) +"jbl" = ( /obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" + dir = 1; + icon_state = "drain"; + name = "drain" }, -/turf/open/floor/plasteel/dark/corner{ +/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 }, -/area/hallway/secondary/exit/upper) -"vSh" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ +/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 vent" + name = "air scrubber" }, /turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"vSk" = ( -/turf/closed/wall, -/area/hallway/secondary/entry/upper) -"vSm" = ( +/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" @@ -147534,33 +40573,11 @@ dir = 4; name = "scrubbers pipe" }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/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{ +/turf/open/floor/plasteel/dark/side{ 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 - }, +/area/security/main) +"jcx" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 }, @@ -147568,11 +40585,797 @@ /obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/vehicle/ridden/secway, -/obj/item/key/security, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, /turf/open/floor/plasteel/dark, /area/ai_monitored/security/armory) -"vSI" = ( +"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{ + dir = 1 + }, +/obj/machinery/airalarm{ + pixel_y = 23 + }, +/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{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_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{ + dir = 10 + }, +/area/engine/break_room) +"jko" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/drinks/beer, +/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 + }, +/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" + }, +/turf/open/floor/plating, +/area/maintenance/starboard/aft) +"jkS" = ( +/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) +"jkW" = ( +/obj/machinery/door/firedoor, +/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" + }, +/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{ + 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) +"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 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 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/sorting/mail/flip{ + dir = 4; + sortType = 6 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"jmv" = ( +/turf/open/floor/plasteel/yellowsiding, +/area/maintenance/fore) +"jmz" = ( +/obj/machinery/atmospherics/components/binary/circulator{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/circuit/green, +/area/engine/engineering) +"jmK" = ( /obj/machinery/door/airlock/external{ name = "Disposal External Airlock" }, @@ -147587,116 +41390,497 @@ }, /turf/open/floor/plating, /area/maintenance/disposal) -"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{ +"jmP" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ dir = 4 }, -/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 +/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/dark{ - icon_state = "darkfull_plate" +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"jnp" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/area/hallway/primary/port) -"vTj" = ( -/turf/open/floor/plasteel, -/area/hydroponics/garden) -"vTl" = ( -/obj/machinery/light{ +/obj/machinery/door/window/northleft{ dir = 4; - 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 + name = "Containment Pen"; + req_access_txt = "55" }, /obj/machinery/door/poddoor/preopen{ dir = 8; - id = "medprivB"; - name = "privacy door" + id = "xenobio6"; + name = "containment blast door" + }, +/turf/open/floor/engine, +/area/science/xenobiology) +"jnD" = ( +/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/medical/patients_rooms/room_b) -"vTv" = ( -/obj/machinery/mineral/stacking_unit_console{ - machinedir = 8; - pixel_y = -8 +/area/maintenance/starboard/aft) +"jnI" = ( +/obj/machinery/light{ + dir = 1; + pixel_y = 16 }, -/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/cable{ + icon_state = "4-8" }, -/obj/structure/window/reinforced{ +/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{ + dir = 8; + name = "air vent" + }, +/turf/open/floor/plasteel/white/side{ dir = 8 }, -/obj/item/trash/carbonnanotube_noodles, -/turf/open/floor/plating, -/area/maintenance/disposal) -"vTL" = ( -/obj/machinery/door/airlock/atmos/abandoned{ +/area/science/research) +"jou" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/turf/open/floor/plasteel, +/area/medical/virology) +"joG" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/open/floor/plasteel/checker, +/area/artatrium) +"joI" = ( +/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, +/area/medical/morgue) +"jpo" = ( +/obj/machinery/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; - name = "Atmospherics Maintenance"; - req_access_txt = "12;24" + icon_state = "floor_trim" + }, +/area/crew_quarters/fitness) +"jqa" = ( +/obj/machinery/atmospherics/pipe/manifold4w/general/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/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" + }, +/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; + 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" + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/tertiary) +"jsa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/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, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/science/research) +"jsM" = ( +/obj/machinery/vending/games, +/turf/open/floor/wood, +/area/library) +"jty" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/door/poddoor/preopen{ + id = "atmos"; + name = "Atmospherics Blast Door" + }, +/turf/open/floor/plating, +/area/engine/break_room) +"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{ + 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/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 }, /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" }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/obj/structure/cable{ + icon_state = "1-2" }, -/area/maintenance/starboard/central/upper) -"vTO" = ( +/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 }, @@ -147707,161 +41891,3340 @@ dir = 4 }, /obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/segment{ +/obj/machinery/atmospherics/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" + }, +/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" + }, +/obj/structure/disposalpipe/segment, +/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/manifold/supply/hidden/layer3{ +/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/starboard/upper) -"vTT" = ( -/obj/structure/railing{ +/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/structure/railing{ - dir = 1 +/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" }, -/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/effect/turf_decal/loading_area{ + dir = 9; + icon_state = "steel_panel"; + name = "steel pannel" }, /obj/structure/railing{ dir = 8 }, -/obj/structure/lattice/catwalk, -/turf/open/floor/plating/asteroid/layenia, +/obj/structure/railing, +/turf/open/floor/plating{ + initial_gas_mix = "o2=22;n2=82;TEMP=180"; + planetary_atmos = 1 + }, /area/layenia) -"vUi" = ( +"jzY" = ( +/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/lawoffice) +"jAc" = ( /obj/effect/turf_decal/stripes/line{ - dir = 9 + dir = 4 }, -/obj/structure/trash_pile, -/obj/effect/decal/cleanable/cobweb, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 +/obj/structure/disposalpipe/segment{ + dir = 5 }, +/obj/item/trash/semki, /turf/open/floor/plasteel/dark, /area/maintenance/disposal) -"vUj" = ( -/obj/effect/turf_decal/tile/neutral{ +"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" }, -/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{ +/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/effect/decal/cleanable/dirt, +/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 + }, +/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/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/security/main) +"jHR" = ( +/obj/structure/girder, +/obj/structure/grille, +/obj/effect/baseturf_helper/asteroid/layenia, +/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, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel/dark, +/area/hallway/secondary/entry) +"jJq" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics2"; + name = "robotics lab shutters" + }, +/obj/effect/spawner/structure/window, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "robotics2"; + name = "robotics lab shutters" + }, +/turf/open/floor/plating, +/area/science/robotics/lab) +"jJs" = ( +/obj/item/reagent_containers/food/snacks/grown/poppy, +/turf/open/floor/carpet, +/area/chapel/main) +"jJv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/button/massdriver{ + id = "Disposal Exit 1"; + name = "Disposal Bay Vent Control"; + pixel_x = 25; + pixel_y = 4 + }, +/obj/machinery/button/massdriver{ + id = "Disposal Exit 2"; + name = "Disposal Exit Vent Control"; + pixel_x = 25; + pixel_y = -4; + req_access_txt = "41" + }, +/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 + }, +/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{ + 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 + }, +/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" }, -/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 +/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/light_switch{ - pixel_y = 28 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"vUz" = ( -/obj/effect/turf_decal/tile/green{ - dir = 10 +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/open/floor/plasteel/white{ - dir = 8; - icon_state = "plaswhite_trim" +/obj/structure/cable{ + icon_state = "1-4" }, -/area/medical/medbay/upper) -"vUC" = ( -/obj/effect/turf_decal/tile/purple{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/tile/purple{ +/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" = ( +/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{ - dir = 9; + 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/plasteel/cafeteria{ - dir = 5 +/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) -"vUF" = ( +"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{ + dir = 4 + }, +/obj/effect/landmark/event_spawn, /turf/open/floor/plasteel, -/area/science/robotics/lab) -"vUU" = ( +/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-2" - }, -/obj/structure/cable, -/obj/machinery/door/firedoor{ - dir = 8 + icon_state = "0-8" }, /turf/open/floor/plating, /area/medical/virology) -"vVb" = ( +"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 }, @@ -147879,729 +45242,136 @@ icon_state = "drain"; name = "drain" }, -/turf/open/floor/wood, +/turf/open/floor/plasteel/dark, /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, +"kvN" = ( /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{ +/obj/effect/turf_decal/tile/neutral, +/obj/structure/chair/comfy{ 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{ + dir = 5; 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 = "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/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{ +/turf/open/floor/plasteel{ dir = 1; - id = "QMLoad2" + icon_state = "floor_plate" }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"vZl" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 +/area/crew_quarters/fitness/pool) +"kvP" = ( +/obj/machinery/shower{ + dir = 4 }, -/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; + dir = 4; name = "air scrubber" }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" +/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 }, -/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" @@ -148611,180 +45381,372 @@ 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 - }, +/area/medical/sleeper) +"kwP" = ( /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/structure/falsewall/reinforced, -/turf/open/floor/plating{ - icon_state = "platingdmg3" - }, -/area/security/prison) -"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{ +/turf/open/floor/plasteel, +/area/engine/break_room) +"kwV" = ( +/obj/machinery/vending/kink, +/obj/machinery/light{ dir = 4; - icon_state = "drain"; - name = "drain" + pixel_x = 7 }, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" +/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/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/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/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 + }, +/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, +/area/layenia) +"kzL" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/machinery/computer/cryopod{ + pixel_x = -1; + pixel_y = 26 + }, +/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{ - dir = 5 +/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, +/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" @@ -148793,126 +45755,899 @@ dir = 8; name = "air supply pipe" }, -/turf/open/floor/plasteel/white{ +/obj/machinery/door/airlock/engineering/glass{ dir = 4; - icon_state = "plaswhite_trim" + name = "Engineering Break Room"; + req_access_txt = "10" }, -/area/medical/psych/ward) -"wcI" = ( -/obj/machinery/door/airlock/external{ +/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, +/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; - name = "Supply Dock Airlock"; - req_access_txt = "31" + 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{ + 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{ + 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/plating, -/area/quartermaster/storage) -"wcM" = ( -/obj/structure/cable{ - icon_state = "2-8" +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" }, -/obj/machinery/atmospherics/pipe/simple/orange/hidden{ +/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/engine/custom) -"wcQ" = ( +/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 = 5 + 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" = ( +/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 + }, +/turf/open/floor/plasteel/dark, +/area/ai_monitored/storage/eva) +"kKR" = ( +/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) +"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" = ( +/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" }, -/turf/open/floor/plasteel{ +/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 = "floor_plate" + icon_state = "drain"; + name = "drain" }, -/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{ +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, /obj/machinery/light{ - pixel_y = -1 + dir = 4; + pixel_x = 7 }, -/turf/open/floor/plasteel/cafeteria{ - dir = 5 +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" }, -/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" +/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{ - icon_state = "darkfull_whole_alt" +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"kNv" = ( +/obj/machinery/door/airlock/security{ + name = "Security Checkpoint"; + req_access_txt = "1" }, -/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{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ +/obj/machinery/atmospherics/pipe/simple/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/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{ - dir = 1; icon_state = "drain"; name = "drain" }, /turf/open/floor/plasteel{ - dir = 1; icon_state = "floor_plate" }, -/area/quartermaster/office) -"wdD" = ( +/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" @@ -148920,9 +46655,337 @@ /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/crew_quarters/heads/hor) -"wdF" = ( +/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" }, @@ -148931,902 +46994,750 @@ name = "Solar Maintenance"; req_access_txt = "10; 13" }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" - }, +/turf/open/floor/plating, /area/maintenance/solars/port/aft) -"wdK" = ( +"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/structure/closet/crate{ - icon_state = "crateopen" +/obj/machinery/door/airlock/public/glass{ + dir = 4; + name = "Art Atrium" }, -/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" +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, +/obj/structure/fans/tiny, /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" - }, +/area/artatrium) +"kXI" = ( /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 - }, -/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{ - 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" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plasteel, -/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/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 +/area/engine/break_room) +"kXX" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" }, /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" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, -/area/quartermaster/mail) -"wfc" = ( -/obj/structure/railing/handrail{ - dir = 4 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" +/obj/structure/cable{ + icon_state = "1-2" }, -/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" - }, -/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/wood{ - icon_state = "wood_parquet"; - name = "parquet" - }, -/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 = 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) -"wfw" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5; - name = "air supply pipe" - }, -/turf/open/floor/plating, -/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/quartermaster/storage) -"wfX" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ - dir = 5; - name = "air supply pipe" +/turf/open/floor/plasteel{ + icon_state = "floor_plate" }, +/area/hallway/primary/fore) +"kYd" = ( +/obj/structure/sign/warning/securearea, /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" +/area/science/xenobiology) +"kYf" = ( +/obj/structure/sign/warning/nosmoking{ + pixel_x = -28 }, -/turf/open/floor/plating, -/area/engine/break_room) -"wge" = ( -/obj/structure/stairs{ - dir = 1 - }, -/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) -"wgl" = ( /obj/structure/cable{ icon_state = "1-2" }, /turf/open/floor/plating, -/area/maintenance/starboard/aft/upper) -"wgm" = ( -/obj/effect/spawner/structure/window/reinforced, +/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 = "1-8" + icon_state = "4-8" }, -/obj/structure/cable, -/turf/open/floor/plating, -/area/security/warden) -"wgo" = ( -/obj/structure/tank_dispenser/oxygen, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/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" = ( +/turf/open/floor/circuit, +/area/ai_monitored/turret_protected/ai) +"kYV" = ( /obj/structure/cable{ - icon_state = "2-4" + icon_state = "4-8" }, -/turf/open/floor/plating, -/area/maintenance/starboard/aft/upper) -"wgM" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{ 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" +/obj/effect/turf_decal/tile/blue{ + dir = 8 }, /turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"whe" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 +/area/ai_monitored/turret_protected/ai) +"kYX" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 2; + pixel_y = 3 }, -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/obj/item/trash/semki, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"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" - }, -/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{ +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; 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/machinery/camera{ + c_tag = "Research and Development"; + network = list("ss13","rd"); + pixel_x = 22 }, -/obj/structure/closet/firecloset, -/turf/open/floor/plasteel, -/area/engine/custom) -"whF" = ( -/obj/machinery/conveyor{ - dir = 8; - id = "garbage" +/obj/structure/medkit_cabinet{ + pixel_y = 27 }, -/obj/structure/window/reinforced{ +/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 }, -/turf/open/floor/plating, -/area/maintenance/disposal) -"whK" = ( +/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, -/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/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/security/range) -"wjc" = ( -/obj/structure/flora/crystal/small/growth{ - icon_state = "crystalgrowth4" - }, -/turf/open/indestructible/layenia/crystal/garden, -/area/arcade) -"wje" = ( -/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/plasteel/dark, -/area/bridge) -"wjg" = ( -/obj/structure/flora/crystal/small/growth, -/obj/effect/turf_decal/weather/grass/line{ - dir = 8 - }, +/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) -"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"; - name = "Disposal Bay Vent Control"; - pixel_x = 25; - pixel_y = 4 - }, -/obj/machinery/button/massdriver{ - id = "Disposal Exit 2"; - name = "Disposal Exit Vent Control"; - pixel_x = 25; - pixel_y = -4; - req_access_txt = "41" - }, -/turf/open/floor/plasteel/dark, -/area/maintenance/disposal) -"wjT" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - 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, -/area/hallway/primary/central) -"wjV" = ( -/obj/structure/grille, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window{ - dir = 4 +"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/maintenance/aft) -"wjY" = ( -/obj/docking_port/stationary{ - dir = 2; - dwidth = 5; - height = 7; - id = "supply_home"; - name = "Cargo Bay"; - width = 12 - }, -/turf/open/indestructible/concrete/smooth, +/area/crew_quarters/heads/hos) +"lfX" = ( +/obj/structure/closet/emcloset, +/turf/open/indestructible/concrete, /area/layenia) -"wkc" = ( -/turf/closed/wall, -/area/science/lab) -"wkf" = ( -/obj/machinery/conveyor{ - id = "garbage" +"lga" = ( +/obj/machinery/door/airlock/glass_large{ + name = "Art Supplies" }, -/obj/machinery/door/poddoor{ - id = "Disposal Exit 1"; - name = "Disposal Exit Vent" +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/obj/structure/plasticflaps, +/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/maintenance/disposal) -"wkl" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 +/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/dark{ - dir = 8; - icon_state = "darkfull_plate" - }, -/area/hallway/primary/fore/upper) -"wkm" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/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{ - 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) -"wkv" = ( -/obj/structure/window/reinforced{ +/turf/open/floor/plasteel, +/area/engine/atmos) +"lgj" = ( +/obj/machinery/atmospherics/pipe/manifold/green/visible{ dir = 4 }, -/obj/structure/window/reinforced, +/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 }, -/obj/structure/window/reinforced{ +/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 }, -/obj/structure/flora/crystal/small/growth, -/turf/open/indestructible/layenia/crystal/garden, -/area/hallway/primary/central) -"wkD" = ( -/obj/machinery/conveyor{ - id = "garbage" +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat_interior) +"lgY" = ( +/obj/machinery/computer/atmos_control/tank/mix_tank{ + dir = 8 }, -/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" +/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/security/main/upper) -"wkV" = ( +/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" @@ -149836,747 +47747,1016 @@ name = "air supply pipe" }, /turf/open/floor/plasteel/dark, -/area/security/brig/upper) -"wkW" = ( +/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" }, -/obj/structure/cable{ - icon_state = "1-2" +/turf/open/floor/plasteel/dark, +/area/hallway/primary/central) +"liJ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, -/obj/machinery/power/apc{ - areastring = "/area/medical/sleeper"; +/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 = "Treatment Center APC"; - pixel_x = 26 + 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/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 - }, -/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; - name = "air scrubber" - }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 8 - }, -/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/computer/atmos_control{ - dir = 1 - }, -/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 = "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/quartermaster/storage) -"wmc" = ( -/obj/effect/turf_decal/stripes/box, -/obj/structure/railing, -/obj/structure/railing{ - dir = 4 - }, -/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 = 4; - pixel_x = 7 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - 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/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 = 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/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/machinery/computer/atmos_control{ - dir = 1 - }, -/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/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/bar) -"wmW" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/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{ +"lkW" = ( +/obj/effect/turf_decal/tile/yellow{ dir = 8 }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole_alt" +/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/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, /obj/structure/cable{ 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 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 }, /turf/open/floor/plasteel, -/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" - }, +/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, -/obj/structure/cable{ - icon_state = "2-4" +/turf/open/floor/plating{ + icon_state = "platingdmg3" }, -/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, +/area/maintenance/starboard) +"lmk" = ( /obj/effect/turf_decal/loading_area{ - dir = 4; + dir = 8; 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/structure/table, +/turf/open/floor/plating, +/area/quartermaster/miningdock) +"lmu" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; + dir = 5; 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{ +/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 }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"woz" = ( -/obj/structure/railing/handrail{ - dir = 1 +/obj/effect/turf_decal/tile/red{ + dir = 8 }, -/obj/effect/turf_decal/loading_area{ +/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; - icon_state = "steel_panel"; - name = "steel pannel" + name = "scrubbers pipe" }, -/obj/effect/turf_decal/loading_area{ - color = "#55391A"; +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; - icon_state = "siding_wood_line"; - name = "wood" + 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" }, -/turf/open/floor/wood{ - icon_state = "wood_parquet"; - name = "parquet" +/obj/item/reagent_containers/food/snacks/grown/poppy{ + pixel_y = 2 }, -/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/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/crew_quarters/locker) -"woK" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/area/maintenance/aft) +"lnr" = ( +/obj/structure/table, +/obj/item/kitchen/rollingpin, +/obj/item/shovel/spade, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 }, -/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"; +/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; - network = list("ss13","medbay") + name = "air supply pipe" }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" }, -/area/medical/morgue) -"woS" = ( -/obj/structure/chair/sofa/right{ - dir = 4 +/turf/open/floor/plasteel{ + dir = 1; + icon_plating = "floor"; + icon_state = "floor_whole" }, +/area/security/brig) +"lnL" = ( /obj/structure/window, -/turf/open/floor/carpet, -/area/crew_quarters/bar/cafe) -"woZ" = ( +/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/effect/landmark/start/medical_doctor, +/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/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 +/turf/open/floor/plasteel{ + dir = 1; + icon_state = "floor_trim" }, -/obj/effect/turf_decal/stripes/line{ +/area/crew_quarters/fitness/pool) +"loz" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/atmos/air_output{ dir = 8 }, -/obj/structure/fence, -/turf/open/floor/plating/layenia, -/area/layenia) -"wpu" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 6 +/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/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{ - icon_state = "floor_plate" +/obj/machinery/firealarm{ + pixel_y = 24 }, -/area/hallway/primary/starboard) -"wpv" = ( +/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 = 5 + 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/atmospherics/components/unary/vent_pump/on/layer3{ +/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 = 4; + dir = 1; icon_state = "floor_plate" }, -/area/hallway/primary/starboard/upper) -"wpB" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/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 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" +/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{ - 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{ +/turf/open/floor/plasteel/dark, +/area/bridge) +"lqq" = ( +/obj/structure/window{ dir = 1 }, -/obj/structure/fans/tiny, +/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/maintenance/disposal) -"wpM" = ( -/obj/structure/railing{ +/area/crew_quarters/heads/chief) +"lrc" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/obj/machinery/porta_turret/ai{ 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" +/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/effect/turf_decal/loading_area{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; - icon_state = "drain_corner"; - name = "drain" + name = "air supply pipe" }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/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" + }, +/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/virology) +"luG" = ( +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/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{ + dir = 5 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"luT" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/structure/railing, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"luV" = ( +/obj/structure/sign/plaques/atmos{ + pixel_y = -32 + }, +/obj/structure/table, +/obj/item/storage/box, +/obj/item/storage/box, +/obj/machinery/light{ + pixel_y = -1 + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"lvn" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 8 + }, +/obj/machinery/light_switch{ + pixel_y = -28 + }, +/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) +"lvp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/fitness) +"lvD" = ( +/obj/machinery/camera{ + c_tag = "Kitchen Cold Room" + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/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"; + dir = 8; + network = list("ss13","engine") + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/engine/engineering) +"lwF" = ( +/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) +"lwH" = ( +/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) +"lwZ" = ( +/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" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_trim" + }, +/area/security/processing) +"lxz" = ( +/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, +/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/plasteel, +/area/engine/engineering) +"lxF" = ( +/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"; + dir = 8; + name = "Courtroom APC"; + pixel_x = -24 + }, +/obj/structure/cable, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"lxT" = ( +/obj/machinery/shower{ + dir = 1 + }, +/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 + }, +/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) +"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{ + dir = 10 + }, +/turf/open/floor/plasteel/dark/corner, +/area/engine/break_room) +"lyP" = ( +/obj/machinery/atmospherics/pipe/manifold/cyan/visible{ + dir = 4 + }, +/obj/machinery/meter, +/turf/open/floor/plasteel, +/area/engine/atmos) +"lza" = ( +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/hallway/secondary/exit) +"lzi" = ( +/obj/machinery/computer/station_alert{ + dir = 8 }, -/area/medical/psych/rec) -"wpU" = ( /obj/machinery/button/door{ id = "atmos"; name = "Atmospherics Lockdown"; @@ -150584,228 +48764,231 @@ pixel_y = 4; req_access_txt = "24" }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, /obj/effect/turf_decal/tile/yellow{ dir = 8 }, -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/bin, -/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, +"lzj" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "steel_panel"; + name = "steel pannel" + }, /turf/open/floor/plasteel/dark, -/area/layenia/cave) -"wpY" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" +/area/crew_quarters/bar) +"lzm" = ( +/turf/open/floor/engine, +/area/science/misc_lab) +"lzp" = ( +/obj/machinery/computer/card/minor/ce{ + dir = 4 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" +/obj/machinery/requests_console{ + announcementConsole = 1; + department = "Chief Engineer's Desk"; + departmentType = 3; + name = "Chief Engineer RC"; + pixel_x = -32 }, -/turf/open/floor/plasteel/stairs/medium{ +/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 }, -/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{ +/obj/effect/turf_decal/tile/neutral{ 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" +/area/crew_quarters/heads/chief) +"lzq" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible, +/obj/structure/cable/yellow{ + icon_state = "4-8" }, -/obj/structure/chair/sofa/left, -/turf/open/floor/wood{ - icon_state = "wood_parquet"; - name = "parquet" +/turf/open/floor/plasteel, +/area/engine/engineering) +"lzP" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/tree/jungle/small{ + pixel_x = -20; + pixel_y = 2 }, -/area/medical/psych/rec) -"wqC" = ( -/obj/effect/turf_decal/tile/neutral{ +/obj/structure/window/reinforced{ 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/starboard/upper) -"wqD" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel, -/area/bridge) -"wqF" = ( -/obj/structure/sign/poster/random{ - pixel_x = -32 - }, -/turf/open/floor/plasteel, -/area/security/prison) -"wqG" = ( -/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{ +/obj/structure/window/reinforced, +/turf/open/floor/grass, +/area/medical/sleeper) +"lzQ" = ( +/obj/effect/turf_decal/stripes/corner{ dir = 4 }, /obj/machinery/light{ - dir = 1; - pixel_y = 16 + 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/security/armory) -"wqH" = ( -/obj/effect/turf_decal/tile/red{ +/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 + }, +/turf/open/floor/plasteel/dark, +/area/storage/primary) +"lAU" = ( +/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/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) +"lBA" = ( +/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, +/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" @@ -150818,519 +49001,182 @@ icon_state = "4-8" }, /turf/open/floor/plasteel, -/area/security/brig/upper) -"wqP" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/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/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; +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; name = "scrubbers pipe" }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ +/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{ + 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" + }, +/obj/machinery/firealarm{ dir = 1; + pixel_y = -24 + }, +/turf/open/floor/plasteel/dark, +/area/crew_quarters/bar) +"lDf" = ( +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"lDk" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 + }, +/turf/open/floor/plasteel/dark, +/area/storage/tech) +"lDs" = ( +/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/hallway/primary/fore/upper) -"wqT" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 5 +/obj/structure/cable{ + icon_state = "0-8" }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/turf/open/floor/plasteel/dark{ +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/toilet/restrooms"; dir = 4; - icon_state = "darkfull_plate" + name = "Restrooms APC"; + pixel_x = 26 }, -/area/hallway/primary/port) -"wqX" = ( -/turf/closed/wall, -/area/crew_quarters/toilet/locker) -"wrb" = ( -/turf/open/floor/plasteel/dark, -/area/layenia/cave) -"wrc" = ( -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ - dir = 4; - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ - dir = 4; +/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/starboard/central) +"lDu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, -/obj/structure/cable{ - icon_state = "1-8" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, /turf/open/floor/plasteel, -/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, +/area/maintenance/fore) +"lDB" = ( /obj/machinery/light{ dir = 1; pixel_y = 19 }, -/obj/effect/landmark/carpspawn, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"wrW" = ( -/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/layenia/cave) -"wsd" = ( -/obj/structure/table/wood, -/obj/item/flashlight/lamp/green{ - pixel_x = -4; - pixel_y = 14 - }, -/obj/item/folder/white{ - pixel_x = 6; - pixel_y = -1 - }, -/turf/open/floor/carpet/blue, -/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" - }, +/obj/item/clothing/head/soft, +/obj/item/clothing/head/soft, /turf/open/floor/plasteel{ - dir = 8; + dir = 1; icon_state = "floor_trim" }, -/area/ai_monitored/security/armory) -"wvm" = ( +/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 }, -/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/white, +/area/medical/sleeper) +"lEv" = ( /turf/open/floor/plasteel, -/area/crew_quarters/dorms/upper) -"wvt" = ( -/obj/machinery/atmospherics/pipe/simple/multiz, +/area/science/robotics/lab) +"lED" = ( +/obj/effect/spawner/structure/window, +/obj/machinery/door/firedoor, /turf/open/floor/plating, -/area/security/brig/upper) -"wvu" = ( +/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" }, @@ -151340,739 +49186,1620 @@ /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 +/obj/machinery/atmospherics/pipe/simple/cyan/hidden, +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 }, /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 +/area/medical/virology) +"lFO" = ( +/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" + }, +/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{ - dir = 8; name = "air supply pipe" }, /obj/structure/cable{ - icon_state = "4-8" + icon_state = "1-2" }, -/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{ +/obj/structure/disposalpipe/segment, +/obj/machinery/power/apc{ + areastring = "/area/quartermaster/warehouse"; dir = 4; - pixel_y = 24 + name = "Cargo Warehouse APC"; + pixel_x = 26 }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/obj/structure/cable, +/turf/open/floor/plating, +/area/maintenance/port) +"lGb" = ( +/obj/structure/noticeboard{ + pixel_y = 32 }, -/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/effect/turf_decal/tile/brown{ + dir = 1 + }, /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/engine/engineering) -"wxu" = ( -/obj/machinery/door/airlock/atmos/abandoned{ - dir = 1; - name = "Atmospherics Maintenance"; - req_access_txt = "12;24" - }, -/turf/open/floor/plating, -/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" - }, +/obj/structure/disposalpipe/segment, /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{ +/area/quartermaster/sorting) +"lGm" = ( +/turf/closed/wall, +/area/security/vacantoffice/a) +"lGr" = ( +/turf/open/floor/plasteel/stairs/right{ dir = 1 }, -/obj/effect/turf_decal/stripes/line, -/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" +/area/layenia) +"lGU" = ( +/obj/machinery/door/airlock/research/glass{ + dir = 4; + name = "Genetics Research"; + req_access_txt = "5; 9; 68" }, -/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{ - icon_state = "plaswhite_whole" - }, -/area/medical/medbay/aft) -"wxR" = ( +/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/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" = ( +/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/crew_quarters/fitness"; - name = "Fitness Room APC"; - pixel_y = -24 + 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/plasteel/white{ - icon_state = "plaswhite_traction" +/turf/open/floor/plating, +/area/storage/tech) +"lHH" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/area/crew_quarters/fitness) -"wyd" = ( -/obj/structure/chair/sofa{ +/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/carpet, -/area/crew_quarters/dorms/C) -"wyz" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 6 +/turf/open/floor/plasteel/white, +/area/science/misc_lab) +"lHP" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-4" }, -/obj/effect/turf_decal/stripes/corner{ +/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 + }, +/turf/open/floor/plasteel/dark, +/area/janitor) +"lIv" = ( +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/item/ashtray, -/obj/item/cigbutt, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"wyE" = ( +/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 = "Park Maintenance Access"; + name = "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"; +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; - icon_state = "right"; - name = "Containment Pen"; - req_access_txt = "55" + 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" = ( +/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/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/machinery/door/poddoor/preopen{ - dir = 8; - id = "xenobio1"; - name = "containment blast door" +/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" }, -/turf/open/floor/engine, -/area/science/xenobiology) -"wyS" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1 }, -/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; +/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" +/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" }, -/turf/open/floor/plasteel, -/area/security/brig/upper) -"wzj" = ( -/obj/structure/table, +/obj/structure/cable{ + icon_state = "2-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) -"wzn" = ( -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/area/layenia/cave) -"wzo" = ( -/obj/structure/table/wood, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 +/turf/open/floor/plasteel/dark, +/area/crew_quarters/heads/chief) +"lOc" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-18"; - pixel_y = 14 +/obj/machinery/atmospherics/pipe/manifold/supply/hidden{ + dir = 8 }, -/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/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" }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" }, -/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/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{ - 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" + 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/plating, -/area/maintenance/port/aft/upper) -"wAL" = ( -/obj/machinery/door/airlock/external{ +/turf/open/floor/plasteel{ dir = 8; - name = "Atmospherics External Access"; - req_access_txt = "24" + icon_state = "floor_plate" }, -/obj/effect/mapping_helpers/airlock/cyclelink_helper{ +/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 }, -/turf/open/floor/plating/layenia, -/area/maintenance/department/engine/upper) -"wAM" = ( -/obj/effect/turf_decal/stripes/corner{ - dir = 4 +/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" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/obj/structure/railing{ + dir = 4 + }, +/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{ + dir = 8; + name = "air vent" + }, +/obj/machinery/reagentgrinder{ + pixel_y = 8 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"lSI" = ( +/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) +"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" = ( +/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, +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel, +/area/science/research) +"lWX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + 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" + }, +/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" + }, +/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 + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/science/xenobiology) +"lYu" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden{ + dir = 4 + }, +/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/disposalpipe/segment, +/turf/closed/wall, +/area/maintenance/disposal) +"lYR" = ( +/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) +"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{ + dir = 8 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"lZg" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/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" + }, +/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) +"lZj" = ( +/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) +"lZz" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/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) +"lZM" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/turf/open/floor/plating, +/area/storage/tech) +"lZU" = ( +/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" + }, +/turf/open/floor/wood, +/area/library) +"lZZ" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + 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" + }, +/area/security/main) +"mab" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id = "hopqueue"; + name = "HoP Queue Shutters" + }, +/obj/effect/turf_decal/loading_area{ + 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{ + dir = 1; + pixel_y = -22 + }, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"mau" = ( +/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" + }, +/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" + }, +/area/crew_quarters/dorms) +"maO" = ( +/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/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/structure/cable{ + icon_state = "1-2" + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/captain) +"mbi" = ( +/obj/machinery/chem_dispenser, +/obj/effect/turf_decal/tile/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + 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, +/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" }, @@ -152081,149 +50808,76 @@ name = "scrubbers pipe" }, /turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"wAU" = ( -/turf/closed/wall/r_wall, -/area/engine/custom) -"wAV" = ( +/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" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel, +/area/science/mixing) +"mdI" = ( +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"mdO" = ( +/obj/structure/cable{ + 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" + }, +/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 = 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; + dir = 1; icon_state = "floor_plate" }, -/area/hallway/primary/fore/upper) -"wBh" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 10 - }, -/obj/effect/turf_decal/loading_area{ +/area/hallway/primary/fore) +"mea" = ( +/obj/machinery/atmospherics/components/unary/portables_connector/visible{ 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 + dir = 8 }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" - }, -/area/maintenance/department/medical/upper) -"wCc" = ( +/turf/open/floor/engine, +/area/science/misc_lab) +"meb" = ( /obj/machinery/door/airlock/maintenance{ name = "Maintenance Access"; req_access_txt = "12" @@ -152234,43 +50888,236 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/obj/structure/cable{ - icon_state = "1-2" +/obj/effect/baseturf_helper/asteroid/layenia, +/turf/open/floor/plasteel/dark, +/area/maintenance/starboard/aft) +"mee" = ( +/obj/machinery/hydroponics/soil{ + pixel_y = 8 }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/obj/item/seeds/poppy, +/turf/open/floor/grass, +/area/chapel/main) +"mel" = ( +/turf/open/floor/wood{ + icon_state = "wood-broken" }, -/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 +/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/effect/turf_decal/tile/purple{ +/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plasteel, +/area/security/brig) +"meG" = ( +/obj/structure/chair/comfy/black{ dir = 1 }, -/obj/effect/turf_decal/tile/purple, -/obj/effect/turf_decal/tile/purple{ - dir = 4 +/turf/open/floor/plasteel/dark, +/area/science/misc_lab) +"mfT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/obj/structure/disposalpipe/junction/flip{ - dir = 4 +/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/wood, +/area/crew_quarters/heads/captain) +"mgh" = ( +/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) +"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" + }, +/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/fore) +"mgM" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/spawner/lootdrop/maintenance{ + lootcount = 2; + name = "2maintenance loot spawner" + }, +/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 + }, +/obj/item/storage/belt/medical{ + pixel_y = 2 + }, +/obj/item/storage/belt/medical{ + pixel_y = 2 + }, +/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 + }, +/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{ - 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/checker, -/area/hallway/primary/aft/upper) -"wCt" = ( +/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"; @@ -152293,657 +51140,420 @@ }, /turf/open/floor/plasteel/dark, /area/science/xenobiology) -"wCu" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 +"miv" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/effect/turf_decal/weather/grass/line{ - dir = 5 +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 1; + name = "scrubbers pipe" }, -/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{ + dir = 6; name = "air supply pipe" }, -/turf/open/floor/plasteel/dark{ - dir = 1; - icon_state = "darkfull_trim" +/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) -"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 +"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" }, -/turf/open/floor/plasteel, -/area/security/visitation) -"wCP" = ( -/obj/structure/flora/junglebush, -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/window/reinforced{ +/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/structure/window/reinforced{ +/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/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{ +/obj/effect/turf_decal/tile/neutral, +/obj/structure/disposalpipe/segment{ 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" - }, +/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 }, -/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) -"wDt" = ( -/obj/machinery/holopad, +/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 = "1-2" + 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 = 10; + dir = 6; name = "scrubbers pipe" }, -/obj/effect/turf_decal/box, -/turf/open/floor/plasteel{ +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/ai_upload) +"mkr" = ( +/obj/structure/pool/ladder{ dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole_alt" + pixel_x = 2 + }, +/turf/open/pool, +/area/maintenance/fore) +"mkE" = ( +/obj/structure/railing{ + dir = 4 }, -/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{ +/area/maintenance/fore) +"mlc" = ( +/obj/effect/turf_decal/tile/red{ dir = 8 }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"wDE" = ( -/obj/effect/turf_decal/loading_area{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/turf/open/floor/plasteel{ 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" - }, -/obj/structure/cable{ - icon_state = "0-8" - }, -/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) -"wDH" = ( -/obj/machinery/space_heater, -/turf/open/floor/plasteel{ - dir = 4; icon_state = "floor_plate" }, -/area/quartermaster/warehouse) -"wDN" = ( -/obj/machinery/door/firedoor, -/obj/structure/disposalpipe/segment, +/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/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; + icon_state = "drain"; + name = "drain" + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/fore) +"mlR" = ( +/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) +"mmk" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Security Maintenance"; + req_access_txt = "1" + }, /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{ +/area/maintenance/port) +"mms" = ( +/obj/machinery/door/window/northleft{ + base_state = "right"; 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 = 8; - name = "air supply pipe" - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 1 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/structure/disposalpipe/segment{ - dir = 4 + icon_state = "right"; + name = "Containment Pen"; + req_access_txt = "55" }, /obj/structure/cable{ - icon_state = "4-8" - }, -/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 - }, -/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{ - dir = 1; - pixel_y = 19 - }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/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 = "0-8" - }, -/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 = "2-8" - }, -/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/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 - }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"wFI" = ( -/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/bar/cafe) -"wFM" = ( -/obj/machinery/teleport/station, -/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/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 + icon_state = "1-2" }, /obj/machinery/door/poddoor/preopen{ dir = 8; - id = "medprivA"; - name = "privacy door" + 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{ + dir = 1 + }, +/area/engine/atmos) +"mmM" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/atmospherics/pipe/simple/general/visible{ + dir = 4 }, -/obj/effect/spawner/structure/window, /turf/open/floor/plating, -/area/medical/patients_rooms/room_a) -"wFQ" = ( -/obj/structure/disposalpipe/segment{ - dir = 9 +/area/security/execution/transfer) +"mna" = ( +/turf/closed/wall, +/area/maintenance/solars/starboard/fore) +"mnm" = ( +/obj/effect/turf_decal/tile/yellow{ + dir = 1 }, -/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/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" }, -/turf/open/floor/plating, -/area/maintenance/theatre/upper) -"wFW" = ( -/obj/structure/cable{ - icon_state = "4-8" +/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, +/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) +"mns" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 1; + name = "air vent" + }, +/turf/open/floor/wood, +/area/crew_quarters/heads/hop) +"mnD" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad2" + }, +/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" }, -/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/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 - }, -/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/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" @@ -152952,228 +51562,241 @@ dir = 4; name = "scrubbers pipe" }, -/turf/open/floor/plasteel{ +/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; - icon_state = "floor_plate" + name = "air supply pipe" }, -/area/security/prison) -"wGW" = ( -/turf/open/floor/plasteel/dark{ +/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 = "darkfull_plate" + icon_state = "drain"; + name = "drain" }, -/area/hallway/primary/port/upper) -"wHb" = ( -/obj/structure/table/wood/fancy, -/obj/structure/sign/poster/random{ - pixel_x = 32 +/obj/structure/chair/comfy/black, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" }, -/turf/open/floor/wood{ - icon_state = "wood_parquet"; - name = "parquet" +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"mqp" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Maintenance Access"; + req_one_access_txt = "12;47" }, -/area/crew_quarters/lounge) -"wHe" = ( -/obj/structure/flora/junglebush, -/obj/structure/flora/ausbushes/sparsegrass, +/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/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/hallway/primary/fore) -"wHq" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_x = -24 - }, -/obj/machinery/atmospherics/components/unary/thermomachine/freezer{ - dir = 4 - }, -/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) -"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/upper) -"wHC" = ( -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/obj/structure/rack/shelf, -/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/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{ +/obj/structure/window/reinforced{ dir = 1 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/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 }, -/obj/structure/cable{ - icon_state = "4-8" - }, /turf/open/floor/plasteel, -/area/hallway/primary/fore) -"wHL" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/effect/turf_decal/tile/purple{ - dir = 10 +/area/science/xenobiology) +"mrf" = ( +/obj/machinery/light{ + dir = 4; + pixel_x = 7 }, /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 +/area/artatrium) +"mrw" = ( +/obj/machinery/mass_driver{ + id = "toxinsdriver" }, -/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) -"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{ +/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" }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/obj/structure/disposalpipe/segment{ + dir = 10 }, -/area/science/xenobiology) -"wIl" = ( -/obj/structure/railing, -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" +/turf/open/floor/plasteel{ + icon_plating = "floor"; + icon_state = "floor_whole" }, -/obj/effect/turf_decal/stripes/line, -/turf/open/floor/plasteel/dark/layenia, -/area/layenia/cloudlayer) -"wIm" = ( +/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" @@ -153182,143 +51805,707 @@ 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" +/obj/structure/cable{ + icon_state = "4-8" }, -/area/quartermaster/warehouse) -"wIw" = ( -/obj/structure/chair/office/dark{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/wood, +/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) -"wIG" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +"msk" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/orange/visible{ + dir = 4 }, -/obj/structure/railing{ - dir = 8 +/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" = ( +/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/dark/layenia{ - dir = 8; - icon_state = "darkfull_plate" +/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" + }, +/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 }, -/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 + 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 + }, +/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) +"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/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" +/area/science/xenobiology) +"myR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer1{ + dir = 4 }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/white{ + icon_state = "1-2" }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain_corner"; - name = "drain" +/obj/machinery/atmospherics/components/binary/pump{ + name = "Atmospherics to Reactor" }, -/obj/structure/window/reinforced/tinted{ +/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 }, -/obj/structure/window/reinforced/tinted{ - dir = 4 - }, -/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 - }, -/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/indestructible/concrete/smooth, +/area/layenia) +"myU" = ( +/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_trim" + icon_state = "floor_plate" }, -/area/ai_monitored/security/armory) -"wJk" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" +/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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/checkpoint/science) +"mzg" = ( +/obj/effect/turf_decal/box, +/obj/machinery/holopad, +/turf/open/floor/plasteel{ + dir = 4; + 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 }, /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/turf_decal/loading_area{ + icon_state = "steel_panel"; + name = "steel pannel" }, -/obj/machinery/camera/autoname{ - dir = 8 +/turf/open/floor/plasteel/dark, +/area/science/misc_lab) +"mzJ" = ( +/obj/machinery/light{ + dir = 8; + pixel_x = -7 }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"wJo" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, -/area/engine/atmos) -"wJs" = ( -/obj/machinery/door/airlock{ - dir = 4; - name = "Cafe"; - req_access_txt = "74" +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/structure/disposalpipe/segment{ +/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{ + dir = 4; + name = "scrubbers pipe" + }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" @@ -153326,515 +52513,445 @@ /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole_alt" +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/area/crew_quarters/bar/cafe/storage) -"wJz" = ( -/obj/effect/turf_decal/loading_area{ - color = "#55391A"; +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ dir = 4; - icon_state = "siding_wood_corner"; - name = "wood corner" + name = "air supply pipe" }, -/turf/open/floor/plasteel/dark{ - dir = 1; - icon_state = "darkfull_plate" - }, -/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" - }, -/area/hallway/primary/aft/upper) -"wJH" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ +/turf/open/floor/plating, +/area/maintenance/aft) +"mAc" = ( +/obj/effect/turf_decal/tile/purple{ dir = 8 }, -/obj/effect/decal/cleanable/dirt, -/obj/structure/cable{ - icon_state = "1-2" +/obj/effect/turf_decal/tile/purple{ + dir = 1 }, -/turf/open/floor/plasteel{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ 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" + 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{ 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" }, -/turf/open/floor/wood{ - icon_state = "wood_large"; - name = "large" - }, -/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" - }, -/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/plasteel/dark{ - dir = 1; - icon_state = "darkfull_plate" - }, -/area/hallway/primary/starboard/upper) -"wJS" = ( -/obj/structure/railing, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/turf/open/floor/plating, -/area/layenia/cloudlayer) -"wJY" = ( -/obj/structure/cable, /obj/structure/cable{ - icon_state = "0-2" + icon_state = "1-2" }, -/obj/machinery/door/firedoor{ - dir = 8 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/bridge) -"wKd" = ( -/obj/effect/turf_decal/loading_area{ - color = "#55391A"; - dir = 1; - icon_state = "siding_wood_corner"; - name = "wood corner" - }, -/turf/open/floor/plasteel/dark{ - dir = 1; - icon_state = "darkfull_plate" - }, -/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, +/turf/open/floor/plasteel/white/corner, +/area/science/research) +"mAh" = ( /obj/effect/turf_decal/loading_area{ + dir = 8; icon_state = "drain"; name = "drain" }, -/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/structure/window/reinforced/tinted{ - dir = 4 - }, -/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" - }, -/area/security/main/upper) -"wKv" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 4 - }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 - }, -/obj/machinery/airalarm{ - pixel_y = 25 - }, /obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 4; 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{ +/turf/open/floor/plasteel/white/side{ dir = 4 }, -/turf/open/floor/grass, -/area/hallway/primary/starboard/upper) -"wLn" = ( +/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{ + 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 = 1; - icon_state = "floor_trim" + dir = 8; + icon_state = "floor_plate" }, -/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" - }, -/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 +"mAP" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/visible{ + dir = 9 }, -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/sand/plating{ - icon_state = "sandyplating_red"; - name = "crimson plating" +/turf/closed/wall/r_wall, +/area/engine/break_room) +"mAU" = ( +/obj/structure/chair{ + dir = 8 }, -/obj/machinery/light{ - dir = 8; - 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 +/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/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 3; - pixel_y = 7 +/obj/structure/cable{ + icon_state = "0-8" }, -/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{ +/turf/open/floor/plating, +/area/maintenance/port) +"mBf" = ( +/obj/structure/closet/l3closet/scientist, +/obj/structure/window/reinforced{ 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) -"wMf" = ( -/obj/effect/turf_decal/stripes/white/line, -/obj/machinery/light{ - pixel_y = -1 +/obj/effect/turf_decal/stripes/line{ + dir = 5 }, /turf/open/floor/plasteel/dark, -/area/security/prison) -"wMg" = ( -/obj/machinery/button/door{ - id = "DormE"; - name = "Dorm Bolt Control"; - normaldoorcontrol = 1; - pixel_x = 25; - specialfunctions = 4 +/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" }, -/obj/structure/chair/comfy/brown{ +/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/machinery/light_switch{ - pixel_x = 23; - pixel_y = -11 +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 }, -/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{ +/obj/machinery/door/airlock/glass{ dir = 4; - name = "Medbay Maintenance"; - req_access_txt = "5" + id_tag = "checkpointinner"; + name = "inner airlock" }, -/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/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 8 }, -/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, +/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 = 4; + dir = 1; icon_state = "floor_plate" }, -/area/hallway/secondary/entry/upper) -"wMA" = ( -/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" +/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, +/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) -"wMF" = ( +"mDA" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, /obj/structure/cable{ - icon_state = "2-4" + 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) +"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" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 10 + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"mDL" = ( +/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/red, +/area/security/checkpoint/auxiliary) +"mDS" = ( +/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/machinery/atmospherics/pipe/simple/general/visible{ - dir = 10 +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/turf/open/floor/plasteel, -/area/science/xenobiology) -"wMG" = ( -/obj/machinery/door/airlock{ +/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; - name = "Massage Room" + 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" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel{ + dir = 8; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/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" @@ -153842,40 +52959,232 @@ /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/turf/open/floor/wood{ - icon_state = "wood_tile"; - name = "tile" +/turf/open/floor/plasteel/dark, +/area/security/main) +"mGa" = ( +/obj/machinery/gateway{ + dir = 1 }, -/area/crew_quarters/spa/sauna) -"wML" = ( +/obj/effect/turf_decal/bot_white, /obj/effect/turf_decal/tile/neutral{ - dir = 6 + dir = 1 + }, +/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" }, -/obj/machinery/firealarm{ - pixel_y = -28 +/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 }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" +/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" + }, +/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" }, -/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" @@ -153890,340 +53199,1832 @@ /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/port) -"wNc" = ( -/obj/structure/table/reinforced, -/obj/machinery/door/firedoor, -/obj/machinery/door/window/westleft{ +/area/maintenance/aft) +"mHT" = ( +/obj/structure/table, +/obj/machinery/light{ dir = 1; - name = "Mining Desk"; - req_access_txt = "48" + pixel_y = 16 }, -/obj/machinery/door/poddoor/shutters/preopen/alt{ - id = "cargoshut1"; - name = "shutters" +/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{ - icon_state = "darkfull_whole_alt" +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/area/quartermaster/miningdock) -"wNe" = ( -/obj/machinery/camera/autoname{ +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/turf/open/floor/plasteel/dark{ - dir = 4; - icon_state = "darkfull_plate" +/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, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-10" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "drain"; + name = "drain" + }, +/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 + }, +/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) +"mJp" = ( +/obj/structure/table, +/obj/item/kitchen/knife, +/obj/item/storage/box/donkpockets/donkpocketberry, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/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" = ( +/obj/machinery/button/door{ + id = "Dorm6"; + name = "Cabin 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{ + name = "scrubbers pipe" + }, +/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" + }, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"mMd" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 8 }, -/area/hallway/primary/port/upper) -"wNi" = ( /obj/effect/turf_decal/tile/neutral{ dir = 1 }, /obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/structure/disposalpipe/segment, +/obj/machinery/firealarm{ + dir = 1; + pixel_y = -24 + }, +/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/dark/side{ + dir = 1 + }, +/area/security/main) +"mMo" = ( +/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{ + 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{ + dir = 4; + name = "air scrubber" + }, +/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{ + dir = 4 + }, +/obj/structure/chair{ + 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{ + 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) +"mPd" = ( +/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" }, -/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 - }, -/obj/machinery/light{ - dir = 4; - pixel_x = 7 - }, -/turf/open/floor/plasteel{ +/area/crew_quarters/dorms) +"mPf" = ( +/obj/effect/turf_decal/bot, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=8"; dir = 8; - icon_state = "floor_plate" + freq = 1400; + location = "QM #4" }, -/area/science/research) -"wNu" = ( -/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, -/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) -"wNy" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 1 - }, -/obj/item/twohanded/required/kirbyplants/random, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/quartermaster/mail) -"wNz" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/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/effect/turf_decal/tile/brown{ - dir = 9 +/obj/structure/railing{ + dir = 4 }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/storage) +"mPg" = ( /obj/effect/turf_decal/loading_area{ - dir = 1; + dir = 8; icon_state = "drain"; name = "drain" }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" +/turf/open/floor/plasteel/dark, +/area/hallway/primary/fore) +"mPh" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 }, -/area/hallway/primary/aft) -"wNW" = ( -/obj/effect/turf_decal/stripes/line{ +/obj/effect/turf_decal/tile/brown, +/obj/effect/turf_decal/stripes/line, +/turf/open/floor/plasteel/dark/side{ dir = 1 }, -/obj/effect/decal/cleanable/oil, +/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" }, -/turf/open/floor/plasteel{ +/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; - icon_state = "floor_trim" + name = "Vault APC"; + pixel_y = 25 }, -/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/structure/cable{ + icon_state = "0-8" }, /obj/effect/turf_decal/tile/neutral{ dir = 1 }, -/obj/effect/turf_decal/tile/neutral{ +/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/neutral, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/item/toy/figure/janitor{ + pixel_x = -7; + pixel_y = 4 + }, /turf/open/floor/plasteel, -/area/hallway/primary/aft) -"wOm" = ( +/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" = ( +/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) +"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{ + 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) +"mSN" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/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{ + icon_state = "1-2" + }, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/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/atmospherics/pipe/simple/cyan/hidden{ + dir = 4; + name = "air supply pipe" + }, +/turf/open/floor/plating, +/area/maintenance/aft) +"mTk" = ( +/obj/effect/spawner/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "0-2" + }, +/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) -"wOp" = ( -/obj/structure/lattice/catwalk, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"wOq" = ( +"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{ + 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{ + dir = 4 + }, +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"mWO" = ( +/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{ + 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{ + dir = 8; + id = "QMLoad" + }, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" + }, +/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" + }, +/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" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/vending/snack/random, +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" + }, +/area/hallway/primary/starboard) +"mZM" = ( +/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/port/fore) +"mZU" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/engine/break_room) +"mZV" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/machinery/light_switch{ + pixel_x = 23 + }, +/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{ + dir = 4 + }, /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 +/area/crew_quarters/fitness/pool) +"nbX" = ( +/obj/structure/cable{ + icon_state = "0-8" }, /obj/structure/cable{ icon_state = "0-4" }, -/turf/open/floor/wood{ - icon_state = "wood_parquet"; - name = "parquet" +/obj/effect/spawner/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, -/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{ +/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/atmos) -"wOW" = ( +/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{ + 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/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" }, @@ -154234,478 +55035,1018 @@ icon_state = "1-2" }, /obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 6 +/turf/open/floor/plasteel/dark, +/area/security/processing) +"njB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/turf/open/floor/plasteel/white{ - icon_state = "plaswhite_traction_trim" +/turf/open/floor/plasteel{ + icon_state = "floor_trim" }, -/area/medical/medbay/aft) -"wOZ" = ( +/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 }, -/obj/effect/turf_decal/tile/blue, -/turf/open/floor/plasteel/dark/corner{ +/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 }, -/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" +/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 }, -/area/hallway/primary/fore/upper) -"wPc" = ( +/turf/open/floor/plasteel/dark, +/area/security/processing) +"nmu" = ( /obj/effect/turf_decal/loading_area{ - dir = 8; + dir = 1; icon_state = "drain"; name = "drain" }, -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole_alt" +/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 }, -/area/hallway/primary/port/upper) -"wPd" = ( /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" +/turf/open/floor/plasteel/white/side{ + dir = 8 }, -/area/hallway/primary/port/upper) -"wPe" = ( +/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 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/filingcabinet, +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/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" + }, +/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) -"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" = ( +"noH" = ( /obj/machinery/light{ - dir = 8; - pixel_x = -7 + pixel_y = -1 }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plating, -/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{ - icon_state = "0-4" - }, -/turf/open/floor/plating, -/area/science/xenobiology) -"wPD" = ( -/obj/structure/chair/sofa/corner{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms/C) -"wPG" = ( -/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 = 4; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/security/prison) -"wPH" = ( -/turf/open/floor/plasteel/dark/side, +/turf/open/floor/plasteel/dark, /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, +"noL" = ( +/obj/item/twohanded/required/kirbyplants/random, +/turf/open/floor/plasteel/dark, +/area/hallway/primary/starboard) +"noM" = ( /obj/structure/cable{ icon_state = "1-2" }, -/turf/open/floor/plasteel/white/side{ - dir = 1 - }, -/area/medical/virology) -"wQp" = ( -/obj/structure/railing/handrail{ - dir = 8 - }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" - }, -/turf/open/floor/wood{ - icon_state = "wood_large"; - name = "large" - }, -/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 - }, -/obj/machinery/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/cafeteria{ - dir = 5 - }, -/area/security/main/upper) -"wQC" = ( -/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) -"wQD" = ( -/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 = 4; - icon_state = "siding_wood_corner"; - name = "wood corner" - }, -/turf/open/floor/wood{ - icon_state = "wood_parquet"; - name = "parquet" - }, -/area/crew_quarters/bar/cafe) -"wQI" = ( -/obj/effect/decal/cleanable/oil, -/obj/structure/table, -/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 - }, -/obj/structure/railing/handrail{ +/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/item/twohanded/required/kirbyplants/random, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_plate" - }, -/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-2" - }, -/obj/structure/cable, -/obj/machinery/door/firedoor{ - dir = 8 - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/bridge) -"wRa" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 4 - }, -/obj/effect/turf_decal/tile/brown, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/quartermaster/mail) -"wRe" = ( -/obj/structure/flora/junglebush, -/obj/structure/flora/ausbushes/sparsegrass, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/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/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, /obj/effect/turf_decal/tile/blue{ - dir = 6 + dir = 8 }, -/turf/open/floor/plasteel/white{ - icon_state = "plaswhite_trim" +/obj/structure/table, +/obj/structure/bedsheetbin, +/obj/machinery/status_display{ + pixel_y = 32 }, -/area/medical/medbay/central) -"wRr" = ( -/obj/machinery/door/poddoor/shutters/preopen{ - id = "hopqueue"; - name = "HoP Queue Shutters" +/obj/item/razor, +/turf/open/floor/plasteel/cafeteria, +/area/crew_quarters/locker) +"noQ" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 4 }, -/turf/open/floor/plasteel/stairs/medium{ +/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 }, -/area/hallway/primary/aft/upper) -"wRs" = ( -/obj/structure/closet/crate/coffin, +/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{ + dir = 6 + }, +/turf/open/floor/plating/asteroid/layenia, +/area/layenia) +"nqy" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/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{ + 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" = ( /obj/machinery/light/small{ dir = 8; pixel_x = -7 }, -/turf/open/floor/wood, +/obj/machinery/camera{ + c_tag = "Chapel West"; + dir = 4 + }, +/turf/open/floor/plasteel/dark, /area/chapel/main) -"wRx" = ( +"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" = ( /turf/closed/wall, /area/crew_quarters/fitness) -"wRz" = ( -/obj/structure/falsewall, -/turf/open/floor/plating, -/area/maintenance/starboard/central/upper) -"wRH" = ( -/obj/machinery/newscaster{ - pixel_y = 28 - }, -/turf/open/floor/plasteel/dark{ - dir = 1; - icon_state = "darkfull_plate" - }, -/area/crew_quarters/dorms/upper) -"wRI" = ( -/obj/machinery/door/firedoor{ +"nrH" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/effect/spawner/structure/window, +/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, /turf/open/floor/plating, -/area/engine/engineering) -"wRM" = ( -/obj/structure/disposalpipe/trunk/multiz/down{ - dir = 1; - icon_state = "pipe-down" +/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/hallway/primary/aft/upper) -"wRV" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/visible, +/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{ + 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" }, -/turf/open/floor/plasteel, -/area/engine/atmos) -"wSa" = ( -/obj/effect/spawner/lootdrop/maintenance, +/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/maintenance/port/aft/upper) -"wSb" = ( -/obj/structure/railing{ - dir = 4 - }, +/area/lawoffice) +"ntE" = ( +/obj/structure/table/reinforced, +/obj/item/trash/candy, /obj/effect/turf_decal/stripes/line{ - dir = 4 + 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/fore/upper) -"wSg" = ( +/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, +/obj/structure/railing{ + dir = 4 + }, +/turf/open/chasm/cloud, +/area/layenia/cloudlayer) +"nuJ" = ( +/obj/structure/chair{ + 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" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 }, @@ -154730,347 +56071,650 @@ }, /turf/open/floor/plasteel, /area/ai_monitored/turret_protected/ai_upload) -"wSi" = ( -/obj/structure/chair/sofa{ +"nxR" = ( +/obj/effect/turf_decal/loading_area{ dir = 1 }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms/D) -"wSk" = ( -/turf/closed/wall/r_wall, -/area/ai_monitored/turret_protected/ai) -"wSC" = ( -/turf/open/floor/plasteel/white{ - dir = 8; - icon_state = "plaswhite_plate" - }, -/area/medical/psych/rec) -"wSF" = ( -/obj/structure/railing/handrail{ - dir = 8 - }, -/obj/structure/chair{ +/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 = 8; + dir = 1; icon_state = "drain"; name = "drain" }, -/turf/open/floor/plasteel/checker, -/area/engine/atmos) -"wSG" = ( -/obj/structure/cable{ - icon_state = "4-8" +/obj/effect/turf_decal/tile/blue{ + dir = 8 }, -/turf/open/floor/plasteel/stairs/medium{ - dir = 4 - }, -/area/maintenance/port/fore) -"wSR" = ( +/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{ +/turf/open/floor/plasteel{ dir = 1; - name = "air supply pipe" + 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 = "4-8" - }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/medbay/central) -"wSU" = ( -/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, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" + icon_state = "1-4" }, /obj/structure/cable{ icon_state = "1-2" }, -/turf/open/floor/plasteel/dark{ - dir = 8; - icon_state = "darkfull_trim" - }, -/area/crew_quarters/dorms/upper) -"wTg" = ( -/obj/effect/turf_decal/bot, -/obj/structure/closet{ - name = "Evidence Closet" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/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/hallway/primary/fore) -"wTv" = ( -/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/upper) -"wTG" = ( -/obj/structure/table/wood, -/obj/effect/turf_decal/loading_area{ - icon_state = "ledge_short"; - name = "short ledge" - }, -/obj/item/flashlight/lamp/green{ - layer = 4; - pixel_x = -7; - pixel_y = 14 - }, -/obj/effect/decal/cleanable/dirt, -/obj/item/paper_bin{ - pixel_x = 6; - pixel_y = 3 - }, -/obj/item/pen, -/turf/open/floor/wood, -/area/security/prison) -"wTH" = ( -/obj/structure/disposalpipe/segment, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/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" - }, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/plasteel, -/area/maintenance/department/engine/upper) -"wTM" = ( -/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_plate" - }, -/area/security/main/upper) -"wTW" = ( -/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/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/aft/upper) -"wUh" = ( -/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{ +/area/maintenance/disposal/incinerator) +"nyU" = ( +/obj/item/twohanded/required/kirbyplants/random, +/obj/effect/turf_decal/tile/yellow{ 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/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-4" - }, -/turf/open/floor/plasteel/airless/solarpanel{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia) -"wUr" = ( -/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 = 8; - icon_state = "siding_wood_corner"; - name = "wood corner" - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 16 - }, -/turf/open/floor/wood, -/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 - }, /obj/machinery/light{ dir = 8; pixel_x = -7 }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" }, -/area/gateway) -"wUu" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 4 +/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/engine/atmos) -"wUv" = ( +/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 = "primaryshut1"; - name = "primary blast door" + 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" }, @@ -155078,13 +56722,344 @@ 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, +/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" + }, +/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_interior) +"nHQ" = ( +/obj/machinery/door/firedoor, +/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" + icon_state = "floor_whole" }, -/area/hallway/primary/starboard/upper) -"wUz" = ( +/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, +/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 }, @@ -155095,234 +57070,30 @@ 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/simple/supply/hidden/layer3{ name = "air supply pipe" }, -/obj/structure/cable{ - icon_state = "1-2" +/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/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/sheet/plasteel{ - amount = 10 - }, -/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 - }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/storage/eva) -"wVi" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_x = -24 - }, -/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) -"wVj" = ( -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_plate" - }, -/area/crew_quarters/dorms/upper) -"wVm" = ( -/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) -"wVq" = ( -/obj/structure/flora/ausbushes/fullgrass, -/turf/open/floor/grass, -/area/crew_quarters/dorms/upper) -"wVs" = ( -/obj/machinery/power/apc{ - areastring = "/area/hallway/primary/central/upper"; - dir = 8; - name = "Upper Central Hall APC"; - pixel_x = -25 - }, -/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 = 4 - }, -/area/crew_quarters/dorms/upper) -"wVz" = ( -/obj/machinery/light{ - pixel_y = -1 - }, -/obj/effect/spawner/lootdrop/maintenance{ - lootcount = 2; - name = "2maintenance loot spawner" - }, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/maintenance/department/engine/upper) -"wVD" = ( +/area/engine/break_room) +"nKg" = ( /obj/machinery/door/airlock/maintenance{ - name = "Maintenance Access"; + dir = 4; + name = "Mining Dock maintenance access"; req_access_txt = "12" }, -/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{ - icon_state = "darkfull_whole_alt" - }, -/area/maintenance/port) -"wWc" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/chapel/main) -"wWp" = ( -/obj/structure/window{ - dir = 8 - }, -/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 - }, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain_corner"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit) -"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" - }, -/turf/open/floor/plasteel/dark, -/area/security/main/upper) -"wWR" = ( -/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/atmos) -"wWU" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" @@ -155337,621 +57108,613 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "drain"; - name = "drain" +/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/dark{ - dir = 8; - icon_state = "darkfull_plate" - }, -/area/quartermaster/miningdock) -"wWW" = ( -/obj/effect/turf_decal/tile/neutral{ +/turf/open/floor/plasteel, +/area/engine/atmos) +"nKy" = ( +/obj/effect/turf_decal/stripes/line{ dir = 1 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 5 - }, -/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{ - 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/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{ - dir = 4; 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" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" - }, -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel, -/area/medical/medbay/upper) -"wXc" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/structure/barricade/wooden/snowed, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/maintenance/port/aft) -"wXd" = ( -/obj/machinery/door/poddoor/shutters{ - dir = 8; - id = "armory"; - name = "Armoury Shutter" - }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" - }, -/area/ai_monitored/security/armory) -"wXf" = ( -/obj/structure/disposalpipe/segment{ - dir = 5 - }, -/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) -"wXg" = ( -/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_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/spa/sauna) -"wXl" = ( -/obj/structure/chair/sofa{ - dir = 1 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" }, -/turf/open/floor/plasteel/dark/side{ - dir = 8 - }, -/area/crew_quarters/theatre) -"wXq" = ( -/obj/effect/turf_decal/loading_area{ - 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 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" }, /turf/open/floor/plasteel{ icon_state = "floor_plate" }, -/area/security/brig/upper) -"wXx" = ( -/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{ - dir = 1 - }, -/turf/open/floor/plasteel/layenia, +/area/crew_quarters/dorms) +"nKG" = ( +/obj/effect/spawner/lootdrop/maintenance, +/obj/structure/table, +/turf/open/floor/plating/asteroid/layenia, /area/layenia) -"wXC" = ( -/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) -"wXH" = ( -/obj/item/shard, -/turf/open/floor/wood{ - icon_state = "wood-broken7" - }, -/area/maintenance/fore/upper) -"wXO" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 8 - }, -/obj/machinery/camera/autoname{ - dir = 8 - }, -/obj/machinery/light{ +"nKI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; - pixel_x = 7 + name = "scrubbers pipe" }, -/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/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/upper) -"wXS" = ( -/obj/effect/spawner/structure/window/reinforced, +/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/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 - }, +/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 }, -/turf/open/floor/plasteel/dark, -/area/ai_monitored/nuke_storage) -"wYw" = ( /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) -"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/stripes/white/line, +"nMH" = ( +/obj/structure/chair/comfy/black, /obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "linealt"; - name = "line" + dir = 4; + icon_state = "drain"; + name = "drain" }, -/obj/effect/turf_decal/loading_area{ - icon_state = "linealt"; - name = "line" +/turf/open/floor/plasteel/white/side{ + dir = 8 }, -/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 +/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/hallway/primary/fore) -"wZu" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ +/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 }, -/obj/machinery/atmospherics/components/binary/pump{ - dir = 1; - name = "O2 to Pure" - }, +/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) -"wZA" = ( -/turf/open/indestructible/concrete/smooth, -/area/layenia/cloudlayer) -"wZB" = ( -/obj/machinery/light{ - dir = 1; - pixel_y = 16 +"nNe" = ( +/obj/machinery/atmospherics/components/binary/pump{ + dir = 8; + name = "N2O Outlet Pump" }, -/obj/structure/table, -/obj/item/folder/red{ - layer = 2.9 - }, -/obj/machinery/camera/autoname{ +/obj/effect/turf_decal/tile/red{ dir = 4 }, -/obj/machinery/recharger{ - pixel_x = -5 - }, -/obj/machinery/airalarm{ - dir = 4; - pixel_x = -22 - }, -/turf/open/floor/plasteel/dark, -/area/security/brig/upper) -"wZH" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 8; - name = "Maintenance Access"; - req_access_txt = "12" - }, -/turf/open/floor/plating, -/area/maintenance/department/engine/upper) -"wZM" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 4; - name = "air scrubber" - }, -/turf/open/floor/plasteel/dark{ - dir = 8; - icon_state = "darkfull_plate" - }, -/area/medical/morgue) -"wZV" = ( -/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/cloudlayer) -"wZW" = ( -/obj/structure/closet/secure_closet/captains, +/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/machinery/power/apc{ - areastring = "/area/crew_quarters/heads/captain"; - dir = 1; - name = "Captain's Office APC"; - pixel_y = 24 +/obj/structure/sign/painting/library{ + pixel_y = 28 }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/wood{ - icon_state = "wood_parquet"; - name = "parquet" - }, -/area/crew_quarters/heads/captain) -"xae" = ( -/obj/effect/turf_decal/stripes/line{ +/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/caution/stand_clear{ - dir = 8 - }, -/turf/open/indestructible/concrete, -/area/layenia/cloudlayer) -"xam" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing{ - dir = 1 - }, -/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{ +/obj/effect/turf_decal/tile/yellow, +/turf/open/floor/plasteel/white, +/area/medical/chemistry) +"nND" = ( +/obj/effect/turf_decal/loading_area{ dir = 4; - name = "scrubbers pipe" - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/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" - }, -/area/library) -"xay" = ( -/obj/effect/turf_decal/bot{ - dir = 1 - }, -/obj/machinery/shieldwallgen, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" - }, -/area/teleporter) -"xaz" = ( -/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/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 - }, -/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/machinery/light{ - dir = 8; - pixel_x = -7 - }, -/turf/open/floor/circuit, -/area/ai_monitored/turret_protected/ai_upload) -"xaK" = ( -/turf/open/floor/plasteel/dark, -/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" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" +/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{ - 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 - }, -/obj/effect/turf_decal/sand/plating{ - icon_state = "sandyplating_red"; - name = "crimson plating" + dir = 1; + icon_state = "drain"; + name = "drain" }, /obj/machinery/light{ dir = 1; pixel_y = 16 }, -/turf/open/floor/plating/layenia, -/area/layenia/cave) -"xbo" = ( -/obj/structure/railing{ +/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/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{ - 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/hallway/primary/port) -"xby" = ( -/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/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 }, -/obj/effect/turf_decal/tile/neutral{ +/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" + }, +/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/structure/disposalpipe/junction{ +/obj/machinery/atmospherics/pipe/simple/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/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, +/area/engine/break_room) +"nSX" = ( /obj/structure/cable{ icon_state = "4-8" }, @@ -155959,842 +57722,198 @@ dir = 4; name = "scrubbers pipe" }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/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" }, -/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{ +/obj/machinery/door/firedoor, +/turf/open/floor/plasteel, +/area/engine/break_room) +"nTw" = ( +/obj/structure/frame/computer{ 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/hallway/primary/fore) -"xcJ" = ( +/area/layenia/cloudlayer) +"nTN" = ( /obj/machinery/light/small{ dir = 1; pixel_y = 16 }, -/turf/open/floor/plating, -/area/maintenance/fore/upper) -"xcR" = ( -/obj/structure/cable{ - icon_state = "0-8" - }, -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/security/brig/upper) -"xcZ" = ( -/obj/effect/turf_decal/stripes/line{ +/turf/open/floor/engine/n2o, +/area/engine/atmos) +"nUa" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ dir = 8 }, -/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) -"xds" = ( -/turf/open/floor/plasteel, -/area/teleporter) -"xdy" = ( -/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ - dir = 1; - name = "air vent" - }, -/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) -"xdE" = ( -/obj/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/port/upper) -"xdO" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral, +/obj/structure/closet/secure_closet/brig, /turf/open/floor/plasteel{ dir = 1; icon_state = "floor_plate" }, -/area/engine/atmos) -"xdR" = ( -/obj/structure/cable{ - icon_state = "1-2" - }, -/turf/open/floor/plating, -/area/engine/custom) -"xee" = ( -/turf/closed/wall, -/area/crew_quarters/toilet) -"xef" = ( -/obj/structure/cable{ - icon_state = "4-8" - }, -/turf/open/floor/plating, -/area/maintenance/department/security) -"xej" = ( -/obj/structure/lattice/catwalk, -/obj/structure/railing, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"xek" = ( -/obj/structure/chair/comfy/brown{ +/area/security/prison) +"nUe" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on{ dir = 1 }, -/turf/open/floor/wood{ - icon_state = "wood_parquet"; - name = "parquet" - }, -/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" - }, -/obj/item/storage/box/donkpockets{ - pixel_x = 3; - pixel_y = 3 - }, -/obj/item/storage/box/donkpockets/donkpocketspicy, -/obj/machinery/camera{ - c_tag = "Virology Break Room"; - network = list("ss13","medbay") - }, -/obj/machinery/airalarm{ - pixel_y = 23 - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"xer" = ( -/obj/structure/lattice/catwalk, -/obj/machinery/computer{ - dir = 8; - name = "Shuttle Maintenance Computer" - }, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"xeA" = ( -/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/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{ +/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" }, -/obj/effect/turf_decal/tile/blue{ - dir = 4 - }, -/turf/open/floor/plasteel/white, -/area/medical/psych/ward) -"xeV" = ( -/turf/open/floor/plasteel/dark{ - dir = 8; - icon_state = "darkfull_plate" - }, -/area/hallway/primary/fore) -"xfb" = ( -/obj/effect/turf_decal/loading_area{ - color = "#55391A"; - icon_state = "siding_wood_line"; - name = "wood" - }, -/turf/open/floor/wood{ - icon_state = "wood-broken" - }, -/area/layenia/cloudlayer) -"xff" = ( -/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) -"xfi" = ( +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"nUp" = ( /obj/machinery/door/airlock/maintenance{ name = "Maintenance Access"; - req_access_txt = "12" + req_one_access_txt = "12;47" }, -/turf/open/floor/plating, -/area/maintenance/department/engine/upper) -"xfl" = ( -/obj/effect/turf_decal/caution/stand_clear{ - 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 - }, -/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/white, -/area/crew_quarters/heads/hor) -"xfx" = ( -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"xfy" = ( -/obj/effect/landmark/xeno_spawn, -/turf/open/floor/carpet/royalblue, -/area/crew_quarters/heads/captain) -"xfJ" = ( -/obj/structure/railing, -/obj/effect/turf_decal/loading_area{ - icon_state = "drain"; - name = "drain" - }, -/obj/structure/chair{ - dir = 4 - }, -/turf/open/floor/plasteel, -/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-2" - }, -/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 = "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, -/area/crew_quarters/locker) -"xgr" = ( +/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 = "Hydroponics"; - req_access_txt = "35" + name = "Art Atrium" }, -/obj/machinery/atmospherics/pipe/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, -/area/hydroponics) -"xgy" = ( -/obj/machinery/door/firedoor, -/turf/open/floor/plasteel/white{ - icon_state = "plaswhite_traction_whole" - }, -/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; - icon_state = "drain_corner"; - name = "drain" - }, -/turf/open/floor/plasteel, -/area/hallway/primary/central/upper) -"xhd" = ( -/obj/structure/trash_pile, -/obj/effect/decal/cleanable/cobweb{ - icon_state = "cobweb2" - }, -/turf/open/floor/plating, -/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/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/effect/turf_decal/loading_area{ dir = 10; icon_state = "steel_panel"; name = "steel pannel" }, +/obj/structure/fans/tiny, /turf/open/floor/plasteel, -/area/engine/engineering) -"xli" = ( -/obj/effect/turf_decal/tile/green{ - dir = 10 +/area/artatrium) +"nUT" = ( +/obj/effect/turf_decal/tile/blue, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/hallway/primary/central) -"xlj" = ( -/obj/structure/chair, -/turf/open/floor/plasteel/dark{ +/turf/open/floor/plasteel/white, +/area/medical/medbay/central) +"nUZ" = ( +/obj/machinery/atmospherics/pipe/simple/cyan/hidden{ dir = 1; - icon_state = "darkfull_plate" + name = "air supply pipe" }, -/area/hallway/primary/fore) -"xlk" = ( -/obj/structure/table, -/obj/item/circular_saw, -/obj/item/scalpel{ - pixel_y = 12 +/obj/machinery/atmospherics/pipe/simple/orange/hidden{ + dir = 4 }, -/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{ +/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 }, -/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/light{ + pixel_y = -1 }, -/obj/machinery/door/firedoor{ +/obj/machinery/disposal/bin, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/railing{ dir = 8 }, /turf/open/floor/plasteel/white, -/area/medical/virology) -"xlF" = ( -/obj/effect/turf_decal/tile/yellow, -/obj/effect/turf_decal/tile/yellow{ +/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) -"xlG" = ( -/obj/effect/turf_decal/tile/neutral{ +"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{ @@ -156803,34 +57922,291 @@ /obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral, +/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/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{ +/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{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" @@ -156839,207 +58215,553 @@ 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{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/tile/neutral, +/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" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" +/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" }, -/turf/open/floor/plasteel, -/area/hallway/primary/starboard/upper) -"xlU" = ( -/obj/machinery/door/airlock/maintenance{ +/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{ + dir = 10 + }, +/turf/open/floor/plasteel{ dir = 8; - name = "Security Maintenance"; - req_access_txt = "63" + icon_state = "floor_plate" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" +/area/engine/engine_smes) +"obJ" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ +/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 = "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" + name = "air vent" }, /turf/open/floor/plasteel, -/area/hallway/primary/port/upper) -"xmv" = ( -/obj/effect/turf_decal/arrows/white{ - dir = 8 +/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/machinery/atm{ - pixel_y = 30 +/obj/item/reagent_containers/food/drinks/soda_cans/pwr_game{ + pixel_x = -4; + pixel_y = 3 }, -/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/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/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" + }, +/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{ + dir = 8; + pixel_x = -7 + }, +/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 + }, +/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/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" }, -/obj/machinery/door/firedoor{ - dir = 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, +/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" }, /turf/open/floor/plasteel{ dir = 8; icon_plating = "floor"; - icon_state = "floor_whole_alt" + icon_state = "floor_whole" }, -/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{ +/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/structure/closet/emcloset, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/obj/effect/turf_decal/stripes/line{ + dir = 6 }, -/area/maintenance/starboard/upper) -"xnk" = ( +/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-4" + icon_state = "1-2" }, -/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" + }, +/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" @@ -157048,381 +58770,218 @@ 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" - }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ohe" = ( /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; name = "scrubbers pipe" }, -/turf/open/floor/plasteel{ - icon_state = "floor_trim" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" }, -/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/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/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" +/area/maintenance/solars/starboard/fore) +"ohw" = ( +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ + dir = 1 }, -/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" - }, -/area/quartermaster/office) -"xoB" = ( -/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/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/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/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 = "0-4" + icon_state = "1-2" }, /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 - }, +/area/ai_monitored/turret_protected/aisat_interior) +"ohx" = ( /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"; +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ 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{ +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ + dir = 4; name = "scrubbers pipe" }, /obj/structure/cable{ icon_state = "1-2" }, -/turf/open/floor/wood{ - icon_state = "wood_parquet"; - name = "parquet" +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" }, -/area/crew_quarters/dorms/H) -"xpt" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 9; - name = "air supply pipe" +/area/science/misc_lab) +"ohP" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 3"; + name = "Cell 3 Locker" }, -/obj/structure/disposalpipe/segment{ - dir = 9 +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_trim" }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 9; - name = "scrubbers pipe" +/area/security/brig) +"ohZ" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 }, -/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{ +/obj/effect/turf_decal/tile/red{ dir = 4 }, -/turf/open/floor/plasteel/dark{ - dir = 4; - icon_state = "darkfull_trim" +/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" = ( +/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" }, -/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" + dir = 4; + icon_state = "floor_plate" }, -/area/crew_quarters/fitness/pool) -"xpG" = ( -/turf/open/floor/engine{ - name = "Holodeck Projector Floor" - }, -/area/holodeck/rec_center) -"xpI" = ( -/obj/machinery/door/firedoor{ +/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/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/turf/open/floor/carpet/black, +/area/crew_quarters/bar) +"ojy" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 8 }, -/area/engine/engineering) -"xpR" = ( -/obj/machinery/vending/tool, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/obj/effect/turf_decal/loading_area{ + dir = 8; + icon_state = "drain"; + name = "drain" }, -/area/storage/primary) -"xpY" = ( -/obj/effect/turf_decal/tile/red{ - dir = 4 +/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/effect/turf_decal/tile/red{ dir = 1 @@ -157431,29 +58990,291 @@ dir = 8 }, /obj/effect/turf_decal/tile/red, -/turf/open/floor/plasteel, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/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{ + 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) -"xqd" = ( +"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" + }, +/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{ + 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 = 6 + dir = 4 }, -/turf/open/floor/plasteel/white{ - icon_state = "plaswhite_trim" +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 6; + pixel_y = 2 }, -/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/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" @@ -157464,46 +59285,189 @@ /obj/structure/cable{ icon_state = "1-2" }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/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 }, -/area/maintenance/port) -"xqo" = ( /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 = 9; + dir = 8; name = "air supply pipe" }, -/obj/machinery/power/apc/highcap/five_k{ - areastring = "/area/engine/tether"; +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ dir = 4; - name = "Tether APC"; - pixel_x = 24 + name = "scrubbers pipe" }, -/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{ +/turf/open/floor/plasteel, +/area/hallway/secondary/exit) +"opn" = ( +/obj/structure/chair/sofa{ dir = 4 }, -/area/crew_quarters/dorms/upper) -"xqu" = ( -/obj/machinery/door/airlock/maintenance{ - dir = 8; - name = "Maintenance Access"; - req_access_txt = "12" +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ +/obj/machinery/light{ dir = 8; - name = "air supply pipe" + 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" @@ -157511,17 +59475,714 @@ /obj/structure/cable{ icon_state = "4-8" }, -/obj/structure/disposalpipe/segment{ +/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" = ( +/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 }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/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) -"xqy" = ( -/obj/machinery/door/poddoor/shutters{ - id = "qm_warehouse"; - name = "warehouse shutters" +"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 + }, +/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 + }, +/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 + }, +/turf/open/floor/plasteel, +/area/engine/atmos) +"otG" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 1 + }, +/area/engine/break_room) +"otM" = ( +/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) +"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" @@ -157529,284 +60190,2057 @@ /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" +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/area/quartermaster/warehouse) -"xqK" = ( -/obj/structure/railing/handrail{ +/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" = ( +/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{ + 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" + }, +/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{ + 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 + }, +/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/hallway/primary/aft/upper) -"xqL" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" +/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/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" +/obj/structure/cable{ + icon_state = "4-8" }, -/obj/effect/turf_decal/stripes/line{ - dir = 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 }, -/obj/item/clothing/head/cone, -/turf/open/floor/plasteel/layenia, +/turf/open/floor/plating/asteroid/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" +"oWx" = ( +/obj/machinery/door/airlock/maintenance{ + dir = 4; + name = "Medbay Maintenance"; + req_access_txt = "5" }, /turf/open/floor/plasteel/dark, -/area/engine/engine_smes) -"xqT" = ( -/obj/machinery/navbeacon{ - codes_txt = "delivery;dir=4"; - freq = 1400; - location = "Tool Storage" +/area/medical/medbay/central) +"oWI" = ( +/obj/machinery/power/smes{ + charge = 5e+006 }, -/obj/structure/plasticflaps/opaque{ - dir = 8 +/obj/structure/cable{ + icon_state = "0-4" }, -/obj/effect/turf_decal/delivery, -/turf/open/floor/plating, -/area/storage/primary) -"xrc" = ( -/obj/structure/disposalpipe/segment, +/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" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - name = "air supply pipe" +/turf/open/floor/plasteel, +/area/maintenance/fore) +"oXG" = ( +/obj/machinery/computer/telecomms/monitor{ + dir = 4; + network = "tcommsat" }, -/obj/structure/cable{ - icon_state = "1-2" +/turf/open/floor/plasteel{ + dir = 4; + icon_plating = "floor"; + icon_state = "floor_whole" }, -/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 +/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 }, -/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 + dir = 1; + pixel_y = 16 }, /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, +/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/medical/surgery) -"xrl" = ( -/obj/structure/sink{ +/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; - pixel_x = 12; - pixel_y = 2 + icon_state = "drain"; + name = "drain" + }, +/obj/item/twohanded/required/kirbyplants{ + icon_state = "plant-10" }, /turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" + dir = 8; + icon_state = "floor_plate" }, -/area/science/xenobiology) -"xro" = ( +/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{ - color = "#55391A"; dir = 1; - icon_state = "siding_wood_line"; - name = "wood" + 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/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" +/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/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" + icon_state = "floor_trim" }, -/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" = ( +"pca" = ( +/obj/effect/turf_decal/stripes/line, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; name = "air supply pipe" @@ -157818,137 +62252,297 @@ /obj/structure/cable{ icon_state = "4-8" }, -/turf/open/floor/plating, -/area/maintenance/fore/upper) -"xsg" = ( +/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" }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"xsq" = ( -/obj/machinery/door/poddoor/shutters{ - id = "stationawaygate"; - name = "Gateway Access Shutters" +/obj/structure/cable{ + icon_state = "4-8" }, -/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; + dir = 4; icon_state = "floor_plate" }, -/area/maintenance/fore/upper) -"xsN" = ( -/obj/structure/chair{ - dir = 1 +/area/hallway/primary/fore) +"pef" = ( +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/structure/sign/poster/random{ - pixel_x = 32 - }, -/turf/open/floor/plasteel/dark{ +/obj/machinery/door/window/northleft{ dir = 4; - icon_state = "darkfull_plate" + name = "Containment Pen"; + req_access_txt = "55" }, -/area/hallway/primary/aft/upper) -"xsR" = ( -/obj/machinery/door/airlock/medical{ - name = "Psychology Office"; - req_access_txt = "71" - }, -/turf/open/floor/plasteel{ +/obj/machinery/door/poddoor/preopen{ dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole_alt" + id = "xenobio7"; + name = "containment blast door" }, -/area/medical/psych) -"xsU" = ( +/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 = 8; + dir = 4; 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" + dir = 4; + icon_state = "floor_plate" }, -/area/engine/engineering) -"xtp" = ( -/obj/structure/table/wood, -/obj/item/storage/photo_album, -/obj/item/melee/chainofcommand, -/obj/item/camera{ - pixel_y = 5 +/area/hydroponics/garden) +"peF" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, -/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" = ( +/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 }, @@ -157961,118 +62555,2294 @@ }, /turf/open/floor/plasteel, /area/engine/atmos) -"xtv" = ( -/obj/structure/disposalpipe/segment{ - dir = 6 +"peQ" = ( +/obj/structure/cable{ + icon_state = "4-8" }, /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 6; + dir = 8; name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; + 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/theatre) -"xtA" = ( -/obj/effect/turf_decal/loading_area{ - color = "#55391A"; - dir = 4; - icon_state = "siding_wood_line"; - name = "wood" +/area/maintenance/port/aft) +"pgC" = ( +/turf/closed/wall, +/area/crew_quarters/heads/cmo) +"pgN" = ( +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/open/floor/wood{ - icon_state = "wood_large"; - name = "large" +/obj/structure/cable{ + icon_state = "1-4" }, -/area/security/lambent) -"xtE" = ( -/obj/effect/turf_decal/loading_area{ - color = "#55391A"; - dir = 4; - icon_state = "siding_wood_line"; - name = "wood" +/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" }, -/turf/open/floor/wood{ - icon_state = "wood_parquet"; - name = "parquet" +/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" }, -/area/crew_quarters/dorms/G) -"xtN" = ( -/obj/effect/turf_decal/loading_area{ - dir = 6; - icon_state = "steel_panel"; - name = "steel pannel" +/obj/structure/cable{ + icon_state = "0-4" }, -/obj/machinery/atm{ - pixel_y = 30 +/turf/open/floor/plating, +/area/tcommsat/computer) +"phC" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 }, -/turf/open/floor/plasteel/dark{ +/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; - icon_state = "darkfull_plate" + pixel_x = -7 }, -/area/crew_quarters/bar) -"xuo" = ( -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "steel_panel"; - name = "steel pannel" +/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 }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/turf_decal/stripes/line{ +/turf/open/floor/plating, +/area/maintenance/port/aft) +"piS" = ( +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, -/obj/effect/spawner/lootdrop/trash, -/turf/open/floor/plasteel/dark/layenia, -/area/layenia/cloudlayer) -"xur" = ( -/obj/structure/disposalpipe/junction/yjunction{ +/obj/effect/turf_decal/tile/neutral, +/obj/structure/chair/comfy{ 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" + icon_state = "drain"; + name = "drain" }, -/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/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) -"xuE" = ( +"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, +/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 @@ -158082,379 +64852,947 @@ }, /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{ +"pFa" = ( +/obj/machinery/atmospherics/pipe/manifold/general/visible, +/turf/open/floor/engine, +/area/science/misc_lab) +"pFd" = ( +/obj/structure/window/reinforced{ 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/structure/window/reinforced, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/hallway/primary/port/fore) +"pFk" = ( /obj/machinery/atmospherics/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" +/obj/structure/cable{ + icon_state = "1-2" }, -/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{ +/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/segment{ - dir = 5 +/obj/structure/disposalpipe/trunk{ + dir = 8 }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 4; - name = "scrubbers pipe" +/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 }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"xvq" = ( -/obj/structure/cable{ - icon_state = "0-2" +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, -/obj/machinery/power/apc{ - areastring = "/area/security/lambent"; - dir = 4; - name = "Lambent's Quarters APC"; - pixel_x = 24 +/turf/open/floor/plasteel/white/side{ + dir = 10 }, -/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) -"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{ +/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" }, -/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" +/obj/machinery/firealarm{ + dir = 8; + pixel_x = -24 }, -/turf/open/floor/plasteel/dark{ +/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; - icon_state = "darkfull_plate" + 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 }, -/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 - }, -/obj/effect/turf_decal/caution/stand_clear{ - dir = 1 - }, -/turf/open/indestructible/concrete, -/area/layenia) -"xvU" = ( -/obj/structure/ladder, -/turf/open/floor/plating, -/area/security/brig/upper) -"xvV" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 5 - }, -/obj/effect/turf_decal/stripes/line{ +/turf/open/floor/plasteel/white/corner{ dir = 4 }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" +/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 }, -/area/hallway/primary/central) -"xvW" = ( -/obj/effect/spawner/lootdrop/maintenance, -/obj/structure/cable{ - icon_state = "1-4" +/obj/effect/decal/cleanable/oil{ + icon_state = "floor5" }, -/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{ +/obj/machinery/light/broken{ dir = 1; - name = "air vent" + pixel_y = 16 }, /turf/open/floor/plasteel/dark, -/area/crew_quarters/dorms/upper) -"xwy" = ( -/obj/effect/turf_decal/tile/purple{ - dir = 10 - }, +/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) -"xwB" = ( +"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/effect/turf_decal/stripes/white/line{ +/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/effect/turf_decal/stripes/white/line{ +/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/security/brig/upper) -"xwD" = ( +/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 }, -/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, +/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 }, -/turf/open/floor/plasteel/dark/layenia{ - icon_state = "darkfull_plate" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, -/area/layenia/cloudlayer) -"xxg" = ( -/obj/structure/table/glass, -/obj/item/reagent_containers/glass/beaker/large{ - pixel_x = -3; - pixel_y = 3 +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, -/obj/item/reagent_containers/glass/beaker{ - pixel_x = 8; - pixel_y = 2 +/obj/structure/cable{ + icon_state = "1-2" }, -/obj/item/reagent_containers/dropper, -/turf/open/floor/plasteel/white, -/area/science/lab) -"xxs" = ( +/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{ - color = "#55391A"; - dir = 9; - icon_state = "siding_wood_line"; - name = "wood" + icon_state = "drain"; + name = "drain" }, -/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{ +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; - icon_state = "plaswhite_trim" + name = "air supply pipe" }, -/area/medical/medbay/upper) -"xxO" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 10 - }, -/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{ + 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" = ( +/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) +"pTm" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + name = "air scrubber" }, /turf/open/floor/plasteel{ dir = 8; icon_state = "floor_plate" }, -/area/engine/engine_smes) -"xxP" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/area/security/courtroom) +"pTp" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, -/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/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" }, +/obj/structure/grille, /obj/structure/cable{ - icon_state = "0-8" - }, -/obj/structure/cable{ - icon_state = "0-2" + icon_state = "1-2" }, /turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"xya" = ( -/obj/effect/turf_decal/stripes/line{ +/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/structure/disposalpipe/segment{ - dir = 9 +/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" }, @@ -158462,39 +65800,2017 @@ dir = 4; icon_state = "floor_plate" }, -/area/engine/custom) -"xyd" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 6 +/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/machinery/light{ - pixel_y = -1 +/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" }, +/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{ - icon_state = "drain_corner"; + dir = 8; + icon_state = "drain"; name = "drain" }, -/obj/structure/sign/barber{ - pixel_x = 18; - pixel_y = 4 +/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" + }, +/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) +"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/dorms/upper) -"xym" = ( +/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, +/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{ + dir = 8; + name = "air vent" + }, +/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 + }, +/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 }, @@ -158510,137 +67826,554 @@ }, /turf/open/floor/plasteel, /area/quartermaster/miningdock) -"xyq" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 +"quc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/obj/structure/mirror{ - pixel_x = -28 +/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 = "1-4" + icon_state = "4-8" }, -/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{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole_alt" + name = "air supply pipe" }, -/area/quartermaster/warehouse) -"xyu" = ( +/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 }, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 +/turf/open/floor/plasteel/dark/corner, +/area/engine/atmos) +"qvZ" = ( +/obj/machinery/disposal/bin, +/obj/structure/window/reinforced{ + dir = 4 }, -/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 - }, -/obj/effect/turf_decal/tile/blue{ - dir = 1 - }, -/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" - }, -/turf/open/floor/plating, -/area/quartermaster/storage) -"xyU" = ( -/obj/effect/turf_decal/tile/neutral, /obj/effect/turf_decal/loading_area{ - icon_state = "drain_corner"; + dir = 4; + icon_state = "drain"; name = "drain" }, -/turf/open/floor/plasteel, -/area/hallway/primary/aft/upper) -"xzf" = ( -/obj/machinery/button/door{ - id = "DormH"; - name = "Dorm Bolt Control"; - normaldoorcontrol = 1; - pixel_y = -25; - specialfunctions = 4 +/obj/structure/disposalpipe/trunk, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 }, -/obj/machinery/light_switch{ - pixel_x = -9; - pixel_y = -25 - }, -/turf/open/floor/carpet, -/area/crew_quarters/dorms/H) -"xzk" = ( +/area/security/main) +"qwb" = ( /obj/machinery/light{ dir = 1; - pixel_y = 16 + 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{ - 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; + dir = 4; icon_state = "drain"; name = "drain" }, -/obj/structure/disposalpipe/segment, +/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/hallway/primary/starboard/upper) -"xzm" = ( -/turf/open/floor/plating, -/area/construction/mining/aux_base) -"xzt" = ( -/turf/open/floor/plasteel/dark{ - dir = 4; - icon_state = "darkfull_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" }, -/area/hallway/primary/starboard/upper) -"xzu" = ( +/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{ @@ -158649,36 +68382,63 @@ /obj/structure/cable{ icon_state = "1-2" }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 - }, -/obj/effect/turf_decal/tile/yellow{ +/turf/open/floor/plasteel, +/area/science/xenobiology) +"qAP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing, +/obj/structure/railing{ dir = 8 }, -/turf/open/floor/plasteel/checker, -/area/engine/break_room) -"xzx" = ( -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - name = "air scrubber" +/turf/open/floor/plating, +/area/maintenance/fore) +"qAR" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 }, -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/tile/blue{ - dir = 9 +/obj/effect/turf_decal/tile/brown{ + dir = 1 }, -/turf/open/floor/plasteel/white{ +/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; - icon_state = "plaswhite_trim" + name = "visible" }, -/area/medical/medbay/central) -"xzz" = ( -/obj/effect/decal/cleanable/oil, -/turf/open/floor/plasteel, -/area/engine/custom) -"xzD" = ( +/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" @@ -158688,33 +68448,2874 @@ name = "scrubbers pipe" }, /obj/structure/cable{ - icon_state = "1-8" + 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 + }, +/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, +/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" + }, +/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/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 +/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/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, +/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 + }, +/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"; + 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 + }, +/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 + }, +/area/engine/break_room) +"qVx" = ( +/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{ + 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) +"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 + }, +/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; + 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"; + dir = 8; + freq = 1400; + location = "QM #2" + }, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #2"; + suffix = "#2" + }, +/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{ + 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/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" + }, +/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" + }, +/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" + }, +/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" = ( +/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/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{ + dir = 8; + icon_state = "drain"; + name = "drain" + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -27 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/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{ + name = "scrubbers pipe" + }, +/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) +"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 + }, +/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{ + dir = 1 + }, +/turf/open/floor/plasteel/white, +/area/medical/sleeper) +"rcG" = ( +/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) +"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 + }, +/obj/effect/turf_decal/loading_area{ + dir = 6; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/hydroponics) +"rdR" = ( +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 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" = ( +"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" + }, +/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{ + 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) +"reB" = ( +/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{ + 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{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/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" = ( +/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" @@ -158726,110 +71327,2602 @@ /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/maintenance/port/aft/upper) -"xzR" = ( +/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" + }, +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 1; + name = "air scrubber" + }, +/turf/open/floor/plasteel/white, +/area/science/circuit) +"rlO" = ( +/obj/machinery/airalarm{ + 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 + }, +/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/firealarm{ - dir = 2; - pixel_x = -24 +/obj/machinery/atmospherics/pipe/layer_manifold{ + dir = 4 }, -/obj/structure/sign/directions/security{ - dir = 1; +/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/dark{ - icon_state = "darkfull_whole_alt" +/turf/open/floor/plasteel/cafeteria{ + dir = 5 }, -/area/hallway/primary/fore) -"xzU" = ( +/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/structure/closet/secure_closet/captains, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 6; + name = "air supply pipe" + }, +/obj/machinery/power/apc{ + areastring = "/area/crew_quarters/heads/captain"; + dir = 1; + name = "Captain's Office APC"; + pixel_y = 24 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/open/floor/wood, +/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" = ( /obj/effect/turf_decal/stripes/line{ 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{ + 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, +/area/layenia/cloudlayer) +"rvO" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4; + icon_state = "drain"; + name = "drain" + }, +/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" + }, +/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) +"rwB" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + dir = 4; + name = "air vent" + }, +/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{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 8 + }, +/turf/open/floor/plasteel, +/area/security/checkpoint/escape) +"rxj" = ( +/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/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" + }, +/turf/open/floor/plasteel/dark, +/area/quartermaster/qm) +"rxB" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/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/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; + name = "air supply pipe" + }, +/turf/open/floor/plasteel, +/area/engine/break_room) +"ryR" = ( +/obj/structure/chair/office/light{ + 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") + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/science/xenobiology) +"rzc" = ( +/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/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 8; + 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{ + dir = 8 + }, +/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" + }, +/turf/open/floor/plating, +/area/maintenance/fore) +"rzx" = ( +/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) +"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{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/artatrium) +"rAg" = ( +/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) +"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" + }, +/obj/structure/cable{ + icon_state = "4-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/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 + }, +/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, +/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/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, +/obj/structure/sign/painting/library{ + pixel_y = -24 + }, +/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{ + 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/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/machinery/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" + }, +/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{ + 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{ + 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 + }, +/turf/open/floor/plating, +/area/engine/atmos) +"rIE" = ( +/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" + }, +/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/dark, -/area/storage/tech) -"xzV" = ( -/obj/effect/turf_decal/tile/brown{ - dir = 6 +/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" }, -/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" +/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 @@ -158837,62 +73930,2417 @@ /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{ +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ name = "air supply pipe" }, -/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ +/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-4" + icon_state = "1-2" }, -/turf/open/floor/plating, -/area/maintenance/port) -"xAU" = ( -/obj/machinery/mass_driver{ - id = "toxinsdriver" +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_trim" }, -/obj/structure/window/reinforced{ +/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/door/window/southleft{ +/obj/machinery/light{ dir = 8; - name = "Mass Driver Door"; - req_access_txt = "7" + pixel_x = -7 }, -/obj/effect/turf_decal/stripes/end{ +/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/plating, -/area/science/mixing) -"xAY" = ( +/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{ - dir = 8; 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 + }, +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 8 + }, +/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{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/open/floor/plasteel/dark/corner{ + dir = 4 + }, +/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{ + 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/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 + }, +/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" + }, +/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/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" + }, +/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/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 = "0-4" + }, +/obj/machinery/power/apc{ + areastring = "/area/maintenance/fore/secondary"; + dir = 1; + name = "Fore Maintenance APC"; + pixel_y = 24 + }, +/turf/open/floor/plating, +/area/maintenance/fore/secondary) +"siu" = ( +/obj/machinery/portable_atmospherics/canister/nitrogen, +/obj/effect/turf_decal/bot, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 1; + 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{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/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/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, +/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 + }, +/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, +/turf/open/floor/carpet/royalblue, +/area/crew_quarters/heads/captain) +"skT" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/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" + }, +/turf/open/floor/plasteel, +/area/security/main) +"slv" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/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{ + dir = 4; + name = "air vent" + }, +/turf/open/floor/plasteel/cafeteria{ + dir = 5 + }, +/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" + }, +/turf/open/floor/plasteel/dark, +/area/engine/engineering) +"smb" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + name = "scrubbers pipe" + }, +/obj/machinery/airalarm{ + dir = 8; + pixel_x = 24 + }, +/turf/open/floor/plasteel, +/area/security/vacantoffice/a) +"sml" = ( +/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) +"smu" = ( +/obj/machinery/vending/wardrobe/robo_wardrobe, +/turf/open/floor/plasteel/white, +/area/science/robotics/lab) +"smv" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 5; + name = "air supply pipe" + }, +/turf/open/floor/plasteel/dark, +/area/security/brig) +"smz" = ( +/obj/structure/lattice/catwalk, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/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/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{ + dir = 10 + }, +/area/science/research) +"sna" = ( +/turf/closed/wall/r_wall, +/area/engine/break_room) +"snb" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/open/floor/carpet/black, +/area/arcade) +"snc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 1 + }, +/turf/open/indestructible/concrete, +/area/layenia/cloudlayer) +"snf" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/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 + }, +/turf/open/floor/plasteel{ + dir = 4; + icon_state = "floor_plate" + }, +/area/hallway/primary/aft) +"sny" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/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, +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" + }, +/turf/open/floor/plasteel/freezer, +/area/medical/sleeper) +"snL" = ( +/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) +"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/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) +"soa" = ( +/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/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{ + 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" + }, +/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{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/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" @@ -158900,15 +76348,306 @@ /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 + }, +/obj/machinery/light_switch{ + pixel_y = -28 + }, /turf/open/floor/plasteel, -/area/hallway/primary/fore) -"xBb" = ( -/turf/open/floor/grass/fairy/pink, -/area/maintenance/fore/upper) -"xBh" = ( +/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 + }, +/turf/open/floor/carpet, +/area/crew_quarters/bar) +"ssr" = ( +/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) +"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" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/open/floor/plasteel/dark, +/area/security/courtroom) +"ssD" = ( +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "QMLoad" + }, +/turf/open/floor/plasteel{ + dir = 8; + 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{ + dir = 4; + icon_state = "floor_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" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + 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/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" + }, +/turf/open/floor/plating, +/area/maintenance/solars/port/aft) +"suh" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 9; + 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/machinery/atmospherics/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) +"suO" = ( /obj/structure/flora/ausbushes/lavendergrass, /obj/structure/flora/ausbushes/sparsegrass, /obj/structure/flora/ausbushes/fullgrass, @@ -158919,14 +76658,1929 @@ /obj/structure/window/reinforced{ dir = 4 }, +/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" }, -/turf/open/floor/grass, -/area/medical/psych/rec) -"xBq" = ( +/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{ + 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{ + 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 + }, +/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{ + 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 + }, +/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" + }, +/obj/machinery/light{ + dir = 8; + pixel_x = -7 + }, +/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{ + 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 }, @@ -158937,190 +78591,1056 @@ dir = 8 }, /area/science/misc_lab) -"xBD" = ( +"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/security/checkpoint/medical) -"xBN" = ( +/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 = "1-2" + 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" }, -/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/junction, /turf/open/floor/plasteel/dark, -/area/bridge) -"xBR" = ( -/obj/structure/rack/shelf, +/area/security/checkpoint/supply) +"sYa" = ( +/obj/structure/flora/crystal/small/pile, /obj/machinery/light{ dir = 1; pixel_y = 16 }, -/obj/item/storage/toolbox/mechanical{ - pixel_y = 5 - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"xBW" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - 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{ - dir = 4; - icon_state = "darkfull_trim" - }, -/area/hallway/primary/fore) -"xBX" = ( -/obj/effect/spawner/structure/window/reinforced, -/turf/open/floor/plating, -/area/maintenance/port/fore) -"xCa" = ( -/obj/effect/decal/cleanable/dirt, -/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) -"xCg" = ( -/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) -"xCj" = ( -/obj/structure/cable{ - icon_state = "1-4" - }, -/turf/open/floor/plating/layenia, -/area/layenia) -"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/dark{ - icon_state = "darkfull_whole_alt" - }, -/area/maintenance/port/aft) -"xCA" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/obj/effect/turf_decal/tile/neutral{ +/turf/open/indestructible/layenia/crystal/garden, +/area/hallway/primary/port/fore) +"sYe" = ( +/obj/effect/turf_decal/tile/red{ dir = 8 }, -/obj/effect/turf_decal/tile/neutral, -/obj/effect/turf_decal/tile/neutral{ +/obj/machinery/airalarm{ + dir = 4; + pixel_x = -22 + }, +/turf/open/floor/plasteel/white/corner{ dir = 1 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/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" }, -/obj/structure/disposalpipe/segment{ +/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/cable{ - icon_state = "4-8" +/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) -"xCV" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 9 +"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" + }, +/obj/machinery/atmospherics/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) +"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" }, -/turf/open/floor/plasteel/dark{ - dir = 1; - icon_state = "darkfull_trim" +/obj/structure/cable{ + icon_state = "1-2" }, -/area/crew_quarters/dorms/upper) -"xDd" = ( +/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{ 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/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" + }, +/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{ + 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) +"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" + }, +/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, +/obj/structure/cable{ + icon_state = "2-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/structure/table, -/obj/item/reagent_containers/food/condiment/peppermill{ - pixel_x = 3; - pixel_y = 7 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 6; + name = "scrubbers pipe" }, -/obj/item/reagent_containers/food/condiment/saltshaker{ +/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, +/area/layenia) +"teZ" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/open/floor/plasteel/stairs/medium{ + dir = 1 + }, +/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{ + 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{ + dir = 8 + }, +/obj/structure/reagent_dispensers/watertank, +/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" + }, +/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{ + 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 = 8; + pixel_x = -24 + }, /turf/open/floor/plasteel, -/area/security/prison) -"xDe" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/turf_decal/stripes/corner{ - dir = 8 +/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" }, -/obj/effect/turf_decal/stripes/corner{ - dir = 4 - }, -/turf/open/floor/plasteel/dark/layenia, -/area/layenia/cloudlayer) -"xDf" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ +/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 + }, +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/dark/side, +/area/hydroponics) +"tjU" = ( /obj/structure/cable{ icon_state = "4-8" }, @@ -159132,236 +79652,6179 @@ dir = 4; name = "scrubbers pipe" }, +/obj/structure/disposalpipe/segment{ + 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, +/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" + }, +/obj/machinery/atmospherics/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) +"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/fore) -"xDi" = ( -/obj/structure/tank_dispenser{ - pixel_x = -1 +/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" }, /turf/open/floor/plasteel, -/area/engine/break_room) -"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/science/misc_lab) +"tqQ" = ( +/obj/structure/window/reinforced{ + dir = 4 }, -/area/layenia/cave) -"xDv" = ( +/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" + }, +/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{ + dir = 8 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 19 + }, +/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{ + 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" + }, +/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{ + 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 }, -/turf/open/floor/plasteel, -/area/hallway/primary/fore) -"xDw" = ( -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" - }, -/area/security/brig/upper) -"xDz" = ( -/obj/machinery/firealarm{ - dir = 2; - pixel_x = -24 - }, -/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, -/area/security/prison) -"xDB" = ( -/obj/effect/turf_decal/stripes/line, -/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{ - 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 = "4-8" - }, -/obj/structure/disposalpipe/segment{ +/turf/open/floor/plasteel/dark/side{ dir = 4 }, -/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" +"tGx" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Escape Pod 2"; + dir = 8 }, -/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" +/obj/effect/turf_decal/stripes/line{ + dir = 10 }, -/area/hallway/primary/starboard/upper) -"xEk" = ( /turf/open/floor/plasteel/dark, -/area/science/robotics/lab) -"xEo" = ( -/obj/structure/cable/yellow{ +/area/hallway/secondary/entry) +"tGD" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ 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; + dir = 5; 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" +/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 }, -/area/crew_quarters/park) -"xED" = ( -/turf/open/floor/wood{ - icon_state = "wood_large"; - name = "large" +/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" }, -/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" }, +/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/construction/mining/aux_base) -"xEH" = ( -/obj/effect/turf_decal/tile/neutral{ +/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/hallway/primary/aft/upper) -"xEI" = ( +/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{ + 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" = ( +/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{ + 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{ + 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, +/area/hallway/primary/port/fore) +"uGR" = ( +/obj/machinery/atmospherics/pipe/simple/supply/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) +"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" + }, +/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{ + 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" = ( /obj/machinery/atmospherics/pipe/simple/general/visible, /obj/structure/window/reinforced{ dir = 4 @@ -159387,1112 +85850,1478 @@ }, /turf/open/floor/plasteel, /area/science/xenobiology) -"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" = ( +"uLb" = ( /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{ +/obj/machinery/atmospherics/pipe/simple/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/fore) -"xGb" = ( -/turf/closed/wall/r_wall, -/area/maintenance/aft) -"xGl" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; - name = "scrubbers pipe" +/turf/open/floor/plasteel{ + icon_state = "floor_plate" }, +/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" + }, +/turf/open/floor/circuit/off, +/area/ai_monitored/turret_protected/aisat_interior) +"uLx" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 5; + dir = 8; 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/patients_rooms/room_a) -"xGt" = ( -/obj/effect/turf_decal/loading_area{ - color = "#55391A"; - dir = 1; - icon_state = "siding_wood_line"; - name = "wood" - }, -/obj/machinery/button/door{ - id = "Gymshutter"; - name = "Shutters"; - pixel_y = 26 - }, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 - }, -/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{ - name = "air supply pipe" - }, -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - name = "scrubbers pipe" +/obj/structure/disposalpipe/segment{ + dir = 4 }, /turf/open/floor/plating, -/area/maintenance/port/aft/upper) -"xGF" = ( -/obj/effect/turf_decal/loading_area{ - color = "#55391A"; - dir = 1; - icon_state = "siding_wood_line"; - name = "wood" +/area/maintenance/fore) +"uLW" = ( +/obj/structure/table/wood, +/obj/item/ashtray, +/obj/item/reagent_containers/food/drinks/beer{ + pixel_x = -8; + pixel_y = 9 }, -/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" = ( +/turf/open/floor/wood, +/area/maintenance/starboard/aft) +"uLX" = ( /obj/structure/window/reinforced{ dir = 4 }, -/obj/structure/railing{ +/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{ dir = 8 }, -/obj/effect/turf_decal/stripes/box, -/obj/structure/sign/directions/security{ - dir = 1; - pixel_y = 24 +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/light_switch{ + pixel_y = -28 }, -/turf/open/floor/plating{ - initial_gas_mix = "o2=22;n2=82;TEMP=180"; - planetary_atmos = 1 - }, -/area/layenia) -"xGX" = ( +/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" = ( /obj/structure/table, /obj/item/clothing/gloves/color/yellow, /obj/item/clothing/glasses/meson, /turf/open/floor/plasteel/dark, /area/storage/tech) -"xHb" = ( +"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" = ( /obj/effect/turf_decal/tile/red{ - dir = 6 + 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/hallway/primary/port/upper) -"xHe" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" +/area/security/brig) +"uNa" = ( +/obj/structure/railing{ + dir = 8 }, -/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/stairs, +/area/layenia) +"uNq" = ( +/obj/machinery/atmospherics/components/unary/vent_pump/on/layer3{ + name = "air vent" }, /turf/open/floor/plasteel/dark, -/area/hallway/secondary/entry/upper) -"xHj" = ( -/obj/structure/window/reinforced/tinted{ +/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 }, -/obj/effect/turf_decal/loading_area{ +/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; - icon_state = "drain"; - name = "drain" + pixel_x = -7 }, -/obj/structure/closet/secure_closet/personal, -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "drain"; - name = "drain" +/turf/open/floor/plasteel/dark, +/area/engine/engine_smes) +"uOw" = ( +/obj/machinery/door/airlock/security{ + name = "Security Checkpoint"; + req_access_txt = "1" }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" - }, -/area/medical/psych/rec) -"xHk" = ( -/obj/effect/turf_decal/tile/neutral{ +/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/neutral{ +/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, -/obj/structure/disposalpipe/segment{ - dir = 6 - }, -/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/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" - }, -/turf/open/floor/plasteel/stairs{ - icon_state = "stairs_wood"; - name = "wood stairs" - }, -/area/barber) -"xHw" = ( -/obj/machinery/chem_dispenser, -/obj/effect/turf_decal/tile/yellow{ - dir = 1 - }, -/obj/effect/turf_decal/tile/yellow{ +/turf/open/floor/plasteel/dark/side{ 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{ - icon_state = "plaswhite_traction" - }, -/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 - }, +/area/security/main) +"uPk" = ( /obj/machinery/camera{ - c_tag = "Xenobiology Lab - Airlock"; - dir = 4; + c_tag = "Toxins Lab Starboard"; 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" - }, /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) -"xHR" = ( -/turf/open/floor/plating/dirt{ - initial_gas_mix = "o2=22;n2=82;TEMP=180" - }, -/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" - }, -/turf/open/floor/plasteel/dark/corner{ - dir = 1 - }, -/area/hallway/primary/aft) -"xIc" = ( -/obj/structure/reagent_dispensers/watertank, -/obj/effect/turf_decal/bot, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/port) -"xIh" = ( -/obj/effect/turf_decal/loading_area{ - icon_state = "drain_corner"; - name = "drain" - }, -/obj/machinery/vending/cola/random, -/turf/open/floor/plasteel/dark{ - dir = 4; - icon_state = "darkfull_plate" - }, -/area/crew_quarters/dorms/upper) -"xIk" = ( -/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) -"xIn" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 9 - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "drain"; - name = "drain" - }, -/obj/machinery/firealarm{ - pixel_y = 24 - }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" - }, -/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{ - name = "scrubbers pipe" - }, -/obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "steel_decals_central6_corner"; - name = "maintenance hatch" - }, -/obj/structure/cable{ - icon_state = "1-2" - }, -/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/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) -"xIL" = ( -/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"; - dir = 8; - icon_state = "siding_wood_corner"; - name = "wood corner" - }, -/obj/effect/turf_decal/loading_area{ - color = "#55391A"; - dir = 4; - icon_state = "siding_wood_corner"; - name = "wood corner" - }, -/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 = "4-8" - }, -/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 - }, -/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 - }, -/obj/structure/janitorialcart, -/obj/item/mop, -/obj/item/reagent_containers/glass/bucket, -/obj/effect/turf_decal/bot, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole_alt" - }, -/area/janitor/upper) -"xIT" = ( -/obj/effect/landmark/carpspawn, -/turf/open/floor/plating/asteroid/layenia, -/area/layenia) -"xIV" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 5 - }, -/obj/structure/sign/poster/official/safety_internals{ - pixel_x = 30 - }, -/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 = 6 - }, -/obj/effect/turf_decal/tile/red{ - dir = 4 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = 25 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/security/brig) -"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/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 8; - name = "air supply pipe" - }, -/turf/open/floor/plasteel, -/area/hallway/secondary/exit/upper) -"xJP" = ( -/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) -"xJT" = ( -/obj/item/radio/intercom{ - name = "Station Intercom (General)"; - pixel_y = -29 - }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"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{ 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/effect/turf_decal/tile/neutral{ - dir = 1 +/obj/structure/cable{ + icon_state = "1-4" }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 +/turf/open/floor/plating, +/area/maintenance/aft) +"uPs" = ( +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + name = "air supply pipe" }, -/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{ +/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; - name = "air supply pipe" + 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 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/turf/open/floor/plasteel/dark, +/area/security/brig) +"uPU" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 }, -/obj/effect/turf_decal/tile/neutral{ +/obj/machinery/newscaster{ + pixel_y = 32 + }, +/turf/open/floor/plasteel/white/corner{ 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 +/area/hallway/secondary/entry) +"uPV" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 }, -/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/white, +/area/science/robotics/lab) +"uPW" = ( +/obj/machinery/power/apc{ + areastring = "/area/hallway/primary/central"; + dir = 8; + name = "Central Hall APC"; + pixel_x = -25 }, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_trim" +/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" }, -/area/security/processing) -"xKE" = ( -/obj/structure/chair/bench/metal, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_plate" +/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" }, -/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" + icon_state = "floor_plate" }, -/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, +/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" }, -/obj/machinery/button/door{ - id = "xenobio7"; - name = "Containment Blast Doors"; - pixel_y = 4; - req_access_txt = "55" +/turf/open/floor/plasteel, +/area/medical/morgue) +"uRr" = ( +/obj/machinery/door/poddoor/preopen{ + id = "Xenolab"; + name = "test chamber blast door" }, -/obj/effect/turf_decal/stripes/line{ - dir = 10 +/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/dark, -/area/science/xenobiology) -"xLo" = ( -/obj/effect/turf_decal/loading_area{ - dir = 4; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/turf/open/floor/plasteel/dark, -/area/hallway/primary/fore/upper) -"xLp" = ( -/obj/structure/chair/wood{ - dir = 4 - }, -/turf/open/floor/carpet, -/area/crew_quarters/bar/cafe) -"xLr" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - 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 = 6; - name = "air supply pipe" - }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"xLR" = ( -/obj/machinery/atmospherics/pipe/simple/cyan/visible{ - dir = 5 - }, -/obj/structure/cable{ - icon_state = "4-8" - }, -/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" - }, -/turf/open/floor/plasteel/showroomfloor, -/area/crew_quarters/toilet/upper) -"xMt" = ( -/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/upper) -"xMv" = ( -/turf/open/floor/plasteel/stairs/medium{ - dir = 8 - }, -/area/medical/medbay/central) -"xMw" = ( -/obj/effect/turf_decal/loading_area{ - color = "#55391A"; - dir = 4; - icon_state = "siding_wood_line"; - name = "wood" - }, -/turf/open/floor/wood{ - icon_state = "wood-broken6" - }, -/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) -"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 - }, +"uRF" = ( /obj/structure/table/wood, -/turf/open/floor/wood, -/area/maintenance/fore/upper) -"xNT" = ( -/obj/effect/turf_decal/tile/neutral{ +/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/structure/sign/warning/radiation{ - pixel_x = 32 +/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) -"xNU" = ( +"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" @@ -160501,28 +87330,4000 @@ 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, +/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/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"; + 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{ + dir = 8 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8; + 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/hallway/primary/port/fore) -"xNW" = ( +/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{ + dir = 4; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/security/brig) +"vQm" = ( +/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 = "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{ + 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"; + 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{ + 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/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; + 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 }, @@ -160530,48 +91331,730 @@ /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{ +/obj/effect/turf_decal/tile/neutral{ dir = 8 }, +/obj/machinery/camera{ + c_tag = "Gateway" + }, /turf/open/floor/plasteel/dark, -/area/security/courtroom) -"xNY" = ( -/obj/structure/table/wood, -/obj/structure/bedsheetbin{ - pixel_y = 2 +/area/gateway) +"wdD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 }, -/obj/structure/mirror{ - pixel_y = 30 +/obj/structure/cable{ + icon_state = "1-2" }, -/turf/open/floor/wood{ - icon_state = "wood-broken" +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ + dir = 8; + name = "air scrubber" }, -/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/plasteel, +/area/gateway) +"wdT" = ( +/obj/machinery/space_heater, +/obj/effect/baseturf_helper/asteroid/layenia, /turf/open/floor/plating, -/area/maintenance/fore/upper) -"xOb" = ( +/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/dark/side{ +/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 }, -/area/bridge) -"xOo" = ( -/obj/structure/table/wood, -/obj/effect/spawner/lootdrop/maintenance, -/turf/open/floor/wood, -/area/maintenance/fore/upper) -"xOq" = ( +/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" @@ -160582,801 +92065,4975 @@ }, /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, +"wnQ" = ( +/obj/structure/closet/firecloset, +/turf/open/floor/plating, +/area/maintenance/fore) +"wnW" = ( /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 = 4; - icon_state = "floor_plate" - }, -/area/security/brig/upper) -"xOR" = ( -/obj/effect/turf_decal/tile/red{ - dir = 1 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_trim" - }, -/area/security/brig/upper) -"xOS" = ( -/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) -"xOT" = ( -/obj/effect/turf_decal/tile/neutral, -/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/water/jungle, -/area/crew_quarters/dorms/upper) -"xPj" = ( -/obj/effect/turf_decal/tile/red{ - 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" - }, -/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/brown, /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) -"xPx" = ( -/obj/structure/railing/handrail{ - dir = 1 - }, -/obj/effect/turf_decal/loading_area{ - dir = 10; - icon_state = "steel_panel"; - name = "steel pannel" - }, -/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" - }, -/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/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 - }, -/obj/machinery/atmospherics/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" - }, -/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" - }, -/turf/open/floor/plasteel/dark/side{ - dir = 4 - }, -/area/crew_quarters/theatre) -"xSC" = ( +/area/hallway/primary/aft) +"woj" = ( /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{ +"wom" = ( +/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer1{ dir = 4; name = "scrubbers pipe" }, -/turf/open/floor/plasteel/white, -/area/medical/virology) -"xTj" = ( -/obj/structure/chair/stool{ +/turf/open/floor/plasteel, +/area/engine/break_room) +"woo" = ( +/obj/machinery/gateway{ dir = 8 }, -/obj/effect/turf_decal/loading_area{ - color = "#55391A"; - dir = 1; - icon_state = "siding_wood_line"; - name = "wood" +/obj/effect/turf_decal/bot_white, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/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/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" - }, -/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/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 = "air supply pipe" - }, -/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/port/aft/upper) -"xTZ" = ( -/turf/closed/wall/r_wall, -/area/security/prison) -"xUa" = ( -/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) -"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/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) -"xUh" = ( -/obj/structure/bookcase/random/reference, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" - }, -/area/library) -"xUl" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 10 +"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" + }, +/obj/machinery/atmospherics/pipe/simple/supply/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) +"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" = ( +/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 + }, +/obj/machinery/power/apc{ + areastring = "/area/ai_monitored/storage/eva"; + dir = 1; + name = "EVA Storage 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/cafeteria, +/area/crew_quarters/kitchen) +"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" + }, +/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, +/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" = ( +/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/hallway/primary/fore/upper) -"xUo" = ( +/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 + }, +/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 + }, +/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" + }, +/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/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 + }, +/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; + icon_state = "floor_plate" + }, +/area/science/misc_lab) +"xmg" = ( +/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" + }, +/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) +"xmy" = ( +/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, +/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 + }, +/obj/machinery/atmospherics/pipe/simple/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{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple{ + 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{ + dir = 8; + 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/maintenance/starboard/aft) +"xnt" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/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) +"xnw" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/light{ + dir = 1; + pixel_y = 16 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/security/brig) +"xny" = ( +/obj/machinery/atmospherics/pipe/manifold/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/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" + }, +/turf/open/floor/plasteel{ + 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 + }, +/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" = ( +/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) +"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/disposalpipe/segment, +/turf/open/floor/plasteel/dark/side, +/area/security/main) +"xtp" = ( +/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) +"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" = ( +/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" }, @@ -161388,41 +97045,860 @@ dir = 8; name = "air supply pipe" }, -/obj/structure/disposalpipe/segment{ - dir = 4 - }, /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/security/prison) -"xUq" = ( +/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" }, -/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{ +/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 }, -/turf/open/floor/plasteel/layenia, -/area/layenia) -"xUr" = ( -/obj/structure/disposalpipe/segment{ +/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) +"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" = ( +/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" + }, +/turf/open/floor/plasteel/dark, +/area/security/prison) +"xHw" = ( +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 4 + }, +/obj/machinery/airalarm{ + pixel_y = 24 + }, +/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" = ( +/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) +"xHT" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{ + dir = 6 + }, +/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/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 + }, +/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) +"xIB" = ( +/obj/effect/spawner/lootdrop/maintenance, +/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 + }, +/turf/open/floor/plasteel{ + dir = 1; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/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{ + 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" @@ -161432,92 +97908,636 @@ name = "scrubbers pipe" }, /obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + 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 + }, +/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, +/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/structure/cable/yellow{ 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" = ( +/turf/open/floor/plasteel/dark, +/area/ai_monitored/turret_protected/aisat/service) +"xNT" = ( /obj/structure/rack, -/obj/effect/spawner/lootdrop/techstorage/engineering, +/obj/effect/spawner/lootdrop/techstorage/rnd, /turf/open/floor/plating, /area/storage/tech) +"xNU" = ( +/turf/open/floor/plasteel/stairs/medium{ + dir = 1 + }, +/area/security/prison) +"xNY" = ( +/obj/machinery/door/airlock/external{ + name = "Port Docking Bay 3" + }, +/obj/effect/mapping_helpers/airlock/cyclelink_helper, +/obj/effect/turf_decal/delivery, +/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) +"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" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ + dir = 8; + name = "air supply pipe" + }, +/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/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) +"xSh" = ( +/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" + }, +/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) +"xSC" = ( +/obj/machinery/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) +"xSK" = ( +/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/door/firedoor, +/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) +"xTd" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 8 + }, +/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) +"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) +"xUa" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/machinery/light{ + pixel_y = -1 + }, +/obj/structure/disposalpipe/segment{ + dir = 5 + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/quartermaster/office) +"xUe" = ( +/obj/structure/disposalpipe/segment{ + dir = 6 + }, +/turf/open/floor/plasteel/white/side{ + dir = 6 + }, +/area/science/research) +"xUq" = ( +/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, +/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" = ( +/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) "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" = ( @@ -161526,216 +98546,89 @@ icon_state = "drain"; name = "drain" }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, +/obj/machinery/door/firedoor, /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/light{ - dir = 1; - pixel_y = 16 +/obj/machinery/firealarm{ + pixel_y = 24 }, /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" = ( -/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" +/turf/open/floor/plasteel{ + dir = 8; + icon_state = "floor_plate" }, -/turf/open/floor/wood{ - icon_state = "wood-broken7" +/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" }, -/area/maintenance/fore/upper) -"xVt" = ( -/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 5; - name = "scrubbers pipe" +/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 = 5; + dir = 8; name = "air supply pipe" }, -/obj/structure/cable{ - icon_state = "1-4" - }, -/obj/structure/disposalpipe/segment{ - dir = 5 +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + dir = 4; + name = "scrubbers pipe" }, /turf/open/floor/plasteel, -/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 - }, +/area/science/xenobiology) +"xVt" = ( /obj/effect/turf_decal/tile/blue{ dir = 4 }, -/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/effect/turf_decal/loading_area{ - dir = 1; + 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" }, -/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{ +/obj/structure/disposalpipe/segment, +/turf/open/floor/plasteel/white/corner{ dir = 1 }, -/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) +/area/hallway/secondary/entry) "xWD" = ( -/obj/machinery/light/small{ - dir = 1; - pixel_y = 16 +/obj/structure/table/plasmaglass, +/obj/item/reagent_containers/rag{ + pixel_y = 9 }, -/turf/open/floor/plasteel{ - dir = 8; - icon_plating = "floor"; - icon_state = "floor_whole_alt" +/obj/item/toy/figure/bartender, +/obj/structure/disposalpipe/segment{ + dir = 4 }, +/turf/open/floor/plasteel/dark, /area/crew_quarters/bar) "xWF" = ( /obj/structure/cable{ @@ -161752,1438 +98645,522 @@ /obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/effect/turf_decal/tile/yellow{ - dir = 4 +/obj/effect/turf_decal/tile/blue{ + dir = 8 }, /obj/effect/turf_decal/tile/yellow{ - dir = 8 + dir = 4 }, /turf/open/floor/plasteel, /area/engine/break_room) -"xWI" = ( -/obj/structure/railing{ - 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-broken7" - }, -/area/security/prison) -"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/ai_monitored/turret_protected/aisat/atmos) +"xWP" = ( +/turf/open/floor/carpet, +/area/hallway/primary/port) "xWY" = ( -/obj/effect/spawner/structure/window/reinforced, -/obj/machinery/door/poddoor/preopen{ - dir = 8; - id = "scishut1"; - name = "shutters" - }, -/obj/structure/cable{ - icon_state = "0-2" - }, -/turf/open/floor/plating, -/area/crew_quarters/heads/hor) -"xXa" = ( -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/area/crew_quarters/locker) -"xXd" = ( -/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 = 1 - }, -/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/stripes/line{ + dir = 10 }, /turf/open/floor/plasteel, -/area/hallway/primary/aft/upper) -"xXf" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 8 +/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" }, -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - 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{ +/turf/open/floor/plasteel, +/area/crew_quarters/fitness) +"xXe" = ( +/obj/effect/turf_decal/stripes/line{ 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/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" = ( +/turf/open/floor/plasteel/white, +/area/security/range) +"xXf" = ( +/obj/structure/chair/sofa/right, /obj/machinery/light/small{ - pixel_y = -1 + 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" + }, +/turf/open/floor/plating/asteroid/layenia/garden, +/area/security/prison) +"xXB" = ( +/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" }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" +/obj/structure/sign/warning/nosmoking{ + pixel_y = 32 }, -/area/crew_quarters/theatre) -"xXW" = ( -/turf/open/transparent/openspace, -/area/hallway/secondary/exit/upper) -"xYe" = ( +/turf/open/floor/plasteel/white/corner, +/area/science/research) +"xYf" = ( /obj/structure/table/reinforced, -/obj/item/clothing/suit/straight_jacket, -/obj/machinery/light{ - dir = 1; - pixel_y = 19 +/obj/item/toy/plush/bird/kenk, +/obj/structure/window{ + dir = 8 }, /obj/effect/turf_decal/loading_area{ - dir = 1; - icon_state = "ledge"; - name = "ledge" + 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/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/hallway/secondary/entry/upper) +/area/arcade) "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{ +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, -/obj/item/twohanded/required/kirbyplants{ - icon_state = "plant-10" +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ - dir = 8; - name = "air scrubber" +/obj/effect/turf_decal/tile/neutral{ + 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/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/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/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, +/area/arcade) +"xYs" = ( /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/machinery/atmospherics/pipe/manifold/scrubbers/visible{ + dir = 1 }, -/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, +/obj/machinery/meter, /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 +/area/engine/atmos) +"xYU" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/turf/open/floor/plating, -/area/security/locker) -"xZI" = ( -/obj/effect/turf_decal/tile/red{ +/obj/effect/turf_decal/tile/neutral{ dir = 4 }, +/obj/effect/landmark/nuclear_waste_spawner, /turf/open/floor/plasteel{ - icon_state = "floor_trim" + icon_state = "floor_plate" }, -/area/crew_quarters/locker) +/area/engine/break_room) +"xZa" = ( +/obj/machinery/atmospherics/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/entry) +"xZc" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1; + icon_state = "steel_panel"; + name = "steel pannel" + }, +/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{ + dir = 4 + }, +/turf/open/floor/plasteel, +/area/medical/sleeper) +"xZx" = ( +/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) +"xZC" = ( +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + dir = 10; + name = "air supply pipe" + }, +/turf/closed/wall, +/area/crew_quarters/fitness) +"xZD" = ( +/obj/structure/table/wood/fancy, +/obj/item/candle{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/open/floor/wood, +/area/maintenance/fore) "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" +/obj/effect/turf_decal/tile/neutral{ + dir = 4 }, -/area/maintenance/fore/upper) -"xZV" = ( -/turf/open/floor/plasteel/dark{ - dir = 4; - icon_state = "darkfull_trim" +/obj/effect/turf_decal/tile/neutral{ + dir = 1 }, -/area/crew_quarters/dorms) -"xZZ" = ( -/obj/effect/turf_decal/arrows, -/obj/machinery/airalarm{ - dir = 8; - pixel_x = 24 +/obj/effect/turf_decal/tile/neutral{ + dir = 8 }, -/turf/open/floor/plasteel, -/area/science/xenobiology) +/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" = ( -/turf/closed/wall/r_wall, -/area/crew_quarters/heads/captain) -"yal" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, /obj/effect/turf_decal/stripes/line{ dir = 8 }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/area/hallway/secondary/entry/upper) -"yat" = ( +/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 }, -/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" = ( +/area/science/circuit) +"ybd" = ( /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" + dir = 8 }, /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; +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ 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) -"ydQ" = ( -/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) -"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{ + dir = 1; 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{ +/area/security/main) +"ybg" = ( +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ 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{ +/obj/effect/turf_decal/stripes/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" + dir = 1; + icon_state = "floor_plate" }, -/area/hydroponics/garden) -"yff" = ( -/obj/effect/turf_decal/loading_area{ - dir = 9; - icon_state = "line"; - name = "line" +/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_alt" + icon_state = "floor_whole" }, -/area/security/prison) -"yfh" = ( -/obj/machinery/camera/motion{ - c_tag = "AI Upload Center"; - dir = 1; - network = list("aiupload") +/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{ - 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, +/turf/open/floor/plasteel, +/area/science/research) +"ycp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 }, -/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{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{ 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{ +/turf/open/floor/plasteel{ dir = 1; - pixel_y = 16 + icon_state = "floor_plate" }, -/turf/open/floor/plasteel/dark/corner, -/area/security/brig/upper) -"yfz" = ( -/obj/machinery/airalarm{ +/area/engine/atmos) +"ycC" = ( +/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1{ dir = 1; - pixel_y = -22 + name = "air scrubber" }, -/turf/open/floor/wood, -/area/crew_quarters/dorms/A) -"yfB" = ( -/obj/structure/bed, -/turf/open/floor/wood{ - icon_state = "wood_tile"; - name = "tile" +/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 }, -/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{ +/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{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/purple/visible{ + dir = 4 + }, +/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{ - dir = 4; icon_state = "drain"; name = "drain" }, -/turf/open/floor/plasteel{ +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ + name = "scrubbers pipe" + }, +/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ dir = 4; - icon_state = "floor_plate" + name = "air supply pipe" }, -/area/hallway/primary/fore) -"ygS" = ( -/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/plasteel, +/area/science/misc_lab) +"ydK" = ( /obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - dir = 1; + dir = 9; name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ - dir = 6; + dir = 10; name = "scrubbers pipe" }, -/turf/open/floor/wood{ - icon_state = "wood_large"; - name = "large" +/obj/structure/cable{ + icon_state = "4-8" }, -/area/crew_quarters/fitness) -"ygY" = ( -/obj/effect/turf_decal/stripes/line, -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/turf/open/floor/plasteel/white, +/area/medical/psych) +"ydL" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" }, -/turf/open/floor/plating/layenia, -/area/layenia/cloudlayer) -"yha" = ( -/obj/machinery/door/airlock/public{ - name = "Backstage" +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Testing Lab"; + req_access_txt = "47" }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/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" }, -/area/maintenance/department/engine/upper) -"yhc" = ( /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" @@ -163192,736 +99169,570 @@ dir = 4; name = "scrubbers pipe" }, -/turf/open/floor/plasteel/dark, -/area/bridge) -"yhe" = ( -/obj/effect/turf_decal/tile/yellow{ - dir = 5 +/obj/structure/cable{ + icon_state = "4-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/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{ +/obj/structure/disposalpipe/segment{ dir = 4 }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ +/turf/open/floor/plasteel/white/corner{ dir = 1 }, -/turf/open/transparent/openspace, -/area/hallway/primary/central/upper) -"yhp" = ( -/obj/structure/table, -/obj/effect/turf_decal/tile/green{ - dir = 8 +/area/science/research) +"yea" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" + }, +/obj/machinery/light{ + pixel_y = -1 }, -/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" +/area/science/misc_lab) +"yec" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Long-Term Cell 3"; + req_access_txt = "2" }, -/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{ +/obj/effect/mapping_helpers/airlock/cyclelink_helper{ 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/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" +/turf/open/floor/plasteel, +/area/security/prison) +"yef" = ( +/obj/effect/turf_decal/tile/green{ + dir = 4 }, /obj/effect/turf_decal/tile/green{ - dir = 10 - }, -/turf/open/floor/plasteel{ - dir = 8; - icon_state = "floor_plate" - }, -/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" }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/obj/effect/turf_decal/tile/neutral{ +/turf/open/floor/plasteel, +/area/hydroponics/garden) +"yeh" = ( +/obj/effect/turf_decal/tile/blue{ dir = 1 }, -/obj/effect/turf_decal/tile/neutral{ - dir = 8 +/obj/effect/turf_decal/tile/blue{ + dir = 4 }, -/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 +/obj/machinery/light{ + dir = 1; + pixel_y = 19 }, -/obj/item/pen{ - pixel_x = 1; - pixel_y = 9 +/obj/structure/cable{ + icon_state = "4-8" }, -/turf/open/floor/wood{ - icon_state = "wood_tile"; - name = "tile" +/obj/structure/cable{ + icon_state = "2-8" }, -/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{ + dir = 10; name = "scrubbers pipe" }, -/turf/open/floor/plasteel, -/area/maintenance/fore/upper) -"ylx" = ( +/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/security/brig/upper) -"ylB" = ( -/obj/effect/turf_decal/tile/neutral{ +/area/crew_quarters/fitness/pool) +"yeD" = ( +/turf/open/floor/plating, +/area/science/xenobiology) +"yeE" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/window/reinforced{ 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/tile/neutral{ - dir = 4 +/turf/open/floor/grass, +/area/crew_quarters/dorms) +"yeF" = ( +/obj/effect/turf_decal/loading_area{ + icon_state = "drain"; + name = "drain" }, -/obj/effect/turf_decal/tile/neutral, -/obj/structure/disposalpipe/junction/flip{ - dir = 2 +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Testing Lab"; + req_access_txt = "47" }, -/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer3{ +/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 = 6; - name = "scrubbers pipe" - }, -/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/bed, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/dirt, -/turf/open/floor/plasteel{ - dir = 4; - icon_state = "floor_plate" - }, -/area/maintenance/fore/upper) -"ylI" = ( -/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) -"ylJ" = ( -/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ - 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" }, -/mob/living/simple_animal/pet/cat{ - name = "Stray Maintenance Cat" +/obj/structure/disposalpipe/segment{ + dir = 4 }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plating, -/area/maintenance/fore) -"ylL" = ( -/obj/structure/lattice/catwalk, -/obj/structure/window/reinforced{ +/turf/open/floor/plasteel/white/corner{ + dir = 1 + }, +/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; - layer = 2.9 + icon_state = "drain"; + name = "drain" }, -/obj/structure/window/reinforced{ +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ dir = 8; - layer = 2.9 + id = "primaryshut1"; + name = "primary blast door" }, -/turf/open/chasm/cloud, -/area/layenia/cloudlayer) -"ylM" = ( +/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) +"yeY" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable, +/obj/effect/spawner/structure/window/reinforced, +/turf/open/floor/plating, +/area/tcommsat/computer) +"yfm" = ( +/turf/closed/mineral/layenia, +/area/layenia) +"yfn" = ( +/obj/structure/cable, /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) -"ylP" = ( +/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 = 1 + dir = 10 }, -/turf/open/floor/plasteel{ - dir = 1; - icon_state = "floor_plate" +/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 }, -/area/engine/custom) -"ylS" = ( /obj/effect/turf_decal/loading_area{ + dir = 8; icon_state = "drain"; name = "drain" }, -/turf/open/floor/plasteel/white/side{ +/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 }, -/area/science/research) -"ylU" = ( +/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{ - dir = 6; name = "air supply pipe" }, /obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{ name = "scrubbers pipe" }, -/obj/effect/turf_decal/tile/brown{ - dir = 6 - }, +/turf/open/floor/plasteel/dark, +/area/chapel/main) +"yih" = ( /obj/effect/turf_decal/loading_area{ icon_state = "drain"; name = "drain" }, -/obj/structure/disposalpipe/segment, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_plate" +/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1, +/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer3{ + name = "air supply pipe" }, -/area/hallway/primary/port) -"ylV" = ( +/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" @@ -163933,13 +99744,254 @@ /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 = "2-4" + icon_state = "4-8" }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole" +/turf/open/floor/plasteel/dark, +/area/gateway) +"yke" = ( +/obj/machinery/door/airlock/research{ + dir = 4; + name = "Mech Bay"; + req_access_txt = "29" }, -/area/bridge) +/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, +/turf/open/floor/plasteel{ + dir = 1; + icon_plating = "floor"; + icon_state = "floor_whole" + }, +/area/engine/engineering) +"ylS" = ( +/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{ + 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) +"ylU" = ( +/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 = 8; + name = "air supply pipe" + }, +/turf/open/floor/plasteel{ + icon_state = "floor_plate" + }, +/area/hallway/primary/port) +"ymc" = ( +/turf/open/floor/plasteel/stairs/right, +/area/layenia) +"ymi" = ( +/obj/machinery/light/small{ + pixel_y = -1 + }, +/obj/effect/spawner/lootdrop/maintenance, +/turf/open/floor/plating, +/area/maintenance/fore) (1,1,1) = {" aoo @@ -164456,7 +100508,7 @@ gTW gTW "} (3,1,1) = {" -gTW +udK gTW gTW gTW @@ -167660,12 +103712,12 @@ gTW gTW gTW gTW -yfm -yfm -yfm -yfm -yfm -yfm +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -167916,14 +103968,14 @@ gTW gTW gTW gTW -yfm -yfm -lwh -lwh -lwh -lwh -yfm -yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -168173,15 +104225,15 @@ gTW gTW gTW gTW -yfm -lwh -lwh -lwh -lwh -lwh -lwh -yfm -klJ +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -168430,23 +104482,23 @@ gTW gTW gTW gTW -yfm -lwh -lwh -lwh -lwh -lwh -lwh -yfm -ahU gTW gTW gTW gTW gTW -yfm -yfm -yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -168686,26 +104738,26 @@ gTW gTW gTW gTW -yfm -yfm -lwh -lwh -lwh -lwh -lwh -lwh -yfm -wCU -klJ 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 @@ -168942,28 +104994,28 @@ 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 +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -169198,30 +105250,30 @@ 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 +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -169455,30 +105507,30 @@ 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 +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -169712,30 +105764,30 @@ 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 +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -169969,31 +106021,31 @@ 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 +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -170226,31 +106278,31 @@ 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 +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -170483,31 +106535,6 @@ 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 @@ -170569,6 +106596,31 @@ 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 @@ -170740,31 +106792,6 @@ 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 @@ -170819,6 +106846,31 @@ 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 @@ -170997,82 +107049,82 @@ gTW gTW gTW gTW -yfm -yfm -lwh -lwh -lwh -lwh -lwh -lwh -iVx -iVx -iVx -xMM -xMM -wsU +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +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 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 @@ -171255,82 +107307,82 @@ gTW gTW gTW gTW -yfm -yfm -yfm -yfm -yfm -yfm -iVx -iVx -wCU +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 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 @@ -171507,55 +107559,7 @@ gTW gTW gTW gTW -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 +afF gTW gTW gTW @@ -171566,6 +107570,26 @@ 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 @@ -171588,6 +107612,34 @@ 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 @@ -171764,6 +107816,7 @@ gTW gTW gTW gTW +gPq gTW gTW gTW @@ -171774,38 +107827,7 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -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 +gPq gTW gTW gTW @@ -171822,7 +107844,9 @@ gTW gTW gTW gTW +gPq gTW +gPq gTW gTW gTW @@ -171845,6 +107869,34 @@ 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 @@ -172004,6 +108056,7 @@ gTW gTW gTW gTW +afF gTW gTW gTW @@ -172011,33 +108064,59 @@ 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 @@ -172046,62 +108125,35 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -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 +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 @@ -172247,6 +108299,11 @@ gTW gTW gTW gTW +yfm +yfm +yfm +yfm +yfm gTW gTW gTW @@ -172256,6 +108313,7 @@ gTW gTW gTW gTW +gPq gTW gTW gTW @@ -172263,33 +108321,59 @@ 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 @@ -172298,67 +108382,35 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -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 +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 @@ -172504,118 +108556,118 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -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 +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 @@ -172761,118 +108813,118 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -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 +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 @@ -173019,117 +109071,117 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -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 +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 @@ -173265,116 +109317,6 @@ 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 -gTW -gTW -gTW gTW gTW gTW @@ -173386,6 +109328,116 @@ 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 @@ -173521,121 +109573,94 @@ gTW gTW gTW gTW -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 +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 gTW gTW gTW @@ -173643,6 +109668,33 @@ 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 @@ -173777,88 +109829,33 @@ gTW gTW gTW gTW -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 +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 @@ -173866,16 +109863,36 @@ 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 @@ -173883,14 +109900,22 @@ gTW gTW gTW gTW +vJJ +iSh +iSh +vJJ +gPq gTW gTW +gPq +oQh gTW gTW gTW gTW gTW gTW +gPq gTW gTW gTW @@ -173900,6 +109925,33 @@ 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 @@ -174034,89 +110086,33 @@ gTW gTW gTW gTW -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 +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 @@ -174124,16 +110120,36 @@ 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 @@ -174141,12 +110157,22 @@ gTW gTW gTW gTW +iyk +wOp +wOp +xFu +map +map +map +map +pPQ gTW gTW gTW gTW gTW gTW +gPq gTW gTW gTW @@ -174157,6 +110183,32 @@ 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 @@ -174290,85 +110342,34 @@ gTW gTW gTW gTW -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 +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 @@ -174376,11 +110377,30 @@ 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 gTW gTW gTW @@ -174394,9 +110414,14 @@ gTW gTW gTW gTW +gPq +foH +xej +gPq gTW gTW gTW +gPq gTW gTW gTW @@ -174404,6 +110429,7 @@ gTW gTW gTW gTW +gPq gTW gTW gTW @@ -174414,6 +110440,32 @@ 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 @@ -174547,81 +110599,65 @@ 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 +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 @@ -174635,9 +110671,14 @@ gTW gTW gTW gTW +gPq +foH +xej +gPq gTW gTW gTW +gPq gTW gTW gTW @@ -174645,6 +110686,7 @@ gTW gTW gTW gTW +gPq gTW gTW gTW @@ -174657,20 +110699,30 @@ 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 @@ -174796,95 +110848,6 @@ 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 @@ -174908,26 +110871,115 @@ 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 -tBc -tBc -tBc -tBc -tBc -tBc -lYC -lYC -lYC -lYC -lYC -wxa -tBc -tBc -tBc -tBc -tBc -tBc +gTW gTW gTW gTW @@ -175067,94 +111119,6 @@ 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 @@ -175163,29 +111127,117 @@ gTW gTW tBc tBc +yfm +yfm +yfm tBc tBc -wsU -lYC -lYC -lYC -lYC -lYC -lYC -kck -tfE -xMC -oeJ -xMC -xMC -xMC -lFZ +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 -wCU -wCU -vlJ -xMM -xMM +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 gTW gTW gTW @@ -175317,95 +111369,6 @@ 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 @@ -175420,30 +111383,119 @@ tBc tBc tBc tBc -lYC -lYC -kck -xMC -oeJ -thb -xMC -xMC -taj -xMC -xMC -xMC -xMC -xMC -ufl -vKP -yeZ -tZC -xMM -xMM +tBc +tBc vlJ -xMM -tZC +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 tBc +tBc +tBc +gTW +gTW +gTW gTW gTW gTW @@ -175556,96 +111608,6 @@ 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 @@ -175674,32 +111636,117 @@ gTW gTW 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 +tBc +tBc +tBc +tBc +tBc +tBc +vlJ +tBc +tBc 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 @@ -175762,6 +111809,11 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW "} (47,1,1) = {" gTW @@ -175817,11 +111869,6 @@ gTW gTW gTW gTW -jUY -jUY -jUY -jUY -jUY gTW gTW gTW @@ -175842,51 +111889,59 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -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 +tBc +tBc +tBc +tBc +tBc +wsU +tBc +yfm +tBc +gOn +gOn +wpF +gOn +gOn +tBc +yfm +yfm +wpF +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 @@ -175901,62 +111956,54 @@ 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 -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -tBc -kck -taj -xMC -xMC -tNU -xMC -ufl -xDC -xMC -xMC -oeJ -xMC -xMC -thb -xMC -xMC -taj -tfE -xMC -vza -xMM -wpF -vlJ -wpF -vlJ -wpF -wCU +uXI +fle +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +prt +aiR +aiK tBc tBc gTW @@ -176019,6 +112066,11 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW "} (48,1,1) = {" gTW @@ -176075,99 +112127,6 @@ gTW gTW gTW gTW -jUY -vHN -vHN -vHN -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 -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 -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -176186,35 +112145,128 @@ gTW 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 +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 +gPq +gTW +gTW +gTW +gTW +gTW +gTW +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 +uXI +fIE +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 @@ -176331,17 +112383,6 @@ gTW gTW gTW gTW -jUY -jUY -jUY -jUY -vHN -vHN -jUY -jUY -gTW -gTW -gTW gTW gTW gTW @@ -176359,119 +112400,130 @@ 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 -xMM +gOn +gOn +wpF +gOn +wpF tBc -wCU +yfm +yfm +orf 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 @@ -176587,15 +112639,6 @@ gTW gTW gTW gTW -jUY -blj -jUY -bsj -jUY -vHN -vHN -vHN -jUY gTW gTW gTW @@ -176612,54 +112655,80 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -yfm -lwh -lwh -lwh -lwh +nfN +nBc +nqx +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc yfm yfm -gTW -gTW -gTW -gTW -gTW -mcC -iEg -iEg -iEg -lZj -gTW -gTW -gTW -acG -iEg -iEg -iEg +yfm +tBc +hhG +uKh +yfm +wpF +vlJ +gOn +hhG +vlJ +yfm +yfm +yfm +tBc +tBc +yfm +wQC +imR +thh +thh +cYJ +iAg +atl 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 @@ -176673,6 +112742,7 @@ gTW gTW gTW gTW +gPq gTW gTW gTW @@ -176680,54 +112750,36 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +gPq gTW gTW gTW gTW gTW tBc -sSc -oeJ -xMC -tVV -nEz -pVE -rCE -lfX -lfX -lfX +uXI lfX prt -joG -pVE -lfX -lfX -lfX -lfX -rCE -pVE -roI -tVV -oel -xMM -xrZ -lYC +prt +uXI tBc tBc +uKh +tBc +tBc +aiK +aiH +aiK +aiK +aja +aiN +aiL +tBc +tBc +tBc +gTW +gTW +gTW gTW gTW gTW @@ -176843,19 +112895,6 @@ gTW gTW gTW gTW -jUY -jUY -jUY -jUY -jUY -jUY -blj -vHN -vHN -vHN -gTW -gTW -aHK gTW gTW gTW @@ -176872,119 +112911,132 @@ gTW gTW gTW gTW -gTW -yfm -lwh -iJu -gHp -lwh -lwh +nfN +nqx +tBc +tBc +tBc +jTg +agT +gdi +tBc +tBc +tBc +tBc +tBc +tBc yfm yfm yfm -gTW -gTW -gTW -foH -nla +yfm +yfm +yfm +yfm +uKh +tBc +gOn +wpF +yfm +yfm +tEk +tBc +tBc +mdx +wQC +nrE +nrE +nrE +nrE pqe +nrE +rcc +hlT +iFJ nfY -xej -gTW -gTW -gTW -foH -nla -pqe -nfY -xej -gTW -gTW -gTW -gPq -foH -xej -gPq +rNj +nrE +mxL +bHU nFH -kqy -kqy -woG -woG -woG -woG -kqy -kqy -afQ +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 gPq foH xej 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 +iFl +iEg +iEg +iEg +mcC 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 +ahJ +aec +afZ +aec +ahK tBc +tBc +tBc +tBc +tBc +tBc +uKh +tBc +aiK +aiG +aiK +aiJ +tBc +tBc +gTW +gTW +gTW +gTW gTW gTW gTW @@ -177100,17 +113152,6 @@ gTW gTW gTW gTW -jUY -jUY -blj -bhc -sVQ -bCK -jUY -vHN -vHN -vHN -vHN gTW gTW gTW @@ -177125,123 +113166,134 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -orv -lwh -lwh -gcj -iJu -lwh -lwh -lwh +nfN +nBc +nqx +tBc +tBc +tBc +tBc +jTg +agU +gdi +tBc +tBc +tBc +tBc +tBc +tBc +tBc yfm -iCj -gPq -gPq -foH -kzX -iCj +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +tBc +ltj lJV -xej -gPq -gPq -gPq -foH -kzX +cfw +wQC +mHG +mUb +dyT +fQy iCj -lJV -xej -gPq -gPq -gPq -gPq -foH -xej -gPq -gTW -kqy +nrE +obr +hlT +iFJ +cCm +hlT +nrE +jKu +peF +voH +qvC jpo gjg xXa -xXa +gsw rSX uZM -kqy +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 gTW gPq foH +wOp 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 -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 +msP tBc tBc +tBc +bgP +tBc +tBc +tBc +tBc +tBc +gTW +gTW +gTW +gTW gTW gTW gTW @@ -177352,22 +113404,6 @@ gTW gTW gTW gTW -aHK -gTW -gTW -jUY -gTW -jUY -bhc -jUY -blj -jUY -sVQ -blj -app -vHN -vHN -vHN gTW gTW gTW @@ -177385,119 +113421,135 @@ gTW gTW gTW gTW -gTW -orv -orv -lwh -lwh -gHp -gHp -gcj -iJu -lwh +nfN +nBc +nqx +tBc +tBc +jTg +agT +gdi +tBc +jTg +agU +gdi +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tEk yfm yfm -gTW -gTW -foH -gNn +yfm +yfm +yfm +yfm +yfm +yfm +ktD +tBc +tBc +lty +ahC +ahC +wQC +rvO +jyQ +izt +eiv pJd +nrE +oco +iCr +hVU esY -xej -gTW -gTW -gTW -foH -gNn -pJd -esY -xej -gTW -gTW -gTW -gPq -foH -xej -gPq -gPq -rxB +hXq +nrE +kiu +kdc +qiW +eGI rpL oIU -kGx +bHU eXD -kZQ -uZM -rxB +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 gPq gPq foH +afI +diG +afN +xej +gTW +gTW +gTW +gTW +gPq +foH +wOp xej gPq gTW gTW gTW gTW +gPq gTW gTW gTW -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 +gPq 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 @@ -177613,18 +113665,6 @@ gTW gTW gTW gTW -vHN -jUY -jUY -jUY -bse -blj -bsj -bsj -bsj -vHN -vHN -vHN gTW gTW gTW @@ -177636,82 +113676,129 @@ gTW gTW gTW gTW -gTW -cUS -tBc -wsU +nfN +nBc +nqx tBc tBc -orv -orv -orv -orv -lwh -lwh -gcj -aeg -gHp -lwh -lwh +tBc +tBc +jTg +agU +gdi +tBc +jTg +agU +gdi +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +uXI +tkP yfm -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 +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 lYU klf -kQw -lae -lii -rxB +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 gTW gPq foH +wOp xej gPq gTW gTW gTW gTW +gPq gTW gTW gTW -gTW -gTW -gTW -yfm -yfm -yfm -yfm -lwh -lwh -lwh -lwh -lwh -yfm -yfm -yfm +gPq gTW gTW gTW @@ -177728,41 +113815,6 @@ 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 @@ -177870,21 +113922,6 @@ gTW gTW gTW gTW -jUY -vHN -vHN -sVQ -sVQ -bwq -blj -blj -bPa -vHN -vHN -vHN -gTW -gTW -gTW gTW gTW gTW @@ -177894,126 +113931,141 @@ 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 -orv -orv -orv -iVx -lwh -lwh -iJu -gcj -gHp -lwh +tBc +tBc +tzM +uXI +tBc +wed +pSs yfm yfm -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gPq -foH -wOp +yfm +yfm +yfm +yfm +tBc +tBc +tBc +yfm +yfm +tcc +wkf +mUr +rbJ +vrd +uHP +gkz +nBK +nBK +cnB +wwE +pfI +uUV +pBG pUg qiX -uLb -uLb +qvH +qKO kaV -woG -woG +rkJ +rxB hTq -liQ -liQ -tzC -lTM +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 wOp xej gPq gTW gTW -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 +guZ +nus +nus +nus +pPQ gTW gTW tBc -jiW -taj -tVV -prt -prt -ulM -vka -vka -vka -vka -vka +lnM +lnM +kXu +lnM +rhI +lnM +lnM +dEL ais -vka -vka -vka -vka -vka -mUq -prt -gck -tVV -xMC -tad -oeJ -lFZ +aiv +aiA +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +bgP +tBc +tBc +tBc +tBc tBc -gTW -gTW gTW gTW gTW @@ -178128,28 +114180,30 @@ gTW gTW gTW gTW -jUY -vHN -blj -bsj -app -bsj -app +gTW +gTW +gTW +gTW +gTW +gTW +gTW nfN -vHN -vHN -vHN -jUY -gTW -gTW -gTW -aHK -gTW -gTW -gTW -gTW -gTW -gTW +nqx +tBc +tBc +tBc +tBc +jTg +agU +gdi +tBc +jTg +agU +gdi +tBc +tyz +acu +tyz tBc tBc tBc @@ -178157,50 +114211,80 @@ tBc tBc tBc tBc -orv -orv -orv -iVx -iVx -lwh -lwh -gcj -iJu -lwh -lwh +tBc +uXI +tBc +tBc +tBc +tBc +tBc yfm -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gPq -foH -wOp +yfm +yfm +yfm +tBc +tBc +tBc +yfm +wcK +yeA +gTx +xDB +xDB +sPO +pQt +pQt +pQt +pQt +aPB +upo +jdV +uUV +pCo rCh tij -xpG -xpG -xpG -xpG -xpG -xpG -xpG -xpG -xpG -lUk +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 wOp xej gPq @@ -178208,71 +114292,39 @@ gTW gTW gTW gTW -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 +gPq gTW gTW gTW tBc -kzO -tVV -pxh -prt -vzB +tBc +lnM +gSc +iQW dna qEf -vka -vka -vka -lCI -vka -vka -vka -vsd -vzB -dna -prt -joG -tVV -uNp -xMC -kMo +bGH +lnM +bMd +ait +aiw +aiB +gTW +gTW +gTW +gPq +tBc +tBc +tBc +tBc +tBc +gOn +gOn +gOn +ylM +tBc tBc tBc -gTW -gTW -gTW -gTW gTW gTW gTW @@ -178386,78 +114438,110 @@ 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 -orv -orv -orv -orv -orv -iVx -iVx -lwh -lwh -lwh -gHp -lwh -lwh +tBc +tBc +tBc +tBc +uXI +bsZ +tBc +tBc +tBc +tBc +tzM yfm -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 +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 wOp xej gPq @@ -178465,74 +114549,42 @@ gTW gTW gTW gTW -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 +gPq gTW gTW 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 +ylM +lnM +sKt +iQW +dna +qEf +gYH +kco +aiq +aiu +aix +aiB +gTW +tBc +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 @@ -178643,155 +114695,155 @@ gTW gTW gTW gTW -vHN -vHN -vHN -vHN -vHN -vHN -vHN -vHN -vHN -jUY -jUY gTW gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -wsU +uXI tBc tBc -orv -orv -orv -orv -orv -orv -iVx -iVx -iVx -iVx -iVx -lwh -lwh -lwh -lwh -yfm +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 -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 +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 wOp xej gPq -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 +gPq +gPq +gPq +gPq +gPq +gPq +gPq +rgP +ylM tVV -pxh -prt -vAb -ugj -umw -vka -vka -vka -lCI -vka -vka -vka -aiC -vAb -ugj -prt -prt -tVV -oeJ -xMC -lFZ +lnM +sKt +iQW +dna +qEf +gYH +qQw +air +air +aiy +aiB +gTW +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 @@ -178900,155 +114952,155 @@ gTW gTW gTW gTW -vHN -vHN -vHN -vHN -vHN -vHN -vHN -vHN -vHN -jUY -jUY -jUY gTW gTW gTW gTW -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 +nfN +nqx tBc -gTW -gPq +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 mcC -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 +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 wOp xej gPq gTW gTW gTW -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 +gPq +afF tBc +tBc +ylM +wcK +lnM +sKt +iQW +dna +qEf +rFr +lnM +uKW +lCI +aiz +aiC gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +tBc +tBc +tBc +gOn +tBc +tBc +gOn +gOn +wcK +gOn +wpF +gOn +gOn +tBc +tBc +tBc +tBc +tBc +tBc gTW gTW gTW @@ -179159,153 +115211,153 @@ gTW gTW gTW gTW -vHN -vHN -vHN -vHN -vHN -jUY -jUY gTW gTW -jUY -gTW -gTW -gTW -gTW -gTW -gTW -gTW -vHN -vHN -vHN -orv -orv -orv -orv -orv -orv +uXI 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 +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 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 +wOp +xej +gPq +gTW +gTW +gTW +gTW +gPq +gPq tBc -mPy -prt -prt -uKW -vlC -vlC -vlC -vlC -vlC -vAi -vlC -vlC -vlC -vlC -vlC -pEE -prt -prt +ylM tVV -vqJ -wAe +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 tBc tBc -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -179410,7 +115462,6 @@ gTW gTW gTW gTW -aHK gTW gTW gTW @@ -179418,151 +115469,152 @@ gTW gTW gTW gTW -gTW -gTW -gTW -jUY -jUY -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -vHN -vHN -vHN -vHN -orv -orv -orv +nfN +nqx tBc tBc tBc +jTg +agV +gdi tBc -iVx -iVx -iJu -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -yfm -gTW -gPq -foH +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 xej -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -kqy -kqy +gTW +yeA +pdm +dgI +ngJ +vGk +vGk +bNL +vGk +omt +rBy +dgI +uKj +uUV +qCR qGq uLb -uLb -uLb -kxp +riT +qOT +sOD dka -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 +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 xej gPq -woj -nuH -prt -prt -vka -aiB -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -prt -tVV -taj -lFZ +gPq +gPq +gPq +gPq +gPq +gPq +aim +lKZ +fSo +fSo +lnM +dwp +vCa +dna +qEf +rFr +dna +qwb +xsM +eTf +lnM +gTW +gTW +gTW +tBc +tBc +tBc +tBc +gOn +vlJ +tBc +gOn +gOn +tBc +tBc +wcK +gOn +tBc +ylM +tBc tBc tBc -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -179674,151 +115726,151 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -jUY -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -vHN -vHN -vHN -orv -orv +uXI 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 +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 -gTW -uXI +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 -prt -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -prt -tVV -xMC -lFZ +qwB +qNe +dna +dwp +vCa +dna +kaS +vaC +oix +lnM tBc gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +gPq +tBc +tBc +tBc +gOn +gOn +gOn +tBc +vlJ +gOn +tBc +gOn +wpF +tBc +tBc +tBc +tBc gTW gTW gTW @@ -179931,151 +115983,151 @@ gTW gTW gTW gTW -gTW -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 +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 -prt -prt -prt -prt -prt -prt -joG -prt -prt -prt -gck -tVV -xMC -lFZ +dna +kaS +vaC +bsK +lnM tBc gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +gPq +tBc +tBc +tBc +tBc +gOn +gOn +tBc +tBc +gOn +gOn +tBc +gOn +gOn +tBc +tBc +tBc gTW gTW gTW @@ -180188,149 +116240,149 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -jUY -gTW -gTW -gTW +uXI 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 -qjn -qjn -lYK -kmc -kxw -piv -kRY -bSh -cTD -cTD -cTD -lba tyz -wgk +dcT +aeD +agw +agX +adl +ahe +tyz +agY +tyz +tyz +tyz +acu +tyz 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 +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 -gTW -gTW -gTW -nuH +yeA +sks +gek +sXB +vGk +vGk +odX +vGk +vGk +vLA +tQt +piS +uUV +sOD +sOD +qjn +qwN +sOD +sOD +piv +bqg +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 nVw -prt -prt -prt -prt -prt -prt -prt -vbx -vbx -prt -prt -prt -prt -prt -vbx -gck -tVV -xMC -lFZ +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 tBc -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -180445,149 +116497,149 @@ gTW gTW gTW gTW -gTW -aHK +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 gTW -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 +gPq +foH afB -mNC -mNC -lwh -lwh -lwh -yfm -wCU +xej +gPq +gTW +yeA +nLu +gek +qKi +hKq +hKq +nQT +hKq +hKq xEP -iEg -iEg -iEg -xEP -iEg -iEg -iEg -kqy -jEG -fNz +tQt +xeC +uUV +kBa fNz +ceu ihV qPt bqg rkR -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 +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 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 -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +tBc +tBc +tBc +tBc +vlJ +tBc +tBc +tBc +tBc +tBc +tBc +tBc gTW gTW gTW @@ -180702,147 +116754,147 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -jUY -gTW -gTW -gTW -gTW -aha -yex -bDa +uXI +tBc +tBc +tBc +tBc +tyz +acu +tyz +tBc +tyz +acu +tyz +tBc +tyz +acu +tyz +tBc +jTg +agZ +gdi tBc tBc tBc tBc tBc -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 +ltM +nZF +tKH +xIB +vpI +fGi +ltM +ahT +adz +afm +gTW +gTW +gPq +foH +afB +xej +gPq +gTW +yeA +rfR +qDc 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 +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 +joG +lNB +dna +kGt +nGJ +nGJ +vOQ +cRG +lnM gTW gPq gTW gTW -gTW -gTW -gTW -tBc -qRZ -wvd -prt -joG -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 gTW gTW gTW @@ -180959,139 +117011,144 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -jUY -jUY -jUY -gTW +wMa +kfp +tBc +tBc +tBc +tyz +acu +tyz +tBc +tyz +acu +tyz +tBc +jTg +agZ +gdi +tBc +jTg aha -bDa -fxA -tBc -tBc -jTg -ahb -jTg +gdi tBc tBc tBc -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 +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 qLt -iBk -iIV -hWl -iXT -joo -oNQ -xwh -jEK -xZa +uTi +uTi +uTi +qLt +nbV +cEy +uUV +pDt +pZv pRd -vDW +ihV faw -bqg -rkR -kSE -xwh +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 lnM -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 +srv +rLi +gJK +nSr +gJW +dna wpk -aIl wpk -uqv +dna +dna +dna +lnM +lnM +lnM +lnM +kMS +gPq +gPq +gPq +gPq +bgP tBc tBc tBc tBc tBc -uOy -wjg -kzO -xMC -vqJ -xMC -taj -lFZ tBc gTW gTW @@ -181154,11 +117211,6 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW "} (68,1,1) = {" gTW @@ -181217,122 +117269,106 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -rZs +uXI +tBc +tBc +tBc +tyz +acu +tyz +tBc +jTg +agZ +gdi +tBc +jTg aha -yex -sKR -fxA -fxA -fxA +gdi tBc jTg -chL -jTg +aha +gdi tBc tBc tBc tBc tBc -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 +ltM +pdN +inR +inR +uNN +piD +ltM +ahV +adz +xej 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 @@ -181340,19 +117376,35 @@ gTW gTW gTW gTW -hqF -tBc -tBc -tBc -hqF -uOy -uOy -uOy +gPq +gPq 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 gTW gTW gTW @@ -181474,122 +117526,106 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +uXI +tBc +tBc +tBc +jTg +agZ +gdi +tBc +jTg aha -yex -bDa -tBc -fxA -jTg -ahb -jTg +gdi tBc jTg -chL +aha +gdi +tBc jTg +aha +gdi tBc tBc tBc tBc tBc -tBc -tBc -tBc +ltM +ltM +mFG xFi -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 +mFG +ltM +ltM +pQX +nus +xAU 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 @@ -181598,14 +117634,30 @@ 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 @@ -181731,115 +117783,37 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW +wMa +kfp +tBc +tBc +jTg aha -yex -bDa +gdi tBc -tBc -fxA -fxA jTg -chL +aha +gdi +tBc jTg -fxA +aha +gdi +tBc jTg -chL -jTg -tBc -fxA -fxA -fxA +ahb +gdi tBc tBc tBc tBc -uXI +tBc +tBc +jXC 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 +dPt +mFG +ejg +gTW gTW gTW gTW @@ -181847,23 +117821,101 @@ gTW gTW gPq foH -wOp +afB xej gPq gTW -gTW -gTW -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 -gTW -gTW -gTW 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 -gTW -gTW -gTW +tBc +tBc +tBc gTW gTW gTW @@ -181989,142 +118041,137 @@ gTW gTW gTW gTW -gTW -gTW +uXI +tBc +tBc +jTg aha -yex -bDa -wpF -xMM +gdi +tBc +jTg +aha +gdi +tBc jTg ahb -jTg -fxA -jTg -chL -jTg -fxA -jTg -ciu -jTg +gdi +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc tBc -fxA -fxA -fxA -fxA tBc tBc mew -uXI +sGj +mew +xej +gTW +gTW +gTW +gTW +gTW +gTW +gPq +foH +afB +xej +gPq tBc -fpQ -fyv -yfm -yfm -yfm -lwh -lwh -lwh -mNC -mNC -mNC -lwh -yfm mGZ -hIu -wOm -ibl -xuQ -nGe -iBM +mIS +oss vYB -iQg -iYm -jfo -jnE eAU -jGg -jLB -jTK +nGe +oss +vYB +eAU +xuQ +gEM +gEM +rPe +ejj +pZv +xiR dtL -kmo +kNv pgO -kHc -kTh -lba -iJu -iVx -iVx -iVx -kSH -lwh -rjX -vFw -uSz -uSz -uSz -uSz -aWd -rjX -rjX +avn +jrU +rWK +qPD +xKK +xzH +bVO +oeA +jBY +bvF +nlk +nlk +nlk +psF +nlk +nlk +nlk +bvF qAn -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 +jIQ +xKK +iRe +gIy +sOF +diy +bvF +abh +nlk +qKP +qKP +qKP +qKP +qKP +qKP +qKP +qKP +qKP +nlk +abq wOp xej gPq gTW gTW gTW +gTW +gPq +gTW +gTW +uXI tBc -gkv -gkv -tXf -gkv -tXf -gkv -gkv -uFi -uOf -uWB -vbA -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -hqF +abR +jXC +wpF +vlJ +lnM +lnM +lnM +lnM +lnM +lnM +lnM +vlJ tBc tBc +gOn tBc +gTW +gTW tBc +ylM tBc gTW gTW @@ -182187,6 +118234,11 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW "} (72,1,1) = {" gTW @@ -182246,145 +118298,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 -fxA -fxA +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 tBc -yfm -yfm -yfm -lwh -fbw -sId -mMH -lwh -tZC mGZ -hIA +whP +mUS lUc -ibH +eAU +whP +mUS +lUc +eAU oFQ oSg -wFo -lUc -iQy -iQy -oFQ kyq -eAU -jGh +rPe +ejj +pZv +tDG +jkS +uYB +rbk +rmz +rzk +rXE +uYB +xKK xZa -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 +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 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 -tBc -xMM -xMM -xMM -wCU +gOn tBc tBc +gTW +gTW tBc +tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -182503,148 +118555,148 @@ gTW gTW gTW gTW -aha -bDa +uXI +tBc tBc jTg ahb -jTg -xMM -jTg -chL -jTg -tBc -jTg -ciu -jTg -tBc -tyz -cjX -tyz +gdi tBc tBc -fxA -fxA -fxA -fxA tBc tBc -uXI -gGH -fxA -fxA -fxA -fxA -mew -yfm -yfm -xFi -aet -gNu -cat -xFi -wCU +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 mGZ -hIH -hTg -unG -bNL +mKc +pel +ngW +eAU +bMw +pel +ngW +eAU +oHe oSE -wFo -iJc -iQR -iZh -jgk -kyq -jxz -jGj +skT +rPe +tuX +oXm +tDG +jkS +uYB +uYB +uYB +uYB +uYB +uYB +sRi xZa -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 +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 wOp xej gPq gTW gTW -tBc -wCU -gkv -uJc -uJc -oDW -rXb -uqy -uxd -uFX -uPh -uWJ -vcu gTW +gTW +gPq +gTW +gTW +rgP +abL +abS +abV +rgP +nBc +kfp +tBc +uKh +tBc +tBc +tBc +kAO 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 @@ -182763,147 +118815,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 -uXI +tBc +tBc +wsU +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +ahh +ahj 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 -hIO -hTg -ibZ -bNL -wFo -wFo -dln -iRh -iZn -cCn -pjk -jxF -jGq +eAU +mVW +eAU +eAU +eAU +nSG +eAU +eAU +eAU +eAU +eAU +eAU +spR pVs -jUh +pSr qxj -abM +spR xgq +tVO +tVO +tVO +nZV xVt -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 +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 wOp xej gPq -gPq -sHA -wCU -abU -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 +gPq +gTW +gTW +rab +abM +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 +gTW gTW gTW gTW @@ -183016,151 +119068,151 @@ gTW gTW gTW gTW -aha -bDa -tBc -tBc -jTg -chL -jTg -tBc -jTg -ciu -jTg -tBc -tyz -cjX -tyz -vpI -dcA -cjX -tyz -wsU -tBc -tBc -hqF -aZA +gTW +wMa +kfp tBc tBc tBc -xFi +tBc +tBc +tBc +tBc +yfm +yfm +yfm +wpF +gOn +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +ahi +ahk aho +xej +gTW +gTW +gTW +gTW +gTW +gTW +gPq +foH +afB +xej tBc -fxA -fxA -hqF -tBc -tBc -tBc -tyz -tyz -uKh -wOp -lZj -nFH +sGh mGZ -hIQ -ocN -ico +xux +elj +nhl tji -wFo +nGC +mTH +cPa +rAD +igF +igF uQc -ocN -iRG -iRG -tji -jnI -eAU -jGI -xZa -abq -abw -kms -kyi -kHt -kUE -kqy +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 xke -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 +lWB +naj +jUY +jUY +wnp 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 -wCU -tZC -gkv -rXb -tFH -wva -rXb -uqP -gkv -uGh -uPk -uXy -vcP +tBc +gTW +gTW +ylM +gTW gTW gTW tBc tBc tBc -xMM -mhd -tBc -vlJ -xMM -tZC -vlJ -foa -vlJ -xMM -wsU -tBc -tBc -tBc -tBc -tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -183273,149 +119325,140 @@ gTW gTW gTW gTW +gTW +gTW uXI tBc tBc tBc -jTg -chL -jTg tBc -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 +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 +xej +tBc +tBc mGZ -xux +uRM kSo -dwp -ont +bPJ +iJN oBE -iBP -bZv +ikF +kSo ont -dwp -oBE -jom +ont +iJN +oUV eAU -jGZ -imR +uJK +pZv eyy -ydg -knF -kyN -kHR +wXc +spR +jXI +hcU rzA rZX -wqX -qox -wqX -rjH -rjH -rjH -wqX +sro +sIa +tfE +tHw +hcU +ePg +vse +ena +fwg +fwg +fwg +fwg +fwg +fcj +vse +fqK +cUV +wdT +rtx uSz -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 +eDK +fTc +iMB +iMB +iMB +lWB +qUo +pDe +nhI +bWR +tsP +lWB +rfy +rfy +rfy +wnp wOp -xej -gPq -tBc -wCU +wOp +iEg +iEg +iEg +iEg +iEg +iEg +iEg +iEg +iEg +abN abU -vlJ -gkv -rXb -rXb -ugw -rXb -uri -gkv -gkv -gkv -uXE -gkv -gkv +abW gPq -hqF -tBc -tBc -wCU -xMM -wCU -wpF -vlJ -wpF -wpF -xMM -vlJ -vlJ -xMM -wCU +gTW +gTW +gPq +foH +afI +ahN +ahP +vAw +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW tBc tBc +gOn tBc tBc gTW @@ -183472,6 +119515,15 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW "} (77,1,1) = {" gTW @@ -183529,152 +119581,152 @@ gTW gTW gTW gTW -aha -bDa -tBc -tBc -tBc -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 -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 -sSh -taY -ugo -ugo -gkv -tOx -tOx -wva -uJc -uJc -wva -uGq -rXb -uXR -vde -gkv gTW gTW +gTW +uXI tBc -tBc -tBc -tBc -xMM -vlJ wsU -wpF -xMM -wCU -tBc -tZC -xMM -tBc -wCU +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm tBc tBc tBc +vlJ +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +gTW +gTW +gPq +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 +xej +gPq +gPq +gTW +gTW +gTW +gTW +gTW +gTW +tBc +gOn +wcK +gOn +tBc +tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -183786,150 +119838,143 @@ gTW gTW gTW gTW -uXI -tBc -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 +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 +tBc +mcS sTF -xux -hUr -bNF -bPJ -rEj -wwH -oeE -bXO +klD +uXs +nil +snf +bqr +ikF +dvZ +bcM oHY -vLO -lJx -wPD -xwh -jLO -kAB -auT -kor -wqX -kIa +rEj +aSV +mPd +bZp +vDW +aCk +jkS +spR +jXI +hcU xyq soa -wqX -qHo -wqX -rrJ -rrJ -rrJ -wqX -uSz -nGA -hlV -yhl -xzm -xzm -xzm -xzm -xzm -xzm -xzm +sru +tNL +eyu +iQp +hcU +lHy +lHy +vVv +cRF +xWP +xWP +xWP +kJu +pJB +lHy +wHL +cUV +fTc pZH -oii -ags -ozA -dNT -yiY -dbN -kEs -prq -pCo -pIB -mlr -prt -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -aaB +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 wOp wOp iEg -sSw -gkv -thf -rXb -tEG -rXb -yaJ -wva -tOx -tOx -wva -uJc -rXb -uXR -vde -gkv -gTW -gTW +iEg +iEg +iEg +wOp +wOp +wOp +wOp +wOp +mcC gPq +gTW +gTW +gTW +gTW +gTW +gTW tBc -hqF tBc -xMM -xMM -xMM tBc vlJ -vlJ -mhd -xMM -wpF -tBc -tBc -tBc +gOn tBc gTW gTW @@ -183986,6 +120031,13 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW "} (79,1,1) = {" gTW @@ -184043,150 +120095,144 @@ gTW gTW gTW gTW -uXI -tBc -tyz -tyz -tyz -tyz -cjX -tyz -mkg -cfe -tEk -aaH -edQ -tyz -cAL -dsb -dsb -dcA -cjX -tyz -xMM -wpF -tBc -hqF -tBc -tBc -eSh -eXQ -ePg -eXQ -eSh -tBc -tBc -hqF -tBc -gak gTW +gTW +gTW +tBc +yfm +yfm +yfm +yfm +mkg +yfm +yfm +yfm +yfm +wcK +gOn +tBc +tBc +tBc +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +wcK +gOn +ylM +yfm +yfm +yfm obM -wOp -wXC -wOp -wxI -gPq -sTF -xux -qWv -bNF -ilq +nJF +aFF +nJF +lVz +lVz +mGZ +hIF +pCW +niM vKB -pje -wSi -bXO -ibi -eix -cVA -wyd -xwh -jLT +bqr +bNB +pCW +oqd +oqd +vKB +aBf +eAU +cCn +dln kAB -auT -amU -wqX -kIk +jkS +spR +xwh +hcU ekE nnR -qlS -qOD -wqX -wqX -wqX -wqX -wqX -uSz -uSz -uSz -yhl -xzm -xzm -xzm -xzm -xzm -xzm -xzm -pZH -oix +eNa +tNL +nio +tHQ +hcU +uoz +uoz +fwu +nef +viD +vro +ggB +nef +aon +uoz +wvf +cUV +fTc pwF +osy +xPN sDp dNT -yiY +qcp +faW vKT -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 +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 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 @@ -184243,6 +120289,12 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW "} (80,1,1) = {" gTW @@ -184300,149 +120352,149 @@ gTW gTW gTW gTW -uXI -tBc -tyz -bPn -cfe -cfe -tEk -aaH -edQ -tyz -cjX -tyz -tyz -tyz -cAL -efS -xMM -tyz -cjX -tyz +gTW +gTW +gTW +yfm +yfm +yfm +yfm +lpA +wpF +yfm +yfm +yfm vlJ -xMM +wpF tBc tBc tBc -pDe -eSu -eYb -fdd -eYb -eSu -fyz tBc -tBc -ahU -gTW -gTW -gPq -foH -wXC -xej -gPq -mGZ -mGZ -hIT -kpI -bNF -bZp +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 -pje -iJq -bXO -bQI -sHl -cVA -nJQ -xwh -xwh +gRr +aDR +nUj +iRv +czN +mLA +bcL +ejj +pZv jdi -kGX -xwh -wqX -kIr -qdf +jlT +xdA +aJe +hcU +wOW saP -wqX -qRg -wqX -rjH -rjH -rjH -wqX -ftd -fja -uSz -yhl -xzm -xzm -xzm -noC -xzm -xzm -nMJ -nYW -qcp -vKT -oAd -yhl +ssn +tNL +aLo +nUm +hcU +lgo +stM +aon +uYV +aCQ +lrI +pjS +vRv +aon +taa +stM +cUV +fTc +pwF +osy +ePD +icD +rGu tOm -vKT -kEs -prv +icD +rmt +jLJ 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 +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 +xej gPq -gPq -hqF -wCU -tBc -tBc -wpF -xMM -tBc -xMM -wpF -xMM +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW tBc tBc tBc +tBc +gTW +gTW +gTW +gTW gTW gTW gTW @@ -184557,149 +120609,149 @@ gTW gTW gTW gTW -uXI -tBc -tyz -tyz -tyz -tyz -cke -dcA -efS -tyz -cjX -tyz -tBc -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 -sTF -kYf -xux -qWv -bNF -ily -itB -vLC -vLC -bXO -fis -gxQ -ecQ -ecQ -spR +gTW +yfm +yfm +yfm +yfm +vlJ +mTf +yfm +yfm +yfm +wcK +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 -jUz +kdy qzd -aHh -wqX +spR +hcU +hcU +rzF 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 +xXI +nio +eet +dob +hcU +rQa +gre +uOw +tQj +uHo +huP +mDL +cwy +cgW +xwm +tVH +cUV +uSB +pwF +uar +rZl +nem ygN nem -ahQ -kEs -eAP +nem +oFb +bsL 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 +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 +tBc +wOp +xej gPq gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW tBc tBc -tBc -tBc -tBc -vlJ -tBc -tBc -tBc -tBc -tBc -tBc -tBc +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -184814,147 +120866,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 -gPq -foH -wXC +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 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 -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 @@ -185071,145 +121123,145 @@ gTW gTW gTW gTW -abR -hFN +gTW +gTW +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm tBc -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 -gPq -gPq -foH +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 -xej -gPq -sTF -aBf -xux -qWv -bNF -bNF +rmC +ufC +mub +eAU +kAG +ylw +eAU +ntl +rEa 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 +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 -kEs -awm -gEV +ghv +pwF gEV +ukf 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 +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 +xej gPq -gPq -gPq -gPq -hqF -tBc -tBc -tBc -tBc -tBc -tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -185329,137 +121381,137 @@ gTW gTW gTW gTW -uXI +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 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 -gPq -foH -wXC -xej -gPq -sTF -hAI -xux -qWv -hvm -bNF -nmE -gBL -eiZ -bXO +gTW +gTW +yfm +saa +pLV +qTL +rMc +rIE +mqF +eAU +cvp +fzt +eAU kwV -gaH -fbJ -bXO -jHi -hWA -jWF -kbK +rEa +pSk +eAU +cvp +fzt +eAU +cvp +fzt +eAU +mZM +hlB +jkS fbb -spR -pVG -vFw -aXa -uSz -uSz -uSz -uPV -vFw -uSz -uSz -uSz -fTl -uSz +hcU +rqa +rzT +gVP +hcU +sIx +thf +dmN +hcU +leP +leP +qDn +wVi +eKx +vZU 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 +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 -tjU -rXb -tFH -jhH -rXb -wva -uJc -uJc -cpy -uHp -mTX +fIS +mhh +dsA +taj +hHc +mJp +evw +kkA gkv -tZC -wpF -vlJ -uXI +wOp +xej +gPq +gTW +gTW +gTW gTW gTW gTW -wsU gTW gTW gTW @@ -185586,141 +121638,141 @@ gTW gTW gTW gTW -uXI +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 tBc -tBc -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 -sTF -hAT -xux -qWv -jAh -bNF -nLu -sHS -iJG -bXO -sYa +gTW +tBc +saa +rIE +rIE +rIE +rIE +mqF +eAU +eAU +eAU +eAU +eAU nGI -yhx -bXO -sAX -hWA +kVx +eAU +eAU +eAU +eAU +eAU +eAU +eAU +bNk hlB -kbK +jkS spR -spR -pXW -uPV -uPV -uPV -jLI -uSz -uPV -jfj -xRd -xRd -xRd -mpk -xRd -xRd -xRd -xRd -xRd -xRd -xRd +hcU +rre +rzU +ntH +hcU +sJl +dmN +dmN +hcU +pIB +roW +qGl +uZp +bBL +kGy xRd +kGy +hks +oIx +eqB +par hqY -yhl +gCM +hbF +hbF +hbF hbF -orO -vKT -oKP xEG +bXr +anm wrc -jwb -prR -pCA -aQK +kKo +rWh upc tKm -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -oCw -tBc -tBc -tBc -tBc +rWh +dTs +jel +bmy +kDl +uAA +anx +uAA +qKP +qKP +qKP +qKP +qKP +qKP +qKP +nlk +abo gkv -tkc -trZ -tGs -uJc -rXb -wva -rXb -uJc -iTD -rXb -rXb -wXc -wpF -tZC +opP +mhh +mhh +mhh +mhh +mhh +mhh +mhh +woj +wOp +xej +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +ylM tBc -uXI -tBc -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -185843,100 +121895,20 @@ gTW gTW gTW gTW -abR -hFN -tBc -fxA -jTg -ckC -aaY -tBc -jTg -chL -jTg -tBc -jTg -chL -jTg -fxA -jTg -aaG -jTg -tBc -tBc -tBc -tBc -tBc -tBc -aYP -eSu -fdD -eSu -fse -gTW -gTW -gTW -gTW -gTW -gTW -gPq -foH -wXC -xej -gPq -mGZ -hAU -xux -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 +yfm +yfm +yfm +naC +spb +kWM +kja +nfn +spb +spb +yfm +yfm +yfm +aay prt vka vka @@ -185947,37 +121919,117 @@ vka vka vka vka -rSC -oCw +prt +aaB +tBc +wpF +yfm +yfm +wpF +gOn +tBc +uST tBc tBc -fxA -fxA +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 -tsu -gkv -xuL -xuL -gkv -unk -rXb -uJc -rXb -uPP -gkv -xMM -tBc -wsU -uXI -tBc +wOp +xej +gPq +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW tBc -tBc -tBc -gTW -gTW +uKh gTW gTW gTW @@ -186100,139 +122152,139 @@ gTW gTW gTW gTW -gTW -uXI -fxA -fxA -jTg -chL -jTg +yfm +yfm +yfm +spb +kiU +xXe +gwL +eyv +ooS +spb +yfm +yfm tBc -jTg -chL -jTg -tBc -jTg -aaG -jTg -fxA -fxA -fxA -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -eSh +aay +prt +vka +vka +vka +vka +vka +vka +gLu +vka +vka +prt +aaB +wpF lRQ -eSh -xej -gTW -gTW -gTW -gTW -gTW -gTW -gPq -foH -wXC -xej -gPq -sTF -hAT -xux -qWv -mGB -uDB -uhC -oJk -prb -wOs -bzM +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 -xJr -wOs -pdF +sHS +prb +pEW hWA hlB -kbT -cUV -kzp -pYs -cUV -cUV -cUV -cUV -cUV -cUV -cUV -cUV -dJm -leT -wCu -pnU -fek -cUV -mNq -iKh -gtV +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 -nFf -nMN -rff -ojp -vKT -vKT -dvz hSr -paS -tIu -tIu -nqk -tNB +iJX +sCL +vgK +hBX +kFb tKW -prt -vka -vka -vka -vka -vka -vka -vka -vka -vka -prt -oCw -tBc -fxA -fxA -fxA -uXI -wCU -tsP -aYP -wpF -vlJ +sCL +hUV +sXS +nek +hnT +cJj +iNX +bfw +ptO +qKP +qKP +qKP +qKP +qKP +qKP +qKP +nlk +abo gkv -gkv -gkv -gkv -gkv -gkv -gkv -vlJ -tBc -xIT -aaw -tBc +bZr +hPr +bZr +bZr +tyI +cMH +bhg +bZr +woj +wOp +xej +gPq +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW -tBc -wCU -tBc gTW gTW gTW @@ -186346,166 +122398,166 @@ gTW gTW gTW gTW +gGF +iEg +iEg +iEg +wTp gTW gTW gTW gTW gTW -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 +yfm +yfm +yfm +yfm +spb +cyv +kDD +vtr +qhw +dvk +spb +yfm +vlJ tBc +aay +prt +fUU +xsp +qrl +xsp +giY +xsp +gLL +xsp +fUU +prt +aaB ixv vqe -fjP -xej -gTW -gTW -gTW -gTW -gTW -gTW -gPq -foH -wXC -xej -gPq -sTF -hAA -xux -qWv -hvm -uDB -rsD -gJK -prd -wOs +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 -hDW -wOs -jHi +tuv +prd +pFd hWA hlB -kbY +jkS isp -kzI +hcU xpl -lCQ -xpl -oGN -eXq -xpl -xpl -lCQ -pnh -qkB -vhB -rvR -xpl -vhB +jMm +dmN +dmN +sKu +etg +gNv +wET +uKQ +iOx +hcU +gbN +vmZ +cJr qCO -iKh -iKh -iKh +ocC fNF -nFf -nMN +dFz +fNF +glR +lrp rff -ojp -vKT -vKT -dvz -oRR -pbk +sLM +rnJ +uyQ +fNF +hSr 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 +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 +xej +gPq 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 @@ -186603,166 +122655,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 -wXC +afH +afK +afM xej gPq -sTF -aBf -xux -qWv -uDB -uDB +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 kxJ -uDB -uDB -wOs -wOs -dhI -wOs -wOs -spR +bSJ +bSJ +bHG vip uGI nzF irH tbp -bmB -gbZ -cIR -cIR -cIR -cIR -cIR -cIR -cIR -cIR -pUF -sWa -doR -mPr +iiR +dmN +dmN +hAd +sKK +sKK +sKK +ifC +qvc +ftw +wqT +dJm +vmZ +cJr vCu -nrv -wlg -dGy +dJm jiA -cUV +rBs +jiA +xbv thw -yhl -ojy -vKT -vKT -oLj -yhl -pbq +thw +thw +xbv +snb +fNF +hSr sCL -prS -hBX -tNB -pWh +sCL +suM +sCL +sCL +sCL +sCL +xdq +sXS +nek jjy -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 +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 gPq gTW gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -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 @@ -186858,168 +122910,168 @@ gTW gTW gTW gTW -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 -gTW +afF gPq foH -wXC +afI +diG +afN xej -gPq -sTF -hAI -xux -muC -uDB -kMN +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 -rqy -kZE -wOs -ekT -xaS -ykn -kjd -spR -hWA -xKr +wwH +oeE +oqP +kMN +klH +qGX +qGX +fmC +gqA +qnS rtX -koF -kzL -wqT -iUh -wqT -wqT -wqT -wqT -sEy -iUh -wqT -wqT -wqT +irH +tbp +iiR +dmN +hxa +bvH +bvH +bvH +kmq +sIa +tYb +fvh wqT +raN kob -iIk -ghX -nrv -wlg -wlg -yeV +rQh +rjq +vSL +jiA +uER +jiA +xbv xbv -nNw gfW -ojE +xbv +xbv wvu -wvu -oLt -yhl -yhl -yhl -yhl -yhl +fNF +qCG +vqD +qAR +hLs +rKb tNB rjX -rjX +fru bDZ -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 +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 gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -187117,168 +123169,168 @@ gTW gTW gTW gTW -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 +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 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 -gTW -gTW +gPq gTW gTW gPq foH -wXC +iSP +agk +yfn +wOp +iSP +agk +yfn +wOp +iSP +agk +yfn +wOp +iSP +agk +yfn 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 -gTW -gTW -gTW -tBc -tBc -tBc -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +afF gTW gTW gTW @@ -187374,166 +123426,166 @@ gTW gTW gTW gTW +ikn +nus +nus +nus +xAU gTW gTW gTW gTW gTW -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 -wXC -xej -xaP -mGZ -mGZ -hIW -kpI -uDB +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 -bBe -ssu -mXS -wOs -lDr -xOJ -kQk -crQ -spR -jMR -jWK +utL +rNy +utL +rNy +utL +jXI gIX -spR -wNa +sIy +rEX hcU cfb kak bdA -ubO -lHy +sMA +dmN hpI jdP -hcU +upu lDe +hcU +dbF +ddG oFc -oFc -mHT -xvi ghX -nrv -wlg -wlg -jHn -cUV +vSY +fNF +jiA +fNF +jER ttV -uSz -uSz -orQ -uSz -uSz -uSz -uSz -pjc +xBR +mGu +xbv +tIh +fNF +hSr +sCL +prn aaq xPx rmD -bsL -bsL -hJB -qDN -eSM -nOP -iEm +rjX +cLB +bDZ +sXS +nek +jjy +flN hmH -lDB -iVx -aJr -aJr -tBc -tBc -tBc -tBc -tBc -tBc +abx +abz +abB +abB +abB +abz +abB +abB +abB +abz +abP +woj +cSI oFN -tvE -tHp -tBc -tBc -tBc -tBc -wCU -tBc -tBc -tBc -tBc -tBc -voc -vsH -iXt +nNx +lPa +nNx +kPw +kPw +ayg +gkv +wOp xej gPq +gPq +gPq +gPq gTW gTW -tBc -tBc -xMM -tBc -tBc -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +gPq +foH +iSP +agk +yfn +wOp +iSP +agk +yfn +wOp +iSP +agk +yfn +wOp +iSP +agk +yfn +xej +gPq gTW gTW gTW @@ -187633,164 +123685,164 @@ 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 -wCU -tBc -sTF -xux -qWv -uDB +vjT +mee +csN +mee +mxN +vjT +bAI +uSp +pan +jaR +utL oIB -itU -fNe -fNe -wOs -rBS -itJ -yiM -yiM -spR -sCY -xNU -kco -spR -eMS -kIT -tMc -tMc -tMc -tMc -tMc -lUH -ujW +utL +qyM +utL +gCz +utL +jXI hcU -mqM -mxg +qQf +eMS +hcU +dmN +dmN +ssr +nLG +dmN +hpI +ujW +upu +fvh +tbp mwV qXO -jkC +cJr udP -qCs -pjb -vkk +vWJ +wav +wlg uCb -wLp +xbv sLM -nZv -grb -suQ -suQ -suQ -oRX -suQ -suQ -suQ -suQ -suQ -suQ +lrp +oVF +xbv suQ +fNF +hSr +sCL +plz +fOS +cDm +hZw +sCL +mPf chQ -qDR +rpM uPs guc -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 +uAA +gkv +gkv +gkv +woj +woj +woj +gkv +woj +woj +woj +gkv +gkv +gkv +nNx +pgA +nNx +qmS +nNx +dBN +cSP +mrO +gkv wOp -xej +wOp +iEg +iEg +wTp gPq gTW gTW -tBc -xMM -tZC -xMM -tBc -tBc -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +gPq +foH +iSP +agk +yfn +wOp +iSP +agk +yfn +wOp +iSP +agk +yfn +wOp +iSP +agk +yfn +xej +gPq gTW gTW gTW @@ -187890,166 +123942,166 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -abR -yex -yfm -yfm -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lcK -lwZ -woK -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 -sTF -xux -muQ -uDB -vDD -qcv -fNe -pmj -wOs -wMg -nCN -yiM -sMd -spR -vip -xNU -kbK -spR -wNa -hcU -rAg -lbc -lHI -tZy -tMc -tMc -mcY -hcU -mqT -vib -mAd -qXO -sRM -vCX -cQY -xqj -xqj -xqj -xqj -xqT -xqj -wNa -osa -xQS -xQS -xQS -xQS -xQS -xQS -xQS -xQS -plN -plN -hJB -hJB -gyE -pRI -bLk -pRI -lDB -vZu -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 gTW gTW -tBc -tBc -tBc -vlJ -xMM -tBc -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW gTW gTW +bII +rBx +elM +xjw +spb +fEJ +cIt +cPQ +deX +dww +viZ +dMG +xxF +mXd +ekB +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 +mhd +dfh +ufl +myF +vjT +vDD +uSp +vLC +cFg +bVp +wMg +kCV +wMg +uEZ +qnm +utL +jXI +hcU +qQx +fiL +hcU +rAg +dmN +lHI +nLG +dmN +auC +nio +upD +fvh +tbp +mwV +qXO +cJr +udP +vWJ +oTM +sWN +wvG +xbv +thw +thw +thw +xbv +sNN +fNF +hSr +sCL +oRX +fmw +rxv +iPE +dGc +plN +hJB +fNf +gyE +pRI +bLk +cUS +cUS +cUS +cUS +vZu +cUS +cUS +cUS +cUS +cUS +cUS +cUS +cUS +cUS +cUS +cUS +fTW +hvw +kAl +hvw +hvw +hvw +wOp +wOp +wOp +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 gTW @@ -188147,166 +124199,166 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -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 -xBX -gQo -xBX -epc -epc -mGZ -xux -qWv -uDB -uDB -iuA -uDB -uDB -wOs -wOs -eoq -wOs -wOs -spR -hWA -mdI -kcY -wVD -xpt -hcU -xWD -lbz -lok -vix -tMc -tMc -fFA -hcU -cUV -cUV -cUV -pKl -sRM -vCX -iZv -lGf -bNV -eHX -bRh -kKP -xqj -wNa -xQS -wNn -oLE -wDH -dSq -jMG -uvL -pCL -xQS -pWt -qjG -low -ybz -qwy -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 -xej gPq gTW gTW gTW gTW -tBc -tBc -tBc -tBc -tBc -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -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 +kvy +kLz +kLz +kLz +vjT +vjT +gZZ +mQS +vjT +vjT +pzK +uSp +vLC +cFg +utL +egI +eoq +gyu +gAe +jtD +pWt +mdI +hcU +wVD +xpt +hcU +xWD +dmN +lHI +nLG +dmN +bsG +fFA +uVO +qSg +hcU +fzV +dmQ +uTm +oGA +kjF +fNF +jiA +fNF +wDN +mSF +iOU +tCs +awS +wNn +fNF +wDH +dSq +jMG +uvL +uvL +uvL +uvL +uvL +uvL +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 +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 +gPq gTW gTW gTW @@ -188402,105 +124454,105 @@ gTW gTW gTW gTW +gGF +iEg +iEg +iEg +wTp gTW gTW gTW gTW -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 +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 epc -gCV -tuh -tpQ nrj jxh sTL -eVR -vEw -mNn -mkI -pGU -dtr -dxr +qYM +vSA +vjT +xGa +vtV +wOm +ofW +utL +utL +oTB +utL +utL +utL utL -dtr -liz -yeE -eAU -jHi -hWA mGg -kbK -spR -spR -spR -spR +hcU +qQz +hto +rrI +iUf eDC ePw -vBs -tMc +tZy +fAY tMc ria -hcU -vun -uGA -cUV -pKl -sRM -vCX -iZv -xpR -rpR -iWj -mrX -ttT -xqj -wNa -xQS -wNn -yim -wIu +upV +ueI +wqT +vae +ddG +cJr +oGA +vae +jiA +rBs +jiA +wHf +nlr +sWN +sWN +ebo +rTd +fNF +eRm xys kOB wIu @@ -188508,64 +124560,64 @@ nov vXc agL uzU -uzU -xTd +gZo +glL pzE uxp -xTd -iNg +fks +uvL oPS -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 +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 xej gPq -gTW -gTW -gTW -gTW -gTW -tBc -tBc -tBc -tBc -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +gPq +afF gTW gTW gTW @@ -188659,169 +124711,169 @@ gTW gTW gTW gTW -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 +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 wSG -eAU -cYg -mSl -wFo -qTj -wFo -wFo -wFo -wFo -wFo -pwq -yeE -jxz +mvd +iBk +dvs +vjT +nvW +rPf +vLC +cFg +utL +oKA +fqA +dRl +utL oZc dGk -xNU +uxB mwz jRw -qRW -kJg -spR -izk -lTI -tMc -tMc -tLx -ujW +nYa hcU -xBR -uGA +rBk +dmN +lTI +nLG +hAV +tLx +oji +ykE +vun +wqT dEw -smw -sRM -vKD -iZv -dTv -dsR -jyJ -vVG -lkJ +ddG +cJr +oGA +dEw +jiA +uER +jiA +wHn +vLe xqj -wNa +xAD xQS xYf -oLQ -wbS -pbM -wbS +fNF +hSr +dvz wbS +kmX cEW xqy kbO -xTd -xTd -xTd -xTd +pPI +tPe +bAy +wkL iXz xTd pQo +oeK +gRN vCL -pQo -mAX xUa -xyJ -vPn -vPn -vPn -vka -vka -vka -vka -vka -vka -vka -prt -aaB -tBc -wsU -xMM -uPR -wpF -vlJ -wsU -tBc -tyz -xej +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 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 @@ -188914,170 +124966,170 @@ gTW gTW gTW gTW +afF +gPq +foH +afI +diG +afN +xej gTW gTW gTW -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 +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 -eAU -eAU -eAU -eAU -xrQ +tWh +miX +epc +vjT nxy -nxy -nxy -xux -mzh -rXj -kPx -jxF +rPf +vLC +cFg +utL +buH +wFo +lxT +utL rmp hJV bSz -mwz +hcU qRA -qRW -kJg -spR -lbE -frE +lfA +hcU +rBE +dmN frE +nLG goS tZJ -mdg -hcU -xIc -wlg -cUV -rJA -utz -rkg -lOx -loV -ttB -itr -spN -oxq +uqU +upY +bXJ +wqT +vak +ddG +cAL +oGA +vak +jiA +oCo +jiA +wKo +xqT xql xAL -xQS +srD xYp yim -wIu -wIu -pjd -wIu +gUS +uSz +cRs +uvL pFl -vXc +hQP wmb -uzU -uzU -xTd -xTd +lhm +gZo +uzf +eNy +eaH +nPb +och xRo -xTd -xTd -xTd -xTd -srt -opP -sHG -tHw -uYF -vxq -vka -vka -vka -vka -vka -vka -vka -prt -aaB -tBc -tBc -wCU -wpF -wpF +vnk +jOr +idh +aff +oFC +xyJ +qup +haT +qoD +fXA +qoD +sXO +qoD +rtS +qJE +hvw +hvw +hvw +hvw +hvw mBo -xMM -tBc -tyz +mBo +mBo +vbT +wOp xej gPq -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 +iSP +ago +yfn +wOp +iSP +ago +yfn +wOp +iSP +ago +yfn +wOp +iSP +ago +yfn +xej +gPq +gPq +gPq gTW gTW gTW @@ -189173,166 +125225,166 @@ gTW gTW gTW gTW -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 +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 epc -swP -cqQ -eAU -hUu vsG nxF -iuL -iuL -iJO -xux -wFo -wFo -rEa -eAU -jHj -hWA -xNU -kbK -spR -spR -spR -spR +rPf +vLC +cFg +utL +oKU +bAr +pjn +utL +jXI +hOX +cHs hcU hcU +hcU +hcU +rBJ +dmN +hcU xmv -xaK -xaK -mdO +tHX +tHX +tHX +tHX +eJs hcU -cUV -cUV -cUV -avt -sRM -vCX -iZv -eFQ -rhR -jln -jFQ -fqB -xqj -wNa -xQS +ftx +ddG +cJr +oGA +hFr +fNF +rBs +fNF +elp +lxF +foo +hKr +hKr ijS -yim +fNF cCj eCU kNH -psd +uvL xkO -xQS +tZS obo rix -quG -rix -rix -rcn +kmX +lGb +oTu +eaH voy -voy -rAi -xTd -mAX +mET +xRo +vTG +mjR idh dkE xrX jRC kIc -vka -vka -vka -vka -vka -vka -vka -prt -aaB -tBc -tBc -wsU -wpF -wpF -wpF -vlJ -wsU -tyz +rtS +frR +lmk +ofV +twq +wEA +rtS +qJE +gkv +jUY +jUY +jUY +jUY +jUY +isf +cft +wnp +wOp xej gPq gTW -gTW -gTW -gTW -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 gTW gTW gTW @@ -189430,166 +125482,166 @@ gTW gTW gTW gTW +ikn +nus +nus +nus +xAU gTW gTW gTW -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 +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 ixk -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 +rPf +vLC +tbe +utL +utL +utL +utL +utL +jXI pWD -uzU -uzU +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 fRC -voy +drx sxY -xTd -xTd -xTd -xTd -mAX -xTd +gbY +mET +xRo +vTG +mjR +idh fkl -vZu +roj eKJ -vZu -vka -vka -vka -vka -vka -vka -vka -prt -aaB -tBc -xIT -tBc -xMM -mBo -wpF -xMM -wCU -tyz -wgk +vxq +rtS +rtS +rtS +dGF +dgL +cgT +rtS +qJE +gkv +abf +abj +abj +abj +abj +abj +aci +wnp +wOp +xej gPq gTW -gTW -gTW -gTW -wCU -tBc -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 gTW gTW gTW @@ -189689,166 +125741,166 @@ gTW gTW gTW gTW +gPq gTW gTW gTW gTW gTW -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 +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 xeG -xeG -xeG -eAU -spR +wNv +ssj +tti +kxd +cHs +uEx +hqK +eEI +rcK cHs -xNU -kbK -spR -hcU -vHf rCF -mgT -hcU +xaK +wAM gsz xaK +fFS +vZP xaK -xaK -hcU -bMl uzs -uzs -mIr -mPv +cHs +blK +cJP +cJr ylU fqK -foc -xfn +sVc +whF +wwe +wLp +xic +wEM +xAQ +sVc ttp -ttp -ttp -ttp -uNU -ttp -ttp -ttp -oSc -cEC +cPR +cPR +mjc iWl -cEC +eCU cEC qRw -pWY +lHH uyk -rrw +uvL rrw wfQ -rcC -xTd -rrI -xTd -rKI -mAX -szU -sij -xrX +wfQ +keT +mET +xRo +vnk +mjR +idh +rtS +vOG oSh -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 +fhs +rtS +uqy +eqx +tDF +exp +rnA +rtS +qJE +gkv +acc +nlk +nlk +nlk +nlk +nlk +abo +wnp +wOp +xej +gPq 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 @@ -189946,164 +125998,164 @@ gTW gTW gTW gTW +gPq gTW gTW gTW gTW gTW -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 +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 epc -hsm -wLy -wHn -wTr -wLy +vsG nxI -ivm -iCQ -iKd -spR +rPf +vLC +tbe +gYt tti lnr klb -jxG +tti ipt -hWA -xNU -kbK +pWY +hHJ +aam odn -hcU -hcU -hcU -hcU -hcU -hcU -hcU +xKV +npB +afk +afk +vUc +afk +afk tMd -hcU -hcU +tZl +fhP uzy uPb -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 +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 dCt sFO vOv vZj qub -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 +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 gTW gTW gTW @@ -190203,164 +126255,164 @@ gTW gTW gTW gTW +gPq gTW gTW -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 +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 -wLy -uAL -uAL -wLy -hTk -uSp -tNY -nZe -spR -jaa +prP +cSg +epc +vjT +kNW +rPf +vLC +tbe +pzK +tti aSj uYv -jxH -jIo -hWA -xNU -kbK +tti +jXI +cHs +lvD +jFz iIB -hcU -kJx +rda +cHs bFS fzI stl -lzq +stl tlt tMP uaU -hcU -hcU -hcU -mBq +uqE +uzT +uQm +dJm hRd uTm -mVq -mBq +ylU +dJm waz -ngW -ngW -ngW -ngW -ngW -ngW -ngW -ngW -ngW -nhl -uSz -nqS -ogJ -omt -oEy -pWZ -qjI -ogJ -qEj -qiJ -rcM +kFO +kFO +kFO +xiy +rKU +rKU +sVc +xZp +yjv +uRF +cvM +nNh +sBH +pKU +rug +cvM +xur +bxO +okZ +hoe +hoe +cHd +qkd rON -rON -rAC -xTd -mAX +wdp +moj aKl -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 +rtS +rtS +rtS +rtS +rtS +tqX +ugw +mPh +dGV +kxG +kxG +lAr +wRQ +wRQ +nlk +qKP +qKP +qKP +nlk +abo +agQ +wOp +xej +gPq gTW +gPq +ikn +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +nus +vFV +gPq gTW gTW gTW @@ -190460,164 +126512,164 @@ gTW gTW gTW gTW +gPq gTW gTW -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 +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 wWc +kDp +blu +uUh +pFk +jjz +dQA +daZ +hiP +mSv +aBF +lPV epc -swP -uAL -uAL -uAL -wLy -qdv -fXt -gai -bfx -spR -jak -jid +vjT +lnL +rPf +vLC +tbe +osa +tti +tti aoE -jxY +tti ksw -hWA -xNU -kbK -kps -hcU -kJZ -kUM -eHR -eHR -lzQ +vxc +vxc +vxc +vxc +vxc +cHs +cHs +cHs +cHs +cHs tmV -lVU +tMP uaZ uqV uzT -hcU -mBH -yeS -bUo -mVC +uQm +dJm +xgd +cJr +ylU oFv -ngW -noM -ngW -nFh -nul -obr -yfn -osR -oBy -ngW -nhl -uSz -pjv -ogJ -opC -oEP -pXg -qkm -ogJ +sVc +eqT +rwB +uAx +xkP +xtY +xDU +sVc +sVc +sVc +sVc +cvM +fly +aHh +wJR +cwc +cvM +xur +bxO aIT qiJ cSZ -trJ -trJ -rAK -xTd -trJ +cSZ +cSZ +cSZ +cSZ +fUR kkx -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 +uUQ +wxb +rbU +eeX +rtS +ujj +ugw +mPh +dPS +nFf +aWU +szU +rIi +xKo +qKz +qKP +qKP +qKP +nlk +abo +agR +wOp +xej +gPq gTW +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq gTW gTW gTW @@ -190717,154 +126769,153 @@ gTW gTW gTW gTW +gPq gTW gTW -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 +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 nuJ jrI sSt -pWH +kpp pWH rDw bwp -jWU -kdc +nfw +akt qRW -kAb -rrR -eIU -eIU +vxc +rrL +erX +sbz amn +sNq tmX -tmX -tmX +tMP ubA urQ -mrj +uzT uQm -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 +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 pwU -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 +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 gTW gTW gTW @@ -190872,6 +126923,7 @@ gTW gTW gTW gTW +gPq gTW gTW gTW @@ -190972,156 +127024,155 @@ gTW gTW gTW gTW -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 +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 kNs -gQy -uRM -hkb -hsz -wLy -wLy -wLy -wLy -hTk +vjT +tpQ +vjT +vjT +jRR +vjT +vjT +vjT +ige uSp vjw -iKS +tbe gYt -jax +krB rSI +aNI +pre +vxc pYk -pYk -jJs -pYk -jXe -kdC -qRW -kAb +gHS +vTc +xNj +bbY rrR -xaK +gTc uJs -tnn -tnn +uJs +sNW tnn tNf ubO -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 +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 hlx -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 +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 gTW gTW gTW @@ -191129,6 +127180,7 @@ gTW gTW gTW gTW +gPq gTW gTW gTW @@ -191227,118 +127279,118 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -yfm +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 oBT -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 +pXJ +syR +rUq +fyv +lUk +kjb +jBr +iuA +iuA +ilh +mdX mrJ -eEo -vRJ -vqx -wWc -wWc -vRJ +dKZ +gbI +rnr +rnr +rnr +rnr uKa -rnr -rnr +vjT +kNL lnt hsN -hkb +vjT tuh -hBe -hKj -tpQ -idf +jXI +qPV +qPV +xGa daL jjv -iDu -iLF +cbh +tbe pzK +krB +rSI +vxc +prr +pFB xee -xee -xee -xee -xee -hcU -hcU -iWa -hcU -hcU -hcU +qlS +akv +qsc +vxc +akC xtN -lbL -lbL +uJs +uJs sNX -xaK +tnO rkv qrC utl uBM -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 +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 obL hnD wxc @@ -191346,47 +127398,47 @@ aIB auz bXu oET -wpF -uxY -fPh -fPh -fQn -fPh -fQn -fPh -fPh -fPh -wJk -bHS +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 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 @@ -191486,169 +127538,169 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -yfm +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 oBT -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 +gPG +cyF +bPa +roF +sgO +hIA +iAv +wtH +ibZ +ilh +mdX +vRJ vco -vRJ -krB -fNy -fUb -vRJ +vmO +kUZ +kUZ +kUZ +kUZ jXI -tSA -ucS -rnr -vjb vjT vjT vjT vjT vjT -vjT -nzs -uSp +fGJ +vSK +ePP +qPV +xGa +xGa +gQy wHG -tNY -xee -jaH -xee +ofW +xGa +krB +sir +vxc +vuZ rDX -xee -rDX -hcU -nfF +pYI +knD exZ opB one -hcU +tju qkN pzB stL -lAr -xaK -lVX -mee -mlp -mrO -hcU +cHs +gMx +sNq +sNq +sNq +gMx +gMx rsI yeS -vzG +vur vCV -vTh -ngW -kBa -ngW -nFD -nQl -obD -ojH -kVR -muF -ngW -nhl -uSz -ogJ -ptc -oqd -oHX -pYn -qlw -qvz -xFH +rsI +tWG +tWG +gpt +gpt +gpt +tWG +tWG +tWG +diU +yjw +diU +cvM +kVq +tst +tst +fjs +cvM +xur +bxO +jYt nnT -ref +pAE fFG mHe +aGM xFH xFH xFH -saa ngM -gkv -xSC -xSC -xSC -gkv -xSC -gkv -xSC -xSC -xSC -gkv -gkv -gkv -gkv -gkv -gkv -kPw +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 +gTW +gTW +gTW +gPq +gTW +gTW +gTW 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 -gTW -gTW -gTW +tBc +tBc +tBc +tBc +tBc +gPq +gPq +gPq gTW gTW gTW @@ -191743,169 +127795,169 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -aah -bYQ -bYQ -bYQ -bYQ -bYQ -bYQ -bYQ -bYQ +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 oBT -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 +sxD +kFg +bCm +roF +tzi +hVi +rVL +bFR +bFR +dSW +sME +aCg +fhj +ntm +dfd +iQL +cPC +jKd +rnw +tVO +prS rnr rnr rnr -lyi -flW +uGR +gph uSJ -hUF -wRs -hUF -vjT +rnr +lsx bEK -fXG +nsJ lFO kXX -xee +oog eLb -xee -jpg -xee +aJe +jRW +qmq hDa -hcU -nto -exZ -sSd -kAd -hcU -xaK -baK +lSg +tUM +uAB +qSm +vxc +rrS +jyb +uJs lIS -lAt -xaK -lVX -meg -mlp -uBM -aAu +wmP +wmP +vlJ +wpF +tBc +tBc +tBc vib -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 +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 gxa mLG nJH pcO ndi bvV +sFP +obL +iSL +jGl +jGl +lXw +jGl ueG -ueG -ueG -ueG -ueG -ueG -ueG -ueG -ueG -ueG +fHP +jGl xff -gkv vlt -uJc -uJc -gkv -tBc -wCU -tBc -tBc -tyz -wgk +vlt +tiW +tiW +tiW +tiW +vlt +vlt +wnp +hEn +gPq +gPq +gPq +gPq +foH +xej 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 +cMX +mHh +gJw +gJw +mHh +gJw +gJw +hJI +hJI +hJI +pEr +wTp +gPq gTW gTW gTW @@ -192000,169 +128052,169 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -bYQ -bYQ -qWR -lAG -oEs -oEs -oxn -cjq -xoV -xDD +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 oBT -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 +evQ +cYY +gmr +roF +vMz +mlc +nbX +hBM +hKt +ilh +mdX +gvk +rdR +ntm +iZX tpa -abh -abh -abh -lyi -flW -hsA -fFh -fFh -fPX -vjT +uXq +kUZ +kUZ +kUZ +xXj +ksy +ksy +ksy +ksy +myL +ksy +mXL +ksy tOR uSp -txp -ien +bpi +cFg klr -jaO -jim -jWy -jyv -jJv -hcU -nzB -oum -kpu -kAi -hcU +krB +krB +vxc +vxc +vxc +vxc +lED +qBT +lED +vxc +vel seg -baK +vxc wmP -lAt -xaK -lWr -tMc -mlB -uBM -aAu -vib -yeS -mPC -vBT -yeV -nhI -npc -npc -mMm -nvf -nvf -nvf -vJs -mBz -ngW -nhl -niM -ogJ -ptO +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 sDQ -pJB -pYU -cqJ -qvC -qEw -sdY -reB -rjo +cgI +foU +boq +rtf +cpD +hnv +pAE +obL gzb -rBh +mLG uZo qrd -qrd -ycK -abH -yiH -yiH -yiH -yiH -yiH -yiH -yiH -yiH -yiH -qcd +nva +bvV +rEx +obL +hLx +oWx +hLx +hLx +hLx +hLx +hLx +hLx +aMX ooI uPq rJc -uJc -xSC -tBc -tBc -tBc -tBc -tyz +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 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 @@ -192255,176 +128307,176 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -bYQ -cEq -dce -dmR -fxR -lBE -hOj -lLr -qVF -iNX +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 oBT -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 +sFX +fTy +otX +roF +sgO +lan +pxU +iuA +iuA +ilh +mdX +lCP +rdR +cbd +cPj +tpa +bHr +iMb +kao +kUZ +kNZ +ksy lyi -flW -vVb +mSw +sDl mAc -mAc -mAc -vjT -ovb -uSp -xAD -tNY -xee -jaX +ksy +mXY +ksy +xGa +xGq +bpi +cFg +azq +uSg bes pju prL idH -hcU +uSg qmh -sSd -sSd +gmi +qSH xus -hcU +qSH rHO -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 -phJ -tHQ -rUH -rUH -ycK -hSO -yiH -abV -yiH -acc -acz -acQ -adg -adx -yiH -uhl -nIh -vRw -uJc -uJc -xSC +scb +eMG +gOn tBc -tBc -tBc -tBc -tyz -xej +gPq gPq gTW gTW gTW +mPw +rIw +esW +iGP +kqZ gTW 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 +tBc +wpF +tWG +vvp +cHr +rKU +jAn +mWL +sVc +eLI +kkD +eDK +uSz +bxO +euu +sdY +pAE +obL +mbi +fPs +pVP +pVP +pVP +aGd +nNy +obL +wva +pKs +jNT +uwT +uSN +hLx +ptH +hLx +hLx +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 +xej +gPq +gPq +gPq +gPq +gPq +gPq gTW gTW gTW @@ -192514,174 +128566,174 @@ gTW gTW gTW gTW -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 +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 tpa -rnr -rnr -rnr -lyi -fvj -fvM -fvM -fvM +jzY +hzs +kbm +kUZ +ggr +ksy +aPQ +ciR +qOd +sbi +qOd qyL -vjT -wLy -ivv -iDw -oha -xee -xee -xee -xee -xee -xee -hcU +ksy +nxR +uSp +bpi +cFg +qim +gtE +oTE +uUi +psf +vli +uSg qpe -oyB -sSd +toh +bJQ vWc lIK kcd scr -lox -lAv -lIi -lWK -meK -mme -msx -uQm -mCp -yeS -mPC -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 -ycK -ycK -ycK -ycK -abI -abL -biL -uDk -vxu -tTA -vxu -tId -vxu -yiH -qcd -gkv -uRq -uJc -fYp -xSC +eMG tBc -tBc -wCU -tBc -tyz -xej +gPq gPq gTW gTW gTW gTW +mPw +rIw +esW +iGP +kqZ 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 +tBc +tWG +tAR +lZU +jjc +uxf +mPC +sVc +eLI +dmU +dvz +dvz +bxO +xDl +sdY +pAE +obL +eeG +fBc +wAh +rVN +ycK +hSO +pYQ +obL +biL +fcs +eaC +nLK +qBI +ipm +qLS +hZo +hLx +aUh +uRq +svK +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 +gPq gTW gTW gTW @@ -192774,171 +128826,171 @@ gTW gTW gTW gTW -gTW -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 -hsC -gOQ -hLN -lIq -vjT -nyG -uSp -xAY -tNY -bfx -oLb -lsq -tkx -kBO -pFJ -hcU -jXj -sSd -sSd -rdB -hcU -kma -baK -lpk -lAt -lIp -lXa -meX -iFl -mtG -uQm -iGv -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 -rfx -rfx -rsc -vbC -vbC -vbC -sad -abB -srv -sBA -jfE -uDk -vxu -tTA -vxu -tId -vxu -yiH -qcd -gkv -uaW -uJc -jhH -gkv -yex -yex -yex -hFN -tyz -xej 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 +qEM +lLH +qOd +gOQ +qOd +lIq +ksy +nyG +uSp +bpi +cFg +uSg +oLb +lsq +tkx +bLB +pFJ +uSg +qpe +sSd +bJQ +rdB +lIK +kma +qpe +eMG +tBc +gPq gTW gTW +iFl +pEZ +pEZ +gFR +rIw +esW +iGP +iGv +pEZ +pEZ +mcC 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 +tBc +tWG +jIN +xmg +nZa +csF +rif +sVc +eLI +cEE +dvz +iIf +bAZ +wnW +pfX +pAE +obL +obL +vbC +fPm +obL +obL +mrW +jVq +obL +jfE +lSI +vxu +tTA +pBq +hLx +hLx +hLx +hLx +kow +uaW +uJc +jhH +kZQ +hlW +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 +xej +gPq gTW gTW gTW @@ -193031,173 +129083,173 @@ gTW gTW gTW gTW -gTW -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 -pdQ -pdQ -xqk -gvb -gDd -atW -atW -aHE -oex -fPK -hLO -yky -vjT -hwJ -uSp -xCA -tNY -jjJ -oLy -lcs -aZR -lre -pGo -jNN -jXu -oSJ -ppJ -rdF -hcU -rIU -baK -lpx -lAt -lIv -lXc -frE -mmk -uDp -uQm -uQF -yeS -mQF -vBT -for -kBa -wjc -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 -sah -wNc -ceQ -sBR -sIe -yiH -acd -acA -acV -adk -adR -yiH -qcd -gkv -xSC -xSC -xSC -gkv -jli -vdP -mFG -uXI -tyz -xej 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 +pdQ +kUZ +qPV +ksy +pIx +aHE +oex +fPK +qOd +yky +ksy +hwJ +uSp +bpi +cFg +uSg +oLy +lcs +aZR +mEG +pGo +uSg +qpe +qCq +ppJ +rdF +lIK +rIU +qpe +eMG +tBc +gPq gTW gTW +mPw +uDp +atW +uQF +liJ +esW +iQy +uQF +azN +wjc +kqZ gTW gTW -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 +tBc +tWG +iyH +nlj +nZa +bKV +rif +sVc +eLI +dvz +dvz +oHX +pzF +wnW +sdY +eFY +dNr +icG +dKc +dKc +cbl +hLx +wNc +ceQ +hLx +hLx +uDk +oRG +pKs +jGH +hLx +ixD +aLb +nMV +kha +xSC +rlo +sHR +sHR +tTb +jhH +kow +tcR +vnO +vlt +vlt +vlt +dNv +foH +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 @@ -193282,177 +129334,177 @@ gTW gTW gTW gTW -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 -nQN -nQN -wop -nQN -mPW -mgB -ilT -uSp -gTJ -iif -jAi -oMT -oTU -psB -lBO -mxY -jOf -vbt -vbt -vbt -vbt -vbt -rJn -baK -hcU -lAW -lbL -lbL -lbL -lbL -asS -hcU -mCB -yeS -aSp -vBT -nbB -ngW -kdy -ngW -nGX -nRM -ocC -olX -olX -mHD -ngW -nil -pbW -nNh -ycK -pDt -pLX -qau -qmA -aOG -qHf -qRj -oBk -hIy -ppr -hIy -qtr -xow -cmd -hMr -tgJ -hmC -sIx -yiH -yiH -yiH -twq -tIh -uyP -yiH -qcd -gkv -qBS -rqk -rqk -rqk -rqk -rqk -rlZ -uXI +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 +rgG +ksy +mlf +wop +nQN +dBe +ksy +xGa +ihF +bpi +cFg +gfd +oMT +oTU +psB +uhs +lAR +uSg +qpe +qEw +qTm +mXV +qTm +rJn +qpe +eMG +tBc +gPq gTW gTW +mPw +asS +liJ +esW +esW +vuv +esW +esW +vBT +aAe +kqZ gTW gTW +gPq +tBc +tWG +jIN +kFO +nZa +kFO +rif +sVc +eLI +ioG +dvz +kQM +aOG +wnW +sdY +lMX +een +hIy +dKc +rij +xow +hLx +hMr +tgJ +hmC +hLx +rJH +hWw +rJH +hLx +hLx +uyP +pxl +jfA +kow +sCK +ubc +sAR +sAR +sAR +sAR +kow +wWC +jHi +lng +vlt gTW +gPq +foH +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 +bWT +tBc +hJI +mYq +hJb +mSH +xjT +ajB +wRY +hJI +hJI +hJI +gRF +nus +nus +wOp +agC +agF +agH +agK +xej +gPq gTW gTW gTW @@ -193543,173 +129595,173 @@ gTW gTW gTW gTW -gTW -gTW -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 -nBe -lnQ -mdH -rnr -hsM -pvi -rnr -rnr -ieb -rPl -mLo -gUz -tNY -nEY -jNs -jSj -jSj -lFN -mOL -vbt -qpp -qEx -qTy -kAz -vbt -vbt -lcq -vbt -vbt -pEZ -pEZ -pEZ -pEZ -vbt -vbt -cUV -vnl -awn -vuX -cUV -nhX -iMm -iMm -iMm -iMm -iMm -iMm -iMm -iMm -iMm -iMm -uSz -nhl -ycK -ycK -ycK -ycK -ycK -ycK -dTs -eHM -edu -rjZ -umu -pOx -wdp -xow -rhD -yiH -bjx -cxT -tYL -yiH -ach -acB -oDq -tIj -vdD -yiH -qcd -gkv -dgN -prt -prt -prt -prt -prt -aaB -uXI -wOp -xej 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 +vAW +pZE +lnQ +apk +ksy +ksy +pvi +nYU +ksy +ksy +rPl +uSp +bpi +dAU +uSg +qim +qim +pjM +psM +qim +uSg +iWV +qEx +qTy +iWV +rsN +rsN +iWV +wmP +rCS +pEZ +pEZ +pEZ +gFR +vbt +esW +esW +vnl +awn +vuX +esW +esW +wjR +iGv +pEZ +pEZ +pEZ +rCS +tWG +sVc +eRR +sVc +eRR +sVc +sVc +bnu +bxO +bxO +uNL +xMH +wnW +eHM +lMX +een +hIy +dKc +dKc +oSu +cmd +wNc +bjx +cxT +dYC +ehI +lEd +yiH +oDq +yiH +vdD +nVr +qcd +pWx +pWx +pWx +pWx +pWx +pWx +kow +kow +mVl +xdx +kSq +tiW +gPq +gPq +foH +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 +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 @@ -193794,179 +129846,179 @@ gTW gTW gTW gTW -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 +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 jdr xoa fCC -bEH -pdQ -jxx -mYa -gQW -hVP -rnr -rnr -pvi -rnr -rnr +fCC +fCC +fCC +fCC +fCC +pvW +iiZ +ddq +mAO +mAO +pvW gkr -iml -loO -gZp -tNY -nEY -jbt +pvW +gFG +lmu +cbh +ctL +ctL oTX vcp -lHq +vAR pHu -vbt +pZj qpp azi -kqg -kAA -vbt -kUZ -tnY +qpp +qpp +qpp +qpp +qpp sum sPm tnY -lXe -mfo +tnY +tnY tnY liJ -vbt +esW vdk -eYf -dMk -vId +vnK +vvD +vFb vTh -iMm -npB -nvs -nHJ -iMm -ocG -xdC -iMm +esW +vBT +tnY +tnY +tnY +tnY +gjV +xSQ aOD -xdC -iMm -uSz +fCm +oUb +oUb oUb kuk oRZ hJO -hJO +eQX +qgR qgR -pGk cHk bmU -bTD +edu mFz -mFz -mFz -jet -xow -abz -abF +lOJ +fKK +fKK +cud +bZS +qBw qDH cuc xym -abX +ivb pcM ldO -txd +ldO sUP gaF -xNv -bmt -urA -aay -prt -vka -vka -vka -prt -aaB -uXI -wOp +wqt +lNl +nky +ttv +qmA +oZZ +vAb +qcd +ivt +vGv +mVl +xdx +pnr +tiW +gTW +gPq +foH xej gPq gTW +djf +tBc +hJI +fMK +etP +hbH +dFL +rmR +wmc +hJI +tBc +tBc +pPV gTW -gTW -gTW -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 gTW gTW gTW @@ -194055,174 +130107,174 @@ gTW gTW gTW gTW +gPq gTW gTW gTW -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 +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 jdG dbA dtQ aqU -pdQ -gvD -gDA +aqU +aqU +aqU sZc -ull +cbh aeY -aeY -hBq -aeY -bqr +cbh +cbh +cbh +cbh mgB -imP -uSp -huV -inu -ovf -vAR +cbh +cbh +nJi +fpD +amq +amq gvL vAX -lVh +aOu phk pZs fog cVV ekA -kAT -kKa +ekA +ekA xCg -xCg -xCg -xCg -rwT +qxY +qsN +lig +nwh vjA bqN -mmz +bqN qQm uRJ -azl -cJP -mPC -rbh -yeV +vdP +voc +vze +vFE +vTJ wcf -iZK -aBC -nHM -iMm +aLN +bqN +bqN +vLR +nwh +lig +xpd vIK -xdC -iMm -vIK -xdC -iMm -iMm -iMm -iMm -agr -iMm -iMm -myt -pGk +aGA wdp +wdp +wdp +wdp +rsr +fbB +btJ +axB +axB +axB jZQ -edu -rjZ +lMX +rEm umu pOx -wdp +unv aPF -saR -yiH -yiH -yiH -yiH -yiH +hLx +plh +laB +dWS +hdC +eej eyQ -lTO -qdb +luG +oJr dds -urA -xNv +aBz +oOI wWU -urA -urA -prt -vka -vka -vka -prt -aaB -gCe -wOp +mTX +tld +tld +gwf +cJt +qcd +pvL +mVl +mVl +xdx +pnr +vlt +gTW +gPq +foH xej gPq gTW +djf +tBc +hJI +pnP +pCA +ntE +mrb +ajB +xAX +hJI +tBc +tBc +sNO +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 +gPq gTW gTW gTW @@ -194312,174 +130364,174 @@ gTW gTW gTW gTW -gTW -gTW -gTW -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 -gbI -xqk -gvR -gDD -gRj -gRj -lLW -mlF -hBs -hLV -yky -vjT -ing -uSp -hDg -tNY -nEY -jOG -taM -dtB -mkm -mOR -vbt -okV -cjw -kia -kUL -vbt -iuC -sPq -sPq -nPL -tqo -mgf -mfE -mng -uEK -nco -azl -voZ -vzj -vId -yeV -wcf -iZK -aBC -rMt -iMm -vIK -xdC -iMm -vIK -xdC -iMm -ybt -tYB -pvA -pDI -hjl -iMm -myt -pGk -mId -qRo -oDX -qjj -qKn -qjj -scx -oHl -saV -pGk -lUW -abQ -abW -yiH -iqP -lTO -qdb -sQz -aee -aBz -uif -bon -dWS -eej -vka -vka -vka -prt -aaB -uKh -wOp -xej 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 +pdZ +jAr +jAr +jAr +jAr +jAr +jAr +jAr +lLW +mlF +mlF +mlF +mlF +nlp +jAr +cbh +ppe +qyK +ovb +ovb +taM +dtB +vAR +bnf +dho +okV +cjw +kia +kUL +kUL +iuC +acs +suZ +sPq +tqo +tqo +tqo +tqo +esW +esW +vfc +voZ +vzj +vHb +vUi +esW +gdt +tqo +tqo +tqo +tqo +xdC +xSQ +aRn +osk +yjz +snj +pVF +snj +snj +hjl +fSr +snj +snj +izL +moj +lMX +rEm +umu +qjj +lBA +oHl +hLx +hLx +lZg +hJv +gmw +vtH +iqP +lzP +jdg +sQz +hyJ +mHn +lNl +bBU +mgP +hTd +qJf +dTV +qcd +kke +wxg +bmt +gNE +xBs +tiW +gTW +gPq +foH +xej +gPq +gTW +djf +rhG +hJI +bzF +oNf +nKY +fmg +jNs +lEc +hJI +mDS +pPV 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 +gPq gTW gTW gTW @@ -194566,177 +130618,177 @@ gTW gTW gTW gTW -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 +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 eRl -xTZ -eHW -eXu -grM -grM -grM -grM -grM -grM -qWS -grM -grM -xrE -lam -pqQ -tNY -xqk -fGJ +chc +iyg +fJr +mqV +chc +uMW +tzi +wng +hmc +qMI +jqr +oBT +jMR +apk +apk +iJc +wtg jYD mVd jKV nHd -gvX -gEn -gSX +apk +apk +apk vjM wtg acr -hBM +acr mQV -yky -vjT -inh -uSp -hDg -tNY +mQV +wtg +rPl +xJH +txp +cSR nEY -jOT -jUF -jpA -mnD -jJF -wfh -nDD -oTE -pEh -vbt -vbt -kfq -kup -nao -mng -tqo -vDP -mgf -mng +tOc +grG +pjU +ptL +grG +qki +sbk +pax +lGm +eWj +eWj +eWj +lGm +bnj +jyt +hFL +hFL +hFL +iwm uEK nco -azl -xJP -mPC -rbh -ncw -iMm -bLq -aBC -jKx -iMm -vIK -xdC -iMm -ocQ +esW +fcC +ayO +vId +esW +esW +iZK +cfi +tKC +tKC +tKC +dRB +egA +egA mGd -ybt -ybt -tYB -pvL -pDU -pMa -iMm -myt -pGk -wdp -qRX -eAR -eAR -eAR -eAR +oXK +egA +egA +egA +egA +egA +egA +ahm +hMk +jUE +moj +lMX +een +hIy +qjj eAR hlo poi -sjh -lRo +hLx lRo +qjj grL -yiH +nPj suO lTO qdb vvX -urA -xNv -uig -urA -urA -prt -vka -vka -vka -prt -aaB -gFa -wOp +hyJ +mHn +lNl +bBU +unq +hWb +qJf +kAb +qcd +pnr +khJ +mVl +jKw +mTi +vlt +gPq +gPq +foH xej gPq gTW +djf +tBc +hJI +hJI +hJI +hJI +hJI +hJI +hJI +hJI +tBc +pPV gTW gTW 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 gTW gTW gTW @@ -194827,174 +130879,174 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -swQ -bal -bhF -bnm -bsV -yiW -bDR -xRa -jUG -mBX -cth -cth -cth -cCt -arc -wPZ -oBT -qSC -chc -qSC -xTZ -cer -lUB -grM -jKm -ofj -guW -aqA -ijA -rId -jyr -grM -xzI -gcr -wwK -oha -xqk -fHI -vic -vic -gbK -xqk -kwn -tJn -loe -loe -hkd -loe -mAP -pIx -mZw -vjT -wLy -nHQ -hUE -itl -jAi -jbG -kKM -fWV -rWG -vgN -wfh -nNM -pkZ -qTK -vbt -vbt -vbt -vbt -lqF -mng -tqo -wwe -mhh -mng -uEK -nco -azl -hLd -vzG -mVK -jHn -azV -lQF -aBC -nHS -iMm -ocQ -mGd -egA -ybt -ybt -ybt -ybt -oNB -mXM -pDU -tAT -iMm -myt -oEL -qIJ -qSg -rgT -pGk -rsr -rBk -ijg -tma -iUe -pGk -aKk -abT -sIy -yiH -iyJ -acD -ada -sKE -aef -xNv -gXx -urA -rnm -prt -vka -vka -vka -prt -aaB -uXI -wOp -xej 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 +oBT +oBT +jvE +bJb +lpk +oBT +nkk +vic +sna +sna +kwn +tJn +loe +jty +sna +hMb +mAP +mRa +mZw +sna +ueO +nHQ +prc +ogC +ueO +qki +kKM +esX +rWG +vgN +qki +mgT +lGm +qTK +iQw +coW +cjo +rwT +bnj +tBc +gPq +gTW +gTW +mPw +atF +tEW +esW +esW +vzG +esW +esW +vIq +aBC +kqZ +gTW +gTW +gPq +tBc +egA +frV +xQT +mKU +pln +oNB +mXM +dSf +tAT +egA +dmV +axK +jUE +moj +lMX +een +hIy +qjj +ijg +tma +iUe +jPr +aKk +lUW +hdC +yiH +iyJ +ibD +bYP +sKE +hyJ +lfB +gXx +lIk +urA +bvT +rpt +tJc +qcd +jxs +khJ +mVl +hnH +sXh +vlt +gTW +gPq +foH +xej +gPq +gPq +foH +adr +tBc +jXC +tBc +tBc +tBc +tBc +jXC +tBc +tBc +agt gTW gTW 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 +gGF +iEg +fpp +iEg +wTp +gPq gTW gTW gTW @@ -195081,178 +131133,178 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gna -gna -uSY +afF +gPq +foH +xej +gPq +bgP +yfm +yfm +wGI +tLq +tLq +abQ +bDM mdj -bsX -bwG -bEy -bIC -moV -oFi -njF -ajQ -njF -och -ggx -wPZ -dpi -lJa -tQF +tLq +tLq +tLq +ctJ +qld +cNj +rKW +dYt +bDM +tLq +tLq +tLq +chc +aae qRG -xTZ -rGo -xTZ -grM -wNl -ofj -gMk -egL -vbr -rId -gaE -grM -kIL -lam -fmL -tNY -xqk -xqk -xqk -xqk -xqk -xqk -vjT +chc +fva +ibX +svA +goe +gDm +meA +vQf +hoj +wAD +hLN +hXO +kIb +ylx +smv +iJo +oBT +amW +sna +qaa +dyv +kwP kPl -vjT +iob bau -vjT -vjT +sna +hCt miR -vjT -vjT -vjT +bwr +xJo +bnK nzs -uSp +nJO lBd tNY -oLy -oLy -iah -eLM -eUN -wfh -wfh -odL -pqP -pNI -wfh +ovf +qki +vrq +mYL +lqj +vrq +qki +mgT +lGm +qTQ +hJa mbA smb scQ -naz -lBZ -lJj -lXN -mhn -lBZ +bnj +tBc +gPq +gTW +gTW +mPw uES -vbt -moI -xJP -mPC +auG +uSj +bfv +esW vIq -jHn +uSj azV mvf -aBC -tcc +kqZ +gTW +gTW +gPq +tBc egA -ybt -ybt -ybt -ybt -ybt -ybt -ybt -oNB +yaA +tFD +erR +pln +fiT +dSf dSf -pDU hvG -iMm -myt -phC -wNS -qSk -scT +egA +oHX +qDJ +jUE +moj +eFY hLx wHm -wHm +qjj vMl -fUZ -wHm -wHm -wHm -wHm -sIU -yiH +kpC +pVb +hLx +eNG +nUT +xym +uaf rmU eJu tGc -tIj +svZ xny -yiH -qKP -xGb -eaC -prt -prt -prt -prt -prt -aaB -uXI -wOp +xNv +lNl +rcF +eeu +oey +ivq +vLT +qcd +mVl +mzV +mVl +pqW +sml +tiW +gTW +gPq +foH xej gPq -gPq -gPq -gPq -gPq +gTW +guZ +nus +qRo +qRo +tBc +tBc +tBc +tBc +qRo +qRo +xpH 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 +gPq +iFl +wOp +wCU +wCU +wCU +wOp +mcC +gPq gTW gTW gTW @@ -195341,177 +131393,177 @@ gTW gTW gTW gTW +gPq gTW -gTW -gTW -gTW -gTW -gTW +yfm +yfm +yfm +wGI +tLq +tLq gna -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 +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 csd lnY luV -vjT +sna pwZ -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 -hLd -aSp -nAY -vTh -iMm -npK -tbe -tck -ybt -odg -odg -ybt -ybt -xTm -sKn -ufM -tYB -pwA -pDU -hvG -iMm -myt -phC -qIL -qSu -pRG -wHm -iPT -aYq -rLi -rUM -sbn -sjk -eNT -wHm -sIy -yiH -yiH -yiH -yiH -rCi -yiH -yiH -qKP -xGb -uxY -eUO -fPh -fPh -fPh -fPh -mHS -uXI -wOp -wOp -iEg -iEg -iEg -iEg -syk +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 +tKC +eAc +rIw +esW +iGP +cfi +tKC +tKC +pPQ gTW gTW -gTW -gTW -gTW -gTW -tBc -tBc -tBc -tBc +gPq tBc +egA +ybt +gvd +jxD +pln +tYB +dSf +dSf +tWg +egA +yhw +axK +jUE +moj +lMX +hLx +iPT +iPT +hLx +hLx +hLx +hLx +eNT +qjj +dYC +kqQ +eUO +jTf +jOH +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 -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +gPq +foH +wOp +wCU +izW +wCU +wOp +xej +gPq +gPq +afF gTW gTW gTW @@ -195598,168 +131650,153 @@ gTW gTW gTW gTW +gPq gTW -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 +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 wPR -vjT -vjT -vjT -vjT +vbb +siu +uHs +vuc +vIp +rjZ +hqk gGP vzH hBn -qPV -wLy -wLy -gcr -hUX +rjY +noh +mGo +xTj +wwK oha -oLy -oLy -fNk -kkl -wfh -fFI -jQq +tBp +qki +wAH +vxJ +qyp +cvN +qki eba lMZ eDa -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 +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 rpH -pln +gvd pln pln euS -iMm +dSx rIG -pMb -iMm -myt -phC +pln +egA +egA +egA kzP -qSU -btR -rke +moj +lMX +eUE +qWP tEc -rBs +ukM wLh -wLh -wLh -sjA +stc +dFN hSc -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 +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 xej gPq gTW gTW -gTW -gTW -gTW -gTW -gTW -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -gPq -gPq gPq gTW gTW @@ -195770,6 +131807,21 @@ gTW gTW gTW gTW +gPq +gTW +gTW +gPq +guZ +wOp +wCU +wCU +wCU +wOp +pPQ +gPq +gTW +gTW +gTW gTW gTW gTW @@ -195838,11 +131890,6 @@ gTW gTW gTW gTW -gPq -gPq -gPq -gPq -gPq gTW gTW gTW @@ -195860,163 +131907,153 @@ gTW gTW gTW gTW -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 +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 wom saz -saz -saz -saz +aem +lyH +eZG mnm sXE jmi -saz -ifC +ndz +reW jeW keA mor -tNY -rvc -jbU +jSj +hvA +sna dHk -ktI -wfh -lqj -jQK -fmO -ltv -krL -wfh -kKw -kVX -vbt -lKZ -lKZ -lKZ -vlJ -wpF +cSb +cSb +cSb +cSb +cSb +cSb +cSb +cSb +cSb +mgM +acU +jYF tBc tBc -tBc -gFX -mKC -pVy -mWD -bey +gPq +gPq +gTW +gTW +gTW +mPw +rIw +esW +iGP +kqZ +gTW +gTW +gTW +gPq +gPq tBc tBc -tBc -tBc -tBc -eAA -eAA -ann -ydt +egA +ybv +gvd tuK -tuK -tuK -rDk -iMm -iMm -iMm -iMm +qYa +mWW +jXu +wbV +gVf +hjF mat -qwA +egA imc -qTf -scT -wHm +moj +lMX +stc +dCM vGn -rBu -rMD +qtN tDA -sbo -skb +kxo +fin fPO -wHm -sJl -qqY -qqY +qjj +hLx +gVX +jWm vEV qqY -tIO +vEd wkW -qqY -jVq -xGb -xGb -xKx -xKx -xKx -xKx -xGb -xGb -uXI -ihu -gPq +wkW +vEd +xpo +iqu +dof +ivq +rhz +oPL +qcd +ajw +ejg 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 @@ -196027,6 +132064,21 @@ gTW gTW gTW gTW +gPq +gTW +gTW +gTW +gPq +ikn +nus +nus +nus +xAU +gPq +gTW +gTW +gTW +gTW gTW gTW gTW @@ -196082,24 +132134,16 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -acG -iEg -lZj -gPq +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm gTW gTW gTW @@ -196118,78 +132162,86 @@ gTW gTW gTW gTW -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 +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 pVJ -uOO +pAJ uYx -uOO +juM nzE -uSp -xcG -aXQ -oLy -wfh -wfh -wfh -wfh -wfh -wfh -wdh +nKb +nKb +nKb +oxu +sna +cqs +aMp +eDI +kWX +nnL +qrQ xgr wdh wfh -mlv -kVZ -lCj -lrI -lrI -tBc +cSb +awl +acU +jYF +jYF +wpF tBc gPq gPq @@ -196197,7 +132249,7 @@ gPq gPq mPw rIw -uoI +esW iGP kqZ gPq @@ -196205,75 +132257,60 @@ gPq gPq gPq tBc -tBc +vlJ eAA -ann +egA tws pab -oTq +pln rfF xlF -iMm +kAA gzr -oBi -uPV +erE +mvp pTl -uPV +egA wNS -rqm -scT -wHm -rss -rBu -rNe -ggI -sbE -skb +moj +lMX +stc +qcR +niw +oJv +kfB +jBR +ozb orw -wHm -xQd +qjj +dYC wMs -xQd -xQd -xQd -xQd -xQd -xQd -crq -uoi -urH -hVa -hVa -hVa -hVa +kro +nBI +qXV +fwc +mwC +wHM +lNl +kAp +kAp +ggj +iSr +ivq +ssG rPZ -xGb -xGb -xGb -xGb -xGb -xGb -afQ +ajw +xej +gPq +gPq +gTW +gTW +gPq foH xej gPq -gPq -gPq -nFH -vOO -bWT -bWT -bWT -vXw -vXw -bWT -vXw -vXw -bWT -wnH -bWT -wrT -xej +gTW +gTW gPq gTW gTW @@ -196284,6 +132321,21 @@ gTW gTW gTW gTW +gPq +gTW +gTW +gTW +gTW +gPq +gPq +gPq +gPq +gPq +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -196338,6 +132390,20 @@ gTW gTW gTW gTW +yfm +yfm +xMU +xMU +xMU +xMU +xMU +xMU +xMU +yfm +yfm +yfm +yfm +yfm gTW gTW gTW @@ -196346,30 +132412,6 @@ gTW gTW gTW gTW -gPq -gPq -gPq -gPq -gPq -gPq -gPq -foH -fDg -xej -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -196377,168 +132419,178 @@ 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 +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 -uOO +pAJ qMx -uOO -wLy -iwf -xDv -xDL -iSf -jOY +juM +sna +ueO +nTn +oii +ueO +sna jSA -pLz -pLz -iip -pLz -jYA +pks +puL +nYf +jWC +vTY frk -mab +wdh ykW -mab -kWi -mAy -uek -xMM +cSb +awl +acU +siU +jYF +jYF +gOn tBc -gPq -gPq -gTW -gTW -gTW -mPw -jug -lbN -dER -kqZ -gTW -gTW -gTW -gPq -gPq tBc -wpF -ann -ydt -iMm -iMm -iMm +tBc +tBc +vib +fUd +uWn +vDP +dKx +tBc +tBc +tBc +tBc +tBc +teX +eAA +egA +ydg +ndE +pln +utK rDk -iMm +lEv fTl -uSz -uSz -uSz -phC -qIT -rqm -scT -wHm +erE +rWV +hIO +egA +jUE +moj +lMX +stc xHw -rBy -vpj -vpj -vpj +nHB +wOt +qCE +kxo aLj laC -wHm -sJo -fqM +nZP +dYC +wMs kvS flb ejx -xQd +xnt oVC -xQd -xQd -snK +usC +lNl +kAp +mSr +hXM +jrL 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 +gam +rPZ +ajw xej gPq gPq gPq gPq gPq +foH +xej 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 @@ -196594,6 +132646,22 @@ gTW gTW gTW gTW +yfm +yfm +xMU +xMU +laD +iIh +cVQ +ydP +evV +xMU +xMU +xMU +xMU +xMU +yfm +yfm gTW gTW gTW @@ -196603,199 +132671,183 @@ gTW gTW gTW gTW -gPq -mcC -iEg -iEg -iEg -iEg -iEg -wOp -gFd -wOp -iEg -iEg -iEg -iEg -iEg -syk -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW gTW yfm yfm -xXn -ael -dqV -ufY -qtb -cjr -gXM -gXM -sIq -tfQ -dHm -rra -paV +yfm +tBc +tBc +tBc +yfm +yfm +yfm +yfm +yfm +yfm +yfm +wGI +tLq +vHD +vHD +vHD +qbJ +xNU +nQr +dlD +tGs +tGs +dSZ +dqu kMY kMY kMY kMY -ejE -mlc -cwb -grM -jKm -ofj -guW -aqA -ijA -iYJ -gaE -grM -boI -lam -fmC -tNY -ciC -kgS -seQ -jPy -jPy -jPy -wPR +fwl +tCg +fVj +wGI +ueS +gQw +hdE +qMi +wGI +uLx +sna +sna +sna +sna +sna +sna +sna +peI +hHV +uUd +hHV kPq -uOO +lpn lzp lMu -msi +moG gWE -msi +pAJ ncv -uOO +juM tgq -uSp -xDv -xDL +nMG +hPa +atK uEV -jbV -jio -jqv -jJN -jJN -jJN -qPg -tVn -tVn -tVn -tVn -kWt +sna +oUN +aMp +puL +pJZ +dUw +vTY +mZg +wdh +phX +cSb +awl tUK -uek -tBc -gPq -gPq -gTW -gTW -gTW -gTW -mPw -rIw -lbN -iGP -kqZ -gTW -gTW -gTW -gTW -gPq -gPq -tBc -ann -tws +pgW +xXB +jYF +jYF +jYF +jYF +jYF +nFX +nFX +vpz +vpz +vpz +nFX +sRX +smS +smS +smS +smS +egA +egA +egA +qsI yke -oTC +pln iia -xlF -iMm +cDo +voG pOV erE exX dZW -phC -wnv -rqm -qvv -wHm -rsx -rBE -rNj -rUQ -sca +egA +jUE +moj +lMX +kjM +sMJ +sMJ +sMJ +sMJ +sMJ fzX lGU -wHm -sJG +fzX +sMJ iAq kwD onh wwf -tIY +vEd vHe -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 +usC +lNl +kAp +kAp +snK +gTd +ivq +gam +rPZ +ajw wOp iEg iEg iEg iEg -syk +iEg +wOp +xej 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 @@ -196851,32 +132903,23 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -foH -wUq -wUq -wUq -wUq -wUq -tyz -acx -tyz -wUq -wUq -wUq -wUq -wUq -xej -gPq +yfm +yfm +xMU +fAi +koo +mhR +xVi +xVi +koo +xMU +vZe +axC +gVp +xMU +yfm +yfm +yfm gTW gTW gTW @@ -196890,169 +132933,178 @@ gTW gTW gTW yfm -lwh -xTZ -gAU -ciR -lfS -kdz -uWv -wPG -wPG -soM -bYD -sZK -mkk -dtw +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 -izv -sZH +rsc +eTc kMY -gkl -vIe -iwT -grM -grM -grM -grM -grM -grM -grM -grM -grM -ovb -lam -iUG -epJ -jPy -seQ -seQ -jPy +jYc +qnT +fVk +wGI +dPk +gRS +gRS +jOf +wGI +uLx +sna +bvy +bvy +nxV +iKO +bNc +wwq +hHV aMv -aMv -wPR -wPR -uOO +aaj +hHV +kPT +iQB oTl viI msi -hBS -msi +gWE +pAJ 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 +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 -jug -lbN -dER +qWI +maY +kPt jSU -xuE -xuE +smS +ulm lZj -gTW -gTW -gPq -tBc +oEa +smS +aoi +iZh ann ydt ykC -sTE -ykC -rDk -iMm -myt -phC -phC -phC -phC +iQd +oic +bGj +ama +ama +uPV +fHg +egA +egA oxw kta -lMX -wHm -wHm +scT +sMJ +dUP loZ fTm -wHm -wHm +qDj +jrx qUu -fTm -wHm -sKi +diN +jZF +sMJ tgA lhw vmi ttz +ttz xQd -xQd -xQd -xQd -xhP -vQG +usC +vEd +iIF +crq wZM -uIG -uRb -uZH -iGQ -xhP +tls +scd +lfg +qcd +ajx +ajy +ajy +ajy +ajy +ajy ajy -vBi -vGS -vIS -vGS -vMz ajz -ajz -vMz -vMz -vMz -ajz -vPG -vQm -vSK -vUy -vYZ -wed -whe -vRP -vXw -bWT -map -wOp -wOp -wOp -wuI -wvT -wwq -wxL xej gPq gTW gTW +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gGF +map +map +map +map +nEw +iEg +iEg +iEg +nEw +wTp +gTW +gTW gTW gTW gTW @@ -197108,6 +133160,23 @@ gTW gTW gTW gTW +yfm +yfm +xMU +bPL +iUK +wJr +aCF +koo +aWY +xMU +pHY +bVd +kJq +xMU +xMU +xMU +yfm gTW gTW gTW @@ -197117,204 +133186,187 @@ gTW gTW gTW gTW -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 +yfm +yfm +bdj +tBc +tBc +blF +tBc +bsZ +bvC +ylM +yfm +wGI +tLq +rIf +vHD +rIf +mgr 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 -wci -nzs -lam -iUG -nVO -wvR -seQ -sCE -jPy +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 -lOu -wPR -qPV -uOO +hHV +kQd +lqq lzR lMB bxf -hCj -msi +gWE +iev sVB -uOO +iay wgp -uSp -xDv -xDL -bfx -wfh -jjb -jqJ -keJ -keJ -keJ -jcz -kBR -ksR -kBR -kBR -kXn -pLz +nMN +iot +tmY +qbR +sna +oWV +aMp +pvY +pLd +qax +vTY +qEH +wdh +rek +iIk uek -tBc -gPq -gTW -gTW -mPw -mtZ -mxw -osm +uek +uek +uek +ouP +rwD +acU +xXB +xPb +dPn +gOy wDX -lbN -sCd -cIg -njl +hex +fCz +osm +smS lgw -kqZ -gTW -gTW -gPq -tBc -ann -tws +dPD +wMv +smS +mHT +upW +aZL +byh xnW -xnW -xnW -xlF -iMm -myt -phC -mAR +hZs +tbj +qMS +qik +qMS +qMS +sHX jTt roP -qJf +jUE rqm urq -rkj +sMJ aar -gfs -gfs +gcR +aas aat -xQd +evB uQb uBh -xQd -xQd +eBT +sMJ eaY ljp fqM bFd -xQd +ttz gWD wzF -uiV -unK -urO -uzk -jrs -jrs -iEF -bkq -xhP -vtB -vBR -xGb -xGb -xGb -afQ -foH +vEd +vEd +vEd +vEd +fpW +vEd +vEd +qcd +wOp +wOp +wOp +wOp +wOp +wOp +wOp +ajw xej gPq +gTW +gTW gPq -gPq -vOw -bWT -vQq -vRP -vVr -vZe -weq -whi -wkf -wkD +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gJF -wnL -wnL -wnL -wnL -wuJ -wvY -iCj -wxM -xej +gTW gPq gPq -jdh -gTW -gTW -gTW -gTW gTW +vZl +vRH +hxx +pmV +vZl +wOp +iEg +iEg +iEg +iEg +nEw +iEg +wTp gTW gTW gTW @@ -197364,6 +133416,24 @@ 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 @@ -197374,207 +133444,189 @@ 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 -bSS -gTW gTW gTW yfm -lwh -lwh -xTZ -ael -dqV -ahz -gif -lWH -ajC -xDz -akC +yfm +yfm +yfm +yfm +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 -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 +fxt +qnT +rOz +goG +rhA +rhA +wGI +qbo +ktu +jbV +sna +bWI +bWI +tQT +tEK +tEK +tEK +hHV sIJ mBw -wPR -wPR -uOO +uac +tcK +lqK lAz -uOO -hsV +lND +vsn lfz -hMH -hUV +pAJ +uUX uOO -wLy -uSp -xDv -xDL +srn +nMZ +ayq +hUX gud -wfh -jjc +sna +xje +plj +pvY pLz -pLz -pLz -hLE -jqU -keJ -ktD -pDj -ktD -kXq -mkU +qbU +vTY +vUJ +wdh +kZe +eMm +gqD uek -tBc -gPq -gTW -gTW -mPw -mub -wDX -esW -esW +hIs +uek +esK +dPn +rjH +dPn +dPn +dPn +dPn +vpJ qNM -esW -esW -sCd +vKi +dPn +smS hVX -kqZ -gTW -gTW -gPq -tBc -ann +eUa +jwX +smS +oml +oml +aZL vNT -vQs +sss dKg vQs -plK -iMm -myt -phC +vQs +vQs +vQs +vQs wge -jTt +eQp xIa -qJf -rqm -lMX -rTL -wNQ -vHJ +jUE +lJb +rJz +sMJ +gMJ +pOn cUa -rVE -xQd +sMJ +ewu pZO kLx mxX -xQd -xbJ +sMJ +hcn lsR xbJ -xQd -xQd -cMZ -tZl -ujd -xhP -usj -woN -eAe -eAe -eAe -eAe -xhP +qno +ttz +hyJ +usC +yit +xZu +xZu +cqJ +tls +rYn +xwf +qcd +qcd 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 +iZU +wsP wOp -wvf -wwl -wwE -wyz +ajw xej gPq gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +iFl +iEg +iEg +iEg +iEg +nEw +iEg +iEg +iEg +nEw +wOp +vZl +vRH +hxx +pmV +vZl +twO +dAK +vWm +vZl +vZl +vZl +vRH +lUN +riJ +vZl +vZl +adr +qFH +qFH +uHO gTW gTW gTW @@ -197621,219 +133673,219 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -foH -tBc -tBc -tBc -tBc -tBc -tyz -uKh -tyz -tBc -tBc -tBc -tBc -tBc -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 +yfm +xMU +gTJ +pQD +ahs +aaL +rTq +xMU +koo +xMU +xMU +ivD +ivD +ivD +qzY +xMU +yfm +yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +yfm +yfm +yfm +yfm +yfm +yfm +bmf +tBc +btg +tBc +tvX +yfm +wGI +tLq kMY -uCO -cFN -hyo -kMY -sWj -spm -vvU -kMY -oiX -iwT -kLW -jQH +aEt +gWh +mdj +xNU +nxk +dlX +dzs +dLp +pJL +bfb kMY kMY kMY kMY -kMY -hYy -xTZ -luu +qnQ +aMI +rOz +goL +svP +sMn +wGI +aDq +ooT +hLO +sna tQT -fmZ -tNY -wLy -fIu -fOb -xeV +tQT +tQT +sna +paZ +paZ +hHV kEW kee -gwb +hHV ayT sfv -crw -uOO -uOO +nJW +lNM +mtr 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 +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 -slc -esW +noL +smS cdu -jSU +exQ +ogQ +smS xuE -xuE -xuE -jGa -ann -iMm +xGS +aZL +iEh +kwr +pln smu -iMm -smu -iMm -iMm +bfo +myj qMF +joa +hXr +jTt phC -phC -phC -phC -qJW +jUE aBT -lMX -rTL -wNQ -vHJ -vHJ +rOp +sMJ +kEv +tQZ +qOy qsj tSQ -tlx +fUx chX eTD -dPy +sMJ hHx oKY -iBi +obc rWf -iBi +ttz vDV oaP nnB +nnB +nnB +nnB +tls kiJ -kiJ -kiJ -kiJ -kiJ -kiJ -xhP -xhP +vEd +vEd +vEd nlk qKP -lUW -vJO +qKP +qKP xKx -gPq -foH +wOp +ajw xej gPq -gTW -abe +gPq +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 tBc -bWT -vQE -vSL -vVM -wav -wew -whr -bWT -frb tBc -ahT -gPq -gPq -iOY -nus -nus -nus -nus -fTD -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +tBc +tBc +qFH +uHO gTW gTW gTW @@ -197878,6 +133930,25 @@ 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 @@ -197888,210 +133959,191 @@ gTW gTW gTW gTW -gPq -foH -wUq -wUq -wUq -wUq -wUq -tyz -uKh -acn -wUq -wUq -wUq -wUq -wUq -xej -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -woy gTW gTW yfm -lwh -lwh -lwh -xTZ +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 -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 +jYc +qnT +rOz +gqj +uAh +ofu +wGI +uLx +quE +xJU +xJU +xJU +xJU +xJU pUX nwz -qVH +nwz +hVt +hHV +hHV +hHV oJH -oJH -oJH -xwy -xwy -xwy +kiT xwy lQB -hto +vsn tlj -tlj -wVi -ifN -xwy +pfE +rJx +juM +nzH nNp gyM -jHY -jYN -jYN -jYN -jYN -jYN +ffR oee -jQX -jYN -kfu -qkH -jzC -qkH -qkH -jYN -lrJ +sna +iDq +pmR +pwN +pMl +qdK +phx +yeY +iIZ +pIM +eMm +uwi +dfg +kGx kUR -xli -xli -xli -xli -wDX -esW -nre +mXJ +dkN +cTJ +uwt +bhG +lRA +bhG agx lRg unD -ndE -esW +jSU +smS sCd -fhy -nRy -fhy -nRy +tZN +wNO +xli +dYl sPF -otG +aZL iEh tDe +pln +jJq qLa -qLa -qLa -pwC -pEr -pMl -qax -qmC -qmC -qKa -qTm -rfE -rlb +egA +egA +egA +egA +egA +egA +jUE +moj +lMX +sMJ xzx +aPv cmz +aPv cmz -rVF -scc jUP -ssm -wRn +cmz +nhL wpY -hOD +cYH rlO +aky oyA -reJ -tIZ +ttz tlW drg -iUa -mgo -hUi -xES -wsC -hrX -xPL +tDI +tDI +bHb +uoi +lyA +gam +fEF rXH mAk -nlk +iJV qKP -lUW -vKi -xKx -gPq -foH +qKP +qKP +xxr +wOp +ajw xej gPq gTW -abe -tBc -bWT -vQK -vSY -vWI -wbV -wfP -why -bWT +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 +yfm +ylM tBc tBc -ahU -gTW -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +tBc +tBc +uHO gTW gTW gTW @@ -198135,6 +134187,25 @@ 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 @@ -198145,210 +134216,191 @@ gTW gTW gTW gTW -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 +yfm +yfm +yfm +yfm +yfm +yfm +btj +bvK +yfm +yfm +wGI +tLq +tLq +kRs +qbJ +qJA kMY -kMY -rsF -kMY -kMY -kMY -kMY -kMY -kMY -pTi -ayJ -kMY -sAb -gSR -bDg -hkw -dHs -xZc -ixH -bFs -xTZ -pSY +oXY +cYu +dzx +iJG +tfQ +tfQ +exL +kGI +vyX +eSL +usj +qcl +jCJ +gqq +rRH +ofu +wGI +uLx +xJU +qmC +hOK +ijW iqp iBj -qOd +eyw +fzO mPm -fOM tQr odb -odb -odb -odb +eks +hHV +hHV qYv -vui +lqP 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 +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 -esW -mDp vpZ glW -mWN +kPt cRP -esW +smS wjT -dhE -dhE -nSu -kxv -cOA -otJ -oDa +wPr +wPr +ikT +xvJ +sPF +aZL +iEh ylh +sab +oNV wOl -wOl -wOl -wOl -pEx +dcF +dxf leo hiI -eHF rgR -rgR -qTr -eli -rln +dxf +jUE +moj +lMX +sMJ vCm cbp -scn +aNy ebX -xQd +eOf aAt wSR wPW dqQ -sUz -tcu -tkL -txA +qXt +qXt +qXt +qXt pgC iqt bQt nFU -rMO -vWm -vWm +orj +bld +bYh hgi sNk -xPL +vEd wjV -nlk +vEd nlk qKP -lUW -vKn -xGb -gPq -foH +qKP +qKP +xKx +wOp +ajw xej gPq gTW -abe -tBc -bWT -vRb -vTv -vWJ -wbW -wev -whF -bWT +gTW +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 tBc tBc -wnV -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +tBc +pPV gTW gTW gTW @@ -198392,6 +134444,25 @@ 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 @@ -198402,211 +134473,192 @@ 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 -lwh -lwh -lwh -lwh -xTZ -gAU -ciR -lfS -kdz -jhi -lfS -ciR -gAU +aEL +aEL +aEL +aEL +aEL +aEL +aEL +gEL +aEL +yfm +yfm +wGI +tLq +bDM +ckl +cug +bDM kMY -cjP -xPu -ddj -gQY -ghT -wnq -tDx -eAk -oMS -nKw -ejE -rSg -cmn -eSs -pKw +cZn +dnT +dzJ +tfQ +xac +hoA kMY +eGe +jtP kMY -jMD -wMf -xTZ +fyC +fKi +fXU +gqv +rTC +gSq +wGI +uLx +xJU +mGx +pUj kpq -ctV -hGG -wcQ -wcQ +mCL +dTZ +iLP +emx +exO nox +nox +nox +tAn wcQ -wcQ -wcQ -wcQ -wcQ -wcQ -wcQ -hkB -ygQ -ygQ -ygQ -ygQ -noQ -ygQ -vtE -cMk +nDQ +nDQ +nDQ +ahE +vzH +pfE +nfu +mjH +vxH +nDQ +nDQ sHN +tbX +sna +oXM +rlq ygQ -coW -ygQ -ygQ -ygQ -lmr -jRH -lDF -nKy -kuD -pFZ -pFZ -lYl -lcY -lsh -lCk -xvV -ckH -xvV -ckH -xXG -esW -mDK +mMQ +qey +rbx +vgt +vYd +cqd +qwS +plY +plY +plY +plY +plY +slo +aCa +plY +dPn +dPn +dPn vOW -mQH -mWO +glW +kPt dfI -njX -oHc -fGK -rqG -fGK -rqG -omd -otG +smS +dDK +vjC +jQk +xlp +xvV +sPF +aZL omB cvZ gyr -wOq +mCJ gZv wOq -ggq +nKP oIo fkv -wOq -ggq -vyY +qLf +oCL +jUE moj -rfR -rln -vCm -vMN -rNz -rVL -xQd -xQd -ssw -sCh +eFY +sMJ +sMJ +sMJ +sMJ +sMJ +sMJ +xnh +sMJ +sMJ qXt vAu kpO ohe kon -tJc -tOD -tZt -iUa -era -usu -duq -kWY -uSe -xPL -vfc -voo +qXt +cMZ +wzF +quG +cvk +oDh +cvk +hZP +hZP +qcd +qcd +qcd hxU egH bje -vKt -xKx -gPq -foH +egH +pKq +wOp +ajw 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 +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 gTW gTW gTW @@ -198648,6 +134700,27 @@ 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 @@ -198659,211 +134732,190 @@ gTW gTW gTW gTW -gPq foH -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 +aEL +ajl +sNT +aVB +bPL +drJ +aEL +qcr +aEL +wGI +wGI +wGI kMY -kMY -kMY -jal -jhi +ceb +cky +bDM +dMm kMY kMY kMY kMY -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 +kMY +wGI +wGI +wGI +wGI +wGI +wGI +wGI +wGI +wGI +wGI +wGI +wGI +wGI +uLx +xJU +lxz +fQe +iwA +fLF +dvO +ceX +qEP xBW -dyj -nAh -gnd -sAd +ilS nAh +ilS +pmf +gGY +ryz +dyj dyj -hex -hkM -mtP onR +dyj ffm -pKN -hkM +ilS +lkW wwY -bFx -cVo -dUH +nAh +nAh +nAh 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 +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 -ylL -tyv -tyv -tyv -oml -otM -xUe +ikT +wPr +wPr +pgh +sPF +aZL +iEh krM -krM -xUe -xUe -xUe -xUe -xUe -xUe +cNT +jic +iAL +iuh +dxf +feX +sUZ hTR -qwB -jUE -moj -lMX -rTL +dxf +eoD +yiB +pGc +meb wNQ vMN pYe agg gSe -xQd +gCR dKy -vMN -sKs +vzb +qXt coV tbv vXD tNx -tJy -tOD -tZt -iUa -era -gcX -hLU -kWY +qXt +dnx +usC +snP +oqB +nXk +qGm +fOk rCc -xPL -lUW -qKP -nlk -vCo -vHh -xGb -xGb -afQ -foH +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +wOp +ajw xej gPq gTW -abe +gTW +ila +vZl +aRD +vZl +luT +gTW +gTW +gTW +djf +ylM tBc -bWT -bWT -bWT -bWT -bWT -bWT -bWT -bWT +yfm +yfm +yfm +vZl +tGO +pps +tLg +vUz +tGO +tGO +tGO +tGO +tGO +fhX +tGO +vZl +yfm +yfm +yfm +yfm +yfm tBc -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 +tBc +pPV gTW gTW gTW @@ -198905,223 +134957,223 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -foH -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 +yfm +yfm +yfm +pit +nus +nus +nus +jXC +uKh +aEL +qcr +qvz +vmq +vmq +xMU +xMU +xMU +vmq +yfm +yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +foH +aEL +alL +qcr +aVE +qcr +dtV +aEL +gFP +aEL +tLq +tLq +tLq +tLq +cfe +mdj +bDM +bDM kMY -pEB -lcQ -xDd -gOH -ozQ -wnq -muH -tBM -fJG -kqO -fDp -wdm -euA -ewT -xjS -wOF -ejE -wtN -fEI -xTZ +kzL +jOf +sca +tLq +pYH +qPz +rsF +xMU qcr -qcr -qcr -qcr -xwc +xMU +rzx +pKw +pKw +pKw +pKw +pKw +pKw +mof +xJU +aee +ufk +muW +ufk +iBP +eyw +dsi xqu -myL -xwc -xwc -xwc -xwc -xwc -xwc -sna +yhu +jOT +qYV +kBV +yhu +sXN +xIq +yhu poD pSD -hMO +xWF sqP -sna -uIt -iwi -iEk -dUK +cvQ +tSf +yhu +yhu +yhu uIt sna -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 +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 gYU -kqZ -gTW -gTW -gPq -tBc -xUe +eul +ilR +vAJ +oRN +sPF +rFV red -oNf +rFV eHi -wzK -plR +xoi +xoi irx -aFy -pMT -xUe -qmS -qxt -jUE -moj +irx +irx +irx +irx +irx +aGn +jdx lMX rTL -wNQ -vMN +sJO +ugh qJG wkX tCQ nmb aHF cSC -dqQ -obc -tcz +qXt +qXt +qXt oye -tyW -tJE -tOD -tZx -uje -eGn -vYJ -hvy -uIS -hJu -xPL -iIf -qKP -nlk -vDh -vHk -xGb -gTW +qXt +qXt +npd +usC +snP +lKO +ydK +qJK +gYO +rCc +ajt +ajv +ajv +ajy +ajy +ajy +ajy +ajy +ajy +ajA +xej 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 -acG -iEg -wxg -iEg -syk -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +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 gTW gTW gTW @@ -199161,224 +135213,224 @@ gTW gTW gTW gTW -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 -aaf -aai -cdT -hqF yfm -lwh -lwh -lwh -lwh -xTZ -gAU -ciR -lfS -kdz -jhi -lfS -ciR -gAU -kMY -aWm -lrL -bBA -tDD -ozQ +yfm +yfm +yfm +tBc +gTW +gTW +gTW +gTW +gTW +tBc +aEL +qcr +sMV +vmq +vmq +vmq +tZC +aSQ +vmq +xMU +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 wnq -wnq -wnq -cVn -nKw -ejE -eoP -euA -jQH -fRK -oSO -ejE -hIr -rOc -xTZ qcr -qcr -qcr -qcr -xwc -eRj -qcr -bSW -xwc -cmM -dwq -dwq -feq +vYW +uLx +xJU +xJU +xJU +xJU +xJU +xJU +xJU +xJU +xJU +tQO +ueU +tQO +xJU sna -hue +sna +sna +sna +sna +sna +sna +uHf +bTK +uHf +sna +pLn pqZ jFj vLH -ifV +fMp cuB vtI nVk -dXz -iSh -sna -qQS -sVU -sVU -qRq -fAx -lKS -ofn -kvo -pLt -kLy -kYj -ldJ -lsm -tBc -gPq -gTW -gTW -mPw -mup -mxL -nFX -xXG -lbN +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 -uAo -nky +nFX +smS wkv -kqZ -gTW -gTW -gPq -tBc -xUe -oDl +wxw +wkv +smS +xvX +xGY +aZL +iEh drY vSh -wzK +jqs pqI -xEk -xEk +wIW +shp muU -xUe +qRb uor -qxt +roP jUE -moj -urq -xQd -rsV -vMN -rNN -rWh -scd -xQd -ssG +rsr +vOn +rTL +dxf +dxf +dxf +dxf +dxf +vjG +dAQ wRn -wpY +qXt hOD rgu hzg erB tfD -tPq -uar +vWZ +usC iUa -uoE +gfs hmE +cvl cHt -uoE -hVJ -xPL -nlk -vox -nlk -vDp -vHq -xKx -gTW +rCc +aju +wOp +nus +nus +nus +nus +nus +nus +nus +nus +pPQ +gPq +gPq gPq foH +aIJ +oBY +aIJ xej -gPq gTW -obM -nus -bbE -bbE +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 -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 +pPV gTW gTW gTW @@ -199418,224 +135470,224 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -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 -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 -qcr -qcr -qcr -xwc -ydD -qcr -qMy -xwc -csy -dxg -dwq -fjc -sna -ezk -hCt -hNs -hVO -igb -lmM -iwl -nXE -tJY -frw -sna -eBN -xnG -sEs -xVh -fAx -lKS -ofn -ofn -pLL -ofn -ofn -ofn -lsm +yfm +yfm +yfm tBc +gTW +gTW +gTW +gTW +gTW +tBc +aEL +qcr +aOw +vmq +xMU +uGf +ibB +doK +vmq +vmq +yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +wOp gPq -gTW -gTW -obM -tyv -tyv -mDR -ygC -lbN -qgU +qIT +aEL +xMU +xMU +xMU +xMU +xMU +xMU +qcr +aEL +tLq +tLq +bNg +bDM +mdj +bDM +bDM +bDM +bDM +bDM +uzz +kMY +tLq +aEL +rbZ +rzr +xMU +qcr +xMU +uLx +xJU +gPq +pSp +sBi +uri +kjY +rKc +pSp +qXh +xFI +gos +bfh +iCJ +sna +cfT +uZE +wde +gif +qVu +nyU +nvs +hka +wde +uBG +pLn +nSm +xWF +urh +noQ +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 ylL -tyv +lNu tyv wxI -gTW -gTW -gPq -tBc +jUh +dxf +ewT +mAh xUe fLU uYo uYq -wzK +vPM xlk xEk -xEk +jNC mKq -xUe +ckU aql -qxw -wXg -moj +xIa +jUE +wdp lMX -xQd +rTL fHu gku -xQd -xQd -xQd -xQd -stk -vMN -dPy +pgX +osY +nCe +eQV +dAQ +pDR +qXt qyN gaQ rJF jgg gov -tPu -uaI -xPL +vWZ +usC +hZP szA oIO dzK -hLD +uoE ctK -xPL -vfg -voG -nlk -vDx -vHK -xGb -gTW +aju +szh gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gTW +gTW 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 @@ -199674,10 +135726,29 @@ gTW gTW gTW gTW +yfm +yfm +yfm +yfm +ylM +tBc +tBc gTW gTW gTW -gTW +ylM +yfm +aEL +qcr +aEL +vmq +xMU +nuK +uWS +uVc +sMV +xMU +yfm gTW gTW gTW @@ -199688,211 +135759,192 @@ gTW gTW gTW gPq -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 +aaI +aaI +aEL +amB +aFY +aVM +aaL +xMU +fgL qcr -qcr -qcr -qcr -xwc -cmF -qcr -xwc -xwc -xwc -enf -faj -xwc +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 sna -huv -hCt -hNy -hUY -igi +oPK +nPm +diO +diO +vRb +imd +qKQ +msj +fWa +gmQ +pLn +mCD +xWF +urh +noQ eIq kgq -iFk +nXE dzZ -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 +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 sEb -uYo -wzK +fBW wzK +uNu hfz cBq ojh -wzK -xUe -xUe -xUe +jZZ +pqI +uor +phC itn -moj -lMX -xQd +dvA +why +rTL xMv -cFx -xQd +cTX +gaL fBw +nCe rSq -rSq -stV -sCi -xQd -usW +dAQ +pDR +qXt +hMn mLD oCg -usW +ikH usW vSU ced -xPL -xPL -xPL -xPL +hZP +lWF +cyn +jjl ljw -hXM -xPL -xGb -voH -xGb -xGb -xGb -xGb -afQ +ctK +rEV +qcd 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 @@ -199930,227 +135982,227 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -foH -wUq -wUq -wUq -wUq -wUq -tyz +yfm +yfm +yfm +yfm +yfm +dfF +tBc uKh -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 +yfm +yfm +yfm +yfm +yfm +aEL 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 -hlc -huK -hCR -hNN -hVe -igb +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 xyu iFN nXZ okL -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 +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 rIr -uYo +qms xoi ndY yjl coM jTP mSN -qaK +pqI kqI -xUe +jOI rju -moj -fKE -xQd +cAw +rju +jOI rtC -rtC -xQd +qAd +gaL fPS -vHJ -vHJ -stW -vMN -xQd +kFC +aeP +dAQ +pDR +qXt jgD tur rcZ wHq -usW +gov vWZ -vWZ -jzc -unW -usV -uzI -jJo -uSv -uZL -iLb -lLx -fse +rta +hZP +hZP +hZP +hZP +hZP +hZP +qtW +qcd +gPq gPq gPq gTW gTW gPq -foH -xej -gPq gTW gTW gPq gTW gTW gTW +ila +vZl +aRD +vZl +luT gTW gTW -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW -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 @@ -200187,13 +136239,32 @@ gTW gTW gTW gTW -gTW -gTW -gTW -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 @@ -200202,212 +136273,193 @@ gTW gTW gTW gPq -foH -xOS -act -act -act -wMa +aaI +aaL acb -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 +ahs +aGN +aWL +bSe +dub +fnv +cgt +aEL +tLq kMY -tVQ -xTZ -xTZ -xTZ -xTZ -xTZ -xTZ -xTZ -pZB -cMH -qcr -qcr -lUU -xwc -ydD -qcr -qcr -qcr -qcr -qcr +bPC +bVZ +bNr +clp +cvR +cEt +kMY +tLq +tLq +tLq +tLq +aEL qcr +uLx qcr +uyw +fha +cuM +xJU +xJU +xJU +lwc +wKs +wKs +dmK +xJU +xJU +ocs +slG +pEV +xJU sna -huP -hEh -fIH -hVi -avO +jfz +jkb +iob +wYw +kef +pLQ +kQw +eTl +oul +wde +pLn +uyI +xWF +urh +noQ +hlF +hlF hlF vkg -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 +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 wdW -oNy -wzK +kwr +wbE lTb pRb -pwT +pqI iFY -qXv +pqI jEQ ocH -xUe +xKM jvp -moj -lMX -xQd -xQd -xQd -xQd +mze +dVM +ocH +bKM +oJF +ufB +oPP oPP vHJ -vHJ -sul -vMN -sKD -vAH +dAQ +pDR +qXt +sWX hrO uAr cnJ tLY -tQi -ubc -xgy -mFJ -oIv -oIv -jNq -iuQ -afT +vWZ +usC +vEd +vVj +qwI +urm +qOZ +vEd +rZs ohl -lLx +aIJ +aIJ +aIJ +vZl +lZf +iEg +iEg +nEw +iEg +iEg +iEg +nEw +wOp +aIJ +okY +aIJ 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 @@ -200443,229 +136495,229 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -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 gPq -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 +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 xTZ -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 +gIv +wgi +wgi +gIv +pYv +vri +gIv +wuK +gIv +xaU sna -uIt +qAz +nPm +nPm +nPm +nPm +mWQ +nPm +nPm +fZv +tvu +pLn +uyI +xWF +urh +juM +wuJ +afF aUP -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 +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 bey -tBc -tBc -tBc -tBc -tBc +pyW +cbS +btz +cwP +bcb iMy -eAA -xUe -oDo -oNz -wzK +dxf +bJl +wdW +kwr +wbE kYX eoZ vUF bbk qXv tzt -qmZ -xUe -jUE -moj -lMX -oQg +ocH +hPn +gZj +lgn +wWQ +ocH xEU -lJL -xQd +uDG +sdO +ujT ujT -scn fbn -suG -sCD -sKD +dAQ +pDR +qXt vAH gls woZ oac -tJU -tQj +qXt +vWZ hyS -xgy -vVj -qOZ -qOZ -qOZ -iuQ +jaw +vdr +vdr +hZb +vdr +bCt afT -ohl -lLx +vZl +aFl +xOM +jyc +vZl +aIJ +aIJ +aIJ +vZl +aIJ +aIJ +aIJ +vZl +aIJ +aIJ +oBY +aIJ 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 @@ -200700,15 +136752,34 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -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 @@ -200716,213 +136787,194 @@ gTW gTW gTW gPq -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 +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 urf -xwc -qcr -ydD +xMy +qnH sna sna sna +xCx +xCx +xCx +kCC +xCx +xCx +xCx sna -sna -sna -sna -fUq -fUC -gnq -fUC -gFG -gTx -heI -hls -hva -hFr -hNP -hVO -avO +pLn +mEK +xWF +urh +juM 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 -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 +qWI +pVy +kPt +bey sfP xoH -xoH -xoH -xoH -xUe -xUe -xUe +oKD +hEL +cFJ +fzi +krj +aZL ewH -oOx -wzK -pca -pRb -pwT -pEQ -qXv -qaU -qnl -xUe -jUE -cNF -lMX -rlW -uPD -uPD -uPD -uPD +kwr +wbE +wbE +wbE +wbE +wbE +wbE +wbE +ocH +ocH +ocH +kur +rju +ocH +aGH uPD +jTj +cfQ +tpE eLy -suM -eLy -uPD -sUT -tcO -tkS -tzi -usW +dAQ +pDR +qXt +qXt +qXt +qXt +qXt +qXt yeh -wvm -jzc +oyD +aFD rYm tfg -dMq -dMq -ktS +rKp +dcS +cST bYX -ohl -lLx -wOp -iEg -iEg -iEg -iEg -iEg -wOp +lFK +dSA +ilI +qmK +ndc +qmK +qmK +jou +vFo +vTq +qmK +jou +vFo +vTq +qmK +mVc +aIJ 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 +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 @@ -200957,229 +137009,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 -lwh -iVx -iVx -lwh -lwh -lwh -lwh -lwh -lwh +yfm xMU -iVx -iVx -aPB -lwh -lwh -bcB -bhT -lwh -lwh -xTZ -wNu -dbO -tUn -nHB -pfB -iny -gLd -aiA -gLd -tyN -fNw -oyP -ejE -dCT +aJw +ahs +vIQ +xMU +ozk +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 -mHY -mof -lHw -vdC -xTZ -qcr -qcr -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 -lgS -cmZ -lWl -ore -rQW -rQW -rQW -rQW -lfO -rQW -vMo -vMo -vMo -xzZ -xzZ -xzZ -mxN -mDS -mLh -mRg -vKY -vXS -xoH -npQ -nwF -iCd -xoH -sSm -omI -dAI -oEa -oOA -oNV -pce -pmb -pxb -pxb -pNj -gtj -xUe -xUe -qKe -qcm -rgT -uPD -qRH -xQG -rOp -xFt -eEW -oVa -svt -sCH -uPD -sUU -tcR -gDB -sba -sba -tmc -wvm -jzc -dmZ -rEw -uSC -uSC -uSC -bYX -jaB -voR -kCS -kCS -kCS -kCS -kCS -kCS -vNP +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 -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW gPq +pyK +qMM +iLT +xqM +qan +idL +gQi +laQ +rLS +hyQ +gyl +bIz +vkY +eys +shu +eys +eys +uVV +tKZ +qWI +pVy +kPt +dxf +gdz +xoH +oKD +iCd +bSg +sSm +dxf +dAI +wdW +ylh +oNV +oNV +oNV +oNV +oNV +oNV +gtj +oNV +oNV +oNV +qcm +oNV +mlE +qRH +xQG +jTj +xFt +eEW +oVa +dAQ +pDR +dbL +ugh +vEd +gDB +sba +kud +tmc +tls +cig +dmZ +tls +eej +bwJ +vEd +ajI +vZl +uIQ +mAU +lAt +vZl +aIJ +aIJ +aIJ +vZl +aIJ +aIJ +aIJ +vZl +aIJ +aIJ +aIJ +aIJ +xej 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 @@ -201214,229 +137266,229 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +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 +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 -foH -tBc -tBc -tBc -tBc -tBc -tyz -acu -tyz -tBc -tBc -tBc -yfm -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 -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 +pzi +bHC +vUY +qss +rwc +qVx +cVa +xcb +wVc +vny +swp +rwc +bFN +rwc +nPu +ozX +rwc +uXc +vft +jfZ qmO -vKY +doD gXN -xoH +dNn cQv nGg -nHX -xoH -ods -onf +dxf +dxf +dxf +dxf aZL dyk dvN -oTM -pcA -pmB -pxJ -pmB -pmB +dvN +dvN +dvN +dvN +dvN +dvN cfG -qnm -qxy -jUE +dvN +dvN +dvN dkS -rha -uPD +dvN +qmp nXY hlE sEt uET qrw -sks -svy -sCK -uPD +qMH +dAQ +pDR +kyU qJd -tcT +vEd coq aKO -sba +vEd mCS -wvm -jzc -dmZ +sWV +vEd +tYL rEw -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 +tYL +vEd +wkX +eRu +vZl +aIJ +aIJ +aIJ +vZl +lRO +nus +nus +xFu +nus +nus +nus +xFu +nus +nus +nus +nus +pPQ 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 @@ -201471,187 +137523,179 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +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 +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 +xYU +npM +xej +gPq gTW gTW gTW gTW gTW gPq -foH -tBc -tBc -tBc -tBc -hqF -cKu -acu -gLB -hqF -tBc -yfm -yfm -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 -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 -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 +wwX +cVx +uSm +hWd +hWd +oLr +xAo +qjw +bfH +fwL +dsv +dsv +dsv +dsv +dsv +dsv +dsv +dsv +wQm +qWI +pVy vKY -mdN -xoH -npX -nxD -nIe -xoH -vnf +oUJ +wAo +wAo +wAo +wAo +guO ubJ -aZL -oEh -oPg +wAo +jYA +wdW +krM rrY +nMH pLT +nnd +rrY +hxj +hxj +hxj +rrY +nMH pLT -pLT -pLT -pLT -qbH -qnQ -qxD -jUE -qTJ -rhb -uPD +nnd +evk vGX bMh gib -uPD -scM -skw -svA +qMH +eEW +qMH +dAQ eXT -uPD +gES rSN -tdb -tkU -tzM -sba +vEd +vEd +vEd +vEd xrV -fGp +hSz +vEd +dJj jzc -jzc -jzc -lQn -lQn -jzc -jzc -iLb -iLb -vuc -vHQ -xae -vHQ -sez -wOp -lLx +xgy +vEd +dLQ +dXj +dAQ xej gPq gTW @@ -201674,26 +137718,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 +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 @@ -201728,187 +137780,179 @@ 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 -lwh -lwh -lwh -lwh -iVx -iVx -iVx -lwh -lwh -lwh -lwh -lwh -lwh -lwh -buF -mNC +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 hny -mNC +xMU hsU -lwh -xTZ -kMY -hYy -kMY -bfG -qcb -bDn -bDn -bDn -bDn -uit -oAt -otL -ejE -wTG -irU -qpg -qpg -tVE -ekI -xTZ +isL +mkE +isL qcr -xwc -qcr -rMb -fbo -eTz -sna -fgV -fgV -fgV -tEK -dcr -dcr -fUC -gdO -goG -fUC -gGj -gUA -hfj -hnH -hwv -hGa +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 ksC -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 +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 tek bgw -vKY -gyt -xoH +iXt +eBl +axc +pEi pEi -nyq uPz -xoH +brL xWY -ooi -aZL -ydU -ylS -wzK -pcB -pmE -pxO -pEV -pNp -qcl -qnm -qyp -jUE -qTM -rhd -uPD +wAo +xUT +vuT +ylq +dxf +fuf +fuf +fuf +dxf +fuf +fuf +fuf +dxf +fuf +fuf +fuf +dxf nDg tag uFT -rWo -sdw -skG -swz +fuf +fuf +fuf +dAQ pNg -uPD +bTz nxh nyZ -tld +nyZ jnD -sba +vEd cHY wlA -ujh +vEd +fhl qtE -qtE -uJK -uJK -uSD -qTh -vft -qTh -xFo -wZA -wZA -wZA -bDC -wOp -lLx +nBY +vEd +dLQ +dXj +vOI xej gPq gTW @@ -201931,26 +137975,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 +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 @@ -201985,192 +138037,183 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +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 +hlA +idt +xAJ +xAJ +xAJ +fmL +xMU +aDd +aDd +hHY +hHY +hHY +hHY +hHY +hHY +aEL +uLx +aEL +vmq +vmq +vmq +vmq +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 -abs -tBc -tBc -tBc -tBc -tBc -tyz -acu -tyz -tBc -tBc -yfm -lwh -lwh -lwh -iVx -iVx -iVx -iVx -iVx -lwh -lwh -lwh -lwh -lwh -lwh -lwh -tmZ -mNC -hlA -idt -lwh -xTZ -kMY -fLu -kMY -kMY -kMY -kMY -kMY -kMY -kMY -kMY -kMY -clC -kMY -vJx -qpg -xJU -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 +wwX +sjA +qan +qsE +qsE +ndr +vAh +aXi +dYk +sgK +ugQ +sUU +yjs +gUA +oIN +ugQ +uFU +ogq +tUi +nyd fBG -vKY +miz vXS -xoH +wcj jPd raK -nIn +raK bFw jFw -oos -aZL -ydU -oPB -wzK -pdN -pmV -xUe -xUe -xUe -xUe -xUe -xUe -eVk -ixZ -lMX -uPD +wAo +xUX +ydL +dxf +vJJ +nus +nus +nus +vJJ +nus +nus +nus +vJJ +nus +nus +nus +dxf jsu lWR -rOy -lWR -rOy -skL -rOy -sDl +dxf +nus +nus +nus +dAQ +dAQ ygM -sUV -tdo -tlT -tzT -sba +dAQ +dAQ +dAQ +dXj +vEd tPg wxQ -ujj +vEd eIa itw mZV -uJL -uST -vai -vgv -vpk -vuv -wZA -wZA -wZA -vLA -wOp -lLx +vEd +dLQ +dXj +vOI xej gPq gPq gPq -wOp gPq gPq gPq @@ -202189,26 +138232,35 @@ gTW gTW gTW gTW +gPq +oQh gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -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 @@ -202242,191 +138294,185 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -aaI -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 +yfm +xMU +xMU +wzZ +xMU +xMU +xMU qcr -psh -qcr -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 +bcz +dks +dks +dks +dks +dks +dks +dks +osR +jjp +sVA +pQw +bcz +wlG +xMU +xMU +aEL wOp -lLx +nus +nus +bPO +nus +nus +bPO +nus +wOp +wOp +wOp +aaI +wVK +aKT +bjV +cmc +xMU +koo +koo +xMU +qcr +eSu +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 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 @@ -202443,29 +138489,35 @@ gTW gTW gTW gTW +gPq +oQh gTW gTW gTW +gPq gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -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 @@ -202499,6 +138551,33 @@ 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 @@ -202506,207 +138585,154 @@ gTW gTW gTW gTW -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 +ajM +ajP aEL aEL -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 +xMU +xMU +xMU +xMU +xMU +fMF +xMU +xMU +hYG +iGw +qcr +qAP +amW +xMU +aHS +aJR +eaq +aKj +xMU +vmq +vmq +xMU +ejZ +uLx xJU -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 +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 npM -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 +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 pjj -mRZ -vKY +fBG +sij wAo -xoH +gvl xfr diF kbl qyS vfa -oos -aZL -oEp -oPK -oUJ -pep -pnb -pyj +wAo +xVd +dBR +fuf +gPq +gTW +gTW +gPq wjK -pNR -qcV -qnT -qzA -wXg -ixZ -urq -uPD -uPD -uPD -uPD -uPD -uPD -slA -uPD -uPD -uiB -sVd -tdr -tmC +gPq +gTW +gPq +wjK +gPq +gTW +gPq +fuf +qqs +rNF +fuf +gPq +gTW +gTW +gPq +vOI +dXj +vOI +gPq +dAQ bgO -uiB -mCS -wvm -nKU -nKU -nKU -uKn -uKn -nKU -nKU -vfn -vfn -vuM -vEX -vHL -vEX -vLR +nyZ +nyZ +nyZ +nyZ +nyZ +eOh +nyZ +nyZ +gti +wkX +dAQ +dAQ +dAQ +dAQ wOp -lLx +glu 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 @@ -202719,11 +138745,37 @@ 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 @@ -202756,194 +138808,185 @@ gTW gTW gTW gTW -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 +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 aEL +xej +gPq +afF +gPq +gPq +gPq +afF +gPq +aFW +wOp +wOp +aaI aqE -nWs +aLD bjW cpt dyC -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 +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 npM -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 -mXn -nek -xoH -eLG -vcA -yjV -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 -uKt -tdf -rXQ -wOp -wOp -wOp -wOp -wOp -wOp -wOp -wOp -lLx 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 +aKa +kPt +wAo +wcA +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 +epx +ihh +ihh +tdf +wkX +lDf +uKD +iBn +dAQ +gRF +glu +xej gPq gTW gTW @@ -202957,30 +139000,39 @@ gTW gTW gTW gTW +afF +gPq +foH +glu +glu +glu +glu +glu +glu +xej +gTW +gTW +gTW +gPq +gTW +hue +tBc +tBc +yfm +yfm +yfm +ylM +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 +tBc +wpF +yfm +yfm gTW gTW gTW @@ -203013,6 +139065,33 @@ 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 @@ -203020,204 +139099,152 @@ 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 -aEL +wOp +wOp +aaI aqY -qcr +aLJ bkH -qcr koo -aEL -beF -aEL -lwh -lwh -xTZ -tLq -neA -bYY -bYY -aCs -aCm -iPK -iPK -qKi -tLq -aEL -hrK -cof -dFz -dPR -xwc -rMb +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 xTr -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 +xJU +fxS +hsG +hZD +hZD +hZD +irr +sIN +vOH +iMv +nBJ +nBJ +hwB +mBF +khj +qoi +lAP +lAP +lAP +lwf +lgd +vsx xWF urh npM -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 +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 qWI -mSb -mXz -vYR -xoH +fBG +kPt +wAo +wdz woo hMI vGN eUU vkE -oos +wAo kxX -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 +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 sSH -uAB -sSH -uTR -rXQ +wkX +vOI +vOI +wkX qRm uLW kCS -kCS -kCS -kCS -kCS -kCS -vNV +dAQ +wOp +glu xej -sLk -iEg -iEg -iEg -iEg -iEg -tlU -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +gPq gTW gTW gTW @@ -203232,12 +139259,37 @@ 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 @@ -203271,170 +139323,170 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -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 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 -xnd -qcr -qcr -xnd +aLW +blo +cpE +dyQ fWK -xnd -alM -lwh -lwh -xTZ -tLq -xOC -bYY -bYY -bEf -dlS -iPK -iPK -aEL -aEL -aEL -hrK -aEL -dFL +xMU +hva +igi +iOy +iRH +cnY +nso +pTp +bVz +bVz +pTp +bAt +xMU +fha +ejZ +wDF 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 -aKa -vLy -bGZ -xoH +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 wqb wBE -wqb -xoH +cGR +suz xxV -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 +wAo +qqs +dBR +fuf +gPq +gTW +gTW +gPq +wjK +gPq +gTW +gPq +wjK +gPq +gTW +gPq +fuf +qqs +rNF +fuf +gPq +gTW +gTW hEn -tnl -tAF -tKh -mCS -wvm +vOI +dXj +vOI +hEn +gTW +gTW +gTW +dAQ +pUC xrj kpA iwa @@ -203442,29 +139494,14 @@ xXf oPo odG rXQ -viU +fMv +xCu +kbP +dAQ wOp -wOp -wOp -nus -nus -nus -nus -nus -fTD +glu +xej gPq -nus -sRp -nus -nus -nus -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -203485,15 +139522,30 @@ 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 @@ -203528,206 +139580,185 @@ gTW gTW gTW gTW -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 +yfm +xMU +oGC qcr -aEL -aEL -aEL -xTZ -tLq -vhI -bYY -avC -bMo -clE -mHG -iPK -aEL -emO +cem +xMU +xMU +xMU +aaI +aaI +aIE +aaI +aaI +vSI +mna +nzR +mna +mna +cuM +kBR qcr -gqO +ozk +xMU +xMU +itv +xej +gTW +gTW +gTW +gTW +gTW +gTW +gTW +ajN +ajQ aEL -dFW -dPS -xwc -ydD +aEL +aEL +bkQ +bkQ +bkQ +bkQ +bkQ +bkQ +hvQ +igs +iOY +xMU +koo +koo +xMU +rbS +mcG +xMU +nzn +xMU +ozk +ejZ +tRy qcr -xwc -xwc -xwc -xwc -bhA -xwc -sna +uLx +xJU +uJw +tbw +tbw +tbw +uLX +grV +wcE +xJU +eOD +emi +emi xOH -fcN -fhU -foi +emi +ptf +rcj iDI iMT -sNJ -gqx -kxi -nsy -rPr -lRi -qyk -whD -pBB -wAU -hxL +xJU +fqB +vKf +vKf +vKf +vKf +vKf +vKf +vKf +vKf +mvD uyI xWF urh npM -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 +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 ixI wVm aYk -nIE -dxf +vGN +lFB oRV -ooO +wAo xXM -oFH -oQh -oWm -peX -pnI -pyu -pFd -pQd -qdz -qpv -qxD -jUE -uhL -rhX -rmq -rtv -rDc -rOP -rWK -erH -smE +dBR dxf -xDN -uiB -sVC -tdy -tnm -tBb -tKv -mCS -wvm -xrj +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 kbP qEK -uAD +fMv xoQ -uUn +kbP xQh -viU -wOp +bnx +nAn +vJO +dAQ 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 @@ -203747,10 +139778,31 @@ 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 @@ -203785,187 +139837,184 @@ gTW gTW gTW gTW -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 +yfm +xMU +xMU +xMU +xMU +xMU +rQI +fzb +gDD +wXv +off +dUY +bzB +qKd +jGt +hGa +oBy +mna +fha +uyw +tfx +xMU +xMU +yfm gPq -atN -atN -aEL -aDH -aIy -aLm +oQh +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +tBc +tBc +tBc +yfm +bkQ +bkQ cwA -xwc +khZ dXl +bkQ +bkQ +bkQ +bkQ +bkQ +bkQ +bkQ +bkQ +bkQ +bkQ +bkQ +nzn +xMU +xMU +xMU +xMU qcr -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 +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 uyI xWF urh npM -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 -nqb -nyM -nIH -nSH -oec -ooT -nXN -oGt -oQk -kNJ -lVs -pnP -pyW -pFA -sje -lRS -qoD -qyp -jUE -qVu -rif -rmq -svV -asV -rOQ -rWL -erH -smT -dxf -xDN -uiB -utx -tdz -hkZ -tBs -tKH -tQA -xjK -xrj -uoe -ouT -bnx -uKD -nAn -xQh -vjd -dAQ -dAQ xej gPq gTW -gPq +gTW +gTW +gTW gTW gPq -gTW +wwX +pQd +nNt +ioM +hWd +iwv +riM +kkJ +taB +auL +mRQ +hWd +hWd +hWd +cSe +nzx +hWd +uVV +tKZ +qWI +fBG +kPt +nFX +hSY +poH +poH +poH +poH +poH +poH +nXN +dBR +dxf +kNJ +lVs +lVs +lVs +ofl +sje +sje +sje +ofl +jbh +jbh +ofl +ofl +svV +asV +ofl +ofl +erH +kCL +dAQ +mVL +mXp +utx +utx +hkZ +vOI +wOp +bmF +xjK +bXB +bXB +ouT +bnx +mel +nAn +bnx +bnx +bnx +qhk +dAQ +wOp +glu +xej gPq gTW gTW @@ -203984,29 +140033,32 @@ gTW gTW gTW gTW +afF +gPq +foH +glu +glu +glu +glu +glu +glu +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 +ylM +yfm +yfm +yfm +gOn +wcK +tBc +vlJ +yfm +yfm +yfm +yfm gTW gTW gTW @@ -204042,187 +140094,184 @@ gTW gTW gTW gTW -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 +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 -wOp -atN -cwA -cwA -cGp +tBc +tBc +tBc +tBc kpT blB cxa -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 +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 gfr -weo -weo -weo -dux -weo +gtN +dZE +hGq +hGq +hGq +hGq hTM -hTM -hTM -fiz -foG -hTM -isa -kuJ -vaV -hVd -hVd -hVd -hVd -hVd -hVd -cyJ -pdf -sVU -uyI +ibA +gKz +ita +wrW +iNP +sXD +lAU +lAU +lAU +lAU +lAU +lAU +lAU +lAU +eho +lAU +bWU xWF urh npM -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 +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 noL -dxf +poH wqq gAD kzd -dxf +ogV drZ -ooY +poH qqs -oGu -oQl +dBR +dxf gnX qkz stx rRR -pFM +ofl lzm -lRS -qpJ -sJP -nAa +lzm +lzm +dQU +bqR qqW -nAa +ofl sJP bGO -rDh -rOQ +bGO +bGO sAr kCL -snc -dxf -xDN -uiB -sVW -tdD +kCL +kCL +kCL +kCL +kCL +kCL mEz -tCb -tKv -tQO -wvm -nKU -nKU -nKU -nKU -nKU -nKU -nKU -vjq -cTA dAQ -vFf -gPq -gPq -gPq -gPq -gPq -gPq +wOp +bmF +wvm +hEe +hQm +hQm +hQm +hQm +hEe +nKU +bnx +cTA +iyQ +dAQ +gRF +glu +xej gPq gTW gTW @@ -204243,25 +140292,28 @@ gTW gTW gTW gTW +guZ +nus +nus +nus +nus +nus +nus +pPQ gTW gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +yfm +yfm +yfm +yfm +ylM +yfm +yfm +yfm +yfm gTW gTW gTW @@ -204300,186 +140352,183 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +yfm +yfm +yfm +xMU +gLB +gUL +bTh +xxA +cCN +noU +xMU +xMU +qKd +dOK +vwW +rHT +mna yfm yfm yfm yfm yfm -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tBc -tyz -acu -tyz -iVx -iVx -iVx -jsn -iVx -gTW -gTW -gTW -gTW +jZB gPq -atN -cwA -aBp -aLX +oQh +gTW +gTW +gTW +gTW +gTW +gTW +gTW +tBc +tBc +yfm +vlJ +tBc kpT bnv cFS dEV -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 +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 urh -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 +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 rsa -ylS -wkc +cwQ +eYF etM kpk lRS -pFO -lRS +ofl +lzm bXX -xiJ +lzm sbs mfT eqZ -riC +ofl xiJ abA sWI lUA pmM -pmM +kCL vUC -dxf -xDN -uiB +qgJ +qgJ +bqF pEq -tdF -tnG -tCg +kCL +dXj +dAQ glu -tQO -wvm -qTh +dAQ +fGE +wkX ush uvz swH tzW -uUI -vwD -vjt -dAQ -dAQ +wkX +bnx +bnx +xpv +tzW +bmF wOp -iEg -iEg -iEg -iEg -iEg -syk +glu +xej gPq gTW gTW @@ -204515,8 +140564,11 @@ gTW gTW gTW gTW -gTW -gTW +yfm +yfm +yfm +yfm +yfm gTW gTW gTW @@ -204557,185 +140609,182 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW yfm yfm -lwh -lwh -lwh +yfm +xMU +gsh +vox +jmv +tko +oec +qIJ +qIJ +qIJ +qKd +cTx +iKK +cTx +qKd yfm yfm tBc -tBc -tBc -tBc -tBc -tBc -tBc -tyz -acu -tyz -iVx -iVx -iVx -jsn -iVx -iVx +pPV +gPq +gPq +gPq +oQh +gPq +gPq +afF gTW gTW gTW -wOp -atN -ayi -aLX -cwA -kpT +gTW +tBc +yfm +yfm +aib +aiT +aiT hwd cGp -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 +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 gID wUu wUu wUu wUu wUu -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 +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 pwd poH -nqp +wqq wDr -nII +kzd xoJ xyw -dxf +poH goi -rsa +aBK ylS -wkc -pfa -pof +lMd +etM +etM xxg -pGa -pQt -qdG -xiJ -qzF +ofl +lzm +lzm +lzm +sbs lHL szR -riF -xiJ +ofl +tii bbR gQn log yea -yea +kCL bfC -dxf -xDN -uiB +qgJ +qgJ +bqF vbd -tew -tnS -tCi -uiB -tQO +kCL +dXj +vOI +wOp +dAQ gKr spo +mel qJZ -qJZ -uAI -qJZ -khr +bnx +bnx +tzW tmF -vjQ -sdg +bnx +anS +mWN dAQ -dAQ -dAQ -dAQ -dAQ -vZl -tLH +wOp +glu xej gPq gTW @@ -204773,6 +140822,9 @@ gTW gTW gTW gTW +yfm +yfm +yfm gTW gTW gTW @@ -204814,73 +140866,73 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW yfm yfm yfm -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 +xMU +gTU +vox +csX +qIJ +qIJ +qIJ +qIJ +qIJ 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 -xwc -ahp -gWo -aEL -rUf -cam -ctB -dKZ -fgp -keM -fyI -tIE -cai -exq -onH -aWu -phA -qcr -qcr -qcr -ydD -qcr -wsS +eas +fXn +gMn +hwd +dPR +jGh +qbH +bkQ +peM +nQa +cgj +mmF +mWO +nCZ +alt +rNg +rNg +nlh +voR +rNg +ooi +uJL +wcd +dHK dHK -wDZ wbc -xdO +dHK iKZ tEP xNL @@ -204888,111 +140940,108 @@ xNL xNL xNL xNL -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 +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 wkc -wkc -wkc -wkc -wkc -wkc -wkc -xiJ -xiJ -xiJ +ofl +lzm +sAG +lzm +dQU +uHB adb -bqR -xiJ +ofl +tfF bec mIW -xHP +byF jlH wGr fXv -dxf -xDN +ftt +eYf +idF uiB -uiB -uiB -uiB -uiB -uiB -tRt -ubQ -ujy -upn -utK +kCL +dXj +vOI +wOp +dAQ +dAQ +dAQ +dAQ +dAQ jko -uKX -wOW -vak -vki -xtd +bnx +xrj +hQm +bnx +umX gUx -xtd -xtd -vFN dAQ wOp -tLH +glu xej gPq gTW @@ -205060,6 +141109,9 @@ gTW gTW gTW gTW +gTW +gTW +gTW "} (161,1,1) = {" gTW @@ -205072,184 +141124,181 @@ gTW gTW gTW gTW -gTW -gTW yfm yfm -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 +xMU +gZp +vox +hRO +qIJ +qIJ +iLF +qIJ +qIJ aEL -xwc -xwc -xwc -xwc -xwc -xwc +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 gWo -aEL -cam -cam -cPB -vLU -fkk -fsw -fgp -fDy -aEL -aEL -fsw -aWx -phA -qcr -qMy -qcr -ydD -gfr -ajT +hwd +rtj +kUr +vAN +bkQ +qDR +aqA +vwV +usY +usY +usY +pAV +hYm +usY +usY +usY +usY +eIn +faB +faB xSc wDZ -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 -xWF -urh -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 +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 mxe wqu +wDu wUh -nJO wNs -oeg +vkG +xJz +qqs +dBR dxf -ouz -rsa -fuf -tnB -tnB -tnB -tnB -tnB -tnB -qdH -tnB -tnB +fOV tnB +pfG +fdU +ofl +ofl +ofl +ofl +ofl +nLL vMq -tnB +ofl xsU sbf crl xHP vEa -hJU +kCL smN -dxf xDN -sKK -rCg -usW -tnU -tCk -tLy -tRy -uco +xDN +xDN +xDN +kCL +dXj +vOI +afH +afK +afK age afM -uco -kAW -hyX -ttG -vwD -vkp -xtd -vwD -xtd -uVO -udn dAQ +ksY +hyX +kAW +hQm +nAn +xtd +vwD +bmF wOp -tLH +glu xej gPq gTW @@ -205317,6 +141366,9 @@ gTW gTW gTW gTW +gTW +gTW +gTW "} (162,1,1) = {" gTW @@ -205329,184 +141381,181 @@ gTW gTW gTW gTW -gTW -gTW yfm -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 +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 axW -xwc -qcr +aOK +boR fLh -xwc +ehp ulp gXa -aEL -cam -cam -dfk -epF -fsw -fsw -fsw -keZ -fHZ -lIW -fsw -biM -loN -pTQ -xwc -rmk -ydD -wsS +hwd +qua +orp +onf +bkQ +bIa +rsp +vRG +owC +wKj +nDa +nKs +oCN +owC +nyM +syF +rQF +syF +uRv syF xSu wSF -uaS -xdO -ykt +guV +tPC +afo yip -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 +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 ukW flJ -rdZ +nIw fyk -eBt +fyk +fyk +fcz +vkG +xJV +qqs +dBR dxf -dxf -dxf -dxf -aZL -oGV -yaQ -yaQ -yaQ -yaQ -yaQ -yaQ +eXd +njB +vEP yaQ +ofl +pWE hNB -yaQ -yaQ -yaQ +iNS +ofl +ofl byz -yaQ -rmR +ofl +ofl pJC bAk -rOT -rWR +ofl +ofl fXp -lkl -dxf -xDN -sKU -sVZ -usW -tnZ -tCn -wJD -agd -ucM -wJD -pCH -utQ -bJG -usW -qTh -vwD -uoj -xtd -vwD -vFh -xtd -vFh +oQf +oQf +oQf +oQf +oQf +oQf +dXj dAQ -wOp -tLH +afJ +agd +afL +afL +afO +dAQ +dPy +hEe +qTh +hQm +lUJ +eiJ +ddQ +dAQ +gRF +glu xej gPq gTW @@ -205574,6 +141623,9 @@ gTW gTW gTW gTW +gTW +gTW +gTW "} (163,1,1) = {" gTW @@ -205586,184 +141638,181 @@ 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 -yfm -yfm -yfm -yfm -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 +aiT +azJ +aOZ +boT +cNY +eix fXx hak -aEL -aEL -aEL -aEL -aEL -fyC -bSd +hwd +iQn +ugI +iXT +bkQ +apE +rsp +gwo mok -hnA -aEL -xwc -xwc -xwc -xwc -xwc -xwc -xwc -ydD -wsS +mUf +spv +seS +oCQ +oYu +uhL +riS +rRd +riS +uhL wcg -ycp -vRS -ejD -xdO -ykt +xYs +qhx +kuB +luQ +kIh wWR -woc -jgm -jgm -jgm -pLi -cZp -woc -tgZ -xYD -ggC -xDB -hVd -hVd -hVd -nSX -nSX -hVd -gio -wAU -wAU -uxu -xWF -rYR +adz +adz +adz +aeS +rGn +gPA +wrg +wrW +sqj +xJU +jst 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 +xeL +sna +xMD +sna +oNz +nrH +eQP +wyz +hRM +sfm +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 uSA vYm -xKs -xKs -xKs -xKs +eKu +fyk +fyk +fyk puF -oey -xKs -ouP -rsa -oPO -mBf +vkG +bNR +qqs +dBR +dxf +idz tlM -vCO +bhI aBG -mBf +ofl +max maR -vCH -orD +bgj mBf -tlM +qnq vCO -aBG +ofl +jDS jDS -ruj rKX mtg -lkl +ofl hJU lkl -dxf +hHK hDO vvZ udZ -usW -usW -usW -wJD -tRG -ucP -wJD -upo -uua -uAT -usW -uUV -eMc -uUZ -xtd -vwD -vwD -vIp -vwD +oQf +dXj +dAQ +dAQ +dAQ dAQ wOp -tLH +wOp +dAQ +dAQ +dAQ +dAQ +bmF +bmF +dAQ +dAQ +dAQ +wOp +glu xej gPq gTW @@ -205831,6 +141880,9 @@ gTW gTW gTW gTW +gTW +gTW +gTW "} (164,1,1) = {" gTW @@ -205843,184 +141895,181 @@ gTW gTW gTW gTW -gTW -gTW yfm yfm -wsU -tBc -yfm -yfm -lwh -lwh -lwh -lwh -lwh -lwh -lwh -iVx +xMU +gLB +gUL +lSb +hsV +jdC +sSG +xMU +xMU +aEL +tyz +acv acw -acC -acj -acj -adm -acj -acj -acj -acj -acj -acj -acj -aiG -ajm -ajO -amR -avn -azf -aBS -wbF -wbF -wbF -wbF +acw +acw +acz +tyz +yfm +yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +djf +wsU +aiT +aEK +aPw +brS +cOH eiG wbF hdf -xwc +hwd kUr lWX -qcr -eMU -aEL -aEL -aEL -aEL -aEL -lwh -lwh -lwh -lwh -lwh +iYJ +bkQ +apE +rsp +gwo xwc -qcr -ydD -wsS +wtF +fOM +seS +oOx +mVK +uhL +uhL +rSO +uhL +uhL wcY -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 +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 wEe wUs xoY -oeG -xKs -ovp -oHs -oQs -dxf -xfU -xfU -xfU -dxf -xfU -xfU -xfU -dxf -xfU -xfU -xfU +vkG +sLd +qqs +dBR dxf +ofl +ofl +ofl +ofl +ofl +afp +aFP +tCq +iGU +iGU +ohx +iTh +uKn dCF tqM ydH -xfU -xfU -xfU -dxf +bSZ +snS +iyd +ess qDs iSE gzW -eMc -eMc -tCs +oQf +mXp +nyZ wJD -oWt +nyZ pAe -wJD -upu +ajp +ajp ajq -uBo -usW -uoj -xtd -vwD -vwD -vwD -tzI -xtd -vFh -vEL +lrY wOp -tLH +wOp +wOp +wOp +wOp +lrY +wOp +wOp +glu xej gPq gTW @@ -206088,6 +142137,9 @@ gTW gTW gTW gTW +gTW +gTW +gTW "} (165,1,1) = {" gTW @@ -206101,183 +142153,180 @@ gTW gTW gTW gTW -gTW -gTW -tBc -tBc -tBc -tBc +yfm +xMU +qBR +reG +oXt +hLF +iQI +aCF +bcB +xMU +yfm +tyz +tyz +tyz +tyz +tyz +acu +tyz 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 +yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +oWm +tBc rhG -aCg +aiT aEY -qcr +aPO bvJ -aap -xwc +cUk +els gca heo -bjJ +hwd syH sXc -qcr -ftw -bKp -xwc -oxH +bKe +bkQ +bkQ +oMF oxH +fVQ +fVQ +npj +seS xwc -xwc -xwc -lwh -lwh -lwh -xwc -qcr -ydD -wsS -dVr +aft +uhL +eIy +eIy +eIy +uhL +wcY ycp -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 +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 wiK -rUP -uxP -xsq +vKA +qtD +flJ wfu wjj +bHS gRb -gRb -eWP -oeR -xKs -ovB -oHF -dxf -vJJ -nus -nus -nus -vJJ -nus -nus -nus -vJJ -nus -nus -nus -dxf +fcz +vkG +afP +qqs +dBR +xfU +lzm +sGK +lzm +lzm +dER +jbh +jbh +bkT +kGr +mgh +mgh +xlR +aQE ssP -rDH -dxf -nus -nus -nus -dAQ -dAQ +ssP +tnS +ofl +opW +rjk +owB +qDs kgs +ygX +oQf +dLQ +tTV dAQ -dAQ -dAQ -uoj -wJD jwe -ucT -wJD -upD -ajr -uBy -usW -uoj -xtd -vwD -rCg -xtd -xtd -xtd -vFN -vEL +dAQ +lRO wOp -tLH +ajr +wOp +glu +glu +glu +glu +glu +glu +glu +wOp +glu xej gPq gTW @@ -206345,6 +142394,9 @@ gTW gTW gTW gTW +gTW +gTW +gTW "} (166,1,1) = {" gTW @@ -206358,184 +142410,181 @@ gTW gTW gTW gTW -gTW -gTW -tBc -tBc -tBc -tBc -tBc yfm -lwh -lwh -lwh -lwh -lwh -lwh -iVx -acw -adl -cAH -pZv -iVx -yfp -aJr -lwh -lwh -lcK -iVx -iVx -iVx -iVx +xMU +xMU +jbG +tmw +nND +nND +myU +xwJ +xMU +yfm +yfm +tBc +tBc +tBc +tyz +acu +tyz +dLT +yfm +yfm +ylM +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +djf +tBc ltj -ltj -ltj -ltj -ltj -aEg -xwc -cUk +aiT +aiT +aQj +bvZ cYy -xwc -ahw +eop xnd -xwc -qcr -qQH -qHt -gTj -jLt -xwc +hfb +hwd +bkQ +eqO +jax +iKz +krG +slv gHt mqP -qcr +oZp nWs -xwc -lwh -lwh -xwc -xwc -qcr -ydD -wsS +lyP +oPc +pku +qpV +rmk +sgs +eJK +uSi wex -ycp +jQY vRS -ejD +seS xdO -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 +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 uxP xsq -nln -nqx -nzi -nzi -nTu -oeW +xsq +xsq +fiS +rdZ +ccT +vkG xKs -owB -oHV +qqs +dBR xfU -gPq -gTW -gTW -gPq -wCH -gPq -gTW -gPq -wCH -gPq -gTW -gPq -xfU -xUX -wdg -xfU -gPq -gTW -gTW +lzm +vzh +erN +vDx +rVf +bKc +fsC +hsA +gdb +rtv +xsy +ofl +mea +mea +jHu +mea +ofl +uPk hjN -vEL -uoj -vEL hjN -dAQ -uoj -wJD -wJD -wJD -wJD -usW -usW -usW -usW -uoj -vaC -vwD -sKK -xtd -vGd -kPQ -tCK -dAQ +bBk +bYF +nwy +nwy +yaE +oQf +oQf +oQf +qmd +gPq +foH +ajr wOp -tLH -xej +nus +nus +nus +nus +nus +nus +nus +nus +nus +pPQ gPq gTW gTW @@ -206602,6 +142651,9 @@ gTW gTW gTW gTW +gTW +gTW +gTW "} (167,1,1) = {" gTW @@ -206615,185 +142667,185 @@ gTW gTW gTW gTW -gTW -gTW -gTW -cUS -tBc -tBc +yfm +yfm +aEL +aEL +aaI +aaI +aaI +aaI +aEL +aEL +yfm +yfm tBc yfm -lwh -lwh -lwh -lwh -lwh -lwh -lwh -acw -adl -acw -lwh -lwh -lwh -lwh -lwh -lwh -lwh -iVx -iVx -iVx -iVx -iVx -aEL -awt +ylM +tyz +acu +tyz +tBc +yfm +yfm +yfm +tBc +gTW +gTW +gTW +gTW +gTW +gTW +gTW +djf +tBc lty acm -aEq -xwc -xwc -xwc -xwc -aYd -xwc -xwc +acm +aiT +bvJ +dbE +bvJ +aiT +acZ +adc adi -btJ -qcr +eqO +jim jLM -ksD -xwc +krH +lej lwF xuV rIx lLo -xwc -lwh -lwh -xwc -rmk -qcr -ydD -wsS +nNa +oRD +vDX +fwb +cnO +cnO +cnO +fQo wfl nJC dVu -ilX -xdO -ykt +uaS +oWR +fuZ wWR -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 -tII -tII -lga -tII -pAr -xjq -bQf -bQf -vOf -uKS -cLc -dnc -mMn -rUP +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 gMW -xKs +pwd pem -nqy -eRu -vqn -vbN -off -xKs +iOm +iOm +iOm +iOm +iOm +iOm nNH dBR xfU -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 +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 byV eMc -eMc -eMc -eMc -eMc -uus -eMc -eMc -uUZ -vwD -vwD -vwD -vwD -vwD -vwD -vwD -dAQ -vZl -tLH +dvt +cfJ +gPq +foH +ajr xej gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gPq +gTW +gTW +gTW gTW gTW gTW @@ -206873,183 +142925,178 @@ 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 -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 +lty +acm +acm +aQF bCf -dEU +dbS evR -eNF -xwc -xwc -xwc -xwc -xwc +aiT +uKh +add +tBc +dwK +jis xwc ksD +leK +otv xwc -xwc -xwc -xwc +uNP gqL -xwc -xwc -xwc -xwc +dpZ +oVI +ppK +qsr jqa -qcr -ydD -wuC +jqa +tCn +uSs wfX -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 +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 lPj -wpu -xKs -yiI +vNs +dPn +iOm qaX -nzn -xKs -nTw -xKs -xKs +aXu +aXu +aXu +qLC +iOm xVd dBR xfU -gPq -gTW -gTW -gPq +lzm +aEV +qLW +lzm +dER +oDl +wLW +rBh wCH -gPq -gTW -gPq -wCH -gPq -gTW -gPq -xfU -xVd +jbh +cYh +ofl +mvo +mMs wdg -xfU -gPq -gTW -gTW -gPq +tND +ofl +cCH +xjx +cXD vEL uoj -vEL +sEu +qDN +bdo +woy +xvN +dvt +cfJ gPq -dAQ -dAQ -dAQ -dAQ -udn -xtd -xtd -uut -uBF -uBF -uVO -vwD -vlb -vpo -vuY -dAQ -vZl -wOp -wOp -nus -nus -wxI +foH +ajr +xej +gPq +gTW +gTW +gPq +gTW +gTW +gTW +gTW gPq gTW gTW @@ -207074,10 +143121,15 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm gTW gTW gTW @@ -207131,191 +143183,178 @@ gTW gTW gTW gTW -gTW tBc tBc tBc tBc tBc -xFi -yfm -yfm -tBc -tBc tBc yfm -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 +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 ade -boZ -btT -xwc -qcr -ksD -daM +tBc +eqO +jiU +jNm +drW +guV kfR -cgh -daM -cwy +xuV +rIx +lLo +drW +xwc xwc -aig -psh hHs -qcr -qcr -ydD -qcr +nwF +hSB +gfr +uTR wsS -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 +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 tII sYe -xjq -rPE -rPE -rPE -kAV +nol +tSM +uiW +nYD +uwH +rHt +vgd +dUT +bBg oKk -llH -qWI -rUP -wpu -xKs -nlp -nqA +pso +jBH +vYO sOd -nKg -nUa -ofE -xKs +sOd +bqw +trf +iOm xUY -dBR +ydU 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 -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 +foH +ajr xej gPq -gPq -gPq -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +gTW +gTW +afF +gTW +gTW +gTW +gTW +afF gTW gTW gTW @@ -207337,6 +143376,19 @@ gTW gTW gTW gTW +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm gTW gTW gTW @@ -207388,178 +143440,168 @@ gTW gTW gTW gTW -gTW tBc tBc tBc tBc tBc -uXI -wsU -xIT -wpF -xMM +tBc +yfm +yfm +yfm tBc tBc +tBc +yfm tyz -adl -acw -iVx -iVx -iVx -gcj -gcj -bwF -iVx -iVx -aJr -aJr -iVx -iVx -aEL -awU +acu +tyz +tBc +tBc +vlJ +gOn +wpF +tBc +tBc +tBc +tBc +tBc +tBc +ylM +tBc +tBc ram cec -aEV -xwc -dur -eNF -flD -eNF -xwc -bjQ -bph -bue +cec +acL +aiT +dcw +aiT +acW +tBc +ade +tBc +eqO jja -bGE +xwc ktt lgh -qHt -qHt -lgh -cwP +luQ xwc -cMH -psh +uNP +gqL +dsU +xuV +xuV lkd -qcr -qcr -jcQ -qcr +bwG +eAk +tKh +uUI wuC -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 +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 swY -siy -uCY -bJt -bJt +sPv +xjq +nAd +uiW rHt uKS -cLc -tUi -dBi +uXR +vgd +dUT rUP -wpu -xKs -nlQ -nqO -nzq -nKs -nUe +scM +gMy +iOm +yiI +hxd +vqn +vqn gpE -xKs +iOm xUX -dBR -xfU -gPq -gTW -gTW -gPq -wCH -gPq -gTW -gPq -wCH -gPq -gTW -gPq -xfU -xUX -wdg -xfU -gPq -gTW -gTW +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 ihu -vEL -uoj -vEL -ihu -gTW -gTW -gTW -dAQ -udu -ujz -upF -uuT -uBV -uLn -uVV -vaO -ajo -vpB -upV -dAQ +evI +oQf +oQf +oQf +qmd +iEg wOp -tLH +ajr xej gPq gTW @@ -207590,10 +143632,20 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm gTW gTW gTW @@ -207646,177 +143698,167 @@ gTW gTW gTW gTW -gTW +tBc tBc tBc tBc tBc uXI +uKh +wsU +wpF +gOn tBc tBc -tBc -tZC -vlJ -tBc tyz acu tyz -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 +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 tPC -daM +ktG wlx -xwc -fLh +elr +tPC psh qwz -qcr -qcr -ydD -qcr -psh -edH -aKA -wsS +elr +eAn +tLN +tPC +elr +tPC +fNu +tPC wgz -hgP -hee -oTY -oez -hVd -hVd -hVd -oez -pfu -fxS -oTY -hJX -dsZ -hVd -hVd -hVd -nSX -nSX -hVd -ylP -wAU +gJV +wWR +adz +aey +aeK +aeV +tBc +xJU +pjc +iym +pjc +xJU +qqi +gJF +gPq +foH +afA +xBm +hdl +hyc +xpj dbq -uyI -xWF -urh -fed -tBc -wCU +fpK +beN +tXW +xBm tBc tBc -hvP -jdR -jma -jvS -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 -dAQ -dAQ -dAQ -dAQ -iEg -ajj -ajo -ujG -upV -ajs -ajo -uLA -upV -vbf -uCp -uWm -vvE -dAQ +aay +prt +vka +vka +vka +vka +vka +prt +aaF +tBc +ipj +gPq wOp -tLH +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 +jvS +pzd +xyK +oIj +qHU +ofl +ofl +ofl +ofl +ofl +ofl +ofl +ofl +jAv +oQf +nvf +iEk +hcV +gpT +mYx +swe +jRt +swe +ajh +ajo +ajp +ajp +ajs xej gPq gTW @@ -207846,12 +143888,22 @@ 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 gTW gTW gTW @@ -207903,7 +143955,7 @@ gTW gTW gTW gTW -gTW +tBc tBc tBc tBc @@ -207912,169 +143964,159 @@ uXI tBc tBc tBc -tBc -tBc +wcK +vlJ tBc tyz acu tyz tBc +uKh +tBc +tBc tBc -iVx -iVx -yfp -aJr -pZv -iVx -iVx -iVx -iVx -iVx -aEL -aEL -aEL -aEL -aEL -bkQ -bkQ -aPC -aUb -acX -bkQ -bkQ -bkQ -bkQ -bkQ -bkQ -bkQ -bkQ -bkQ -bkQ -bkQ -wlx -xwc -xwc -xwc -xwc -qcr -qcr -ydD -qcr -gfr -weo -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 +gOn +gOn +gOn +gOn tBc -wsU tBc -hvP -jdV -jmv -jwC -jDL -pJn -jiD -tkz -klk -cLc -afY -tII -tII -tII +tBc +tBc +tBc +tBc +tBc +acN +acm +acm +acm +acX +tBc +ade +ylM +eqO +jnI +seS +kHc +lgY +qTJ +xwc +uNP +nEU +nNe +oVO +pwP +qDW +elF +ydD +wBP +uWA +fqP +weo +fNR +xwc +nJC +mlR +qqc +lcY +aez +aeK +aeV +tBc +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 syL -hoH -dsY -cma -cma -cma -vlH -kHp -qFg -kxL -jTw -wpu -bGZ -ehF -wEp -wEp -wEp -wEp -wEp -wEp +hGg +dyY +nAd +uiW +lBG +uLl +nYD +vgd +dUT +rUP +scM +hQN +iOm +iOm +iOm +iOm +iOm +iOm +iOm hxw -dBR -dxf +rGS +mUn tYR -pfy -pfy -pfy -ofl +tYR +tYR +tYR +tYR +tYR +baL sAn -sAn -sAn -ofl -pEG +gdb pEG +jKa ofl -ofl +elc nYV meG +dKO ofl -ofl +eoN oQf -wNj -dAQ +noj kPQ pyU -tVw +gpX tVw ipe -vEL -wOp -ajj -udK -ujJ -ujJ -uuU -uCp -uql -uWm -uCp -uCp -uCp -vwV -dAQ -wOp -tLH -xej +dlf +iON +aji +nus +nus +nus +nus +pPQ gPq gTW gTW @@ -208101,14 +144143,24 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +gPq +wOp +xvL +fcN +tBc +tBc +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm gTW gTW gTW @@ -208160,212 +144212,212 @@ gTW gTW gTW gTW -gTW +tBc tBc tBc tBc tBc uXI tBc -wUq -wUq -wUq -wUq -wUq +tBc +tBc +tBc +tBc +tBc tyz -acx +acu tyz -wUq -wUq -wUq -wUq -wUq +tBc +tBc +tBc +tBc +tBc +tBc +tBc +gOn wpF -iVx -lwh -lwh -iVx -iVx -iVx -kSH -iVx -iVx -iVx -iVx -rdU -aLJ -aPO -aUc -aUc -aUc -aUc -bpQ -buq -bzB +wcK +tBc +tBc +tBc +tBc +tBc +tBc +tBc +acN +acm +acm +acm +acX +tBc +ade +erb +hBe +gZA +jVz rDd -rDd -acR +fbO xru fbO mVR -cxb -qHt -qHt -qHt -qHt +fbO +euw +fbO +xru qHt +euw teO -dGF -fLh -wsS -edP -ekv +xru +fbO +euw +fbO +xru ghB -xdO -ykt -wWR -oTY -oez -hVd +uYS +sjF +oYv +ael +aeA +aeL 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 -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 +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 vYR -wEp +iKE wse -nzC -wXS -ezK -fmy wEp -xUX -dBR -dxf +wWj +ezK +gPq +hfM +ofl +yfT +ofl +jus jus -pfI dyJ siv -ofl +wYo vXy -vXy -vXy -fpP +jCZ +twj +eBq +hNa +hNa hNa -qVz -ofl vCY +hNa +vfU jQM -jQM -jQM -guP -wNj -wNj -wNj -wNj -wNj -wNj +ofl +uif +oQf +uSV +iid +mdC wNj +sbY +swe +swe swe -dAQ -wOp 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 +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 +tBc +tBc +tBc +tBc +tBc +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm gTW gTW gTW @@ -208417,212 +144469,212 @@ gTW gTW gTW gTW -gTW tBc -wCU +tBc +tBc tBc tBc uXI tBc -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 +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 mtl -bkQ +tBc bhE -ahY -qcr -ahY +ahW +adz +ahX ahY ahZ -qcr +aia aie aig -wsS +ahZ aih -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 +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 bhq vOT -rRz +wXf hfM -ogV -opN -owC +eCk +hfM +csY tHq -oQE -rcY -pgd -poV -pzd ofl +rcY +rcY +dyJ +siv +sGA vXy vcz -vXy -ppy +kGr +ahy cQp cOu -ofl +cOu ylI -ruK +ryb xBq xRH -gxf -wNj -hsv +ofl +tHZ +oQf +uEX plk -plk -mrL +lek rSE -wNj -uoj -dAQ -tLH -dAQ -uef -vwD -upY -uuX -uEx -uMc -vwD -uCp -uCp -vpM -uMc -ajj -wOp -tLH -xej +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 -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +gPq +wOp +tBc +tBc +tBc +ajg +tBc +ovp +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm gTW gTW gTW @@ -208681,204 +144733,204 @@ tBc tBc uXI tBc -ylM -ylM -ylM -ylM -ylM -tyz -uKh -tyz -ylM -ylM -ylM -ylM -ylM +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 tBc -iVx -lwh -lwh -lwh -mEi -lkK -lkK -lkK -mEi -aCL -xiz -xiz -adf -aQs -aUs -xiz -xiz adf +fap pCg -buU +bgb +jVE +rdU +buO +rdU +jVE +adq +jVE +gvR +buO +gvR +jVE +rdU +sjh +tMb +ePN +tMb +rDu +tMb bkQ -bkQ -cRE -acT -bZr -cRE -bkQ -bkQ -bkQ -bkQ -bkQ -bkQ -bkQ -bkQ -dGV -bkQ -wsS -eeh -amL -amL oyG ixJ -eCP -oTY -hVd -wcM -mBM -wAU -bcX -aek -rRP -wAU -hYS -uEu -oRp -ggC -ggC -ggC -ggC -qmj -wJd -wAU -sVU -xNT -ovK -tXW -fed -wCU -xMM +bkQ tBc -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 +rot +huR +huR +tBc +tBc +tBc +acp +tBc +eAA +afh +gJF +gPq +foH +afA +xej +gPq +lHz +lXK +yfG +vpE +ovK +foH +uXI +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 aIK -vOu +vHF +irn +irn +tIU irn -wEp -wse -nzN wXS gHL jDs -wEp +djX qXn lTe -oQZ -oXt -pgd -pgd -pzs ofl -vXy -vXy -vXy +ofl +ofl +ofl +ofl +ofl +ofl +vav +mgh ppy -qKS -qVO ofl -rne -rvL -rDQ -goR -rWV -wNj -sng -plk -plk +ofl +ofl +ofl +ofl +iCT +ofl +ofl +ucM +oQf +oQf +oQf mrL aac -wNj -uoj -vEL -wOp -dAQ -ueg -ukf -uql -uvq -uCp -uCp -uMc -vby -uCp -vqc -vyh -dAQ -wOp -tLH -xej +rYS +ays +eoN +eoN +ajm 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 +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 +tBc +tBc +tBc +tBc +tBc +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm gTW gTW gTW @@ -208938,171 +144990,157 @@ tBc tBc uXI tBc -tBc -tBc -tBc -tBc -tBc +otM +otM +otM +otM +otM tyz +acC +tyz +otM +otM +otM +otM +otM +tBc +sHQ +sHQ +tBc +tBc uKh -tyz tBc tBc tBc tBc -wGE -aJr -aab -mEi -lwh -lwh -lwh -iVx -iVx -lwh -lwh -xiz -aFJ -aIE -aMI -aQE -aUt -aYu +tBc +tBc +tBc +tBc +tBc +tBc +tBc oAs -adf -bqt -bvu -bzQ -bkQ +acC +eqO +vvu +wct +ePN xtu lkq bZM -cgj -col -cxz +ePN +tBc +ePN nSz -sux -sux -ddD +lLv +mJE +ePN pzA sux tVY -dQs +ePN vDu rOk -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 +fFL +ePN +iwB +bkQ +bkQ +fOW +rot +huR +huR tBc -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 +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 opk -iuf -neT -wEp -wEp -wEp -wEp -wEp -wEp -wEp -owU -dBR +byZ +ukY +ukY +ukY +ukY +ukY +byZ +opk +jDZ +ukY +ukY +vDr +ukY +rRz +jeg +fWk +qmz +yef +xUL +pDI oQE -oXY -pgA -ppg -pzF -ofl -vXy +tdC +oQE +oQE +jyW +gAU vTl -vXy +hHQ fpP -qLi -irC ofl -rnt -rvO +irC +kwi +eoN +ctV hKF aiY -gNc -sfm +eoN +lOA sTR -fOL -sEV +uIp +cRM xNp hDG -wNj -uoj -vEL -wOp -dAQ -dAQ -dAQ -dAQ -dAQ -uEM -uCp -ujz -xsF -uCp -vrd -vyn -dAQ -wOp -tLH -xej +hDG +jzi +hDG +xhi +ajn +mcC gPq gTW gTW @@ -209133,9 +145171,23 @@ gTW gTW gTW gTW -gTW -gTW -gTW +gPq +wOp +xvL +tBc +tBc +tBc +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm gTW gTW gTW @@ -209195,170 +145247,156 @@ tBc tBc uXI tBc -wUq -wUq -wUq -wUq -wUq +tBc +tBc +tBc +tBc +tBc tyz -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 +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 qWr -bGH -bZB -sBq -sBq -sBq +kQE +kQE +ePN +tBc +ePN nTN oVZ +nUP +ePN +roN sBq -sBq -sBq -sBq -dGZ -wxC +cca +ePN wxC oHW -elc -erz +wJo +ePN wRV eFv -eDG -eGy -eJn +tBc +tBc +rot bhP -eUP -mNC -mNC -mNC -mNC -hZO -mNC -gcj -gHp -iVx -iVx -cGY -gcj -gHp -iVx -bwF -wES +huR +tBc +tBc +tBc +acp +tBc +afd +qqi +gJF +gPq +foH +afA +xej +gPq +lIi +lZM +lZM +lZM tBy -hQH -eYW -euO +foH +uXI tBc tBc -wCU -xfV -iWG -xfV -jmK -xfV -xfV -xfV -jTu -xfV -xfV -kxd -uxI -uxI -uxI -uxI -uxI -uxI +aay +prt +vka +vka +vka +vka +vka +prt +aaF +tBc +pPV +tBc +gTW +gTW +gPq +lza +sAf +dQH uxI fdN -uxI -jZz +bXD +bXD cmj -ujE +bXD kaT -mNY -mTf -vOu +fdN +uxI +niY wBD wFX djA +fIQ xay -xay -nUJ -dxf -fEP -xUX -dBR -dxf -oYu +pym +pep +pep +pep +pep +hfM +uIp nFs -pph -pzW +uIp +vcZ +erF ofl ofl ofl ofl ofl -qLL atB -ofl -rnA +oQE +mqp tJD rIW hEX iUp -wNj +oQE lli -hCU -hCU -hCU -hCU -wNj -uoj -vEL +nUp +oQE +rkB +tGT +rnO +uIp +fFF nla -pqe -pqe -uky -nfY -dAQ -uER -uMu -uWn -xsF -uWm -vro -vyX -ajj wOp -tLH xej gPq gTW @@ -209392,7 +145430,21 @@ gTW gTW gTW gTW -gTW +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm gTW gTW gTW @@ -209446,176 +145498,162 @@ gTW gTW gTW gTW -gTW -cUS +tBc +tBc tBc tBc uXI tBc -xOS -act -act -act -wMa -acb -ace -ack -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 -rDu -cae -bGG -com -cyL -nUP -cMX -bGG -ddJ -wJo -dtY -wJo -dQS -wJo -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 +aZJ +aZJ +aZJ +aZJ +aZJ +tyz +acC +swU +aZJ +aZJ +aZJ +aZJ +aZJ tBc -wGE -xfV -xfV -xfV -yeY -jwX -xfV -xej -gTW -uww -gPq -kxe -uZV -kOV -uZV -uZV -ltJ -taq -lPa -yfa -uxI -uxI -uxI -uxI -ujE -mPf -mTf -iuf -neV -wGi -wsG -xds -xds -nUR -dxf -opW -xUX -dBR -dxf -tGT -vcZ -pps -pzZ -ofl -gwA -qeC +pFt +tyz +tyz +cLW +iJO +uxs +oTH +uxs +uxs +uxs +psI +aCm +hNS +acj +acj +acj +acj +acj +ack +acj +acl +ePN +kQE +kQE +kQE +ePN +tBc +ePN +nUP +nUP +nUP +ePN +cca +cca +cca +ePN +wJo +wJo +wJo +ePN +tBc +tBc +tBc +tBc +rot +huR +huR +tBc +tBc +tBc +acp +tBc +afe qqi -ofl -ofl +gJF +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 +uZV +bPN +bPN +bPN +hqn +taq +hqn +tUN +lza +lza +lza +lza +lza +tUN +lza +vOu +lza +wgc +wsG +wEP +xds +rxF +oaN +iuJ +iuJ +stt +hfM +aap +hQS +uIp +lOA +fVP +gwA +oQE +oQE +oQE +oQE rkB -ofl -ofl -rwl +jYC +eoN +cxz xmT -ofl -ofl -sfq +aSL +eoN +hea +jUT +uIp wcU -wcU -wcU -wcU -wcU -wcU -uoj -dAQ -gNn +lOA +vcZ +eoN +eoN +eoN +eoN gRF -pJd -pJd -esY -dAQ -uFf -ujR -uWA -xsF -vlk -vrq -vze -dAQ -vZl -tLH xej gPq gTW @@ -209650,6 +145688,20 @@ gTW gTW gTW gTW +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm gTW gTW gTW @@ -209703,176 +145755,162 @@ gTW gTW gTW gTW -gTW +tBc tBc tBc tBc uXI tBc -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 +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 ePN rDu -caf -cgt +ePN +ePN adr -cyV -adZ -cNc -cVQ -adP -dmW -dub -dmW -adP -dVt -eeu -elF -erF -cdf -exx -eDT -mxu -mxu -mxu +ePN +ePN +rDu +ePN +ePN +ePN +rDu +ePN +ePN +ePN +rDu +ePN +ePN +tBc +tBc +tBc +tBc +aeB +aeM 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 -tBc -xfV -jmP -xfV -xfV -xej -gTW -gTW +afg +qqi +gJF gPq -kxe -rxd -rxd +foH +afA +xej +gPq +gTW +gTW +gTW +gTW +gTW +foH +uXI +tBc +gJI +aay +prt +prt +prt +prt +prt +prt +prt +aaF +tBc +lgS +tBc +bPN rxd rxd +afw rxd muR +hqn vTj -ejL -miv +lza ncF uMh -lpf -put -mNY -mTg -mXY -nfd -nmj -nrE -nzR -nzR -eoN -dxf -rzq -xUX -dBR -dxf -oYR -pgN -ppz +ncF +lza +vTj +lza +vTj +lza +lza +lza +lza +lza +hfM +hfM +eCk +eCk +hfM +hfM +uIp +uIp +uIp axe -ofl -pQD -qfe -qqV -qzL -qLQ -qWa -ofl -csq -rnS -rEP +lOA +uIp +uIp +lOA +uIp +uIp +eoN +eoN +jaX rZH -ofl -sgO -sny -sxi -sFg -sLg -sWP -wcU -uoj -dAQ -dAQ -dAQ -dAQ +nKI +rZH +rZH +eoN +eoN +eoN +rzq +rzq +rzq +eoN wOp wOp -dAQ -dAQ -dAQ -dAQ -ajj -ajj -dAQ -dAQ -dAQ +gjN wOp -tLH xej gPq gTW @@ -209907,6 +145945,20 @@ gTW gTW gTW gTW +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +gTW +gTW gTW gTW gTW @@ -209960,178 +146012,164 @@ gTW gTW gTW gTW -gTW tBc -wCU +tBc +tBc tBc uXI tBc -wCU -tBc -tBc -tBc -tBc +otM +otM +otM +otM +otM 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 -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 +ylM +tBc +jXC +tBc +tBc +tBc +jXC +tBc ads -adZ +adu ady adA -adP -adP -dug -adP -adP -dVG -eeT -elp +adD +adG +adG +adM +adD +adG +adG +adG adX qBc -exE -aed +qBc +qBc aen -rXa -rXa +aeC +aeK aeZ -fxA -fxA tBc tBc -iVx -iVx -iVx -wES -gfn -euO -fAq -fAq -euO -fAq -fAq -euO -hGA -hQL -hYX -wES tBc +acp tBc -wCU -tBc -tBc -aYP -tBc -tBc -aYP -xej -gTW -gTW +xiz +qqi +gJF gPq -kxn -kDO -vTj +foH +afA +xej +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 vTj -adD -gZK -lPC -pqG -lau -lBM +lza uxZ +gKe uXT -mHv -mPg -mTi -mYq -nfp -wGi +lza +vTj +lza +vTj +lza +aaJ +aaN aaN -nAo aaP hBf -dxf -oqb -xUX -dBR -dxf -ofl -ofl -ofl -ofl -ofl +aaJ +aaN +aaN +aaP +eoN +uJo +mLb +mRg +lOA +cRM +uIp rnO -qfs -fJf -nEu -nEu +lOA +iDk +lOA guh -riS -fWk +bXV +wpF dLg dZi -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 +dLg +mMI xej gPq +eRC +wOp +wOp +wOp +lrY +wOp +wOp +nus +nus +pPQ +gPq gTW gTW gTW @@ -210165,6 +146203,20 @@ gTW gTW gTW gTW +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +gTW +gTW +gTW gTW gTW gTW @@ -210217,177 +146269,163 @@ gTW gTW gTW gTW -gTW +tBc tBc tBc tBc uXI tBc -wUq -wUq -wUq -wUq -wUq +tBc +tBc +tBc +tBc +tBc tyz -uKh +acC tyz -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 +tBc +tBc +tBc +tBc +tBc +tBc +pFt +tyz +tyz +aMV +oQp bAT -bkQ -bkQ -bSe -caq -bSe -bSe +vlJ +tBc +qyW +tBc +tBc +ylM +ajT +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc +tBc adt -adZ -rDu +adv +adz adB -adP -adN -adN +adE +adH +adL adN adP -dVG -efe -elp -adZ +adP +adP +adP +adY +bxm +bxm bxm -exF -eEC aeo aeE -aJr -snW -fxA -fxA -tBc -tBc -iVx -kSH -gcj -wES -gfy -bZA -tZC -xMM -tBc -vlJ -wCU -wES -hGV -hQW -hZA -gMT -wCU +aeN +aeZ tBc tBc tBc -wsU +acp tBc -tBc -tBc -tBc -xej -gTW -gTW +afd +qqi +gJF gPq -kxe -kEp +foH +afA +xej +gPq +gTW +gTW +gTW +gTW +gTW +eAA +nqD +nqD +nqD +nqD +nqD +eAA +eAA +eAA +eAA +eAA +nqD +nqD +nqD +nqD +nqD +bPN ctM -kYL -lgn -kEp +ctM +ctM +hqn tcn -lPW -lYN -kEp -kEp +hqn +vTj +lza +ncF uMo -lpf -oqJ -mNY -mTf -fDR -nfp +ncF +lza +vTj +lza +vTj +lza aaK wtE wFM aaQ tLQ -dxf -oqf -xUX -dBR -oRc -vXy -pgV -vXy -vXy -pGc -pEG -pEG -qrA -scD -fNP -fNP -rjk -roF +aaK +wtE +wFM +aaQ +eoN +eoN +eoN +eoN +rzq +rzq +eoN +rzq +rzq +eoN +eoN +eoN +nsH +gOn +dLg 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 +dLg +jao +pPQ +gPq +ikn +nus +nus +nus +nus +nus +xAU +gPq +gPq +gPq gPq gTW gTW @@ -210423,6 +146461,20 @@ gTW gTW gTW gTW +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -210480,177 +146532,177 @@ tBc tBc uXI tBc -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 +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 adJ -duK +adz adO adQ adT adV adW adZ -evw -exL -eDS +bxm +bxm +bxm aep -huR -ePO -snW -fxA -fxA +aeF +aeF +afa tBc tBc -iVx -iVx -euO -euO -ggf -fWS -euO -gHN -nqD -ijQ -ijQ -ijQ -ijQ -ijQ -ijQ -ijQ -uer tBc -vlJ +acn tBc -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 +afe +qqi +gJF gPq foH -lLx -wOp -nus -nus -nus -nus -nus -nus -nus -nus -nus -wxI +afA +xej 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 @@ -210737,172 +146789,172 @@ tBc tBc uXI tBc -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 +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 xiz adn ado adp -pCg -bBm -bGH -bKy -bSJ -cbe -moo -cqS -czy +xiz +adn +ado +adp +xiz +adw +adz adw -cNu -cWz adF adK -adK +adz adK adS adU -adX -elX +adz +adU 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 -wOp -lZj -gTW -gPq -kxn -kFu -uZV -uZV -uZV -ltW -uxI -tzX -tVd -miz -oDp -twr -myS -twr -wWs -oHv -vQN -nfB -aaM -aaO -nAJ -aaR -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 +tBc +tBc +tBc +tBc +tBc +tBc +afg +qqi +gJF gPq foH -lLx +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 +tzX +tVd +lza +eLv +oDp +eLv +lza +tVd +oHv +vQN +lza +aaM +aaO +aaO +aaR +aaD +aaM +aaO +aaO +aaR +aaS +aaS +aaS +aaS +aaS +aaS +cWz +cWz +aaT +aaW +aaW +aaW +aaZ +rhG +rZH +hmX +rZH +euB gPq +gTW +gTW +gTW gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW gPq -gPq -gPq -gPq -gPq -gPq -gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -210991,168 +147043,156 @@ gTW gTW tBc tBc -xMM -aaw -tBc -tBc -tBc -tBc tBc +uXI tBc +otM +otM +otM +otM +otM tyz -uKh +acC tyz +otM +otM +otM +otM +otM 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 +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 jwv -cNV -cXk -dfh +rDu +jwv +ePN tMb +rDu tMb -dHZ -dRi -dVM -efj -emg -bHm -qBc +ePN +tMb +rDu +tMb +ePN +aeb aec aed -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 -gTW -gPq -kxn -ptF -ptF -ptF -kxn -kki -uxI -lQv -tVK -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 +xiz +aeb +aec +aed +xiz +aeb +aec +aec +aed +xiz +qqi +gJF gPq foH -lLx +afA 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 +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 +xej +gTW +gTW +gTW +gTW +gPq +gTW +gTW +gTW gTW gTW gTW @@ -211189,15 +147229,27 @@ gTW gTW gTW gTW -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 @@ -211248,173 +147300,186 @@ gTW gTW tBc tBc -wpF +tBc uXI tBc -wUq -wUq -wUq -wUq -wUq -tyz -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 -bkQ -bBL -bGT +tBc +tBc +tBc +tyz +acC +tyz +tBc +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 loz -bTr -cbS -moo -cqS -czy -loz -rDu -rDu -dfw +lYz +oeC +ePN qtT +rVR tyO -tyO -dRl +ePN wvU -lyn +eoo wZu -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 -xej +ePN +gTW gPq +gTW +gTW gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW 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 +qqi +gJF gPq foH -lLx +afA xej gPq gTW gTW -jdh gTW gTW gTW gTW -jdh +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 +tBc +dLg +asN +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 @@ -211444,19 +147509,6 @@ gTW gTW gTW gTW -yfm -yfm -yfm -lwh -lwh -lwh -lwh -lwh -lwh -lwh -yfm -yfm -yfm gTW gTW gTW @@ -211507,161 +147559,79 @@ 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 -bkR +aZJ +aZJ +aZJ +aZJ +aZJ +tyz +acC +tyz +aZJ +aZJ +aZJ +aZJ +aZJ tBc -bkQ -bBZ -rDu -bLu -bTR -cdf -rDu -cro -czN +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 lyn moo -moo -dfF +lBW +ePN roo rWc -dIK -dRx +rqp +ePN wDD arL -emi -esc -qBc -eyv -eEI -eHA -eJK -eQb -afa -fxA -tBc -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 +wOK +ePN +gTW +gPq +gTW +gTW +gPq +gTW +gTW 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 +qqi +gJF +gPq +foH +afA xej gPq gTW @@ -211673,6 +147643,103 @@ 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 +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 +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -211699,21 +147766,6 @@ gTW gTW gTW gTW -yfm -yfm -yfm -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -yfm gTW gTW gTW @@ -211759,166 +147811,84 @@ 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 -ylM -ylM -ylM -ylM -ylM +pFt tyz -jZB -tyz -ylM -ylM -ylM -ylM -ylM -tBc -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 +akf +wpU +aUs +abK +aco +dVa +oqV +lVX +aka +xxU +eOr +wul +qdy +aio 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 +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 @@ -211930,6 +147900,104 @@ 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 +tBc +dLg +lBH +dLg +xej +gTW +gTW +foH +afH +afK +adC +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 +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -211956,22 +148024,6 @@ gTW gTW gTW gTW -yfm -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -yfm -yfm gTW gTW gTW @@ -212016,219 +148068,219 @@ gTW gTW gTW gTW +gTW tBc tBc tBc -wpF -aaw -xMM -tBc -tBc -tBc -tBc +uXI tBc +otM +otM +otM +otM +otM tyz -acu +acD tyz +otM +otM +otM +otM +otM tBc +pFt tBc -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 +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 gTW gTW gTW gTW gTW gPq -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 +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 -qMs +afQ afV -ofl -rqM -ryn -rGx -rQZ -ofl -wcU -wcU -syE +aba +rhG +rZH +rzc +rZH +luT +gPq +gPq +foH afI diG afN -tfx -tpG -tDF -tMZ -tUE -nus -nus -nus -nus -wxI +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 gPq -wOp -tKr -uFr -iVx -iVx -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -yfm +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 gTW gTW gTW @@ -212276,216 +148328,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 -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 +tyz +acu +tyz tBc tBc tBc tBc tBc tBc -fSl -fXC -gkg -grG -gBD -gJW -hbH -hik -hor -hzH -hor -hRT -iaF -ikY -isL -iAc -izP -xMM +pFt tBc -tBc -tBc -wpF -wCU -tBc -ahU +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 gTW gTW gTW gTW gTW gPq -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 +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 gyf +afR djB -djB -djB -rqO -djB -djB -rRo -rXw -wcU -spf -syR +aba +tBc +dLg +dnc +dLg +xej +gTW +gTW +foH afJ afL afO -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 +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 gTW gTW gTW @@ -212530,219 +148582,219 @@ gTW gTW gTW gTW -cUS +gTW +gTW +tBc +tBc +uXI +tBc tBc tBc tBc -aax -xMM -xMM -xMM tBc tBc -xMM -tyz tyz +acF tyz tBc -vlJ -xMM -xMM -tBc -tBc -aaw -tBc -tBc -xMM -vlJ -fxA -fxA -fxA -tBc -wCU -tBc -aKT -aCQ -aCQ -aCQ -aZy -tBc -bkT +gOn +ylM tBc tBc tBc -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 +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 gTW gTW gTW gTW gTW gPq -ahB -lxz -lDk -lSj -lEc -lEc -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 +pft gPq -tVH gPq -gTW -gTW +vJJ +vJJ +vJJ +iEg +iEg +iEg +wTp 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 -iVx -iVx -iVx -vfZ -iVx -vKp -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -yfm -yfm +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 gTW gTW gTW @@ -212787,218 +148839,218 @@ gTW gTW gTW gTW +gTW +gTW tBc tBc -tBc -xMM -aaw -tZC -wpF -wpF -tBc -tBc -wCU +uXI tBc tBc tBc tBc -xMM -xMM -xMM +tBc +tBc +tyz +tyz +tyz +tBc vlJ -tBc -lpR -xMM +gOn +gOn tBc tBc -fxA -fxA -fxA -fxA -fxA +pFt tBc -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 +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 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 -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 +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 -wOp -iVx -iVx -iVx -iVx -iVx -lwh -lwh -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 gTW gTW gTW @@ -213044,163 +149096,45 @@ 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 -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 +tRM +tRM gPq gTW gTW @@ -213217,45 +149151,163 @@ gTW gTW gTW gTW +pft gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +wsi +fqJ +ntb +jdK +xMZ +sPQ +xej +gPq gTW gTW gTW gTW gPq +gTW +gPq +qqi +foH +klg wOp -tKr -iVx -iVx -iVx -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -yfm +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 gTW gTW gTW @@ -213301,162 +149353,84 @@ gTW gTW gTW gTW +gTW +gTW +tBc +tBc +wMa +kfp +tBc +tBc +tBc +tBc +tBc +tBc +tBc +wsU tBc tBc -xMM wpF -xMM -aaE -aaV -yex -yex -yex -hFN +gOn +wcK tBc -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 +pFt +tyz +aki +grE +vLF +reu +aki +edj +xFl +sAJ +ptz +ajU +ajV +ajX +ajW +akr gPq -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 +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 @@ -213468,6 +149442,99 @@ 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 +abb +rZH +hmX +rZH +luT +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 @@ -213498,21 +149565,6 @@ gTW gTW gTW gTW -yfm -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -yfm gTW gTW gTW @@ -213558,163 +149610,45 @@ gTW gTW gTW gTW -tBc -tBc -tZC -tBc -tBc -tBc -tBc gTW gTW gTW -abR -yex -yex -yex -yex -yex -yex -yex -yex -yex -xFi -tBc -tBc -tBc -tBc -fxA -fxA -fxA -fxA -fxA +gTW +gTW +wMa +nBc +nBc +nBc +nBc +kfp tBc tBc tBc tBc tBc tBc +gOn +ylM +vlJ +pFt tBc -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 +aki +aki +aki +aki +aki +akr +ail +akr +aio +akr +wul +wul +ajY +akr +gPq +wfn +hGl gPq gTW gTW @@ -213731,6 +149665,139 @@ 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 +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 +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 +gTW +gTW +gTW gTW gTW gTW @@ -213755,21 +149822,6 @@ gTW gTW gTW gTW -yfm -yfm -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -yfm -yfm -yfm gTW gTW gTW @@ -213816,12 +149868,6 @@ gTW gTW gTW gTW -tBc -tBc -tBc -tBc -tBc -tBc gTW gTW gTW @@ -213831,146 +149877,74 @@ gTW gTW gTW gTW -gTW -gTW -gTW -tBc -uXI +wMa +nBc +nBc +nBc +nBc +nBc +nBc +nBc +nBc +nBc +nqx tBc tBc +tyz tBc tBc +tyz 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 +acK gPq -gPq -wOp -gPq -hdd -gPq -hrm +egq 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 +nus +xAU +gPq +gPq +gPq +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +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 @@ -213982,6 +149956,96 @@ 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 +vlJ +dLg +asN +dLg +dLg +rZH +dLg +dLg +dLg +dLg +rZH +dLg +dLg +dLg +dLg +rZH +dLg +dLg +dLg +dLg +xej +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -214013,18 +150077,6 @@ gTW gTW gTW gTW -yfm -yfm -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -yfm gTW gTW gTW @@ -214074,9 +150126,6 @@ gTW gTW gTW gTW -tBc -tBc -tBc gTW gTW gTW @@ -214092,144 +150141,158 @@ gTW gTW gTW gTW -abR -yex -yex -hFN +gTW +gTW 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 +oIl +fBb +fBb +fBb +fBb +fBb +fBb +fBb +fBb +fBb +fBb +fBb +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 +gPq +gTW +gTW +gTW +gTW +gPq +gTW +gTW +qqi +foH +klg +wOp +afA +xej +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gPq foH -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 -szd wOp -wOp -wOp -tfC -wOp -wOp -nus -nus -wxI -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 +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 gTW gTW gTW @@ -214271,17 +150334,6 @@ gTW gTW gTW gTW -yfm -yfm -lwh -lwh -lwh -lwh -lwh -lwh -yfm -yfm -yfm gTW gTW gTW @@ -214351,61 +150403,66 @@ 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 @@ -214415,78 +150472,81 @@ gTW gTW gPq foH -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 +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 gTW gTW gTW @@ -214529,14 +150589,6 @@ gTW gTW gTW gTW -yfm -yfm -yfm -yfm -yfm -yfm -yfm -yfm gTW gTW gTW @@ -214609,59 +150661,64 @@ 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 @@ -214671,109 +150728,104 @@ gTW gTW gTW gPq -obM -ikZ -itv -itf -ikZ -iOp -iXk -aaX -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 +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 aaX -aaX -aaX -aaX -aaX -aaX -aaX -cUU -aaX -aaX -ofl -ofl -ofl -pEG -pEG -pEG -pEG +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 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 -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW +iFl +iEg +iEg +iEg +mcC gTW gTW gTW @@ -214868,134 +150920,12 @@ 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 -gTW -gTW -gTW +gPq gTW gTW gTW gTW gPq -gPq -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 -aaX -aaX -aaX -ufr -wgk -tBc -tBc -tBc -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW gTW gTW gTW @@ -215019,6 +150949,95 @@ gTW 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 +aaX +sKH +gNc +gPq gTW gTW gTW @@ -215029,8 +151048,41 @@ gTW gTW gTW gTW +gPq gTW gTW +ila +rZH +hmX +rZH +luT +gTW +gTW +gTW +gTW +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 @@ -215125,62 +151177,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 -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 +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 @@ -215194,69 +151246,54 @@ foH wOp aay prt -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 +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +vka +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 +yeO vxr -eAA +afW aaX tyz -wgk -tBc -tBc -tBc -gTW -gTW -gTW -gTW -gPq -gTW -gTW -gTW -gTW -gTW -gTW -gTW +xej gPq gTW gTW @@ -215268,6 +151305,14 @@ gTW gTW gTW gTW +gPq +gTW +gTW +foH +dLg +dnc +dLg +xej gTW gTW gTW @@ -215278,25 +151323,32 @@ 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 +nus +nus +nus +nus +pPQ +gPq +guZ +nus +wOp +wjK +xej +gPq +iFl +iEg +iEg +iEg +iEg +iEg +iEg +mcC gTW gTW gTW @@ -215382,6 +151434,30 @@ 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 @@ -215390,8 +151466,14 @@ gTW gTW gTW gTW +yfm +tEk +yfm +yfm +tEk +yfm gTW -gTW +gPq gTW gTW gTW @@ -215399,46 +151481,16 @@ gTW gTW gPq gTW -gPq -gTW gTW +chL +gJF gPq foH -wQr -cJt -cPX -cYJ -wQr -doD -dyo -dKp -wQr -dZx -egI -eoB -wQr +afA 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 @@ -215492,16 +151544,39 @@ vka vka vka prt -qug -qBT -qOx -vxr +aaB +eAA +dbT +eAA aaX tyz -wgk -tBc -tBc -tBc +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 @@ -215518,44 +151593,21 @@ 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 +gPq +foH +wjK +wOp +map +wOp +wjK +wjK +wjK +wjK +wjK +wjK +xej +gPq +afF gTW gTW gTW @@ -215639,63 +151691,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 -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -mcC -iEg -syk -gTW -gTW +chL +gJF gPq foH -wQr -cJx -cQH -cJD -wQr -doH -dyy -tfk -wQr -eak -ehV -eaq -wQr +afA 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 @@ -215749,68 +151801,68 @@ vka vka vka prt -aaB -eAA -vxr -eAA +aaU +ghb +lQw +dbT aaX tyz -wgk +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 tBc -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 +yfm +yfm +yfm +yfm +yfm +yfm +tEk gTW gTW gTW +gPq +guZ +wOp +pPQ +gPq +guZ +nus +nus +nus +nus +nus +nus +pPQ gTW gTW gTW @@ -215896,63 +151948,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 -wQr -cJD -cJD -cJD -wQr -tfk -tfk -tfk -wQr -eaq -eaq -eaq -wQr +afA 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 @@ -215961,112 +152013,112 @@ gTW gTW gTW gPq -iON +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 +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 -qCm -qPf -rak +eAA +dbT +eAA aaX -tyz -wgk +wOp +xej +gPq +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +gTW +gTW +ila +rZH +wCA +rZH +luT +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW tBc tBc +uKh +yfm +yfm +tEk +yfm +yfm +yfm +yfm +yfm +yfm +yfm +uHO +gPq +gPq +gJF +gPq gTW gTW -gTW -foH -nla -pqe -taa -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 +gPq gTW gTW gTW gTW +gPq gTW gTW gTW @@ -216153,61 +152205,61 @@ 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 -foH -wQr -wQr -wQr -wQr -wQr -wQr -wQr -wQr -wQr -wQr -wQr -wQr -wQr -xej gPq gTW +wES gTW -foH -fSN -xej -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -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 +wQr +quc +tfk +nGE +nGE +nGE +nGE +nGE +yfm +yfm +yfm +yfm +tBc +tBc +gPq +gPq +gPq +qqi +gJF +gPq +bal +afB +mLn +gPq gTW gTW gTW @@ -216220,110 +152272,110 @@ 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 -qCq -lHp -raq +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 aaX -tyz -wgk +aaX +aaX +aaX +wOp +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 -xaP +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 gPq -gPq -foH -kzX -iCj -lJV -xej -gPq -gPq -gPq -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 @@ -216406,66 +152458,66 @@ gTW gTW gTW gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -foH -fSN -xej -gTW -gTW +afF gPq -foH -daC -nus -nus -nus -daC -nus -nus -nus -daC -nus -nus -nus -daC -xej gPq +wOp +gPq +gPq +wES gTW -gTW -foH -fSN -xej -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -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 +gPq +gPq +uod +afz +yfm +oYS +afC +oYS +yfm +yfm gTW gTW gTW @@ -216477,110 +152529,110 @@ 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 -qCQ -qPD -rau -aaX -tyz -wgk -tBc -tBc +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 gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +gTW foH -gNn -pJd -esY +rZH +kYd +xVm +rZH +rZH xej gTW -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 +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 gTW gTW +gPq gTW gTW gTW @@ -216650,71 +152702,6 @@ 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 -foH -fSN -xej -gTW -gTW -gPq -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 @@ -216732,112 +152719,177 @@ 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 +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 +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gPq +gTW +foH +rZH +fmy +fGM +pKd +rZH +xej +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 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 +gPq gTW gTW gTW @@ -216906,28 +152958,142 @@ gTW gTW gTW gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +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 -iAs -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -216938,163 +153104,49 @@ gTW gTW gTW gTW +gPq gTW foH -fSN +rZH +iyi +ugr +vKn +rZH xej 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 +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 -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 @@ -217163,71 +153215,6 @@ gTW gTW gTW gTW -hAW -xVc -gTW -gTW -gTW -gTW -gTW -gTW -gTW -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 -fSN -xej -gTW -mcC -iEg -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 @@ -217246,59 +153233,107 @@ 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 +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 +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -217324,34 +153359,51 @@ gTW gTW gTW gTW +iFl +map +map +map +sRg +rZH +sJn +ruS +eaQ +rZH +sRg +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 gTW -gTW -gTW -gTW -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 @@ -217419,76 +153471,6 @@ gTW gTW gTW gTW -mpH -hQZ -xVc -gTW -gTW -gTW -gTW -gTW -gTW -gTW -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 -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 @@ -217502,60 +153484,113 @@ gTW gTW gTW gTW +afF 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 +gPq +gPq +wOp +gPq +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 @@ -217581,34 +153616,51 @@ 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 -gTW -gTW -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 @@ -217676,9 +153728,83 @@ gTW gTW gTW gTW -hAW -lVd -xfb +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 gTW gTW gTW @@ -217710,37 +153836,6 @@ 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 @@ -217760,112 +153855,69 @@ 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 +gTW +gTW +gTW +gTW +gTW +gTW +gTW 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 @@ -217933,9 +153985,6 @@ gTW gTW gTW gTW -kmj -lVd -xVc gTW gTW gTW @@ -217950,50 +153999,69 @@ gTW gTW gTW gTW +afF +gPq +gPq +gPq +wOp +gPq +gPq +wES gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -obM +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 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 -fTD +hkm +oYS +pst +oYS +pst +oYS +afy +jjN +yfm +yfm gTW gTW gTW @@ -218016,113 +154084,97 @@ 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 +gGF +iEg +iEg +iEg +mcC +gTW +gTW +gTW +gGF +iEg +iEg +iEg +mcC +gTW +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 -eAA -vxr -eAA -aaX -tyz -wgk -gPq -gPq -gPq -gPq -gPq -gPq -wnp -gPq -gPq -gPq -gPq +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 yfm yfm yfm yfm yfm -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 +yfm +yfm +tEk gTW gTW gTW @@ -218188,23 +154240,6 @@ gTW gTW gTW gTW -jUY -jUY -meM -jON -meM -jUY -jUY -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -218228,119 +154263,168 @@ gTW gPq gTW gTW -gTW +wES 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 -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 +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 yfm yfm yfm @@ -218349,38 +154433,6 @@ 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 @@ -218444,71 +154496,6 @@ 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 @@ -218531,113 +154518,178 @@ 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 +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 +tBc +xej gPq gTW gTW +yfm +yfm +aUb +dnV +opN +afy +aex +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 +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 -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh +pnH +kLW +kLW +kLW +pnH yfm -tBc -tBc -tBc -tBc -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 @@ -218699,23 +154751,6 @@ gTW gTW gTW gTW -jUY -jUY -xyC -cXd -hEu -eAB -wnA -jUY -jUY -jUY -jUY -jUY -jUY -gTW -gTW -gTW -gTW gTW gTW gTW @@ -218742,28 +154777,86 @@ gTW gPq gTW gTW -gTW +wES 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 -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gPq -gTW -gPq -gTW -gTW -gTW -gPq +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 @@ -218787,115 +154880,74 @@ 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 -qDn -qPX -raY -aaX -tyz -wgk +afJ +afL +afO +xej +gTW +gTW +gTW +foH +afJ +afL +afO +xej gPq gPq gPq gPq gPq gPq -fWR -hqF -yfm -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh +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 +tBc +tBc +tBc +yfm +yfm +yfm +pnH +gxf +kif +vvv +pnH yfm yfm -wCU -tBc -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 gTW @@ -218955,25 +155007,6 @@ 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 @@ -218996,163 +155029,182 @@ 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 -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 +gPq +gPq +wES +gTW +iiB +iiB +iiB +bDu +bFL +eUP +gEn +bIj +hZA +iAc +gEn +eUP +bFL +bDu +nGE 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 -aaX -tyz -wgk +nus +nus +nus +pPQ +gTW +gTW +gTW +ikn +nus +nus +nus +pPQ +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gJF gPq gTW -gTW -gTW -gTW -aaI +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 +tBc tBc -wLA -wCU -iVx -iVx -lwh -lwh -lwh -lwh -lwh -mNC -mNC -iVx -lwh -lwh -lwh -lwh yfm yfm yfm -tBc -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 +pnH +kif +eYo +wko +pnH +yfm +yfm gTW gTW gTW @@ -219211,24 +155263,6 @@ 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 @@ -219253,11 +155287,74 @@ gTW gTW gTW gTW -jdh gTW gTW gTW -jdh +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 gTW gTW gTW @@ -219271,13 +155368,11 @@ gTW gTW gTW gTW -jdh gTW gTW gTW gTW gTW -jdh gTW gTW gTW @@ -219302,114 +155397,71 @@ 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 -qDx -qQf -rbJ -aaX -tyz -xej +gTW +gTW +gTW +gTW +gTW +gTW +gTW gPq gTW gTW gTW gTW -abe +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 tBc -yhL -tBc -iVx -iVx -iVx -lwh -lwh -iVx -iVx -iVx -iVx -iVx -mEi -lwh -lwh -lwh -lwh -lwh +gOn +vlJ +yfm +yfm +pnH +wko +qAX +fng +pnH 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 @@ -219468,68 +155520,6 @@ 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 @@ -219558,116 +155548,178 @@ 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 -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 +bJt +iNg +vyH +iNg +brd xej -gPq -gPq -gPq -vOh -aaS +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 -hqF -yfm -iVx -iVx -iVx -mEi -mNC -iVx -iVx -mNC -mNC -iVx -iVx -mNC -lwh -lwh -lwh -lwh -lwh +wpF +yfm +yfm +pnH +kLW +kif +kLW +pnH +kLW 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 gTW gTW gTW @@ -219724,68 +155776,6 @@ 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 @@ -219816,115 +155806,177 @@ 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 -qug -qBT -qOx -vxr -aaX -tyz -wOp -iEg -iEg -iEg -cOJ +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 tBc tBc yfm yfm -lwh -lwh -iJu -iVx -jBf -iVx -iVx -mNC -mNC -mNC -mNC -iVx -iVx -lwh -iVx -iJu -lwh -lwh -lwh +pnH +oMK +pCN +fRv +kLW +yfm 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 @@ -219981,67 +156033,6 @@ 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 @@ -220071,117 +156062,178 @@ gTW gTW gTW gTW +wES +wES +gPq +gPq +eFi +gPq +gPq +gPq gTW gPq -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 +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 nus nus -nus -etW +bgP +tBc +tBc tBc yfm yfm -lwh -lwh -lwh -iVx -iVx -dGY -iVx -iVx -mNC -mNC -mNC -iVx -iVx -iVx -lwh -iVx -gcj -kSH -lwh -lwh +juB +oMK +juB +juB +juB 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 @@ -220237,67 +156289,6 @@ 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 @@ -220329,116 +156320,177 @@ gTW gTW gTW gTW +wES gPq -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 +wES +wES +wES gPq +wES +wES +wES gPq +wES +wES +wES gPq -abe +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 tBc +tBc +tBc +tBc +tBc +tBc +gOn +wpF +gOn +gOn +wcK +rZH +aDJ +bQf +yeD +rZH +rZH +rZH +rZH +gTW +gTW +gTW +gTW +djf +tBc +wpF +yfm +yfm +juB +cTo +oMK +oMK +juB 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 gTW gTW gTW @@ -220494,28 +156546,6 @@ 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 @@ -220586,116 +156616,138 @@ 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 -abe +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 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 @@ -220751,27 +156803,6 @@ 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 @@ -220843,116 +156874,137 @@ 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 -eRO +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +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 -wsU +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 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 @@ -221008,27 +157060,6 @@ 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 @@ -221100,116 +157131,137 @@ 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 -eRO +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +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 +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 @@ -221264,27 +157316,6 @@ 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 @@ -221400,7 +157431,6 @@ gTW gTW gTW gTW -gPq gTW gTW gTW @@ -221408,64 +157438,86 @@ gTW gTW gTW gTW -gPq gTW gTW gTW gTW gTW gTW -eRO +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +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 -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 +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 gTW gTW gTW @@ -221521,25 +157573,6 @@ 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 @@ -221657,7 +157690,6 @@ gTW gTW gTW gTW -gPq gTW gTW gTW @@ -221665,7 +157697,6 @@ gTW gTW gTW gTW -gPq gTW gTW gTW @@ -221673,56 +157704,77 @@ gTW gTW gTW gTW -fWR +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +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 -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 +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 gTW gTW gTW @@ -221778,23 +157830,6 @@ gTW gTW gTW gTW -jUY -eOr -hEu -hco -dhS -xHR -xHR -xHR -xHR -lNa -hEu -hco -lyr -orv -jUY -jUY -jUY gTW gTW gTW @@ -221914,7 +157949,6 @@ gTW gTW gTW gTW -gPq gTW gTW gTW @@ -221922,7 +157956,6 @@ gTW gTW gTW gTW -gPq gTW gTW gTW @@ -221930,34 +157963,6 @@ 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 @@ -222004,6 +158009,53 @@ 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 @@ -222035,21 +158087,6 @@ gTW gTW gTW gTW -jUY -eOr -hEu -wwm -xHR -qEn -rov -xHR -xHR -jrn -hEu -hEu -lyr -jUY -jUY gTW gTW gTW @@ -222169,73 +158206,88 @@ gTW gTW gTW gTW -acG -iEg -iEg -iEg -lZj gTW gTW gTW -acG -iEg -iEg -iEg -lZj gTW gTW gTW gTW gTW -foH -tBc -gMH -hWb -iRi -hqF +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +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 yfm -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -lwh -kSH -iVx -iVx -iVx -iVx -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 @@ -222292,28 +158344,12 @@ 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 @@ -222426,30 +158462,80 @@ gTW gTW gTW gTW -foH -nla -pqe -nfY -xej gTW gTW gTW -foH -nla -pqe -nfY -xej gTW gTW gTW gTW gTW -foH -tBc -tBc -cjX -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 +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm +yfm yfm yfm yfm @@ -222457,42 +158543,8 @@ yfm yfm yfm yfm -lwh -lwh -lwh -lwh -cGY -iVx -iVx -iVx -iVx -kSH -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 @@ -222549,28 +158601,11 @@ 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 @@ -222683,72 +158718,89 @@ gTW gTW gTW gTW -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 +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +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 -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -222806,27 +158858,10 @@ 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 @@ -222940,19 +158975,9 @@ gTW gTW gTW gTW -foH -gNn -pJd -esY -xej gTW gTW gTW -foH -gNn -pJd -esY -xej gTW gTW gTW @@ -222964,48 +158989,75 @@ gTW gTW gTW gTW -vTT -bbE -bbE -tBc -tBc -tBc -tBc -tBc -iVx -iVx -iVx -iVx -lwh -lwh -lwh -lwh -lwh -lwh -gcj -bwF -iVx -lwh +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +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 -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -223064,26 +159116,10 @@ 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 @@ -223197,19 +159233,9 @@ gTW gTW gTW gTW -iOY -nus -nus -nus -wxI gTW gTW gTW -iOY -nus -nus -nus -wxI gTW gTW gTW @@ -223224,44 +159250,70 @@ gTW gTW gTW gTW -vTT -tBc -tBc -tBc -tBc -iVx -iVx -kSH -lwh -lwh -lwh -lwh -lwh -iVx -iVx -iVx -gcj -iJu -lwh +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +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 -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -223321,25 +159373,9 @@ 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 @@ -223456,7 +159492,6 @@ gTW gTW gTW gTW -gPq gTW gTW gTW @@ -223464,7 +159499,6 @@ gTW gTW gTW gTW -gPq gTW gTW gTW @@ -223482,42 +159516,60 @@ gTW gTW gTW gTW -eRO -bbE -tBc -tBc -tBc -iVx -lwh -lwh -lwh -cGY -iVx -iJu -kSH -koy -koy -iVx -iVx -gcj +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +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 -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -223579,23 +159631,9 @@ gTW gTW gTW gTW -jUY -orv -lRk -jPU -hEu -hco -hEu -hEu -rXC -jUY gTW gTW gTW -jUY -orv -orv -jUY gTW gTW gTW @@ -223713,7 +159751,6 @@ gTW gTW gTW gTW -jdh gTW gTW gTW @@ -223721,7 +159758,6 @@ gTW gTW gTW gTW -jdh gTW gTW gTW @@ -223741,37 +159777,53 @@ gTW gTW gTW gTW -eRO -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 +yfm +yfm yfm yfm -lwh -kSH -iVx -koy -koy -koy -koy -koy -koy -iVx -gHp yfm yfm -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW -gTW gTW gTW gTW @@ -223836,22 +159888,9 @@ gTW gTW gTW gTW -jUY -jUY -orv -orv -lRk -lRk -lRk -cjD -jUY gTW gTW gTW -jUY -jUY -jUY -jUY gTW gTW gTW @@ -223999,23 +160038,36 @@ gTW gTW gTW gTW -eRO -tBc -yfm -yfm -lwh -iVx -koy -koy -koy -koy -koy -koy -iVx -iVx -iVx -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 @@ -224094,19 +160146,10 @@ gTW gTW gTW gTW -jUY -jUY -orv -orv -orv -jUY -jUY gTW gTW gTW gTW -jUY -jUY gTW gTW gTW @@ -224257,21 +160300,30 @@ gTW gTW gTW gTW -eRO -wsU -yfm -lwh -iJu -iVx -iVx -koy -koy -koy -cGY -iVx -iJu -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 @@ -224352,10 +160404,6 @@ gTW gTW gTW gTW -jUY -jUY -jUY -jUY gTW gTW gTW @@ -224515,20 +160563,24 @@ gTW gTW gTW gTW -eRO -yfm -lwh -lwh -kSH -gcj -iVx -koy -iVx -iVx -kSH -lwh -lwh -yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -224773,19 +160825,19 @@ gTW gTW gTW gTW -yfm -yfm -lwh -lwh -gcj -bwF -iVx -iJu -lwh -lwh -lwh -yfm -yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -225031,17 +161083,17 @@ gTW gTW gTW gTW -yfm -yfm -lwh -lwh -kSH -lwh -lwh -lwh -yfm -yfm -yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -225289,14 +161341,14 @@ gTW gTW gTW gTW -yfm -yfm -lwh -lwh -lwh -yfm -yfm -yfm +gTW +gTW +gTW +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -225547,11 +161599,11 @@ gTW gTW gTW gTW -yfm -yfm -yfm -yfm -yfm +gTW +gTW +gTW +gTW +gTW gTW gTW gTW @@ -229476,65539 +165528,3 @@ 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 -ehR -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 -dlW -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 -ehR -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 -nia -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 -mNG -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 -hUa -hUa -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 -xLp -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 -smG -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 -pdn -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 -dGG -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 -uvH -uvH -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 -igl -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 -hFr -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 -wPe -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 -sTQ -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 -wYw -oNd -fVk -fVk -oAE -oQp -oAE -fVk -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 -fHT -qnK -fHT -fHT -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 -sPQ -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 -wZH -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 2c9b4d2ab..fb51e5930 100644 --- a/_maps/map_files/generic/CentCom.dmm +++ b/_maps/map_files/generic/CentCom.dmm @@ -2482,6 +2482,11 @@ 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 @@ -3696,20 +3701,6 @@ /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" @@ -4260,6 +4251,18 @@ }, /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 @@ -4634,6 +4637,10 @@ /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" = ( @@ -9333,12 +9340,17 @@ /turf/open/floor/plasteel/dark, /area/centcom/ferry) "iFk" = ( -/obj/effect/turf_decal/stripes/line{ - dir = 1 +/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, -/turf/open/floor/plasteel, -/area/centcom/ferry) +/turf/open/space, +/area/space) "iFv" = ( /obj/effect/turf_decal/tile/brown{ dir = 8 @@ -12927,7 +12939,6 @@ /obj/effect/mapping_helpers/airlock/cyclelink_helper{ dir = 8 }, -/obj/effect/turf_decal/delivery, /turf/open/floor/plasteel, /area/centcom/ferry) "mei" = ( @@ -13069,6 +13080,9 @@ /obj/item/storage/pill_bottle/mutarad{ pixel_x = -7 }, +/obj/item/razor{ + pixel_y = 12 + }, /obj/machinery/light/small{ dir = 4; pixel_x = 10; @@ -16170,18 +16184,6 @@ }, /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, @@ -16859,6 +16861,7 @@ "pFm" = ( /obj/structure/table/glass, /obj/item/surgical_drapes, +/obj/item/razor, /turf/open/floor/holofloor{ icon_state = "white" }, @@ -59742,7 +59745,7 @@ fWS fWS fWS fWS -oXv +fWS fWS fWS fWS @@ -59998,9 +60001,9 @@ cJc eRA eRA fWS -eRA -dzb -eRA +fWS +fWS +fWS fWS fWS fWS @@ -60255,9 +60258,9 @@ txL iyB eRA fWS -eRA +fWS iFk -eRA +fWS fWS fWS fWS @@ -60513,7 +60516,7 @@ hFM eDP fWS eRA -iFk +dUw eRA fWS eDP @@ -60770,7 +60773,7 @@ uYp eDP cQu eRA -iFk +cnW eRA pMV eDP diff --git a/_maps/shuttles/arrival_box.dmm b/_maps/shuttles/arrival_box.dmm index 71ffb547b..7c2c15e9d 100644 --- a/_maps/shuttles/arrival_box.dmm +++ b/_maps/shuttles/arrival_box.dmm @@ -1,750 +1,292 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"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/arrivals{ - icon_state = "arrivals52" - }, -/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/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/arrivals{ - icon_state = "arrivals47" - }, -/area/shuttle/arrival) -"KB" = ( +"a" = ( /turf/template_noop, /area/template_noop) -"KN" = ( -/turf/closed/wall/mineral/titanium/custom/window/arrivals{ - icon_state = "arrivals16" - }, +"b" = ( +/turf/closed/wall/mineral/titanium, /area/shuttle/arrival) -"Lv" = ( -/turf/closed/wall/mineral/titanium/custom/window/arrivals{ - icon_state = "arrivals19" - }, -/area/shuttle/arrival) -"My" = ( +"c" = ( /obj/machinery/door/airlock/titanium{ name = "Arrivals Shuttle Airlock" }, -/obj/effect/turf_decal/delivery/white, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" - }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, /area/shuttle/arrival) -"Ov" = ( -/turf/closed/wall/mineral/titanium/custom/arrivals{ - icon_state = "arrivals7" - }, +"d" = ( +/obj/effect/spawner/structure/window/shuttle, +/turf/open/floor/plating, /area/shuttle/arrival) -"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 - }, +"e" = ( /obj/structure/table, /obj/item/storage/firstaid/regular, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_plate" - }, +/turf/open/floor/mineral/titanium/blue, /area/shuttle/arrival) -"Pr" = ( -/turf/closed/wall/mineral/titanium/custom/arrivals{ - icon_state = "arrivals24" - }, +"f" = ( +/turf/open/floor/mineral/titanium/blue, /area/shuttle/arrival) -"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" = ( +"g" = ( +/obj/machinery/computer/arcade, /obj/machinery/light{ - pixel_y = -1 + dir = 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 + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/arrival) +"s" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4 + }, +/turf/open/floor/plating/airless, +/area/shuttle/arrival) +"t" = ( +/obj/machinery/door/airlock/titanium{ + name = "Arrivals Shuttle Airlock" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/arrival) +"u" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4 + }, +/obj/docking_port/mobile/arrivals, +/turf/open/floor/plating/airless, +/area/shuttle/arrival) +"v" = ( /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" - }, +/turf/open/floor/mineral/titanium/blue, /area/shuttle/arrival) -"TW" = ( -/turf/closed/wall/mineral/titanium/custom/window/arrivals{ - icon_state = "arrivals11" - }, -/area/shuttle/arrival) -"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/closed/wall/mineral/titanium/custom/window/arrivals{ - icon_state = "arrivals30" - }, -/area/shuttle/arrival) -"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" = ( +"w" = ( /obj/structure/chair/comfy/shuttle{ - dir = 8 + 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/dark{ - icon_state = "darkfull_plate" +/obj/machinery/light/small{ + dir = 4 }, +/turf/open/floor/mineral/titanium/blue, /area/shuttle/arrival) -"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" - }, +"x" = ( +/obj/structure/closet/emcloset, +/turf/open/floor/mineral/titanium/blue, /area/shuttle/arrival) -"Zg" = ( -/turf/closed/wall/mineral/titanium/custom/arrivals{ - icon_state = "arrivals36" - }, +"y" = ( +/obj/machinery/light, +/turf/open/floor/mineral/titanium/blue, /area/shuttle/arrival) -"Zm" = ( -/obj/effect/turf_decal/tile/neutral{ - dir = 9 - }, -/turf/open/floor/plasteel/dark{ - dir = 1; - icon_state = "darkfull_plate" +"z" = ( +/obj/item/radio/intercom{ + name = "Station Intercom (General)"; + pixel_y = -29 }, +/obj/machinery/light, +/turf/open/floor/mineral/titanium/blue, /area/shuttle/arrival) -"Zu" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 8 - }, -/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_plate" +"A" = ( +/obj/structure/shuttle/engine/propulsion/burst/left{ + dir = 4 }, +/turf/open/floor/plating/airless, /area/shuttle/arrival) -"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" - }, +"S" = ( +/turf/open/floor/mineral/titanium, /area/shuttle/arrival) (1,1,1) = {" -KB -TW -cn -ks -cO -Al -KB +a +b +o +d +d +b +a "} (2,1,1) = {" -KB -Wi -YZ -vk -fF -gC -KB +a +b +p +S +v +b +a "} (3,1,1) = {" -mi -uC -uf -vk -Sp -cw -ZT +a +b +q +S +w +b +a "} (4,1,1) = {" -fS -CA -qS -My -yU -pB -lo +b +b +b +t +b +b +b "} (5,1,1) = {" -Sb -gu -Pb -QB -Dm -Zg -eb +b +e +S +S +S +x +b "} (6,1,1) = {" -oD -kF -ZZ -mA -Zm -sd -HU +c +f +r +r +r +f +c "} (7,1,1) = {" -ph -Zu -JU -mA -Zw -WO -lE +b +g +f +f +f +y +b "} (8,1,1) = {" -EA -Zu -JU -mA -Zw -WO -jg +d +h +r +r +r +f +d "} (9,1,1) = {" -EA -Zu -JU -mA -Zw -WO -Kb +d +i +f +f +f +f +d "} (10,1,1) = {" -nO -Zu -JU -mA -Zw -WO -yl +d +j +r +r +r +f +d "} (11,1,1) = {" -oD -qw -ZZ -UU -Zm -QK -HU +d +k +f +f +f +f +d "} (12,1,1) = {" -Ov -Il -OQ -rC -gK -sk -OT +b +l +r +r +r +z +b "} (13,1,1) = {" -kq -VR -gN -Pr -ze -dO -lt +c +f +S +S +S +f +c "} (14,1,1) = {" -pZ -KN -PR -xW -Qd -nC -ov +b +m +m +m +m +m +b "} (15,1,1) = {" -WM -Lv -qa -We -de -zV -qz +b +n +s +u +s +A +b "} diff --git a/_maps/shuttles/emergency_box.dmm b/_maps/shuttles/emergency_box.dmm index 70d0f3478..d65da0b3f 100644 --- a/_maps/shuttles/emergency_box.dmm +++ b/_maps/shuttles/emergency_box.dmm @@ -1,3090 +1,636 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "aa" = ( -/turf/closed/wall/mineral/titanium/custom/window/departures{ - icon_state = "departures39" - }, -/area/shuttle/escape) +/turf/template_noop, +/area/template_noop) "ab" = ( /obj/machinery/door/airlock/titanium{ name = "Emergency Shuttle Airlock"; req_access_txt = "2" }, /obj/structure/fans/tiny, -/obj/effect/turf_decal/delivery/red, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" - }, +/turf/open/floor/mineral/plastitanium/red/brig, /area/shuttle/escape) "ac" = ( -/turf/closed/wall/mineral/titanium/custom/departures{ - icon_state = "departures48" - }, +/obj/effect/spawner/structure/window/shuttle, +/turf/open/floor/plating, /area/shuttle/escape) "ad" = ( -/turf/closed/wall/mineral/titanium/custom/window/departures{ - icon_state = "departures49" - }, +/turf/closed/wall/mineral/titanium, /area/shuttle/escape) "ae" = ( -/turf/closed/wall/mineral/titanium/custom/window/departures{ - icon_state = "departures53" - }, +/turf/closed/wall/mineral/titanium/interior, /area/shuttle/escape) "af" = ( -/turf/closed/wall/mineral/titanium/custom/departures{ - icon_state = "departures52" - }, +/obj/structure/table, +/obj/machinery/recharger, +/turf/open/floor/mineral/titanium/blue, /area/shuttle/escape) "ag" = ( /obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/obj/effect/turf_decal/tile/red{ - dir = 10 - }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" - }, -/area/shuttle/escape) -"ah" = ( -/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/effect/turf_decal/tile/blue{ - dir = 6 - }, -/obj/effect/turf_decal/tile/blue{ dir = 1 }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_trim" +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"ah" = ( +/obj/machinery/computer/emergency_shuttle, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"ai" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular{ + pixel_x = 2; + pixel_y = 3 }, +/obj/item/crowbar, +/obj/item/storage/firstaid/fire, +/turf/open/floor/mineral/titanium/blue, /area/shuttle/escape) "aj" = ( -/obj/docking_port/mobile/emergency{ - name = "Box emergency shuttle" - }, /obj/machinery/door/airlock/titanium{ name = "Emergency Shuttle Airlock" }, -/obj/structure/fans/tiny, -/obj/effect/turf_decal/delivery/white, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" +/obj/docking_port/mobile/emergency{ + name = "Box emergency shuttle" }, +/obj/structure/fans/tiny, +/turf/open/floor/plating, /area/shuttle/escape) "ak" = ( /obj/machinery/door/airlock/titanium{ name = "Emergency Shuttle Airlock" }, /obj/structure/fans/tiny, -/obj/effect/turf_decal/delivery/white, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" - }, +/turf/open/floor/plating, /area/shuttle/escape) "al" = ( -/turf/closed/wall/mineral/titanium/custom/departures{ - icon_state = "departures66" +/obj/machinery/computer/atmos_alert{ + dir = 4 }, +/turf/open/floor/mineral/titanium/blue, /area/shuttle/escape) "am" = ( -/turf/closed/wall/mineral/titanium/custom/departures{ - icon_state = "departures65" +/obj/structure/chair/comfy/shuttle{ + dir = 8 }, +/turf/open/floor/mineral/titanium/blue, /area/shuttle/escape) "an" = ( -/obj/structure/closet/emcloset, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 10 - }, -/turf/open/floor/plasteel/dark{ - dir = 8; - icon_state = "darkfull_plate" - }, +/turf/open/floor/mineral/titanium/blue, /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" +/obj/structure/chair/comfy/shuttle{ + dir = 4 }, +/turf/open/floor/mineral/titanium/blue, /area/shuttle/escape) "ap" = ( -/turf/closed/wall/mineral/titanium/custom/window/departures{ - icon_state = "departures67" - }, -/area/shuttle/escape) -"aq" = ( -/turf/closed/wall/mineral/titanium/custom/window/departures{ - icon_state = "departures128" - }, -/area/shuttle/escape) -"ar" = ( -/obj/structure/chair/comfy/shuttle{ - dir = 4 - }, -/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" - }, -/area/shuttle/escape) -"as" = ( -/obj/machinery/button/flasher{ - id = "shuttle_flasher"; - pixel_y = 24 - }, -/obj/machinery/light{ - dir = 1 - }, -/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/closed/wall/mineral/titanium/custom/departures{ - icon_state = "departures64" - }, -/area/shuttle/escape) -"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 }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"aq" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"ar" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"as" = ( /obj/item/radio/intercom{ name = "Station Intercom (General)"; pixel_y = -29 }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" - }, +/turf/open/floor/mineral/titanium, /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, -/obj/effect/turf_decal/tile/brown{ - dir = 6 - }, -/turf/open/floor/plasteel{ - icon_state = "floor_plate" - }, -/area/shuttle/escape) -"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, +"at" = ( /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{ - pixel_x = 2; - pixel_y = 3 - }, -/obj/item/crowbar, -/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) -"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) -"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, +/turf/open/floor/mineral/titanium, /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{ +"au" = ( +/obj/machinery/computer/communications{ 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" - }, +/turf/open/floor/mineral/titanium/blue, /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" = ( +"ay" = ( /obj/machinery/door/airlock/public/glass{ name = "Emergency Shuttle Cockpit"; req_access_txt = "19" }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" - }, +/turf/open/floor/mineral/titanium, /area/shuttle/escape) -"Fg" = ( -/turf/closed/wall/mineral/titanium/custom/departures{ - icon_state = "departures115" - }, +"az" = ( +/obj/machinery/status_display/evac, +/turf/closed/wall/mineral/titanium, /area/shuttle/escape) -"Fk" = ( -/turf/closed/wall/mineral/titanium/custom/window/departures{ - icon_state = "departures149" - }, +"aA" = ( +/obj/structure/chair/comfy/shuttle, +/turf/open/floor/mineral/plastitanium/red/brig, /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 - }, +"aB" = ( /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 + pixel_y = 24 }, /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" + dir = 1 }, +/turf/open/floor/mineral/titanium/blue, /area/shuttle/escape) -"HR" = ( -/obj/effect/turf_decal/tile/blue{ - dir = 6 - }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_trim" - }, +"aC" = ( +/turf/open/floor/mineral/titanium, /area/shuttle/escape) -"HT" = ( -/turf/closed/wall/mineral/titanium/custom/window/departures{ - icon_state = "departures40" - }, -/area/shuttle/escape) -"Ie" = ( +"aD" = ( /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" - }, +/turf/open/floor/mineral/titanium/blue, /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/plasteel/dark{ - icon_state = "darkfull_whole_alt" - }, -/area/shuttle/escape) -"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" = ( +"aE" = ( /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/carpet/kinaris, -/area/shuttle/escape) -"LY" = ( -/turf/closed/wall/mineral/titanium/custom/window/departures{ - icon_state = "departures137" - }, -/area/shuttle/escape) -"Mm" = ( -/turf/closed/wall/mineral/titanium/custom/departures{ - icon_state = "departures177" - }, -/area/shuttle/escape) -"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 - }, -/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_trim" - }, -/area/shuttle/escape) -"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/machinery/light, -/obj/effect/turf_decal/tile/neutral{ - dir = 6 - }, -/obj/effect/turf_decal/tile/neutral{ - dir = 4 - }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_plate" - }, -/area/shuttle/escape) -"Zj" = ( -/turf/closed/wall/mineral/titanium/custom/departures{ - icon_state = "departures38" - }, -/area/shuttle/escape) -"Zx" = ( -/obj/structure/table/reinforced, +/obj/item/storage/firstaid/fire, /obj/item/storage/firstaid/regular{ pixel_x = 2; 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; + dir = 8 + }, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"aG" = ( +/turf/open/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"aH" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Emergency Shuttle Brig"; + req_access_txt = "2" + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"aJ" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/open/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"aK" = ( +/obj/structure/chair/comfy/shuttle, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"aM" = ( +/obj/structure/table, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"aQ" = ( +/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/machinery/light/small{ + dir = 4 + }, +/turf/open/floor/mineral/titanium, +/area/shuttle/escape) +"aS" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/open/floor/mineral/titanium/blue, +/area/shuttle/escape) +"aT" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/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, +/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/machinery/light{ dir = 8 }, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" - }, +/turf/open/floor/mineral/titanium/blue, /area/shuttle/escape) -"ZN" = ( -/turf/closed/wall/mineral/titanium/custom/departures{ - icon_state = "departures142" +"bn" = ( +/obj/machinery/light/small{ + dir = 1 }, +/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 + }, +/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 -qZ -ls -JI -vR -VH -pB +aa +aa +aa +ad +ad +ad ab -Tw +ad aj -SC -qD -qD -qD -RF +ad +ac +ac +ac +ad ak -Tw -lu -CR -yM -hG -oc +ad +ak +ad +ad +ad +aa "} (2,1,1) = {" -qD -qD -qD -qD -qD -qD -qD -qD -Yp -TN -uD -Ad -mv +aa +ad +ad +ad +ad aA aF -bo -bm +aG +ad bn -iC -qD -qD -qD -sM +ao +ao +ao +ao +ao bo -bm +ad bb bq bf -rN -dV +ad +ad "} (3,1,1) = {" -qD -qD -qD -qD -qD -qD -qD -Uc ad ae al aq -aq -aq +ad +aA aG aJ -DA +ad +aQ +aC +aC +aC +aC +aC aW -DY -aq -aq -aq -ZN -aW -DA -Rs -AM -Bj +ad +bb +bb +bf bi bk "} (4,1,1) = {" -qD -qD -qD -qD -qD -yx -cN -Zj ac af am ar -jI -jI -fo -Ez -bm -XM +ad +aA +aG +aJ +ad +aC aS -IC -IC -IC aS -rZ -bm -KV -ug +aS +aS +aS +aC +aX +bb +bb bg -Vf -AZ +bi +bk "} (5,1,1) = {" -qD -to -cZ -fW -EK -Yo -gE -ag -ag +ac ag aC as +ad +ac aH -aH -aH -mS -bm -Yy +ac +bj +aC aT aT aT aT aT -ny -bK +aC +ad bc br -ja -cK -cQ +bg +bi +bk "} (6,1,1) = {" -fV -za -IL -nY -Zx -Eu -Yx -yu -oH +ac ah -IH +aC at -fM -aB +ad aB +aC aK bm -ix -eF -eF -eF -eF -eF +aC +aC +aC +aC +aC +aC bp -pq -AC -lM -Ev -NS -li +az +ad +ad +ad +bi +bk "} (7,1,1) = {" -MQ -NR -gb -iS -Ke -Du -uk -vA +ac +ag +aC +aC ay -Wy -KL -jt -ay -xT -IK -Lx -nr -IF -bl -bl -bl -bl -bl -Nb -Hv +aC +aC +ao +aM +aC +aS +aS +aS +aS +aS +aC +ac XC bs -he -cS -qd +XC +bi +bk "} (8,1,1) = {" -sL -Dx -HD -Ub -rY -HR -Ff -Il -oW +ac ai ao -hf +ao az an -Ls +aC aM -Ru -lS +aM +aC aT aT aT aT aT -ny +aC aZ ga -FR -Mm -wo -ir +ga +ga +bi +bk "} (9,1,1) = {" -KT -bh -Er -It -rY -us -CZ -Hp -dq -XN +ad +ae ap au -bl -bl -bl -bl -bl -bl -eF -eF -eF -eF -eF -ny -EL -UI -fc -OO -Cd -Qv +ad +aD +aC +aC +aC +aC +aC +aC +aC +aC +aC +aC +ac +ga +ga +ga +bi +bk "} (10,1,1) = {" -HG -lX -hQ -Ub -rY -HR -gy -Pf -NO -TJ -ao -cj +aa +ad +ad +ad +ad +aE bl -bl -bl -LF -ib +an +an aR -pP -Cl +am +am +am +am +am aR -Cl -pP -jK -yc +ac bd be -RK -LC -xd +bd +ad +ad "} (11,1,1) = {" -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 +aa +aa +aa +aa +ad +ac +ad +ac +ad +ad +ad +ac +ac +ac +ad +ad +ad +ac +ad +ac +ad +aa "} diff --git a/_maps/shuttles/escape_pod_default.dmm b/_maps/shuttles/escape_pod_default.dmm index ea82d1aac..ae8ef2abf 100644 --- a/_maps/shuttles/escape_pod_default.dmm +++ b/_maps/shuttles/escape_pod_default.dmm @@ -4,96 +4,57 @@ name = "Escape Pod Airlock" }, /obj/docking_port/mobile/pod{ - dwidth = 1; - height = 4; port_direction = 2; - width = 3 + dwidth = 1; + width = 3; + height = 4 }, /obj/structure/fans/tiny, -/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" - }, +/turf/open/floor/mineral/titanium/blue, /area/shuttle/pod_1) "B" = ( -/turf/closed/wall/mineral/titanium/custom/pod{ - icon_state = "pod2" - }, +/turf/closed/wall/mineral/titanium, /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{ - 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" + pixel_x = -32 }, +/turf/open/floor/mineral/titanium/blue, /area/shuttle/pod_1) "Q" = ( -/turf/closed/wall/mineral/titanium/custom/window/pod{ - icon_state = "pod1" - }, +/obj/effect/spawner/structure/window/shuttle, +/turf/open/floor/plating, /area/shuttle/pod_1) "U" = ( /obj/structure/chair/comfy/shuttle{ dir = 1 }, -/obj/item/storage/pod{ - dir = 8; - pixel_x = 30 +/obj/item/radio/intercom{ + pixel_x = 25 }, -/obj/machinery/light{ +/obj/item/storage/pod{ + pixel_x = -26 + }, +/obj/machinery/light/small{ dir = 8 }, -/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" - }, +/turf/open/floor/mineral/titanium/blue, /area/shuttle/pod_1) "Z" = ( -/turf/closed/wall/mineral/titanium/custom/pod{ - icon_state = "pod7" - }, +/obj/structure/shuttle/engine/propulsion/burst, +/turf/closed/wall/mineral/titanium, /area/shuttle/pod_1) (1,1,1) = {" B -g -W +B +B Z "} (2,1,1) = {" @@ -103,8 +64,8 @@ U a "} (3,1,1) = {" -J -d -j -f +B +B +B +Z "} diff --git a/_maps/shuttles/ferry_fancy.dmm b/_maps/shuttles/ferry_fancy.dmm index 938936c58..d8f9e7cdf 100644 --- a/_maps/shuttles/ferry_fancy.dmm +++ b/_maps/shuttles/ferry_fancy.dmm @@ -1,674 +1,196 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"bx" = ( -/turf/closed/wall/mineral/titanium/custom/window/ferry{ - dir = 1; - icon_state = "ferry41" - }, -/area/shuttle/transport) -"bF" = ( -/turf/closed/wall/mineral/titanium/custom/ferry{ - dir = 1; - icon_state = "ferry17" - }, -/area/shuttle/transport) -"cB" = ( -/turf/closed/wall/mineral/titanium/custom/window/ferry{ - dir = 1; - icon_state = "ferry2" - }, -/area/shuttle/transport) -"fd" = ( -/turf/closed/wall/mineral/titanium/custom/window/ferry{ - dir = 1; - icon_state = "ferry29" - }, -/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 - }, -/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) -"hP" = ( -/turf/closed/wall/mineral/titanium/custom/ferry{ - dir = 1; - icon_state = "ferry32" - }, -/area/shuttle/transport) -"iS" = ( -/turf/closed/wall/mineral/titanium/custom/ferry{ - dir = 1; - icon_state = "ferry28" - }, -/area/shuttle/transport) -"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" = ( +"a" = ( /turf/template_noop, /area/template_noop) -"oZ" = ( -/turf/closed/wall/mineral/titanium/custom/ferry{ - dir = 1; - icon_state = "ferry24" - }, +"b" = ( +/turf/closed/wall/mineral/titanium, /area/shuttle/transport) -"pc" = ( -/turf/closed/wall/mineral/titanium/custom/window/ferry{ - dir = 1; - icon_state = "ferry36" - }, +"c" = ( +/obj/effect/spawner/structure/window/shuttle, +/turf/open/floor/plating, /area/shuttle/transport) -"qx" = ( -/turf/closed/wall/mineral/titanium/custom/ferry{ - dir = 1; - icon_state = "ferry8" - }, +"d" = ( +/obj/machinery/door/airlock/external, +/obj/structure/fans/tiny, +/turf/open/floor/pod/dark, /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{ +"e" = ( +/obj/structure/shuttle/engine/propulsion/left{ dir = 8 }, -/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" - }, +/turf/open/floor/plating/airless, /area/shuttle/transport) -"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 = 3; - height = 13; - id = "ferry"; - name = "ferry shuttle"; - preferred_direction = 8; - width = 7 - }, -/obj/effect/turf_decal/delivery/white, -/turf/open/floor/plasteel/dark{ - icon_state = "darkfull_whole_alt" - }, -/area/shuttle/transport) -"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" = ( +"f" = ( /obj/structure/shuttle/engine/heater{ dir = 8 }, -/obj/structure/window/reinforced/survival_pod{ +/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 }, -/obj/structure/window/reinforced/survival_pod, -/obj/structure/window/reinforced/survival_pod{ +/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 + }, +/obj/structure/window/reinforced{ dir = 4 }, -/obj/structure/flora/crystal/medium/growth{ - icon_state = "crystalgrowth2" +/turf/open/floor/plating/airless, +/area/shuttle/transport) +"k" = ( +/obj/machinery/light/small, +/turf/open/floor/pod/light, +/area/shuttle/transport) +"l" = ( +/obj/machinery/door/airlock/titanium, +/turf/open/floor/pod/light, +/area/shuttle/transport) +"m" = ( +/obj/machinery/computer/shuttle/ferry/request{ + dir = 8 }, /turf/open/floor/pod/dark, /area/shuttle/transport) -"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" +"n" = ( +/obj/machinery/door/airlock/titanium, +/obj/docking_port/mobile{ + dir = 8; + dwidth = 2; + height = 13; + id = "ferry"; + name = "ferry shuttle"; + port_direction = 1; + preferred_direction = 4; + width = 5 }, +/turf/open/floor/pod/light, /area/shuttle/transport) -"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{ +"o" = ( +/obj/structure/shuttle/engine/heater{ 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" +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 1 }, +/turf/open/floor/plating/airless, /area/shuttle/transport) -"MI" = ( -/obj/effect/turf_decal/loading_area{ - dir = 8; - icon_state = "trim"; - name = "trim" - }, -/obj/machinery/light{ +"p" = ( +/obj/structure/chair/comfy/shuttle{ dir = 1 }, -/turf/open/floor/plasteel/dark{ - dir = 8; - icon_state = "darkfull_plate" - }, +/turf/open/floor/pod/dark, /area/shuttle/transport) -"MY" = ( -/turf/closed/wall/mineral/titanium/custom/ferry{ - dir = 1; - icon_state = "ferry11" - }, +"q" = ( +/obj/machinery/light, +/turf/open/floor/pod/light, /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" - }, +"r" = ( +/obj/machinery/door/airlock/external, +/obj/structure/fans/tiny, +/turf/open/floor/pod/light, /area/shuttle/transport) (1,1,1) = {" -oN -oN -oN -oN -oN -oN -oN +a +a +e +a +a "} (2,1,1) = {" -oN -hh -WS -SB -jI -Ax -oN +a +e +j +e +a "} (3,1,1) = {" -bx -Rt -VV -CX -IR -Fr -Qx +a +f +i +o +a "} (4,1,1) = {" -mw -ZJ -MI -Uu -Tr -bF -Tb +a +b +k +b +a "} (5,1,1) = {" -mA -AD -qF -AS -xZ -Vq -of +b +b +l +b +b "} (6,1,1) = {" -qE -hP -Sg -OB -LT -IB -cB +c +g +i +p +c "} (7,1,1) = {" -pc -iS -hF -OB -Fq -Na -jH +b +g +i +p +b "} (8,1,1) = {" -oN -fd -ry -OB -kD -Yi -oN +b +h +i +i +b "} (9,1,1) = {" -oN -GK -uw -OB -Mu -oc -oN +d +i +m +i +r "} (10,1,1) = {" -oN -GN -qC -OB -Fq -qx -oN +b +i +i +q +b "} (11,1,1) = {" -oN -oN -vp -Zj -kh -UV -oN +b +g +i +p +b "} (12,1,1) = {" -oN -oN -oZ -gv -zV -TT -oN +c +g +i +p +c "} (13,1,1) = {" -oN -oN -vy -wR -yR -MY -oN +b +c +n +c +b "} diff --git a/code/__DEFINES/DNA.dm b/code/__DEFINES/DNA.dm index 9a0664933..fdaf578cd 100644 --- a/code/__DEFINES/DNA.dm +++ b/code/__DEFINES/DNA.dm @@ -64,7 +64,7 @@ //DNA - Because fuck you and your magic numbers being all over the codebase. #define DNA_BLOCK_SIZE 3 -#define DNA_UNI_IDENTITY_BLOCKS 14 +#define DNA_UNI_IDENTITY_BLOCKS 20 #define DNA_HAIR_COLOR_BLOCK 1 #define DNA_FACIAL_HAIR_COLOR_BLOCK 2 #define DNA_SKIN_TONE_BLOCK 3 @@ -80,6 +80,14 @@ #define DNA_MUTANTMARKING_BLOCK 13 #define DNA_TAUR_BLOCK 14 +// hyper edit +#define DNA_COSMETIC_HEAD_BLOCK 15 +#define DNA_COSMETIC_CHEST_BLOCK 16 +#define DNA_COSMETIC_L_ARM_BLOCK 17 +#define DNA_COSMETIC_R_ARM_BLOCK 18 +#define DNA_COSMETIC_L_LEG_BLOCK 19 +#define DNA_COSMETIC_R_LEG_BLOCK 20 + #define DNA_SEQUENCE_LENGTH 4 #define DNA_MUTATION_BLOCKS 8 #define DNA_UNIQUE_ENZYMES_LEN 32 @@ -118,6 +126,9 @@ #define MARKINGS 17 #define WINGCOLOR 18 +#define NOMOUTH 19 + + //organ slots #define ORGAN_SLOT_BRAIN "brain" #define ORGAN_SLOT_APPENDIX "appendix" diff --git a/code/__DEFINES/access.dm b/code/__DEFINES/access.dm index bae6eab9c..bef808698 100644 --- a/code/__DEFINES/access.dm +++ b/code/__DEFINES/access.dm @@ -67,10 +67,6 @@ #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/dcs/signals.dm b/code/__DEFINES/dcs/signals.dm index ef8fd6748..635b50025 100644 --- a/code/__DEFINES/dcs/signals.dm +++ b/code/__DEFINES/dcs/signals.dm @@ -705,6 +705,11 @@ ///(obj/item/insertion_candidate, mob/user, silent) - returns bool #define COMSIG_TRY_STORAGE_CAN_INSERT "storage_can_equip" +//from base of atom/movable/on_enter_storage(): (datum/component/storage/concrete/master_storage) +#define COMSIG_STORAGE_ENTERED "storage_entered" +//from base of atom/movable/on_exit_storage(): (datum/component/storage/concrete/master_storage) +#define COMSIG_STORAGE_EXITED "storage_exited" + // /datum/component/two_handed signals ///from base of datum/component/two_handed/proc/wield(mob/living/carbon/user): (/mob/user) diff --git a/code/__DEFINES/hyper_arousal.dm b/code/__DEFINES/hyper_arousal.dm index bedb5c860..a0450b138 100644 --- a/code/__DEFINES/hyper_arousal.dm +++ b/code/__DEFINES/hyper_arousal.dm @@ -5,4 +5,9 @@ #define BELLY_STRETCH_SIZE 6 // for flavor text #define BUTT_MIN_SIZE 0 -#define BUTT_MAX_SIZE 5 \ No newline at end of file +#define BUTT_MAX_SIZE_SELECTABLE 5 +#define BUTT_MAX_SIZE 8 + +#define GENITALS_HIDDEN "hidden" +#define GENITALS_CLOTHES "clothes" +#define GENITALS_VISIBLE "visible" diff --git a/code/__DEFINES/is_helpers.dm b/code/__DEFINES/is_helpers.dm index c91c0fda4..363d4c38b 100644 --- a/code/__DEFINES/is_helpers.dm +++ b/code/__DEFINES/is_helpers.dm @@ -60,6 +60,8 @@ GLOBAL_LIST_INIT(turfs_without_ground, typecacheof(list( #define isbrain(A) (istype(A, /mob/living/brain)) +#define isnoncarbon(A) (isliving(A) && !iscarbon(A)) + //Carbon mobs #define iscarbon(A) (istype(A, /mob/living/carbon)) diff --git a/code/__DEFINES/jobs.dm b/code/__DEFINES/jobs.dm index d00bb5b32..86dd868a4 100644 --- a/code/__DEFINES/jobs.dm +++ b/code/__DEFINES/jobs.dm @@ -14,7 +14,6 @@ #define CYBORG (1<<10) #define JR_OFFICER (1<<11) #define JR_ENGINEER (1<<12) -#define LAMBENT (1<<13) #define MEDSCI (1<<1) @@ -47,8 +46,6 @@ #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 @@ -56,4 +53,4 @@ #define JOB_UNAVAILABLE_PLAYTIME 3 #define JOB_UNAVAILABLE_ACCOUNTAGE 4 #define JOB_UNAVAILABLE_SLOTFULL 5 -#define JOB_UNAVAILABLE_WHITELIST 6 +#define JOB_UNAVAILABLE_WHITELIST 6 \ No newline at end of file diff --git a/code/__DEFINES/melee.dm b/code/__DEFINES/melee.dm index cb4a43321..e0eace8db 100644 --- a/code/__DEFINES/melee.dm +++ b/code/__DEFINES/melee.dm @@ -7,4 +7,5 @@ #define MARTIALART_MUSHPUNCH "mushroom punch" #define MARTIALART_KRAVMAGA "krav maga" #define MARTIALART_CQC "CQC" -#define MARTIALART_PLASMAFIST "plasma fist" \ No newline at end of file +#define MARTIALART_PLASMAFIST "plasma fist" +#define MARTIALART_KNS_CQC "KNS CQC" diff --git a/code/__DEFINES/mobs.dm b/code/__DEFINES/mobs.dm index d45280be4..43f7dffb4 100644 --- a/code/__DEFINES/mobs.dm +++ b/code/__DEFINES/mobs.dm @@ -151,6 +151,7 @@ //Nutrition levels for humans #define NUTRITION_LEVEL_FAT 600 #define NUTRITION_LEVEL_FULL 550 +#define NUTRITION_LEVEL_ALMOST_FULL 535 #define NUTRITION_LEVEL_WELL_FED 450 #define NUTRITION_LEVEL_FED 350 #define NUTRITION_LEVEL_HUNGRY 250 diff --git a/code/__DEFINES/vv.dm b/code/__DEFINES/vv.dm index f1ac56206..2b3aae449 100644 --- a/code/__DEFINES/vv.dm +++ b/code/__DEFINES/vv.dm @@ -120,7 +120,6 @@ #define VV_HK_PURRBATION "purrbation" // misc +#define VV_HK_WEAKREF_RESOLVE "weakref_resolve" #define VV_HK_SPACEVINE_PURGE "spacevine_purge" - -// paintings #define VV_HK_REMOVE_PAINTING "remove_painting" diff --git a/code/__HELPERS/_hyper_helpers.dm b/code/__HELPERS/_hyper_helpers.dm new file mode 100644 index 000000000..5e23e5857 --- /dev/null +++ b/code/__HELPERS/_hyper_helpers.dm @@ -0,0 +1,10 @@ +GLOBAL_LIST_EMPTY(cosmetic_heads) +GLOBAL_LIST_EMPTY(cosmetic_chests) +GLOBAL_LIST_EMPTY(cosmetic_arms) +GLOBAL_LIST_EMPTY(cosmetic_legs) + +/proc/init_cosmetic_parts(datum/cosmetic_part/type, list/global_list) + for(var/subtype in subtypesof(type)) + var/datum/cosmetic_part/part = new subtype() + global_list[part.id] = part + return global_list \ No newline at end of file diff --git a/code/__HELPERS/global_lists.dm b/code/__HELPERS/global_lists.dm index 9b5ac9395..62c6cdfbe 100644 --- a/code/__HELPERS/global_lists.dm +++ b/code/__HELPERS/global_lists.dm @@ -54,6 +54,14 @@ init_sprite_accessory_subtypes(/datum/sprite_accessory/vagina, GLOB.vagina_shapes_list) init_sprite_accessory_subtypes(/datum/sprite_accessory/breasts, GLOB.breasts_shapes_list) + + // hyper: cosmetic parts + init_cosmetic_parts(/datum/cosmetic_part/head, GLOB.cosmetic_heads) + init_cosmetic_parts(/datum/cosmetic_part/chest, GLOB.cosmetic_chests) + init_cosmetic_parts(/datum/cosmetic_part/arms, GLOB.cosmetic_arms) + init_cosmetic_parts(/datum/cosmetic_part/legs, GLOB.cosmetic_legs) + // end cosmetic parts + GLOB.breasts_size_list = list ("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o") //We need the list to choose from initialized, but it's no longer a sprite_accessory thing. GLOB.genital_fluids_list = list ("Milk", "Water", "Semen", "Femcum", "Honey") GLOB.gentlemans_organ_names = list("phallus", "willy", "dick", "prick", "member", "tool", "gentleman's organ", "cock", "wang", "knob", "dong", "joystick", "pecker", "johnson", "weenie", "tadger", "schlong", "thirsty ferret", "baloney pony", "schlanger") diff --git a/code/__HELPERS/mobs.dm b/code/__HELPERS/mobs.dm index ed0434f2f..ae5638d48 100644 --- a/code/__HELPERS/mobs.dm +++ b/code/__HELPERS/mobs.dm @@ -136,15 +136,27 @@ var/datum/sprite_accessory/S = instance if(!S.ckeys_allowed) snowflake_mam_snouts_list[S.name] = mspath + var/list/snowflake_ipc_antenna_list = list() for(var/mspath in GLOB.ipc_antennas_list) - var/datum/sprite_accessory/mam_snouts/instance = GLOB.ipc_antennas_list[mspath] + var/datum/sprite_accessory/antenna/instance = GLOB.ipc_antennas_list[mspath] if(istype(instance, /datum/sprite_accessory)) var/datum/sprite_accessory/S = instance if(intendedspecies && S.recommended_species && !S.recommended_species.Find(intendedspecies)) continue if(!S.ckeys_allowed) snowflake_ipc_antenna_list[S.name] = mspath + + var/list/snowflake_ipc_screen_list = list() + for(var/mspath in GLOB.ipc_screens_list) + var/datum/sprite_accessory/screen/instance = GLOB.ipc_screens_list[mspath] + if(istype(instance, /datum/sprite_accessory)) + var/datum/sprite_accessory/S = instance + if(intendedspecies && S.recommended_species && !S.recommended_species.Find(intendedspecies)) + continue + if(!S.ckeys_allowed) + snowflake_ipc_screen_list[S.name] = mspath + var/color1 = random_short_color() var/color2 = random_short_color() var/color3 = random_short_color() @@ -233,11 +245,17 @@ "womb_cum_mult" = CUM_RATE_MULT, "womb_efficiency" = CUM_EFFICIENCY, "womb_fluid" = "femcum", - "ipc_screen" = snowflake_ipc_antenna_list ? pick(snowflake_ipc_antenna_list) : "None", - "ipc_antenna" = "None", + "ipc_screen" = snowflake_ipc_screen_list ? pick(snowflake_ipc_screen_list) : "None", + "ipc_antenna" = snowflake_ipc_antenna_list ? pick(snowflake_ipc_antenna_list) : "None", "flavor_text" = "", "silicon_flavor_text" = "", - "ooc_text" = "")) + "ooc_text" = "", + "cosmetic_head" = GLOB.cosmetic_heads["default"], + "cosmetic_chest" = GLOB.cosmetic_chests["default"], + "cosmetic_l_arm" = GLOB.cosmetic_arms["default"], + "cosmetic_r_arm" = GLOB.cosmetic_arms["default"], + "cosmetic_l_leg" = GLOB.cosmetic_legs["default"], + "cosmetic_r_leg" = GLOB.cosmetic_legs["default"])) /proc/random_hair_style(gender) switch(gender) diff --git a/code/controllers/subsystem/processing/chemistry.dm b/code/controllers/subsystem/processing/chemistry.dm index da31d65fb..cc9a8b8e9 100644 --- a/code/controllers/subsystem/processing/chemistry.dm +++ b/code/controllers/subsystem/processing/chemistry.dm @@ -1,5 +1,4 @@ PROCESSING_SUBSYSTEM_DEF(chemistry) + name = "Chemistry" wait = 5 flags = SS_KEEP_TIMING - - diff --git a/code/datums/dna.dm b/code/datums/dna.dm index ae9ac3826..f28b66435 100644 --- a/code/datums/dna.dm +++ b/code/datums/dna.dm @@ -132,6 +132,12 @@ if(!GLOB.taur_list.len) init_sprite_accessory_subtypes(/datum/sprite_accessory/taur, GLOB.taur_list) L[DNA_TAUR_BLOCK] = construct_block(GLOB.taur_list.Find(features["taur"]), GLOB.taur_list.len) + L[DNA_COSMETIC_HEAD_BLOCK] = construct_block(GLOB.cosmetic_heads.Find(features["cosmetic_head"]), GLOB.cosmetic_heads.len) + L[DNA_COSMETIC_CHEST_BLOCK] = construct_block(GLOB.cosmetic_chests.Find(features["cosmetic_chest"]), GLOB.cosmetic_chests.len) + L[DNA_COSMETIC_L_ARM_BLOCK] = construct_block(GLOB.cosmetic_arms.Find(features["cosmetic_l_arm"]), GLOB.cosmetic_arms.len) + L[DNA_COSMETIC_R_ARM_BLOCK] = construct_block(GLOB.cosmetic_arms.Find(features["cosmetic_r_arm"]), GLOB.cosmetic_arms.len) + L[DNA_COSMETIC_L_LEG_BLOCK] = construct_block(GLOB.cosmetic_legs.Find(features["cosmetic_l_leg"]), GLOB.cosmetic_legs.len) + L[DNA_COSMETIC_R_LEG_BLOCK] = construct_block(GLOB.cosmetic_legs.Find(features["cosmetic_r_leg"]), GLOB.cosmetic_legs.len) for(var/i=1, i<=DNA_UNI_IDENTITY_BLOCKS, i++) if(L[i]) @@ -227,6 +233,18 @@ construct_block(GLOB.mam_body_markings_list.Find(features["mam_body_markings"]), GLOB.mam_body_markings_list.len) if(DNA_TAUR_BLOCK) construct_block(GLOB.taur_list.Find(features["taur"]), GLOB.taur_list.len) + if(DNA_COSMETIC_HEAD_BLOCK) + construct_block(GLOB.cosmetic_heads.Find(features["cosmetic_head"]), GLOB.cosmetic_heads.len) + if(DNA_COSMETIC_CHEST_BLOCK) + construct_block(GLOB.cosmetic_chests.Find(features["cosmetic_chest"]), GLOB.cosmetic_chests.len) + if(DNA_COSMETIC_L_ARM_BLOCK) + construct_block(GLOB.cosmetic_arms.Find(features["cosmetic_l_arm"]), GLOB.cosmetic_arms.len) + if(DNA_COSMETIC_R_ARM_BLOCK) + construct_block(GLOB.cosmetic_arms.Find(features["cosmetic_r_arm"]), GLOB.cosmetic_arms.len) + if(DNA_COSMETIC_L_LEG_BLOCK) + construct_block(GLOB.cosmetic_legs.Find(features["cosmetic_l_leg"]), GLOB.cosmetic_legs.len) + if(DNA_COSMETIC_R_LEG_BLOCK) + construct_block(GLOB.cosmetic_legs.Find(features["cosmetic_r_leg"]), GLOB.cosmetic_legs.len) //Please use add_mutation or activate_mutation instead /datum/dna/proc/force_give(datum/mutation/human/HM) diff --git a/code/datums/elements/item_scaling.dm b/code/datums/elements/item_scaling.dm new file mode 100644 index 000000000..a847f30f0 --- /dev/null +++ b/code/datums/elements/item_scaling.dm @@ -0,0 +1,39 @@ +/** + * Element for making items change scaling depending on if they appear in the world or in a storage container. + * + * For context, overworld items are anything on a turf, storage scaling includes anywhere that the item is used as a UI element. + * Scaling should affect the target's icon and any affecting overlays + */ +/datum/element/item_scaling + element_flags = ELEMENT_BESPOKE + id_arg_index = 2 + /// Value to scale the target by when it's in the overworld (on a turf) + var/overworld_scaling = 1 + /// Value to scale the target by when it's in a storage component or inventory slot + var/storage_scaling = 1 + +/datum/element/item_scaling/Attach(datum/target, overworld_scaling = 1, storage_scaling = 1) + . = ..() + if(!isatom(target)) + return ELEMENT_INCOMPATIBLE + + src.overworld_scaling = overworld_scaling + src.storage_scaling = storage_scaling + + scale(target, overworld_scaling) + + RegisterSignal(target, list(COMSIG_ITEM_DROPPED, COMSIG_STORAGE_EXITED), .proc/scale_overworld) + RegisterSignal(target, list(COMSIG_ITEM_EQUIPPED, COMSIG_STORAGE_ENTERED), .proc/scale_storage) + +//scale :) +/datum/element/item_scaling/proc/scale(atom/source, scaling) + var/matrix/M = matrix() + source.transform = M.Scale(scaling) + +/// Signal handler for when the item is dropped +/datum/element/item_scaling/proc/scale_overworld(datum/source) + scale(source, overworld_scaling) + +/// Signal handler for when the item is picked up +/datum/element/item_scaling/proc/scale_storage(datum/source) + scale(source, storage_scaling) diff --git a/code/datums/martial/kinaris.dm b/code/datums/martial/kinaris.dm new file mode 100644 index 000000000..2bbe2540c --- /dev/null +++ b/code/datums/martial/kinaris.dm @@ -0,0 +1,143 @@ +#define KNS_KICK_COMBO "DG" +#define KNS_RESTRAIN_COMBO "GG" + +/datum/martial_art/kinaris + name = "KNS CQC" + id = MARTIALART_KNS_CQC + help_verb = /mob/living/carbon/human/proc/KNS_CQC_help + block_chance = 75 + +/datum/martial_art/kinaris/proc/drop_restraining() + restraining = FALSE + +/datum/martial_art/kinaris/proc/check_streak(mob/living/carbon/human/A, mob/living/carbon/human/D) + if(!can_use(A)) + return FALSE + if(findtext(streak,KNS_KICK_COMBO)) + streak = "" + Kick(A,D) + return TRUE + if(findtext(streak,KNS_RESTRAIN_COMBO)) + streak = "" + Restrain(A,D) + return TRUE + return FALSE + +/datum/martial_art/kinaris/proc/Kick(mob/living/carbon/human/A, mob/living/carbon/human/D) + if(!can_use(A)) + return FALSE + if(!D.stat || !D.IsKnockdown()) + D.visible_message("[A] kicks [D] back!", \ + "[A] kicks you back!") + playsound(get_turf(A), 'sound/weapons/cqchit1.ogg', 50, 1, -1) + var/atom/throw_target = get_edge_target_turf(D, A.dir) + D.throw_at(throw_target, 1, 14, A) + D.apply_damage(10, BRUTE) + log_combat(A, D, "kicked (KNS CQC)") + if(D.IsKnockdown() && !D.stat) + D.visible_message("[A] kicks [D]'s head, knocking [D.p_them()] out!", \ + "[A] kicks your head, knocking you out!") + playsound(get_turf(A), 'sound/weapons/genhit1.ogg', 50, 1, -1) + D.SetSleeping(300) + D.adjustOrganLoss(ORGAN_SLOT_BRAIN, 15, 150) + return TRUE + +/datum/martial_art/kinaris/proc/Restrain(mob/living/carbon/human/A, mob/living/carbon/human/D) + if(restraining) + return + if(!can_use(A)) + return FALSE + if(!D.stat) + D.visible_message("[A] locks [D] into a restraining position!", \ + "[A] locks you into a restraining position!") + D.adjustStaminaLoss(20) + D.Stun(100) + restraining = TRUE + addtimer(CALLBACK(src, .proc/drop_restraining), 50, TIMER_UNIQUE) + return TRUE + +/datum/martial_art/kinaris/grab_act(mob/living/carbon/human/A, mob/living/carbon/human/D) + if(!can_use(A)) + return FALSE + add_to_streak("G",D) + if(check_streak(A,D)) + return TRUE + if(A.grab_state >= GRAB_AGGRESSIVE) + D.grabbedby(A, 1) + else + A.start_pulling(D, 1) + if(A.pulling) + D.stop_pulling() + log_combat(A, D, "grabbed", addition="aggressively") + A.grab_state = GRAB_AGGRESSIVE //Instant aggressive grab + return TRUE + +/datum/martial_art/kinaris/disarm_act(mob/living/carbon/human/A, mob/living/carbon/human/D) + if(!can_use(A)) + return FALSE + add_to_streak("D",D) + var/obj/item/I = null + if(check_streak(A,D)) + return TRUE + if(prob(65)) + if(!D.stat || !D.IsKnockdown() || !restraining) + I = D.get_active_held_item() + D.visible_message("[A] strikes [D]'s jaw with their hand!", \ + "[A] strikes your jaw, disorienting you!") + playsound(get_turf(D), 'sound/weapons/cqchit1.ogg', 50, 1, -1) + if(I && D.temporarilyRemoveItemFromInventory(I)) + A.put_in_hands(I) + D.Jitter(2) + D.apply_damage(5, BRUTE) + else + D.visible_message("[A] attempted to disarm [D]!", \ + "[A] attempted to disarm [D]!") + playsound(D, 'sound/weapons/punchmiss.ogg', 25, 1, -1) + log_combat(A, D, "disarmed (KNS CQC)", "[I ? " grabbing \the [I]" : ""]") + if(restraining && A.pulling == D) + D.visible_message("[A] puts [D] into a chokehold!", \ + "[A] puts you into a chokehold!") + D.SetSleeping(400) + restraining = FALSE + if(A.grab_state < GRAB_NECK) + A.grab_state = GRAB_NECK + else + restraining = FALSE + return FALSE + return TRUE + +/datum/martial_art/kinaris/harm_act(mob/living/carbon/human/A, mob/living/carbon/human/D) + if(!can_use(A)) + return FALSE + log_combat(A, D, "attacked (KNS CQC)") + A.do_attack_animation(D) + var/picked_hit_type = pick("CQC'd", "Big Bossed") + var/bonus_damage = 13 + if(D.IsKnockdown() || D.resting || D.lying) + bonus_damage += 5 + picked_hit_type = "stomps on" + D.apply_damage(bonus_damage, PAIN) + if(picked_hit_type == "kicks" || picked_hit_type == "stomps on") + playsound(get_turf(D), 'sound/weapons/cqchit2.ogg', 50, 1, -1) + else + playsound(get_turf(D), 'sound/weapons/cqchit1.ogg', 50, 1, -1) + D.visible_message("[A] [picked_hit_type] [D]!", \ + "[A] [picked_hit_type] you!") + log_combat(A, D, "[picked_hit_type] (KNS CQC)") + if(A.resting && !D.stat && !D.IsKnockdown()) + D.visible_message("[A] leg sweeps [D]!", \ + "[A] leg sweeps you!") + playsound(get_turf(A), 'sound/effects/hit_kick.ogg', 50, 1, -1) + D.apply_damage(10, PAIN) + D.Knockdown(60) + log_combat(A, D, "sweeped (KNS CQC)") + return TRUE + +/mob/living/carbon/human/proc/KNS_CQC_help() + set name = "Remember The Basics" + set desc = "You try to remember some of the basics of training." + set category = "KNS CQC" + to_chat(usr, "You try to remember some of your training, undertaken when entering Kinaris employ.") + + to_chat(usr, "CQC Kick: Disarm Grab. Knocks opponent away. Knocks out stunned or knocked down opponents.") + to_chat(usr, "Restrain: Grab Grab. Locks opponents into a restraining position, disarm to knock them out with a choke hold.") diff --git a/code/datums/weakrefs.dm b/code/datums/weakrefs.dm index fbe9036ea..e21bc9f4d 100644 --- a/code/datums/weakrefs.dm +++ b/code/datums/weakrefs.dm @@ -1,3 +1,7 @@ +/* + * Creates a weakref to the given input. + * See /datum/weakref's documentation for more information. + */ /proc/WEAKREF(datum/input) if(istype(input) && !QDELETED(input)) if(istype(input, /datum/weakref)) @@ -10,16 +14,80 @@ /datum/proc/create_weakref() //Forced creation for admin proccalls return WEAKREF(src) +/** + * A weakref holds a non-owning reference to a datum. + * The datum can be referenced again using `resolve()`. + * + * To figure out why this is important, you must understand how deletion in + * BYOND works. + * + * Imagine a datum as a TV in a living room. When one person enters to watch + * TV, they turn it on. Others can come into the room and watch the TV. + * When the last person leaves the room, they turn off the TV because it's + * no longer being used. + * + * A datum being deleted tells everyone who's watching the TV to stop. + * If everyone leaves properly (AKA cleaning up their references), then the + * last person will turn off the TV, and everything is well. + * However, if someone is resistant (holds a hard reference after deletion), + * then someone has to walk in, drag them away, and turn off the TV forecefully. + * This process is very slow, and it's known as hard deletion. + * + * This is where weak references come in. Weak references don't count as someone + * watching the TV. Thus, when what it's referencing is destroyed, it will + * hopefully clean up properly, and limit hard deletions. + * + * A common use case for weak references is holding onto what created itself. + * For example, if a machine wanted to know what its last user was, it might + * create a `var/mob/living/last_user`. However, this is a strong reference to + * the mob, and thus will force a hard deletion when that mob is deleted. + * It is often better in this case to instead create a weakref to the user, + * meaning this type definition becomes `var/datum/weakref/last_user`. + * + * A good rule of thumb is that you should hold strong references to things + * that you *own*. For example, a dog holding a chew toy would be the owner + * of that chew toy, and thus a `var/obj/item/chew_toy` reference is fine + * (as long as it is cleaned up properly). + * However, a chew toy does not own its dog, so a `var/mob/living/dog/owner` + * might be inferior to a weakref. + * This is also a good rule of thumb to avoid circular references, such as the + * chew toy example. A circular reference that doesn't clean itself up properly + * will always hard delete. + */ /datum/weakref var/reference /datum/weakref/New(datum/thing) reference = REF(thing) -/datum/weakref/Destroy() - return QDEL_HINT_LETMELIVE //Let BYOND autoGC thiswhen nothing is using it anymore. +/datum/weakref/Destroy(force) + var/datum/target = resolve() + qdel(target) + if(!force) + return QDEL_HINT_LETMELIVE //Let BYOND autoGC thiswhen nothing is using it anymore. + target?.weak_reference = null + return ..() + +/** + * Retrieves the datum that this weakref is referencing. + * + * This will return `null` if the datum was deleted. This MUST be respected. + */ /datum/weakref/proc/resolve() var/datum/D = locate(reference) return (!QDELETED(D) && D.weak_reference == src) ? D : null + +/datum/weakref/vv_get_dropdown() + . = ..() + VV_DROPDOWN_OPTION(VV_HK_WEAKREF_RESOLVE, "Go to reference") + +/datum/weakref/vv_do_topic(list/href_list) + . = ..() + if(href_list[VV_HK_WEAKREF_RESOLVE]) + if(!check_rights(NONE)) + return + var/datum/R = resolve() + if(R) + usr.client.debug_variables(R) diff --git a/code/game/area/Space_Station_13_areas.dm b/code/game/area/Space_Station_13_areas.dm index b724b3acd..cf85e0235 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 = "lounge" + icon_state = "yellow" /area/crew_quarters/fitness name = "Fitness Room" @@ -495,10 +495,6 @@ 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" @@ -1376,7 +1372,7 @@ NOTE: there are two lists of areas in the end of this file: centcom and station name = "Xenoarchaeology Medical" icon_state = "xenomed" -//Pool and Hyper additions +//Pool /area/crew_quarters/fitness/pool name = "Pool Area" icon_state = "pool" @@ -1388,25 +1384,11 @@ NOTE: there are two lists of areas in the end of this file: centcom and station /area/arcade name = "Arcade" - icon_state = "arcade" + icon_state = "yellow" -/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" +/area/artatrium + name = "Art Atrium" + icon_state = "library" //Diner /area/diner diff --git a/code/game/area/areas/layenia.dm b/code/game/area/areas/layenia.dm index ff8cda8c6..7cf100d88 100644 --- a/code/game/area/areas/layenia.dm +++ b/code/game/area/areas/layenia.dm @@ -10,12 +10,6 @@ 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/atoms_movable.dm b/code/game/atoms_movable.dm index 0331e5aab..0bfb9ce0e 100644 --- a/code/game/atoms_movable.dm +++ b/code/game/atoms_movable.dm @@ -699,11 +699,11 @@ // called when this atom is removed from a storage item, which is passed on as S. The loc variable is already set to the new destination before this is called. /atom/movable/proc/on_exit_storage(datum/component/storage/concrete/S) - return + SEND_SIGNAL(src, COMSIG_STORAGE_EXITED, S) // called when this atom is added into a storage item, which is passed on as S. The loc variable is already set to the storage item. /atom/movable/proc/on_enter_storage(datum/component/storage/concrete/S) - return + SEND_SIGNAL(src, COMSIG_STORAGE_ENTERED, S) /atom/movable/proc/get_spacemove_backup() var/atom/movable/dense_object_backup diff --git a/code/game/machinery/announcement_system.dm b/code/game/machinery/announcement_system.dm index 5ace33c71..b521eb153 100644 --- a/code/game/machinery/announcement_system.dm +++ b/code/game/machinery/announcement_system.dm @@ -102,13 +102,6 @@ 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 3dc863958..62dd484df 100644 --- a/code/game/machinery/doors/shutters.dm +++ b/code/game/machinery/doors/shutters.dm @@ -11,9 +11,8 @@ 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_alt" + icon_state = "open" density = FALSE opacity = 0 @@ -69,8 +68,3 @@ /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/machinery/teleporter.dm b/code/game/machinery/teleporter.dm index 244aee056..3a265a548 100644 --- a/code/game/machinery/teleporter.dm +++ b/code/game/machinery/teleporter.dm @@ -76,11 +76,23 @@ if(!calibrated && iscarbon(M) && prob(30 - ((accuracy) * 10))) //oh dear a problem var/mob/living/carbon/C = M - if(C.dna?.species && C.dna.species.id != "fly" && !HAS_TRAIT(C, TRAIT_RADIMMUNE)) - to_chat(C, "You hear a buzzing in your ears.") - C.set_species(/datum/species/fly) - log_game("[C] ([key_name(C)]) was turned into a fly person") - C.apply_effect((rand(120 - accuracy * 40, 180 - accuracy * 60)), EFFECT_IRRADIATE, 0) + + //Rework to teleporter mishap + log_game("[C] ([key_name(C)]) had a teleporter mishap") + + + to_chat(C, "You feel the world contort and twist....") //idk a good line + C.adjustCloneLoss( rand(40,75) ) + C.apply_effect((rand(120 - accuracy * 40, 180 - accuracy * 60)), EFFECT_IRRADIATE, 0) //recycling this for some extra spice + + //Oh yea, random limb removal, adjust/comment out if too harsh a punishment + + for( var/obj/item/bodypart/BP in C.bodyparts ) + if( BP.body_part != CHEST ) //I am not ready to find out what happens if your chest is missing + if(prob(50)) + + BP.dismember() + calibrated = FALSE return diff --git a/code/game/objects/effects/contraband.dm b/code/game/objects/effects/contraband.dm index 329567935..e1a9a416a 100644 --- a/code/game/objects/effects/contraband.dm +++ b/code/game/objects/effects/contraband.dm @@ -408,21 +408,6 @@ 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." @@ -609,29 +594,4 @@ 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 1469d1a7b..9e8da6a3f 100644 --- a/code/game/objects/effects/decals/turfdecal/weather.dm +++ b/code/game/objects/effects/decals/turfdecal/weather.dm @@ -9,24 +9,4 @@ /obj/effect/turf_decal/weather/snow/corner name = "snow corner piece" icon = 'icons/turf/snow.dmi' - 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 + icon_state = "snow_corner" \ No newline at end of file diff --git a/code/game/objects/items/cosmetics.dm b/code/game/objects/items/cosmetics.dm index 19aec6973..254827d7b 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,5 +216,4 @@ else ..() else - ..() -*/ + ..() \ No newline at end of file diff --git a/code/game/objects/items/devices/dogborg_sleeper.dm b/code/game/objects/items/devices/dogborg_sleeper.dm index 1ec48ba52..1741f4db2 100644 --- a/code/game/objects/items/devices/dogborg_sleeper.dm +++ b/code/game/objects/items/devices/dogborg_sleeper.dm @@ -86,11 +86,11 @@ to_chat(user, "Your [src] is already occupied.") return - user.visible_message("[hound.name] is carefully inserting [target.name] into their [src].", + user.visible_message("[hound.name] is carefully inserting [target.name] into their [src].", "You start placing [target] into your [src]...") if(!patient && iscarbon(target) && !target.buckled && do_after (user, 100, target = target)) - if(!in_range(src, target)) + if(!in_range(src, target)) return if(patient) return @@ -217,7 +217,7 @@ data["occupant"]["fireLoss"] = mob_occupant.getFireLoss() data["occupant"]["cloneLoss"] = mob_occupant.getCloneLoss() data["occupant"]["brainLoss"] = mob_occupant.getOrganLoss(ORGAN_SLOT_BRAIN) - + if(mob_occupant.reagents.reagent_list.len) for(var/datum/reagent/R in mob_occupant.reagents.reagent_list) chemical_list += list(list("name" = R.name, "volume" = R.volume)) @@ -393,7 +393,7 @@ H.playsound_local(source, null, 45, falloff = 0, S = pred_digest) else if(H in contents) H.playsound_local(source, null, 65, falloff = 0, S = prey_digest) - + UpdateGut(hound) if(cleaning) addtimer(CALLBACK(src, .proc/clean_cycle, hound), 50) @@ -515,7 +515,7 @@ trashman.reset_perspective(src) user.visible_message("[hound.name]'s garbage processor groans lightly as [trashman] slips inside.", "Your garbage compactor groans lightly as [trashman] slips inside.") playsound(hound, 'sound/effects/bin_close.ogg', 80, 1) - + UpdateGut(hound) @@ -523,4 +523,11 @@ var/current_belly = ..() if(length(contents) > 11) current_belly = BORGBELLY_RED - return current_belly \ No newline at end of file + return current_belly + + +/obj/item/dogborg/sleeper/compactor/ore//identical to janihound for moment + name = "ore processor" + desc = "A mounted compactor unit with fuel processor." + icon = 'icons/mob/dogborg.dmi' + icon_state = "compactorb"//needs its own icon diff --git a/code/game/objects/items/devices/radio/radio.dm b/code/game/objects/items/devices/radio/radio.dm index 7b6b6edc5..adcffbc80 100644 --- a/code/game/objects/items/devices/radio/radio.dm +++ b/code/game/objects/items/devices/radio/radio.dm @@ -67,6 +67,12 @@ syndie = TRUE if(keyslot.independent) independent = TRUE + //Skyrat edit start + if(extra_channels) + for(var/ch_name in extra_channels) + if(!(ch_name in channels)) + channels[ch_name] = extra_channels[ch_name] + //Skyrat edit end for(var/ch_name in channels) secure_radio_connections[ch_name] = add_radio(src, GLOB.radiochannels[ch_name]) diff --git a/code/game/objects/items/dyekit.dm b/code/game/objects/items/dyekit.dm index 3087f7599..99bc80eb5 100644 --- a/code/game/objects/items/dyekit.dm +++ b/code/game/objects/items/dyekit.dm @@ -4,8 +4,6 @@ icon = 'icons/obj/dyespray.dmi' icon_state = "dyespray" - var/uses = 10 //SKYRAT EDIT ADDITION - /obj/item/dyespray/attack_self(mob/user) dye(user) @@ -23,10 +21,6 @@ /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 @@ -48,13 +42,4 @@ if(!do_after(usr, 30, target = human_target)) return playsound(src, 'sound/effects/spray.ogg', 5, TRUE, 5) - human_target.update_hair() - - //SKYRAT EDIT ADDITION - uses-- - -/obj/item/dyespray/examine(mob/user) - . = ..() - . += "It has [uses] uses left." - - //SKYRAT EDIT END + human_target.update_hair() \ No newline at end of file diff --git a/code/game/objects/items/implants/implant_kinaris.dm b/code/game/objects/items/implants/implant_kinaris.dm new file mode 100644 index 000000000..3a2039ab8 --- /dev/null +++ b/code/game/objects/items/implants/implant_kinaris.dm @@ -0,0 +1,38 @@ +/obj/item/implant/kinaris + name = "KNS ENH implant" + desc = "Enables enhanced reflexes, permitting the user to deploy specialised training." + icon = 'icons/obj/implants.dmi' + icon_state ="adrenal" + activated = 1 + var/datum/martial_art/kinaris/style = new + +/obj/item/implant/kinaris/get_data() + var/dat = {"Implant Specifications:
+ Name: KNS ENH Implant
+ Life: Roughly twelve hours after death of host
+ Implant Details:
+ Function: Forces certain sections of the brain and body into a state of higher function, permitting the user to deploy specialised training."} + return dat + +/obj/item/implant/kinaris/activate() + . = ..() + var/mob/living/carbon/human/H = imp_in + if(!ishuman(H)) + return + if(!H.mind) + return + if(H.mind.has_martialart(MARTIALART_KNS_CQC)) + style.remove(H) + to_chat(H, "You disable your reflex implant.") + else + style.teach(H,1) + to_chat(H, "You feel your body burn briefly as you enable your reflex implant.") + +/obj/item/implanter/kinaris + name = "implanter (KNS ENH)" + imp_type = /obj/item/implant/kinaris + +/obj/item/implantcase/kinaris + name = "implant case - 'KNS ENH'" + desc = "A glass case containing an implant that can enhance the body of the user." + imp_type = /obj/item/implant/kinaris diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index 34c39fa8b..5289fdb5e 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -657,34 +657,6 @@ 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." @@ -794,15 +766,6 @@ 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." @@ -985,13 +948,6 @@ 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/robot/robot_upgrades.dm b/code/game/objects/items/robot/robot_upgrades.dm index 47974b466..08f6bc002 100644 --- a/code/game/objects/items/robot/robot_upgrades.dm +++ b/code/game/objects/items/robot/robot_upgrades.dm @@ -150,7 +150,7 @@ desc = "A diamond drill replacement for the mining module's standard drill." icon_state = "cyborg_upgrade3" require_module = 1 - module_type = /obj/item/robot_module/miner + module_type = list(/obj/item/robot_module/miner, /obj/item/robot_module/orepup) /obj/item/borg/upgrade/ddrill/action(mob/living/silicon/robot/R, user = usr) . = ..() @@ -182,7 +182,7 @@ desc = "A satchel of holding replacement for mining cyborg's ore satchel module." icon_state = "cyborg_upgrade3" require_module = 1 - module_type = /obj/item/robot_module/miner + module_type = list(/obj/item/robot_module/miner, /obj/item/robot_module/orepup) /obj/item/borg/upgrade/soh/action(mob/living/silicon/robot/R) . = ..() @@ -285,7 +285,7 @@ icon_state = "ash_plating" resistance_flags = LAVA_PROOF | FIRE_PROOF require_module = 1 - module_type = /obj/item/robot_module/miner + module_type = list(/obj/item/robot_module/miner, /obj/item/robot_module/orepup) /obj/item/borg/upgrade/lavaproof/action(mob/living/silicon/robot/R, user = usr) . = ..() @@ -417,7 +417,7 @@ module_type = list( /obj/item/robot_module/medical, /obj/item/robot_module/medihound) - + var/list/additional_reagents = list() /obj/item/borg/upgrade/hypospray/action(mob/living/silicon/robot/R, user = usr) diff --git a/code/game/objects/items/stacks/sheets/sheet_types.dm b/code/game/objects/items/stacks/sheets/sheet_types.dm index 9840dad1b..87c3e3719 100644 --- a/code/game/objects/items/stacks/sheets/sheet_types.dm +++ b/code/game/objects/items/stacks/sheets/sheet_types.dm @@ -49,13 +49,6 @@ 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), @@ -481,6 +474,11 @@ GLOBAL_LIST_INIT(cardboard_recipes, list ( \ new /datum/stack_recipe("donk-pockets teriyaki box", /obj/item/storage/box/donkpockets/donkpocketteriyaki), \ new /datum/stack_recipe("donk-pockets pizza box", /obj/item/storage/box/donkpockets/donkpocketpizza), \ new /datum/stack_recipe("donk-pockets berry box", /obj/item/storage/box/donkpockets/donkpocketberry), \ + new /datum/stack_recipe("donk-pockets taco box", /obj/item/storage/box/donkpockets/donkpockettaco), \ + new /datum/stack_recipe("donk-pockets plasma box", /obj/item/storage/box/donkpockets/donkpocketplasma), \ + new /datum/stack_recipe("donk-pockets breakfast box", /obj/item/storage/box/donkpockets/donkpocketbreakfast), \ + new /datum/stack_recipe("donk-pockets moth box", /obj/item/storage/box/donkpockets/donkpocketmoth), \ + new /datum/stack_recipe("donk-pockets vegan box", /obj/item/storage/box/donkpockets/donkpocketvegan), \ new /datum/stack_recipe("donk-pockets honk box", /obj/item/storage/box/donkpockets/donkpockethonk), \ new /datum/stack_recipe("monkey cube box", /obj/item/storage/box/monkeycubes), null, \ diff --git a/code/game/objects/items/storage/backpack.dm b/code/game/objects/items/storage/backpack.dm index 629f19771..ec113b580 100644 --- a/code/game/objects/items/storage/backpack.dm +++ b/code/game/objects/items/storage/backpack.dm @@ -177,24 +177,6 @@ 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 */ @@ -213,23 +195,6 @@ /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." @@ -375,23 +340,6 @@ 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." @@ -417,7 +365,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/storage/boxes.dm b/code/game/objects/items/storage/boxes.dm index 278ecb93e..899617fd1 100644 --- a/code/game/objects/items/storage/boxes.dm +++ b/code/game/objects/items/storage/boxes.dm @@ -437,6 +437,36 @@ donktype = /obj/item/reagent_containers/food/snacks/donkpocket/spicy warmtype = /obj/item/reagent_containers/food/snacks/donkpocket/warm/spicy +/obj/item/storage/box/donkpockets/donkpockettaco //Property of Angel's Donk Co. subsidary Not'cho Corp. "They're mine! Not yo's." + name = "box of taco-flavoured donk-pockets" + icon_state = "donkpocketboxtaco" + donktype = /obj/item/reagent_containers/food/snacks/donkpocket/taco + warmtype = /obj/item/reagent_containers/food/snacks/donkpocket/warm/taco + +/obj/item/storage/box/donkpockets/donkpocketplasma + name = "box of toxic-flavoured donk-pockets" + icon_state = "donkpocketboxplasma" + donktype = /obj/item/reagent_containers/food/snacks/donkpocket/plasma + warmtype = /obj/item/reagent_containers/food/snacks/donkpocket/warm/plasma + +/obj/item/storage/box/donkpockets/donkpocketbreakfast + name = "box of breakfast-flavoured donk-pockets" + icon_state = "donkpocketboxbreakfast" + donktype = /obj/item/reagent_containers/food/snacks/donkpocket/breakfast + warmtype = /obj/item/reagent_containers/food/snacks/donkpocket/warm/breakfast + +/obj/item/storage/box/donkpockets/donkpocketmoth + name = "box of cloth-flavoured donk-pockets" + icon_state = "donkpocketboxmoth" + donktype = /obj/item/reagent_containers/food/snacks/donkpocket/moth + warmtype = /obj/item/reagent_containers/food/snacks/donkpocket/warm/moth + +/obj/item/storage/box/donkpockets/donkpocketvegan + name = "box of veggie-flavoured donk-pockets" + icon_state = "donkpocketboxvegan" + donktype = /obj/item/reagent_containers/food/snacks/donkpocket/vegan + warmtype = /obj/item/reagent_containers/food/snacks/donkpocket/warm/vegan + /obj/item/storage/box/donkpockets/donkpocketteriyaki name = "box of teriyaki-flavoured donk-pockets" icon_state = "donkpocketboxteriyaki" @@ -1325,4 +1355,4 @@ /obj/item/storage/box/marshmallow/PopulateContents() for (var/i in 1 to 5) - new /obj/item/reagent_containers/food/snacks/marshmallow(src) + new /obj/item/reagent_containers/food/snacks/marshmallow(src) diff --git a/code/game/objects/items/tools/weldingtool.dm b/code/game/objects/items/tools/weldingtool.dm index b5c5a3585..9b43af283 100644 --- a/code/game/objects/items/tools/weldingtool.dm +++ b/code/game/objects/items/tools/weldingtool.dm @@ -299,7 +299,6 @@ 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) @@ -316,7 +315,6 @@ 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 b9b5b4b71..009c1ca59 100644 --- a/code/game/objects/structures/mirror.dm +++ b/code/game/objects/structures/mirror.dm @@ -14,7 +14,6 @@ if(icon_state == "mirror_broke" && !broken) obj_break(null, mapload) -/* SKYRAT EDIT REMOVAL /obj/structure/mirror/attack_hand(mob/user) . = ..() if(.) @@ -45,7 +44,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 c4da2997d..c122201fd 100644 --- a/code/game/objects/structures/signs/_signs.dm +++ b/code/game/objects/structures/signs/_signs.dm @@ -133,9 +133,4 @@ /obj/structure/sign/logo/kinaris name = "kinaris logo" desc = "The Kinaris corprate logo. Radiant." - 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 + icon_state = "kinaris_sign1" \ No newline at end of file diff --git a/code/game/turfs/simulated/chasm.dm b/code/game/turfs/simulated/chasm.dm index a5da6e619..c2a0aad98 100644 --- a/code/game/turfs/simulated/chasm.dm +++ b/code/game/turfs/simulated/chasm.dm @@ -129,7 +129,6 @@ 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 f304f1f03..abe6c1b66 100644 --- a/code/game/turfs/simulated/floor/fancy_floor.dm +++ b/code/game/turfs/simulated/floor/fancy_floor.dm @@ -85,16 +85,10 @@ 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 . = ..() - name = proper_name - if(prob(floor_variance)) - icon_state = "[environment_type][rand(0,quantity_of_available_tiles)]" + update_icon() /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 3aabfe2a3..78520bbfd 100644 --- a/code/game/turfs/simulated/floor/plating/asteroid.dm +++ b/code/game/turfs/simulated/floor/plating/asteroid.dm @@ -123,8 +123,9 @@ planetary_atmos = TRUE baseturfs = /turf/open/lava/smooth/lava_land_surface - - +/turf/open/floor/plating/asteroid/spacehermit + initial_gas_mix = OPENTURF_DEFAULT_ATMOS + baseturfs = /turf/open/floor/plating/asteroid/spacehermit /turf/open/floor/plating/asteroid/airless initial_gas_mix = AIRLESS_ATMOS @@ -386,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 = 5 + quantity_of_available_tiles = 4 //light_range = 2 //light_power = 0.15 //light_color = LIGHT_COLOR_WHITE diff --git a/code/game/turfs/simulated/minerals.dm b/code/game/turfs/simulated/minerals.dm index 58c72cf90..53f9874f4 100644 --- a/code/game/turfs/simulated/minerals.dm +++ b/code/game/turfs/simulated/minerals.dm @@ -221,6 +221,22 @@ /turf/closed/mineral/iron/volcanic = 95) +//For spacehermit stuff + + +/turf/closed/mineral/random/spacehermit + icon_state = "rock" + turf_type = /turf/open/floor/plating/asteroid/spacehermit + baseturfs = /turf/open/floor/plating/asteroid/spacehermit + initial_gas_mix = OPENTURF_DEFAULT_ATMOS + defer_change = 1 + mineralChance = 6 + mineralSpawnChanceList = list( + /turf/closed/mineral/uranium = 2, /turf/closed/mineral/diamond = 1, /turf/closed/mineral/gold = 4, /turf/closed/mineral/titanium = 4, + /turf/closed/mineral/silver = 6, /turf/closed/mineral/plasma = 15, /turf/closed/mineral/iron = 40, + /turf/closed/mineral/gibtonite = 2, /turf/closed/mineral/bscrystal = 1) + +//end of spacehermit stuff /turf/closed/mineral/iron mineralType = /obj/item/stack/ore/iron diff --git a/code/modules/cargo/bounties/medical.dm b/code/modules/cargo/bounties/medical.dm index 95ed7a987..4af80c400 100644 --- a/code/modules/cargo/bounties/medical.dm +++ b/code/modules/cargo/bounties/medical.dm @@ -58,12 +58,15 @@ reward = 3000 wanted_types = list(/obj/item/organ/tail/cat) + +/* /datum/bounty/item/medical/blood name = "Generic Blood" description = "The Kinaris annual blood drive is back up to full speed, following the garlic incident. Good blood in good volumes accepted for Credit returns." reward = 3500 required_count = 600 wanted_types = list(/datum/reagent/blood) +*/ /* If anyone wants to try and fix/work, go for it /datum/bounty/item/medical/medibot // Mob so this dosn't work yet* diff --git a/code/modules/cargo/bounties/reagent.dm b/code/modules/cargo/bounties/reagent.dm index 35bd95c1a..8657717f5 100644 --- a/code/modules/cargo/bounties/reagent.dm +++ b/code/modules/cargo/bounties/reagent.dm @@ -105,7 +105,6 @@ datum/bounty/reagent/complex_drink/New() /datum/reagent/consumable/ethanol/hearty_punch,\ /datum/reagent/consumable/ethanol/manhattan_proj,\ /datum/reagent/consumable/ethanol/narsour,\ - /datum/reagent/consumable/ethanol/neurotoxin,\ /datum/reagent/consumable/ethanol/patron,\ /datum/reagent/consumable/ethanol/quadruple_sec,\ /datum/reagent/consumable/ethanol/quintuple_sec,\ @@ -170,3 +169,15 @@ datum/bounty/reagent/chemical/New() description = "CentCom is in desperate need of the chemical [name]. Ship a container of it to be rewarded." reward += rand(0, 4) * 500 +/datum/bounty/reagent/blood + name = "Blood Drive" + reward = 3500 + required_volume = 600 + +/datum/bounty/reagent/blood/New() + + var/reagent_type = /datum/reagent/blood + wanted_reagent = new reagent_type + name = wanted_reagent.name + description = "The Kinaris annual blood drive is back up to full speed, following the garlic incident. Good blood in good volumes accepted for Credit returns." + reward += rand(0, 2) * 300 diff --git a/code/modules/cargo/bounty.dm b/code/modules/cargo/bounty.dm index 8736bb96a..3fc070efd 100644 --- a/code/modules/cargo/bounty.dm +++ b/code/modules/cargo/bounty.dm @@ -75,7 +75,7 @@ GLOBAL_LIST_EMPTY(bounties_list) // Returns a new bounty of random type, but does not add it to GLOB.bounties_list. /proc/random_bounty() - switch(rand(1, 14)) + switch(rand(1, 15)) if(1) var/subtype = pick(subtypesof(/datum/bounty/item/assistant)) return new subtype @@ -118,6 +118,8 @@ GLOBAL_LIST_EMPTY(bounties_list) if(14) var/subtype = pick(subtypesof(/datum/bounty/lewd)) return new subtype + if(15) + return new /datum/bounty/reagent/blood // Called lazily at startup to populate GLOB.bounties_list with random bounties. /proc/setup_bounties() @@ -144,7 +146,8 @@ GLOBAL_LIST_EMPTY(bounties_list) /********************************Strict Type Gens********************************/ var/list/easy_add_list_strict_types = list(/datum/bounty/reagent/simple_drink = 1, /datum/bounty/reagent/complex_drink = 1, - /datum/bounty/reagent/chemical = 1) + /datum/bounty/reagent/chemical = 1, + /datum/bounty/reagent/blood = 1) for(var/the_strict_type in easy_add_list_strict_types) for(var/i in 1 to easy_add_list_strict_types[the_strict_type]) diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 34f5c5158..072872469 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -108,7 +108,6 @@ GLOBAL_LIST_EMPTY(preferences_datums) var/roleplayroles = FALSE //for the roleplay roles var/importantroles = FALSE //for things that define as important. - var/datum/species/pref_species = new /datum/species/human() //Mutant race var/list/features = list("mcolor" = "FFF", "tail_lizard" = "Smooth", @@ -196,7 +195,14 @@ GLOBAL_LIST_EMPTY(preferences_datums) "flavor_text" = "", "silicon_flavor_text" = "", "ooc_text" = "", - "front_genitals_over_hair" = FALSE + "front_genitals_over_hair" = FALSE, + "cosmetic_head" = /datum/cosmetic_part/head/default, + "cosmetic_chest" = /datum/cosmetic_part/chest/default, + "cosmetic_l_arm" = /datum/cosmetic_part/arms/default, + "cosmetic_r_arm" = /datum/cosmetic_part/arms/default, + "cosmetic_l_leg" = /datum/cosmetic_part/legs/default, + "cosmetic_r_leg" = /datum/cosmetic_part/legs/default, + "cosmetic_markings" = FALSE ) /// Security record note section @@ -271,7 +277,6 @@ GLOBAL_LIST_EMPTY(preferences_datums) /datum/preferences/New(client/C) parent = C - clientfps = world.fps*2 for(var/custom_name_id in GLOB.preferences_custom_names) custom_names[custom_name_id] = get_default_name(custom_name_id) @@ -439,7 +444,7 @@ GLOBAL_LIST_EMPTY(preferences_datums) dat += "Custom Species Name:[custom_species ? custom_species : "None"]
" dat += "Random Body
" dat += "Always Random Body:[be_random_body ? "Yes" : "No"]
" - dat += "
Cycle background:[bgstate]
" + dat += "
Select background:[bgstate]
" dat += "Render front genitals over hair:[features["front_genitals_over_hair"] ? "Yes" : "No"]
" var/use_skintones = pref_species.use_skintones @@ -824,8 +829,55 @@ GLOBAL_LIST_EMPTY(preferences_datums) mutant_category = 0 dat += "" - dat += "" + + // HYPER EDIT: Cosmetic body parts + + var/datum/cosmetic_part/cosmetic_head = features["cosmetic_head"] + var/datum/cosmetic_part/cosmetic_chest = features["cosmetic_chest"] + var/datum/cosmetic_part/cosmetic_arms = features["cosmetic_l_arm"] + var/datum/cosmetic_part/cosmetic_legs = features["cosmetic_l_leg"] + + dat += "
" + dat += "

Cosmetic Parts

" + dat += "Use markings on cosmetic parts? " + dat += "[features["cosmetic_markings"] ? "Yes" : "No"]" + dat += "
" + dat += "
" + dat += "

Head

" + dat += "There are no valid alt heads for this species!") + var/new_cosmetic_part + var/question = "Choose your character's alt head style:" + new_cosmetic_part = input(user, question, "Character Preference") as null|anything in selectable_parts + if(new_cosmetic_part) + features["cosmetic_head"] = GLOB.cosmetic_heads[selectable_parts[new_cosmetic_part]] + update_preview_icon() + + if("cosmetic_chest") + var/list/selectable_parts = list() + for(var/path in GLOB.cosmetic_chests) + var/datum/cosmetic_part/possible_part = GLOB.cosmetic_chests[path] + var/list/supported_species = possible_part.supported_species + if(!show_mismatched_markings && supported_species && !supported_species.Find(pref_species.id)) + continue + selectable_parts[possible_part.name] = path + if(!selectable_parts.len) + to_chat(user, "There are no valid alt chests for this species!") + var/new_cosmetic_part + var/question = "Choose your character's alt chest style:" + new_cosmetic_part = input(user, question, "Character Preference") as null|anything in selectable_parts + if(new_cosmetic_part) + features["cosmetic_chest"] = GLOB.cosmetic_chests[selectable_parts[new_cosmetic_part]] + update_preview_icon() + + // currently symmetrical + if("cosmetic_arms") + var/list/selectable_parts = list() + for(var/path in GLOB.cosmetic_arms) + var/datum/cosmetic_part/possible_part = GLOB.cosmetic_arms[path] + var/list/supported_species = possible_part.supported_species + if(!show_mismatched_markings && supported_species && !supported_species.Find(pref_species.id)) + continue + selectable_parts[possible_part.name] = path + if(!selectable_parts.len) + to_chat(user, "There are no valid alt arms for this species!") + var/new_cosmetic_part + var/question = "Choose your character's alt arms style:" + new_cosmetic_part = input(user, question, "Character Preference") as null|anything in selectable_parts + if(new_cosmetic_part) + features["cosmetic_l_arm"] = GLOB.cosmetic_arms[selectable_parts[new_cosmetic_part]] + features["cosmetic_r_arm"] = GLOB.cosmetic_arms[selectable_parts[new_cosmetic_part]] + update_preview_icon() + + if("cosmetic_legs") + var/list/selectable_parts = list() + for(var/path in GLOB.cosmetic_legs) + var/datum/cosmetic_part/possible_part = GLOB.cosmetic_legs[path] + var/list/supported_species = possible_part.supported_species + if(!show_mismatched_markings && supported_species && !supported_species.Find(pref_species.id)) + continue + selectable_parts[possible_part.name] = path + if(!selectable_parts.len) + to_chat(user, "There are no valid alt legs for this species!") + var/new_cosmetic_part + var/question = "Choose your character's alt legs style:" + new_cosmetic_part = input(user, question, "Character Preference") as null|anything in selectable_parts + if(new_cosmetic_part) + features["cosmetic_l_leg"] = GLOB.cosmetic_legs[selectable_parts[new_cosmetic_part]] + features["cosmetic_r_leg"] = GLOB.cosmetic_legs[selectable_parts[new_cosmetic_part]] + update_preview_icon() + + // End hyper edit + //Genital code if("cock_color") var/new_cockcolor = input(user, "Penis color:", "Character Preference") as color|null @@ -2440,9 +2564,10 @@ GLOBAL_LIST_EMPTY(preferences_datums) features["belly_size"] = clamp(new_bellysize, BELLY_MIN_SIZE, BELLY_MAX_SIZE) if("butt_size") - var/new_buttsize = input(user, "Butt size :\n([BUTT_MIN_SIZE]-[BUTT_MAX_SIZE])", "Character Preference") as num|null + var/new_buttsize = input(user, "Butt size :\n([BUTT_MIN_SIZE]-[BUTT_MAX_SIZE_SELECTABLE])", "Character Preference") as num|null if(new_buttsize != null) - features["butt_size"] = clamp(new_buttsize, BUTT_MIN_SIZE, BUTT_MAX_SIZE) + features["butt_size"] = clamp(new_buttsize, BUTT_MIN_SIZE, BUTT_MAX_SIZE_SELECTABLE) + //Restricted to 5 in menu, because we have chems to make them big IC, like with breasts and what not. if("vag_shape") var/new_shape @@ -2692,6 +2817,9 @@ GLOBAL_LIST_EMPTY(preferences_datums) if("all") be_random_body = !be_random_body + if("cosmetic_markings") + features["cosmetic_markings"] = !features["cosmetic_markings"] + if("hear_midis") toggles ^= SOUND_MIDI diff --git a/code/modules/client/preferences_savefile.dm b/code/modules/client/preferences_savefile.dm index 80fab69e6..a77f504f8 100644 --- a/code/modules/client/preferences_savefile.dm +++ b/code/modules/client/preferences_savefile.dm @@ -576,6 +576,7 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car all_quirks -= V cit_character_pref_load(S) + hyper_character_pref_load(S) return 1 @@ -671,6 +672,7 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car WRITE_FILE(S["all_quirks"] , all_quirks) cit_character_pref_save(S) + hyper_character_pref_save(S) return 1 diff --git a/code/modules/clothing/suits/miscellaneous.dm b/code/modules/clothing/suits/miscellaneous.dm index 6e002119b..b56cb7a95 100644 --- a/code/modules/clothing/suits/miscellaneous.dm +++ b/code/modules/clothing/suits/miscellaneous.dm @@ -28,46 +28,6 @@ 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/food_and_drinks/food/snacks_pastry.dm b/code/modules/food_and_drinks/food/snacks_pastry.dm index e01b770ba..7e0d0a31a 100644 --- a/code/modules/food_and_drinks/food/snacks_pastry.dm +++ b/code/modules/food_and_drinks/food/snacks_pastry.dm @@ -461,6 +461,120 @@ tastes = list("meat" = 2, "dough" = 2, "laziness" = 1) foodtype = GRAIN | ANTITOXIC +/obj/item/reagent_containers/food/snacks/donkpocket/taco + name = "\improper Taco-pocket" + desc = "Es hora de adentrarse en el espacio de bolsillo más salvaje jamás conocido. ¡jajaja!" + icon_state = "donkpockettaco" + list_reagents = list(/datum/reagent/consumable/nutriment = 4, /datum/reagent/consumable/capsaicin = 2) + cooked_type = /obj/item/reagent_containers/food/snacks/donkpocket/warm/taco + filling_color = "#CD853F" + tastes = list("meat" = 2, "dough" = 2, "spice" = 2, "vegetables" = 2, "cheese" = 2) + foodtype = GRAIN | VEGETABLES | MEAT + +/obj/item/reagent_containers/food/snacks/donkpocket/warm/taco + name = "warm Taco-pocket" + desc = "Es hora de adentrarse en el espacio de bolsillo más salvaje jamás conocido. ¡jajaja!" + icon_state = "donkpockettaco" + bonus_reagents = list(/datum/reagent/medicine/omnizine = 1) + list_reagents = list(/datum/reagent/consumable/nutriment = 4, /datum/reagent/consumable/capsaicin = 2) + tastes = list("meat" = 2, "dough" = 2, "spice" = 2, "vegetables" = 2, "cheese" = 2) + foodtype = GRAIN | VEGETABLES | MEAT + +/obj/item/reagent_containers/food/snacks/donkpocket/plasma + name = "\improper Poison-pocket" + desc = "NOTE: WARNING. For slime species consumption only. Call ###-##-### if injested" + icon_state = "donkpocketplasma" + list_reagents = list(/datum/reagent/toxin/carpotoxin = 2, /datum/reagent/toxin/plasma = 2, /datum/reagent/fuel = 2) + cooked_type = /obj/item/reagent_containers/food/snacks/donkpocket/warm/plasma + filling_color = "#CD853F" + tastes = list("meat" = 2, "dough" = 2, "poison" = 2, "welding fuel" = 2) + foodtype = GRAIN | TOXIC | MEAT + +/obj/item/reagent_containers/food/snacks/donkpocket/warm/plasma + name = "warm Poison-pocket" + desc = "NOTE: WARNING. For slime species consumption only. Call ###-##-### if injested" + icon_state = "donkpocketplasma" + bonus_reagents = list(/datum/reagent/toxin/carpotoxin = 2, /datum/reagent/toxin/plasma = 2, /datum/reagent/fuel = 2) + list_reagents = list(/datum/reagent/consumable/nutriment = 4) + tastes = list("meat" = 2, "dough" = 2, "poison" = 2, "welding fuel" = 2) + foodtype = GRAIN | TOXIC | MEAT + +/obj/item/reagent_containers/food/snacks/donkpocket/breakfast + name = "\improper Breakfast-pocket" + desc = "Now for all you early morning Joes!." + icon_state = "donkpocketbreakfast" + list_reagents = list(/datum/reagent/consumable/nutriment = 4) + cooked_type = /obj/item/reagent_containers/food/snacks/donkpocket/warm/breakfast + filling_color = "#CD853F" + tastes = list("meat" = 2, "dough" = 2, "eggs" =2, "bacon" =2) + foodtype = GRAIN | DAIRY | MEAT | BREAKFAST + +/obj/item/reagent_containers/food/snacks/donkpocket/warm/breakfast //IT'S BEEN ELEVEN FUCKING HOURS I HATE BYOND I HATE BYOND I HATE BEYOND!!! + name = "warm Breakfast-pocket" + desc = "Now for all you early morning Joes!." + icon_state = "donkpocketbreakfast" + bonus_reagents = list(/datum/reagent/medicine/omnizine = 1) + list_reagents = list(/datum/reagent/consumable/nutriment = 4) + tastes = list("meat" = 2, "dough" = 2, "eggs" = 2, "bacon" = 2) + foodtype = GRAIN | DAIRY | MEAT | BREAKFAST | ANTITOXIC + +/obj/item/reagent_containers/food/snacks/donkpocket/moth + name = "\improper Moth-pocket" + desc = "Donk Corp is now reaching out to all species! Dig in moths one and all." + icon_state = "donkpocketmoth" + list_reagents = list(/datum/reagent/consumable/nutriment = 4) + cooked_type = /obj/item/reagent_containers/food/snacks/donkpocket/warm/moth + filling_color = "#CD853F" + tastes = list("lint" = 2, "dough" = 2, "felt" = 2) + foodtype = GRAIN | DAIRY | CLOTH + +/obj/item/reagent_containers/food/snacks/donkpocket/warm/moth + name = "warm Moth-pocket" + desc = "Donk Corp is now reaching out to all species! Dig in moths one and all." + icon_state = "donkpocketmoth" + bonus_reagents = list(/datum/reagent/medicine/omnizine = 1) + list_reagents = list(/datum/reagent/consumable/nutriment = 4) + tastes = list("lint" = 2, "dough" = 2, "felt" = 2) + foodtype = GRAIN | DAIRY | CLOTH + +/obj/item/reagent_containers/food/snacks/donkpocket/vegan + name = "\improper Vegan-pocket" + desc = "For all you Animal Rights Consortium members out there!." + icon_state = "donkpocketvegan" + list_reagents = list(/datum/reagent/consumable/nutriment = 2) + cooked_type = /obj/item/reagent_containers/food/snacks/donkpocket/warm/vegan + filling_color = "#CD853F" + tastes = list("vegetables" = 2, "dough" = 2) + foodtype = GRAIN | VEGETABLES + +/obj/item/reagent_containers/food/snacks/donkpocket/warm/vegan + name = "warm Vegan-pocket" + desc = "For all you Animal Rights Consortium members out there!." + icon_state = "donkpocketvegan" + bonus_reagents = list(/datum/reagent/medicine/omnizine = 1) + list_reagents = list(/datum/reagent/consumable/nutriment = 3) + tastes = list("vegetables" = 2, "dough" = 2) + foodtype = GRAIN | VEGETABLES + +/obj/item/reagent_containers/food/snacks/donkpocket/sm + name = "\improper Super-pocket" + desc = "You're probably not in a good spot if you're laying eyes on this." + icon_state = "donkpocketsm" + list_reagents = list(/datum/reagent/consumable/nutriment = 99) + cooked_type = /obj/item/reagent_containers/food/snacks/donkpocket/warm/sm + filling_color = "#CD853F" + tastes = list("white-noise" = 2) + foodtype = TOXIC + +/obj/item/reagent_containers/food/snacks/donkpocket/warm/sm + name = "warm Super-pocket" + desc = "You're probably not in a good spot if you're laying eyes on this." + icon_state = "donkpocketsm" + bonus_reagents = list(/datum/reagent/medicine/omnizine = 1) + list_reagents = list(/datum/reagent/consumable/nutriment = 99) + tastes = list("white-noise" = 2) + foodtype = TOXIC + /obj/item/reagent_containers/food/snacks/dankpocket name = "\improper Dank-pocket" desc = "The food of choice for the seasoned botanist." @@ -554,7 +668,7 @@ cooked_type = /obj/item/reagent_containers/food/snacks/donkpocket/warm/berry filling_color = "#CD853F" tastes = list("dough" = 2, "jam" = 2) - foodtype = GRAIN + foodtype = GRAIN | SUGAR /obj/item/reagent_containers/food/snacks/donkpocket/warm/berry name = "warm Berry-pocket" @@ -563,7 +677,7 @@ bonus_reagents = list(/datum/reagent/medicine/omnizine = 1) list_reagents = list(/datum/reagent/consumable/nutriment = 4, /datum/reagent/medicine/omnizine = 1, /datum/reagent/consumable/berryjuice = 3) tastes = list("dough" = 2, "warm jam" = 2) - foodtype = GRAIN + foodtype = GRAIN | SUGAR /obj/item/reagent_containers/food/snacks/donkpocket/gondola name = "\improper Gondola-pocket" diff --git a/code/modules/food_and_drinks/recipes/tablecraft/recipes_pastry.dm b/code/modules/food_and_drinks/recipes/tablecraft/recipes_pastry.dm index 7c34fc8c2..9100bab34 100644 --- a/code/modules/food_and_drinks/recipes/tablecraft/recipes_pastry.dm +++ b/code/modules/food_and_drinks/recipes/tablecraft/recipes_pastry.dm @@ -362,6 +362,159 @@ datum/crafting_recipe/food/donut/meat tastes = list("meat" = 2, "dough" = 2) foodtype = GRAIN | VEGETABLES +/datum/crafting_recipe/food/donkpocket/taco + time = 15 + name = "Taco-pocket" + reqs = list( + /obj/item/reagent_containers/food/snacks/pastrybase = 1, + /obj/item/reagent_containers/food/snacks/meatball = 1, + /obj/item/reagent_containers/food/snacks/grown/carrot = 1, + /obj/item/reagent_containers/food/snacks/grown/citrus/lime = 1, + ) + result = /obj/item/reagent_containers/food/snacks/donkpocket/taco + subcategory = CAT_PASTRY + +/obj/item/reagent_containers/food/snacks/donkpocket/taco + name = "\improper Taco-pocket" + desc = "Es hora de adentrarse en el espacio de bolsillo más salvaje jamás conocido. ¡jajaja!" + icon_state = "donkpockettaco" + list_reagents = list(/datum/reagent/consumable/nutriment = 4, /datum/reagent/consumable/capsaicin = 2) + cooked_type = /obj/item/reagent_containers/food/snacks/donkpocket/warm/taco + filling_color = "#CD853F" + tastes = list("meat" = 2, "dough" = 2, "spice" = 2, "vegetables" = 2, "cheese" = 2) + foodtype = GRAIN | VEGETABLES | MEAT + +/obj/item/reagent_containers/food/snacks/donkpocket/warm/taco + name = "warm Taco-pocket" + desc = "Es hora de adentrarse en el espacio de bolsillo más salvaje jamás conocido. ¡jajaja!" + icon_state = "donkpockettaco" + bonus_reagents = list(/datum/reagent/medicine/omnizine = 1) + list_reagents = list(/datum/reagent/consumable/nutriment = 4, /datum/reagent/consumable/capsaicin = 2) + tastes = list("meat" = 2, "dough" = 2, "spice" = 2, "vegetables" = 2, "cheese" = 2) + foodtype = GRAIN | VEGETABLES | MEAT + +/datum/crafting_recipe/food/donkpocket/plasma + time = 15 + name = "Plasma-pocket" + reqs = list( + /obj/item/reagent_containers/food/snacks/pastrybase = 1, + /obj/item/reagent_containers/food/snacks/meatball = 1, + /datum/reagent/fuel = 1, + /datum/reagent/toxin/plasma = 1, + ) + result = /obj/item/reagent_containers/food/snacks/donkpocket/plasma + subcategory = CAT_PASTRY + +/obj/item/reagent_containers/food/snacks/donkpocket/plasma + name = "\improper Poison-pocket" + desc = "NOTE: WARNING. For slime species consumption only. Call ###-##-### if injested" + icon_state = "donkpocketplasma" + list_reagents = list(/datum/reagent/toxin/carpotoxin = 2, /datum/reagent/toxin/plasma = 2, /datum/reagent/fuel = 2) + cooked_type = /obj/item/reagent_containers/food/snacks/donkpocket/warm/plasma + filling_color = "#CD853F" + tastes = list("meat" = 2, "dough" = 2, "poison" = 2, "welding fuel" = 2) + foodtype = GRAIN | TOXIC | MEAT + +/obj/item/reagent_containers/food/snacks/donkpocket/warm/plasma + name = "warm Poison-pocket" + desc = "NOTE: WARNING. For slime species consumption only. Call ###-##-### if injested" + icon_state = "donkpocketplasma" + bonus_reagents = list(/datum/reagent/toxin/carpotoxin = 2, /datum/reagent/toxin/plasma = 2, /datum/reagent/fuel = 2) + list_reagents = list(/datum/reagent/consumable/nutriment = 4) + tastes = list("meat" = 2, "dough" = 2, "poison" = 2, "welding fuel" = 2) + foodtype = GRAIN | TOXIC | MEAT + +/datum/crafting_recipe/food/donkpocket/breakfast + time = 15 + name = "Breakfast-pocket" + reqs = list( + /obj/item/reagent_containers/food/snacks/pastrybase = 1, + /obj/item/reagent_containers/food/snacks/cheesewedge = 1, + /obj/item/reagent_containers/food/snacks/friedegg = 1, + /obj/item/reagent_containers/food/snacks/meat/cutlet = 1, + ) + result = /obj/item/reagent_containers/food/snacks/donkpocket/breakfast + subcategory = CAT_PASTRY + +/obj/item/reagent_containers/food/snacks/donkpocket/breakfast + name = "\improper Breakfast-pocket" + desc = "Now for all you early morning Joes!." + icon_state = "donkpocketbreakfast" + list_reagents = list(/datum/reagent/consumable/nutriment = 4) + cooked_type = /obj/item/reagent_containers/food/snacks/donkpocket/warm/breakfast + filling_color = "#CD853F" + tastes = list("meat" = 2, "dough" = 2, "eggs" = 2, "bacon" = 2) + foodtype = GRAIN | DAIRY | MEAT | BREAKFAST + +/obj/item/reagent_containers/food/snacks/donkpocket/warm/breakfast + name = "warm Breakfast-pocket" + desc = "Now for all you early morning Joes!." + icon_state = "donkpocketbreakfast" + bonus_reagents = list(/datum/reagent/medicine/omnizine = 1) + list_reagents = list(/datum/reagent/consumable/nutriment = 4) + tastes = list("meat" = 2, "dough" = 2, "eggs" = 2, "bacon" = 2) + foodtype = GRAIN | DAIRY | MEAT | BREAKFAST | ANTITOXIC + +/datum/crafting_recipe/food/donkpocket/moth + time = 15 + name = "Moth-pocket" + reqs = list( + /obj/item/reagent_containers/food/snacks/pastrybase = 1, + /obj/item/reagent_containers/food/snacks/cheesewedge = 1, + /obj/item/stack/sheet/cloth = 1, + ) + result = /obj/item/reagent_containers/food/snacks/donkpocket/moth + subcategory = CAT_PASTRY + +/obj/item/reagent_containers/food/snacks/donkpocket/moth + name = "\improper Moth-pocket" + desc = "Donk Corp is now reaching out to all species! Dig in moths one and all." + icon_state = "donkpocketmoth" + list_reagents = list(/datum/reagent/consumable/nutriment = 4) + cooked_type = /obj/item/reagent_containers/food/snacks/donkpocket/warm/moth + filling_color = "#CD853F" + tastes = list("lint" = 2, "dough" = 2, "felt" = 2) + foodtype = GRAIN | DAIRY | CLOTH + +/obj/item/reagent_containers/food/snacks/donkpocket/warm/moth + name = "warm Moth-pocket" + desc = "Donk Corp is now reaching out to all species! Dig in moths one and all." + icon_state = "donkpocketmoth" + bonus_reagents = list(/datum/reagent/medicine/omnizine = 1) + list_reagents = list(/datum/reagent/consumable/nutriment = 4) + tastes = list("lint" = 2, "dough" = 2, "felt" = 2) + foodtype = GRAIN | DAIRY | CLOTH + +/datum/crafting_recipe/food/donkpocket/vegan + time = 15 + name = "Vegan-pocket" + reqs = list( + /obj/item/reagent_containers/food/snacks/pastrybase = 1, + /obj/item/reagent_containers/food/snacks/grown/cabbage = 1, + /obj/item/reagent_containers/food/snacks/grown/mushroom/chanterelle = 1, + ) + result = /obj/item/reagent_containers/food/snacks/donkpocket/vegan + subcategory = CAT_PASTRY + +/obj/item/reagent_containers/food/snacks/donkpocket/vegan + name = "\improper Vegan-pocket" + desc = "For all you Animal Rights Consortium members out there!." + icon_state = "donkpocketvegan" + list_reagents = list(/datum/reagent/consumable/nutriment = 2) + cooked_type = /obj/item/reagent_containers/food/snacks/donkpocket/warm/vegan + filling_color = "#CD853F" + tastes = list("vegetables" = 2, "dough" = 2) + foodtype = GRAIN | VEGETABLES + +/obj/item/reagent_containers/food/snacks/donkpocket/warm/vegan + name = "warm Vegan-pocket" + desc = "For all you Animal Rights Consortium members out there!." + icon_state = "donkpocketvegan" + bonus_reagents = list(/datum/reagent/medicine/omnizine = 1) + list_reagents = list(/datum/reagent/consumable/nutriment = 3) + tastes = list("vegetables" = 2, "dough" = 2) + foodtype = GRAIN | VEGETABLES + /datum/crafting_recipe/food/donkpocket/spicy time = 15 name = "Spicy-pocket" diff --git a/code/modules/hydroponics/grown.dm b/code/modules/hydroponics/grown.dm index 5895c6de3..330744ebf 100644 --- a/code/modules/hydroponics/grown.dm +++ b/code/modules/hydroponics/grown.dm @@ -33,6 +33,9 @@ // This is for adminspawn or map-placed growns. They get the default stats of their seed type. seed = new seed() seed.adjust_potency(50-seed.potency) + else if(!seed) + stack_trace("Grown initialized without seed. Okay.") + return INITIALIZE_HINT_QDEL pixel_x = rand(-5, 5) pixel_y = rand(-5, 5) @@ -40,13 +43,11 @@ if(dried_type == -1) dried_type = src.type - if(seed) - for(var/datum/plant_gene/trait/T in seed.genes) - T.on_new(src, loc) - seed.prepare_result(src) - transform *= TRANSFORM_USING_VARIABLE(seed.potency, 100) + 0.5 //Makes the resulting produce's sprite larger or smaller based on potency! - add_juice() - + for(var/datum/plant_gene/trait/T in seed.genes) + T.on_new(src, loc) + seed.prepare_result(src) + AddElement(/datum/element/item_scaling, TRANSFORM_USING_VARIABLE(seed.potency, 100) + 0.5, 1) //Makes the resulting produce's sprite larger or smaller based on potency! + add_juice() /obj/item/reagent_containers/food/snacks/grown/proc/add_juice() diff --git a/code/modules/jobs/access.dm b/code/modules/jobs/access.dm index fe8414b80..cd8ac3df9 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, ACCESS_LAMBENT, + return list(ACCESS_SECURITY, ACCESS_SEC_DOORS, ACCESS_BRIG, ACCESS_ARMORY, ACCESS_FORENSICS_LOCKERS, ACCESS_COURT, ACCESS_ENTER_GENPOP, ACCESS_LEAVE_GENPOP, 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_BARISTA, ACCESS_BARBER, + ACCESS_BAR, ACCESS_JANITOR, ACCESS_CREMATORIUM, ACCESS_ROBOTICS, ACCESS_CARGO, ACCESS_CONSTRUCTION, ACCESS_HYDROPONICS, ACCESS_LIBRARY, ACCESS_LAWYER, ACCESS_VIROLOGY, ACCESS_CMO, ACCESS_QM, ACCESS_SURGERY, ACCESS_THEATRE, ACCESS_RESEARCH, ACCESS_MINING, ACCESS_MAILSORTING, ACCESS_WEAPONS, 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, ACCESS_BARISTA, ACCESS_BARBER) + return list(ACCESS_KITCHEN,ACCESS_BAR, ACCESS_HYDROPONICS, ACCESS_JANITOR, ACCESS_CHAPEL_OFFICE, ACCESS_CREMATORIUM, ACCESS_LIBRARY, ACCESS_THEATRE, ACCESS_LAWYER) 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, ACCESS_LAMBENT) + 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) 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,10 +224,6 @@ 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) @@ -326,8 +322,6 @@ 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) @@ -363,10 +357,10 @@ return "Code Scotch" /proc/get_all_jobs() - return list("Assistant", "Captain", "Head of Personnel", "Bartender", "Barista", "Barber", "Cook", "Botanist", "Quartermaster", "Cargo Technician", + return list("Assistant", "Captain", "Head of Personnel", "Bartender", "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", "Lambent") + "Research Director", "Scientist", "Roboticist", "Research Student", "Head of Security", "Warden", "Detective", "Security Officer", "Rookie") /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 92652190c..f568378c1 100644 --- a/code/modules/jobs/job_types/captain.dm +++ b/code/modules/jobs/job_types/captain.dm @@ -65,7 +65,7 @@ Captain satchel = /obj/item/storage/backpack/satchel/cap duffelbag = /obj/item/storage/backpack/duffelbag/captain - implants = list(/obj/item/implant/mindshield) + implants = list(/obj/item/implant/mindshield, /obj/item/implant/kinaris) accessory = /obj/item/clothing/accessory/medal/gold/captain chameleon_extras = list(/obj/item/gun/energy/e_gun, /obj/item/stamp/captain) @@ -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_BARISTA, ACCESS_BARBER, + ACCESS_MEDICAL, ACCESS_ENGINE, ACCESS_CHANGE_IDS, ACCESS_AI_UPLOAD, ACCESS_EVA, ACCESS_HEADS, 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_BARISTA, ACCESS_BARBER, + ACCESS_MEDICAL, ACCESS_ENGINE, ACCESS_CHANGE_IDS, ACCESS_AI_UPLOAD, ACCESS_EVA, ACCESS_HEADS, 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 9480cc9ae..9dec1a40a 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_MINERAL_STOREROOM) + access = list(ACCESS_HYDROPONICS, ACCESS_BAR, ACCESS_KITCHEN, ACCESS_MORGUE, ACCESS_WEAPONS, 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/book/granter/action/drink_fling=1) + backpack_contents = list(/obj/item/storage/box/beanbag=1,/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 = 1 + total_positions = 2 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 0a0c83508..c199641ff 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_BARISTA, ACCESS_BARBER, + ACCESS_FORENSICS_LOCKERS, ACCESS_MORGUE, ACCESS_MAINT_TUNNELS, ACCESS_ALL_PERSONAL_LOCKERS, 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_BARISTA, ACCESS_BARBER, + ACCESS_FORENSICS_LOCKERS, ACCESS_MORGUE, ACCESS_MAINT_TUNNELS, ACCESS_ALL_PERSONAL_LOCKERS, 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) @@ -62,7 +62,7 @@ Head of Security duffelbag = /obj/item/storage/backpack/duffelbag/sec box = /obj/item/storage/box/security - implants = list(/obj/item/implant/mindshield) + implants = list(/obj/item/implant/mindshield, /obj/item/implant/kinaris) chameleon_extras = list(/obj/item/gun/energy/e_gun/hos, /obj/item/stamp/hos) diff --git a/code/modules/jobs/jobs.dm b/code/modules/jobs/jobs.dm index 92afee693..267680408 100644 --- a/code/modules/jobs/jobs.dm +++ b/code/modules/jobs/jobs.dm @@ -1,6 +1,5 @@ GLOBAL_LIST_INIT(command_positions, list( "Captain", - "Lambent", "Head of Personnel", "Head of Security", "Chief Engineer", @@ -38,8 +37,6 @@ GLOBAL_LIST_INIT(supply_positions, list( GLOBAL_LIST_INIT(civilian_positions, list( "Head of Personnel", - "Barista", - "Barber", "Bartender", "Botanist", "Cook", @@ -63,9 +60,6 @@ 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/dead/new_player/login.dm b/code/modules/mob/dead/new_player/login.dm index acd966416..c691b799d 100644 --- a/code/modules/mob/dead/new_player/login.dm +++ b/code/modules/mob/dead/new_player/login.dm @@ -43,7 +43,14 @@ S.cd = "/" var/slot S["default_slot"] >> slot + var/differing_version_notification = 0 if(slot) S.cd = "/character[slot]" - if(S["version"] < SAVEFILE_VERSION_MAX) - to_chat(src, "Your characters are outdated from recent updates. Please make sure if everything is within reasonable levels.") + var/slot_version = 0 + S["version"] >> slot_version + if(slot_version && slot_version < SAVEFILE_VERSION_MAX) + S.cd = "/" + S["new_differences_notification"] >> differing_version_notification + if(!differing_version_notification || differing_version_notification <= slot_version) + S["new_differences_notification"] << slot_version + to_chat(src, "There were recent changes with characters, and your savefiles are outdated. Your characters may not look the same depending on what changed.") diff --git a/code/modules/mob/living/carbon/carbon.dm b/code/modules/mob/living/carbon/carbon.dm index 168b31410..c436e5808 100644 --- a/code/modules/mob/living/carbon/carbon.dm +++ b/code/modules/mob/living/carbon/carbon.dm @@ -487,6 +487,9 @@ if(HAS_TRAIT(src, TRAIT_NOHUNGER)) return 1 + if(!has_mouth()) + return 1 + if(nutrition < 100 && !blood) if(message) visible_message("[src] dry heaves!", \ diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 92ad4fa08..1765e6873 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -5,30 +5,24 @@ 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/human/species.dm b/code/modules/mob/living/carbon/human/species.dm index a036dbb7f..287dd4d29 100644 --- a/code/modules/mob/living/carbon/human/species.dm +++ b/code/modules/mob/living/carbon/human/species.dm @@ -318,15 +318,24 @@ GLOBAL_LIST_EMPTY(roundstart_races) var/mob/living/carbon/human/H = C if(NOGENITALS in H.dna.species.species_traits) H.give_genitals(TRUE) //call the clean up proc to delete anything on the mob then return. - // EDIT ENDS + if(NOMOUTH in species_traits) + for(var/obj/item/bodypart/head/head in C.bodyparts) + head.mouth = FALSE + + /datum/species/proc/on_species_loss(mob/living/carbon/human/C, datum/species/new_species, pref_load) if(C.dna.species.exotic_bloodtype) if(!new_species.exotic_bloodtype) C.dna.blood_type = random_blood_type() else C.dna.blood_type = new_species.exotic_bloodtype + + if(NOMOUTH in species_traits) + for(var/obj/item/bodypart/head/head in C.bodyparts) + head.mouth = TRUE + if(DIGITIGRADE in species_traits) C.Digitigrade_Leg_Swap(TRUE) for(var/X in inherent_traits) @@ -502,6 +511,7 @@ GLOBAL_LIST_EMPTY(roundstart_races) var/list/standing = list() var/obj/item/bodypart/head/HD = H.get_bodypart(BODY_ZONE_HEAD) + H.handle_cosmetic_parts() if(HD && !(HAS_TRAIT(H, TRAIT_HUSK))) // lipstick @@ -594,6 +604,7 @@ GLOBAL_LIST_EMPTY(roundstart_races) //CITADEL EDIT - Do not forget to add this to relevent_layers list just above too! H.remove_overlay(BODY_TAUR_LAYER) //END EDIT + H.handle_cosmetic_parts() if(!mutant_bodyparts) return @@ -678,21 +689,17 @@ GLOBAL_LIST_EMPTY(roundstart_races) if("mam_tail" in mutant_bodyparts) if(H.wear_suit && (H.wear_suit.flags_inv & HIDETAUR) || (!H.dna.features["taur"] == "None")) bodyparts_to_add -= "mam_tail" - if("mam_waggingtail" in mutant_bodyparts) if(H.wear_suit && (H.wear_suit.flags_inv & HIDETAUR) || (!H.dna.features["taur"] == "None")) bodyparts_to_add -= "mam_waggingtail" else if ("mam_tail" in mutant_bodyparts) bodyparts_to_add -= "mam_waggingtail" - if("mam_ears" in mutant_bodyparts) if(!H.dna.features["mam_ears"] || H.dna.features["mam_ears"] == "None" || H.head && (H.head.flags_inv & HIDEEARS) || (H.wear_mask && (H.wear_mask.flags_inv & HIDEEARS)) || !HD || HD.status == BODYPART_ROBOTIC) bodyparts_to_add -= "mam_ears" - if("mam_snouts" in mutant_bodyparts) //Take a closer look at that snout! if((H.wear_mask && (H.wear_mask.flags_inv & HIDESNOUT)) || (H.head && (H.head.flags_inv & HIDESNOUT)) || !HD || HD.status == BODYPART_ROBOTIC) bodyparts_to_add -= "mam_snouts" - if("taur" in mutant_bodyparts) if(!H.dna.features["taur"] || H.dna.features["taur"] == "None" || (H.wear_suit && (H.wear_suit.flags_inv & HIDETAUR))) bodyparts_to_add -= "taur" @@ -1647,8 +1654,8 @@ GLOBAL_LIST_EMPTY(roundstart_races) ) if (target.canbearoused) target.adjustArousalLoss(5) - if (target.getArousalLoss() >= 100 && ishuman(target) && HAS_TRAIT(target, TRAIT_MASO) && target.has_dna()) - target.mob_climax(forced_climax=TRUE) + if (HAS_TRAIT(target, TRAIT_MASO)) + target.mob_climax_instant() if (!HAS_TRAIT(target, TRAIT_NYMPHO)) stop_wagging_tail(target) @@ -2005,8 +2012,7 @@ GLOBAL_LIST_EMPTY(roundstart_races) H.update_damage_overlays() if(HAS_TRAIT(H, TRAIT_MASO)) H.adjustArousalLoss(damage * brutemod * H.physiology.brute_mod) - if (H.getArousalLoss() >= 100 && ishuman(H) && H.has_dna()) - H.mob_climax(forced_climax=TRUE) + H.mob_climax_instant() else//no bodypart, we deal damage with a more general method. H.adjustBruteLoss(damage * hit_percent * brutemod * H.physiology.brute_mod) diff --git a/code/modules/mob/living/carbon/human/update_icons.dm b/code/modules/mob/living/carbon/human/update_icons.dm index 4c224a515..6b68f3b8a 100644 --- a/code/modules/mob/living/carbon/human/update_icons.dm +++ b/code/modules/mob/living/carbon/human/update_icons.dm @@ -690,6 +690,8 @@ generate/load female uniform sprites matching all previously decided variables . += "-[BP.digitigrade_type]" if(BP.dmg_overlay_type) . += "-[BP.dmg_overlay_type]" + if(BP.cosmetic_icon) + . += "-cosm[BP.cosmetic_icon]" if(BP.body_markings) . += "-[BP.body_markings]" else diff --git a/code/modules/mob/living/carbon/life.dm b/code/modules/mob/living/carbon/life.dm index ca11c14d0..fc3c25c15 100644 --- a/code/modules/mob/living/carbon/life.dm +++ b/code/modules/mob/living/carbon/life.dm @@ -77,8 +77,7 @@ var/mob/living/carbon/human/B = src if(HAS_TRAIT(B, TRAIT_CHOKE_SLUT)) B.adjustArousalLoss(7) - if (B.getArousalLoss() >= 100 && ishuman(B) && B.has_dna()) - B.mob_climax(forced_climax=TRUE) + B.mob_climax_instant() 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 585a882bb..8cb24c86e 100644 --- a/code/modules/mob/living/silicon/robot/robot_modules.dm +++ b/code/modules/mob/living/silicon/robot/robot_modules.dm @@ -200,6 +200,10 @@ INVOKE_ASYNC(RM, .proc/do_transform_animation) SEND_SIGNAL(R, COMSIG_CYBORG_MODULE_CHANGE) //hyperstation edit qdel(src) + //Skyrat change start + R.radio.extra_channels = RM.added_channels + R.radio.recalculateChannels() + //Skyrat change stop return RM /obj/item/robot_module/proc/be_transformed_to(obj/item/robot_module/old_module) @@ -459,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, @@ -493,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 11907e54a..f2f218368 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/mob/login.dm b/code/modules/mob/login.dm index 0d37b98c1..3fc7e3c11 100644 --- a/code/modules/mob/login.dm +++ b/code/modules/mob/login.dm @@ -57,7 +57,9 @@ var/datum/callback/CB = foo CB.Invoke() - mind?.hide_ckey = client?.prefs?.hide_ckey + if(client.prefs) + mind?.hide_ckey = client.prefs.hide_ckey + client.fps = client.prefs.clientfps log_message("Client [key_name(src)] has taken ownership of mob [src]([src.type])", LOG_OWNERSHIP) SEND_SIGNAL(src, COMSIG_MOB_CLIENT_LOGIN, client) client.init_verbs() diff --git a/code/modules/power/apc.dm b/code/modules/power/apc.dm index b291a295c..ac9a37eb2 100644 --- a/code/modules/power/apc.dm +++ b/code/modules/power/apc.dm @@ -104,6 +104,8 @@ var/icon_update_needed = FALSE var/obj/machinery/computer/apc_control/remote_control = null + var/obj/effect/light/lighteffect //light effect + /obj/machinery/power/apc/unlocked locked = FALSE @@ -185,6 +187,8 @@ addtimer(CALLBACK(src, .proc/update), 5) /obj/machinery/power/apc/Destroy() + if(lighteffect) + lighteffect.Del() GLOB.apcs_list -= src if(malfai && operating) @@ -320,6 +324,13 @@ // And now, separately for cleanness, the lighting changing if(update_state & UPSTATE_ALLGOOD) + if(!lighteffect)//make the light + lighteffect = new/obj/effect/light + lighteffect.loc = src.loc + lighteffect.alpha = 50 + lighteffect.pixel_x = pixel_x + lighteffect.pixel_y = pixel_y + switch(charging) if(APC_NOT_CHARGING) light_color = LIGHT_COLOR_RED @@ -328,6 +339,7 @@ if(APC_FULLY_CHARGED) light_color = LIGHT_COLOR_GREEN set_light(lon_range) + lighteffect.color = light_color else if(update_state & UPSTATE_BLUESCREEN) light_color = LIGHT_COLOR_BLUE set_light(lon_range) @@ -336,6 +348,10 @@ icon_update_needed = FALSE +/obj/machinery/power/apc/Move() + if(lighteffect) + lighteffect.loc = src.loc //move the light overlay + /obj/machinery/power/apc/proc/check_updates() var/last_update_state = update_state var/last_update_overlay = update_overlay diff --git a/code/modules/power/lighting.dm b/code/modules/power/lighting.dm index 39072d5b4..0db3695fc 100644 --- a/code/modules/power/lighting.dm +++ b/code/modules/power/lighting.dm @@ -223,6 +223,9 @@ var/bulb_emergency_pow_mul = 0.75 // the multiplier for determining the light's power in emergency mode var/bulb_emergency_pow_min = 0.5 // the minimum value for the light's power in emergency mode + var/obj/effect/light/lighteffect //light effect + + /obj/machinery/light/broken status = LIGHT_BROKEN icon_state = "tube-broken" @@ -242,6 +245,8 @@ icon_state = "bulb-broken" /obj/machinery/light/Move() + if(lighteffect) + lighteffect.loc = src.loc if(status != LIGHT_BROKEN) break_light_tube(1) return ..() @@ -285,6 +290,8 @@ /obj/machinery/light/Destroy() var/area/A = get_area(src) + if(lighteffect) + lighteffect.Del() if(A) on = FALSE // A.update_lights() @@ -292,24 +299,35 @@ return ..() /obj/machinery/light/update_icon() + if(!lighteffect) //dont have a light bloom, make it. + lighteffect = new/obj/effect/light/large + lighteffect.loc = src.loc cut_overlays() switch(status) // set icon_states if(LIGHT_OK) var/area/A = get_area(src) if(emergency_mode || (A && A.fire)) icon_state = "[base_state]_emergency" + lighteffect.alpha = 0 else icon_state = "[base_state]" if(on) + lighteffect.alpha = CLAMP(light_power*35, 5, 100) + lighteffect.color = light_color var/mutable_appearance/glowybit = mutable_appearance(overlayicon, base_state, ABOVE_LIGHTING_LAYER, ABOVE_LIGHTING_PLANE) glowybit.alpha = CLAMP(light_power*250, 30, 200) add_overlay(glowybit) if(LIGHT_EMPTY) icon_state = "[base_state]-empty" + lighteffect.alpha = 0 if(LIGHT_BURNED) icon_state = "[base_state]-burned" + lighteffect.alpha = 0 if(LIGHT_BROKEN) icon_state = "[base_state]-broken" + lighteffect.alpha = 0 + if(!on) + lighteffect.alpha = 0 return // update the icon_state and luminosity of the light depending on its state diff --git a/code/modules/projectiles/guns/energy/kinetic_accelerator.dm b/code/modules/projectiles/guns/energy/kinetic_accelerator.dm index 66073dbd1..a3fe88a39 100644 --- a/code/modules/projectiles/guns/energy/kinetic_accelerator.dm +++ b/code/modules/projectiles/guns/energy/kinetic_accelerator.dm @@ -266,7 +266,7 @@ icon_state = "modkit" w_class = WEIGHT_CLASS_SMALL require_module = 1 - module_type = /obj/item/robot_module/miner + module_type = list(/obj/item/robot_module/miner, /obj/item/robot_module/orepup) var/denied_type = null var/maximum_of_type = 1 var/cost = 30 diff --git a/code/modules/projectiles/projectile.dm b/code/modules/projectiles/projectile.dm index 63bd0bc52..65b86570c 100644 --- a/code/modules/projectiles/projectile.dm +++ b/code/modules/projectiles/projectile.dm @@ -197,7 +197,10 @@ L.visible_message("[L] is hit by \a [src][organ_hit_text]!", \ "[L] is hit by \a [src][organ_hit_text]!", null, COMBAT_MESSAGE_RANGE) if(candink && def_zone == BODY_ZONE_HEAD) - playsound(src, 'sound/weapons/dink.ogg', 30, 1) + if(prob(2)) + playsound(src, 'hyperstation/sound/weapons/dinkalternate.ogg', 30, 0) + else + playsound(src, 'sound/weapons/dink.ogg', 30, 1) L.on_hit(src) var/reagent_note diff --git a/code/modules/reagents/reagent_containers.dm b/code/modules/reagents/reagent_containers.dm index 6d93a5e13..150c9db70 100644 --- a/code/modules/reagents/reagent_containers.dm +++ b/code/modules/reagents/reagent_containers.dm @@ -65,6 +65,12 @@ var/who = (isnull(user) || eater == user) ? "your" : "[eater.p_their()]" to_chat(user, "You have to remove [who] [covered] first!") return 0 + if(!eater.has_mouth()) + if(eater == user) + to_chat(eater, "You have no mouth, and cannot eat.") + else + to_chat(user, "You can't feed [eater], because they have no mouth!") + return 0 return 1 /obj/item/reagent_containers/ex_act() diff --git a/code/modules/ruins/objects_and_mobs/sin_ruins.dm b/code/modules/ruins/objects_and_mobs/sin_ruins.dm index 18e90b3a6..5fba1aa4b 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 == 1) + if(chalice_taken) 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 - 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 + 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 diff --git a/code/modules/surgery/bodyparts/bodyparts.dm b/code/modules/surgery/bodyparts/bodyparts.dm index 4a1bc2113..b0208f9db 100644 --- a/code/modules/surgery/bodyparts/bodyparts.dm +++ b/code/modules/surgery/bodyparts/bodyparts.dm @@ -44,6 +44,13 @@ var/skin_tone = "" var/body_gender = "" var/species_id = "" + /** + * HYPER: when getting the appearance of a limb, the game will check + * for `cosmetic_icon` first. if there is none, it will default back + * to `species_id`. this allows us to use custom body part types for + * each limb in character customization. + */ + var/datum/cosmetic_part/cosmetic_icon var/color_src var/base_bp_icon //Overrides the icon being used for this limb. This is mainly for downstreams, implemented and maintained as a favor in return for implementing synths. And also because should_draw_* for icon overrides was pretty messy. You're welcome. var/should_draw_gender = FALSE @@ -391,12 +398,22 @@ else body_markings = "plain" auxmarking = "plain" - markings_color = list(colorlist) - else body_markings = null auxmarking = null + if(cosmetic_icon && is_organic_limb()) + if(cosmetic_icon.icon) + base_bp_icon = cosmetic_icon.icon + use_digitigrade = cosmetic_icon.support_digitigrade ? use_digitigrade : NOT_DIGITIGRADE + color_src = cosmetic_icon.color_src ? cosmetic_icon.color_src : MUTCOLORS + if(!H.dna.features["cosmetic_markings"]) + body_markings = null + auxmarking = null + + if((MUTCOLORS in S.species_traits) || (MUTCOLORS_PARTSONLY in S.species_traits)) + markings_color = list(colorlist) + if(!dropping_limb && H.dna.check_mutation(HULK)) mutation_color = "00aa00" else @@ -436,6 +453,11 @@ var/image_dir = 0 var/icon_gender = (body_gender == FEMALE) ? "f" : "m" //gender of the icon, if applicable + var/is_husk = species_id == "husk" + + /// HYPER: allow for custom limb icons in character customization + var/has_cosmetic_state = !isnull(cosmetic_icon) && !isnull(cosmetic_icon.icon_state) + var/limb_style = has_cosmetic_state ? cosmetic_icon.icon_state : species_id if(dropped) image_dir = SOUTH @@ -464,7 +486,7 @@ if(animal_origin) if(is_organic_limb()) limb.icon = 'icons/mob/animal_parts.dmi' - if(species_id == "husk") + if(is_husk) limb.icon_state = "[animal_origin]_husk_[body_zone]" else limb.icon_state = "[animal_origin]_[body_zone]" @@ -479,21 +501,21 @@ if(is_organic_limb()) limb.icon = base_bp_icon || 'icons/mob/human_parts.dmi' if(should_draw_gender) - limb.icon_state = "[species_id]_[body_zone]_[icon_gender]" + limb.icon_state = "[limb_style]_[body_zone]_[icon_gender]" else if (use_digitigrade) if(base_bp_icon == DEFAULT_BODYPART_ICON_ORGANIC) //Compatibility hack for the current iconset. limb.icon_state = "digitigrade_[use_digitigrade]_[body_zone]" else - limb.icon_state = "[species_id]_digitigrade_[use_digitigrade]_[body_zone]" + limb.icon_state = "[limb_style]_digitigrade_[use_digitigrade]_[body_zone]" else - limb.icon_state = "[species_id]_[body_zone]" + limb.icon_state = "[limb_style]_[body_zone]" // Body markings if(body_markings) - if(species_id == "husk") + if(is_husk) marking = image('modular_citadel/icons/mob/markings_notmammals.dmi', "husk_[body_zone]", -MARKING_LAYER, image_dir) - else if(species_id == "husk" && use_digitigrade) + else if(is_husk && use_digitigrade) marking = image('modular_citadel/icons/mob/markings_notmammals.dmi', "husk_digitigrade_[use_digitigrade]_[body_zone]", -MARKING_LAYER, image_dir) else if(!use_digitigrade) @@ -508,10 +530,10 @@ // Citadel End if(aux_zone) - aux = image(limb.icon, "[species_id]_[aux_zone]", -aux_layer, image_dir) + aux = image(limb.icon, "[limb_style]_[aux_zone]", -aux_layer, image_dir) . += aux if(body_markings) - if(species_id == "husk") + if(is_husk) auxmarking = image('modular_citadel/icons/mob/markings_notmammals.dmi', "husk_[aux_zone]", -aux_layer, image_dir) else auxmarking = image(body_markings_icon, "[body_markings]_[aux_zone]", -aux_layer, image_dir) @@ -528,16 +550,16 @@ aux = image(limb.icon, "[aux_zone]", -aux_layer, image_dir) . += aux if(!isnull(auxmarking)) - if(species_id == "husk") + if(is_husk) auxmarking = image('modular_citadel/icons/mob/markings_notmammals.dmi', "husk_[aux_zone]", -aux_layer, image_dir) else auxmarking = image(body_markings_icon, "[body_markings]_[aux_zone]", -aux_layer, image_dir) . += auxmarking if(!isnull(body_markings)) - if(species_id == "husk") + if(is_husk) marking = image('modular_citadel/icons/mob/markings_notmammals.dmi', "husk_[body_zone]", -MARKING_LAYER, image_dir) - else if(species_id == "husk" && use_digitigrade) + else if(is_husk && use_digitigrade) marking = image('modular_citadel/icons/mob/markings_notmammals.dmi', "husk_digitigrade_[use_digitigrade]_[body_zone]", -MARKING_LAYER, image_dir) else if(!use_digitigrade) @@ -550,20 +572,27 @@ . += marking return - if(color_src) //TODO - add color matrix support for base species limbs - var/draw_color = mutation_color || species_color || (skin_tone && skintone2hex(skin_tone)) - if(draw_color) - limb.color = "#[draw_color]" + if(!color_src) + return + switch(color_src) + if(MUTCOLORS) + var/draw_color = mutation_color || species_color || (skin_tone && skintone2hex(skin_tone)) + if(draw_color) + limb.color = "#[draw_color]" + if(aux_zone) + aux.color = "#[draw_color]" + if(MATRIXED) + limb.color = list(markings_color) if(aux_zone) - aux.color = "#[draw_color]" - if(!isnull(auxmarking)) - auxmarking.color = list(markings_color) + aux.color = list(markings_color) - if(!isnull(body_markings)) - if(species_id == "husk") - marking.color = "#141414" - else - marking.color = list(markings_color) + if(!isnull(auxmarking)) + auxmarking.color = list(markings_color) + if(!isnull(body_markings)) + if(is_husk) + marking.color = "#141414" + else + marking.color = list(markings_color) /obj/item/bodypart/deconstruct(disassembled = TRUE) diff --git a/code/modules/surgery/bodyparts/head.dm b/code/modules/surgery/bodyparts/head.dm index a71cc199c..45f791b3c 100644 --- a/code/modules/surgery/bodyparts/head.dm +++ b/code/modules/surgery/bodyparts/head.dm @@ -34,6 +34,9 @@ var/lip_color = "white" //If the head is a special sprite var/custom_head + + // if head has mouth; may depend on species + var/mouth = TRUE /obj/item/bodypart/head/can_dismember(obj/item/I) if(!((owner.stat == DEAD) || owner.InFullCritical())) diff --git a/code/modules/surgery/organs/stomach.dm b/code/modules/surgery/organs/stomach.dm index afa991ca7..1c45d5df6 100644 --- a/code/modules/surgery/organs/stomach.dm +++ b/code/modules/surgery/organs/stomach.dm @@ -120,6 +120,27 @@ return owner.vomit(stun = FALSE) -/obj/item/organ/stomach/ipc - name = "ipc stomach" + +/obj/item/organ/stomach/synthliz + name = "synthliz stomach" icon_state = "stomach-ipc" + +// ipc power cell from oracle +/obj/item/organ/stomach/cell + name = "micro-cell" + icon_state = "microcell" + w_class = WEIGHT_CLASS_NORMAL + zone = BODY_ZONE_CHEST + slot = ORGAN_SLOT_STOMACH + status = ORGAN_ROBOTIC + attack_verb = list("assault and battery'd") + desc = "A micro-cell, for IPC use only. Do not swallow." + +/obj/item/organ/stomach/cell/emp_act(severity) + switch(severity) + if(1) + owner.nutrition = 50 + to_chat(owner, "Alert: Heavy EMP Detected. Rebooting power cell to prevent damage.") + if(2) + owner.nutrition = 250 + to_chat(owner, "Alert: EMP Detected. Cycling battery.") \ No newline at end of file diff --git a/code/modules/surgery/organs/vocal_cords.dm b/code/modules/surgery/organs/vocal_cords.dm index b2d19c586..7c6fe05ca 100644 --- a/code/modules/surgery/organs/vocal_cords.dm +++ b/code/modules/surgery/organs/vocal_cords.dm @@ -581,7 +581,7 @@ for(var/V in listeners) var/mob/living/carbon/human/H = V if(H.canbearoused && H.has_dna() && HAS_TRAIT(H, TRAIT_NYMPHO)) // probably a redundant check but for good measure - H.mob_climax(forced_climax=TRUE) + H.mob_climax_instant() */ else if((findtext(message, family_friendly_words))) cooldown = COOLDOWN_MEME @@ -1123,7 +1123,7 @@ if(E.phase > 1) if(HAS_TRAIT(H, TRAIT_NYMPHO) && H.canbearoused && E.lewd) // probably a redundant check but for good measure addtimer(CALLBACK(GLOBAL_PROC, .proc/to_chat, H, "Your [E.enthrallGender] pushes you over the limit, overwhelming your body with pleasure."), 5) - H.mob_climax(forced_climax=TRUE) + H.mob_climax_instant() H.SetStun(20) H.setArousalLoss(H.min_arousal) E.resistanceTally = 0 //makes resistance 0, but resets arousal, resistance buildup is faster unaroused (massively so). diff --git a/code/modules/vending/autodrobe.dm b/code/modules/vending/autodrobe.dm index 2dbaf5394..4d8b21ac2 100644 --- a/code/modules/vending/autodrobe.dm +++ b/code/modules/vending/autodrobe.dm @@ -8,8 +8,7 @@ vend_reply = "Thank you for using AutoDrobe!" products = list(/obj/item/clothing/suit/chickensuit = 1, /obj/item/clothing/head/chicken = 1, - /obj/item/clothing/suit/hooded/corpus = 1, - /obj/item/clothing/suit/hooded/corpus/c = 1, + /obj/item/clothing/suit/hooded/wintercoat/corpus = 1, /obj/item/clothing/under/gladiator = 1, /obj/item/clothing/head/helmet/gladiator = 1, /obj/item/clothing/under/gimmick/rank/captain/suit = 1, @@ -112,6 +111,9 @@ /obj/item/clothing/head/wig/random = 3, /obj/item/clothing/suit/ran = 2, /obj/item/clothing/head/ran = 2, + /obj/item/clothing/suit/threepwoodjacket = 3, + /obj/item/clothing/under/threepwood = 2, + /obj/item/clothing/shoes/threepwoodboots = 1, /obj/item/clothing/under/vaultsuit = 3) contraband = list(/obj/item/clothing/suit/judgerobe = 1, /obj/item/clothing/head/powdered_wig = 1, @@ -120,25 +122,26 @@ /obj/item/clothing/glasses/sunglasses/blindfold = 1, /obj/item/clothing/mask/muzzle = 2) premium = list(/obj/item/clothing/suit/pirate/captain = 2, - /obj/item/clothing/head/pirate/captain = 2, - /obj/item/clothing/head/helmet/roman/fake = 1, - /obj/item/clothing/head/helmet/roman/legionnaire/fake = 1, - /obj/item/clothing/under/roman = 1, - /obj/item/clothing/shoes/roman = 1, - /obj/item/shield/riot/roman/fake = 1, - /obj/item/clothing/head/delinquent = 1, // One per vendor, please dear god don't mass produce these. - /obj/item/skub = 1, - /obj/item/clothing/under/lobster = 1, // CIT CHANGES - /obj/item/clothing/head/lobsterhat = 1, - /obj/item/clothing/head/drfreezehat = 1, - /obj/item/clothing/suit/dracula = 1, - /obj/item/clothing/suit/drfreeze_coat = 1, - /obj/item/clothing/suit/gothcoat = 2, - /obj/item/clothing/under/draculass = 1, - /obj/item/clothing/under/drfreeze = 1, //End of Cit Changes + /obj/item/clothing/head/pirate/captain = 2, + /obj/item/clothing/head/helmet/roman/fake = 1, + /obj/item/clothing/head/helmet/roman/legionnaire/fake = 1, + /obj/item/clothing/under/roman = 1, + /obj/item/clothing/shoes/roman = 1, + /obj/item/shield/riot/roman/fake = 1, + /obj/item/clothing/head/delinquent = 1, // One per vendor, please dear god don't mass produce these. + /obj/item/skub = 1, + /obj/item/clothing/under/lobster = 1, // CIT CHANGES + /obj/item/clothing/head/lobsterhat = 1, + /obj/item/clothing/head/drfreezehat = 1, + /obj/item/clothing/suit/dracula = 1, + /obj/item/clothing/suit/drfreeze_coat = 1, + /obj/item/clothing/suit/gothcoat = 2, + /obj/item/clothing/under/draculass = 1, + /obj/item/clothing/under/drfreeze = 1, //End of Cit Changes /obj/item/clothing/under/wedding_dress = 1, - /obj/item/clothing/under/tuxedo = 1, - /obj/item/storage/belt/cummerbund = 1) + /obj/item/clothing/under/tuxedo = 1, + /obj/item/clothing/suit/hooded/wintercoat/corpus/command = 1, + /obj/item/storage/belt/cummerbund = 1) refill_canister = /obj/item/vending_refill/autodrobe /obj/machinery/vending/autodrobe/all_access diff --git a/code/modules/vending/wardrobes.dm b/code/modules/vending/wardrobes.dm index 0d1e1f3df..5f9dee9d4 100644 --- a/code/modules/vending/wardrobes.dm +++ b/code/modules/vending/wardrobes.dm @@ -19,7 +19,7 @@ /obj/item/clothing/under/rank/security/skirt = 5, /obj/item/clothing/under/rank/security/grey = 5, /obj/item/clothing/under/pants/khaki = 5, - /obj/item/clothing/suit/hooded/corpus/s = 5) + /obj/item/clothing/suit/hooded/wintercoat/corpus/sec = 5) premium = list(/obj/item/clothing/under/rank/security/navyblue = 5, /obj/item/clothing/suit/security/officer = 5, /obj/item/clothing/head/beret/sec/navyofficer = 5, diff --git a/config/config.txt b/config/config.txt index a481ec955..a5720a805 100644 --- a/config/config.txt +++ b/config/config.txt @@ -5,8 +5,6 @@ $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 deleted file mode 100644 index f9353be69..000000000 --- a/config/hyperstation/jobs.txt +++ /dev/null @@ -1,12 +0,0 @@ -# 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 4ba075e30..4d00392aa 100644 --- a/config/jobs.txt +++ b/config/jobs.txt @@ -3,7 +3,6 @@ #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 @@ -17,9 +16,7 @@ Cargo Technician=3,2 Shaft Miner=3,3 Bartender=1,1 -Barista=1,1 -Barber=2,1 -Cook=1,1 +Cook=2,1 Botanist=3,2 Janitor=2,1 diff --git a/goon/icons/obj/fitness.dmi b/goon/icons/obj/fitness.dmi index 9434792fcf5e704eebf2b9a6ebf8c79437f60a9a..e2675cbda49b2988150768979a1e31fbbe3410b2 100644 GIT binary patch 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 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 diff --git a/goon/icons/obj/power.dmi b/goon/icons/obj/power.dmi index f70f5b51c19a0642889950c291fbe5956cba5367..bb787c0b3c9fe5e694868b293de1eaa4df5dcd62 100644 GIT binary patch delta 4057 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 LNkvXXu0mjfL+!pp delta 1813 zcmV+w2kQ93Ade4hiBL{Q4GJ0x0000DNk~Le0001h0001B2m=5B0OF*IdjJ3cKTu3m zMgM?+ou{wm>+o4-asS3h{oP$GH%BBWIX^~CLR4cpFn}fh|G*C@3eQWSZ+00Q&@BOte+d6KsK!o0Gs{7;Db&9;Ou<@Yxw{mwBbR97ZCgs2Y~R#1S_gYA_1_J6oIFQ zuV)wGL7cz_k*5xWB$qZvlu5(@UDuNiFrR+A5#4S!0+6|PJw_*Shyk(^A;4YV^>>Yc zS14i+*Wcgrq5#0klm`=8<;X^_i-f5{)w!@5TjK<;hSaIZ^Hi_(|~M4-UtLtt+y4GME$bj~{G#smO9!%R2_IvpUb zK`sZXww>Hr7ksdGf&nkcfsR}R5NfblthpR`4ePW|r!ZAKO^HG0f*3>^5Tf{+LoNr3 z0IF7|DFA~G@X~H6p&p>-9G)gme7`;eFpFTGNlR5dW20Z^&*#(eI7R7y~ENf+*mk}%zO#z(x+5^L+2)yA`Tn~*&e*`TA=4@CG68M?^fv42q zd%`FEBY*ej|LG#$ys0!T_Fr1WzYic=#HacPztUGQQi1IPr1}TDeT7mqz7$Fozwcka zme=W$x#n}q08E4Os!1M@=pT6hEFTWgp^FmB`$u`1Iv~|Qm;g|naq*)9)YtU1R^Ng0 zJq?iVA9(nde{DG5hUa5xAvD(}IkDw9>=(Nvz)t_b!;8tvVKLn}Hanr6{oi@VY}MoD z{sDGl*que2a;_Y_Wol7u%`Mk0VB-`@`>$!}fMBB#zWN8)7WVQAZzqOkOUEij*8~vY z9@JcS)`J%SB~KG;HTMsATRO-q*c8jQ8Swl9fpSd{e}d5)RDwkSPISe;^bY_y_*c}! zS=$=znji$eJ|&I7%mVOYj%>bvutYi1z-(>)nh>bO1iT)2L!uBEF92zG!>MRk;vZ?S zR)AkH@+raBfZ)bOfzt`3X6$^B0`pWiEisNX*eJl2gFhp5(YlA@IOqh#0&xF`t9Ug8 zwo7TSe^r3tlmN&`6FBajaQBFmEn7x|G6iIyde#ZZN#~^IQ>$omu4u5n7)pZX6_@~Y z0&;^FfKQEg=aB}R{sCX-s7L|dKhOvO;04gpLk)udLDfEqN)&hzM~?6XUI5anqd)ob%Rve*mgVYa~8RQh)^@)jyaS*gD5?A3!Ou zOdslcuP)q(y& zn=5})4nAGB%M?Ef@NfJZ+wtkgJ?j5Kr|6Re&AA5zers5i@+j{<)+2v-;FsA%-&4gPv#XotK*|Ywa@;%|7TR?EY|Ec~h&c0sp zN4MwwbFG5hPsM-gL8SpM1NV2jez=?gsHIp!?%xvr{oJ`x#&OW>sEXK*%1N^q`G;>V z;ngFYAZ!4!|_`B@Ti8GTiS>K=K3gu{>P)PXUO}4ZxNF zOV9)K{RD6%1im8Jz4m#Z&P(7l08?{opcjbyP@5wFt;t?{-5i4XkKNYDSisF1f1okx z8d@dD)m+XepThere 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 deleted file mode 100644 index 5ae0945f4..000000000 --- a/hyperstation/code/game/objects/effects/landmarks.dm +++ /dev/null @@ -1,11 +0,0 @@ -/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 deleted file mode 100644 index 8ea19ec93..000000000 --- a/hyperstation/code/game/objects/items/cards_ids.dm +++ /dev/null @@ -1,2 +0,0 @@ -/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 deleted file mode 100644 index c1a843992..000000000 --- a/hyperstation/code/game/objects/items/circuitboards/computer_circuitboards.dm +++ /dev/null @@ -1,3 +0,0 @@ -/obj/item/circuitboard/computer/timeclock - name = "Timeclock (Computer Board)" - build_path = /obj/machinery/computer/timeclock diff --git a/hyperstation/code/game/objects/items/devices/radio/radio.dm b/hyperstation/code/game/objects/items/devices/radio/radio.dm new file mode 100644 index 000000000..67ea054ff --- /dev/null +++ b/hyperstation/code/game/objects/items/devices/radio/radio.dm @@ -0,0 +1,2 @@ +/obj/item/radio + var/list/extra_channels = list() //Allows indivudal channels, used for borgs 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 1faa2102b..310dea667 100644 --- a/hyperstation/code/game/objects/items/stacks/tiles/tile_types.dm +++ b/hyperstation/code/game/objects/items/stacks/tiles/tile_types.dm @@ -1,4 +1,3 @@ -//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! @@ -27,11 +26,3 @@ 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/railings.dm b/hyperstation/code/game/objects/railings.dm index 2c01a1721..8140ad908 100644 --- a/hyperstation/code/game/objects/railings.dm +++ b/hyperstation/code/game/objects/railings.dm @@ -16,6 +16,7 @@ var/heat_resistance = 800 var/health = 70 var/maxhealth = 70 + layer = BELOW_MOB_LAYER resistance_flags = ACID_PROOF @@ -164,6 +165,14 @@ usr.visible_message("[user] climbed over \the [src]!") usr.do_twist(targetangle = 45, timer = 8) +/obj/structure/railing/Initialize(mapload) //mobs will show under the south railing sprite, thanks Cyanosis for helping with the fix + . = ..() + if(!mapload) + return + if(!(dir & SOUTH)) + return + layer = ABOVE_MOB_LAYER + /obj/structure/railing/handrail name = "handrail" desc = "A waist high handrail, perhaps you could climb over it." diff --git a/hyperstation/code/game/objects/structures/bench.dm b/hyperstation/code/game/objects/structures/bench.dm index ee0369d75..ba62136ac 100644 --- a/hyperstation/code/game/objects/structures/bench.dm +++ b/hyperstation/code/game/objects/structures/bench.dm @@ -9,15 +9,3 @@ 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 1c814b77b..c25c5f9be 100644 --- a/hyperstation/code/game/objects/structures/ghost_role_spawners.dm +++ b/hyperstation/code/game/objects/structures/ghost_role_spawners.dm @@ -165,35 +165,3 @@ /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 deleted file mode 100644 index 2fa8eadf4..000000000 --- a/hyperstation/code/game/objects/structures/tables_racks.dm +++ /dev/null @@ -1,9 +0,0 @@ -/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 deleted file mode 100644 index 3553557f7..000000000 --- a/hyperstation/code/game/turfs/open.dm +++ /dev/null @@ -1,14 +0,0 @@ -/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 deleted file mode 100644 index 2cc8f61fc..000000000 --- a/hyperstation/code/game/turfs/simulated/floor/fancy_floor.dm +++ /dev/null @@ -1,4 +0,0 @@ -/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 deleted file mode 100644 index 34e2604ba..000000000 --- a/hyperstation/code/game/turfs/simulated/wall/mineral_walls.dm +++ /dev/null @@ -1,78 +0,0 @@ -/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/arousal/arousalhud.dm b/hyperstation/code/modules/arousal/arousalhud.dm index 509438813..318edefd0 100644 --- a/hyperstation/code/modules/arousal/arousalhud.dm +++ b/hyperstation/code/modules/arousal/arousalhud.dm @@ -11,7 +11,15 @@ for(var/obj/item/organ/genital/G in U.internal_organs) if(!G.nochange) if(!G.dontlist) - dat += "[G.mode == "hidden" ? "[G.name] (Hidden)" : (G.mode == "clothes" ? "[G.name] (Hidden by Clothes)" : (G.mode == "visable" ? "[G.name] (Visable)" : "[G.name] (Visable)"))]
" + var/genital_visibility = "[G.name] (Visible)" + switch(G.mode) + if(GENITALS_HIDDEN) + genital_visibility = "[G.name] (Hidden)" + if(GENITALS_CLOTHES) + genital_visibility = "[G.name] (Hidden by Clothes)" + if(GENITALS_VISIBLE) + genital_visibility = "[G.name] (Visible)" + dat += "[genital_visibility]
" dat += {"
Contexual Options


"} var/obj/item/organ/genital/penis/P = user.getorganslot("penis") @@ -45,20 +53,17 @@ if(Belly.inflatable) dat += "Deflate belly" dat += "(Shrink your belly down a size)
" - - - if(user.pulling) + + if(user.pulling && !isnoncarbon(user.pulling)) // do not fuck animals dat += "Climax over [user.pulling]" //you can cum on objects if you really want... dat += "(Orgasm over a person or object.)
" - if(isliving(user.pulling)) - if(iscarbon(user.pulling)) - dat += "Climax with [user.pulling]" - dat += {"(Orgasm with another person.)
"} - - var/mob/living/carbon/human/H = user.pulling - if(H.breedable && P && H) - dat += "Impregnate [U.pulling] ([clamp(U.impregchance,0,100)]%)" - dat += "(Climax inside another person, and attempt to knock them up.)
" + if(iscarbon(user.pulling)) + dat += "Climax with [user.pulling]" + dat += {"(Orgasm with another person.)
"} + var/mob/living/carbon/human/H = user.pulling + if(H && H.breedable && P) + dat += "Impregnate [U.pulling] ([clamp(U.impregchance,0,100)]%)" + dat += "(Climax inside another person, and attempt to knock them up.)
" else dat += "Climax over" dat += "(Requires a partner)
" @@ -81,11 +86,9 @@ dat += "Old Menu" dat += "Toggle Undergarments " dat += "
" - var/datum/browser/popup = new(user, "arousal", "Arousal Panel") popup.set_content(dat) popup.set_title_image(user.browse_rsc_icon(icon, icon_state), 500,600) - popup.open() @@ -140,7 +143,7 @@ T.toggle_visibility(picked_visibility) if(href_list["masturbate"]) - if (H.arousalloss >= (H.max_arousal / 100) * 33) //requires 33% arousal. + if (H.isPercentAroused(33)) //requires 33% arousal. H.solomasturbate() return else @@ -148,7 +151,7 @@ return if(href_list["container"]) - if (H.arousalloss >= (H.max_arousal / 100) * 33) //requires 33% arousal. + if (H.isPercentAroused(33)) //requires 33% arousal. H.cumcontainer() return else @@ -156,7 +159,7 @@ return if(href_list["clothesplosion"]) - if (H.arousalloss >= (H.max_arousal / 100) * 33) //Requires 33% arousal. + if (H.isPercentAroused(33)) //Requires 33% arousal. H.clothesplosion() return else @@ -164,7 +167,7 @@ return if(href_list["climaxself"]) - if (H.arousalloss >= (H.max_arousal / 100) * 33) //requires 33% arousal. + if (H.isPercentAroused(33)) //requires 33% arousal. H.climaxself() return else @@ -172,7 +175,7 @@ return if(href_list["climax"]) - if (H.arousalloss >= (H.max_arousal / 100) * 33) //requires 33% arousal. + if (H.isPercentAroused(33)) //requires 33% arousal. H.climaxalone(FALSE) return else @@ -180,7 +183,7 @@ return if(href_list["climaxover"]) - if (H.arousalloss >= (H.max_arousal / 100) * 33) //requires 33% arousal. + if (H.isPercentAroused(33)) //requires 33% arousal. H.climaxover(usr.pulling) return else @@ -188,7 +191,7 @@ return if(href_list["climaxwith"]) - if (H.arousalloss >= (H.max_arousal / 100) * 33) //requires 33% arousal. + if (H.isPercentAroused(33)) //requires 33% arousal. H.climaxwith(usr.pulling) return else @@ -196,7 +199,7 @@ return if(href_list["impreg"]) - if (H.arousalloss >= (H.max_arousal / 100) * 33) //requires 33% arousal. + if (H.isPercentAroused(33)) //requires 33% arousal. H.impregwith(usr.pulling) return else @@ -331,7 +334,7 @@ obj/screen/arousal/proc/kiss() return //We got hands, let's pick an organ var/obj/item/organ/genital/picked_organ - picked_organ = pick_masturbate_genitals() + picked_organ = pick_climax_genitals(masturbation=TRUE, title="Masturbation") if(picked_organ) src << browse(null, "window=arousal") //closes the window mob_masturbate(picked_organ) @@ -365,55 +368,31 @@ obj/screen/arousal/proc/kiss() to_chat(src, "You cannot climax without choosing genitals.") return -/mob/living/carbon/human/proc/climaxwith(mob/living/T) - - var/mob/living/carbon/human/L = pick_partner() +/mob/living/carbon/human/proc/climaxwith(mob/living/carbon/human/partner) + if(!partner) + to_chat(src, "You cannot do this alone.") + return var/obj/item/organ/genital/picked_organ picked_organ = pick_climax_genitals() - if(picked_organ) - var/mob/living/partner = L - if(partner) - src << browse(null, "window=arousal") //alls fine, we can close the window now. - var/obj/item/organ/genital/penis/P = picked_organ - var/spillage = "No" //default to no, just incase player has items on to prevent climax - if(!P.condom == 1&&!P.sounding == 1) //you cant climax with a condom on or sounding in. - spillage = input(src, "Would your fluids spill outside?", "Choose overflowing option", "Yes") as anything in list("Yes", "No") - if(spillage == "Yes") - mob_climax_partner(picked_organ, partner, TRUE, FALSE, FALSE) - else - mob_climax_partner(picked_organ, partner, FALSE, FALSE, FALSE) - else - to_chat(src, "You cannot do this alone.") - return - else //They either lack organs that can masturbate, or they didn't pick one. + if(!picked_organ) to_chat(src, "You cannot climax without choosing genitals.") return + src << browse(null, "window=arousal") // close arousal window + mob_climax_inside_spillage(picked_organ, partner, impreg=FALSE) - -/mob/living/carbon/human/proc/climaxover(mob/living/T) - - var/mob/living/carbon/human/L = T +/mob/living/carbon/human/proc/climaxover(atom/partner) var/obj/item/organ/genital/picked_organ picked_organ = pick_climax_genitals() - if(picked_organ) - src << browse(null, "window=arousal") //alls fine, we can close the window now. - var/mob/living/partner = L - if(partner) - var/obj/item/organ/genital/penis/P = picked_organ - if(P.condom == 1) - to_chat(src, "You cannot do this action with a condom on.") - return - if(P.sounding == 1) - to_chat(src, "You cannot do this action with a sounding in.") - return - mob_climax_partner(picked_organ, partner, FALSE, FALSE, TRUE) - else - to_chat(src, "You cannot do this alone.") - return - else //They either lack organs that can masturbate, or they didn't pick one. + if(!picked_organ) to_chat(src, "You cannot climax without choosing genitals.") return + src << browse(null, "window=arousal") //alls fine, we can close the window now. + if(!partner || isnoncarbon(partner)) + to_chat(src, "You cannot do this alone.") + return + mob_climax_cover(picked_organ, partner) + /mob/living/carbon/human/proc/clothesplosion() if(usr.restrained(TRUE)) @@ -428,39 +407,29 @@ obj/screen/arousal/proc/kiss() H.visible_message("[H] explodes out of their clothes!'") - -/mob/living/carbon/human/proc/impregwith(mob/living/T) - - var/mob/living/carbon/human/L = pick_partner() - var/obj/item/organ/genital/picked_organ - picked_organ = src.getorganslot("penis") //Impregnation must be done with a penis. - if(picked_organ) - var/mob/living/partner = L - if(partner) - if(!partner.breedable)//check if impregable. - to_chat(src, "Your partner cannot be impregnated.")//some fuckary happening, you shouldnt even get to this point tbh. - return - var/obj/item/organ/genital/penis/P = picked_organ - //you cant impreg with a condom on or sounding in. - if(P.condom == 1) - to_chat(src, "You cannot do this action with a condom on.") - return - if(P.sounding == 1) - to_chat(src, "You cannot do this action with a sounding in.") - return - src << browse(null, "window=arousal") //alls fine, we can close the window now. - //Keeping this for messy fun - var/spillage = input(src, "Would your fluids spill outside?", "Choose overflowing option", "Yes") as anything in list("Yes", "No") - if(spillage == "Yes") - mob_climax_partner(picked_organ, partner, TRUE, TRUE, FALSE) - else - mob_climax_partner(picked_organ, partner, FALSE, TRUE, FALSE) - else - to_chat(src, "You cannot do this alone.") - return - else //no penis :( - to_chat(src, "You cannot impregnate without a penis.") +/mob/living/carbon/human/proc/impregwith(mob/living/carbon/T) + var/mob/living/carbon/human/partner = pick_partner() + var/obj/item/organ/genital/penis/picked_organ = src.getorganslot("penis") + // wow that is a lot of conditionals huh + if(!picked_organ) // no penis :( + to_chat(src, "You cannot impregnate someone without a penis.") return + if(!partner) + to_chat(src, "You cannot do this alone.") + return + if(!partner.breedable) //check if impregable. + to_chat(src, "Your partner cannot be impregnated.") + //some fuckery happening, you shouldnt even get to this point tbh. + return + if(picked_organ.condom) + to_chat(src, "You cannot impregnate someone with a condom on.") + return + if(picked_organ.sounding) + to_chat(src, "You cannot impregnate someone with a sounding rod in.") + return + src << browse(null, "window=arousal") //alls fine, we can close the window now. + mob_climax_inside_spillage(picked_organ, partner, impreg=TRUE) + /mob/living/carbon/human/proc/cumcontainer(mob/living/T) //We'll need hands and no restraints. @@ -500,6 +469,11 @@ obj/screen/arousal/proc/kiss() cum_splatter_icon.Blend(icon('hyperstation/icons/effects/cumoverlay.dmi', "cum_obj"), ICON_MULTIPLY) add_overlay(cum_splatter_icon) +/mob/living/carbon/add_cum_overlay(type="normal") + var/mutable_appearance/cumoverlay = mutable_appearance('hyperstation/icons/effects/cumoverlay.dmi') + cumoverlay.icon_state = "cum_[type]" + add_overlay(cumoverlay) + /atom/proc/wash_cum() cut_overlay(mutable_appearance('hyperstation/icons/effects/cumoverlay.dmi', "cum_normal")) cut_overlay(mutable_appearance('hyperstation/icons/effects/cumoverlay.dmi', "cum_large")) @@ -523,7 +497,7 @@ obj/screen/arousal/proc/kiss() return //We got hands, let's pick an organ var/obj/item/organ/genital/picked_organ - picked_organ = pick_masturbate_genitals() + picked_organ = pick_climax_genitals(masturbation=TRUE, title="Masturbation") if(picked_organ) src << browse(null, "window=arousal") //closes the window mob_masturbate(picked_organ, cover = TRUE) diff --git a/hyperstation/code/modules/arousal/organs/genitals.dm b/hyperstation/code/modules/arousal/organs/genitals.dm new file mode 100644 index 000000000..9da552021 --- /dev/null +++ b/hyperstation/code/modules/arousal/organs/genitals.dm @@ -0,0 +1,6 @@ +/obj/item/organ/genital/proc/get_fluid_source() + if(producing) + return src.reagents + if(linked_organ && linked_organ.producing) + return linked_organ.reagents + return null \ No newline at end of file diff --git a/hyperstation/code/modules/cargo/packs/misc.dm b/hyperstation/code/modules/cargo/packs/misc.dm index d1b88903f..21eb315b2 100644 --- a/hyperstation/code/modules/cargo/packs/misc.dm +++ b/hyperstation/code/modules/cargo/packs/misc.dm @@ -5,3 +5,31 @@ contains = list(/obj/item/polepack/, /obj/item/wrench/) crate_name = "stripper pole crate" + +/datum/supply_pack/organic/donkpockets + name = "Donkpocket Shipment" + desc = "We at Donk corp provide a wide five selection of holovid ready dinner pockets for all your dietary needs from extra-cheese to vegan to even mothpeople. Product of Donk co." + cost = 1500 + contains = list() + crate_name = "Donk Crate" + crate_type = /obj/structure/closet/crate/freezer + var/num_contained = 5 + //Put the types you want to contain inside this list below. + var/can_contain = list( /obj/item/storage/box/donkpockets, + /obj/item/storage/box/donkpockets/donkpockettaco, + /obj/item/storage/box/donkpockets/donkpocketplasma, + /obj/item/storage/box/donkpockets/donkpocketbreakfast, + /obj/item/storage/box/donkpockets/donkpocketmoth, + /obj/item/storage/box/donkpockets/donkpocketvegan, + /obj/item/storage/box/donkpockets/donkpocketspicy, + /obj/item/storage/box/donkpockets/donkpocketteriyaki, + /obj/item/storage/box/donkpockets/donkpocketpizza, + /obj/item/storage/box/donkpockets/donkpocketberry, + /obj/item/storage/box/donkpockets/donkpockethonk + ) + +/datum/supply_pack/organic/donkpockets/fill(obj/structure/closet/crate/C) + contains = list() + for(var/i = 0; i < num_contained; i++) + contains += pick(can_contain) + . = ..() \ No newline at end of file diff --git a/hyperstation/code/modules/client/client_defines.dm b/hyperstation/code/modules/client/client_defines.dm deleted file mode 100644 index 705945fac..000000000 --- a/hyperstation/code/modules/client/client_defines.dm +++ /dev/null @@ -1,9 +0,0 @@ -/** - * 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/client/hyper_pref_savefile.dm b/hyperstation/code/modules/client/hyper_pref_savefile.dm new file mode 100644 index 000000000..a0a71216b --- /dev/null +++ b/hyperstation/code/modules/client/hyper_pref_savefile.dm @@ -0,0 +1,36 @@ +/datum/preferences/proc/hyper_character_pref_load(savefile/S) + S["feature_cosmetic_head"] >> features["cosmetic_head"] + S["feature_cosmetic_chest"] >> features["cosmetic_chest"] + S["feature_cosmetic_l_arm"] >> features["cosmetic_l_arm"] + S["feature_cosmetic_r_arm"] >> features["cosmetic_r_arm"] + S["feature_cosmetic_l_leg"] >> features["cosmetic_l_leg"] + S["feature_cosmetic_r_leg"] >> features["cosmetic_r_leg"] + S["cosmetic_markings"] >> features["cosmetic_markings"] + var/cosmetic_head = sanitize_inlist(features["cosmetic_head"], GLOB.cosmetic_heads, "default") + var/cosmetic_chest = sanitize_inlist(features["cosmetic_chest"], GLOB.cosmetic_chests, "default") + var/cosmetic_l_arm = sanitize_inlist(features["cosmetic_l_arm"], GLOB.cosmetic_arms, "default") + var/cosmetic_r_arm = sanitize_inlist(features["cosmetic_r_arm"], GLOB.cosmetic_arms, "default") + var/cosmetic_l_leg = sanitize_inlist(features["cosmetic_l_leg"], GLOB.cosmetic_legs, "default") + var/cosmetic_r_leg = sanitize_inlist(features["cosmetic_r_leg"], GLOB.cosmetic_legs, "default") + features["cosmetic_head"] = GLOB.cosmetic_heads[cosmetic_head] + features["cosmetic_chest"] = GLOB.cosmetic_chests[cosmetic_chest] + features["cosmetic_l_arm"] = GLOB.cosmetic_arms[cosmetic_l_arm] + features["cosmetic_r_arm"] = GLOB.cosmetic_arms[cosmetic_r_arm] + features["cosmetic_l_leg"] = GLOB.cosmetic_legs[cosmetic_l_leg] + features["cosmetic_r_leg"] = GLOB.cosmetic_legs[cosmetic_r_leg] + + +/datum/preferences/proc/hyper_character_pref_save(savefile/S) + var/datum/cosmetic_part/head = features["cosmetic_head"] + var/datum/cosmetic_part/chest = features["cosmetic_chest"] + var/datum/cosmetic_part/l_arm = features["cosmetic_l_arm"] + var/datum/cosmetic_part/r_arm = features["cosmetic_r_arm"] + var/datum/cosmetic_part/l_leg = features["cosmetic_l_leg"] + var/datum/cosmetic_part/r_leg = features["cosmetic_r_leg"] + WRITE_FILE(S["feature_cosmetic_head"], head.id) + WRITE_FILE(S["feature_cosmetic_chest"], chest.id) + WRITE_FILE(S["feature_cosmetic_l_arm"], l_arm.id) + WRITE_FILE(S["feature_cosmetic_r_arm"], r_arm.id) + WRITE_FILE(S["feature_cosmetic_l_leg"], l_leg.id) + WRITE_FILE(S["feature_cosmetic_r_leg"], r_leg.id) + WRITE_FILE(S["cosmetic_markings"], features["cosmetic_markings"]) \ No newline at end of file diff --git a/hyperstation/code/modules/clothing/gloves.dm b/hyperstation/code/modules/clothing/gloves.dm index 107126506..c3ecb21fe 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 + min_cold_protection_temperature = GLOVES_MIN_TEMP_PROTECT \ No newline at end of file diff --git a/hyperstation/code/modules/clothing/suits/misc.dm b/hyperstation/code/modules/clothing/suits/misc.dm index 31ef1643f..0793aaa26 100644 --- a/hyperstation/code/modules/clothing/suits/misc.dm +++ b/hyperstation/code/modules/clothing/suits/misc.dm @@ -21,4 +21,43 @@ name = "\improper Hellraider's Vest" desc = "An open leather vest with battlescarred metal shoulderpads, discovered in a dimensional anomaly. Smells of gunpowder and plasma." icon_state = "guncaster_alt" - item_state = "guncaster_alt" \ No newline at end of file + item_state = "guncaster_alt" + +/* + * Posshim's Corpus atire + */ + //Making this a subset of wintercoats/winterhoods since poss intends it to have wintercoat stats --Archie + +/obj/item/clothing/suit/hooded/wintercoat/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/winterhood/corpus + flags_inv = HIDEGLOVES|HIDESHOES|HIDEJUMPSUIT //"Hide shoes" but digi shoes dont get hidden, too bad! + mutantrace_variation = NO_MUTANTRACE_VARIATION //There is no need for a digi variant, it's a costume + +/obj/item/clothing/suit/hooded/wintercoat/corpus/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/winterhood/corpus/sec //Enjoy this nice red outfit Kinaris! There is NO NEED for a pink one! xoxo -VivI Fanteriso + +/obj/item/clothing/suit/hooded/wintercoat/corpus/command + name = "Commander Voidsuit" + desc = "Premium issue correctional worker attire. Grease the gears of production." + icon_state = "corpusc" + hoodtype = /obj/item/clothing/head/hooded/winterhood/corpus/command + +/obj/item/clothing/head/hooded/winterhood/corpus + name = "Voidsuit helmet" + desc = "galvanized reinforced helm to protect against the elements" + icon_state = "corpus" + flags_inv = HIDEHAIR|HIDEEARS|HIDEFACIALHAIR|HIDEFACE|HIDEMASK|HIDESNOUT|HIDENECK //hide your ugly face with this one simple trick! + +/obj/item/clothing/head/hooded/winterhood/corpus/sec + icon_state = "corpuss" + +/obj/item/clothing/head/hooded/winterhood/corpus/command + icon_state = "corpusc" \ No newline at end of file diff --git a/hyperstation/code/modules/jobs/job_types/_job.dm b/hyperstation/code/modules/jobs/job_types/_job.dm deleted file mode 100644 index 9051523de..000000000 --- a/hyperstation/code/modules/jobs/job_types/_job.dm +++ /dev/null @@ -1,3 +0,0 @@ -/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 deleted file mode 100644 index 9ed93fdb2..000000000 --- a/hyperstation/code/modules/jobs/job_types/civilian.dm +++ /dev/null @@ -1,52 +0,0 @@ -/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 deleted file mode 100644 index 0f20b5e46..000000000 --- a/hyperstation/code/modules/jobs/job_types/job_alt_titles.dm +++ /dev/null @@ -1,8 +0,0 @@ -/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 deleted file mode 100644 index 0360b5423..000000000 --- a/hyperstation/code/modules/jobs/job_types/security.dm +++ /dev/null @@ -1,56 +0,0 @@ -/* -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/mob/dead/new_player/cosmetic_parts.dm b/hyperstation/code/modules/mob/dead/new_player/cosmetic_parts.dm new file mode 100644 index 000000000..a08db8726 --- /dev/null +++ b/hyperstation/code/modules/mob/dead/new_player/cosmetic_parts.dm @@ -0,0 +1,154 @@ +/* +COSMETIC PARTS + +this system allows you to change the _base_ appearance of a limb independent +of species or markings. this, for example, allows us to create "hybrids" like a +mammal with avian legs. + +keep in mind that this does not change the species of a leg! in the above example, +the mammal's bird-legs are still mammal legs. this matters in some places, like +body part transplants; mis-matched species will cause extra damage if the surgery +fails and the part is rejected. so you can't attach mammal-bird legs to avians +safely. +*/ + +/datum/cosmetic_part + /** A unique string that is used to identify this part for save files. Allows name changes without breaking saves */ + var/id + /** The name of the cosmetic part. This shows up in the preferences dropdown. */ + var/name + var/icon = 'hyperstation/icons/mob/char_parts.dmi' + var/icon_state + /** How colors are determined for this part. MUTCOLORS for base color, MATRIXED to allow multiple channels. */ + var/color_src = MUTCOLORS + /** Whether or not this cosmetic part has an alternate form for digitigrade legs. */ + var/support_digitigrade = TRUE + /** Species IDs that support this cosmetic part. Bypassed with "show mismatched markings" option. */ + var/list/supported_species + +/datum/cosmetic_part/head +/datum/cosmetic_part/chest +/datum/cosmetic_part/arms +/datum/cosmetic_part/legs + +// HEADS +// ========================================= + +/datum/cosmetic_part/head/default + id = "default" + name = "default" + icon = null + +/datum/cosmetic_part/head/ipc_round + id = "ipc_round" + name = "round ipc head" + icon_state = "ipc_round" + supported_species = list("ipc") + + +// CHESTS +// ========================================= + +/datum/cosmetic_part/chest/default + id = "default" + name = "default" + icon = null + +/datum/cosmetic_part/chest/ipc_sleek + id = "ipc_sleek" + name = "sleek ipc chest" + icon_state = "ipc_sleek" + supported_species = list("ipc") + color_src = MATRIXED + +/datum/cosmetic_part/chest/ipc_jointed + id = "ipc_jointed" + name = "jointed ipc chest" + icon_state = "ipc_jointed" + supported_species = list("ipc") + color_src = MATRIXED + + +// ARMS +// ========================================= + +/datum/cosmetic_part/arms/default + id = "default" + name = "default" + icon = null + +/datum/cosmetic_part/arms/avian_alt + id = "avian_alt" + name = "avian claws" + icon_state = "avian_alt" + supported_species = list("mammal", "avian", "aquatic", "insect", "xeno", "synthliz") + +/datum/cosmetic_part/arms/insect + id = "insect" + name = "insect arms" + icon = 'modular_citadel/icons/mob/mutant_bodyparts.dmi' + icon_state = "insect" + supported_species = list("mammal", "avian", "aquatic", "insect", "xeno", "synthliz") + +/datum/cosmetic_part/arms/ipc_sleek + id = "ipc_sleek" + name = "sleek ipc arms" + icon_state = "ipc_sleek" + supported_species = list("ipc") + color_src = MATRIXED + +/datum/cosmetic_part/arms/ipc_jointed + id = "ipc_jointed" + name = "jointed ipc arms" + icon_state = "ipc_jointed" + supported_species = list("ipc") + color_src = MATRIXED + + +// LEGS +// ========================================= + +/datum/cosmetic_part/legs/default + id = "default" + name = "default" + icon = null + +/datum/cosmetic_part/legs/avian + id = "avian" + name = "avian legs" + icon = 'modular_citadel/icons/mob/mutant_bodyparts.dmi' + icon_state = "avian" + supported_species = list("mammal", "avian", "aquatic", "insect", "xeno", "synthliz") + support_digitigrade = FALSE + +/datum/cosmetic_part/legs/mammal + id = "mammal" + name = "mammal legs" + icon = 'modular_citadel/icons/mob/mutant_bodyparts.dmi' + icon_state = "mammal" + supported_species = list("mammal", "avian", "aquatic", "insect", "xeno", "synthliz") + support_digitigrade = TRUE + +/datum/cosmetic_part/legs/insect + id = "insect" + name = "insect legs" + icon = 'modular_citadel/icons/mob/mutant_bodyparts.dmi' + icon_state = "insect" + supported_species = list("mammal", "avian", "aquatic", "insect", "xeno", "synthliz") + support_digitigrade = TRUE + +/datum/cosmetic_part/legs/ipc_sleek + id = "ipc_sleek" + name = "sleek ipc legs" + icon_state = "ipc_sleek" + supported_species = list("ipc") + color_src = MATRIXED + support_digitigrade = FALSE + +/datum/cosmetic_part/legs/ipc_jointed + id = "ipc_jointed" + name = "jointed ipc legs" + icon_state = "ipc_jointed" + supported_species = list("ipc") + color_src = MATRIXED + support_digitigrade = FALSE \ No newline at end of file diff --git a/hyperstation/code/modules/mob/dead/new_player/sprite_accessories.dm b/hyperstation/code/modules/mob/dead/new_player/sprite_accessories.dm index f76d2ddf0..34dc50426 100644 --- a/hyperstation/code/modules/mob/dead/new_player/sprite_accessories.dm +++ b/hyperstation/code/modules/mob/dead/new_player/sprite_accessories.dm @@ -87,6 +87,11 @@ SNOUTS icon_state = "feasterndnw" icon = 'hyperstation/icons/mob/char_snouts.dmi' +/datum/sprite_accessory/mam_snouts/knshuttle // Dahlular and Arcstaisia @ hyperstation, april 2022. Feel free to remove comment. Just remember this is snowflakey Kinaris stuff. + name = "Kinaris - Shuttle (Hyper)" + icon_state = "knshuttle" + icon = 'hyperstation/icons/mob/char_snouts.dmi' + /datum/sprite_accessory/mam_snouts/fchemlight name = "RadDog (Top) (Hyper)" icon_state = "fchemlight" @@ -143,6 +148,11 @@ EARS icon_state = "easternd" icon = 'hyperstation/icons/mob/char_ears.dmi' +/datum/sprite_accessory/mam_ears/knshuttle // Dahlular and Arcstaisia @ hyperstation, april 2022. Feel free to remove comment. Just remember this is snowflakey Kinaris stuff. + name = "Kinaris - Shuttle (Hyper)" + icon_state = "knshuttle" + icon = 'hyperstation/icons/mob/char_ears.dmi' + /datum/sprite_accessory/mam_ears/chemlight name = "RadDog (Hyper)" icon_state = "chemlight" @@ -185,6 +195,13 @@ WINGS icon_state = "insect" icon = 'hyperstation/icons/mob/char_wings.dmi' +/datum/sprite_accessory/deco_wings/knshuttle // Dahlular and Arcstaisia @ hyperstation, april 2022. Feel free to remove comment. Just remember this is snowflakey Kinaris stuff. + name = "Kinaris - Shuttle (Hyper)" + icon_state = "knshuttle" + icon = 'hyperstation/icons/mob/char_wings.dmi' + //recommended_species = list("synthliz") need to give synths a deco wing slot + color_src = MATRIXED + /datum/sprite_accessory/deco_wings/minibat // sarcoph @ hyperstation, march 2022 name = "Mini Bat (Hyper)" icon_state = "minibat" @@ -324,6 +341,18 @@ TAILS + ANIMATED TAILS icon_state = "easternd" icon = 'hyperstation/icons/mob/char_tails.dmi' +/datum/sprite_accessory/mam_tails/knshuttle // Dahlular and Arcstaisia @ hyperstation, april 2022. Feel free to remove comment. Just remember this is snowflakey Kinaris stuff. + name = "Kinaris - Shuttle (Hyper)" + icon_state = "knshuttle" + icon = 'hyperstation/icons/mob/char_tails.dmi' + recommended_species = list("synthliz") + +/datum/sprite_accessory/mam_tails_animated/knshuttle + name = "Kinaris - Shuttle (Hyper)" + icon_state = "knshuttle" + icon = 'hyperstation/icons/mob/char_tails.dmi' + recommended_species = list("synthliz") + /datum/sprite_accessory/mam_tails/chemlight name = "RadDog (Hyper)" icon_state = "chemlight" @@ -398,6 +427,11 @@ from modular_citadel/code/modules/mob/dead/new_player/sprite_accessories.dm: icon_state = "easternd" icon = 'hyperstation/icons/mob/char_markings.dmi' +/datum/sprite_accessory/mam_body_markings/knshuttle // Dahlular and Arcstaisia @ hyperstation, april 2022. Feel free to remove comment. Just remember this is snowflakey Kinaris stuff. + name = "Kinaris - Shuttle (Hyper)" + icon_state = "knshuttle" + icon = 'hyperstation/icons/mob/char_markings.dmi' + //doged was here /datum/sprite_accessory/mam_body_markings/chemlight name = "RadDog (Hyper)" @@ -441,6 +475,92 @@ from modular_citadel/code/modules/mob/dead/new_player/sprite_accessories.dm: taur_mode = PAW_TAURIC ckeys_allowed = list("chemlight") + +/* +IPCS +========================================================== +*/ + +/* +from modular_citadel/code/modules/mob/dead/new_player/sprite_accessories.dm: + +/datum/sprite_accessory/antenna + icon = 'modular_citadel/icons/mob/ipc_antennas.dmi' + color_src = MUTCOLORS3 + recommended_species = list("ipc") + +/datum/sprite_accessory/screen + icon = 'modular_citadel/icons/mob/ipc_screens.dmi' + color_src = null +*/ + +/datum/sprite_accessory/antenna/idog_down + name = "Dog, down (Hyper)" + icon_state = "idog_down" + color_src = MATRIXED + +/datum/sprite_accessory/antenna/idog_up + name = "Dog, up (Hyper)" + icon_state = "idog_up" + color_src = MATRIXED + +/datum/sprite_accessory/antenna/headset + name = "Headphones (Hyper)" + icon_state = "headset" + color_src = MATRIXED + +/datum/sprite_accessory/antenna/aquatic + name = "Fins (Hyper)" + icon_state = "aquatic" + color_src = MATRIXED + +/datum/sprite_accessory/screen/ghost + name = "Ghost (Hyper)" + icon_state = "ghost" + +/datum/sprite_accessory/screen/heartbeat + name = "Heartbeat (Hyper)" + icon_state = "heartbeat" + +/datum/sprite_accessory/screen/ocean + name = "Ocean (Hyper)" + icon_state = "ocean" + +/datum/sprite_accessory/antenna/catears + name = "Pointy Ears (Hyper)" + icon_state = "catears" + color_src = MATRIXED + +/datum/sprite_accessory/screen/valley + name = "Valley (Hyper)" + icon_state = "valley" + +/datum/sprite_accessory/screen/visor + name = "Black Visor (Hyper)" + icon = 'hyperstation/icons/mob/ipc_screen_visor.dmi' + icon_state = "visor_black" + +/datum/sprite_accessory/screen/visor/blue + name = "Blue Visor (Hyper)" + icon_state = "visor_blue" + +/datum/sprite_accessory/screen/visor/green + name = "Green Visor (Hyper)" + icon_state = "visor_green" + +/datum/sprite_accessory/screen/visor/red + name = "Red Visor (Hyper)" + icon_state = "visor_red" + +/datum/sprite_accessory/screen/visor/white + name = "White Visor (Hyper)" + icon_state = "visor_white" + +/datum/sprite_accessory/screen/visor/yellow + name = "Yellow Visor (Hyper)" + icon_state = "visor_yellow" + + /* HAIRSTYLES ========================================================== @@ -480,4 +600,4 @@ from code/modules/mob/dead/new_player/sprite_accessories/hair_head.dm: /datum/sprite_accessory/hair/emoh name = "Emo (Hyper)" - icon_state = "hair_emoh" \ No newline at end of file + icon_state = "hair_emoh" diff --git a/hyperstation/code/modules/mob/living/carbon/carbon.dm b/hyperstation/code/modules/mob/living/carbon/carbon.dm index ec2f69c1d..3af2e9447 100644 --- a/hyperstation/code/modules/mob/living/carbon/carbon.dm +++ b/hyperstation/code/modules/mob/living/carbon/carbon.dm @@ -13,6 +13,11 @@ /mob/living/carbon/handle_status_effects() ..() handle_pain() + +/mob/living/carbon/has_mouth() + var/obj/item/bodypart/head/head = get_bodypart(BODY_ZONE_HEAD) + if(head && head.mouth) + return TRUE /mob/living/carbon/proc/handle_pain() var/pain_amount = 0 diff --git a/hyperstation/code/modules/mob/living/carbon/human/cosmetic_part_handler.dm b/hyperstation/code/modules/mob/living/carbon/human/cosmetic_part_handler.dm new file mode 100644 index 000000000..25b93526f --- /dev/null +++ b/hyperstation/code/modules/mob/living/carbon/human/cosmetic_part_handler.dm @@ -0,0 +1,17 @@ +/obj/item/bodypart/proc/apply_cosmetic(datum/cosmetic_part/part) + if(!is_organic_limb() || animal_origin || !part) + return + cosmetic_icon = part + + +/mob/living/carbon/human/proc/handle_cosmetic_parts() + var/features = dna.features + var/list/body_zones = list(BODY_ZONE_HEAD, BODY_ZONE_CHEST, BODY_ZONE_L_ARM, BODY_ZONE_R_ARM, BODY_ZONE_L_LEG, BODY_ZONE_R_LEG) + for(var/zone in body_zones) + var/datum/cosmetic_part/cosmetic_pref = features["cosmetic_" + zone] + if(!istype(cosmetic_pref, /datum/cosmetic_part)) + continue + var/datum/cosmetic_part/part = cosmetic_pref + var/obj/item/bodypart/body_part = get_bodypart(zone) + if(body_part && part) + body_part.apply_cosmetic(part) \ No newline at end of file diff --git a/hyperstation/code/modules/mob/living/carbon/human/species_types/ipc.dm b/hyperstation/code/modules/mob/living/carbon/human/species_types/ipc.dm new file mode 100644 index 000000000..b3e22f9ef --- /dev/null +++ b/hyperstation/code/modules/mob/living/carbon/human/species_types/ipc.dm @@ -0,0 +1,58 @@ +// APC powercord: oracle port + +/obj/item/apc_powercord + name = "power cord" + desc = "An internal power cord hooked up to a battery. Useful if you run on electricity. Not so much otherwise." + icon = 'icons/obj/power.dmi' + icon_state = "wire1" + + +/obj/item/apc_powercord/afterattack(atom/target, mob/user, proximity_flag, click_parameters) + if(!istype(target, /obj/machinery/power/apc) || !ishuman(user) || !proximity_flag) + return ..() + user.changeNext_move(CLICK_CD_MELEE) + var/mob/living/carbon/human/H = user + var/obj/item/organ/stomach/cell/battery = H.getorganslot(ORGAN_SLOT_STOMACH) + if(!battery) + to_chat(H, "You try to siphon energy from \the [target], but your power cell is gone!") + return + + if(istype(H) && H.nutrition >= NUTRITION_LEVEL_ALMOST_FULL) + to_chat(user, "You are already fully charged!") + return + + if(istype(target, /obj/machinery/power/apc)) + var/obj/machinery/power/apc/A = target + if(A.cell && A.cell.charge > A.cell.maxcharge*0.25) + powerdraw_loop(A, H) + return + else + to_chat(user, "There is not enough charge to draw from that APC.") + return + + +/obj/item/apc_powercord/proc/powerdraw_loop(obj/machinery/power/apc/A, mob/living/carbon/human/H) + H.visible_message("[H] inserts a power connector into the [A].", "You begin to draw power from the [A].") + while(do_after(H, 10, target = A)) + if(!istype(A)) + return + if(loc != H) + to_chat(H, "You must keep your connector out while charging!") + break + if(A.cell.charge == 0) + to_chat(H, "The [A] doesn't have enough charge to spare.") + break + A.charging = 1 + if(A.cell.charge >= 500) + H.nutrition += 50 + A.cell.charge -= 250 + to_chat(H, "You siphon off some of the stored charge for your own use.") + else + H.nutrition += A.cell.charge/10 + A.cell.charge = 0 + to_chat(H, "You siphon off as much as the [A] can spare.") + break + if(H.nutrition > NUTRITION_LEVEL_WELL_FED) + to_chat(H, "You are now fully charged.") + break + H.visible_message("[H] unplugs from the [A].", "You unplug from the [A].") \ No newline at end of file diff --git a/hyperstation/code/modules/mob/living/silicon/robot/examine_vr.dm b/hyperstation/code/modules/mob/living/silicon/robot/examine_vr.dm new file mode 100644 index 000000000..f3b04a440 --- /dev/null +++ b/hyperstation/code/modules/mob/living/silicon/robot/examine_vr.dm @@ -0,0 +1,8 @@ +/mob/living/silicon/robot/proc/examine_bellies_borg() + + var/message = "" + for(var/belly in vore_organs) + var/obj/belly/B = belly + message += B.get_examine_msg() + + return message diff --git a/hyperstation/code/modules/mob/living/silicon/robot/robot.dm b/hyperstation/code/modules/mob/living/silicon/robot/robot.dm index 4752f0c95..20c7e7679 100644 --- a/hyperstation/code/modules/mob/living/silicon/robot/robot.dm +++ b/hyperstation/code/modules/mob/living/silicon/robot/robot.dm @@ -1,3 +1,3 @@ //This file is empty right now, but leaves room for people to put shit here in the future for those who are lazy /mob/living/silicon/robot - var/datum/action/cyborg_small_sprite/small_sprite_action //This gets replaced every time the cyborg changes modules --Cyanosis \ No newline at end of file + var/datum/action/cyborg_small_sprite/small_sprite_action //This gets replaced every time the cyborg changes modules --Cyanosis diff --git a/hyperstation/code/modules/mob/living/silicon/robot/robot_modules.dm b/hyperstation/code/modules/mob/living/silicon/robot/robot_modules.dm index dbef0ad93..d42f3dbeb 100644 --- a/hyperstation/code/modules/mob/living/silicon/robot/robot_modules.dm +++ b/hyperstation/code/modules/mob/living/silicon/robot/robot_modules.dm @@ -1,11 +1,60 @@ //This file is empty right now, but leaves room for people to put shit here in the future for those who are lazy +/obj/item/robot_module + var/list/added_channels = list() //Borg radio stuffs + +//service +/obj/item/robot_module/butler + added_channels = list(RADIO_CHANNEL_SERVICE = 1) + +/obj/item/robot_module/clown + added_channels = list(RADIO_CHANNEL_SERVICE = 1) + +/obj/item/robot_module/janitor + added_channels = list(RADIO_CHANNEL_SERVICE = 1) + +//engineering +/obj/item/robot_module/engineering + added_channels = list(RADIO_CHANNEL_ENGINEERING = 1) + +//medical +/obj/item/robot_module/medical + added_channels = list(RADIO_CHANNEL_MEDICAL = 1) + +//security +/obj/item/robot_module/peacekeeper + added_channels = list(RADIO_CHANNEL_SECURITY = 1) + +/obj/item/robot_module/security + added_channels = list(RADIO_CHANNEL_SECURITY = 1) + +//supply +/obj/item/robot_module/miner + added_channels = list(RADIO_CHANNEL_SUPPLY = 1) // Probably already handled by other code when spawned with pre-set module, but whatever. + +//dogborgs +/obj/item/robot_module/k9 + added_channels = list(RADIO_CHANNEL_SECURITY = 1) + +/obj/item/robot_module/medihound + added_channels = list(RADIO_CHANNEL_MEDICAL = 1) + +/obj/item/robot_module/scrubpup + added_channels = list(RADIO_CHANNEL_SERVICE = 1) + +/obj/item/robot_module/borgi + added_channels = list(RADIO_CHANNEL_SERVICE = 1) + +/obj/item/robot_module/orepup + added_channels = list(RADIO_CHANNEL_SUPPLY = 1) + + //This proc gets called whenever a new robot module is being applied --Cyanosis /obj/item/robot_module/proc/handle_sprite_action(mob/living/silicon/robot/R, is_huge = FALSE) ASSERT(istype(R)) if(R.small_sprite_action) QDEL_NULL(R.small_sprite_action) - if(!is_huge) //only from the expander upgrade. The borg won't have an action if they don't have the expander upgrade + if(!is_huge) //only from the expander upgrade. The borg won't have an action if they don't have the expander upgrade return for(var/P in typesof(/datum/action/cyborg_small_sprite)) var/datum/action/cyborg_small_sprite/action = P diff --git a/hyperstation/code/modules/mob/living/simple_animal/friendly/farm_animals.dm b/hyperstation/code/modules/mob/living/simple_animal/friendly/farm_animals.dm index 3d12f301b..f5c7df2e2 100644 --- a/hyperstation/code/modules/mob/living/simple_animal/friendly/farm_animals.dm +++ b/hyperstation/code/modules/mob/living/simple_animal/friendly/farm_animals.dm @@ -241,6 +241,6 @@ /mob/living/simple_animal/chicken/examine() . = ..() - . += "this one is [gender]." + . += "This one is [gender]." if(happiness<20) . += "It looks stressed." diff --git a/hyperstation/code/modules/mob/mob_helpers.dm b/hyperstation/code/modules/mob/mob_helpers.dm index 00f9c8631..0a47f7b0a 100644 --- a/hyperstation/code/modules/mob/mob_helpers.dm +++ b/hyperstation/code/modules/mob/mob_helpers.dm @@ -27,3 +27,7 @@ mob/proc/checkloadappearance() else to_chat(H, "You either took too long or chose not to change. Alrighty. Remember, you have 90 seconds from spawn to get to a mirror and still do it if you wish.") return + +// oracle port +/mob/proc/has_mouth() + return FALSE \ No newline at end of file diff --git a/hyperstation/code/modules/power/lighting.dm b/hyperstation/code/modules/power/lighting.dm deleted file mode 100644 index 9c98912a5..000000000 --- a/hyperstation/code/modules/power/lighting.dm +++ /dev/null @@ -1,31 +0,0 @@ -/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/research/designs/medical_designs.dm b/hyperstation/code/modules/research/designs/medical_designs.dm new file mode 100644 index 000000000..825bcd2a2 --- /dev/null +++ b/hyperstation/code/modules/research/designs/medical_designs.dm @@ -0,0 +1,69 @@ +/datum/design/ipc_liver + name = "IPC Reagent Processor" + id = "ipc_liver" + build_type = PROTOLATHE + materials = list(MAT_METAL = 2000, MAT_GLASS = 1000) + build_path = /obj/item/organ/liver/ipc + category = list("Medical Designs") + departmental_flags = DEPARTMENTAL_FLAG_MEDICAL + construction_time = 100 + +/datum/design/ipc_eyes + name = "IPC Eyes" + id = "ipc_eyes" + build_type = PROTOLATHE + materials = list(MAT_METAL = 1000, MAT_GLASS = 2000) + build_path = /obj/item/organ/eyes/ipc + category = list("Medical Designs") + departmental_flags = DEPARTMENTAL_FLAG_MEDICAL + construction_time = 100 + +/datum/design/ipc_tongue + name = "Positronic Voicebox" + id = "ipc_tongue" + build_type = PROTOLATHE + materials = list(MAT_METAL = 2000, MAT_GLASS = 1000) + build_path = /obj/item/organ/tongue/robot/ipc + category = list("Medical Designs") + departmental_flags = DEPARTMENTAL_FLAG_MEDICAL + construction_time = 100 + +/datum/design/ipc_stomach + name = "Micro-cell" + id = "ipc_stomach" + build_type = PROTOLATHE + materials = list(MAT_METAL = 2000, MAT_GLASS = 1000, MAT_PLASMA = 200) + build_path = /obj/item/organ/stomach/cell + category = list("Medical Designs") + departmental_flags = DEPARTMENTAL_FLAG_MEDICAL + construction_time = 100 + +/datum/design/synthliz_stomach + name = "Synthetic Lizardperson Stomach" + id = "synthliz_stomach" + build_type = PROTOLATHE + materials = list(MAT_METAL = 2000, MAT_GLASS = 1000) + build_path = /obj/item/organ/stomach/synthliz + category = list("Medical Designs") + departmental_flags = DEPARTMENTAL_FLAG_MEDICAL + construction_time = 100 + +/datum/design/power_cord + name = "IPC Power Cord" + id = "power_cord" + build_type = PROTOLATHE + materials = list(MAT_METAL = 2000, MAT_GLASS = 1000) + build_path = /obj/item/organ/cyberimp/arm/power_cord + category = list("Medical Designs") + departmental_flags = DEPARTMENTAL_FLAG_MEDICAL + construction_time = 100 + + +/datum/techweb_node/ipc_organs + id = "ipc_organs" + display_name = "IPC Parts" + description = "We have the technology to replace him." + prereq_ids = list("cyber_organs","robotics") + design_ids = list("ipc_liver", "ipc_eyes", "ipc_tongue", "ipc_stomach", "synthliz_stomach", "power_cord") + research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 1500) + export_price = 5000 diff --git a/hyperstation/code/modules/salon/barber.dm b/hyperstation/code/modules/salon/barber.dm deleted file mode 100644 index fe5163150..000000000 --- a/hyperstation/code/modules/salon/barber.dm +++ /dev/null @@ -1,541 +0,0 @@ -//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/surgery/organs/augments_arms.dm b/hyperstation/code/modules/surgery/organs/augments_arms.dm index 8430fcac5..933b584eb 100644 --- a/hyperstation/code/modules/surgery/organs/augments_arms.dm +++ b/hyperstation/code/modules/surgery/organs/augments_arms.dm @@ -23,3 +23,11 @@ w_class = WEIGHT_CLASS_BULKY sharpness = IS_SHARP_ACCURATE attack_verb = list("slashed", "cut") + + +// oracle port +/obj/item/organ/cyberimp/arm/power_cord + name = "power cord implant" + desc = "An internal power cord hooked up to a battery. Useful if you run on volts." + contents = newlist(/obj/item/apc_powercord) + zone = "l_arm" \ No newline at end of file diff --git a/hyperstation/code/modules/vending/teavendomatic.dm b/hyperstation/code/modules/vending/teavendomatic.dm deleted file mode 100644 index ba71bde81..000000000 --- a/hyperstation/code/modules/vending/teavendomatic.dm +++ /dev/null @@ -1,32 +0,0 @@ -/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_BAR) - //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 deleted file mode 100644 index 5837e7063..000000000 --- a/hyperstation/code/obj/Kitchen compliances/reagentblender.dm +++ /dev/null @@ -1,11 +0,0 @@ -/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 deleted file mode 100644 index 8cbb2df61..000000000 --- a/hyperstation/code/obj/Lambent/gloves.dm +++ /dev/null @@ -1,16 +0,0 @@ -/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 deleted file mode 100644 index aff7e1271..000000000 --- a/hyperstation/code/obj/Lambent/shoes.dm +++ /dev/null @@ -1,14 +0,0 @@ -/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 deleted file mode 100644 index c9c990bcf..000000000 --- a/hyperstation/code/obj/Lambent/suit.dm +++ /dev/null @@ -1,13 +0,0 @@ -/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 deleted file mode 100644 index 8fcd48a2b..000000000 --- a/hyperstation/code/obj/Lambent/uniform.dm +++ /dev/null @@ -1,14 +0,0 @@ -/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 deleted file mode 100644 index da96e29ad..000000000 --- a/hyperstation/code/obj/clothes.dm +++ /dev/null @@ -1,7 +0,0 @@ -/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/condom.dm b/hyperstation/code/obj/condom.dm index 727ff4739..2c3122fe2 100644 --- a/hyperstation/code/obj/condom.dm +++ b/hyperstation/code/obj/condom.dm @@ -115,7 +115,6 @@ obj/item/condom/update_icon() return if(!P.condom) return - var/obj/item/condom/filled/C = new P.linked_organ.reagents.trans_to(C, P.linked_organ.reagents.total_volume) C.loc = loc diff --git a/hyperstation/code/obj/farming/farming.dm b/hyperstation/code/obj/farming/farming.dm index 8c203d78d..ad4671774 100644 --- a/hyperstation/code/obj/farming/farming.dm +++ b/hyperstation/code/obj/farming/farming.dm @@ -1,5 +1,5 @@ -/obj/item/reagent_containers/food/snacks/grown/wheat/ - var stacktype = /obj/item/stack/tile/hay +/obj/item/reagent_containers/food/snacks/grown/wheat + var/stacktype = /obj/item/stack/tile/hay var/tile_coefficient = 0.02 // same as grass /obj/item/reagent_containers/food/snacks/grown/wheat/attack_self(mob/user) diff --git a/hyperstation/code/obj/fleshlight.dm b/hyperstation/code/obj/fleshlight.dm index 125c7ec34..421cfb8f6 100644 --- a/hyperstation/code/obj/fleshlight.dm +++ b/hyperstation/code/obj/fleshlight.dm @@ -45,11 +45,9 @@ inuse = 1 if(!(C == user)) //if we are targeting someone else. C.visible_message("[user] is trying to use [src] on [C]'s penis.", "[user] is trying to use [src] on your penis.") - if(!do_mob(user, C, 3 SECONDS)) //3 second delay inuse = 0 return - //checked if not used on yourself, if not, carry on. playsound(src, 'sound/lewd/slaps.ogg', 30, 1, -1) //slapping sound inuse = 0 @@ -57,27 +55,22 @@ C.visible_message("[user] pumps [src] on [C]'s penis.", "[user] pumps [src] up and down on your penis.") else user.visible_message("[user] pumps [src] on their penis.", "You pump the fleshlight on your penis.") - if(prob(30)) //30% chance to make them moan. C.emote("moan") - C.do_jitter_animation() C.adjustArousalLoss(20) //make the target more aroused. - if (C.getArousalLoss() >= 100 && ishuman(C) && C.has_dna()) - C.mob_climax(forced_climax=TRUE) //make them cum if they are over the edge. - + if(C.can_orgasm() && ishuman(C)) + var/mob/living/carbon/human/user_human = C + user_human.mob_climax_outside(P, mb_time=0) // instant, because we already did a warmup return - else to_chat(user, "You don't see anywhere to use this on.") - inuse = 0 ..() //Hyperstation 13 portal fleshlight //kinky! - /obj/item/portallight name = "portal fleshlight" desc = "A silver love(TM) fleshlight, used to stimulate someones penis, with bluespace tech that allows lovers to hump at a distance." @@ -95,7 +88,6 @@ var/paired = 0 var/obj/item/portalunderwear var/useable = FALSE - var/option = "" /obj/item/portallight/examine(mob/user) . = ..() @@ -104,136 +96,109 @@ else . += "The device is paired, and awaiting input. " -/obj/item/portallight/attack(mob/living/carbon/C, mob/living/user) //use portallight! nearly the same as the fleshlight apart from you have a buddy! - var/obj/item/organ/genital/penis/P = C.getorganslot("penis") - +/obj/item/portallight/attack(mob/living/carbon/user, mob/living/holder) if(inuse) //just to stop stacking and causing people to cum instantly return - if(!useable) - to_chat(user, "It seems the device has failed or your partner is not wearing their device.") - - if(C == user)//if your using it on yourself, more options! otherwise, just fuck. + if(!UpdateUsability()) + to_chat(holder, "\The [src] appears to be currently unusable.") + return + var/option = "Fuck" + if(user == holder) option = input(usr, "Choose action", "Portal Fleshlight", "Fuck") in list("Fuck", "Lick", "Touch") - else - option = "Fuck" - - var/obj/item/organ/genital/G - if(istype(portalunderwear.loc, /obj/item/organ/genital)) //Sanity check. Without this it will runtime error. - G = portalunderwear.loc - if(!G) + var/obj/item/organ/genital/target_genital = portalunderwear.loc + var/mob/living/carbon/human/target = target_genital.owner + var/obj/item/organ/genital/penis/P = user.getorganslot("penis") + if(option == "Fuck" && !P.is_exposed()) + to_chat(holder, "You don't see anywhere to use this on.") return - var/mob/living/carbon/human/M = G.owner - - if(option == "Fuck"&&!P.is_exposed()) //we are trying to fuck with no penis! - to_chat(user, "You don't see anywhere to use this on.") - return - else //other options dont need checks - inuse = 1 - if(!(C == user)) //if we are targeting someone else. - C.visible_message("[user] is trying to use [src] on [C]'s penis.", "[user] is trying to use [src] on your penis.") - - if(!do_mob(user, C, 3 SECONDS)) //3 second delay - inuse = 0 - return - - //checked if not used on yourself, if not, carry on. - if(option == "Fuck") - playsound(src, 'sound/lewd/slaps.ogg', 30, 1, -1) //slapping sound for fuck. - - inuse = 0 - if(!(C == user)) - C.visible_message("[user] pumps [src] on [C]'s penis.", "[user] pumps [src] up and down on your penis.") - else - if(option == "Fuck") - user.visible_message("[user] pumps [src] on their penis.", "You pump the fleshlight on your penis.") - if(option == "Lick") - user.visible_message("[user] licks into [src].", "You lick into [src].") - if(option == "Touch") - user.visible_message("[user] touches softly against [src].", "You touch softly on [src].") - - - if(prob(30)) //30% chance to make your partner moan. - M.emote("moan") - - if(option == "Fuck")// normal fuck - to_chat(M, "You feel a [P.length] inch, [P.shape] shaped penis pumping through the portal into your [G.name].")//message your partner, and kinky! - if(prob(30)) //30% chance to make them moan. - C.emote("moan") - if(prob(30)) //30% chance to make your partner moan. - M.emote("moan") - C.adjustArousalLoss(20) - M.adjustArousalLoss(20) - M.do_jitter_animation() //make your partner shake too! - - if (M.getArousalLoss() >= 100 && ishuman(M) && prob(5))//Why not have a probability to cum when someone's getting nailed with max arousal?~ - if(G.is_exposed()) //Oh yea, if vagina is not exposed, the climax will not cause a spill - M.mob_climax_outside(G, spillage = TRUE) - else - M.mob_climax_outside(G, spillage = FALSE) - - if (C.getArousalLoss() >= 100 && ishuman(C) && C.has_dna()) - var/mob/living/carbon/human/O = C - - if( (P.condom == 1) || (P.sounding == 1)) //If coundomed and/or sounded, do not fire impreg chance - O.mob_climax_partner(P, M, FALSE, FALSE, FALSE, TRUE) - else //Else, fire impreg chance - if(G.name == "vagina") //no more spontaneous impregnations through the butt! - O.mob_climax_partner(P, M, FALSE, TRUE, FALSE, TRUE) - else - O.mob_climax_partner(P, M, FALSE, FALSE, FALSE, TRUE) - - if(option == "Lick") - to_chat(M, "You feel a tongue lick you through the portal against your [G.name].") - M.adjustArousalLoss(10) - if(option == "Touch") - to_chat(M, "You feel someone touching your [G.name] through the portal.") - M.adjustArousalLoss(5) - + /* + WARMUP START - prevents spam/instant climax + */ + inuse = TRUE + if(user != holder) + user.visible_message("[holder] is trying to use [src] on [user]'s penis.",\ + "[holder] is trying to use [src] on your penis.") + if(!do_mob(holder, user, 3 SECONDS)) + inuse = FALSE return + inuse = FALSE + /* + WARMUP END - proceed with the action + */ + switch(option) + if("Fuck") + playsound(src, 'sound/lewd/slaps.ogg', 30, 1, -1) + if(user == holder) + holder.visible_message("[holder] pumps [src] on their penis.", + "You pump the fleshlight on your penis.") + else + user.visible_message("[holder] pumps [src] on [user]'s penis.",\ + "[holder] pumps [src] up and down on your penis.") + to_chat(target, "You feel a [P.length] inch, [P.shape] shaped penis pumping through the portal into your [target_genital.name].") + if(prob(30)) + user.emote("moan") + user.adjustArousalLoss(20) + target.adjustArousalLoss(20) + target.do_jitter_animation() + if(target.can_orgasm() && prob(5)) + target.mob_climax_outside(target_genital, spillage=target_genital.is_exposed()) + if(user.can_orgasm()) + var/mob/living/carbon/human/O = user + var/impreg_chance = target_genital.name == "vagina" && !P.condom && !P.sounding + if(O.mob_climax_in_partner(P, target, spillage=FALSE, remote=TRUE) && impreg_chance) + target.impregnate(by=O) + if("Lick") + holder.visible_message("[holder] licks into [src].",\ + "You lick into [src].") + to_chat(target, "You feel a tongue lick you through the portal against your [target_genital.name].") + target.adjustArousalLoss(10) + if("Touch") + holder.visible_message("[holder] touches softly against [src].",\ + "You touch softly on [src].") + to_chat(target, "You feel someone touching your [target_genital.name] through the portal.") + target.adjustArousalLoss(5) + if(prob(30)) + target.emote("moan") ..() /obj/item/portallight/proc/updatesleeve() //get their looks and vagina colour! - cut_overlays()//remove current overlays - - var/obj/item/organ/genital/G - if(istype(portalunderwear.loc, /obj/item/organ/genital)) //Sanity check. Without this it will runtime. - G = portalunderwear.loc - if(!G) - useable = FALSE + cut_overlays() + if(!UpdateUsability()) return + var/obj/item/organ/genital/G = portalunderwear.loc + var/mob/living/carbon/human/H = G.owner // H is verified by UpdateUsability() + var/sleeve_species = "normal" + switch(H.dna.species.name) + if("Lizardperson") + sleeve_species = "lizard" + if("Slimeperson") + sleeve_species = "slime" + if("Avian") + sleeve_species = "avian" + sleeve = mutable_appearance('hyperstation/icons/obj/fleshlight.dmi', "portal_sleeve_[sleeve_species]") + sleeve.color = "#" + H.dna.features["mcolor"] + add_overlay(sleeve) + if(G.name == "vagina") + organ = mutable_appearance('hyperstation/icons/obj/fleshlight.dmi', "portal_vag") + organ.color = portalunderwear.loc.color + if(G.name == "anus") + organ = mutable_appearance('hyperstation/icons/obj/fleshlight.dmi', "portal_anus") + organ.color = "#" + H.dna.features["mcolor"] + add_overlay(organ) - var/mob/living/carbon/human/H = G.owner +/obj/item/portallight/proc/UpdateUsability() + var/useable = FALSE + if(portalunderwear && istype(portalunderwear.loc, /obj/item/organ/genital)) + var/obj/item/organ/genital/loc_genitals = portalunderwear.loc + if(loc_genitals.owner && ishuman(loc_genitals.owner)) + useable = TRUE + src.useable = useable + return useable - if(H) //if the portal panties are on someone. - sleeve = mutable_appearance('hyperstation/icons/obj/fleshlight.dmi', "portal_sleeve_normal") - if(H.dna.species.name == "Lizardperson") // lizard nerd - sleeve = mutable_appearance('hyperstation/icons/obj/fleshlight.dmi', "portal_sleeve_lizard") - - if(H.dna.species.name == "Slimeperson") // slime nerd - sleeve = mutable_appearance('hyperstation/icons/obj/fleshlight.dmi', "portal_sleeve_slime") - - if(H.dna.species.name == "Avian") // bird nerd - sleeve = mutable_appearance('hyperstation/icons/obj/fleshlight.dmi', "portal_sleeve_avian") - - sleeve.color = "#" + H.dna.features["mcolor"] - add_overlay(sleeve) - - if(G.name == "vagina") - organ = mutable_appearance('hyperstation/icons/obj/fleshlight.dmi', "portal_vag") - organ.color = portalunderwear.loc.color - if(G.name == "anus") - organ = mutable_appearance('hyperstation/icons/obj/fleshlight.dmi', "portal_anus") - organ.color = "#" + H.dna.features["mcolor"] - - useable = TRUE - add_overlay(organ) - else - useable = FALSE //Hyperstation 13 portal underwear //can be attached to vagina or anus, just like the vibrator, still requires pairing with the portallight - /obj/item/portalpanties name = "portal panties" desc = "A silver love(TM) pair of portal underwear, with bluespace tech allows lovers to hump at a distance. Needs to be paired with a portal fleshlight before use." @@ -252,7 +217,6 @@ else . += "The device is paired, and awaiting attachment. " - /obj/item/portalpanties/attackby(obj/item/I, mob/living/user) //pairing if(istype(I, /obj/item/portallight)) var/obj/item/portallight/P = I @@ -268,11 +232,9 @@ ..() //just allows people to hit it with other objects, if they so wished. /obj/item/portalpanties/attack(mob/living/carbon/C, mob/living/user) - if(!portallight) //we arent paired yet! noobie trap, let them know. to_chat(user, "[src] can only be attached once paired with a portal fleshlight.") return - var/obj/item/organ/genital/picked_organ var/mob/living/carbon/human/S = user var/mob/living/carbon/human/T = C @@ -282,21 +244,17 @@ "[user] is trying to put [src] on you!") if(!do_mob(user, C, 3 SECONDS))//warn them and have a delay of 5 seconds to apply. return - if((picked_organ.name == "vagina")||(picked_organ.name == "anus")) //only fits on a vagina or anus - src.shapetype = picked_organ.name if(!picked_organ.equipment) to_chat(user, "You wrap [src] around [T]'s [picked_organ.name].") else to_chat(user, "They already have [picked_organ.equipment.name] there.") return - if(!user.transferItemToLoc(src, picked_organ)) //check if you can put it in return src.attached = TRUE picked_organ.equipment = src - var/obj/item/portallight/P = portallight //now we need to send what they look like, but saddly if the person changes colour for what ever reason, it wont update. but dont tell people shh. if(P) //just to make sure @@ -312,6 +270,7 @@ var/obj/item/portallight/P = portallight P.updatesleeve() + /obj/item/storage/box/portallight name = "Portal Fleshlight and Underwear" icon = 'hyperstation/icons/obj/fleshlight.dmi' diff --git a/hyperstation/code/obj/items/lorebooks.dm b/hyperstation/code/obj/items/lorebooks.dm index 07fc09ee1..700089f55 100644 --- a/hyperstation/code/obj/items/lorebooks.dm +++ b/hyperstation/code/obj/items/lorebooks.dm @@ -156,7 +156,7 @@

Chapter 4

About Layenia Station

- After reading this far in, it may become apparent that Layenia does not reflect the values of Kinaris in many ways. From the technological progress to the surroundings, it may seem like Layenia Station is far behind its time. And that’s an entirely correct notion, all thanks to the standards of Kinaris Uplifting. + After reading this far in, it may become apparent that Layenia does not reflect the values of Kinaris in many ways. From the technological progress to the surroundings, it may seem like Layenia Station is far behind its time. And that’s an entirely correct notion, all thanks to the standards of Kinaris Uplifting.

As it stands right now, Layenia Station uses a fabricated Engram to replicate that of its former employers and owners. The star was previously given to humanity prior to the first attempt at Uplifting, but it was taken back shortly after things went south, and given open borders to the Milky Way. The Engram in particular mimics a lot of Nanotrasen-esque technology, which makes Layenia Station one of the most low-tech Kinaris stations to exist out there to date!

@@ -166,7 +166,7 @@


- + "} diff --git a/hyperstation/code/obj/kinkyclothes.dm b/hyperstation/code/obj/kinkyclothes.dm index 3a5e44318..e7be65751 100644 --- a/hyperstation/code/obj/kinkyclothes.dm +++ b/hyperstation/code/obj/kinkyclothes.dm @@ -160,9 +160,6 @@ 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) @@ -198,3 +195,44 @@ obj/item/clothing/neck/stole/black body_parts_covered = CHEST|LEGS|ARMS min_cold_protection_temperature = FIRE_SUIT_MIN_TEMP_PROTECT +/obj/item/clothing/suit/threepwoodjacket + name = "threepwood's jacket" + desc = "A jacket fit for a Mighty Pirate!" + icon = 'hyperstation/icons/obj/clothing/suits.dmi' + icon_state = "threepwoodjacket" + alternate_worn_icon = 'hyperstation/icons/mobs/suits.dmi' + item_state = "b_suit" + var/firstpickup = TRUE + var/pickupsound = TRUE + +/obj/item/clothing/suit/threepwoodjacket/equipped(mob/user, slot) + . = ..() + if(!pickupsound) + return + if(!ishuman(user)) + return + if(slot == SLOT_WEAR_SUIT) + if(!firstpickup) + SEND_SOUND(user, sound('hyperstation/sound/effects/vaultsuit/FalloutEXPUp.ogg', volume = 00)) + else + firstpickup = FALSE + SEND_SOUND(user, sound('hyperstation/sound/effects/vaultsuit/bartandfink.ogg', volume = 60)) + return + +/obj/item/clothing/under/threepwood + name = "threepwood's outfit" + desc = "An outfit fit for a Mighty Pirate!." + icon = 'hyperstation/icons/obj/clothing/uniforms.dmi' + icon_state = "threepwood" + alternate_worn_icon = 'hyperstation/icons/mobs/uniforms.dmi' + item_state = "w_suit" + can_adjust = FALSE + +/obj/item/clothing/shoes/threepwoodboots + name = "threepwood's boots" + desc = "A pair of boots fit for a Mighty Pirate!." + icon = 'hyperstation/icons/obj/clothing/shoes.dmi' + icon_state = "threepwoodboots" + alternate_worn_icon = 'hyperstation/icons/obj/clothing/shoes.dmi' + item_state = "threepwoodboots" + alternate_worn_icon = 'hyperstation/icons/mobs/feet.dmi' \ No newline at end of file diff --git a/hyperstation/code/obj/plushes.dm b/hyperstation/code/obj/plushes.dm index c873dc11e..58de2e35e 100644 --- a/hyperstation/code/obj/plushes.dm +++ b/hyperstation/code/obj/plushes.dm @@ -74,11 +74,4 @@ item_state = "enzor" attack_verb = list("tail bapped", "whomped", "squeaked") squeak_override = list('sound/effects/mousesqueek.ogg'= 1) - -//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) +//End diff --git a/hyperstation/code/obj/pregnancytester.dm b/hyperstation/code/obj/pregnancytester.dm index 974fda3ab..d08610271 100644 --- a/hyperstation/code/obj/pregnancytester.dm +++ b/hyperstation/code/obj/pregnancytester.dm @@ -8,7 +8,6 @@ var/results = "null" w_class = WEIGHT_CLASS_TINY - /obj/item/pregnancytest/attack_self(mob/user) if(QDELETED(src)) return @@ -16,28 +15,26 @@ return if(isAI(user)) return - if(user.stat > 0)//unconscious or dead + if(user.stat > CONSCIOUS)//unconscious or dead return - if(status == 1) - return //Already been used once, pregnancy tests only work once. - test(user) - -/obj/item/pregnancytest/proc/force(mob/living/user) - //Force it negative - icon_state = "negative" - name = "[results] pregnancy test" - status = 1 - to_chat(user, "You use the pregnancy test, the display reads negative!") - - -/obj/item/pregnancytest/proc/test(mob/living/user) + Test(user) +/obj/item/pregnancytest/proc/Test(mob/living/user) + if(status) + return + var/_results = FALSE var/obj/item/organ/genital/womb/W = user.getorganslot("womb") - if(W.pregnant == 1) - results = "positive" - icon_state = "positive" - name = "[results] pregnancy test" - status = 1 - to_chat(user, "You use the pregnancy test, the display reads positive!") - else - force(user) \ No newline at end of file + if(!W) + return // no reason to waste the single-use on them + if(W.pregnant) + _results = TRUE + UpdateResult(user, _results) + +/obj/item/pregnancytest/proc/UpdateResult(mob/living/user, results) + var/result_text = results ? "positive" : "negative" + src.results = result_text + icon_state = result_text + name = "[results] preganancy test" + status = TRUE + if(user) + to_chat(user, "You use the pregnancy test, the display reads [results]!") \ No newline at end of file diff --git a/hyperstation/code/obj/structures/beacons.dm b/hyperstation/code/obj/structures/beacons.dm deleted file mode 100644 index 8fb24d889..000000000 --- a/hyperstation/code/obj/structures/beacons.dm +++ /dev/null @@ -1,7 +0,0 @@ -/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 51f495945..40e1446e9 100644 --- a/hyperstation/code/obj/vibrator.dm +++ b/hyperstation/code/obj/vibrator.dm @@ -132,14 +132,13 @@ Code: if(2) //med, can make you cum to_chat(U, "You feel intense pleasure surge through your [G.name]") U.do_jitter_animation() - if (U.getArousalLoss() >= 100 && ishuman(U) && U.has_dna()) - U.mob_climax(forced_climax=TRUE) + U.mob_climax_instant() 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.getArousalLoss() >= 100 && ishuman(U) && U.has_dna()) - U.mob_climax(forced_climax=TRUE) + if (U.can_orgasm()) + U.mob_climax_instant() if(prob(50)) U.emote("moan") diff --git a/hyperstation/icons/effects/lighting.dmi b/hyperstation/icons/effects/lighting.dmi new file mode 100644 index 0000000000000000000000000000000000000000..3f59b47d2a7fd25268d424f8ff3eec2ba961fc25 GIT binary patch literal 1006 zcmVV=-0C=1w$Gr-GAQT4B+4~e9x<`MjODN%>?;vRDP=QLleuLXN0-N5AgR+L+ zSZaQ5NUXz1?8~7gNGvn46!V!{Pi?+MNN`Rp%Vz+>H3d$P#0h+fM3zl+5 zLI3~*KuJVFR9J<@muYg_Fbsu1uSwi2lP=TV23HTS)7Eut*Q;c!Kl~6uloBVME}Fq; z;{zT+5CD4*4-fp$Yxp}LGwT5^0F{K4QuS8|m{}j_3p3PnKNvp(2Qw>yLrUrRM+nI9 z2p9twl2IVh0}en56u=JHnb{sF&JlT$fSC<}OW+E4C%F=daYmp3w!j8h11n%{X1kP9 z@g@RVMKwHlVTx#HiI{8d!CZLgI zK%JUL0e^J{KakBQ5A=evJnfEyxX}U4V&opIG96udh5=ti0$yAOnK+;yBsbp6^hE41 z)7QZFXZ5KKF)V z27Cv;1^Et4fghQXnZ8XmCgP_0ztH4%FIB@Lcp&zExrfg612Y-_s{4;XpwXT+2&9yb zX13+DW-(*M+`gn;^q76(Lstl!jIJJyQJNc^#Xwnb^Q3UcpR*{ zn$s46lu~781*cf>?X}hWoMu0eFHcuf+Ufe2JmA}MZ)TpHqI(-vEf6TexD{c`rj#0e zV7z+g&W72+h($07*qoM6N<$g0N)H^#A|> literal 0 HcmV?d00001 diff --git a/hyperstation/icons/effects/lightinglarge.dmi b/hyperstation/icons/effects/lightinglarge.dmi new file mode 100644 index 0000000000000000000000000000000000000000..fb1eeebc8b1ef0415c5b5632f38da002cedd9a05 GIT binary patch literal 8222 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 literal 0 HcmV?d00001 diff --git a/hyperstation/icons/effects/lightingmed.dmi b/hyperstation/icons/effects/lightingmed.dmi new file mode 100644 index 0000000000000000000000000000000000000000..0b87ce7dc1aa571a29ecc44ff5d092450812e5ad GIT binary patch literal 2180 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 delta 885 zcmV-*1B(302+jwP7Y@J(0{{R3Dqo-F0000&ktIDIz`(!&$N&JK06lT;_y7O^0d!JM zQvg8b*k%9#0JD*d8h-}hIeCiE?xNMzK}nSgMiBQ9nyU#ksU%l@eOnzI1To$2hx_=4 zyPR#yeI*z_R`d=b+Rn2zTg~Q_Jgi1Dgk?dA0edz04iOc?FlJ7I3Q@Wajok1cz->~?9L}~`B&8jTsxjF zrRsxzcIB)T{Pj3b8}hEci%B{{0007eNkl#hDwE@IZ zo0H`bwEuSj=&rDQJ#{+xn_r~KobUi&?QA1tQUZJ^fj5`__AMNZgsUI~t z8uW$TI|Bd!00000002nDIa-^B-ASSNnBJ-5`lUu&JHLGOI;cs!c2V|wh&TK^_6-#Z>N%ZYc-beCDW>wHvwgMZb>oFeD&&-YZ*G)h&Wom8q%w1w*7 z-u`t=%4&!}QlISJBp@N`K=1000000002s zhxGHkm8GBWt;|2)D<5h5q2$fz%XPkYvCj8Q(Ph-&PnY}b&$M=_Z%Yf^YF&rNYqd6s z3p!V}kkEWjUs@IFu&PySKLegY-3DJk(_))$015yA000000NB4TVPXrxyET$V00000 LNkvXXu0mjfSlg)6 diff --git a/hyperstation/icons/mob/char_markings.dmi b/hyperstation/icons/mob/char_markings.dmi index e311b1d0f9fbd98fe61de02e86056f290dd43352..916587c6ba4f4ddf85fec5231f25b56225a044a9 100644 GIT binary patch literal 25498 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 diff --git a/hyperstation/icons/mob/char_parts.dmi b/hyperstation/icons/mob/char_parts.dmi new file mode 100644 index 0000000000000000000000000000000000000000..4982376a08b42651f943fb68e90b889ab29f3bce GIT binary patch literal 2326 zcmY*bcU03^6a8Tc0*0(&qb3Td;A#|+-ldlaB1qWKkw`IgjC2J_=m;o~&@G68po9*I zouZ)&5>PslEKN!%fyft*yXSm6=e(J@Z|2-{XWl!l>e$8Mf;&4nRv$eGq3jJXi|=p8#MAXyWBLz$2b70_ZTJ_qP@`u6rViA3t}?+2;?V2nqw zL-QN}dH^7k*Tdu8-l_a1J=F0foR{+jT}4;}IzI+Hc%Ucrnq83ojX<{mPro2fUkm_X zb021C3cowQ|NivkA*)8|U$#fC#j16k(YJLY=n#r!GG}`4y$I21W%#fnmcl~P6DL?G z+v2*+CL^f%^atJ9>)suXh6b97jc3tf7LO-t1rD4Lz5$~0oqB8NDZ8#TVJ-?a%%zZU zM_NLc%@#!1wqAbno`AslRC`b&Hmkb%50RCs4`va?#|IN0aX#?b+WVw~EZMX$HQ7tM z+B?cGo+~!BW0|L2?A&+hqkb3Uf=F8p^K%~lHALxX$&2+ZmNFLum!g&1k^z9<$wXiG z8a8(>&pV8$u|KYt++K7tJGPwl=!PdjDuB7Y9RW`ZTBvq4QOXA91EZ>9|CEyp8I{`) z;%#Qf{6xtThQ$2peDq}$QK7D3Rb-RHA->YVtv7E~?i;Bb?W+u!987!ru%x~M532v5 zJf*C1iK*a3Ce09g29hi4eKEKxCT7uMW9oQZZL|OOx1{C*3RNss!$M0e#c0Z^WIb*x zp>?9@cz|?LTy23NhT5*F5Eqc>)Uluu`U;ecD=zbPiyA=PpL4asYYB=1hw#CE~>929jj zLKIK86^YASI*&bR5W@^M^>SV}pPwHHM)h(zP`o#HFsclbn?bI?;Wz z@5kzfzd@6Hlket^TXS;#k2HBX?)6g3tK5VQVr+$NVM6YiEvk_*NgeMA4U#Mw`XJTB z6|aL>l$$1)JR6||($}ggHN$(LYua@jS@r)2PBq_im!9>t^Epz@ZN98sfs&4yKl3g| z?Dpji0c-yym6Q@|`{BX>(w|Y5hL9;EO?TY9ka zzOyOxhX~=R=ltSw(Jxf8>wp!O;m&koD7%ZcxN{-?O>|Ubu*1iaPwEeRaN{m(E9w@# za<%xs-3j$uWNmB8v5;N)O8i!b+UHeqo5&yIF2!-(Qy$0S{r1A6ES2(3@5)*izy*PhCfy?Hfo5@py2{mi|?|SS0}ECvyX3w%4 zB?KdeO#U6<^s76AX*C9eWl34Y&8w<-zksV&LK-4atCr9KVpd56gsD8;EN%**$ljD>fsWhU1Lu>ff(!(?gYL^N+W4WL{;z$BIG+}xpH&63( z1bjALw!)5e~qEyuQF0pVJ& z83ClR?jDAVj4Ri^U z*rDyi4Nm3#N%uT#vbiOFq6v*_->57bj}Fx7<$`w-7@RFScsCck;nrK|rydIuz;m*{ z>0&J3a1K~O0|T&6=&5gKy!9jK1omh-fOV}66b(ro{>U$_@@hzYM7w6~OCd%}?cH8C z0eRb-UHs2*NTl|tss8Py?gNNy)1P+zhBWR#@P65KlId9pO|QDy1sNKaQTxItU!-?( zOV?6sY(sr-T(kmBQ&5tVIJ{s6mWM>Rgv4o#Gn3!A_JjyO7@`Y}r>^YcAJcy<{6TQj?WV!ykN$6W}~{c+EDdS807`;cX$5 zgynW0;7I=#NEm~mgwtlzW3b^ZR`RyrDk9p>sp4C1=Wco7gW8Ey#}g_%l-B@OV>|`1 z>n=C67W|^Z8J%F5WYB_mrVOFcIn&A4b{3oDr4K8}A{G3g1PI z?C5o=cmL|rM$SUUh~i>8G+%gp)w;t)@yl$s6~$3!zTC2mO#dOVG_e_xPOeYzY_utB ziE^{An{jbFis;d#m8VN{r)%!#y}p26tl0T{@N6Y|8@TfqS$R7RDEl7JmT%2nGNE099gS^*eO%P$(#)h9Cb2?cwG4+V#+$ zJM)c|sbsKlxVtyal_m*b;px#d0ci>Hd$2e`u&_%5=d#M+X@5yBPvj#G&+XgJG!s<@ z3kTE8)g@%G@bK4haxvZ{FSYo>Be6<}t1inLoo?lYCagL#y6U`&)Ihm-L{WYM9Shbx zT~%t{*y-cF|5WGljlHZ5&SSt7X$hi)o6`*a${bdah|1dL{;BQZ*tgK0JM#neSrfQ! zx5C>101BW+C+WdVYM~FL-!XGM*jJ?0lZtmCUz_F$#dEuS~iF0DmTj004{;0Dv(905C=X0LBOa zz}PdB?f_=fAcWK$FUD9+vM=ba^A2DsUjR!Z7lON`5YnK>@fd`VreVAXA*7XjyrRd$ zz}a9Q=D&3NodRGfgtVNGmqiFj_2ew8zXj1Oy5*kQZ)9qQv|I>xrZyf;5 zg}#-)-el7BT$Gcv7-O}edMrv`1fz?8LzCZfH~&^mNq?q6GbWooo?}zx$Gh`0fK5q@ z`F*)mZ)V(LjMYX@LAaS;)3Vs6r61Fz&oSw%?W)WF1!z9q7GtbNkIQxqK;JqA0D$?x z?*Wt13Ne$f2`GO$*9L^IrI7-$&HGJC!+l;QyRWh6qy4dV02j?G0`KKw2&s>8>8stg z1|y~6n@YILqB?XFipv@<)LCes9YA4caynlOA)P6d)Fs<0Ve1LUm_1|d0RC927jvY~ zPw8pc0W8K?jg~5(wzB1uvZ*=@w=~=t%|iP;1T1Lule#KoI5usaiLsiN5NH$004|}3zLBZLzB=33zN?Z3xDfW9hmy?dz;1j@bK1p z2S9!Jz0GQU_^y^hNX=`~eVG=0k4GQvce(}G(y%W4=rKGjjeH0!YdQjH(wZ^ZRDT}; zn<_uvtpkAi@Ozup`tWTHLP$4bteSposlFv~-vQo?vD(mZO_bKGu?>~I1?*fM_%|V> zAH`TT@1;64%ORRY&{r7t-G1A?Eartj4gEnklm{=Y&p;$>Q5pdN7~}Vofdn&?eFGhT zfF3jjJW5o{DcKgVTc_&44XVQIZLx5vtZ5tPoe zuGa4>`TLXX*M2&d7ypg?lIn4|bXE#~heHa7Ls}>}9t)vvGaL@-(%Jf48ae-B?o*ex zI|o2>kx%-9oHnQPt0@#YZhK8Z$fn&%`&82NsxM0YtA2kzf8W8e5YjzK_av?4*D2Kj z__Cz!Rq4@c`SU(nt=oP%pX=1f`J4W934yV809)hyJF2(5e|WWizoX%&(!9GLV|85hJlvIZJb(W|em|mmOMbH8IZx&`kL)_v@!W@% ze0;yd9B>OzP*cLWkNfqe-AR@Pm!!22E_{;vF;M+){v^g~Erbgb?%KY&A7gblAOBgy z+kgj>{v_!$Ngoxw20n_h`Yg9x-7Nka`P@<+0$morG-h$oX?r+@{jnCpg)1?hebU!1 zj)jo+T6leo$CKK8QXjsov339~emEOv;Y~{)xCH==5ddgqudV2n7|%LA19+O!zK~0L(UalduUjlh6hWlg|ndf6sLJOVo#-pZf4!F#q#2|E=o+tc8$1Rb34>EQAyv z#_G9TBKnHSMbMOCZi+&lP(1-VA*5Gw#m1|va4r-$@Ivde(=R>axs|^qiz4`J&ift&{mLh0ptFe|4lpbO`Bz zq_5^bYbw0|y|2LScq=c_(^7l(GuzuW!))8_w%%082M7-Mxq{mg%-+JMxDugyb!cyu=nV?S;m z_%YxZCO!Gn(g#=5F!tm27=Zu)jCFbjKz;cCZ@Uuem@zZ?0eW0W_Rq2fwtG|Yj&J`H*);j>|!_QZJ_*O1e z(h2GH?6RqL-hWO%b*@&@De2tNBn2fYN!yh^cwc()m2#(f zR?@Xgl3uEG{%F$qk#prz#GTu2{S1Km@bgt4zKwV&R=Oo=yVAAm`NF(jf2~{j&z&@r zf4!34sp@f%q!ZFx1?S?e7%QE~Uu@@dU9TSRLr0xUgYD!`Jjw6=UmETN2CCgNFavG{ij$3oJe?m)cnH~&(;1^7obT!eX2`U=9Z6VhWB+dWAq z(^$6v)CL^GJk*CrcW;M~&Tr>0-rv6+P}m7cFV)9y9+lo0WBv&Mz!<*=lYs+6lh6hW zlg|ndf33=cQy>0uPpS|9om?OOSA}Z!{Wuo}{kVtv@bK0u0Cv}h|Bs}D)QA5mWcg!<_00000NkvXXu0mjf(hJvT delta 2339 zcmV+;3EcL^7nl~17JmTX2nGNE0PI1yPyhe`)_PP}bVOxyV{&P5bZKvH004NLozOjN z12GK7@%j8IM6#E@WcAQ;X}LnKP`V%TS$7urC0I)G^)qzHP$)Q~h9Cb2ZQ*VIF^te3 z26Lt=TrybLJv^H3!d?SdczHHmAYOz19-^oO7B*>;TuwSUUVjs2&o0vR+JA0L=eY`4 z*qLsrm`K3F(_beEW4ucqYjH(pmL{cGG3zN}+sY$*s%>P(imr*&z_~agZTtkGDAnvQ zO=`KZ_wTRqr#YAJ?B&+rG6zbL*PxB?=KdMFh5gt=e;CXa7+mnhcBsyB000U7NklC1&y)mYRmR4+JrrVz)Ca4D_MjYk2xv|%Cb{GijLD$~pIm7Fkz876 zPd@YzjL9Vz2hmFzgDEb!B{4~5NE&1tT&Rt(!EB8im>!;asiuk5Pv}#6oQ)1){%g12D*#qw z%xmR%O@x5dOwO8yTM+G{TN|kTuGaQFyBo!r&uaMjKU=x|&H>O~=sV@>9nH=~IZewc zg)KE>QCIsS7+?Hbn*Nr%{kLjH`ZEjKG1(sQ9NVft-o4)g*p{?hp4V#iX3j0A6t)Hm z!tL^ymBltI{g@>~j>%AMhd%!opnY{)PAQBZ*Xao0h8egDwCiBFMoR1 z286HGu>!H}^BqdV{kKZ?P-8Jf`xET|u9#N@KFF0A^AO`QRJ&b`#!ADtm2lTYb?7z} z*R;1#=b?Re0F|99>3k)|e6CVb*KDhXofjNq{!Fw3_*1Q3ERZ2zrDtIWu$)pDFI7Hk zWy_~!TTK}5Xm4jU5AE|NU`6Av)G9T@v2E*IN?}$)pk46e$IgZh!=c)zJa}clEDQ8E zl`n#!+J!d)05HZalc54GlaK=|f2>z^VCuskY#!^w!&~Pa0QKPyHm~*J`&x}Lw~uM} zWmXJ59z(R>>lR=~dv)Q*kKti;>_uQrvk^$s){e=xhI;|nR{inr901gZKiIt1hwo|> zW4@D8X#26F=9a{L2Y4r?u%*2FL^YjtRzA+?KOs4yJ5 z{jPmkE(?Da`h$Kb4_?`jfk@b*HUa=J#^;l91W|thv;{nBRLiN^7O-Eh>cB0k!W?Y5 za;dCY8|No6=5rS!dF$06R2`S0hY2a?9m z|Fq}$vjeDT6k~25XDhaQc3;~So9=A0EdF~bg^M?u=k@aaY4+Eev*pniik!5)wjgBN z?zDX+>2)<1rT)=8zh1uY;6#l1p`?eB*309JngD!D(xVOO*+%{IKHF&8eyg18%-H$c z{`3ifiFN=xll=068I@PYE!A86tu_R<)J%W)G(-1ZO5whmE$<)SX`b(E?^S8h?WPn? zs+orel1`TIKQ7P5)NIL5S3KwG(&n*!=Q>&XuwIULd&~j102Q?*oQJqyZ`++_X>du} zjPddpr5__T|K=}J3Y#%ro^sa?&2CEJK{@`5_HF|nOZu~Yc}mR$Jc%*CT`D%- z*r>NCmtxF6DeYd}XcpU2jQMW)`I+*37^SM1|HYdB&O3m%KKz3ivp$lR-tnvtFEwSE zCFwOu$I3VfO4`qn??;HTshhMDv@O`Z8n}4_a|Ci1GZPk5G z=4nddwuYJiUbO+K58qgX`tay)7RG+kKJaJ22~2zPXQdCWW?}3n?HL0B02u4_9su>> z|G#;v4-ap>-U9%z7`O$K(F!$_paL0x>s%dJqCUK|IQ8M-t#e%f>ccNqefTb7+{}{n zp@P1fQut?#xqW_DS(22}HH&LN+8dAGDd-0&g%4uPmz4EmHAC?0O7rona=m@3tP2Wy zFQxFe81uynW8QfOKz;bdst@1E)gYac-u+S58!_a6OL{fNd{bGv6{Ne8lmsENa4?XoR z4fdqG;z@q@|I*%0V5DXa+HH7X`^sPYo_wi{_xO1ps(ByaFc$xQ@kGoTH62L1e)BJt zTYxXa-XbiMGE@-8Cow;Fu|1S@I!|;9KyAPYEJA&F^!GuG`O>5E#r4D60mUaV>&@o) z!g1-n3Fe;w0F3cDlaT{JlMo08f2>z&Ff5K3LK56R1-@H-2_ely`sok|XT5vi`UpBiU zozkH7;nQvk@ouRP|I_l#QXgLFTJ6)pMDI@mrrmOpKdsi6xpP55m)ck0wm$rTL6}xj z&{HX1FZJP1Hhr+V?Lt){r8Mn6V2b!Cus8k;2pA)iaRfvb{Rg-C^4}`2a@zm^002ov JPDHLkV1k{Ht=Rwo diff --git a/hyperstation/icons/mob/char_tails.dmi b/hyperstation/icons/mob/char_tails.dmi index 6e2005e12eb37feb1f7e07207a83dade8f4e7895..0695ae639f9ba280976fa8c940b7a51a12dde320 100644 GIT binary patch literal 20878 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 S%$_2=0myR~&eA=CGyVWFaBac> literal 20179 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 E0EA%HIRF3v diff --git a/hyperstation/icons/mob/char_wings.dmi b/hyperstation/icons/mob/char_wings.dmi index 2a7b34cf19f4858441c623e00a367dcb3ba5e420..8384776ec8d690813219a37aa89e59460d6b3992 100644 GIT binary patch delta 2455 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 b(aYp`>#4)K6d5EJ|@Q< z)1)&E#dSWu&3%2Z@vZgY@^b}Vg)7(lYOkt3?7pC(PC&izPL8E_#-h2063@?MeUtO2 zT_CiDvpeol^yvkh2@{mr{3jhaQCzBRVeFBZ_vnr1s`i=Xt6z!F`K)>Uo!Gf4^6!{` zuDi58#xk;J_35Q6Zf99OXK(dwWp%WjDh+hDf~SjPNX4ADHyry88Spq<49M{I_I~kK z-?}eCq<2cioEc3f|0~56zk9!tVfx_f*Lhg#^5W53NicEs{nz#_K3$Dz*}4xMTB zv7O_4IW+Clxu3dvJs-kVosfT^yF{+sbMQ-Up-K|_w*L=Yiz5+*Gs&=sBAE6 zUiq&`y<-nPieG1A0;_*8Sq|it&8Z)grxxBwt}?r^Ei^6rK9G@nugUqoG&3Ve*^l@- Yh6VT7c8kuK&JE&wy85}Sb4q9e0KrZKk^lez literal 0 HcmV?d00001 diff --git a/hyperstation/icons/mobs/feet.dmi b/hyperstation/icons/mobs/feet.dmi index 67e5f77089bc47547567e9232dbcc4d99c159faa..245fe782bb2966e8041b93803e4d600b63796209 100644 GIT binary patch delta 530 zcmV+t0`2|(1=j_TBmqm2B}N`W002<{0Ac_DUaIVN00001bW%=J06^y0W&i*HhLM$R ze^-)Gl$u&lo}ZtRl%HRMQ@yf+tDg(l$pBrJHg{JUra}M!0jNntK~!jg?UUPbf-n?C zlYo~R5`!Y}|6kgj=(M)Y4l};^(7hainRUq742k*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;xEuu5-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={VMV@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 O00000001h2m=5B0K2`CDF6TfV^B;~ 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 literal 18358 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 bLCE?48?X|{7yU>(00000NkvXXu0mjfhSyPX diff --git a/hyperstation/icons/mobs/uniforms.dmi b/hyperstation/icons/mobs/uniforms.dmi index d76e4b678d54f95184c3089898d59d6f2d48cb61..4c545feea8e8efc0e4514628b5043539bb6fbe86 100644 GIT binary patch delta 1177 zcmV;K1ZMl<47&@EBmuyYC7?O!>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 delta 1344 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 z%0D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 diff --git a/hyperstation/icons/obj/bench.dmi b/hyperstation/icons/obj/bench.dmi index d0254260b7e8dff886e5ea3778ae994530ff621b..514e6ff2f2586a989a9500a385f5dc59b2567517 100644 GIT binary patch delta 467 zcmV;^0WAKh2-pNAiBL{Q4GJ0x0000DNk~Le0001h0001B1Oos704G#udH?_b9+4#? z6$~E>nE(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 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*-WmD(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 diff --git a/hyperstation/icons/obj/clothing/gloves.dmi b/hyperstation/icons/obj/clothing/gloves.dmi index de9e972b3e16c457ea7dbb175313f9edd76a3a97..6f425bd06e553cb253f9dc74b118a1e92f36f089 100644 GIT binary patch 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 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 diff --git a/hyperstation/icons/obj/clothing/shoes.dmi b/hyperstation/icons/obj/clothing/shoes.dmi index 9739723896fe49b0315f5a97cf99d713753559f4..2a0318dad54699ccbe8dfe4b8618fa8ff34a9ca3 100644 GIT binary patch delta 355 zcmV-p0i6EZ1f~R#BtC>tOjJd{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( delta 408 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 diff --git a/hyperstation/icons/obj/clothing/uniforms.dmi b/hyperstation/icons/obj/clothing/uniforms.dmi index 6ef677ea107982ba55dc36e8ba68e37342f6b791..68a87d445a334774521004ece7bba157231c9916 100644 GIT binary patch literal 4735 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 literal 702 zcmV;v0zv(WP)R~KfagB?2BQ#185fLaTC_X+uetv!(9UUJZA2>KTB_$=mz`*}A|Noi) z|7QQ0nVFQ7lpE$b&j0`b0d!JMQvg8b*k%9#0DXE?Sad{Xb7OL8aCB*JZU6vyoKseC za&`CgQ*iP1%Q?sAhL@bUR?38M(sC<r<4Hw?dfWDFp=@gs=;A?gj9=1c;jAQGo*1 zSQP20JHMa1Q+oe3vSwR604N`9_EGj9CjH|N)KtMF=Ntu~)1|Bg!!V5SSqT;e3Sgj8 zw9>tGw9hd{#fnODL2W}L*a33F^-^esgx7CSP zN@;;|GfayBZY~Dgcvj}_WB?8X3JY)(1V(@t6yd;Q@r%F-N5g)>41#%=K*w3oUG)Eh kOXn&GK24l?AD_R=7u=2~A4s!m8~^|S07*qoM6N<$f=8YwF#rGn diff --git a/hyperstation/icons/obj/dryer.dmi b/hyperstation/icons/obj/dryer.dmi deleted file mode 100644 index ab02432a8b043de86e607e8d82e8c0983960b5dc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 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 diff --git a/hyperstation/icons/obj/flora/cactuscoral.dmi b/hyperstation/icons/obj/flora/cactuscoral.dmi deleted file mode 100644 index 0515992469df21cbec979725d42b1fcb9db68bd4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 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 diff --git a/hyperstation/icons/obj/genitals/belly.dmi b/hyperstation/icons/obj/genitals/belly.dmi index 3324744b7bed63879f0e17bcbc0127cbb65e2504..af5d45f1c8f3d24518a7ae151303652a277dd7c3 100644 GIT binary patch delta 6664 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 delta 6598 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 SVDwD@0000P)t-sz`(%C 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 diff --git a/hyperstation/icons/turf/walls/customshuttles.dmi b/hyperstation/icons/turf/walls/customshuttles.dmi deleted file mode 100644 index 75ab41dd643c0204044149f3f965315ed7c3fa1c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 19004 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 V3mDA4Gxu^s)Bc13U}9Tc{{aVIZmj?S diff --git a/hyperstation/sound/effects/vaultsuit/bartandfink.ogg b/hyperstation/sound/effects/vaultsuit/bartandfink.ogg new file mode 100644 index 0000000000000000000000000000000000000000..9b76713f25bc0ce4dc731e7ff7d684acc93067bb GIT binary patch literal 162382 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

W2UVSO#JtBEi5D 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%0AcDwiUm{@9?_IS_0Uu)1WaVCyr)b(27(~#D?ax< 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¹s9gn`THd5dHQ+EFy&kFfwr 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

}T+LOrk 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 literal 0 HcmV?d00001 diff --git a/hyperstation/sound/misc/Fnaf Nose honk.ogg b/hyperstation/sound/misc/Fnaf Nose honk.ogg deleted file mode 100644 index f5ef27e7478fc76d1b74d5849b2beabfac60700c..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17768 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 diff --git a/hyperstation/sound/salon/drying.ogg b/hyperstation/sound/salon/drying.ogg deleted file mode 100644 index 0f977fb90ba9af7b5cc430aa57b4b1918eb75146..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 54212 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 diff --git a/hyperstation/sound/salon/haircut.ogg b/hyperstation/sound/salon/haircut.ogg deleted file mode 100644 index 160bfc36941dc499352020ee21ca62c880c28d12..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 96905 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

}6;OFM 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%0DV+3Cr>^Dqhp; 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 diff --git a/hyperstation/sound/weapons/dinkalternate.ogg b/hyperstation/sound/weapons/dinkalternate.ogg new file mode 100644 index 0000000000000000000000000000000000000000..e7d00f8b6b3c0c3656c9d0e5f3a588e3834e3675 GIT binary patch literal 29462 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

n>z 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 G#Qy-VvlU_h literal 0 HcmV?d00001 diff --git a/icons/mob/back.dmi b/icons/mob/back.dmi index ca3b53feffa97fea819768723a9c685eda7c4418..0cbfe59a5c78b3734b2fff9dcad57e9ee4ff414a 100644 GIT binary patch literal 101219 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 literal 105938 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Ð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 P4^mUsR4P@leDVJPVMH3P literal 14383 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 P`+KactyHG)BJ}?NEh_YB delta 7267 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 LHMv3=(+~d-+Os5C diff --git a/icons/mob/inhands/equipment/tools_lefthand.dmi b/icons/mob/inhands/equipment/tools_lefthand.dmi index ba625767b0e683f45eb81195a4607f88358833f3..fb7c44e9ed5ab2cb1806b921dd74415bcf87b6d5 100644 GIT binary patch literal 5541 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 P*<^Cn+^EvP?ZN*6g73ts 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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 diff --git a/icons/mob/inhands/equipment/tools_righthand.dmi b/icons/mob/inhands/equipment/tools_righthand.dmi index 4a038171763d060f501879f8257939c79a4e02e9..dd9d2e72f956d106fb0e54ae0c6b1a34e48f3bfb 100644 GIT binary patch literal 5410 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

    $V&F`=JW?-QRTYg+v?2bqjpW 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 O2vSqlR;pL9iTED_BLJ@e literal 27204 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

    y>^ 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 IQpW!O11J-(hX4Qo diff --git a/icons/mob/suit.dmi b/icons/mob/suit.dmi index 6a331e8d95cd093e3edcf0233ba7b5e641bd82b8..3f0a8d4c01aa9c7b107711ace809597e87f2d721 100644 GIT binary patch literal 455389 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

    q?k22Ox8?wF zfk^*25GU^j8>nhU%MW~)njC=4L>Srh948|@ae6Rt508$1>*B&IbAAQxr<?qygH-IQ^NNM-NgRl0GjhDKW#=d_i);!^Q$!Uj`fLO<- z{C&?tPfwo(9IcWMba2a&5K(h_ffzv-1V?H=HZeDWxG|V88-cq7)((tP@VL0?=n&oA z-2?U#agGub65NjMoS5ySC%{rvS3A_lXWO)X7LJl=e}9$Y1v~@-2}OtBlJAcu86b|< zu3aD^$^j#4FyAxYsOFWt4VpeU+ZtIA5dn(|8s|>8XItp5f>f6_$mWbsT;L`itauhEzc%J1^6>P04j%%e3$hpUYHRUybaYz##CG@hf8OKWOj0fm6% z-8-+1ZgwyP|GayPnVR)n2rx7<3SSsZ&w2ayZCG@4-}g_YgV%9tdU3l&g@v#{O>OPe zpFhzF3AjqGu5Z9A7yt|fXl5y{8Vhp^$bQ1s_jw*M>Dz{kOG6VI^gXmQzfa6uqM#7x zUH^KL4NdEkjMSnRp%M%DDmbTt7umNo##K_T|-RlcGUk*nPQ z&jmna?jriH+PI^;14rVR?n;vQ9#gXHF4_DgGKcE@{XLn;$yD%aKTX}OTsq+#`h~Ns zF4@#Yme5YRd?6K{Ynvii@l`T1qPe@fV=g@Mx23X#KZGWWa{mw%2a#g`~Bg__*2gX3m z#l}=FN)UXg9?l`r_CZH3K4?%Me=|PY7}g_utOKv-C7o+ntwiVbb9p)D=*Tuwga?c& z7MOeExfOQM9CK-Y9~~W;gPCnn5q(Q*dHLUfw1l3%|KD1Qw1iA|)jdJ-(NezbsK<1WVYuRm_86{;Z^~ zPG~f-Njnlu3ZM{@h7B9$%Fq^{nzJDuJc$HHQL(Wp6o7WR)7nE-RTY*U%kKp_`MA%~ z&G=K@ELh7dym>RLZDnVN)WcqON{1gAimtr5z1?qxPsjh|vM+X#wzaf0l1Hr1kYj0S z$@(ghU-=(q_8(F}3dQB+NF}`L#(cTyz;ZXzA!U&$q|mfJ{Dz03PB? zk2aZSUvxtbv#gnIUOHom$nHzPLySSvBXcR8#OdOy3}Mvr|H8W3>M&{DV(A5G751~| zKXFcDM>Lir;9`DMKnp%b3*2?S`k}wV=7&ZK^|tp%#-P(bed#B;1Syd3hu!nVWydOj z11TKn7#J9byqsxKSs-A7f3UPP`k3o@ze2jFFJuhCMbd9?#>w*Y1JE9~w@m@lKz2$> zzi2JSf2zLVJ6>Asx_+j1F zI#`;#BPig2>`V*X3u>9qdEQzlOBlT;pZgXfL^k*C<2d>^oRH8_QBiR<*yyFwFFVDx z1EZ~UacS(Dq%v7H5>x#exXUiV4f{1Ysb6ga@=+vaG1MsRk8TC!vi}dEM|&A$cL-jl zbuHY%OA}`HtSN^FI=Y|EYT4z2h8SE4iP^uu>*XdP>DBhKaRLI?jCH2mK0J350G;vUjscbci6aKHRB(rSwgdoH-PZ%_I$8 zE1^j3#4RZAE@G1}#kc9ibC;K}!s_zGAp8%q@$L2Z*b5p$z zQ|OaEI49#+-js0tEfG43Kat_l8#>><%SVGX?yP29RZm9q6FHe-^is?wwKvDRE@VBg zG5Q2hc4H+!>@DUMOlczmh~u6oneTv?#V>Hm9D9a_C0r|N%BYFLqX*_R8C zoQTWV-9&@qtH&{fnm$OfjD0GD*(}doj^RRr|^+Rm`{^91k zfYLAJh#{vQaG@z4rwjxZX!P~UD6@6~3UG3IDq;PTyO-`g z9Pr$bd&%YsPA&C)^%U=j+ed5eMAA)q^ILkPTaMZR1OO1~Gn79|GDs*w2iQHefuLEa zFtuT7e6oh7Cb82W=eaeIXv4tB7@)$~7mi0Si5eU*b#RI4kP|)&YJ6%;3}$bC|Ff~U z+0L-D2bn!$hHk4}Jm>(3S5bilU*D&Vjk56-=CM3>Bti;wRb z2kUtn)=WVnDRl?A3zQ94X!f z6%U4^17Mwvz>2+~k`k)(h{s2!Y+* z-QM0HNn?>))YAI%8RtQtoYEV3t?4$?Gv)Uwke)|LDNx;sL*R&ivI7 zd24+%^kA~5)QlsSN>-c8m-XTYs+adJeNYGk3?O;mavYoYqfiywTYUSyLll&c0&Hg) z?o4aF8^taBQHUQRMdRY5#2_P2a@>*Tz8m~TDczIwZF5oF?Ph7_0W?t_6vZG(`qeOY8iUfuFlxzfwfF-(bE-12sDiBSxt_P`?{PzrJO=b>i~jjLrFGmb>$ zmRfaYXh4v0KRU)y)Y1vz?r25vE!cK1GqRM{(#rSAUnfyb{z9XeQ9(@zf5!>2BPZ~y z8OMB>p9d091cp9_$b`RuT3BNX;e9^i0Gauh>ge1Uz!`nErmLy1F_5*dEJ3 zN|p_di^H~FX(s~{uGapO&Oocws3>%KIT_;=6YsX{tcfNc96?`32o_kDYE8#(xX6Aw zKs$Vpn-HNd7D@RwVru|l-?!%(#F}_M7l9tGVBU&jvl#Z8Gx8h?P#NZ2LXgXSxyCDe z^GvLW%6)x?K;cgWIdwtBgk`>02w+IV+~SPV@>KiBbM5#z_Pwt+=IysWKDQIfO1gsj zr@{`AP|rD$?h0Su^Nd4Bstc6F#6tF7V*~)4`uB))u>Pu840|#*w<1vRRN3;RDOG9X z*UGu3Cfs91>iV|Kz-v?1*tR)D=jt!C-E60_%|k@6skaddP zSY7_pnjWY9$TA@uf~4z4ruEe`N~go)ab&*10*>5m%~|ZCS;)nSQwxe?V8HiD-7gkv zE1bNAKh6CSGC-;fh0|;TwXCqOFF)^lgbuwVy49@6ps}$rrG=$X%V8;$RDb7}o$lcH z&R14ZRaJa&6uM33diR#2-K0W5YEIglK8}q* zIENjw5yg_%{d?LNg>)q_K=vU&ZR)K#Q_Nxt8vyWz*gK;)_&gAeAMCrw2ByaDm6D5F z966BAx8S||Xj*mPG?Cfa{VFXWEsplQmf`w^m5b)bj|meMkSf~_Z_;@JFe5IetIQcogPopAu*pQaq72HRj8oe z-PBaWB(@^@I%Qf}^+j*MV(;z+KVo?7y7N-K+umt*!FwKYb^&~>>S{6Ue+sv;aTFsc zG0k9Z_10F4DFJbKO+U-FcY8y9T?P#m5qu^$HvWcLbN$03awSq4PSIaKf2Q8txcw{K z50q)tR$0xlx{yc{<{0~I4JQu{4T*u8Xcd6};>Afif(O<4+Qr_lQ~~GjIdnlR-cxIh zlbK#v_siGwNczeY_>v%m4SBkpT|BJ0C-*`2e)LXdH-H7RhAN8p}Q?UZ7zDl1gDiQ<7Ee1ev52^y9)-As#2TH8lg#7w#Z}IaAH*Oy)WpBa%KIfDfKG+y z<(XxGW=3|eNI|@KRrAZZYb8M zf6;N31$V-IN4Yba-W}oSHPmj@Vg8pIt43^%jj!0|K2+lG^80{2r)HBqPCBb4ZFZ5| z;y?ONLLzP}G`k1KX2;OV)>fs-JH5uW*W-^X2*(d2UXN<+UZm7UJeN^~{^lcxJ%D82~}Yss4g$Wi_{3NGnr#(L^dc(qIzhFFt82#**FT_Q>bFIq}425>OPst-au z_g|BQhem}n)Ot%{eh4^XoDXiR0HR7quhH;SUgBc@8~mzqfo{*PLO9CC#Ha&`>+Sdm zwY*=H(YwSJSX`X9q5Z1scHb<0GKsc*{A>=ELF1Re5t_zt#cP;YNX2MDXBB|^J1W|3 z*KQG^9NI{s*XMQ{Wwer5L!Z_>;N-J814O65bGQcG1Hgxd3}%o|(Zavs+nz$Y(dHfZ z?U&)5XyQdIQ#8YF8Hp3=X#(YTh&@Fw7GZSD!RIC(2EweiwnJXrYQkf+Ppix9=M*#u zHsv>L3U}Icv58z=x{hFANwq9Do}LqQ)Gp$sr^ROeIH88fc~ntx=xOMKUsu1b-GcI? zVHSrdr{@Tc8w7)SAdwLfAn5isIyxGJP}G|pUww63M=8^8#OJ)J^JIGzZMW6E;>7(-|DZxl$4gv|Nb3yYHEtz#kuO>!`2QJ zco(EhOQe^deOm#og;%V%-_a544f%a%H~PlM?2(@)jn59*ijVYe&9~`zEwsw3&#|DW zD8IFp^jG2g9?)u_s6r32H3#G~criepw~T_qz}d?Yhm{_zwMi@}oIdaN^qOTPbA7ew zfp6SM{gYnD2C$4JL!tE8K@k@-cg)u*_qg~oyY@pc)*N|YZ0HM$3gHm`1C@YXC#uU1 zvs-uT>~DR)m-bVQu=I(D}L^^YF&z=`XLLh2Yd| zzh>sI?x$=w;4Q$^NcEd?Zgurv@lZlua2(_dQ84^DlZ!mPRnuENuWT1JH)r@PKn5Cv z1rsp50CQa_(Hx|TEH{#)2*Snd*iy))I%7*_YPOy430vefzz$y8-D#JNO(Z(s@;!YN z!DrPDOGDizVPJCP8cqsD9EE@?0ZII-^ zJ=G}NIJKNJGxoWImpm@${A)+RdRJV-rs|U8F$ISR-H>7S&!r7Qio~G0SB;n!4dW>y zz=Okv;LS$AYt?z&Z7l^pQ6QM0=wAK{3Gi_6`-x-BYC1ZdtT-J8;9~U+JOn^X6VGmi z&kMc9?ArG|&py`2H60VTc>4;!uxKL&iM;E%FWo&FxJbOz%%jiqDbu*8bXwgLjPs!e znv2lpxBjyH0fY3bFSaf^M|-dZ*~p!sxgz{&oyF$8m2k<|V8J5P_Q%2cmnK6>8G&T> z2#Z__$Nq`E`5P9AzaeRgW@%#+TTH6zOVBwRH`%IxCaUxviYf$}E=4n#dJ3 zwKaT=??!9mgGi}&Oy3uxMuO(CpN$Yh0FC`)K&k!6dyCZcf)HxH?(PQ_cSv5oceKivh3D&bh!O00*s*Mi-a6kT1-qKr#Y0W@<2t{&)-bH3)bqP0mKh zgeQSzJn%Ib|Hg%=KRQJcttq5wU5vCCt-4zqBPp3W6=$dQlbiiDor_2!M@OkbA4Cq% z$)_k~{t=cDJ=(}YGa@f1hsI5e0U95Wl8jQWiq@tJIjbe6^JrTZm&>2Z`SuL~>;=99 zU}m%iS8=d*=Dkuq|=tGt`c(r-f_2M%~Vh}rkc58pQTv3`5%)2`- z-rcHy5@hsX*@uRz)irrKac-A=Tss;YvPNVm@fEpXlX|2Hgt%ntK$p~S0<1*t++?2L zzA0;Z#5%dUs%~y;Y{YuHdysq17`%iEjCiTaFF^y$e1U-oCy4X-vJnac8rardE%22Y zjaG>LDj*v%eE21l2K=xnFj$ zz)e=VpC0$Of8Xqsu8`9JI??^7D|eyXvd|HuyA}rLcoL5Ey3?(g0qP&npdw7zJC1*0I}{Kguf@Wdi#;I&y^UH*TK91 zAL}d9^-(|8y-3%d9dwM9CM`v| z*+G67(6?~y`@D&x(nhr~%2;onGi|`HqmiFP1&7o>Gc&)8U-pYH*eD~sq;Jg|H561g zJHhtdpjM=3h9l0SsTywx6Jb>2J4i0ufQ%z`m~YM3E@!&C@Kz#gL7t+bi-<_KAWvIae^R?{+;3rNf-dwHF_Ig>{a*D3+1;crc`99p-+`zDB zWJ+KE)gM!;dFWiuigWYGZ60E$!~3b(0p=4KmqcJzhO5Blvfl84VOY2?vYn?(42Dl- zIb_ZbN(|Tw?MQpooxbD!3Yz3F+4OKQ)_A4<*ztJ77*dJ=P}q3k4mgc!6j!c1@n9x5 zQt>gYiiZ;6|C>dp&S3-_2?+p*8FB!%L+)j{F+9>kXJ8YE7r%8%G?1sGRnw!!-_ULe zAG?dXPLQC+ul*?0$nVpFf?Mqd@~Z}W4F`+Hy6H`}gOGHzn82iB-VOD)CeHDz0WXsr z{Y!`*(V%@jpl=n8_yb1bCXth7^Ova@uOdN@!91e5uI^WmQjqa?C-I`=9mp9g<7a%) zyE$#njX$ELsrej?Bqt|>PH(#&OOXQWb;Hqb|7T=qL3b96FlZPVQMFwE`o#`R`VjZ$ zDa5QiUam~V|G)<(`K)+=92#eqyLN9f&@KR-rR_XB{D|jZyilz_KBLaQV+mH`%n_&%#%^^&PIsO>8WBj27%30gzTZZcLugCe_SMe`k+G(0z2 z=>G7&SoegS?QZktvV6?CpPoYmOj2^&>(k0X)&G0SjW<57XL&ghZBs`3_a0F!*47V< zH?n;%5%B+VT)RH@vI%4?CT>Mu8E=42{`nr*Mf7L8o!gYc!#zFz0rk|`5RMH0~bC-RD3CfFe85%lTj7KB_6_7#RbhjsushS@m&4nom%K(KOnobi_N%wNGT)RB zSK5gT;yIo}0np!DFV?~QKa{<7SX5ElH#&fn3P?!`2ny2OF#-Y#5&{y^-Q6(^p`f%% zx1@@+q;yJm$B@$91I(Po^Pcyd?|kp~&)IWbvuCfp)}FohTI*hS{_YsZnc%TCFSD)6 z>P3GSE{HK;AzB&DO5sS}jVn z5H;tKd+5aS53nZhyjq(8&5_r4!W6#c6%lk;tkrMoYUpc4CsYZ6va-4eZ9+mEi|;>H zmA56QG3PYNi74_gOIX>bub{%SqtvcwxUw!jC=!0#u>vX>o^&6kQqN39s+#(eg@I#8qdYk^+YqzHs$(Fw;y9A(18_7SC6`wjlHNvE}%0!eVIG{V1@E3azB@I^%xK7Vy1TiT*rU8Vi-W4=8#UohYE z>jy2Bfj7DO4g<|i@HRqFyXvFIuRg~beDuwELCsPEIbKYp^hv1K!5T z?mPpXWt=D*i8Bbi^7B2&NTneoVa1eec(At@6l2SFs8NB@jUj#UV>%EV5raa&Gdz2u zUcde?R9swaIL^S?<#WUaVs!ii5f08I6WQ;|?278d+jj*$IB1qMFff}~Ulx|6f-DNk z^>^~md(k#p+c#505qv!VvJ%mWb8>R1aaOglxm`Jg%r3(ih4s%r_Fr7WC}FjY&5IiCxTw@_9yXd1g_dZpsczcVmv9l9DdejdbUvdEd;2-@`wY->F zIRyxxW$myB%PGoVnU%}`PAn^BE(Y9WE=ln~xvXdyJO#Int|*Pi$r7Ce;;FCI4evs% z?QP3-ssUkvaNve5(HI#SX@x17X^;-sRbJ%PkC{FvlLGq0ziXQ4Z((~1p%PdHJV@kV zGsR!AIBXr}@JPkX*h5p=0B^YnBSCU|jf+oPcvY%utvaVgHW{fOnk^h(iUOYv7HjTq zq$(>SnhE~y!@oga`yEL>R|=!Btlt7-1Ok#JhZ}boHsZB1T3>zsX8Q^_p^F;Fe?rW0Ch+Qd;t=Yoi5i?XqS7#??%>@B_ zVCaAQ0-QsIgdX}_6~3|L2(6x-dd*WT1^I}Jnhw~=xQY!h!}@c5NuWwFok#?;OHn4U zK6J*NDKy#Q!{k9<_}llt^Q75ZRP$fi-HlrPq5arr>+Qo{Wdr%DU!bn%866exEF#s?^bQDK)hKXt4J@`1b?R@DSc z`}{eh?YX0jj|=%MS%A!I%2}3YCclsq=25Bls@W61{n-$a5mqpE%vrmEF9`k%Q~A&H zZg2N)IosIU%WPOm0*1$XJskS2V6B4J&Zl28qWj*Q+7ArJv=Z~w>UD~7?LTSZW)}LASr$hu}x@kGODTy2U_~W1b z+V8M2Kh7qvcpmma$^TZ9X-6?=ky=f$meDG?Ewmh>-FH4W$Is$CSQjM%EDON$z#wEp zJ<%%hY`B%eKd7M!%|rh~ieek}J?D#M_A@V@E8pGa+JD<<%9A1+N9ynJHVKKd?o)3h z{&5m1A3go+ zbEtNj6EEZU`F0^ED6mr)JYKr6UL34)b114|e?ogjbE31l`C&7IFYVVv)`CW;c|3cx zVAP&&`{WHphbl#zhYV!jK8$c%j>uE*KwlBZdPsJKVZhiIO- zrScO$pG$F)!^wd~&bAD0iRaNKIco1;w0a5A6=lvdL=hzF6Dp1MWhM_72Ax_iU zJAuMc6#7xx4ud6Tv^!U96 zS(|$CKl|1_hR)q~)V~YW_q#8aekt$sK!u0AXDT1sr{II*14d>=M78@YYR1k~R*kH@1_fI&Jy)(^kKjgc1B*hA2 z;89sBL#Gsz;&wk=YAi`$h@OLw$oos2`T135YHGx2foe`6)yDqj^Z90%i=h~qXCMgK z9|w8mAJC@3lk{$ho94RZ)$7Bb|FU_vXS4JE5PI}8k6{=isht;_OCW)wqxr}Ayd(i4 z9wfMgw1L{0P(3Zq`D=3qa(Ll$BSV_46s4gVn-}Aie*j^#e-4}lAUs0CD}Z_G?0T{U zc7%KLQOi!`B9AYrq#K8yjYe@{jlP4oU`bj3;0!U9!4${5&Sf2S-s@w1ox(@p_7E{Z z80l^u;R5(`?@qF;#(i4UvAHB7p11c z;!~r^JKUvClaB83%B?hBNvW0-xHLYs=q47uz@oQ@&TlYP$v&*0MmWw;gMt$HK>M6&Ncx4R3Nt>Z)c-Z=L=(}+iH8LH5Z&p(J-4Sql($zLwG;Oe&*QyvoqVl={rNjvGV zf3Bn6Z&N@f`!XXOGIvaHX;UQfaD5H1i<6-gVAm)GT-u{ma^cj6l;r%bUrKr}(cH9UWc-#fo5BbyR@943`Qp#<|5{+fiLi6{N~i6gALYV#Zx*b_ zlHrrF0aEyaPyY>4>7sZ2I7OB`ap2x&?;VG*@e(~3GyL{K#MtOikBK+fRGX{35bb@s z6)v7DUvDi-7!W7uIo`v=eA`!h$)xtRa3Bxf`S9Lkzd(HWZ3YA#i+4*~hvGt)LV_BH zFO91^-_zw&`0nG(;TgXP!~|wsQ)TZbkVQ5l_*iwd2`D<aEtqeymkNLv3u zBz2#Va3c)o(;I{tYBcKP_|>y*0rV@C3GK;K85X|B%A7R5&2L6xGs9M!8T5%aLm;2X z8VoW-bP8k-nm4w+LX#@E5hcsj*bgaSdhFsuqZ8BwxqEaX^HYHfT&j0o=GI7(T*#HQ zl_Bd)=-sApz8jWM$SElBn~!;zy0ekpwFH)^sY*Kvvb(61*(up?YFXvwBrm?w;C8=U zYkRLOI@CtTgx#zP_xm8~wMPrlNn((qQ=hmN0SAnXjIl@2YmNRJnV0JbO31VD*9tqp zYW3NlduaYs^s3)u$?J#VjHA1Iy|^&gjklIRSs;ymRb_-a#NU4~y)Q%c{MH2HRa_s% zlDAamF-f?3orL8?@09CrDTP3dXY>K;d11Fd7qJ`g#`;FjwRRk>O_fGG#viEN8)}5s z`*pS^i{8gNg}!+dgq*OPYY?T<9VBC1=@1dRccQKQp&xdcRZ>FFB@BxhO5U5w-XVF6 zRbz(+#4?j8Z6AwYGU?0K{_uInH7`Bfz%B<5@{r)Q>My@EUC(XK3;T29O!$-SFMZs9 zP9L6}pI2OAHj8DP0F~w!pUd&Y(xvVK2gj1h?E|D9x*3G!cn?=I`^!+W^%ll*?0s+w zk^W8C+-;$hl&QK_KI_~o`|MZmb&t&}o%3l!V#pKR3;y`Ew|JR6XB=^G?cMSVg2VQ@ zuH?EpF`!e%`u6P^5^?-}6#X%LrFp!!QO?6daBFLeC*az~)JN!(o8*>H3R{UwqczvoJ#pZ|aSLWwE&YRp5R5 z8))^GZ)j2$3n9IyHO_bSN5QZ^o^4&TG$n3ZO@;O(5{!dUx)DB{AsV4n-fNY75m!)N zX~~9p-Q%xw=wud-bI`}YQ-lQzLTcJNG&U5vdYby?qQvTf7b3#`p|y`o{B1WkRTCi; z=I@+OC2!Q}v10N$ug_m4OJ)XygYdbzM&v{U{d)ze=_(pgC<@Psp8m{VQYx+6-|1K9 z^$553Fi&cXyglbESESs? z5~+&!7=c?U?|{L~wk+KPXJZ26#>waegX1f<0>S9ubA&Ob@t)-qO(c3+{J1oK-~^5c zf|P$KE3}^V8@%|2;-r_Y%B+U$S=I3fw)7ji)d_=|5OyTvf6$feSK8TlnT^_U+ zEbwGBkKZ}!h4+i^%T!sH*rIV{iM-oq&;vvV{i2IM$K#9uO)5oE?RPJAEjVQ&+~@#Y zXcwDShGFsL4pbGNWt6C!DoedHM-!P*9`F=0pW}OQz4;;K%2$f*Am+uzn)!{=h|x`` z_st+Qy=}}7wNq*^dw(dtAkl7b`||ri_evQ4BfmA|*>8br}J#Lub)Wh76q{RQ>}bPb;6 zr6~OAD(%*JrRqflZZ2k0)2*&72pZ~PaXHN|peuPeZ2jX`2~%OCp*>S#z_rmt&PZTj z;Jt*peTUs^2`(;`!#9h0>c1N(Hk>7)&`jXQD)$?GHfgn*8V=$VYTGY{%I>?mxpCK| zSNte0&abOW33+TLnvg0h-J%=4_RpEe{8zmSE9UjhWun7_El&_`ZNLDU|bvIl9Dnt^Ou^GrR+@0I2y-^iTB2NyoL9hsWDF_$#lK z2$t0*3=9;lSi-j&G-qn(r-&A+)!JtmU6Z zIZx522jvR0+1xRz#DQX*#N#Nt$LwufyQ@sbT|pMrL(XSU zJ7#Xb&sZWJ-;|c}$jHdhUc<$=1(jW@`NJ>ZgU6<7$NDN_HnWYcl<&I&7@pXOKmA@@ zyfooQZ#oUlFrF07>@NB3V6?QoE$iVCr9Sfh;&N%2f3yXis0}OFoDd9dlx5*tUz4-f zt&H1oUkeDC-VB>Aw`JAXOIAXBBfYHwYOXIfDGa`rxlV)f%<`+E$Cr@Y1TW( zPEG&m-2@NSdUW>nB$OfWOimAbR$Z{v z;@n@Ok(xF_boeFSPf-1UcyU_0X(CXB&M&2%W|+?_oLr*Q#Oa$( zfyk%L{#Bk(IXJW0Z2!_3VmA@M34FIZM4whuv>Mwmiv1L3l8-d$pDDq|CyZ@cpRsa? zdpmLD(DV4DF4}5A61^}<&3b|7Jb8RikRkdGdTD!*-x8S~nH<2v#m}RrN=nOFyo< zZSlypykCe5L1|>P5!x#;RRFv^V>6RaIPISop{^k5`Q2rMW&QR*4%L z6$5&*!zFAmjB+X@GPZHFG=KhpK25SMHDJe=MrAN$Us+@`4i+}zs!<+KeyXyK~NTvuc0 zOQDna78CxB#Oun{{rRDEEby6`wW%up$}b&16tL1ii9I>-NZh-**>gLuxt+$Tk?R@N zozG%oxKj;&!a4Hk+|V+jcF|N67V>yh_0J3^H!GKP$z(60DL3~;nNVC@++Q)@hKw)E z_v}vThtR>j;=x-@TWIb}#N3?!_;pNF)Z3eCyTS?|WOCEp&!0a77@xy6tIXee@EuJ; za4d1tXN3JU#2EanM}O8C^IrW+T-=26^+_ko(g-$e@O2R>f;j^(fwbfb$DGpA*!xPy z*bAHb^~<=tYU_&T=1&x23~S&Opr(Pdk3#9WQJ<%Or2JyH=rVHP#OSVwrk2*1SZAq@ zRohG8aN48SyO5VyLP@3-KHJ%*Eq-<|QSS9AGBUURx;0Nl@uF!93MbB$(os-tQW~?_ zjZmge)|yf2X86uk&vGt##Rf_EGP=>~*R%bzaFqM3ijcn)Zlr$pdvK3KOuMf(&0XC9&mGbSvtdo@X(*mz&~ham8-% zM%vlMV`-|J@t=fufh^9(M`E+7>l;rW@hgV!6(>(++DvQqxytU3*|WB(dNppTvwc9< zo_obU&KboLi66DllR8ZMI12(K4eb)=AJhVzEQCBIuZ^L_Bfp@im3i zDqks))B;#ytp%tFb?kfu>TaLwd)5P?gonMe)40; z@vZ2&D{)1W!9v1gWy=wRYnxM3I?F37 ztXjrTTtAJCY2IH~{1_e1D8?3EUe4z;<6QiHOmqDdHj)59oI;7{I|)b~W6uvGldJLH z48OTg#}nIvg>!Usj$pzI*9~OA^9MTqazjmbGJeYi=6ee~OE@MM2POi7qG;A!Fnz!T za+*W~tgq$e<<-y4{RAGr5cRJz5`xXh$;nkF6GTeUkbmWO8JYeNQ%y(p^eFnw=xenE z-QbdqRtZj1ia0Yc$rC1?pZ9-tA_2lt60Zlf>VQuqG};<%+&q2l(*8Un?U<53UxkU0 zF*ub4@ub?S{qIt1a}ZY9?JfKU^Y_YV%9}f)u}Qm3hy#f-yi2p+z=onx8~~&H4IO@C zad9+fVM5QSfgj5d%VT2MZqWierCbL@c;2c2Fe7{W`l=fkFsbS(s(h_7sKv0Rrb&HC zE%9-B1^4gO)hB2qiD{iz0U)LFs!b6FdW~Aw*G+c4laUz#6o7`4jy8y^UYo>mi1=MY z9@`u+P}9UWp!7JSbU35@t6ZZb=5;60BR!0!**PCSJuE?wxZ7BKUYZi9F_N@MeilK)2Ks3Jx>A{bTu zJ2n#*$ve8gs)>~Hec@?_;>^K*5Ryf{gdoYCEc0IBD!6j8wl!Cby(l&DLD`662~71W z5QeJY-|ZO6)rTCE=7sm<)8~oyFuj{#* zwGZ69*1eSlM=^s%be+~*dj`4bgT9_>fd$E>KA#%u(12~ju1d6dDfJQ+F_2fJqvMtKFcBkld$E4RCY-m|P-&v$U|Vc*4R$ zN;YmLL z7$daLs>i46exjRppv~biT5O)zB^TCt|4_L5q*}$g^Oq=v@bqh?wSB-lva)j+U)7PH zyn2}{fF?5;Zdl!oGae%ND)O5>zMNaCLv>x&%#3vNM|TpZ;Cp#_-i^>#;qh6}x<%6d zqk?_%T!!z3h4+Xgu6aJ06&$wB#Qb0*MIXZb%Z{%yJl7i6 zjaCi@l;t7U`6`qbCi3mU}jNb2^xLwx~`8lf~_G^)(ySi#0F<^ zz0;-(xG?El5DE7%vX3i4-$UqUCH?2yXRAc@o)SfqD(DrsABxozRho(~JkRlaDuqhO zv}R7r$}a2!PWR|nmis2h=d-mgbCdxWhb%bl9&N^~w$VaAPw5=^sk@!~AXR z%ggqMSby66+@vP%`)&fGMPj}U4!ZF>{^K$n+$q-vt7ci+T~RO$;PoT=r*33r(Q+kD zehdfSf~rtHtqaqehcY1zRGD$l9ioz1h1>CDBAS~~4WfGA`_75>JyG>in-kMuVI(BA zoKxsQ#~FJ1(RpCY%_G~<$2MW;Jd;a#j(`;6wSyZke16@ z?VA4M%O7Ta79i^K_`YOhaZ_c@ezdyxSQRbB@G&Z{<2C+W3ndFG*@k*nC(fHH#K82E zt&^Rf#htd_+vmsQA4)I2tW56wXIVcd`EqRY(d`?-b8=d~uD>(H!zS_`Qj`EDbhJ*N zK&3!M#Te)qaV3J3GLxWIs}4Eux<9;{^nt^cOap^@kRZ@5^7J(EG&zwR5-)F(i1Xr0 z&rp>7;SX)AC`=*{()%eo+7jSl0jok-6>A>UrS;D1ytO2nt&6i+CycV49S{v@aS#}E z5%%GkCl=!-5m-BAyZFpuh2uSOtQul+=-cV+*7ly}J#g`MY+CVTj#M$-?4nnH`&Mq^ z6GxRjN~;XUeTcxmC#aE+QrVa-;Z}m8Vrz*c?ljMEPnJ6&0;&q^wQscXz+^@v%F#>; z(aq|P&2ws90Hq7#@Y`JbCsL}RLgBjD=N*`8Ur>RD4WgcG3KLG&_Qn8XAw3(taC9yR z7FY@(gaUhV`$miGrTxvjpM`~@Fr2?3Fjf)oYBxFUyJ&l|_vevNfM0Cn zim3mUS)-|gw=oI-p0{ophwICCjOXVn%zaQ{o_6yz1kP z%H;T@OWPP#(K>oB9OpTO(_9{S?O6|UCtbE5RlK4VjxR}Q8c^sC8@|FV_o+DQLX$>J zTIZ{zvuP$rA1=PYs+L6FC&Hj<)bB423Da$0k}VUmkKDLRY=F-tg*)+1id9NUZJXg` zR0Fb<*ttZL3xkK1@e3+}EqYS3qG`)N|B?p=xq z1u}GQ+~^wk6544JouGnp-Gl!#9e-#P+-3e6bP_CK8Rmh_(695##etKhf1=m6%_6Z` zsbvu8f`F^><>lq|rYihPNNnPjk9Ky+=;p;}ChA2%fRtEzG^hfg2gnHmFq0H}bq_n% z?WamH0_E-@CLrKf5V?_m^pBI)#aLJ4|Mmrdsf%hL=w6{sx8oU_5t+nH3Opw6B!RTo z&gW`-t%!$SL|)}8=H2Pps+8&NA3rmZQC+vw-L9fw>J_6CT(P!=oft($sRHBaBa-F2 zySo9Si?38G?E>?AauZRcjhUVqyecSm zZG)?J(t#`1p!5EtHQC+Pf*h=p@XlI*bq}af$drDRPis3sjYgWLe4pYS9-D3a9exs> zj>CWpZK&+AX#Cxwx7{+F_H~T1BWRMOOXc=_`27HL)#S4GKwb5@1ntyRsn&>sSGf{c z$gd%r;!buypKw+(hrYiC0MzF+8+7BcF7s9HF0YCU@E@Y~ z58S3y^7hRxD~O)ubC&rkgmzBM$t>6WNK-^~fpPvRe9s@9lkIo#=EwxpV{)0(1a}gS z1Es-b?xAzqpN;A1#8C%}0@ziZ@3NHG(I$P@B-L@}`??~yEUCI0_4OsEpf#gY+MVXZ z6x)aCntMx$?XN1{GU4&a?+=2aUvDIfQ_vIN>1a!SSVk_;OD~p(WIAJGs6iq+WHdF& z9!7is457NF=99#HFB~9Zkdc$~dhY0iRk`B;Y~z}`I&~0E`rO8b6-3gscXfG%H@Juz5AZknoI3xyPfK^Bb}ReBcg9_`9zKHJ$)J`dv{% zxNF&JNp?MEk(Lrb?_8cao7(nbepn$#cS^&s{o)~nbv9r_0R5En6;1n_7Ea5xeGE-B zd=_;M(tH(;tIzo^aB^|V6^@UvNY}#sxo+=5-BE~?Zd^G7k@#6U*^W{PwVpPd&;8*k zdbW_&jlj%EKD3@g;wR0TWySJL)9H3o_lEZkbVQ72W|F3H3;b0PlV?b|oV@%O?O*n! z(UTvUBr`ex=9H`7Zv^-dE>#Swh6QAsRuZoyO-(jaBn%A#9%vU*?l@Ok9&H_knBr^^ z-`li`Lqq3&Zg#Nuo~wKQOx}AV$&=cj{^f?H%;(rLYT7>EPm`!eMew-is6j_?fc~PG z^Gg@@r4L!+$8MaCr)y-Z?EC116F2`ejfZff^6*Qve?+N#S;-bX%iHqSeqJ@T z<$YL{f_Seaj`kyouVIs~t6Y;r;ZW z*gHkGYZ=H9Po$(WxbjpnjQF^GIVF*j42c=u+7blUZ(VL&hV3k1-hqJBsrdWXn<7c7 zpY9r8f)O!h&F7*wLf9zDqs!Z1WZN70XYWZf!pJc~{W~h+TI&YgxM;S#dxoy|p@$gX z@6OFkM|jkCV%#7_Lg<8s955nI>?Ps_#pCFc5aIMH9ZwvOCAJ&F_YDOFDtZ zpBMJ2y$^GuJfTRh+LTw%TY@RZLRL)pg5}U#p6)mk#V!VY^swRssMGQL7tNxMesn#W z)2@SNk**eNL$D%or^y5B;O7xi(iQhFGH|C!9Z6!c?ptxzdyGQZH-tQ*qlqWIrgE%W zSXzWn)h>kFz%o)^Wxj`*7trUc$}ncyQ_wf2eLptULI=5SUatR0?n9*>Az8NS&0&E+ zM=$~u2D~u*3NJ4y9TeSTqhH_V?3rCJ_Ia%6z$3FgUp+wZuE%HqqMS2l-?=k?lZbHt z;9p-7cyY0Ebb1~#zuZ>U_wNDS#-u8szx5^0KNmXb-GCBZ`o)TPI}o3w{n{v7B#VBZ zQ*U5~yQ$q=;0^6i44p?0)Vp3s&vLMa1`UC~mM8Tf?un;AC#-hnQR*v&?+riZFklL> zGSl$N@cWHh!Ue@^j&1BQZw>P$KN>^NM;C;p%HsR0#b)SM8z=x4Ws5rH0ti%t9fqx} zdujfp!*3c`e=R7w1|7xYI`C>!QO@9o&Wi*O8H)b8W>kLDa41AaV&;oK&0Z8~R&w^s`h)fP;tB2W5L{2BDr3_BW8Ifo1 zUc5&`lIKI9kOQ6`^Fi+O!8hc6!T=}S?m7I8Ma%xD95+at3=)q-^$iZP2nfXa z?bU_>rICYKvX( zYWUTR%vXQL`Ox{iW(G;J)bb8>d_jm=pH;jNWnhyvxudRig84GVNwW6dAeS;_k($1{ z9CTf2*>)dYSj2s(cZz^crJryOR`4TvYFWaT>36ue5za^ZWB^PhPbs@zpY`Sogu+#| z*bd09Lo!N<++?GPL%3I2ekWv7D4}Z_{ch2rmzy?gO58K*4CW-1LofFWY!6SY<*i0c zyYIev?G#u@lY=@E=(@j224yVW`SmeRwL!QND)3-~ii^7hrmaMuD1B!qieX42 znd3KjnBgKN$|k2|8DoPxp$Vn~>XD6_wLws>&_)3~iN&P^mbEI{&Fnd7OMoww#3@7i zwG2sEw8dh<`PW1m{nOWV>-g7gG6z>Db{!{XBwu)Hwk~=3N2SqSq#xQ@7M}M38EP|r zxZ0@;rh2Wt7a_*auQ42?$}O*}OC>z#jV0XZ+{nqUU99pQL~2=hqrs z+}>U^YV;N1nA}&&aXG`{xJD&6$aa8j31XS1nd0Hv$y0yKVA1%4XF_nez8#IVglk}5 z&uF-<;m1D3pw1+Sty4g_r4!L_X41zWbepa_2@mFSWJNs7KW=r7^ z-|eMF=K8R~GATdq-pQwC6E!Z%v(vegAnS+0%QI8ycmMGR?E9xj|Maj=RVOFkvv~Ftm{a>=WWAx_f&&uyOUx?gQ&S@wWs8$S<$cvoT)2G0IJsa^ArU z$9;}5knh_)$~jI~QzLZKH_@}Wyd|R)#BCM1&TZoR;RaqJ4auaob|jFfa{X0{@1HU? z55dxhHy}w0>+}QwIKQ+A0Ng;+&dxXO>KCQ&jDVus&VC()o%R3z@du#Np{T zxhzpOTDFJrT5Wfb)Vq%os|8FN#e)5Tf@8$U>vW`_4`8`4>l-$9?{Rqvc|lJWu|2BL zrRlp+du@HA?OyN-Y?O$yIP(jYOAm@9Gp( zE*%pkV#InL7&5jFLha!`3k^lRL}DEOPb;637>zZXh7#2R>#C#9%ouYZirloreE zoEZ-T!_)i#8d0|4&IQ4)tR(DB??2PJSy{|-D_c`MdbfAkk|0ssdP%=%?;&VaSa@lK zJCj9xXQ>=PMnl7{!|||oN57|WCsH~VlKXja_tZn|QEhE)I{KLm7&rghwwAIMj+sTG z&QM-~nK_x#82&%Do=W8~%q+J5!#2sMU4jJ##)AK`eRzZQe`?Y6ZVdAMfBZpsPsu|; z$WNfC{ol5uLOFuKpCDG}f7`BY|Nmbe$qu{;@wNXD{Lkl@BvH8+h;!!-UOH9aJv_Vz zJ7`awNyWf7Gm~d<4338p`4up=H?`CtVpuuWFg-6hA;GhsUKFvHy7_)`{jHfm_>3YlE8A7@m7*dENZZ31b_t9^a`5f#iK4I3 zekMa%(%Ne^;Xa4CXMIg8_7r*`T^IA}+S=#DM3%lZQ4Ptnx0?U!_O5mnvQbVU(0cLh z!6O_;WYF$}@LP*mqq|j4DQ?j9vLajOW=rcIB+l25;ZJYigKngT`Xj5q;i%guiRj4w zJah0@604T0HaUmX0A5uzKp3nzL$UI~;)8_i;B(zsOSfVofVW0^E8b%yLE(+pHxIcD zIUoQ64ztv}o1_5OD8qM)HLTe!Qwp}axwB&*=0L%v|K0k)3UJS@r6z4P=L>!%pBP42 zGW{8M5KWnRN{MVUbgX|4WH6dD_15iSf%WzEDwEZt9v7UR0H@M*y^ZtWs{|aFwZ4Jq zizxXJ2D~&;H+kOOk00^E_5m>Bui7||0Y+x#PU*JUS-p(nq9Tu}v%X~ha3s*6KL$YN zUy_r3lxfjGx(jYGRx@u>`i{y}I5qmeKj_3s(R<_Qh@Aft;eb+Mom99owG9QWt$pdn zx}DZhs(V8#5S)Fzy4izS(N=XenO0*Ci(=4!*I|Awj`d!=yds&mMc!TK>hv;?=O_SP zhvE(>o&Ej$_qUmf+P=w#>6Dv)vIN~1 zJc9A^N{GXtPLtnhLBix#fU&CbdA|s`KlSjxOf^8y`@ek9r$~A*Mji~!-h&{D zgCJ9lr!rUK>{U(;BJ0V@V;3(WKL@FJ{^_Js--$|{QQnw_l4w&<)MtCtZ0i5L{O4b; zy1&UQp!=@$pPsd&&C0rI&f<0IJC!xmlq3_HDPc+Jo~JfKi^GgdUW-`gL!}zN8uq z5s<9W3*0j=FR#Sun1%`gL`fJ5x{|P$^X*$aY65EMtWI0Gg3)v%t1^*Y=9eQx_sO{H zxwuS0`f|?ol|LhVHnlCr&Pe5?v4^Uvs_tUx{>N5jIuGt(fOHgb0e9IeAM^0U&dj_M zpjQ4y#EO-xhK{Cp)a6O59*iMIUhStwzNJy|S`m-M}49^!Unu5gA0XZ__GTdBQzA6I1Fv5moN>W#;RYD}3ksl#pT;0do?f?r%N^Ngtu~Zf;URGS6cc1_f+B$IcJRmh5E)Y`IOGh_O(Wmw^ z!>z7_EHfLtKcVvY{Lbtj3kfBF?(FV0^gh$of+Jb6<>bI*R8!Mz2jj|OuSz>fT>GTJ zs3`zo&w&Ozggy+|P^Y?0W}tIjU0h%0qylciIm6c87X6M7ow^s%Qa8j8uyV0*?l%M6 z3@`*mcZG+9E|SyJ`>PygZ-IeyyQ0g0M2JH`-9A_AMo#nomL#=iNr&75-GY<6Carfs zRc0>?9-EOTz?&{@Ce&kl0{?6};cPneY>FEYp|XAc(M=>N^Xo-aUdZ3x-W9OBkXWbc zIN9Btt>!L**^iVMLBZ$(cl?=ORs1WbUe({0LGYwt!R-P*(HpbXC8Gj6P62(E{0TqV z?hd52sK1qq?~rkD;C%b=o|K^>nV>munH2y=#ZFfV(<*e(rXD4R0hr$~8Uve|fMkJv zj+-invZhO3%KLHg@gSo?Xjm97P)bfz0n@9}RhwxUNUJCfa9x2d7=VWXAlRWzci;vg zRz&a<9qsVuKUB!;1bXwM01sQGFIhICf5HY8Ln9o`TUi-NBRsGqsdx#so8U0{*O%Nk z*t?RKXlM%N=wu`sgeflH9t9ZE@mmeJ&%jE2uf?n6BvEhCZ_%??2nRy*#=BMGo3!W^ zletgtI@Nk>NGpGLN?|-5L{o#yk^CDR1eY607O+_tTtVl)68G86a|eZH;GAW@tIAHV z)P=65b990eOypEWloNq;uF8tta>E&TNH$Vn`=r*d{32`nP580Wr;mhf^9r-Y0*y>a zFrW#8209OHw@x00S&SU@4magWJx~3~r$d3ygx*s%Hl|p(5{tZ!gM>LOT)cSw%7DTr zE&r#|<(QJfh*4%yUb!N}xq0XcP9Bw}RxRec2?CEssgHTP3}^5e&G?o%5^w447(gQ!#r_QmdC9-3|(yV1q(o``eY!^B=5q$uRhWH@V+qE-2CWa`dE85~@ zs?6W5{PSiAHAa#YObkj^du(jX)TtNV-7m;vJN68Dx~<^o$mP^C}FCna#35iwMyN4_bN!Y-!UJR895G#Ku?M=42<6#e}9 zr6G3a-~BqTeXidNFN}p!ML|q=gYRi;e_IH3A$gHjy*q$c=EVvuw(md8&s`;h7}U9c zYi!KeoBwkUxY{@DtdtZ5fV`*+3kw&Qmj)-2mKDi>UV_Oj_6w~9#;xdfLv1Y;KxMR2 z(kBBuUaY%d>1{XW`K$Uj{liuhlSLeuy7v~t??r`LW=r}(v=M01P_r7`x{=rSI0K(| z?Ze-qAF;B&!juW3vljS_*ZR))LKoz`@+duU_zFhX6T7;$ktRRe>JnJ`KRCP#{0e zz*Up4U_DwY=S~pJ3qc?y^?;uH3f}d|%U!4Gkx_t8fN$sh=)0I1lEqOg=nc2QVZBi# zIR*Dabg}N}V}jEQuP2|rOytlr4wp_aI3G}pq6;VC#HXl1ABl@B`6LOd{MW;3I!V0| zAk=aUoo%srrC@C+w|!|udoMQ|_}#`x)msInqA#Moe(i^*l)zN>#hQ+j*=}m^ z!2e*b@v(X#Q};4x)m{`wqnV{OJ;n6Ujc;Pr=nVLY8hH%8R*R#j%i+qHnk@a3+=Izq zOkAZjfu4qZC$sOBOm2zBQoBz7^s##xk^hr1%%S&dM-#hH%f&a5`+wa;jjq>E@>-%Z zU;XpcsB5tzCyE? z0>-R7_Xb#7277y%K=d#0wb3fp$8SEJG#YGD=@@3(eHviQe1mKulG_{0En2~~bTzAn zfG|3sU|Maw+5>I0=qNW`d6Qq?r+tPaEbKVoWGyT3DpUg4HgN zkqbELTh3z*?SLDy^-R4fRbA^FfS_JlS|ZGwRHyRx_O7XizGfx`fRT^r(r-+WUaC4> zyGk94`6pg4oYuFE@K{HGJ0ThYt~-Dnx9E?s=n~V@n?X?6CGvwnu9r6`K=->1RKRk{ zWB&I6A)Ulaz{~<_e{`Fa1mwvDC;mRYZJ z)uef&Ec)Lg!<(v=4$LNp|i0FlbeWP^?Sud=nw;T zl#-VV=RiefYwPFd0&;S)#P2KLheb$NDjhCDT%hgXApHbrtAY9Z z%*&(bVt+_zUG3_y>jl;?ofbpsX5s7BE;PWPr{r^>#?>xj1dv!D1pdefp6*hV`IYEk zSmDux)0Qvlq8hbCB%qqq3_3i=XHD@JE9>vy3sypcf}(OwkG$qEzI}`1Fnqm=JT3L) z9G|T=qCp{CaOVQVpH|P~9Iwmjc3~|tIed6=)vOk-qsOe~Nwtn{Ptos``%MSa_P%r| zY})1 zo|_}ggw1a4Z~0Q8*4M>vb}}^?ahfHAzEKm{VF&HDv`mJg$;syo-}PX$_@E{OaEGOu zZKhJ&1{cs)1j(H(Z*lbo(H5&EKTY)S7}p-%($B9-q(i=_7>9476le1}-)gacm2v)F z4ex#l#35ifY(wr^!%(`*_@8A>_TPP92ymc9&q3x0pW-&_LIXRgY1ErCvBmG=hm))N zcG9xPATDX0;3&2?D@?3YZ=MZac@jK%HbG<-9giV=nnhVgwm^k65HJm#ZfH;ZH)E;a zU|@5<#52h$D?D@tXUmP6OBZd0m4y?Lkk7_@VO?t7&0Se$^|>e-UP3 zT&jP>aGaRSZ4sc@qJnR8$6Jv6+=};0qg#w)75o$b+1c7|l%b#cs5|aV{2l1K>i=(F0HVHJW`{@a zsSA5HaV^Fh&U!mG_VzEfx7cuBWF)0Pnp>3>YTS}2Pw)r{^X(>!LF)2q_Rkx5BUaP6 z)NZb>A}e$X$}?hyICbM}u>o_6V431B5q%Dd2JWZ4Qc;PnSF!!d-^BefIrQpmmq}96 z;A?Cw!>u%W?__tnA`IZIn+m1+>^GbX;N#;1n{ga%tb0{}p&?z87gnj~o|q$C5EBqC zxs%=Qo}MrK+!f{Jw|wCox`6C~7Rlyu-VLnGleIhcv8;&i$urr|`%6316}$i9J1r}g z0G8e0pPHJ*y*(8(vz+CblnD-+E4P$sd&|GEk5^Y$jVs?B9v!K_Mzpns048m5ZLQ<> zI>1Ze_O8d|^Dc^z^ok;e)ZF^cEp3ZI{})+r9TsK#ybseD2uPQ7Hxkkd64Kq$NOw1j zq9R=aA}QTSNtb{~mwyk(kNEZ; z-{wK?TMPp}4!wq|)FH*?x*e#G538}UaXomq)@V6;05kb@Ul5&IN_vo{?AO6&wu z2aj8xO*l*0*_D7!q7K(RkhRnO+9jx+9cxbvRRN7aQWD4Ov{i)6RT(9s$ZHe9QML&! zk2{4(L`w#YY!)AJv$ts@kaKHFD4JX~%SjQhXa5{W9~#J`@Sr>?l^Fl^xyWi(|6}v85>eo=H0>WUWK}8nd)gK0ig=ta|IRyq{PE&1@LTXZA z8kHs^)=54_E+)+KvnLndyl+q1J=m`ER#a(kOWEpLTSM-j5&r_}(w*E1M$&^~sj%?y zc+HkJfYAiK@TJ|YYw2J9%sF>_aLRsj<$3URB=e>h{~Gk@e(>Z;_xN~1b~Y^lQp*MT zAs`tAkcKPhU**)WPNebLxg8Auu&r!D;#i26jG)f)BvgfiNK9qaIl_K-lS=4QPNY~E(6;JBmiQ>;U z&wJN5#!d%$)8TDLhU<8+xuyu5FfXzSR>>3P*0F!n5Pi1qS=8Q5gq6vwt{>k|Il?;eqx8|Gb zn%im(IDm`4Se&0Xa(ex0Yh&^m8TCh!fo~iACs5NZ&k?MTemrtpSn&R1sHscO`RvK- z(>DLhmUd%v^9ukWv9PVi!`luT9jKf5<$Nqb2nZ_WjmJ5=p`c1;y>0`s(BePcOA1_go`Z|B_3zS=P^RC6o^(*MS z=NqY>XoSE`@_HNo*=!Zl^D3h(ZTo5?^1D~Ew0XILY$VOz&fXUX9|CU;;G553!>!SK zd)PONvWpYv&4_IdxNEP&IYjfsB#m$w@y}ZZz}Q^xE?qCb@lcV3rETkf&xx(`O*A!M z!y2grLxs4W@{7msMYjl!k|+VvxHN4i(aTy%N#0AzV%OqY1iVT}G@sdhg@HN3d#eoWsGkl& zI?#+mxe|xK($S)#_C3Y?`eZn=K=sl}cHwaNtnGZG2~}*=t`@6hHaYI{mKOl0;Ayx0 zRFjf3JGQk3ts)}{+tA&?-?#AX@s^bP=hAhk1~Vuo*?@Qu^r4R=W4Lf3B_n&(ZiIj1 z-qSQ(eObWu&}P88>x&4*WDFU9IA|DtZ$UovR{$;2wRoNa#*cmOUpzfM1wdj>>K!gf zulV@+k2iZ!xAGxfkE>TX0P@??j~L*{uI~-(x*7!ege)XboWt`hbB#K4J%=nm-EKD(rp}E ztykGnsUQpzsj8}CW?}hOTpaFux&fY$rN{Iac&DELD&wD@0QWO*Mh@NKcWy1S!x;e8$((*RYH zB7C%FuLFY{g)7}t--R0*7#OVSO3IXX`T@I;!9@d-_@a`MgxfE822@?(_8r0{a}Z9; z%=~-14SAav@CSc0lV5^aBy;5;4qe*VkOjj#K#N$nCSg#>1sbCL_g|Y80>@FXsAzEP z`|bxNR&i$ucY{br^i+%Q9%8+Pw;xftcUqVA8Z+qsvj2GHK9d|iO#U0XD5u%DNf?8+ zs6&-itcAsCy)XFQKdb`QH{<%-48Fc)qS4|2GJ>NEBB|1`!d*ub4ci}eb#)Zq-H75_ zGZ!+GT%BEv7RC9V_@z}RWUfq3d4D>6w4<7K^Igqrm{mfl*2&fu)TQB5P$>Dj@pmt# z6#gY=iIJ_K2k@)bUR3Ut2>yES1R9uAI<>prs)p2epx@n9gd?&}%?Ap^zI^$e?!Cam z^;lJ?V}!gRth}jRfGoLDH|DVGeGe9L--wNm{|V+pAXj3Uka>!7a41tgHR=mW z6ZL)0!omVrl2G)=M9kSHYHCYa;78V{pw|FL;GD^4(aetpBomkByWRvQFt4EJPm$*O zp$LH10J8r@#GBK(`S_zI=1Y|0k39fSPglWg-&@YZIuv>;^+7L)ht`9u(_baG$vEI; z$@uos$w|EPr!-J=#ryr;H&j_oOV+%`MuUus7n}WWq1HQ!AgeO1-GvzehGEC+)3O+o zd695LYU=E;*B@veFp=erjgNUd?BFHoi)Lv;1%j{m{@T?F*GhR!K%f321HG4mf`1SH zh3f%Cf4IND&s}(y&ot)iHilAa-^CNW@W)}bSN<`{GY;$^B2rR$HMLj@E{~+vuBxng zQ6XF8uW#@te6>#k2Fi2(l6A3e^^YRD4fS(ItRJhN`8%3n>o zz}&cpU^aO1UAJIHVmE+qfX&m1uA?0`Ngv7eJyhw!sPeyb3XPjd?>Lw@&rA-%&Y0@k zCuZc*MM>zTPd0#F&U>F!dS2}512~cHaFySSF8b@BmCyqllca^G@Wa+yl{<$p%l;%D z>mdpd_icPvxe@U_Sp&F5_u?WV`}WOrmF2)!{s?ep^pvsxU{NF9>pCY(fJkEB&YD+p z`<}c(lLVNrN!((~gk3iXk-;>n$+RGns8@if+84Gbc>N5d!(?Zpcm5IL+djSh7=2&`^z z%cnld~iN%$k8T0Yk z2Ld9ZJ|jk9%|&fYjF4^X^FfhE$NMW%>z4Fwwm~dLI-pL|ywWDACF>~`5eF~h-%r>g zZOZ?Ue|Uw}Je!1)fcix%f()_U{30GzB@>Y5)=fDYza8h>a*c#z@)SVn$umfYm8D`> zvz>?Wz3tJ1W7>{if}#b|WFRT^&({+cJ-J!0v6vuA4{05=T7A2{^7e4RYam1H^%o$V zS}okOZ_OHRM+3lQ4mKYdS~Un z`rref0k#$2JJ7KIzR_(*2&M>-Y*hA8;_uxWq1o8jm=1j50dm;Wp_T5)XAsI@|HBsD zxW$fp8W(AAt}+BNoT+MM#R!3)CBV9RS_8rLF4vr)PV`U=!G(`qT+HSb6nNJ^(S6q)fZQ=-Un*S+*y;oJoo`v7oZ4Cb0+JCEBhY~xZ(!q z-&OGs;{*H@hz8k^9*C7Z+}i)(JS7ouA+5$+^=0LmrF0}t;%3P|WZ$~mb!llScAezd z5A`5d}%)s=A0VsN4uXR@nV z(+ns+E_QrWDe&-W=~7NhYeQdGO1zsBnIA!2P2Kk0{7a#$qR*{j8m8)C9D5%He#LOf z#<}kV2+6v77MaOE)NQUhH_vPEMg7gHcp9&MRBQ^r)EM5lCh5sHld& z@K_WU7u!vVTgPR9(np*^P�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

    ~h#;=0X(k__u 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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+ 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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 diff --git a/icons/mob/uniform.dmi b/icons/mob/uniform.dmi index b953d759d2516161b30186b72a50aec957a8a977..945cf92600c05eda1a0e35dfae28197123369427 100644 GIT binary patch delta 22608 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 delta 21282 zcmZ5`1ymGm81>REDo6_=N_RI10)jNs4bt7sEZrpvNJxWphjb&|-QC@_`;XuG`<&UG zp4ok$`#y1>dviq?eLxud4p{g6qT&3}#L3vv!rs}!&K3f3PaR4bh~BDw5j-=Y;9y{f z(`oFrCTHi*=8s^6=7E^`F(HQ}j!`ade_}s>M2x=CYd0dNE|JMwoX+~S&fF;|3q zPL1v^z3;E~It}po(tjyX*ri5jnGnPmhn18@CWw72B+FNNsm?~Pa9j3Y<>;F3w%_aUso|`>gHJEmfHx7do@AJP=G@UFuNWV7;f) z5+U;&Ce;pMf+LUuUOFdQ>0{q`c$x#At}ol2GLFDsaNF708sbB~|M2SXkcTqERp&y; zj}OkA+sKtYft=@sntd9Krioq(Klttj%x$yRc0%{Dnbqb{GHmD~Wnx ztlk3Nl63Ufs19wNDRrCOlvT4QTa0S(zqEf-?B=aLM9==rf!y1+^}>x9Vzb#l{}#8X zi7Xg+Y%pXodWZ2h;_2-(UZux|4^k(B(uRjG`6?@pulXvK5C&?UPQ{yxYbO<6N$+1_ z6H#Fr9*|)F1&ID)QL1qZXg^@zy%OLj;aJV*(|%}bCC5pqAg#A$xi5FDv(~45x%sZ` zFy{|0Lt}=C5jx9vMesNi64_gvfYd(0`~)`FuwY7AN)aEqWnLt^%HRhkpqK0!8J#^( zF@i(Y-=T~k4NU2M0`_y!oP?@Pu>$7+E#!`2>5I%pAOd+YK!E%Yn(bSs@CJ%7J?>E@ zO>fGz*@J6ylpi^vgEt64Fs2bL8UlD_PM)*d^jFS3mNs)CMBDw-qZS(+*p7As%H^ zodw%KYGVlL*LphwNvkA;e_RZ*_x3ywenF8wx&t>--rxL1jwnj66lar)KiAUu@nxmo z4aVEAz&$SAThUcYY2;HWa@2eLH3ZFCZAcgylXPUHF9y-`AB|KvIOOeeqSU?^>y zw9RO5`Eso?!XsV38pWAh??@XhL&}TQpggx(FG##+!pOAqzUyYBb{pF3IAwAgu_o9) zc6>k2vm!ym;aDY+S9Z?~%w1ZZzAvQ9Rf& z)CKz;c_Fcmv<8EkUVT=%9xJXrF4eE!DPKBi)ndAAX)En{NaS2~+__|oeX^u@wV}_Y zMu1O}`oRbVpWfPilsr$AvLuW#ialba#(H=*KzeCt!q{nb$i^Cv%w_-hUNJf_M~qCO zdw9$jmZHgc+eORT7DzSLDo^nk%h^QrWQn-xaO;9$*;X^l;LQ%Pc)s!H^P?8OyzzE} ziaVY?3Dx^IBI`$#w2C$GF&#EL+R(DDVZ_0bB>7CH;|a$ZwE=StG?UhP^DD^ zL_4Th=`q>mQJgnVG&XICUhZ7ynSCAp&{JSQZ%6BR5ZShVz$AXmdHscOR=tphAyshI z6e{njV~o7`UaDspij`pYOb2?g7qv)&ewr0Y^mfWC+P2xoPW(*wr^u=-kQ`}Xsv*xE$-av@>M zus7ZXFN|(;=>x~P>HGCOeGGr0ku{fXWr+FXJ|ELu-Y+HsCZ|QWq{QEbt|X%?`Gt^> zP&;j^ud&RND31JImnMvje7RPzG_}AQ_IU_5`$V8zTSCqG<<0vGY7FBT<~^mZ9$?pM z2zxM0w@`-&#?|2&^NlD}zc9y~`b6Y@)qrm$P~kM&!Ak0*3&kCCWD7T8_M@%?MZ9}) zYjzBUZ;k5-3GiiX!TDnG0~HX(lTs|`dh@P5VVjv1aj1>_!0_}%rP1jN79O3mt-ZvhUy;!4!fR!xdm3}~DFfcG~A4K70IJPt=WOMl)JAl{Et*=bdggq~Kx%?OV z4Kk;dUi?+6UKf6N87|)Zn>A{!d3SQH+rvPWI32CPXRYN*`=|ZdAD@w~&~8n=sv!v5 z;IbpzSzoFtMwt7}gy<#MCKqs6VLb3g>c?-1ycw~Ay;BPFH)zhMjCm3Rwf4XOx{?vz ziT|$@+l`@&H*{N5zvm**Y~!Sv;~aCK-y2WPJcYKxPh4QAPmK^(L_}5IL?s1#}yPy2@>TVkKeedq}<|A$=Vp^Y0MIIlvvsXlt;EDP}FZNE> zL;1PM5S)@4x%x7Kof8%f22%ii#IO;(1QE{($(MVf1}E>M3<9Jz_2*_DP$Eigzi}4Z z*)1ePlkcf;p9C{bt(F32KD2(KJXnGEoG7%y@AfYDVn!6;r~#X3hIE$s#}LRHh;#q}dI$kJ0{B4$ zKSgP&aTFa^76%^j_2eckK3l;(WT@q zxW>c8#=pDX%nw;KwsPAnAKQK_p#HG`-{U`i_>vdoES_R*AtUzbQ{_8k$6al4q#z=h*g<_IV<_YNW6%raHT!p!2aIV}uvef4*E1 z84#Huyt<)yY~`L@+1x6mAVVX4`1JH-btUoiqyoDt6CcEXnFd_L^%w9|zQAf)?c)9d zIhW$y?V*z^B2?etaEWb^Z};sE=3!kct=Ga&Pk;){L*MIuF^K(ur(X*aINz%xQuG@i zGPuGz}Cc?~Kr= zzp_BHjKHC)=l!@R$shbF2FSVU?533A8E5dMgBro5m#!pamLl~e}n#iFYAx72%n$F zU&dJ{K1)N;1!M^w&x0RM66dZfO$H{P&~VAW)bWViq<;Nqu(L5HMIPtnY4Zz&0VWofQia`0&aIdBAEO}a zx`jXb4>y2so%cM9&6JS2y^P#Ln#4{-;c1+dL-E2e-;+TsJ&r?2x8;1mB1yL%Isb^l zxEqJZaA8>ebT3+-vK3c-F^;mV^@{oMVZzH2JN@uTY{2YU={@|q42VTA&~n8*26hQl z4}d>rD+vo)UJ!`Loyf{20n&sS8*37`olj3g89YMJ%k`)2%HG7(EUbqma1*pl*Q7C^ z63>`2q!IVy)wP?ozE>mmYSWHRv1{cf8bs#@57nU)g`F@15>zF+-R15s7|wKPXZa1m z-out^^>sQEpC&4lXW1P|ziACsb%SRF5TX%zJne))_44BvW?6k8w9L$EH#1XH1q*^# z0UPccQ9P_}$2!G&%_OS5(HKu@8mvG|li3J)s-VY9efa$h!fESuFS*YbR4B!uH}2kw zaF!*Xp3XaXC5#%WTY@uxCCjF(G>EBPw6X6D;K9Vv-g`)yz@Xc8Ul~Kdy%-7r$U2uI2yrr z8LGf=C-T((%0*kEL;W^wLIU#_yE@zX0oC+OF8vda)d6>4#PA*A&sA&m)inX&{X4iq z%e~J}i&Cv-d~KeiE!z&*LM!ZpUR55M%heDBlJ5k$5pj;VT&%Ji=VQNzHVVnIHZ<0R|wh3&0Z93~AtzQc!Wd&f~WCE_(BSJT1 ztE_Sdu3<(F*SttZtWv8a2QOc}< z!!fBX6fA;_k`f$9d8T=yk^hn2dpp}(Oo+jJwZ-qk!gV8mq3hl3^He@32&B2Wc~-F+ z3y8k9%`wY0a_Uq!sG0)@OFr$T5hBMgjXdvX73s&KYm#htbs`-4%&BPwT^vS&g=h8+ zt_g7MjoRHIg`Q*8bNP{G6?!=14P~!5a-(`56y~-nR^}sydN`pV^d5d1B0^TRVp}Kv zV5lJk-^&+Qv(Td_J#N(}zw|t7B-A4Umg)?V^h$WKd;7AL!FW))v8hzrXF#&&MA+|E zsuMnx!c)}S@{o4&X4;5t5sFO?KU%2U@Joj!dJd(K!)c1O>ufK*1A5cXMP%NcE6Cbl zVqt!@>E0XOZdI4lFl|{*zLC1R1sxqW7h=E_F?kG{gM)+dHEBs%RCam!^F3g1Z(lg1 z)6Zv_;tj0J^Xu2I_GMyBAa(@=1lE4l;V>|^lHpKk)5xIBzpVOtwTSzGQXXoH!)5CG&+Rek*%1X?UfS!c6x8R~J&-9W5%}YEyHda<> z-HPvmJs#(*w@Ft|kCDB-{h;qJ>hhU`*V%LP^WjrP>PQebJlFQeJ9fz7Tou~f++2fk zMMXuq24k?k00*!_G#IG60e|h<>rDtXYGIG$Uh}_d)?@MX@|t?!PQgit^QR>TBUEKo zmCMZh^mJY_z;owYP=vkhx6v(e?zK$;QH=b%ssYXnoL1MP+ZeMpL=_hJe&UO_#CPi( z$`>NGxU>1`o-(jIEEWa|#v|9O?vXY7U0a0TJCBb+K;qe@ih^8qy=%v;HTRc48?kz| z=nJ(roxwPy<<@iTg6_Rcv;Q1u8bcxp6JM}^I&=5G;7if8LBOb8i%rUH-BxR}@b50w zW8SOoHd_B)3dnScc8FXI9Iro-`3H{>Oo5g~U6|~Q2Ah$l>u2ml$8JGS)Jh}o;wmi!#PDDj&EJ0P22Gu$mNq6_KU!Aj8jY~4B zr=2rKu4^wh@$-laUs?MihVLbQGm>z0L{wHT=Er*unJ%WAslj5EN&lIqRi*Bg{+dTw zgvhjIdWvUbcf}Gx^fi`JxdR$B8z_>{_2C#-wxMm!`=Wu}HTjl@S)TvB^lk(Y?r&uv z>WYK?7czO&@|!mG+dJlMhKUpO90OZ-AE6bX7hby-`@LvT*a&|-Gy@io`&8qJ(AuP?8FHuoZCymb%##mZ^-eJ=I z$efo^%D$utkGpR#A4zvx@d0>_TOMpdFY*io=4_Q2E(r;V`=@<#b92R^8JC0U0ta(r zj+Z5OTUVY4w5CNvrs8XdvLI5Xkd1l?88uk*lqb=Bg1e2BjFY%+l83!Hv_z8Zx2@il z&si4|Kif6t2v^(?Ay;`1S5;L7kIgQgzT(x>>3XV3Uvqbe8!QBTiwXaqI?ROAf~QIMYgI)>SZL44+OoLnGFST@LEt8`@FtzP!%A*O zZ~G|mbu^IFiC8Xl6+ixfWg$99STahWY9-uq%tcRFvB5Q$p~vpbG-vuv>U^@PZUo}5rsmIgA_Mex0dj`G zFZ_`~ajinR*8l<5htqd7^q5c7c*8%3c+I#s{k6e#q5#TT~enCVYY%h5s|xSD*Lzi{8}jn=W_H8KW_|Lmb19M0EZ3Ai4%T^}tt%;>shHZ_rPad9oy zSXo*s>gh!{9yeeu)Yr z4)05bA0Aq3FeZd1ofhx&2nalUI|r8GvkD?t-@U)y92D-koUVTGK5a)UUpUgZXfuXn zBm-VI$KCA#XsT5Ee~)Ky%KV#7PHa1>VywHy)VbH{8igU+?x+x3of^z$A0Ns7psh^( zrw>cRfB&}Gx%oh|%d9(qe;4}zZt;fvnLQLx%dX?u3h_j=Y%rixkSN{Jpo8h-7hPQ( z2rZE(S{?H>qJ=&(gp-SljwaXV1-PGOu=^U)b8R@a&*7x{?NWhB`kQ47NeKnnz=439 zOxejIo$BENjb@43B4^RF@*f-1=d|zMzb6JgIXDRxwa5XK*?xzKVt$PhwJ(PY`8_6= zE-S5@76t!Mxl~P9lm1#|NSiv9@Mz-R4! znD~M$W*c+W8i2lu@nxnOWqCuAR2+nwb2WT0Nth~JP-G)UDH1lBfPux%mjEuNsXQ1Y z{KGsjJs`W$E!sD}}m_0}26)P9Q^RJz}HV z$@FUld3o*}%pY=hW+PS=8XY82*7rgaH=fOlg$4m0TR+sxeV;safTyd)n$lL7XR&@O zd0EprrW+F~hZ`7)^%<41w)+wfNJpwyYI23_9+5}88? zcGVjzV6Jd8C<1-@dDqa&@W64g1@0+c*lpe_Tt6bokc&lO;m&H1{&;X`Wf!tvg^=G3 z^VmB-m|h{Nf{%5z^F)M{drjaqvp+w|4#OO zn#g|jiO!#YhdURQH}ZiDlo&V|!2kV~t9ou+=-GzC9Yw_7N4&u13MH;&PH?3Iok%MKX~CPxOt|)34KTuWO~|< zOU(JUcOjk(4jj;Td3QTS#Ud@4k}eB?LDh%UKjT+9P=%FfKW2uko>)8k19SG~hOB3N zJV@}Jc-D~sDLplLF?^bkhBFUO$S#Yu>c^GZ)U~IHdC`YCk0yGD8dTQoa@L3xJz5Yx zN*YOArWC}L$O_xJL$TgIa=#A_kczGZ_8r^DrZDx*@V2*3kNoCIsY-`>-3Ke?VvSuv zP(T4|ZgDWn(sn=eF8a$hBaChppDD5NQ!c_^&U}wllYYeG+iLx;S8i0nozS*YgC$ql9#_nF@Z)ceUt;F6{+ZPD)5~ zRO%rY0JL2DdCj8BRwg$5C-{JQw^*UN=|G(5Fc9K5^d}a4oD-kOu?q8qs0l>-Vq|6*Csc4ZP>L zZ8pln!VOQpsZO|}+$kP1NQ(0mw4^cv2)Q@K3ZbACa_Eti&Uyxcs-81VF3%~Q0XL=mt=u<{VHp0)Yf$m z|EYIaTUST8w6vsiITGT!I8k+5NBMa~21U@QP@j1I%-Y5VMa)^yaH_0*hqOT9jz<{2 z!(|Yl?v&2wL=E{Z36O4F?oBjoG^zRVfTT{X^<2_ZG5zJp!}VG0)Y!sI$Uh4fQ3Pxh z6cusEGA!~|cGvsY^?H%v`XmnIUi)!ri4a}s8pLAG@XP zB))k+u|wsy2dNdli?fAK(};*2k0U@X5K>nuaUdYu^>Jz@xjg&+GvqYoSeA(4)-*i`ujT@U5 zSF|9~X&HnTuzMpxDS5nV+p*olpjvJlkMT2){5E@hbb}NXl7p=~Ya~b5f3{uacpZ9{ z{1Oi-CZ`E?SOGVq&~DWmmn-#dkM8v2&q)nWNnqX5MwmhWhnehq$9l{0_Vy3h&z^N0 zTm|dg_Wh=xjPN1XQ!Uq;2zfzDT11MwY~Guy`r0Z#CnCJvsN%P2?C-ssf`S4|zZV=C zvn611Y)KCwS??T_4G2Dz=wYYu*nIPglStydT%Gy`(iTg%%-n~|?~R8ZUb>cjbK~(w znFHoL@eF=8u z3_jZpLOA$AEOZIsdTX-jtFv@J2t0F|nm&g`?<;M%T`AX`Fh$_RoKE}-Md(ji4F@#h z<}<^?jqBl{?6U2MeP8P11j+RBDsLfM6L)4^g= z*lZxd=5z0yD(pi-0X(uLFlzb(dlUKD&CNcKXe6Svory<;O0S6et-&k!mpyh~dq1A_ zwx#mvT&;MWG?yDQcc32~9R&@Us#LE_a&^kd?f98@YDP?ZW9hjpk1fA0G)A~1`XCmhk7yu8f zbm)CO+u*{$&(9y3fQdnT8ppLtJc!H)@;3wh{gd4>^#=q5S3ZsJr^my1KS@J&H>1_8#5`^cG}?>0D`|9RBIV_^WG) z+pwjNaA1x8uPovvMfALI*}M*taz$EQc$syO{k8c1N;!=?BB;A3B2oVV9`~H0thj@e zFyt`q(MyQjy;%?B`)@ILt}5=agB@XIWYH~)5(}G z*u5zu{Stu1&r?Y{m1Pwpqvup^5TYaT#huqs9(q*i)Ix);c1T9GhuV<3D=E(+R+0^r zi|~lo4Mx*|ocDeX(u$^uAq@JQ=TKaPKGevh(bwcLsl3r_rfon@)zl9TJf&znh+(4%V+- z4y3UUEIMX6uoH82O_A5P>IlmKW7D&ABX0ir#<2qe9@uxl_+q5hiph|uOpQ!3)nXF3 zTu|~r^^wEb_far-p2D|3bNwvqW)Wf_BQ@~{;j-pByN}bc)e8Nn*&BW)2v0cg5f?y( z#PYczKr$-UZ61@XklV`Knxgy}essI>%kLMJ3LkG1G~bnMLoa$Oglle1;XT*L)o}-H8_X z1O)WSC7l{h7enXAZYw`DtkK6_cG1eG^7?_`cXoEpC@#i^p7*FXrqjsgS5&YaGAT4P zG$?8*znz(!mVvOs3yU^O?>)PpKc9{7GpcCYxyS^Ggp0BU8DZDQdSpoMd*Hp}44*HB zX!bCj-!?RG>2r&pPB9W1rS?PW_X;`QPh^5cL@!ELv%!>jV?30GdF-^@+jw(2E% z;i)~6f|n)is}91=y~MaaMc8~%QH6JfQQdRTp;y&uDXw4MypZ1BYhz^C=OSDeED}N7wHjAetqNj!?-BIUabNr4cS+z-Qg2c*NB`sA zE!1+a5Ud2Aa}?`av)a}ZK7IO-z(q*YFx-DJ9$DfqwCt^BO5yS90&w}{COC2UF@%Mf z$TI$gP}Io7N+vh4utd>_nW`HaEAq!&gk5#xEmf4o<>lye$E}NyiM=mg&6O5=O?&(M zVp_?{cY?gU=tWb7$2^56hj*iDi#T8e-E)2`AfP?9{e+qE+Do!H@43|GgJL2FtNN#!J@#8Ujg+Bab+6VSt`X$TrDHpc5@_xtX$t&zSn79R zi=B^7U-PkVfr5X`8c_CqabBilx;we~=|CZYXx6DJy(JHI$>+r-7grnTIo~_v5dQsJ zJB_{_1k&jkijnfBu7%qNG$E54O~&Sro3ZlRq_{Igi2WiyfN4vm4J7;p=_(w@op#Z- zE><`L%#S~P`qXw*w?w_-dQjpB(mb|lZUh1fgNh?-7Q$BPUOQpL^)AbrUESSlwc2(+ z>{^ew`6ww7z#E%3l{7R$A0NF3lh}|zwjJaiz;6!IK~a$3R6jEC0SBt_Rp!cxqcj-m z#Vr8oFr9yJotdHH;ZfI3iY2ZRG$fIbkoY?^Bmw6BBqM*Ec1BMe9U=_H?+{(QX6H&_ zf&9at;h!fSZ%wzYudd(yuU7n9LGJ;w$0KI}@)nb4EkFOD>nCsTl)_gx8s8mQ2%L-9 zw7)`neOqXUzLG3}147mPsYKizI6c!{y!dxf&ddsbAP8x1t7A^@DV{(ERQ_1F1y*tX zk(dz#ilC5wPxZ2OB_y!^-Mg;$?OdZpwrHeEg1k%avg0H=gWgDx8BrE_9`X(0>wMA} z>A~I4p`XQM2hB0YGe(%+p+e7bWrrS%rplBw8+?dtrSj&mu|jHjLH^6=GA}9n%f%F) z326Z&Xg>T+cd>Ws;j?!{EDae~wKF2$wd zEbwQvd_JCshsVBa{WL@pkCZf`w3K-&)MTN8(iDkAu55xXsL0=>SE4IpY7+Fj^}S%1 zXVO1liETx-&Vw0N3`kf()A?OwmIw@mh0m(erAtam%&n{@_Ee)Tm+&iY@g{zcU*3N` z14EW$jNcXj#`W3P7rL@3+)?K&tZV zgUe7;g8769^U)5GNcXI{xLB6UNS8U$GZpQ+M^d`+R?EyRf7rdGv^03hmT;bQYR#Uu zXcYHBoLRCLt8wWW_JhCf>B?txqn~O4_@xn>cECcw6u3 zN)Y|U*PrS~It1F_b9GqkKyHDJE8OzAGTmuoe@-)0MvYVAXW2ZF9`M=YDMn_vW2&mk zKxBu&vIS9*0roN3o{i1)@|th-Sh0|4;dOdu-AE?Dk>%bY%Ug0ceS9mMbk=8NFf$^{ zJGRXrdY6uQ2hZ86)=6S-SVrQ|*SxY~74AdkV-59fU5Q1E-53JBoCV7M6D0Uc=TuT=p8VGgXg~KSqD8e*Z^I4up{TNETmWkKymL8el)u9d(J7l7x)_ zPY?*Ob(j$rv$kfue|QKYO4rg@@T;!oL`FpT7n89J!`{pW%E`+IPwe3vwOAUDs!<>r z4XWp5b9v9!{_fY#8^Hz%Mf&QRnxJBtO$3fLB9Q0aJw7HdYOyc|*V8}k-wvun&nfmE z6ZM_s436e&*w)VVeTTR@3D3Rp*bM-LZs=rkEEs_Q!QsfqbvOw5)MG52kqx3aqyRPr zUvhkqFqE#Qq-*_@pZ;C{-6Zn#%Tkg%$7xd=w8EkyO6ix@+@u67dd1hK>m|CHni!2s z(O`;p1*#+X7OxntkK(}=!06mu0ZIDP(-ZA!YnWA8b3##V0=ObTfdM>YD`m2LPP}Bh zhlgElZ4eDFWb(_K8)LAqZEj;DVPy1{`yBo>wwyldGPJJ{X@;CHY zK6<`P8SHXGp~T1j7-RQ)aFPwBz0X)V$+z7vI2Lo0%Y^j0&7!Kh=&5NrOVF|NIuj#h ztJpgSId&yeCD??$nkp?jQ0q)qC9JKBEpIg$3D&3?A)u9kOa8Q%CoN?k&6C!s9QR#V z-^wY7;ckg!>BRPV3NzQEG1@sfRQ`)H=-rT4WA|^!KvO|8`t>2P?=W(6bAJ~Xe+0+q ztELCi{NiFH$RIBXzqof>bU<@GoXsS$3kwSqC0yaj1WRpciJ%}yOG|nZQql^8c0_Py zV(3NzaTd9Gd0B;pm?$VHAYdc|mWHof{C;{54Gr;kDx?6vK-G>969xtb_@*v@6s*8Y z@@Ep@Q|K8OloS=;6e9*gFr9wvrN?oK5*Obmc7Hq#xk8A_x$7~QN^ftL#_*M$dd%sNsU*ivL|{CE)V3pA7-XN>pU1MqWA-VT$Y;C@HMIzsCqUtv`?k~BX1{1fsR zT=#|-OcPxD+3GF7o|V+knj=dRv?4;~?I3EjJ+wv~FHSGBavQaWrRBIbpEN$Z)nUh= z!DeNrc8@MmV-49TJB`F3;-L{yA^PDGYGQ2+VZ7)HEP&z=Z^G^hXGaU?2Dwh*H ze`}!fz`(!|mzbC@kdT-d(%&z$MT; zo6JtwYFA|IyL;>WeH)0UR=Z0r4o2$wH>D_0tg*s7EZT?+HsfiEAHm<h5eIO!5sszXGe(Futk(4SKYB47HLwryNbxQ5-9Pn~PcS!JTwHuZq|G2WIQZ>1xc!r! z#FbxEwXnGJLC^&ydxHIwumos+@IY6V0-nTI#{YC)9C^yHW+k@2oGFIUL8bRKy*$_} zZ&ndj-Xa6Q7ZSnc5AIFb{8~s~usBS-j3W#F%MO1fd=)nxG>@pNpLKVss2Gk5sxKx| zo=5y7zUxd1*UXt%!uk{*?2?0mG*OHF;DY66(lg7-)aQ;zB0B4e6lX3j8cMThd9!w{ zZ+owj_Ma$?g@?Hw1>uFJn5uVpF`|v#@1LW>z_L4Hz-i=exDGU8jo0IgOnRdtfy)s% zRVt?}C7hftlJtte2oL^ikoKgdXZ-FV8wBdmSeX;Ce*E|WIwUrB4h|(w&UYUP6??Lr zrx_uN3v8jIIgc^yQ|BY-Cf8w{5UP^0Ak~b2Z#esx=jg*P87iMrwap*=6omj0iED7Y zS_stqXdMx#d-i&a#}EDQ&cURm`bqRZF`O3j&STa74DwuzhNgwk=t+Dmd*!rdj2%%$ zCAQOHC^5;a29hh~D}=U<*MVT+NVola>?mVjeI!GhixMm=C+Rh^^VZDX->#zdFuMLQ zWTPv2&RB8kj`qSVta}ky^me``T8QzrwH1c^CJ|~e)P2RMVLkr5@};*q#cCC;?(c5b zk4$YyqIIX=)%3q&w)S$0ZgV5=TtvrUZ}wN8fN5TZcxlb&|fy-Vb8e z_j>dNG=iUuqpxnC{zgVM@500W73E3}q85clzWamf7U=&5M8|KoB|66_-itbo{ zoTHP(hXZ*|Xe=2iI8QgsLbnYRx>6Xwp_iFKt8G45lpv0k6=Cj)tdHwgKKT@6Q{LVm zsjfQV@=SAD=c*~`_wNXHin$K$_k9?j}fve*FFVmMsNf(1OCs?0z%Opz~4niXy=b#Bx|R@ zYGzR0N-^9b|8;w~%>WSb?$mSFc?zwf?${s^nDX^B6>ey1CbVf`e=@|4O-l9iHKQ3+ zBDf81W|g9wXfeja8#_7tLeYC&WgPJIv>O`T6JA`574CN>=hDx%Z={y@0m}#vFAg6s zVEEY9`J)sSAR?0$0_nyPbg(%hO#fn>VbIE^``t%#oO(9@w&P`x;4d9W zQ=MUo9SARWH$BkriM;CZYI&p1Q-2DB(c5}xxGW+5v`KuWskF4JY)343rHO4KF&*3c zuWiP?e1XC@>ASqqn(!U|KB<5o|DIf~>ZU@qZyJR2l)+3UFnQ9u)|b zRg^c6f05HI`urzcjm&i)8**HVbL)L9!>LOTY1!Ow|C!ucs8uCX7H49G`Ei#+sJ0}E z>SgG^+PvmM;d!8gPAq~zm3i=euPu9&Fz0jh-wT3KiY2ho)8`~)X1!#1hF!yq$&@Lw z)Ja1Xyh=WAvsgSYfd1`1;gvU_;PA$Zg`v{uuEVI<(!Q@9b+;KS0$~#2;cg$P?L4TP zHl+@t?F%P4ewse|EvyuTBz5pTo_D{BD5)i3A5V1_{cn>Tuc`Bj*Mhe$_7qKFo7ba0 z?4g4GQ7eo_=012@yuWZ8qeY9EFx^+{Qxvm(+41W~@_!gQY>0J30qyas}>qd97 zx@q{w!gdW_o;iCtV-W>ZI7B?SlpuZZ229I6gU>^F{?Ck8m{^Gk>dm#!Krp_DqcP~Yw4KVvZUNuTmR7)Z+_hTk1j5h2#%zcV%IP|=Ri%$@lg$KH~3 zMx?In54(PbudUJ*DY6B~Y*S!ujdjFif8#v%1%BPHtrnC;i3bh`u@W1f8#Z6`_S4I9vqO@nHuw92;oA zRff_Hkg6NngQ9M{{UR{93UMJWv*-70i=b5mFE`+0s_p0FX60;(IQq1~tc|{L285{zkmmE~f8=_bIvjcntOg!jX&YIJs%^9{Cw$klj#CIMZjw-Qpo_VG6 z{UZbMDaa(5Z)-Xz?~`f7v1@a_@=*`^E~Bn~9Yw>>o=Eu4C?zF@#RJrQ&B-4a8yh?A zWa;wOZ8@}rh+0~*pRW|grlh3A0bt^_;(NzmUFSx(gTRi9CtC!sE3{18BOoM0S1?M*#15lBXUZ&>4Tz2>$_hZ5{n zo+V7*drOY*wBz7D?KS)j)dldS8Onsh(sG{nc+}Wp>W;1DQ&y$mHh2IW1_V_Jvsyx~ z>)bM0n~}oazc0kN*#Qnkmt*#WHe2rsex6^o4h2qoBi$xve20TLW&CckSo84lRX6 zRo61nY0AsW2D*(#$cKpce^N+fsvrQ1GbbJdngCyW#spq0Fb@n=2gSEj2WO70$C?-Y zTlyk*M{E!9GcS>LJNUy&&mnNSM(D8J1*YSe`76uILB++K$M=!i)5YJdgf9>w8iFan z1-o@$7;t+(qqg=y3ba2(WP&sPPJQGNYuWw6=aT=SVh#R)3fW3V$Z&4xKJAz7Z|(Rp z1n<2u>GM#SG@8>Tg+Q)x>!f#Y(L9zVN#zA6u)e}#zPN9A5<{M~R1y!x{4nUdI1285 zUQ99JO^~qp?(6nWW_AIwo*BiXN57dE`F-R%Ai*>6%5CcHNwOvc+5vnPH&UZkbbCqj zEAI4cnx45qOSpyQv!3G!;@|=;Qn%CC$}+-(!gm&tWVk0PgFYRbH@)zdzG30EKG&l& zsPdbVNSM8ZmI-m!K|Igz%WNH9|wg}9kl)$ns;)rz(IFM5T( zE&*6*(bJjM%ZOJ}+CJvhzO>FvxUA#A%gn#wk;Q^~-}u=p&z-jy{IXs6#YaE+_rfcH z2ErIyjiQIXzx|yvwpt+R&4L(rH{)P=cGv6Nw2??@w!fdF+1=eyCh&6mplG3P0K`V+ zw@SmX8tBh-P3gJvF3r>Z>m!}swW*_ptvc8ZQ`2Q{;^_Fezj~crqPCXS={P{4-=PhE zAaHv!__cB_c&?lupxO~WZnABqx9=?2y5&)-Rki(NV0w~F@b)yqePak00`UdF#bEH7 z)Xo=*M&bJcJUN)GZu{5W{7UnO3Ge(uBlgUU^2JX=@I<*gH+ikurJiVbl?aq|Zm%>I>s4`ap$)#_#O#ODs<6Q!<(qe|7Pq)qaY;W4l7v7P zLb$S6D(ltq=QW77IaoY1=;MvR^Ef=2)%R>eX5zo_CcG0;gtOO6wQ~C%=JYTIu4O1n zgabjp{||My4@w%2BmQUUn=ds%FyR9tm_P44cI{4pHmM?9zwY>(Y|jGl-VH7~I3&*; zRujBJup1?OK~wNHt9P&Yn~0X`=R@AiKzDHgem z8N8g^hk5o|Sg*9a1_jRo$D73zuU|)HW>PK*L-u`t-M25go%pyP04p7>a8ZkpZ+;5( zbyR;rk2T;}h75UpV4>(;@wqyw*Som-e15hQlVTt@guq(6&r02sbBqSDvV5ikEHTyl zN(-6!;5P_@xU+P`ax8 zp0#sO-5W86P77Dzg%5g9oi{NSsg^h4d@^OUC6@YZ1-bZ|brvd0DqhYfFY7t1jWAHC zP!pm1X9IDKJ=OX=E32=j9zVWG}$?y1@UZmdM^s(uQG*(6W%{HwYr3F(-syd82J6jkf z_d0d9uZ2q=i737tO8|1(T*AK>BVrgtdKz2~0(ZTHWDfjRDav|p`^&=0L1AoDYf1|M6O#G{?b8FA)~KkP(q#Kz z)cpyBdhyKEaLFrB;Hduz=5gug;!stbKkBHp*nspM5K8oc1!!X- zJC$woascoojE3ildO;0}2`;8IjX2ySF-FB7tOH?p=u;uw%CdPHp;$(X1jwKXDIda< zhbm}OgzW~6bgppB-cvCcitmB>{G?l|(k1_}Xd^Ab#7uInr1FBJjN8!sa&?x0R(nKN zMZZq=sM@3Il&ef8{bK?PqgoWrG*Y}=Sj(g(&}4uA&&iW0nn>m?MJNAA}1)nSdxd2%Vv#=|M``QKS|Xy#So(|XB!#YO5dmAzKXeV8J) zbBsoopKhJH4Zq8)7sd>8hk6X*qD(NS*|vkGHwMpXaMDcKr!leok1DP+s;O=3h9)2= z9gH9#MNqubi zy!-w5UdBj9l6{gNd+)RMoO8{!>aJPbKaGvVX4TC&3k9)XFYE4gAULEA*YW#B$pXZ2{t1t$n zN02mi4rT(anO5@YQ-WB2_SS+v=OfU79Co3r=XlnTF7wZiat98jm418kBnv!?nnxYb z@gMW)1#~};=m;;gMjFSuLQUt4eSy8I0&p^UNyac6$3OTRni0}Mgc{AZB~I1wyoE4d z8!;x<&)9(lUYk!>R0XWrqV>rtf9$FncDlwJP}zfX-o;?IU(GQvW)rahB^A6Sfn_U9&ID038`L_Pn6@R z-L(_#rpHI4|M89)93QpIb%I_cSm|Wx4YzXuM--TkGDVoYR?rwWilaqmuAH_nVF8{=9IdeY| z;T84UE!Wre{Bp0jliu0t*6rlY_d%28LHqpl{KHkj-bi5Whh{y{_1{Oo^McH zhsBL+`ckl_Uq2H>r)ub}YCYlqB_=EQU#tGx_TV?-N=Qy6B^{XVoX5fbn(cg-KZNJV zh8l>t7W?X1Hkn}WKLf%QW2VWQ==RNXNS5e%w-HXT)s#%pXpjrik z>=b*g&F%I*ojCPEa`v#m4Cv6a)+k(L?s6$W2L>#xVdIBv;F-K1LB;z1Z#RNs>kaD& zAZ#=vL2=Y&r7Juz7cANc>e`4e7algKmyoPIyT%8;{!eAQA6Sbq>BCBK%NrRReMi3* z{TSV(oM{bx4tqx%?;|IO{eqm2SOyth>JgfyDi0#1rY|Kzg<+KU;^g>!gh_#Url&$8 z+I@Y6w2EJAOxSN;i|q)l`E; zm7pLURz*NcD8e@=hy&ETwDifQ_QaKJPKzURtn<=SGA-MPZq6%zO0ZI>ycFHC9oxc1 zBq84*y@Yg-C^FZL{M^H*u+Ay!;an&hY3< z@@`i@y$M)vTP|n&&DJNsZ}g414ouy=Q$DORI8R#V-oJC!+FWQ|S)KTrET6r{Y0=;w zQCnT#yL?`W^05IY`PS7=?S)xwr$%hTQng}&GlP-li#G8l|bQUjFNdp|I#zUZecZgGM@+V+YsKbIRm$q5MU!F2+3mbRa@Fm>)lS_z=z zijB@Jyiax{VMiNun3;W9geq_w0cpI9XSlyC74k^ro$yN*A5!EqfB%9FaD47ty}TwE zt9BU^8Ll0K0kUBq5ZO9h331@8u6}?{xA+yw(EPS-FjHBOMtZ- zP~o6aE8TZjDVn->A5Dc8^7Y|l$KCueV> zi(J)f%rfy#Kx`^TKHhCyt)=?AirmQH6sjC@40Ai3S@6b>Ij)1+c};xaD8(B62f=FQ&Yv!s(N=O+`7jzQC63q1keR&CoMi3r3e z8;9tXAP#9^G*=E+@OUo+gCh<7*4EaeqJn5M#UUJS;poVJzX7`x@ypF<>)RCcY?A=9 zu3UBE0lq78m`=r-F@b_)dwZYU25leqPc&&G$WZO19*G*l1f) z3wz`kn)&S8;B-ta|CZOc(^){}sb2oF*+(Al3G@#WlhaR&ez@9edNJ#8g+3$?<9v1; zKM78DCBNYr0LHyWF2>JcA=2235rvpUP-%*+KMkjZ;Zmjrf-*uTXFn1jZV=t4E1W0c zvYg!hVH20!rYkfukx)Y*X{^kSrU9!@il1;#H7+vAcHuf&=7+;lM6F7`R|iNMhuncj zT;P;}!7g&i!C)q#8;6w?-{|VZFg(;pd5Ty^Xe&Wk?z+-uWM4)w<7yvc zrN}#moUYvz4Y6hQKIPDp3gW(Ty0?z96O>hqj2aRO8#n%^{g3Z$J+D?3SQz+1SIW$} zXW&;eDIIIUmjC&)?DX~D9ur=0SS`a-LvqTZHIJMt$G%NO6;B(_c^*f$iFp^R#8fc(_b0}u zd8j_He3>?w)2Z#JIvlwH6kPf{Ro_kjT-iG>YXy=0=`48Ab*2{n2&PIZD-{&%xs_FO zz4?|El89*BR_lQADg^EMBg z%_t-A$?4;aosCwcck4dOcDaol_YxJ0rpaI-%C^>GxMF@84QcX#5AMxi7doD%;i-ks z@k;UlCj~3nkfQH8sm;!G3x8=Qq(6?6&{EhG{z6>A1Nm??rRVjuu46@pr)enLbggI!jD#vGlC}J2bjTa$?Na%S!^S zBjgw2*g^))_Q~FpW6?>%-#ZKSPAABR;AZ_`7#KI1g^E{YYT@^f%DL*iSKp7|wThLI zoRJ?WGO~`5LR5+m3k3psCX!$&YD<}pfh|CVi=ZSH)a&UVI>(tzKZ&!fDlU#(pp~>) z!e)t120KJb*mMP-1WRo4nJ@7(C+7*?&OL!dD+uE!l#qG-6*=O}*LO5S`kKmhR6C>g zFx?9s{;m?tvwtbiS-<{Lm!UP@!@)iW5;yxoC|o5?4eKJi(~1@rmmw6sGt1azAM+9= zuR0!lme)-z(~4R<2&@NDPh&T*UfHMENaQB_0;D8~zRBK$a-LBf)M<5hb#2{-woApH zwr_8XjgOBjw+oP;X`H={RkONPnIz2sZc4Z7@)mk*Z{J7%@#ILO?uO>0?N46}uAG{( z7*Y15iW>JBIR?7)=`t0WlqpZK>jiLLEUuEdHj8VeBK>?eaFZaFc#^76blLb5yssi$ z-}kUILXxRz+HG?!)Hgi8x%B z9ATGt43N47gHh&i75aREXyD~gUPi_ec+7Z;K9lQn_emu`ocb=~cZ1dqU-ikbH=j-og#PPF_$w{KR;#qP z8A0hraA_(ek57o?WN6|7MAI~71w`Kn%NcWwj z`V-QGhhbJu;azHIGCRNSlv^4A50Q$m5{!75 zbJX!X4mTEgXskT17cxu!AY_kKyZ=ra5QtSLb{nQLz5h&ZB#>QrOU=mES1Jpb8kn@A z&Ku~_Wj~!bDX0L!-K#D8G76V`K*9FP<&6FO;@(mE>Z0(ERvV^pBMAifkEkLoS!g&w zaSvXcQ6hdku1yC+FJ9*~EiZrY<=S0F{d8TWe~k(t-g^~%#lA5m-lsF8@1D`^rO{Km z!++MO#|cPZq5%ySEx4evrGhjsAbjXj)YWYZdpVlDaM=IBJV;Py)z?Wv*qy_+6cYw>WVaDd?KQx!bC$^b6^_>M0BN%;wSB#4FA8`P&h9imPBE!HzH>z5c3HJ O9vW&oswK+S;r{`x*)xs+ diff --git a/icons/obj/atmos.dmi b/icons/obj/atmos.dmi index f2ad87ce0a056df8ed327b58a8ff32e9749b55d2..644c32fe30a5a3cd02a5a69c208b8118c4cfb222 100644 GIT binary patch literal 29801 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 z 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 LDM?m~8wdRlsd-3% literal 28113 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 diff --git a/icons/obj/atmospherics/pipes/disposal.dmi b/icons/obj/atmospherics/pipes/disposal.dmi index ea4e346f5bdb8c7a245955ecd034ec0a06efd46d..f8f16ba86f4cfd90c675baa04ef42f5e99d476ac 100644 GIT binary patch literal 125653 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 v-ldyDgU)B1)4&RDi-9iF-lpg>eij9ri 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 diff --git a/icons/obj/bedsheets.dmi b/icons/obj/bedsheets.dmi index fd0fd50d319fe9266d7578a83002a8587f70b2e5..855ce6d1d0c5dceada9ca133f3cae2be09e93ce2 100644 GIT binary patch literal 14360 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 diff --git a/icons/obj/bureaucracy.dmi b/icons/obj/bureaucracy.dmi index 9776b5b4267658f9cf3839527946e53d4fd1d367..fb931d0febbd87f5cab0006b553ee0f34f7cd2b8 100644 GIT binary patch literal 18193 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 literal 19220 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 z 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

    JMZt%P;d_=#As>vSOwLB@)!B(^li>6 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 S8t{(^AUP>z$r=gcp#K2N`Bn%3 diff --git a/icons/obj/chairs.dmi b/icons/obj/chairs.dmi index c11c804899fc2e3230a01de8030a11d269cd0b8b..3963e92546e3af499863939032bf6edf0d30d813 100644 GIT binary patch literal 49834 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 literal 53687 zcmZ_01z1#V+b%qGN|!Vap^{S4ARr(iA>AnoNOuh-pmc|Hh%};fmx6$lbR*r}GqZ1= z=X<~X{d@m=j>BVS7PHp6;sc|6?$h{W|vKkNw%F^9GY)o*(?@wzI z_>$txt!tyfBlu-EL}UO9yW%Ze}!nE|1f6JCWK0DQ= zpfIxjyTv3M{^fBEc3dy_uTCL?5{)6N5#CcO&B6)F#AyC#dX;#44xtIoD_TvT^jIrY zGd;cMb{s;+I1M$iW2cYKCpt7voap=?;RVx2muT!XEuQHF&P)g_TCwgtU=`oMMZ1kT zQ05`NPkZ`;X|O%*jk64;eXJ!bS448bx6o5;+g|<&3jE)VUtd;>cv>Ga^qd748dxoV z_z^MB7m{O@@_0%nlHMU#z;TGmTtndcudHPVz4iC0e9Vgb(%$HjIi9UdBv%G3eS4>_ zR1Xw=#?%(+UDTZjH#`K25ZFKJb4d%Z@Ks)|D{Uwz6*M7;I7rXZxF|)QDKZV1Kduo@ zDI9vqxjJ~L6UUryMLlYgOzKWJ$EN;+V6=@+z%h!$uATPfnQ3wDP1H>D!7uKV`d&QU z81WGZgc0&W_L-(<#;%{AuIA6_3kUN20AJb2a9!Pmr8>$ zTH+_FB>FWSHWnk=G#V<>qip`&HmEv+Q=g+uN&kKlOERTqE*M#=ORd)+em3%47u#vj z3#q%#<0I7M<35xD54bX-q-@$45WX0g^BHnj&r0)gB_}6e`uBCng?TB0M*GhTPMi@S zEOhtsg}iM4_n3rKY$acNN5}GF@8BT0xw$!6k%OIG_e8mY8};iC!TG9EKPk1flT4U&m9gepQe1%+9N>CV?F8ej73eca&y~qhvDC z2>tU%lVKygi&zN7MdfY|Z> zd{28kXu7k|p|Shm{ycI~o)Bk2^hT2Ssdu8$!Z?Wqj9U^C=R1@k94r$?fC4!^IugGa z%C75cyD%>Jof`NnM)Jo+(Mv7%i6SA_&Dg0x&+}>PxKE$h(L0;n?d>ZLN0qp9!AK8U zZ@9ot2%+3O0b{H0&PINp-@hsNE$9o2-8*S!=zaPOpP^#<%x?5&v_^Ln{rkIFbJ)_f zHlv8uwMn0Zer-$4j$|$+pp#Zs#+P$PJ__8r_0pshL2ogxw4qNOurh9R#YwU!^4gBP zPd_yOYwhAZ1f5pI75i=joLyYt(IGA_F7M~&3~yH`+oZrn_FFED`Rl$<72>R3UAE!_ zCrW3sKYa)$JTN(Zc>h}CYD-w%+En=12KbQm`1s1UEel<@mjHIaLp{bJt zACoAI$t*s*+@S8`6%DUvm1j0-B`lb<3h#|@&Z?*Utt#!Iv_(LvLnU!N;;Pefd@Ac_hvEyE73u5dP%u{r3A>WS+HdrGHYMO^4m{{h>^C zi)Y8bU!=<1n`0u6pCHzIh#~F_T{VCq#2#nV=UM+wWr{y7+}{wtk0K}_z$7A~@47+4 zyy(My>Mg#q^4I5GPowJ=$@Wn8q@863Fl{hI*T=J#ytySlOmi(43lYFGz**EPDk^2) zx;n7!iL1WBWBISmgC%Wr(L>+A7giyqr}*J|R!XLY_Zsg)B`aVje!NP<(9J13SO$ly z*wv)OZ^4qc!xbSW_oF*}b;pjs37ELq>kDJ6YJp!y!}jYSCV*X3U|t3RCqu{`pDnsi zm0gVAntz2i-)AE$T0a>D~k zDF!I~aUl#1?p;413fumnYZ3~oSz|MF105qKv2)_MuC+uTBR$3G{C))zA!iElXYMk5O8X7t_|+J$JWVfS$~p#q*L#Cr6O{Kt1&-tX^B6dBMyfaed}c&um&~ zullH>w&n?w*#p=c-Fkx|qvomh@1#ovn|^7C+m{3cEWLGl z5X{`iK@%L!*P*$=)i{p&@L|hk^=6&M0sHgG26<1lah-i;PE5?tzY!D|vJFNghb-jw zssclbi^~tE0-=WQY%LyS2j{nem>&`0EhqbYIak=lJF4}K!p6g`jqzVtb0%hG+7hOp zBr)umZzD`@QDel8!%HsSekhR%lalY;R-z&%e;>pC7~PtECk&rHl2~2ccp%9e|IiKd z`oVYXfrC9$B!|=r>xIr~(lPtJ_T{(U@{BI&t={xi4GW8Y7e<=e+ACmNNIncQ$hAqS zN-Th5AZ2{kc5u1m7D5q4ak^>TL1;DV8}@s6r+et+$UJH6JnH(%Z$xYYazUrurWrnN z*U=JB-SPUPYm2M={QRCFr=ueRBd_klHY@aJxvF#J5{@@nhz&(7TJ?j z9=M+M#BrNe{`_k3Q{*;5>EOU|JLq?Yq)xA6vJ}dnj9%$}lLh*fiEnLkpKPwAOk>P- zSLgNe7lz%?D7giN=FYq0eP?DXpcylmwNQM|mBX*bVZ;h2{VV*;@)y@KS16`)^-gaD zK9Ro*Oal@0M-&Z~lo2BV48_UfCy1}}9*Zm}B5Jz2*v`5bf$Wqm)PJ%iV}K=Y6$W$1 z(8<`_bET)JcaOzT)6k^VFTydvoL0`c)-gpxJ?vaY(PN*f{%yiqKCEjZZfUU1v90wehOl^Z^^2$=o< zOON4a%Ize)QI+NA5lVZPqd#r-DH&9CWU=2wPw&I#<{OUd=^?|<;(phz*>l(CJXB!B zZ{#~cB6{xc-dVXh=8oufbRiXDguNelu;D15`YLFdt?+9|pUDS48RoZwJ5gky;W3jH>b0++HAT@x=q&_Ur9A(x-wCn1A{G(Lh#v*%O9=(X(? zPT-I3?)sX>?+u0T`vjR+6i+o<^>vt;T0vMG$asS0kdnM|lfahWQ25+%^AwCO99?0q zO+V-B*O7fVa6W7<0l|;^N5Ic6kEfnI$<}v87nQv{myL zED~zi^a`u2e>di8X_J8wef@<@7Kr&@SfqHfw~Ku#PQJEX4LZ1J(FKguOUn*V*z7`N~zCUHpLG z1!1@h)_PXFl%irgKr0Q6g@Kkw;!Z)Vkz0$NP1bgILw#v9zr~Aa*?EzO*5jFj+;5?#p0ZPBHezX}j#< z785}oxqnxMKx(Ic!xma*A6;RN;+hip(=uUUg`vf26VckETT*o|^h1 z!o|y(EkU7XpZ%4ekYkk{gRV9{mPd(SQ1I~sFd{TIQvw14y$lII>cwoa`zG!OEv`R% zuHk(NS`6q&J-3?r!(O8cdr)0SlvZf7WQUesSxR@7f(t)jRINTM$rPN`)$!`giO__1#$78n@8bKP3IG$LwRJCDK9=?|O+wVs9F zwv?_~xtb(byC&V*^(F2m5FOB7ZPg!=#%GNR`KS7tms8@j^)T?b$7rg@o!h3`XnbVZ z=rwNeZIBYdVq#)qyb_?omv(Y`GS+rwH{xo2>!w(x1+<8 zHn+-EM3UqAz36PQ50UsAVc+%_T0W(TrTg~x_xJ2TLkSPG{7pK+2F*a_hke&RdUA@3 z(`{{SDZi+%+|DMg$_|$8!1+E^5t!~kfDG<1CGr>Br_dF7R}`SfK{4%$d~zMi3grfa zkNq*J4*e7t7Z@3d|M?jD;DMTkM$qZ0>k%KMveMf<6d1s!HkSz(M9SS=P~X5n-PkyK zch~MU?{zf-EhqpF4{tu}RqxQy#V3Yh{oB6`$aX^5rOfB$z3<(32ytKRMueRfg<$lO zJVevHvqFxUg{ALvX+?$Hh~JZksp-GI6DJF{M$0{0rMD$X4yq4q+4E1%1FN@*x_G)0 zA;P)t7uZ?}YhzpL?38BW<0I|s>r+rra7=5hs36eN(t60jL57+ca&fT8jrg*q=8GT@ zsl2&3pnN@)MK|odbVvy9_pEYK^hIta-l*PRyeT=Uic!ZeGA4i87D;&^RQQ-=l#~{e z6-HcR(F~IGn87H8xDO^B9UU(vait%B-IUE3`=L`gX)%Jc6!js=^eO2qnmm--W2`Em zQoarS^r5bju%8|hYlCd z$F|!w?o@G~+RASo9V2W@+^b4b3R9C;*qZ3*D8L6kWM{^)JE@OtjR(00j`6Na9Z%>O zF45Aq{^;v@@^DiD!&D=&H3v%0MyZn*8fYib-I@MS2g@&HJi=m0byZ1?uT;&09uH65L>m6a7^7#OuVwe&>UQJBfQ z!<($vjH_`_M;!3iA32b^bt`92=tMA~oGxyDmlU5BEhG%UbCol;rTIf8;{{NPNRk zQ?pxkUDf}X^vG8WvPos`_QJ947EZ0=(_69Xf&X>J580>cpJ(MRB*ZT>SSD@cJw9gd z@o?;?{1@utmy)sER4;4HS8lC55my^cbxdB@f(H-UtVDkG_kXn+f1H@@P5<71o!0|v zVfb#BO`*#s9DZ_CUOpULe)9n-wJoEijurc*C{AzNkcb<1Sq_Ybp-~L39@rYf1hQH4 zIHL@K=&BUN){i@6@UMAxSviN?Q4@qTAN`=w4_{w8e7yNifGvUDtUCP&^Ymr*qpAsM z28|e;B7OA*cysz5&%Jy1vLv=$(47}h4z?s2v8f<=_H?1euZr@11lmrI`>8T*pk@o( zYFD}z78VW|Em;z48yV3>(+UU0Is`dx|9J! zId3S1OraC;oY6SpbJlyPSOF#o|9iN2cyVcIIKdsmI|yLqUpSSGHsXS1?kW5geLX-`mrcj_8b2X`>dBKQ?qRcS_u)dg=?lB#*pwlfD}$Rq z14*$Ur*`sh?JW5yUxejpk{n7$D5xop#wi$;S)OCTvCvV_+E4ZRgq&BgKMyG;vshju z;-K=WzmnstXd497(&A4u6mRJwlc z&1Ih+T%apcw?pNl89}@%dYRezr}&lC*z4D?^S*y4dsXyuk90P`zJ-PMUCKb~@6exb znk;{m*M;1O(3Cv!zx8Z7=pI-7yV4WkzNP1ZdIOSCa1}6WNNwo%#zuX+TO*9gzJUSs zVLtN=0b2^~a{ajk4@Ah!5^+=rpeHei3#oRwY4HDGUhxqR0EP|;?PA9vU~Dp zv6D)Bu0J8*Spk7rn8T(#^>bLhz}yC@rF0@nb-7!wyKK3){jXM?nYg)QwtQMp;;koK zMri#QEdM~?`M%Q7$dJ&{*PkgR); zBxluVbzV^+m6kRa6aL~ZK*H&ajEqnONLrm+am=7lzs!5D6<)rqrCI*faJ6*?FIVi%L9x+SOw{ zdK>^%JZxNCqcB6M2u}Kf0=L&E#KFON$i>B40UKPs!3AI3(Ql4^GKdOraBeK$pnZ&p za64!|iDsnhsZU2s`u*&4QPJNKc?PZd%U?Z=?t-`v?zK^qu*xQ8W^%?Cp9EujgGqE+ zKGS^h;)6n`qA71$x4I|z{Ih#9`_9QSVq*i2{{FN$+aCWX^%y5$Iu4h2)H{{GGTdar zaPlH-6i98bdq%`_l_g7iQ$~?$GaJOLLm5HIJ>g2|tffUx!EL;&NvQMtsoAmk2cAsH zN<9f*ltNov;G*yE^S$e;&}XANz(Zc~Pn|qq{mOaBv!3TJ6E0b^Qex57Zuiiqz1Hg~3K( zQbas@M>}u+$Ongfw0sX-EceS7?57oO=GSGGe`vorQ^iHhF$mZs#-^nFv?S+9!xCH; zV_i&m_&ZD#H}vRd=L7th1G-`*&d{Ioe`DT1muijLq{CRL|1*U>c6IW`!Df%|qz$B| z%asUjL;CW17}9?^g1dG258g<2Y<6}GxS`!t6^iXdnffXIi%;3vm5T0uenTVfma@?I zeKw(wdM!Po3d&1Ls(r%P81t7}d@k~;s??t3+RxUixLu(bz?)=NzZ+8QUm$WoX<=Gj zIYF1g+b=W>rtlH(qr~Ic1O7dEs~cis`sn6nvCm#q)O3O8pS5XiOL_`FvlyVLcaM-LJ(tJAw1S31Cb{`~pMO-9r|uKFxJ3uES!evkTI(uqnn)X>=vggY)#+^n32 z8Vt#FVH$bIZY%m;YXSlRYytub8nbVD(+^}vFEO#crQyziq#=}^4`o)l_qL~c*dg$U zSZI{ktZpM=*TM=zgAl-OH$B3*xVV8|2kZ?RSO3;J-7Qxmxwx8|nnKL&00H1iHhQq0 zc&T|T7WIhPy?)J#(A5n|Cp8)9#JS=hbD9i1O8YCoWZEv+hESjOPx116EIG7ZvA(2+ z!~2nGf67l1`-cY`CJMxU2>*TY!~{n+`sMIGn0RZ_U>_3T?nKq2F!r8D4A$`# zmHgK?;iJu$sEU@h>i#BuNx#^xVsC^RhaoD}4zp@RDDY zks_*UnibJ?Ks&1OmAY!Kp12A4cVyA6K>?1>63BaiBtu>?im=y086)rg?pr?E6jYBz z`Fke^80uJ$s%4B*k8SkHVLw}nZ7pS5K2mDWkiNxRfM~6BFs$;|!H)B{Utx8tJ7kXO z;a2_0IJxm_^U1$o+D%vYl=^#_taq7gw^JUbR9{%bFE*-gWF&lzu;2~5h*-jjYI4%U z|H5wOzY-q_d7plnZ~6EUw-Ny<#LIn=_5C*%rw{l8gmL2i)17w8rR$3pgx{m=9m%Rw z1~M{c-E!^MS4W=_!9hX0a#^mz*XamyVjeSick!zyo`dTQ4E0`P8c{W zfBi|12AONTvaYXPQC$%)9si|V%g?Yn57K~wvhpqq4a6TYz~_0Dq+_|5E2yf!wYc_x z1ArS{4hqq~JKNjRDsBR`y7te&8$f#~TUCa5A(&WqAke+~#WKhskznvuck4Ef%Qy%Qo`>{_Q7RY?kKNQk)!_nP0@6(Fb)Z!Y4<^#z5)x`#Z7! zhB4pk-Fq004LVmc!NEsD(q>zhq`vbE?Pm^zCjZQYt83?xFpu=3dc-?MXd@VT*w1V) zOzyU0+GGyBph*)Lol-JKM?8xXpe`b_B~S33V5ROJBn_t*0I=hdHRP0);orZ1e+4Gx z1Gj$t`lG#nyIhdKH{8s|OuhIV*=We=1kB5;VG5^zV8BwYQ-8W`jM!0D7F|(MF*YlU z%O7(|=On|R)^4QS&|Vb%uJ9-?FMr6*?Xh#K%&v%WuQVyk(Tilxgf{w3Mv;q+ zO+IJ0mjt}l7{C&5J?A*9TxZOQ4E{I#b`Ys=%9j&_Leap$l-DjiZrJk6f&D0)smf*Y zH|N6Q8QT5Hl#9j{k?0z5TY(Fuu92IT5rpkqq&?OOqdlWTQ+C1Ktv~rQn&g}m2-Mn5 z=Ox(s(i$D~AF{!1aRBI^r^JZp3F=E=gFbrHx9@Pg+E=B^@vxCwk@?xgF$&EUNnR3y z*!(r8$w!1avY=z=*Dus^WM19_P$U54`~lgLi}X5KN7=l8HJZOzUCnE0Wo5R|?A6=b z3+cbo3Htt>9~`-oMLMtUC?c8LY;tShSh9?Okby~QXpo$GwalQ=P za&Y9Id2r3m&i?I2(qTc2jGX+L5*$tN*ewL`53#?cwY4cgrPb4;W+VSOEiG-T&LO+& zhU3G+DGw{IUs%H@yUdgF5LF6OHxw(i48JZ;Ik&0-LrkwLMF93sRUe=dRWM3EUT z^Gu57ZnzM$bJh?xE>va?_!5B%-KCv zky1$M=}ieuK0gpdxrsO;b|g9Hsz=;B1s52PT!&@+=26iJ8=Hvi4iey{C|4^{L!uB1q8eQxzp!t`OJIG1i-8OEKcYaU#68DO8 z?1`BUbRp88cCAQ1Ee8D>t>F5?dL`+O52~o#Yy)q<6Xck|;2vi>-5fBb0%viGrmSL< zJkGow>hJGr_BxTJ{9d%Gl+ZTvhHO!#H<_p+KN`gr&H%p`SpO~CPP$)bI};Y5U6I{ujc{l*)KG*+|Yv>F5{DJja-dcc-n z`+j@E%kZW%xovh3P2RqJYo2*ON-p3ldzOHue0w1Oiqrd6O$vux?(wwr>R9oBeOamp z27!NeG43ctLqpn?MvHz5*MdC8ha+3K{lNYW()X_(A2+jIEnU|IMwYG4wVb|5jQn_V ze4M(I9ogRZfJ1mC`>6vxAAAhzP-Ea#uy5g!eS&V;K^53G+m`3o?)p%Kg?r)wNo2e$ zvj!oSLA`Bv>!_q{8VFBRe6J&ChobNEg}%@%0qk;j_bJDwC*QRb8Gp;Pt-8W91(v&g z6LNw`4Y?=&kP~#Ng^wU`aQ;k8tXyqmdo=ch#a8!Ono}n!mLO+l^u-oVS$Q13%{N!p z3vGwIBTi`cO;}6{BJ<&OphmZa6SPF>xlb4@wL~UX15jh32lIcX5 z9({tNlhfB|d)Hn>m&?ZQTu5>4NOVZZP^KuGKkGdQKfe|m-rdS;HfHI$s{Ks{wMiV8 zVkDtX4t}wC{xad7I20^LF?)?c!YW0j@R($rlH9IMmzwt&f?U4S=H0vJwzj2X{LGka zS4Us8B)kZ>1|J3%xscQT&ecTfcSj`)D*VpTMgnd|x5kDX@`*`HM2oM$rvwXkv2Uh|bDlF=O;YgA(3@_<*prwRKu*M_FB4n~t*4sWgs?qIvoe z`IecL^^R5mKo11FQA4Dal~o>MqobBEl|XtqTG>14>zp6UwW_jmcdOqG;CA!$ks%>l zBW1L_e0+Pmyu-UD#3%`n$qFfNda#Tjq3NszF-b}|SHIVQCSnq7s1X)kPaY3r7BUY= zBMT37h$jhg|h-;A2RKK1$D?1lzXmbI8L`I^mT#QB=dd8-*C9p1!j zs&VDoL3n>D7v{B{BDHI4f!CTEmPQf6@j-mNSgge#vGKOV z%_M3DNI^kCxSX!BF_++y4GoiOwpH#o#A~E1vcRdbynL?^Cc*(7mJtKn*uql^f_S1W zKlNUg$D}~B!=l8I8k)B{MLBE>o6NKnHZ!)Qz_oSx^^fFLMGah(*)%>5kSJeyGqLh& zhp;0sh*?-z@`xV?_F0l7Eg$^cyb=vZL;#W?M&kNQ<+pq)*$o@)FZK1h7r#Xhut$x{ zN`-m0Xf3_HMdwJHUfkT=KWpF3R+)8Sf&|`> zfn@3(7yyME8LTPG-57Agu^AbW^GzNRH%dwE{}KYPw6xaZ?5N>`h%I5Y{E=|2QtgI6 zl78HPzOHw(9)oGrXRNF=5w+C+{`R@1$Q3s6UQefwQwL-v)xLZ8 z?q&93l^NQP$os+I($Ycnbh?a1NPy^@0vN-dsNTLbVS{?ql;*6Rs)|sAtoFj3=}aq; zRaHEY^CDVd(ZisRGllxC6X%t0h_!8O9)nTt%{}>j$3TEyv2i?NUzU_$w9P9xF;o-P z+?T^Y46s-$4;7+A>LO#L&WaZ%`_kHNa8h&HW?PpR|@hd+LQ*fcq&Q94B z2~Hi6dl1N-E^cE}QctAF*=&aVhz*+gsEUh=ryAYZ2VQ?0`wpPHf{My>N5`r>{F{73 z0)m{4i{$ zb5zzewfIoCO(~PUwIztRKkUCKgYf_G0#V6rGA0%8HY?8$6p?cI>a<(><=S-92$@Q0 zcdQV*wS^JCUNlgWO7&|RDWr)hEbbK3iw&~r8GhER(6%PKtJ8^ju;gJ_CUcW*&m4B* zNbs(*0Y(I+?g)mGWMxQ5c+>RsL&e7lzhlCl@0{6>5)ZF5n@upTO^8&M?U|haBW*?_ zFt?ZvERRV2mc*{OS)_!4!=8zBX_q$lugUKj29{j%3O_!}0Qt$mWpM|-|H{f^9~rBQl+zykVjkA7 zHT-W)x!vdNpu%^el&_^2X5Hcn_=Db!a|Ye(jq^(Uk2s#w)mGBZ&b$!Q!=(=Qi^j%A z$W-Uz+aoBWcr-x#dzO-JTMU;2arIuh)E6F#|k@08aaPFchNx@!KGuL+)_|E@o0-sJzmLG!l^7_)euRb^ClOAOjZO_i{5%rrlX?DCsri7a`G2X@=->ahN_~5Y`9H}Dc}63~ z<>ci`uO1{0T_@pS1A*LE!iZVfy4Mjia5xXy-K+VS-yJm}(Tgz3o$gQJ|{jR^2EmZ>JlsP6A@@@mw)t!B5BApLI5e@L! z;Jc+0xb_gn;t-H9e={m+p4yE)|L~K+)Scp<^An>WiB{)-^9tQ0uC6H{WRd;LCHxO^ zfK4^auF1oM?Bts5noa$!LQKj&JUJ;TP`0A4w|A3VJse|nbTl?8X^j-#e?OZYo^V@& zQ4GsN{)dhjqPfPZhmS3t1B-hPXEzRc9yvt(2D++-CErqBP{0g&wiA<*rr`kE$!KWA zuU|P+SSMxpqn?H=p@|U&%R@owadW=s;%QRKxVzu}hW{g0AWf89(bX9lU?gCm9+_>s zXy03;_nStLlU9*n`23ZJT(({)NnHf#KKp(7ufk6YSc+Xfkh^*Tg3KdzdWcQsodBof0}|r$_w%|EC2QaXx-WYiv&1d z+9}7)I(ECNtgI}B`1hx$s?FM(n&|BlXc_0rxB_`TW;0>zJbPW_Lbpq=Aq#GzFD#aR z4Pt@1_8uS;{zEaWgLpXyjKik{)<%a?6ca-fRl!q&NmDM_2^9YdhErnJU7K#XoftJL zEwsEyp!ruY6i7MDv0}P{g|TPA5(LQozexZ&9c}H;efKjePPxn3+7Uv00-ui7vI?Wr z_9gJ({T&I5&62YpG#qa>&KDW(raU?D_>b3UIA}Of8-JAv*sO<=;~$^qGyDYi?sZ7p z-zsg6zD?drttutH;|z{pmD9(d_Y!gd!ZPD8$}a47RrD%5B_#|{RmBomiGu$5BM)0Y zQPDgRlD~)cAN0?>=Qk>@@%Hq-s-daI1qr-4{{jnRnt)4HNvUfY>nYzzn`8jk$UAFX zq=SpjVJUN4Nv0X%B#cKs&GAUTLbc^QWjafBEFoXRk6yKT^XBkWJv-QKA>!jlS!kjQ zMp9Bzhb1p)Hn~&MfRcFbN!mDWGfoT_O;^o}iuHY6j_mH1h13c&dNbsR9u^Qg*DWac zSy@{{L8)KHmp_8dZL09`fdfyQrvxTT5tr!pN)P)wZl|s^4=W!{v_Tn*ha7$gogvZG-daDkjxmcN_RGq zx@ofOC5b(5;FTCs;&Pf%6s7a_ZLyJ%h`=?Q50A&eLb>PrN7G#0ipc*Asi-<*KJvqd zXUfV$LD67)Jy7Oe|OOFshp?bbfd#X z`p*XX-K4NAt*n^SaVG9civCB&&pP~9#$Val+0mjwqZ?%x6r6ZFL(2AY>QMv>prfBS zt;iO=)osWGs{7Oli+w6+NKJ`yVk3v@s6cl$kPH=4_ceUH7Z_#^#7~nDFN})k(;4eL zd(sde3`Z?=XhLII7tyfn3f7|$gtS5ddf#5ZErQu2tC!9l(CT1o=K$0zv*)(9E|?K2 z+eEtZ(5QEcYyhQ5@ShqklEWle@PnH@11qeXvhlrxM z)YNd$X#vs#Aa-%Sy&mi=(JIxX$%Vp!2=U=M8*5fV%A2%Nl-KC_Z}q%8!`q#$BLtAO z;g(~HA@6C3=aXM#3&sQ14Uhx?M8>_?4lYEz&=nSjlQy_6 z=|4zWj z%-oykc7O2#2SEPNLZy_Fc$I$%fs!q+5f?@PHcPe30r#Ffb|raj3^X4SQqrDpA`F13 zh&cx2mBwG_b&;XExtEw8Ez`K9QycLGnN#13>=AvWGgO1(nho$q|Dh97u8Z#IED(X$ zjcnmc9e2fKpASfrqJc7~pizZVvVZV7c$n({lBKtGt}t9SlYr9_xQ+YwL1-8+wn12ecRgs(=)F_(t_p1_F?syQrwNKg5ni z{W4GI#w&sn$0XnC_Qqt~vQ46#UlZctp_#&defSn|q4|e?{225vegzyzncg?K5kBVf znPV4_lvIKJi{5yMU}XS#{ybjYnf4P8X+F^~-{{9jguU=_! z%K{{;k4R9JcqG^fIlMg?inv%ieonmzhythm?y;yfS>!3Ls+(KQr3^oHlsh{^A8g{9 zEh={8jqJO3<#r8yXTU|pu2vH~_i83J8Sqlm(?0?t0??(%Qouyp%p%jjj!{zsC>8vG5CKvjE9TC=Ke5^zcyJ0ThCnDCv3m<$bxa(2P;f9f z`y+V5sMAhRRE6gL{SRPd=s>J4Gc3LZSz$mB+kZ;K4Un zIPabEI%VE~;pF6`e8%n81u|Xkw{N82?cVnGzpWNWJImLrYXUVrziyr^agZ%SEbhvu`2uN%B8)l3Mdcdqw~MK!4sH=ud1M zZR3y9Zj;fE=57b3-&VSTI*6EOH6>UKGM?auo5dlS14NuUhKJa%h)FyWzAZFsvSu<6 zMojF?7cc?zul_IkZ)KJuSOjGutn<~4hc`V>mvJjIo3{-o@*19%H z9u2oVP8!nXGVS2Z3csZO?OG`KFg*F;DNT?4PX@V7RpgS~9`$DC19a8SJdJ24uo z8+6N9=w!TwRE!M%6D-d~{~iSrP82ILhZBA&ZO3D80>xWx75uIrqDfFXeNpMznqEPrRSuUZz0W(E)T zDN^!o42|328JeJj$3Q_}uA`9b-LsjbTW>E<zX$7-pEU_lGgVT($k~S=D7G5xb|!qTf3* z%3PPd!`fX>RTMnTcd-YeVmcR2ILnOhwX2|h?o%K@D63_eB5tobjXdVx3)oHo`nBT? zKQ1tGe;tskzBGYk(59rQDDCSj=6}(&xV1i%4RaaF5=YbfmHR)>4=08m9(ED_Jznd- zd$ROBrLkwn!LLj3*z5KKD6~yUL81L{x$7=ZtDFvvz|>F9+~zJFWJ`H?0M3!b`IH6V zrNg76YnwpmLr>^q{yg?Eyk#1Nan)xd(*qR(uvV9gIvitlcsC>j9YVzeL);#K2B~~+ zX4!C$>(j0Jz1mr#`}f~^EZPa)joe(MJbdaC9ccY4D65-yr`g`#)@?B+opYak2MGud z#}3Fv2n%6j_es=lxf#9GZmgQWY~7Dyqo=@rWcxmll07b2h?q`CpNPJIw9iq~l7=h2 zt9xjjQQUD&=+*R{Z7j=d@I0=*=MtQk+B(aEQfbm=Tn|<_E-{f=sTI;~8zX*B1%vU}W$A7nzwyI6lWL=lPckFin=5ZN@KkXF-gS^e;$jy)SIn9SoPhy%9##=W!YeTD zeo-Q}x3|1mRci_+J2TrwOkdD7oI5$PKp!2u+(l&B`Y~diCj`q#3;LOIA8)T4xCRgW z+)-CPvSStorz~-<#-Ol5C5sNojN?Y}JJ_B6W^=+4v=1rM{o46mxX4xD*99ccd{InezqX%ON9Z3(|4aPUlho&GX|srO^3@= z&9ZF%O)9xW4Z6jek(rRuVrVk=OH{xwA2KQbLPzg?zya*Z%qfJNUEB0zeQ-boQXxWz z_z0?fZ0W`6X!+jBB*dc6fjHHTiY%^SaHMgM0f%H?N`_Q&tqi|C$B z*>fDY2hJiE!!QkHIXZ)HSEhID)6>vs)fHvy?ktQP!Bmx;}-cN(ZeQ1-C2D?+pw#K4$F~(aD z{UFc1)Ax8nJ`H#-pXURkVaA>0N>~;8Zd4S^OC?%iU$v2+wCQ~;Aiux6fApfIU^cy! z^la(|2b97}2hOIMiJrdScTi!H&lP~<{-PpPu z$;Ol4L+eDSY`{uzOuT>jvmzM$a2`aFYG&o$3lM11xiycI5G~^!YQcbStA_M*!jVVf zG&nE|j2|)d0k0@qyNF7xa%hld&rrDx^fof?ZHgJ!Z1XhVG;WQ02)X5wT64o#l2syz z3yO~6H3){;)5iTLQ?(Z%_y>Bvvf)oHtD?dOle6IMOkMdz3yxaj#(E}A?UZ{}oE%X4 z0M$034+ahl_fAHaE_UzrH=KYcnY&`uG7F*rDw z-pdOB{n}WgUDgV4Qz4)8vP}P8YYLuEgI`KZyVm+sdJay-bHaRUSRXrVBf%8i*G_au z1V0U~D7qeJ`fB4!W4{U`+!x?YB#CH~R@CHo-$k0t|5*-3dGj=^M6R`M681A`;l@O? zu{GgEALi46dsHH)BEVqxY(fIxA^1Ncnu^^=bayZ0E*dE| zp{7Ao2T_>OZ#Htxm=?KrOsGO)m(>|vDnkDB!fbEIA+>SGk?M961DB&1FAt|aPr5O1 z8#3a5jO?kYaW2Qcf7Uy*k10Ca?#YG+jX1cCunTZtpo*=gaj^4m_5^06D;)hQFbW>RRM%B5PJ1C^eD zgjBbX_2mQJ%wMfxSG3z<8A2Qe-@`y11u97E5v8~1qmfYT2Me5lFKK_12nU2vV$d+B@g=jvPYP-?;24~Kbw#GRX!zUMlr!VgEiS_cVg zS9Fy7<9L6pvn}OUs_#)#A={zKA-8{`f|$uech{2*s^va^{hF)ATOtm8TY!e-Cm$5v z=XxvOnW1ew7<`*G`nBtxV{vf@A-_smBtO#rit)iGJu*mj6+w2eq|tVT;nwhO1a54I zs}zZPUcg;rA-?VsFVJ;7HWY?&F_;_!f3<4G4f)#CsiQ`m+4k(iG0Crs)2qf>R z>wzlp`3gKa7Z+ZTAOiG!2#}O{*Yr6;R&4S_d5IVzN+s&|H|M*dfcHU>g4OG{N? zH2{hl0`P)Be37$Z7=vWk+?O==a}q&8!JtaE_h=yytxpEPB19Tov&Hp(pfJhoobJ)1 zCvQuDe3d_yIOD<#eNw|5tzVFa8!f#;cvaLoJkNv9s2;(IgV))n8-kSbqFC zN=ia9ce@mfk1?1j)-tJ1qa^XUG%<^0EMLjuonHo8n<1%iaEWByV8DxleKh40l5Jqd z?K(L*2~UVw4ae(l?^NN1@!lsFFD_S*Mx+%;Qezn3_aT&Owk_}=7+K)&a&->hWt5R-rz#=l@jiI1N0vcx6mDQT#cZ1xU*wpZ!28it0Q=^ zu2Y|x<36Aap_-tA1hh&79}m><9}Z__NpOSFv8m3*l+TFz{O0F)h+Bw>-JFbW%>$W+ z7Y{zE6Jva92lin*?(cvLH<~P!IcjH9;R8Cl@MR;06fs|6Rb!j)@q<*=ajHjIw3B}b zc-}fa?bQAirM5A7XR?vyb?{3!spN);} zDz1O1B1rXQobltA$|btN45Lt>j^qDM&fAJR)jD-@}6#f#!`6z`v2f}v{L9?S2+vV>)bcnfE6Gj^b|v1+{bJ8VISe)iOSj)Li> z2=`o#71%p#u^eH95Xi=lCo%j$fN>9Jm5`PAo4gmP{sJW~CZ=Pm+=R#H%AwQA`s2rr zEkorj1gp6i{p}{NcQUJ7f$imsfS>Owp0I<_89)) z$miyfFlfg+=THT;ptLtMi=th(nEkK`h0w+{1lGh0tj1lj@n(pyW^PsN-_S_FxK9qQbUd-gtdy9qOnOy3vv@8 z=n8EIQf;b2CS{B!q8qw-nk?*5928)Rdc)#FjsfCB zf|YUN5y@uUxDb!6?C_8RwzR&-yu9ym|Kf||b|_J_e}-=!AR2Z=(@rN12%I8(L)H>ynA_7&F9=r59^s;bl8@Yb!5c0oGERc7F5K?^ zNUz)dN@DtaRKa%OYTjmgv;0^I!3Gae;3iQjKZ5FDZ%urMi$m@*i0Zy-pZOgY?8yI` z#;K3M=X77d4FQe785J#}3qd#!N!cJ4hxB^gWnton`vN6dZ-%47X}x6n+Y=Zh_b3g$ zGV|1-41d`omeTB-L1IyQ?YLy0rSf}P7f3Uz4cs0CZgO>;c&!3*XYF+*qO(YK5zS*_ z(g-P}7d+~nXE^ZQ179df(-xjTpy*A z&q(zxt&4L?ppP$6=l58&RTU=ak#{}P&Idy+w;QB#B z1cyM?wMvce`WmDLT{}ouGorY$mT>&0=+JGx69z7 z0Lz^NK`mozGrfO%7@pg6^%C8lwI=Q03rfI0VKk7+C)ywDAN&M51OPmMusDuThgn_5 zK>}C8CH^FZ@aPB4;jZXDEe&(bc+No#wmA1j zm-KS|2N;!-FbBuXakC9G9u;NK*kaqk&&c#poRHAZ7)F!J50N*Ok*Zef??VmjDNVC) zg5Zw>;))0P6wa$TWxEbIWQvp_wwW|lk7pG6k{`5(g>lDg0J0r}$rfrt!PMlU;$kz- zOwy0m)@HK3HvHaZ3;)!v162{tED}Hvm3^|GnWJ010Q3}%7w0XASY|;boIshjRJ4`a z^NSJKBVyq0j{v>=EN|CAs`;I?>ScVqNt!I4BjV~MZ-%S<`vdCYb*_`UY-E1=r^G~* z&pn``L%P^DhYtjiSz>{zAeMCmjs&4PY{tuxdY3^812$GoX zAWax5+1^HzXJy|Ir!@biw8sdyW=AO-@C9uV-)V ztRw1-(mbaeZ*5>;c*2>6^N+SQ_=~;m3IEy&i$<9Er$hU5|Dz>|7RTV;Y_5h(=;FVY z(i+HhgOC4P`ptPA!?!R~{{q41w2vVf{O$A2CnQ7Ah6gZi9yc_k zZv-4j=q_4sIc)frKCl7a9>K(VX>j7D&On*_EYQy_66IE3HZ5=~~723pwOP=%x znaD`no0__Vg_>?@={EWV3xh)g3h~xh$2!X;E!A6FNH{FM$rPEbUU3090&NSj);K6X|A^q4caGVJ z?*v&w3V8tV2C;~ZsM}i<~c1V!+F*?bm?Pa zA3cO!-~a2X+$3<`q|mk6g|X)E0AdX^#(_;ooub?Oe|>o8wVT=S5tmvREaO@__Uk)Q9PKzXr?V2d`?505GVxLa({^u1=djmTE<%*69g@T zisi?Pv*${bj!$&?w$_?w)I8SK*qN6V()fA4D*0ciU-vWsUI7T~g~lzw@l-T53trLT z=?M@Bc_jRB(H4Iy2I$r5p5>SEeQbPs9rYGQb@~2Bc*rWfR1BdkMH!tdUxr9{X%Xs( zPm`V_OG&jmy{BfG46e94TgPVuqvJmeQ?9k>#3s^^`NKHgOzAdF5$@OV03nS9`=JaS z5nzk+e*O{hkFfZ+%FZ|-s)O|4H6{Y1-Wtp<-v2&W|JoNK6lAyZLlC!o;8_HvC?(Jy zpSacSSvMzUr5`{4#~-Wj-W8&xIQ@#wKnrt4O7aDn5>ER1&H#l7oglm9sE0KZ1S}bNcnHBi8ChA!+3}f~nW&Q!#Lxn~ zTUuovjwp>?!|Y*UVrao;7@^M&FjNr>U^`|+AwQn^s8f3<>y7T+dGni+<5;5BSk5w6 zefi_ohmwU^_QiL$q#P1Ul(*2rzqYSqrp37#u&?Ww7#gsdTKg~KmqosP|33eH`up@Z zg~8L~sqTZp{y}*9H&gx1JJCbu!3O=%h+fAbkxRq25bR%rT-9U4!vV8)4Fk4s7_CHd z*SUL}wMtqjV={0}IHm<&VdD`*XC1D(RB@^HzmxTb(H(0r!NMuq(UoMdt?gnuS#3W- z_M&hqb_c|?CQ6#)iAxz8cmG;I0>+9V+#$Z4&aBaWqv(dhettUqey1v^!;_&on+;|3 z8$=g(JuPLM&CcWj&g96~e$H_f{(81cjk;P_Lq4nRoFSfaqQy>yzo+-8TtPQmH395x>s87&Ws5uzbpw`UGn=vXLHnm8-;e2 zR^x+b?|&0o#z7N{-z4nuNQF>^^AJ*2dcf{;nq;%QT>3?v$mRa%6tnhJZ?oK~SBf0} zP}(nDPCJgys6$eC(Umruh4~|Yd-AuvwDlX*Mz#d3+er{tY)0H2;xI1Ze+-cw<*mGgG%bL8B8(QvS*5B{t{ZFr6DaIOFcgEkZmL?%?ll|BH3WLS(oF@IX8lM#w2)v!u2x^%$ zP;g4{XI8W89=qw#p5^)M`$ErOi9+O|ThXjWaE94e9h{VEbQ8hX#rwPUl!=5}Pn6$A zXO3Ka&9ZnDT%Kpgy`M7P%-XNb*|sG*Qf|2THw=bqO}9aNGnom2xZT5lL#~#^{~)Jd zP^8I7WRE>Hsv@`P%?F9QJ3PP%hZZ!Fv0_u8YHu7u z;VR?nx8)N>6GzE`<{t!SB?1W3>&}@&=SX$4&x&-1^&K6_t%ej~BSAc=;8Wz{UpyPn z?Bct(1es*H;8E~^{W!lVy{^FC9Jeh(@cn12Z*Bv!zFu#hl=-JViOa zne7RHzYSbs8E?J|eevJ1@KU1K{D6kbRrS&NI zP4r3KXI5xtXvzW)g7MfP1@eO8si*x|@Lcut zv?E`gZ+N9*SFu^xfg=~t2}suSG7QLLg8wekD!(R`8%g9{hO1qBUM;ixKb+}!@pcw` z%>=~I5*6H3JATx|D(uWoV_veoN(_iKL>c@pJvZ{xxZ~i9tRZC>;!E66b8ZR-Oymog zr6nY${yZRdX*&0@fKlF7l;3L8bA|gSh(_bJ+f0K;)A#)nwu5wRCQbJ-<-70bw~D^lURag=+V1jD#*$W!UH4(8S=jdBx3FE88z6M8a5A;%xFJC zbp1sT*IO!xj5oCCSAkXd&X6Ox9v3z%nHW~C<$2kMsL_hQ!z1sKmR&FU&+RT7=4Czb}%66bQEpiYC$DNsn21U zuOzNDOT~hX-fE&6y6{3wC5Qi99i4o2$40r>B)y*dK2{Q(pDZBpk22TH({R6i4!pIT z?SB`kjL%mD5@TL89VXLwMOc`bFZJcIykWG9jXm|?^rwV4ZTieTiZ$>j z4MqM(JR*Fsy$O!=&_e$|&2NItAY+i2K+9mw$hArvSP49Gm1#ea{>eFihZ z(&lLMSid$*l6_GCCA4I*F>%KEg}ARvBQO4k`Y%|6B`&7PnR*T%!q##l!q2SZjPJpL z94hcx3pxjIF}23kGTro}M-`F$iqc%7@J7l^188%$9FO$X?Sq7KPd>X;!FCfZ#Z2pt zO^pD}*c(K}^A`zX2!zpQOUur4YH3bXjX0q3COCc~%+!dR?><*S-U^SL1mnGa9Q=H$ zYVS2g-}xo)u%9gxwaI8oM7Jj-&nN0Mh{VR$a%u z%$e!a)Xuf3xmZ2^?OSeqM!owgX}85vMRe1_V?oT;kV1_`p&Ndo&A=deKz$#THFB|i z=`^baWD6E`DT=(&)}tj>(X8VPC$J|*>uvOHpFEKR8re@Qz3|{PX(1L&-~G3zuf<3 ztf3I+&H96!MKnh7{{#<)qyY!0YKeOIQh}_d+cnvyi)yF= zXbB#32Qx&Y4bUTax__m)L)cthU}RY-285wlEL#IryytF`*xY~$9)(VEw6ICO z=jl11omBpk{KT>p;hjdirf%c*{o~N2*b=6Wx}!VE!N^aaw=+OoUi%h7xnH3TTf%># zrDP48(l3h?bE|1ln1qjlIGb8S|RI0}xg47of z_y*UNZ%Uv`(fHLxqoz*xbV^Dvd;`x;#_!u(jt!TXM^OW{_2L1DYORN`ts$r~GtBAq z8l!$Dp(Uk|1BePSpbq#TYZQ2RkWLi&Z@Cb$aXOfihxn}UK=*G<^QSmq7ta4Du>WSi zK^6Z5kz*A|aa@&O{$4%u>xCCi=C|H93g5lE+=>rr7xzv{rqLCP^9Y>7kw-cEFZzLK zk6FM7V1&B4@Mi5@Erwt}`gz!@>xg`Y7}ZxZJlu9cdHFGoPQZBPYw`u!L&gXXaz_b? zLQ7#WgN-(b&=MDMn7;TL%H#EDM-cz__=Eg0?7mtV2Mr8}_!P_AMuP|Y(SNihyG5-b z-0~fkb`Z7$RI-qvKEK?}2PDYPy(*81mRekA(Cm7{$nuoh_jXOEjX!9SRn$(#gKnD6 z>p}|^Ht7haL4CLqx-|I`C{&&cHr?IS?K(4ZI=9n5BLDWIhkk2(KV$sTCz@o4(r?J^ zqgutwm)rDww=3<$*)*QLNLKLo{Z|3rpl&*QDTXuymI=Ka5DuP9qbw)0 zgS@AQtKIS4SI4V*)wv35@uUcKd-(G5a{cs>%!WaB*u**uw70iM!p<#hmYtood%bo9 z_F0MCak0+*Nrum!gw100qtd2hvP*FDR@!2~TELJbdtj#6heA1n;UKxdlzgZDn^axa zX&le<^YAc#fR&cGw((L%0TEnM^6@EwwUro2s76$h>(-u)G@t>faB`Z{2PFXD<>X*W ztMIi8p@8oV?mxaiS>?^NfLtgg@mon<{^6zWFfN9PO+xD5%Les{bZJE|ChdLHGR;>i zv#`U=q~XZIZ{pzGQ|m#Tmb$GopF!n{p`}g%K|#`%xeKB^)4Ya#vB|lpwY7gLkK1~B z9(3X!60YA}j(zsM4aMk%NP7HnaE7FaNEIjWaXs zRtYSu2=hT+^I*pSQ>^vq??`0{k9>5l8i4^NembB@j5yk+y}ue0xjmljc4s6Io{o=< zB)rKCBqW?@^Rsn-p2vLD(g%J{*M}(J^qypqdu8Qw0%`+&Th)AE_YZQe^yqqwp%-|Z z`Y*|y9*t_3BiF=*ZQ97p%uY2IphJ!qtCAI1p2YcYs*;{H^m2&ZjKseTQ1YnIE-tVQ zpl?p*)FX;xCQLf;KDe~Mz7sz)&Fs*aLFmpF$KC;wlYefg1DPjooO<;k&CRBb=Sc`x zY%(3UuUgIL#rBTqrQs&GSJtITO-d1DXeg0~bsOr*+`PV*EQ5is^*yYu*(rB-n`raD zVom;gZ*tsL_nNMT_CNa$H_RB!%c`#P@4idJ;pyqPt{boT*GhN)w5L-=eKFi_@9~z? z|0u})XB%qqizW=6pC4!UH8+b+?Yqg#ZIKA;wSBDmk)16u#hT|}E4q2eL=b8%GIi)C z64xkPyf;>7mpS$%B+J07@NUl9S_g1c&upyn2>Ijj-Ilhqb~O!Hb`};w;7)V$@+h0b9zWTSe<%}RRlXuVp=-)b zvC&}+wQH#+E+2U;tE~0{3i}Wu>vP?auekhjli81q#oyyz<$ii)q*+E;hFfG>gFXEp z0ta$ljQTflzU3W-jD7q(Gq#*=zW7Tml~AyDz_Uq^Y&YmDUwzvHg-Uf(IfqQm+9BEB zSJm+JGZ_dfJt4;1 zFzB-s(#W%)pTh6AyFNLK90%PXMnWvJny6CvJA?1+4ll%tmWBwiKI8}f8bg(dz^I3# z3Tc#qg9VXZgK(`$Yv(~wf(mgU)T_G$2lHW!Dr}lhFV6I=@io0f^K-~^!ymS9Z;`Ul zev(x1FJB~f{Lgm~)Ko@=EmII0KkhaBVv8ZkmEq5u8687OSbD*!A7P=C8FHiUSAcK! z+5$vvs)Ziqr+L^rUYyC6X~_eT9` zqV|-(XSbW&U9trr^?2GC@aZi~tz{}E->>{p%l$sPU1@jb%+Hrpb6ilr|Hsw2H>yCo zCfsKxL8LOWC>WfmRk7l3+DwYmy5TD?zbn?{Vk=D#J{EdLR26$`ua@|B!$MsWtS~R{ zy`ZDQDy7#At5i0B3MD(K;^z3A4XOiTIM^IA&e=*WWu1Qc{KAa1CK`LE3~Ooj_6Wp4<~Z zY@pIhHKUS#VlQU)4h1K6hF1mgLBP7m7AyQg>Z&is9Z-#PYtc-X1W2WqMgJ7FbkM=ibgE=JYnolfEeTR+J~~A79mHeV12LAIo*wm?^aDiKqMot*Ycnfr{)6ce zR`y?D40kU7#2UlT4Kf1x_#XlTb*Du*m^hQxo$&3=fy-Ht)C*;}lcvdPg7f}+@F&F9 ztwHZ1m!w5<_)Yjs$dEA)E=Ca)MhSV30qht|BE{o&_>a$rldk$sVhbZfhdJAHvK<|p zs?qW}U>x(uYlXMMKAWCtN1mM&s1}YYQ6K>gPGaxC3-MPoo@b=DzL)-E)%h_?=BrPr4&KC-Ebl8Q&?Kt zB-gyGy!a|WYx4B2U6t_R1Oap5e2As!bg!Ckp_sna^Ynazr?J83Bw-tH5sSJzMFp9O z$>X*4D0oQjB5D;^HTqH8uFKg2Y;&fLm804({Z>Fbg_?X0u2q9!pihV+e=xT~Z z5NX>3$v>}0(0*_3J8ddUHpuK*=!qo`$f3yf=zZZ}A=5uT9(8`g@Vxhur?SMoii!gy zvFjbn$>voizVggD8#a>g5fYkJQB&IoFowAtKF!1a1l)V-U+PDOxAA} zHU#v9-EPrSI2czqeP%B=%`LJ@ve8}fo&{kc4ly&Y{s3rWnH*Sc^;D1#`Pbz?5qE=s zPyAF>iAC%&0}y_j!V4m=mM)bk%02$LLuuUZ`5eBH>)y~l>a@=}99=A2jwJ8pKuwmu zNt|u?lKGffR*aD4_`?j0AQ`OA7Sa2dPL{;PL~iC6^8>TQ{+Ws24%}-so~#`&`1JWK zzo9LkP$sLI!dZY{%%&66sPf?4j8{)qjfKBwC z$N;A2(XqJgJiZNUA9;WIaD-2JHer~u+_$NB6zFWR+adkr!yh z?G135#Uq=Bk)?WCzfsD$p5ZL*psV?V>>%~zH&3=+@QL3q$LWL`>1H79<`8->e#l=` z68lqu7-29U+T(+XZj(s%LF)`CrU3$Fat zD}Lcz^8G2+)6k&ea>v*F{1TE`1zfe2l{BoPBAg+=#%C@&ZZQ3_J`R{LKU$U#c!V29 zbymiun>JMC8jE{O82*#XLu*A5$6k34JGyE5*Vx)|M)KYFGwS;p@??p|fn*C>4xi90 z)IuRo|FgTl-K^yv%ewL3nn=P#PmX0@(lkwh1q^u`c8X@axV`22=(G3A*eYi?;0Apw zGx+0Pd*-0jS8#_?+o9se16f(wifps(U-D!5Lq~$Fy#I4K9{Ao=5+#sjPqFG#U^h`3 z(JfICFXTD#8h`z1_+@*YW;T?7BQm2VgyjL1+FyR<%y$ zxVWE_X*ZHpP|S!ve-df$^PnuBCv5g}8x->I{H#{*zP6lOjv$z4rssP{c(N5%0`;Gv zSF{DE`{_4kEyaC&Oq^jCR#q**GL*jfS-tJ8{pE%)T(Vf+nD7EEG@|Nly3~3h?%MTE zISHfZ;+L!SLVun5dAk}ouD>_w62L|U!`n~qtx(%jo?E?IsF{3#&ET|&B^82%GPpBh zOq)yHm!5Muj9#Y{uS#E-F-^oS-8*JZz?i{ ztU8+2WmSl!R-^OH>JD-a3mNTsDbO0^jg3C1dA>{kUKEZMHMG5Zt3BfnjHNiDW;O;~ z$lgU^1s-0*JZDI&)yF~BOwN@?&sI^%VX=&i0J`Rrs5h_rmmT4MO|Qz!4_;RqzbH|B zm{nBa^dAPm-5>b!QDjJhuxf8u$*TeH3@=kODx=Js7LkD~=Dcd2m(e^FDtT%4-?&U4 zdGBiE-WwNoQ}kZ+%qFwA_Y5>L>%Gv#7Dc}bFTI^US;)hzBTXB}J3|=uJykH@0FM6< z9E>`lyv)>3tyYqQac{Ob!i&yTdtaLTDqH*NAT1W67Y4ElUwCtKuPChy(tV#*-;JHe zJ7-9#d!=(xfhb8u08XzVpnt)Tq_N?__#ZSbp6m!);Un;UCIdWo3fwMDDK)6yer(N4 z$W*iK3((}{`c0&-X&?{9$J*M`zt%0iAzyFqi_!Z;r$-t@ySk;Tt$KuH_7-&)Vweg2Fn=;y zFQwlyE*C#v%EhoaHm`5gz4RK~Qbp?mH`v+WFJ$AwLxJ0p?OC(FG2!RZLo=83mwPV^ z9f$FH{(~g7emz`KF%paYB4BK6tm(l0m6wXwR@rPjzn~!B&(02+#LsGajSI@Pab64l z1}k!a+Yojs@=$A*z?JQx1fwQaD&Y=E$-pM9zKHA<2N^KwOQ7M}M-AqoIwa9$jL?$8 z!md>%+r)WRGAysDsO~!;J-aralHs~rn&BT;Xk^pFAX9gf5$^6J;kVqhk8k=P#TXh6 zEGuh@#XS3DR1mw?J_LxJnDk6qiyUy`@UHCqpI!tM8VnIDN|)|=MF2f^>vFeB?Tz(2 zc%u4!W%W<3;gkEZpCn&5>mB3U7T;&=cI`p(#YvRHR6I+lD)X5NZtlW`XqP)$j%%n7 z57@dwzP`D?{pXN!h4HpPX|>So+5n8mn-P*+-_mz%K$p0_Wcg9CAq>fC=NTEmAp?X> z#0#HGRMc@h+Y|QO8up^gy1E!PX9~feCnC&}%-O>c*rCr;zhkpUbAX!&J$#o3cOlwO!Z08RD zPd`(0W!v>wLh_T)w&ssSSzpR7b0TYPyU=ePJb(6Goa{jV@z>KWdYMsduYOS~T|WJ5 zJ8Q5}edk1+^sH`d6^CN`GDn%umo656*-&DVlVo#rV&z^=XXIYKgD`3VRf17Iv6*b;>8K}cFU&c96tHJE=3bxH1KO1|Fr#vAYG?R;F~;Xk9Vqkk&yO% z`2tikkOI{Px_xv;D#Zuia6X|PXiMD5wq|Kg64OJ}ZX=+bzLSA-{z~|1V3VEQs5)~p zBPVfx*FV4hwx$&EU5-NQ+1XL52y-hl;qFQ^<6sQFu~prHmH~Z)eSwFa`J1P0*$xPh z__E?Re&%SznUOats!=uPPetceV(a4HlidYJCke?yTm~zll^0uELLm|!oqz$sWI9nu z1t?zz+tlnX??& zubhktcD~J;OHs#R^!p;JIL5v%8&OkXt%hGqg?W zdp_p4qNZ`k3f48l3*R4FJ;2l9E@CBVTpDpg*c%{(a3TxHHXoc(YrIJj0>bN!RSSJ_ z_THfsZFF7?Rw3(8d_CqCBebwoI9&nT4Us_;l_nSU4eT|sKFJM%;j4{MNjkLLkLZmQq?J}qbD$gLwB)dQE4|Y=+mw3NUNj8Seco#fk7y6DDa-H**vHu`)X$N zHC{&9?7qj&apuPx=~|$9(re0>fKi!qaStc%O=3~Lj^;hv;&1p8?og_UcK1y|?qj#J z=JctJMn8OgPZEK;}kb}_N< zpo#)KYJZkLr>bgv)iL(`mN!ty4-wYK%~TmCCmCpf`1SX-kzRe?F5MLrLJyGQ)kDA> zbPNpWm&H;Z0EZTQe2A!2vQwrBoA`mRIf$daJ8!jo7iIf<-ynB4%k6nQ5Pa~jo&Ajl zVYCsURlrOWcoq#nM>a9($|MgVvB;w@NU>+xNFfREw|Dr*Cf+(aI!&Bi;@H~AAFZ}q z%y3`&6mt-ejk`-^t~dUiR2++F_W9K zN1}%k0G;VONzgVtyPJIeh3Xd@DZhW{*skF8xdjClwtcwC4{l~A31?o^oA8{fuHO)( zr;r51lH0X38LL5$Z6<(16@9$s&Zg_L(e&hqBn&Ram11fUZxw{;&+Eq{2<|T0Y2qE^ z8!2!Rgk0E~TF$g|>a_PG&?A% zSR*KxcWH;4MvZYf&2;0};fIIvn%cM~C;7+O(sX5Fz#k-wGq)W2!+~|zGFAb^4BN_w zfbC`Ln%Ph*mVLMD^6voEp(srS9wh)S2c!&(7@O|}ClyJhrY1#(cW%uFisuOLHuVv2&c1gvk!glNRwh3b}o2h^CIE7WvDiM z<<$#9_4tuXop)L5*k||A`Titacruxi3Le;{C>#Qrhf0%TgPvY6x%jc7FD4}Q_W|%K zye<*$u{(`*=*O4QUkP76yiLTRA}2iZG)_h^E`^T*JxSIbXn^7Kj0V%M$4Vum9MXWu z!2XbZ9+F#B)W7u{X;=pHY$(^b5h0TsTq*x-m<3g3+L3*d7MsI zNPiG3&L|W8FGIt_bS%uGwsG1(5_E4mIXMxgwWypP9v?^7StpkdA#D>z25>$D3a?ID zWeEwW_f_0;G7imvJNRV|DA?I`bYJupu=#3$R`@;}|9|lea4jcbge%8ofKv{p2fC4li*)8atOR==@qS zLFaI|eKzwU=mw4fv#IT$Klv*xs9(Tvng%6mw4}KS_0|hf|OYjdW zDuJMFi|Lx_4r5ys`c-bjA&K1{P($fdD@SeF`0~e?*IS7~wNIAGVsNM)P23*cx2Glz z^q*UBpS>-tjZ-I#iwEp$Smfm7&d0~cTie?s^T?*U2P<-b4hbWT-}W`&gZr@x8j-{R zuJMoNV(jcVv9YoB5x~at+ddGgo8mT9e`$X?B~DQ-<>Ud(%=C0DtEQI~HK!u=YY*+@ zOex&jgU~h%|seD1=JSAH$@`#D&Zaw37rQEzjP@)I2>sT~JVPbcgy?hDtp{ z*ieMhusiu$r11~G=+lk$^<_{USiuh#0#FkuH6?`4vaK6I`_kz< z{xpTE@S?w{EXU>koebNQI3FLkmzf(k%=#CrQVmANt{@j?#wr4N- zvlOQLwf!+3Yo1-4{C4u}bEwuXZgbQ=?I2b%TYkLfkyY<8!d(LdVRs$mrOXCA zA-5|%fgXV$hw^{M+#5^X>($VB3J)s zq1l`L-&T)Pl5WgDZ2n`y(Y|$f7ughm&kiD|u)CV$Ow{H3ShZ$Y%6})4a8|(vacf#^^PNWe zb-UT&Y~J+;V3=Qf7C?V8gGCCV_wapZUiX9Bl|F;fOpFe`WK!eHRBeo}8Heu9fh!XN z1_?Ce3l;IcpcfUTg~>2=5RYK1f8c+Q?XdgR=x4mMfw+}68Ml4du4GxG7vw*?Ft26r z&XUnC&9QZ#K}TOCK>M3abpG>?frRI*s>WPP=cos6O0?_nADyz60dA3&PQFWDLexE6 zD4fY1J?>xuKZ{UD$3lwkJ~>l5-$5@iBDnsL`Q?AM_Xr6MW#Hsgti~_;^XL6h;?~tj zSmMp1Lpxroch{P0<}25CBj=MuQT%{V4)%&i@ssbdJxbLxR@gfcL#39>&W++BZ9pAY z3z|#yL~-BI$Q*CpTk}7xZPbQ`>vIp$v3Vsa4Sr?^&Qc`Z{g)7y162I?Xg^n^H_2GD zNx}WLo?{78*=BO@+@PM|5!hRbpoq%@mb!|{O0)1_<)kCa;Etc5Td+(U&#(J;CH^KR zk3mX(FyLlaAgW;7E(Z5}d`FI8QJyVrx}~$5{ptnF@GA`gYvoH)(rb>k_nDw;od7iN z`1qsB`ctnH4r{7;0|;FZ9?7e4R;qV>1?X@8EfOPRwMBx|4=}^7!~IQDS{8HjJXm+$IVs;@j}2aZ@E< z<#yxhf|Z|yoLep~d>}OlyCx}B{Fx^+Z&(5ATp6-{kF4`Z-CrbOK_}H!;bwa5I1scs zc-kM4YYMtH!%HKzZIR$@xFJ}C>eg=DHl3j0F|Ry~vBZ+eYp8sBn(#hL7N?)9@nAM3AB z_9?V6>-tq@;`5tm!t+bar}_Gu{6snX>=N<2r9YuRHnAW%<=WRBWcg!}g3cR%Sv;9p zSRSm%bX%jFiIr+sJ%EHPi<(PNyG_iTp0mdI++H0Av=2QJ{8qtO!qR#O@-6=U?ZGXe zhW$Ny40-Ke_K)g9BZU;(VVodbYng1B&U*%SBtxfrS7s1a1=Hf%38tcWYipXK-1UoL zpEk(6Sj^)Eio zKKss;N)u@Uf-F!BjarU1W>JB^rRM*tbnbky(jq?kYLss{2&^TbJL@A0YvA}X5!Evc zf~xQ26sR(me-K|8c^DIB2)UQ^l>_GEkO6Zw-$UOA zN9}NY9VDU>CxsP|;G+7Hdyk*4V#<2F4Swp@O#aZ<(D7T;$<77PfpJE*6%w%}VkS1K z$M+BAsUNnNLz`QuJ~ews1Ah!Fww=Aby}-jC^PmOcH_-cUc6Qg55v7S`8FCe)&3th# zAJW^~>qKZ&xU>!AU`y@&sOTc-fHTl1-kty~lcR32`;pCa#6?ZZGb|%|6#11*(0m>1 zSE`YDU0t1}r6pD^p*UjRYdOPZmp0<{3@}L!x z-%&7K?Y=)Kxi_qw4#8&lQwCDd-(z^eO28@sv@^NF7K7=nkK=`Z=-l}O;xc4kRtV^R zbK&Fd<;7d0u<8i)XuLrCiVcbLJ#vKMOxw>K;U<6j90_J>I7;T-9#Y^AAO1;=kQAo* z#TrK=wBcMq`6LQG#Yi*-5^o13i+{mMtvoR<(LKtpI7&^bKFm)TOQi;gp1%JwlDmqAZo>SHmH{G?&Y2qNR4DlFkj`-kwguZh0)eW%-2 zI>KmAG|dR2i#!x9{i!761O7j{-a4$RE_xT;bazUZfYRMvDlJNPBS=WYrdvQjkd{yp z6zT5n?(XjH*mv^%&b{ZHKd#T?!`geTJ=a)s%{j(+#~kw=3V2@8NfWkEr@U#c&xRmb zoK)w?QS_qYGpM@UG_h&}Qjw0-Z+$1P?^n8`Dh7X3z+o*I zMc5F!#Cf+_+63I{`J*L|iH~;(64w!j5o#HBC}o(sMt+RVw1GOr!Ao`S99m%3WOnUL zkk};n&=)o}5!7yr;VBhQHd|Z{*ch?*lSi?dt5yaXAhQ*L{4e?L65kHfDnEb9Bg$v* zvkd`IxitaHlCc57SJ@jHVuxnZAapB@#0b7Je)!x$f#&dWA<6#EX6cqFvS#FEt7TEz zOkbCAG8R8(1RnSJq))_bErkb{`CT8asw1I^qC2KKkBnr zj^wkUCudqXI;CT+$4`IBWLqwnFDfk^mW#1^Y^+%4XwTpR{54lVVM3kgbY$p=;;p`9Cs2eb^6Eg&Y3b_9I` zdz#QTZ1WUmV5i##^X2olao>qUuO5Ag>p@1yjE%`td%3w`%!fgV1fC6dS$h-|zK^@K zktq#*nN42Zr)in2BLz@Ej=XMtxCHn&mVu|MU2F_z$4~y`?t+4TUm`f^6Ncsd1wML& z-kqqzkoeQEp2mL24}a2Vm)#0AnV7qwuq@A&g_A|RJ_p~@V0v{rsYwESj~Z6HhPJk+ zXW8J0S+oF?>l*p%VstQIIfVjl9H4(f#&!r7fkJq}IzMO}jGlT07ug{|dglB^zI{~@ zLqCknYaRyPT!~tq4m)CjJ2Lx)ltj}}RP6bC(1jUG?($dS+o_Z|pR#cSf8S-3fL-0; z;o;58%UOMQ)$ka*RL^FHM&M_5_x6tNmScuCukaY5wXzHZ`W_uw zxef(B_Wg86>oGFDTaVa#Mu(k)Tb{w+nTmo50hEwZMrTt-pkkg7-w^Eak#>E39gWJ= z#YJ#;PvM7eA4#Fyr&GbCq-SF5Smd9DY=n|H^jY?cimGUZh4u5SR8**L@507Cn-`@c z7#aZvgnI|_^rA*|hR0Dp+ER7$#yvdn(ff>fwMY+(nhhW@uCA@AzkS;ZXk-W90;b~= zvLd}Il`7;|jyjOAl|H)#i{v2I<+o!7sbLl(Fj`%`G{-LGr4Fl#qU@X;q=$zGzziwx z=O;md9R~Y09I?6iQoo**C4oy=m@IRJkJYG}m>PPC@+((We(~2_$Qll`9)qJ%+ZwE{ zG=2>P!x8{S_(Ig66*P1ygyum6D+nZP==i7wTPjj!nH6z>APTo!0B3r~e5MMU&2h3v{^5aT9iEAc_Sl^I`~=E(vi;?oa5f0%-RL(ulNqe+uC^ykl?$}gHB z`n}UjOB{Ah&>EbHiT8k_sdb~z2O{6P{a17uRE8@eN%m~U6cd7OvQUUSBTwPfT&2g- zpdbKn*<@OBsM93N9FlcWOQn)a@MLvCQ7{0h(@^H8r}M&eG?rb2)d6e=eiX#tq$ed~ z-x6ej0T2qHp9~>K!yFzH4D8dR^?w6ca1+lC9k3=ZN|IKOZpEe(*dtpIn zM53!ax5jNhN zDg+hh7C73p_pA>CVDFQ1O7TzP57wkN=@%PN5EH=G%;%#4rR%0@K4Q4yB)?Lu!_E^~ zEmbaoC@^V*2VHUU1Jx?LyuINdAaDSxp1tqJ&gQ}ZTI7ju+R2HFr2j%3A*Z@JdF=Ml zNP;lbMxEHjpagX_P4J7~q?Jx9fMp* zSyeTLrqR>W^U0U$NlA|~2O%vs5Xos3G{!gi*_VS@a{a**=J1`A{%$$RzRuM&ig>~? z;Fix}qm%XrT6Z5NL22RAoyZc3=pR0%iA;x;k8! z>n^sddQA-DgxvDMude=AEDW&GSNVVfShX{J2%wkQXNEx8!0m$rSI?*7bAL2)U04vr z?sD8-oZ3|A^7XVPV)Kw;Q5Ex!rKzztuMc?q1g~Oar4N;&1odd9tZO{m`g6jzD@@GO zpye3CVFXv&XxUOePZ3pgho7XP$C-@GP!&pR`xj~KQ;{67+tvCAvOAnDEY!aIRVYd( z*1>n;NloqT?OBbDR6r1G8ymdEva&Le5c4O~gkX4VjQ-qvOpWzKWFWqP>66=^r75js zU9^uMt>WV2x44P53vsjuw2l3k4%I{!r}bn2wJQ!dx#0U#r#|r32M!fy33Mc}?`8ae zUS>t?)vKwo{%mV>F@)QB*tXu7<3sSttIrW`o=NtRjeN=&&i1m=Yj^(cRDwZmR*kLc ze*IGR|B##?xwmMuTw}=PrJEoHwhm5pZ7n+Azy`Z3(!0CpDU2p(WKhxGE-MCKoX0lIOzb@tfoWIgJn6A7>L~AqhxkGSC%xr+S*LAk zcmi-gLMu&L9?$LutD|HZp-3L48}C}gEfj2DyXlhta5!fx^up?T>-A6uTg=r#U0iX@ zs;eXS0~~1~{aUJ2jzHlEi-@c^3LZ~^45jM_>mcb7!b_s2F{=h#1<9OC1R|rF2to1d zeVl6O&1afgNN^7;@xpiG7cXa97M#Z1EhNU;Nl?TWHwm=6>9^81tkupswXr|e*$`s z@t}Axj#2OE-jN&kkro0!aD*aNiqUmKc}W+?#IlgTCQ93_KNvNca=G829|e5H^$NTk zJJCgR^!0sAOyQccs|Q_0QCQ2sBFk_eme0O&)>xFm0{)G+@;4hH7`dY87sX8K43D1O zy$qs~$$kpCtgoB*e-|Oa4nrs@DQUd})pDLj?VggFPFkEFm=j6PhSw)j@Tl0jy_@|WO(8~k15MlTgFefxDja_4yZkzqG9n3LLE7^vT% zvjV(h0hPY~_Q$5oxC?GDGk;rHt~yRUvwqQtIPq{ut{}T;(UkY7D-U6YcdFjS7d7zv zkiHKS@l%qS%aI)Dl^&z?y1gUESjD)`z^l7Ai>a(b^vH8~n;EZ~R zZUT|vu8=s_xo&UCZ6qWlV0%1fg+e#Or+++vW5mVu0zaP73jJoZX;P;WtM!s8#XevWPKN0;7MA!sVEszM^d{gFUEGZ|EHQEoXx56&ol3r>?;vH zx3ia;?#90!T@j21Iv}`tkf)m(f!D4NNftUxjsMUKHnTu~zC`Prl1YvzY9#e}h_1vz z&G?>%BFwXy8tpZQ>|YyDlrg8_Wb^Z#e_^PFD_c-*EyCf&RPSB=%T}YSTuhLoBJy{P zuLDOXl~lj>dp5Pakstm3P*lw(gN3w_&vg@ar4ET;Y3C==dwAB29cw^{3QYI6V-*?WWYoQlta(NcgU&cl%m1h`FqlF3f#+jroxiygC!3fgt^uu*SH{iHxD`+r9rJTGc|m zb#J=+K6j}=r}@`#Nkecwo59%E5~=LMUlK#G!eGY1^iUbnKU zhrRIdwghMNuul)jMK9WBgR}hyj?Mj2|2wjy=CWRO}_(q0u zmSc|lP4+jgL=Jt7xf`4X!*bQ4p1J}5nLW$PQ!eSGAh3v25J|i;DHo|WHN1TJ!{^iD ziFM1qE06chx-tAec>KA^NyhR@{_Ms@M(A&!pF|)0li#oR8;Z+s%b3nh%|$jY8kT2@ zF#TWWRR0t05crSGFLfOvK7W>a(na87AWe+?tNH%L=B!tU1SX+WvCG1BbxwP;6~wmE z@b(6EldJoO#E71}(yN-Dy9pz5CvP_XXwZ^`sEJ{Fu*y8tk@FKeD_prd@9e}ox%dg7 zK;-21LVUbta-I7wc)aIwk=Ae0o;5-@?HM?wNp_dSwDtRi`ub{;s|5x7`fhwz0PXJo zd9@{p5#77q*FajS*F7To!1u-@A_A0XcL?2Q(VsuJJZaAiDmu^XbDdhFdQ}`e`;Q-` z!J|AO$sa#15`mWe%|=aM{%5)@tZ!g2l#dqfTdqogs1bOY^o@=53|i|`>76o{CXY-* zI_T45@^~jz6&l#ym`|~fC8}aGHowFT%c=qjn2_jT`BlQJ*o$C9Lv{?kqhm*KA4MS5 z@5eRv7oK4}-t+-@wc#?uiWumunftRHam;ZvduV9&`oxus4@22B_N#X$E;9q5@9xf>$IUvFz8cUW*JPul_Fh)pIf@DKk8Z z(&+4nYxC!iA@wgyLX_sawx!fq|H@0ZDzl1zkrI~?YSoYOp;-ZOUVf#vBnlbTpl`v| zwE~crs^7`J(OUmmzP!4k=Md1EW)DkT{ij2G9*WhW4^UsY(W;t_PXpG-$jWqacJdtf z-vP%h-R=c`;80-UbeY0&eaB@FK@m8r+QWZCYt7fRb9AJjDUbYQ0-t~z z0EN+PY^{$oWmaa{KG}VJX@dE3JUG=gHRvQ9opj*z{{YHPD-SGybURQoAK<`*h!fax zTe(J{K57ME6x}dQ``?ST%P(n-kwYJhWE2%69S0vDeSzCk@VNk;Cpb$_FYO5f{=9P_ z+1Jw2LIY@*OIK$2O6)93E`1q3%KYtM;|j9=ZD!MQ>oF0pkT=&1Ss0@g$E_||1zR=p z`S(28kcpQGPNjU<1h6fR>Wj=H*FQKXJtIG>k5a67ZF^8mCEgV_J(C{xX=t#vbxemj76jMR{wlBGnav zjcJ0aovZB0hb0x+QPtFBH0^uyiTW2EEjGQwf-X%k|Nq9aD_5(|@(K#%jLn3B$nw84 z7>Wd@X|0`5(?ha6?*{@6b=7EsCz;=Uhz`fSjHG^yFL1hU-5D<)pQU9ti!UP~Si^@q zUd#of68Aa!4qoTQly9EC9{}9+8meEX$oFx}1rY~9JmAr5XK%8gELMvglr98LqO5`f z#$Cs1+9zl9S``-?O-p5_)mZeLWD+CRa;2ek6v;-Mq)O$XbS96^U?vkB{)-EKifa#& z)U^D0L!h~d$|D48YrPO#*nq0s+1(vk*tEuyA~<)9jEHnT!^~+l)%+#>e6!Iiqolq4 zWbS-d2CLndSs!-kymbsZds{?(=kj)adn8M_U5eHbB8{r=Aa9GBn&rCy{HL{&E-GiC zFm0%aii@@SyMQc@W?9`?SIGsuqAdVg2f?O6Do#(IfdMGKj-A~gYf)QS(z&l8ry!_$!+}9l=}~S2rdhH1p>68sk)Y9b91IPy5l*HsB14F1X>P( zyvEv?FE zbR0q4{$)4;0WDgP5+(N($_N=MA4+(0)R2i3=M*;CMq6CIw;Q1=%6@WZPSlaE^qK7B(oTb%d7^Q zUjXtHd3^1=I}2$sv4*`k1_dg%m+%%xTQP7GF8}27uddVmjCY)cb%1a$4_c*SW zapY(6Vv_a+>*_}Q_IV(Zu#%zW{X@5!O|J_y#RflBx;&D`b_q>J=swPXb6sXSA@8-LCq2q5p>T^Og;Aosd*EoJ2y_3HT! zwya!-u{ARpFf-k0?M0gJ3=B5DN)-|j`tp~dP*74vKcN~hW}%t=2(DOI_wDFE!jko= zf00R@RH-TzSbOaSRWLH-WfTsh-dWZ@z7<7N;S`nJTBa$~yTs}4AMD%+MV94rU6q!G zXVhJD^z0>EH#Eqd_S}q8M6S_1r@rgYy(T+=Q?2aG-kG*)cDWLz%KMeOSi z^uQ!)1L3(u09A`JD|9msf7?jN+uO5)+N=7DIdk@@mur&BJ<tB8OL5wO1wOyHtR0_Fx*TwO$cch&d2=zb;}NuV z*3>IjMT3tBe9t5K=%l+_?Iql?Q4>R-oC(J-hew;%N_pozoTDfT8K@S!y~^#h8Pn4CblCnlx%>iJD*(zPL0X0WZzLQq zRzm5QrBes2dTAuhE1}~P_LiWj-ZOT9l?@u_nWkZ5cOuW%euX(M8Q`E@+Jv&Q*&*EX z0XM0IQov_wtAtlvw@=CXgXD{vM{pSJqe>tJfeLc`+hqMgGLL9%&W*NL@0qCTcCc!> zvDU4iL&tD%Bw1<4%4y~<#wT=TX9_K)bhQ*g?OmbqjKJPS zZfTB6N+8hQ<|IetyP@XOUzV6I=jX6v$_GdizM3>8{2f}>+?XLR9Z!hIfx(D zKQuJNQWIvQBLNEc`W-!*@6VrXrFwfy(4OA5IcVgn_L!+ z`U)Ge;Pnm-Epa<6o<=W{!JDpda7Y~M0}Px^Tp54|cR5kTDlU%$r>TLQa|t`&FH6rL zm_fOv8O=XRWUN2tBTrnsgxju-^(UTM0yT(z#n=C92>*m$xjOeK%D@~ zYkf1MptkU*e-#WRr@24<5toTjZtzf6xPP zL{TCmpD;vuMb%mky~6w>jM}i?!|Ve^CQZ%;VI~9y^DD0QFtc~#AIuP<_ee1X-e2{_ zuAr^hBdiCRFVWYv`2q%8>4+3~i%vLjP|zXv?Q@f}Cd# z9APFECqnno5bU3zU_pr0kr}|b< z95B%mtjgb3b6j3N?WafegzfrY!eHhwQwNU5yFR1Z2Ou#?)3hKhJ7{mTwyV9PMmh2A z)UZDQeA$nLaH!=J=4peuzcF=}5E@Wty_$c96c$oJN8h7cOUx_bWv0I*YEQJb6^T?; z`L^0v9_CWv101(UL-+PAJIh=Z$_xxhz#{@EbNv6t4g?%-Uh`Q1E}X1_h6T3QQORs| z@AZ0NmjY6D5s?iI%&@toU|-_~M>qGjnS}%A)|jL(6eIUA*v`g1tZ9@x7+uN#{ilgC zXWM{5z~*Mgxo?EkWS_tfQTZ->Kkwr%_RIU(`ct4vKLqZPw%4(R!EGcmHe4v~_2--n!FxTnPNdj4J6H>r2X1`pz99omT4S z*Cgx+QAHrv$W@|sP%di{EAcUIZ%a5MD^)t%%6N z<=9KgM$IKu3xHUeXsZn&7dVJGA!-2^fAv`H@&ZDAxsfLHcgZKA}TFuZ6 zEUP1mje|0B)u0F?JKGDi4J{IBBhcpmUVA3y`1(<^->^}Qf$uq`=k5X5qtakgv7*Tov6#xyCbi5 zXj?zJiFD6R-OlTlSPqaqX=Y_T5I&*3{B=(|9&G!s1yL~A+Rg?pBsGWD8sA)uHXy05 zby7sM{^{xfpF1Ts`=?v=FTOGkrdn72^Bngm4UZy_u~{A`Uj4(;_9w5lZCu_9skz$(qlBQOe$M-O)5?tP(7Vk>4Z_hLwoaXoiUC7s7Jj#VjpLXfY-BJ0fu!} zZZ68m$VjVa$Cgr!5Rw5?Z8>`_T{i;K^6Cr%su!v*1-uolH5GB7WfVXBGxVH`7qt!&%17{of+1 z$oVF&TYXL2&*qRK?5UgpEdcYuBCEa!JS$=W!fOIXas$K(2IXYTyAH-CUzSVZ1A_x; zxcqX;53BLEOmE+@tGiDXXUO9Oc zX{o6{t{+hb5U`PfnhQb^1$RERAB-N#dfXVYp9z2AYGuA9Z9&OP*$Z*4eE+$c7( z3oN*F?vQ3?Z|mxsLm)%{Ch(Ebt^!p%7>>r%lng@iyyFa}{nqsFam`P9$1w0+s+PBD z9sOm3l`_f%!X$aaKKTJ0LNle}q2vawI~+uRPfWy@U%ay`b@sRKz}{}53=p{;#z{3Q zzT9J^Bo96bYKlnCjOZo?)Z03&=DYtKN;9Y>vCJ$IerN4)B>864T)%$1*(QCmqiiJd z@)DckZa=)wosWS*iLkygq>8o6=nag(z@QKfa8kW)#AoL+A;G*6Z#nFv85hpj`PXg+MN1j@|mq*Y9Aw%QjM>LBgS8 z_(4HI>{I$2s@fD@SB!yPD~k67ae4VZozozDVrGNSK3(pTr{Vlpe%~S8_2`jhvu_F7 zcam9nan-F5{-!$ogyjhYO_tO}(cynlm;iab58-KT9NUrAln?FGHWvC1J)(zs;insW z_=C_`w-+74q&Z8eFb}TpnFppUCe6ksA%l54orx_sFi;~#Q%6tm@lETHymvEU=wv>I zKi6een4fg3tVvq#qjrgw_0fm02UCq#mzj5grC&RyWR={nkX+o2P|>`pkhJR&DU^f# zjF-d*$E-x*rZct(0vzG(ab!{pV+RY&-*g+#GD&^>@Zl4As4UJjyG!<-EJ>laDLMo- zUOk-YcdW0-0W-^8FE!ev=bN*JzI0%3$Kfgibk}Bn=~EUrnS!|IqxnuV zgQ#+kwh@x4|IJ?2J-_bUpy*bFSR~fBz3QPXf9Qh)G>S)1(AWj<9ry#vg1&0;kJG)Ons)l6(H>O=wJJDNXQBt;rCWhOM15WvvDpf08!P65S6* zcwou8d%GP|P}`E2k;WQxBLso=$$yStJkK_D+>RCpK#fm>OP&Y^ zz_cex5Q}PG zBxnu`{tq53TDGBw`uJyl9-Rvkfx1>7>v2l_>oMN~0~$4D z5m8ao&@@G@j6U1yi1(jSBa}y0GaiRvDTG>DgsyrawsF;I#G(s%IX$8`ycqeE&63@$rZikdGdyy)8S#>>7wOOg*Tj+|6-Wl-8~)@ zITB?OJIs9C$>e{#RFS9wg_i_C%jEUzp3dNPb8v}yNO4mWHCj&(@DZe*Fj(Rxod0e{ zQd%TiFw=<|Myji2S?m`zC9UQ{_Ly`bE{XR^6Z zQJZ%TfHdqLmcZE6d9<7FMRX%xvQoNh+l3DQDnwpn> zKz3(1#uxU0d2ns({CQWjzs5Oej-w z{3?-zCpgrJH=p#GhAFEeA`-pq@i;$^i@ZlG4bKagzvX{)gQ=GQzVIft28jGB${blud&4Be_T#Gfe-`i$-|A~Apqt&?K#Wa``j9Vdw3dx_^ z((k}_UN`=7d|=}#=Nf6bjPrqcBS4#bLt)g7hU-AplCtyVk2}6+HU4rbalHfmxz!mnTd}qWySV zv<;J6PGWn5mSrp3BR@S>LP&g>%^sZvyJOx}s-K1_Qg(9VAp7*(daxT?H2Hd#04=RN z-sC5^8I}d}fRX$@{YJzpwvhCJ3%{nNSGKk3FrUxIedB7pr$1jyFD^rzhvw{^;OLmu z>h6T*g*$KIF-MVL9GAvxVJ>U}mkqhMVNS{Zu)SM?Lj8{ccb0Z|6F+_KmEG#ZI(P9R z0_!B{Yf=<6+!(rJF1>o}o77!NBcY&m?Zf%|u!N{9??JfU4 zEluVk_$V2E$a^$}IUIdoQCD1Qi0QMi63$0+xERQfnmBT&G1cGq)%KX6c6dZ8t7b+V+6xIKn(c($Ug5AzW^Sw`@5S1Ck}edA zaIv(2CV%;(1(H_2`^VA+l8}ZEKHoETJKS?G3yfM9rGV@D64}~Tf-boF3beJT&Ti7R zi_{xS1ONCeQP#m1YHNLY>OIZpqO)C@gq%{iZHX8p>@;9*nJWH;S|I6F+C5{}ulAR? zzjA%y>al;Ka1!kRMF_*0RL~Ct92EN1xVJ=ZE6ZD5f9rd-G>biUaX&8I^(9WA{PeuH z!A_<@4W#)h*?xr3SU*4yxq8%kEdioblpCF9v;SqNuV-5H zM`6tXWd}>-{Un{16&gQ=m!)yqR)I9(C9>K`tc%?Ol=+gd08_W8E4_FKupGvJn)t>1 zMZCiyEK}}!=`s}k&AewSp4^!pKMHS65*Ko8-FL=1&NOpDA08(wE2W)OHKV;~w{hWH zgP}40&>_+rV2cIuub&~9F!L;9dgG43BqN@rSGUXgrY~1|Fro2eon1-l;BVV#R{-gp z=o8M4f!{#9>H zpAUI~>wwL@er9VYteI^y=ePxa)XZj_vL+d2a0?#R&i17+1=am^zr>y|I55}KP)Mj^ zrnt|hcQ@$`wNw1@x8C3$m6HB7V*5SUTqxhK;jp z#G2D9_No$Y9yOtkYd1M_ICnu&$4acMYh46?Cl7AtMEjahJs5_*t$*1^NDX#O`J2C| z4NXP*^+n8jMHl%qD6is&HiWe(k#Vne|E?&3u7c3GQiPYh23?_f|Aq_*SMQfg{65WS zlC8>0pm?+dt)u8ywuv7X`3qt*&g#`)cSBpPX$H zy>7?oI>r>Up))~8rg*^jp@ibyAyv#irn{%ZsWD3gKeqZ7nN2}lGvddrH2aj#_EQG> z4{dx9XNcs2N|n+?0$-q`{ri;3MKJO#3|_u)5frWdbRy2!k)a~w4+fpGcM?jig+PW< zKZPURdfI>`GP7p!i0pn~>1lX9Lg`W75`YPq5UtA z3;7VgBOpWiUxe~)6%*c6=+)66`x)Hu9x5^-a*-Ce*=l{Ym5Cxwr7ZCHgKsFer%}D? zR`!z!Y@UtFjG`$9L(@@yaspqmlJEVl3}PnE04eo-a-5XnCBB^eV*7HJ9n*UElE(3|-pJ@vP%*^;<3x1IM`gLj*Cj5_jK57oXQG~2@_b@^2_w8=Ec=jRnbd%5%-0pj zEJ0^Gs3#wK@4sAz7pUIi*gh?L1nbU)R?KA&Mxbz^vW_cQ;wG1Ul=O*pu&w(tnTY)? zi7x^CDX)03$LE0=iRp1n1WQQq$&^Jjn^Cme*TaEZ!VfIkRDLHOqogLjvj+VvNQF(z z(W+JxT|z?gTmrQ(wavv~ID47h*jDA6|X0CEslXziE6!v?@%xCT}qX`QU4+q+)<$$eylNeJCPnYVv+HmEV+9VnVpMR<{ZK=RQ%$h;J z)B9;f1JVDj6)7iCR;~wuGF@P!C}wjpS}XpsyA%pl9aD~}7tkaVp2p22``Is7g*v+B z5!C#&zDP>+-7QZnA^3NeZaTMv`3nd6P&J#Z{wCQ9g5V$eAOhShkqy+DPf7b+{2Xb1E zz#xB*hogZ0@9Z51qCzNM`wk^~0W?}Os=*||j|0Kwcdl9Dw^aY)((s4BU)+GTu8$#} zBq>+I*lPpRAZG~XcteRDBcB~U$q8B34f=4?D`|UkH+x_$@F$Z#I!JI-FdRslTAuv& zB~8}vrSsmEPaU<6gsQ;`UYrzMZtAec!Glin$gva6o~e`0RhI$&!Gp;}$`x(rG#N$uhO5a>-9BM;dm=d z9Hr8U7l-suAl8fB`U{M@5cB*o7M^t(*Wzc#h`n@171kR)XkY0R^@s6>HfCE#?_c7s zpD%2tmx3}WGNOP^NS-XhVWgJ+o-K~sQ;5UGA9vD3#5Rw=p;>&5CF!2|Z>Ok!rg3R2 zmBPtz#N&RCR8?Xc4Cy$u-YReA^HK`?@3mp&TO9=7>fLLiAB@S4Ir=`bnu&7mEPaT* z=zi;B>Mc3*PazRr0?GH`)NR1Cgk5#lqIn&WVGZ?<|Be1uT&I+_b9vXf{xF>a8Onq$ zqK5Vg?v`#%eo|eQTv9@Nzf^cT^T#Sae<%F%;ilRtS}XIH^N;9h zxPv1okh+|{MxdYCC0QF_evbpWR^itvcBkwjqiDaei7~%jtln=zAUKJyWu@M6845Z4 zDn0pCI$6z1^onRR;JZa{P%*fP58X7>yO2&k&Er9#fcjee8K zazUUns^9|J{r!pbedC_IBwfNK91drmgjg(Qeh8@nq22Wh!@p2G2rqD>otC`AqEeWm zJK^~Q3A$9Xn}s>-`2QhAZjt`*ZS7$z9@N-lj_hH~nyaH^h1YQ~)J%jYE>mBaEvD3A zN)Zh8zeXA4^XOoS{ta9-t=fq!V!w(Y4qDP@c zU?~We?a0*(6iS#O>f$)T-3G}&WG_NX{Z}+vPr9|J=#a-9`~t7Lh+m5tOuQP}CY!@#++}TfACr{5!y5HguTDrSmz@d}_<_@S)N&Gtc^l zf9QVQj$E>*ki$G&)5fj*N3$@_lWmlYxX-vt<{;C(f5;#5Wh*#HSF|cBd1Zc9+Z%{N zXAy-mcrOI?w8!g3H%3p2e)H}zgJzCOK16Ou87_4Wa+?tl|7fpv>;|cGaxvzccU|QD+b>TSk|d$PWYR zKAkjv{Wf@qWqoy0YLvu~ql?v zd0+m7z|W<1Uxt0fk}NQ5`ObJDj>mCGyNuGC8Q)pKqMP!g)%M#p6}GPd48N#JW>LeXm()rPGLiC-Kj#D($wz_}6-KuKR*>(E`M|W?0gC%|MTo ztl0@Hik#CD-^)SKcqXYo@KWZnnod%LZt68YJQ6$7i9+JKiKifEVWl4MY9E>Qe-FK} z>lcDR6~hCutB9wBAk74RhL%*A-?o&6Ui2DrzP{OX9*I#^`(hD;a>%n>)_83+T>Rvb z*@Z;25g3XUvpyegF#Hprb3Kes9x02akns7`CAW0ISz<5ST}k)lo9o3BmX}k;bAy#| zz}+9Iz%&g|aG|zwv1#o1XgCDm2-zosO#!3FPe>&OUKh0MT$5c*Gb5jYSJB@$^d%2! zs~9#Or9SXQlhsE>oqdJXn0Ha8YOj#?S^n&7q1mCCbF4{90A}Q5J)s}@h;IojsOQja z;r*FpU#nZI{U@)fae34CpF)_=a!|zthKlvbD{TvpPQ0vfKy*{^%n|jzBqsVeN_E=kC=F@MLYsCY|~2j=XKV<`zANH=O!3k7RIIKF6Y%ogDesk|pG=6;L`LNUEjO ztE77r82SA`3+0B-@Ha#DAC!1}qg)SnbkudZ$Fv=eQh1-KdkjeD`X*wUY8`bneuD$1 zK_hHI_nsWpVUPr;h;c@PI|@(yEh~AI^X=*b{qkvti=%$aCU_}!U`QKHU9fs%Ip#^0 zC#qN{RN_?&=Y|x@gezIdLW9#(7jBf$6x**A-r+>>`gvl{!49b*5NB$P!w(zm!!u>n zasv{NV&=?}-<<1OlAa6CA@kZkz~%K3*;XobTpH8`gk>f&%_+X#;fB1SX7#a;_)Xnj zi4Z&M3wuN<=P+1agkw)bG3j9#SHx}Smgm~y$VB(r_stx-@P!Sz5Bq2=@*20+r0~>9#^OLyY4#%m5eZ~Cu|7A?(Mx|V|6FS{vWfg;L=A@~bIrOef1!N8h~rz4`z zzM^*ZdocL-A{CXlH{M~uMAF;EM@?u=V02w;@LKs@DaIl1YlFL{TVpKWhfl_rf7CXj zn~g>o(fwE|3k$zA-0tQBv|KL=B5o$27UXFXty6}2Sgx^pgb{Goy9F$zHFq1fi0yGAI$%|3Y zH!6X^zth(EHQ#t$2}q|b6Yu{quEJq$xkbx8R>064l*yhO#XS0Ubi33o(Dv@Gf_s4(_T0v z`PF%*8GIkZ^m(4GO|7+6UVMSKXMaALJkoDX3iIem6T<^w{bJLv{*nDj9ZuLEyse6v zT9UK5d8h46T3YZ2j@>ln^jj4hUuybCgwzAs9+Elzx(b$+163Co!soY&X*$-zo_{I* zzj_PNm!UpOk%Rch=gv-WzeU>Xmhk**K%aTU^Hw|;yg|6;U#~w4Tz5v3r#?JZhxxaL zC2a3-J1_T9(tQrx)Z93^t;?I?e(zIzd*hw*_ikW@pN4|xg?cxBhIB_-H*g5o+0XM% z75j4krZ@mum_s;BCt&m1FW55CyVyU1U3kogO|u0CyW)z8ui0!FayB$ptec|OE|k8p zeF+joj>sFb4(p^&E^llZFK$W}npIBDghkl+HkKMehm&FSbvwe4u0p!W;wF^%Nr6{& zcwg_=dy5JSEg`X)|50EV`)m?6ABCXq?fOO3)(TI8?a7eo8s}V-Q$X#f`~l54yYXkZS=IaAUP--VX_nWNKeP38nIViw(Wl+%mAQ|+2=Al#4;|G*JMvg6 zB$d;6`lj02)P~Dh+hY&W>!IDIj$5O9k>0lfm@V$Rz7Psl7&c^i2TMY2C_Woe?gpav z{ykCoK3J7LIUiHSVY#v4!B8ewoejz$7)2VGqWbKq^^jS6?{{{99maI%zP8&#V$l0| z+F^FmyH$E)>c>80RLCshZt{8M2!V?I;@JUa)uW1~Pxbz*gc`oE*GEC-eG+OqysNWC zB+XuT{0TPd7VP^|`4q2sd}=umR$hIjo`m1rq4}Aj zxRLnMkz}jeb3iPCnL$DE)MS8D$&c@l&iyNUrCx#b{6Vzh4Eeux~pS zmC!x?vLrkkz1kgBa6DhRLGHh^E$GR5O_pUT`^JGF^oSeIOya`&?{@mXP=lFKCK}|$ z|D51df;*%6mrYw7V&*fpk+kUYNUC^ z|B(}(Qx@**#^~t=H0NBbDqESMvBf|FyZo zWsdD((B?_8oAW<1qRPt>7iY-T6|RViXxB4uH%2oZ{BG#`Xm>`kH8M5D^s~^6coDWo zHrO`TwCk~bfROMmt8^nWnA|Vr6b<%OE1vg!wo0y??IM9`4;e zl}pTQ?=w;%f#mP4mY={B6Xs(2%n$S@ogiZ!$YL-a8sNc%Wau74n@iZWB)Hk)0}t;O za#Uma%VHB8($D8b+dN=ld(L<|4;;NXOah4~RWo)cnsGF!rn2~&aJj(hI>}LB{eo`9 z?LP{<6@Pl?oiFifvK}0M1MV(6u;0s3_&dZOFzk`oP8B{6vBd@1RJ-{_@DM;V116`1 zHEisuGrJYuH+#huD*9>?oXb|tMT2$Cpucj#L01iP2P&VTWI*QdYf_YJI)lFcH-xq; zGA%*YfJBTGQmxOv@DN;b?3=;+I>olZX)V;!@5lOoZMKIAqX0NQ32*3AEbl6&sinmO z0f~TJ8DiecZgmsn5|H^uA9Bd?N*MJIz$pNEqN(`w`VHO8gTpUqDgq;_=|6mKR17uy z#-fHxGEpiV$nxn%pHv@UTQyj)|L}qCIctFVRny4nYd8W#F3kvLRNJLSAMH9fwt0I2 z%YoD!z0Ji2?_D>rtd~BE2l=`L>q%6_MdTtwvxRf6Cg;ZQKK-Uzdbh-UWBy+QH-3m% YaPNl@U!g+4zt?jA&-`50IVCg!0HE~GXaE2J diff --git a/icons/obj/chemical.dmi b/icons/obj/chemical.dmi index 57240ad24a963bf6969b5e0cf43029454d9b0f67..b753093c3cb9a06573114c135b084da0b612be77 100644 GIT binary patch literal 55863 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 diff --git a/icons/obj/closet.dmi b/icons/obj/closet.dmi index e6a0d2c85defa006994ac7bc2d980b6ca18f63da..1b8eada39c5fcd0f7983fc574ab9b96eb6ce8100 100644 GIT binary patch literal 37806 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�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 a9Xgf7=T+PLm`nild8VYUSSWAo|Nj7sYrH4` delta 15507 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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 diff --git a/icons/obj/contraband.dmi b/icons/obj/contraband.dmi index 1f828a6ee0f807840d151e4408b77fe4f329f7c1..b99429aee40da66f7128bb09a9c1ba7b9369d7ce 100644 GIT binary patch literal 66789 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 literal 74577 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�(6DSGuGvyO=?eaf9Ik|nCZxVjt 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 RV!*Bgw~Z_f(fTei{{u;9a<2dY diff --git a/icons/obj/crates.dmi b/icons/obj/crates.dmi index 44860a99d08b5f1c71c6b89d25c5cdd2696004a8..d8cc92e137735ed84afad93305fc0c0f5dc5246c 100644 GIT binary patch literal 24117 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 literal 26119 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 diff --git a/icons/obj/decals.dmi b/icons/obj/decals.dmi index 7be0bd79d5476574738ad3310177bae1872a943f..49bb26f3d03a00c5652c05a80eedd36d72b5432f 100644 GIT binary patch delta 15821 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 B^;G}> delta 16689 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 diff --git a/icons/obj/device.dmi b/icons/obj/device.dmi index 4795fa411d53b5378482b7f28f1eceb226f0f973..9d1323cca5edf1a7951d4e3f50309aa5089039af 100644 GIT binary patch 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; literal 59012 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 diff --git a/icons/obj/doors/Doorfireglass.dmi b/icons/obj/doors/Doorfireglass.dmi index 33b0a9d2e629f81ee4067a1ea40746d19fc94ede..f00e6c2857eea7d51312bfb0da2d61dec4d23c17 100644 GIT binary patch literal 5367 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 I_tM#a0TSu$CjbBd literal 8123 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 diff --git a/icons/obj/flora/plants.dmi b/icons/obj/flora/plants.dmi index e273b6ed5c5391b82291521510b17c3797cac423..0da33da82ddfe867a1d22aa970939c42aac057e1 100644 GIT binary patch literal 17651 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 JuXt!1`9JwvO~(KL diff --git a/icons/obj/food/containers.dmi b/icons/obj/food/containers.dmi index 2c0ac1ac5d34fd1514c4bad1464e814b32ecf791..d9a3e09985b9890e610f611fe4fab1de4a98c5bb 100644 GIT binary patch delta 11750 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 delta 12143 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 Cnj{eb diff --git a/icons/obj/food/food.dmi b/icons/obj/food/food.dmi index bd4b429fc7c3256642a04cc9975c7e0eb84a3286..88607735c7587a689d8d8130327b239e1f02e71a 100644 GIT binary patch delta 19983 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 delta 19029 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

    }#<=ioNR8&sGXGg=)|4e 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 GM*I(!D9iEy literal 26913 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 Jt5R`@{vWpYEW7{! diff --git a/icons/obj/items_and_weapons.dmi b/icons/obj/items_and_weapons.dmi index 13a3a8f5d881a72c69e850237bd92282e97e55a1..5f9cd3aa9e4e620edf4736b684a850975a4c0b7c 100644 GIT binary patch delta 65186 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 delta 65140 zcmZ5{cQ{;O^EMF?K}2sswAG0&M2Tn#A$l*-ql>W0awH*2bkTbky?491=p<1WtBbm< zwyS=d_x-*9e1Gg^i*udl%ri63%zfWeenb#Sz&XSj1R8AFF?m+bZNIj>Ut#b%nXG5WI6jena@0E8$dyZIASv-Sm zO8%!{@IDV0S??0C%{!FsRBo!iNJSjH^St1Nt~PbR0&Xqc-Q|FShwHCZuMzUyZH>3S zGo%0!*@5q)7)IQQ zIa8&O#qclwtHJj)k_reS|6(a6f5xgreg+U6**w12^}F#)GwuPrsx#U%KXsPyqRS3t^m1rQUf*!tuBG)>_sYY+r`fYh z-yZVlO-sv9^%q3XWoye?-N>4=1hSvHChfk7Vx{CzwA+yq<9H!DL(Khy><%rVpdIK| zi^@#4!kpjW9M%!QjDQh9MrrxNm(~1Pc~4sCaDECl(~r9! z=JoRWy@^xV+oNM0CzFbc#9twf5)Id-_zeywCcG6FMoN@C-|*)?-@X6s$snIV#}-ciLnGxE%H%y&sdqP4KyhBOD*Klx zS%9!P&13q@Qtz)?nYp>Syu7^6?d{JOSe9^FT3TLfYscG8oa0>E8z&vvUadSvWGX5t zh5!BQKu=E}799-|6x2NbMFZ|f5_;{qb%Z|ouF6hsFj-7aDYjNl&=Fp!=l^E}tfdtP zUpLwKRj4*psFwVl*Z#rx*_!ZHldwp^HBw*;?RT7gd!;fvBxpG*Pa2BuSQ%u#c{}(F zk`fW|Kp;a-uns{UZu9n66}`KRyTLuvQHUD?y10+pSB*s6|MmO#B8Wv88Y!2t=JZBa z_j^fMS)Dhis;q3SJA~-<`}aQtW>~-jNFvRf!_bKDZsCf;DRFe}1Sk~hIqUJhsvqFj z`g3&D%Ou?fLI+3=%+QPNmPgl_X={JZTHQTBU%wb?Qe>qY`AOW2hmVgRQ9StXW2-Z~ z@y!)x9Jt5Vb2T+Jwao)Nh!%`fW$z(N#bvgklt>&#|65ZqdVU7lpC2Rp`qis&ll7U! zBM$7NNV2NDpkrU(+~ldTrU3d9MGhF^l=_p8LY*KLZ`I@$^iV4YXmadIP2=beUj(;p zy!`j0Cxrk0g9jhVu3Dv`imY+O29zvc_j2xF|Bn@WWAgBUe`f#hhxo3b&*T$R)^{dz z>`mCoRSJUC*n5ISDR;-s?8$1^<*`>A&2LE8e+w-;1)RUN8P)FjwP}YkGPiS9-7?8% zJ9cuA4=%HlCHaVc$Y;JK9vevL^|Wq(P{iE>ek8*?#w*T(k{cA!W@kp^MbOzgtF@t4m|dYpn3o zEdt(*+o`s``}qJ3QmSc-t)NEPpRdSI=Z56@UAP+AefsV;c$imTuZx5A*6lO%s*b#{ zWy9eHyPTscjVNlmxOwsGoj(pjx*Y9904DIq^~&W(*Ka%s*Kj1?am5gLvhdqW)G2c$ z@hen2a$PMllx=tCFDur^z~owH9wmZZ$Ga3U;jFJ}6(Z%#Os zI;Nz|eSDgA2y}361{{hgYCbS9|IF1qotq`Q11lT2ES>_u4HL95#N`NbzZ0>x_F`1rikXTQB* zt=HF3OPo9bMXhJ8vDKbJ-=lt1o1Bq4ZhSE153JxvLtwFc9&B6!WtPCXSGcH5vXfaL zxFL=~Jk@kcG$x-06~LT?B0a4#E@Qdh7K^+LVwKr}P1Pn~O)=2b^GqKzChcLRI(UxS z819>{FiDJzB=$J@t7VHpZQQZk)pwD-?CI(06KS$}L{1)T;C$CS_tTS3-QPG7pB=>B z5uX-seBidLqr(>@rUg{*lhQ1{LdR0L8;E#r-uWd`jPul5ANi}4;GFr+6N#>Q;l1=E<#a-ZQ#427PWA@LP^f-X-sUf5+5MMlcCBXPX>k0D@L%R@a&mNM>n77wK;T^Fn-9`h z?*^4Z?A6nI0PlmG?R8fi6p>m5ynw*qseZ=R&ijP$u&`=gEf4&TIJfixhOP3z0~dq- zCfkFBmb{#tpbr0Y9t;LEWN&fJV`4XIwKxfD%AYNl31Q#u_S_v;_~ zK1);1wIn~Ab8)K+ptyRV(wg^*DfBz?;h$Oxy=HqG+uG%wXD?qvMTCWW|LuNlt#A_d zp`)2(N`sWz^~ePI_|`Rniv%&YgV#G$_=0@D_VCg7KjAuPQ5sVX>zI~tl>?*kI4-3J zE$e`js$HkWV~GbETeB4ms@La>7O)CUcnr*u5(nX-b#H$0NG5J7wHl;G=8uwQHzi(+ zZq$ahZ6;{Sk{xf3GSrWU^B`1W_Si&9zMJNhHfHhKCKklJsey~jG~X$Dvni(%-NpwM z!9-`*mi+b(8Su_?H3(esS<9FjcY!x;uK>HI)3M$U9z6ItK5hVo-*7yic3@w$lsCIc z{5pfH2W^NJoKMp-4k(FiQ*eq6pB=huJWqT!Tx1vd#*RK-?XYI9=|`V4nD4gn#pN`T zoEyO?S%xupKYa|n{lXa<2`TH&jEiGgU0cgcN-I&wij94OJ>pI2VU=dpyXk3rwZOEU zRP72*U|?X<>FH?7@b30DiA2F&$PRk)&J$6|3D%W;hT#LBB2|)e|aIq`YS(N?@hEQxfsM(L~_2BkO@PPSM2Md1vM3vdH%wBb$aK_dK_7 zzR+UrU7$HkE?=C6MBXmH`VjM&iE^fSDJLnT1hr`PBfM+_POaD2wxc!q=g-~1z~^lo z$;hRwskNi8kwNgG^U5#4fZ0WVx{#BU;PnmFE-HW&@~sIGy;+p*YTsYJeYISJ6t`Fllu&W8Y1QoQ*f+QLK39d zHX`Qu`kO`N1*@ka(&Y@5bI4p)L;@$+V*cr)u`HS4x^daE*?z!pC4{EeGS1yi5HF>g z0$Dom7r&NYQd-d@5QhzM#{L>8FJTq<6))SB zVvq}N+&X*D^Wtn&r1Ft2#-I*i++P*J%~8(!H9i)iKz}W?^2SgpW$}Ym;8QQCa_N_2 z!lpTiAD}Sfbih_H!9(7~sNKgS8yLGquf>RA5b>zR7Z>$>x!%>!eI)Hwry=k>yJkHy z1GP8Kbt}HNh9Gl*C;GdGP^bT$N-*ZwQlIkC;;kAb9kI_q2)K=em<)FY8>2ln32V6( zES=&HT}W1zs{S(HYBq2{0*W`zj7e4#vtZ@uyCHG_gGB$K`$xzGQZS=r@=1iJ?%>Ut z54wk2ZH~~e7Qp~-8kDMkThi3SLL@u8!N51S{U65+|M|~+?OwO)TDl)Y{F!_s49wWC zB1TQ|j3KzDEguSh4rSPFyBnE|k8m5{KB8h$Fm!)%xohQneLB+uUZGW!@oB%l5h=0< zTG)xq1G}`xgfYCgBp-jC2di$}{(xujQ2=#`hikXzCZ{aP51OqpDqmaJ+IBNj39|!t zhTLWH^scHSXwwp@JxFUNgoE=0=au3MU6Zp)k^+t&-)G}}(zqKB zOseYV8OualfMZz6YG$JC;Ce`i5o$*W5EAl+i;0VC>sVv>N=i#>;WLS>0vm03dQfbl zou7h`Hss#R%uULJT<==YL>F>VxLwPq%D$^trS%8_%lb}njDIl>%p;$>k+Uc@H21<) zY#{ReG1~Y##~>z??~-Ggji&cO&@_l*G?9P$lq%a`_ojQ70|E2BDW1M8mW2WG@3jam zxsTr>kr?yKluHVJ_+Q3bm<7V7rSJ4e&v=K28J7ujp_vp`^Sh_vvSQ#9W{|Ovvox4= zrd)!U1oJgIKGyem^F4JB55kCTIe`Y#-+t-q6(ppG30w{5oUMNMr3lsy39O0D!I4|d zXZtDRNfsoC2RdB-l2lul39|sf) zP`Az;3*Ht6D?8DJS?YD#p_7kQ|7?ppz6=PjaLgZkY}w>Y?2tD$E?+hW?Jbban{zd_ zn*7y7+??-oy9(2LQ?lF4fAg#;2Wd%sQn)d!gN}Uc)=`Mwf@CA-7y+jothwQzjX&fK zoo^agFvN=?qD!m;1TCPZl+@H#(kD4tiVwP8g4A$_j+NPLBNV>(NS)3U7k#~8QVBwW z?=5IS7e8gCx~b$Yw%sOZ#5i$uWIbYj;_aLl^J6N*&<}ce)u+=JIZW?ymv)<3RzXxh z$?5D0o|HMF`IScV0kEM|@tNe#*9ZvSNV;71NVYouwBv`XroazXT&3@Amr9;AX8y=6 zuTPn}txIc&k(FAumOJXDn1*Ak7Gktdw63n9-=sye=}1X1ZK)&w;QC1o_w(i>uQr!} zfcCxGb)2PcMXfmRIt!n=1PI}DLY}#534Uz zyI}L<2Zn^nd7YJ9g-+Ch=6t_?{lfX?LsZwPi-@c_kigO3wmT`K-5sAmZE#1jDZgAc zg!IRR5V=`BxOg~zl}y%`Q@zRgetPZ9pt}%aqMDt=5qNZ*eH7(CV`$%S(wv4Y?fd+6 zCW-kO!?8&RatM$NSo!p)<~gwP_|CB6bJBw7jq|OsSr;9|g0g0Z;04EWG>VaOYrJr= zZ*gzM?<5{M$u?jzFx6;#d67-=7}2}wU;&~u?b#a{lM|0*dKNf=E$pQv8dr{r?Q%lzk76jZ`61JVxNxIP!t@VPLx4txEyEOw0&Z)Nlq>n|y~$_G zVFtJMuKgxN<)HsBigl9!0aK3~61mi&&7O_t%kv=bLySO)8;4i#eMdDSZqzqR9r1GS zu3QP{*_>|>4Gp!Tyw>QeZteIremSY@^)aKX@m*>{0G0F}Cm5eVThGMp2T}HiH_414 zrXl8AqyS@n3^5Ia(&4DoUeSdzY7{hohhCbWAuS-hjr`?yv(z2uvx@LiwqCoI(KaxO zB#>Yev7QnozLpC{0P>LTj|C1McJS8jGTkyAZa`3ZUj9cjOVT_a(wb4 zdPxj12I>rlgCmPL8ZuPd6*{+OM69je7rU5>kwv$yl~HC2aN#5s3DU{s*FaB$nzEmW z0`YQ0o=tSzm|OF>?ucd(7g8W z-zzzZ{pz#|pc+mVw7=H>_OV6!cyYt?llT_$!PRGl7IA^FisWw0I`OT z8zg7`mB70|y~dyZHyo3<>;%z9Lu$aEhsiUV5!DZ0mU#C%J2-zIEQ-?AVr>AO_|#S+f}#X2hu~D&SxY`*a9-~I?7FYg~U)w{_NZkPib5b zhu{44duSqsIW7pWxN^kfX4Z1XW+-Y(r6lqj-)gfW{(_Hp-3MDuleA~H(SR8lHFf`f zOdu}$@LbN4pa1AJEs(00(k6a8k;AmA~5kJ;x`~Py+XZR6h$8Gx%y`^kE4wdbs zQB*m10ofCLje-aod3WH<9(DOopSSQJN$7YsGP--mn_f&=AD_%d2i{?1 z6j}`Fgr1q085D6z20lqs2V{!n@0oF`gFiOwVxx+~QHy?ao2G?d_RD;VV!z5gk~wtr z`hld^qhUe8asV9SbKLSRIGEs39Hpm4U*T%p#T1 zSL+Wkjr-2qVb*7G?+)I&Wiz`@MrDQ%w)aeuoMYPsqfC}s2eds48@8M4Yd%Vol)XEMHTup#KF94K3#9I52IObE~ zQu-0&E?&Tq20iH~Yb}BH!Ts^OaTyuvUS6m2+0pM<5Ij{7{$!5fN*ZZdAI%zm>G0@? zf`a;ywe?F3Gmn)G{dc`C&g?xKa~RAOJo>L~ssgTe^MLa55vhC4#xw^P4vW^0?$qU3 zy3-OW&3^0@y)$*npINXF7f9GFEoJiAf4!~Dqq$6OLG5q_B(8!*Q9HATHD1ftKPE7( zLXU+prlYU1*j^xR^}*NkL^C&yN^TfA?ZUji2fMfP>PlHr-`jYLYdZOpzdkyaKFf5L z3Kmv;s=#*2_6MDZA2|?yE9#9WkDjsw*IIVniEFSY4gFMM()3{~Q(zxHT_rxZ^zb{u z(xgC{?{W4xHw-2;=f~JC&Yx0|Jn?b%r9myW$^O@BT5UI|-T%fwSOmd#r-Td)s%Hy7 zruYA>+*iBS5yCL|00U#V_AvMn4|bC(cnJ-Fnnbrm6wyFOr>p9Yz;=}T`S)wr(ZTJ5 zcga}m^69^S3}AO|D4&N=FrvrVQTgb!=z06BYYVg?uKE$hWZ#PShVqRpuJ^zL!Ds^L zUr&bkgoKu31N_duGr9ZsX>lP$?tI*IFJAWaon6v=dK;fWarwB8XaR&+?3+=5>TLsG zd3!ku!~T}2I?aW1+Cj5#b2mIMhU@lue=R2f+*V7kX9C2fG$g7(fx(Y5zq07In942- z2AJgyHLbZ6?+fUi`INs%zy;5|{bI?z;m%XH^<>pl#$dJ^ZZR*nK6K#(9snz9p}DZI zkB-T=xwj@uwGv*AhKK8OlNrw~E02IP@k|F7*RhPJB8~T-_-YrdoP1J4o_rjMwl%7AJ+= z$=Ta;?h0KNz#Q;Elf)2?fc?hM>-=GRBFXC9pm1LYqBB2M4XPX+BpNpF~JV4F4M@3YEEm^T<=5}`r!7(X(< zPC5Kl-Rf4OXv2pCLq?W3+-&=isN%*kbz7~zSJ|;SK#^cpkY+UkXkKE1>qF1i&jaH# zcedLIW$G>Ew>I9Fpv){R#t#1O`Mm9Z?Jn z_a9b&gv4ZiAi>D%cu_F#&%VOq?PawHoIUu-A>$Z(J1-XMwL%ny5}c3>{O&aw|B$kK zJN?y#u?ZhO_WcZqx$Y>p*8imkl+~C(SEiOo`^>eqg(v*>1!CY9O*~{Zn&7O|FZj>g}g^quJR9*pA<8 z1(cl?dVAu73vPliUwn)a4mg8MW`Br&nSDU#?!U+glLp3^p*g`E$}%#nvVUt@jbB_$ zz4G5J+p#x;&RROZ7uUnw!-!tsKj^mVcH0>}I>@%9+cHUX)7^ju=xslEu| zJ)|Zipq25f5Bv7b8k+$QHPX81`ogjuHn8|hLUQt!_EBS@SvR7dU&TY&f9_Q;^bM)t z_VAI+8=!IVg`N?c;=Q+~`a(Htk_T>WrnYRGV?LMrO^I+fm{|$MP9*(Q%dM8%;P`lx zw5!GW_}Ccr(b3WR#ztIhiu{WgUBlO|>T+0o73)Z>SYTVMs%KFr=5XGgO~x3ir%Nbj zNMZu!TAfBH6n&Fx(KQ>u|d{^`wtb7`=nnDJcPc( zX~(U?M&$Inhn6W9$*@kDF#@AB>>J`CG-s(};;VOEcsGeoGuvMUk~MXw&d{=$OT?|~ z;^vq%vffEkUS58SasItSb&QjL1~fi1lb?r&=jZTneol`3xl>Nt8eBuf;^VfJznM?! z(&%3a(rZI5IUiNBZx$!_j0XWN$`wb#CM7|P_-v#%YjEd%?`uI_j5r=iluU9CS6=9| z{l$>tpG^heNY(Jn$Bz%dw0$pe@*&HNXmc$}A>amr!;KJFJ(mD|^RHEYgw0+XApni}qn*8Urru=)cc>L!a!RSzTl z+cub?hv{@3Kc3R)^MAaQ3#tMPfv*rSZkQ~B1h|#dGeien!xS{_qVmElpTObiVbl7Z zr>X8TSWl%0TATpBG|oN*Sa1Yc9CRo*&8UV{1|oixm+zr6WQ6eqHvA7CNsAvb>7-+z z+y9^~U($0q z_<>^Po%GPqe1lUWjk(VYRSeS=1m?=4#hTW{W zCUt;nX-WC4-NVq_2741l;k~y`uw#u3oSeVElsK^dQ*ypID;oaL$C)s~#$AY&L!&q5 zAqT5$BvG-G5bfO}>XLTt@X5C!b0rIpL_jC6`FN|!#Ch2EOCb=2f?x6 z)w>Kx9?Q{i#WHubBPLl@+~nrFUy|Rc1A6bTzs7%_hmTg+J^ehH^VYBOcM0c>PI9#7 zQrkuyq?jQ7AG>IiQoVVq2+~MfKd@6>2;zJ3AI|X~_4rZI4oesQhj{!-D~M1}7U5jH zr2e2QEWw6v`d@0&=KiDrBG>G>X$6*!91}We{~u>rP*ngF7k{JT)&Fa}>%@le(70h| z`aFWAE3tP}t+kxy^C+qf;LwMluMi+|R=?WbKBJPzQQavcm{vEyUhN5pHO%c-T zaF?Uxg;srCPW8J_!o_7?o=ZWo+x?G_<<`a6SwC!>u{q66kMz zK3M!_29*HqMK%P5hK7E#cO87f&VIjY_I|qp-ix3gMYxpslaAfAJDS5A+9P%%56o$w z#y(;aFlBisd~=B9y>Zk{n#G?ErwP`F0n$IFLJZg56rxSFhe-?VceAWHmU=NWq~4E*jag6-+b7 zSrXxDSonE4H-dZ5)MrFz{Zf{1gL%iILI33=Zx+Nku9Dv$pbTX~PyR~x4V_TjJJ&em zQa>^==>I3Y0w4GgeIj$fGo}i$WHAJvf9wpNr-@%AEM%@FM+IRKuiM-GL*wM<#GJ*hk1~ ziPHPZn)H_OBMiNtFNh^T6JvvB8}}s>iq&yhD1)LRSf_CqK1H5z2Vb0PLK!_k(;ai0 zC)>bpMP=m=N2`5HqA!HQUTJF55YY&%&(>HM80a3t)djf`SR}hZlY{Ft!fNpaF0n!m z4u8bw9{~XsdDS-!FaPm&Z>FdMrpl`4{z-@RqHS;}la3nM zznXpn|(`w^(2t&$@qu&B6WgHNq1z4V^RBon0pI6i0g2~mTOC? zb84$k`;Q-lS64pXY66IkMWBI31Z%n(ay{s`GvwApk^!yQJ8GQ3l@*-3TPCRYxy8pN zOcHVP>%c&Nkm6}W!_VqBsHg?7)MHD$ zXIk%<h`VuQ0>9;^IfN&K2CKv|0PLba7HgRQOVE9oop%D~n za+Szy5T<3_|JJAQkzTjjNMU`wsQb+ynn)(OubnARv@A@EFZ~6?#r0FgoRZLM%(s8F zG5V=O*7q!bAS!?S@Mw+7hYTnVOice8>H0!oHW}QdjJzwUGWoiDk=$aa={xdMFLFxv z1aQQB8hVfrzB_8ysZB)e-ZAHFR-AX&uf?X)e*k@6-*EH>TYcO}yaDY>RjkQPPWLA~ zJjxbLE#Iw=Mjjl`T%IEDO@_i;wdxR!UW*1FG(202vi4t)ji}a}BEb72EGHkC`uHa) zn-q0qTv^u??mRQo8Snbc+DM@E#7?kS9C(Je@w;N$nyN_=FG=cy7|}rlr~H2;P64XJ z5?FiQkyvoY%U6zKWoN%D3nh|;ev6HLq#Q-xMKK;H-!*pU|k zDSQ0fr&YFnagyJb7sWp)H@e0GVGx{v&z8#Lxd-u}o=786(Z@!VFj=px94)fd^cVa~pYi1vKFxYQ!O0A-HEexE4g^LI|Zo^o$ zD=$g%*2&to{7~zItLUO>?~6O`)(W59C7#8jBC=60Q#NAf#{ zov10}8Y7^w5ZXfGS=>M}lTxS*lqeN-b1ao}wJ@_rLaiE=@~3u5G9K!%kU; z!0+UsWWRPsc~C1H-4X86!sre%9cns5$-LY2vg#h$l`_*jiFfN*J%5IG1MOPfyByDM zSOUf^mz}o8KX-Nd-@^;shx45BU%MD2JB!ojHl_g$_5kjUgD5K$z2IjtjAn>bZbmB& z1e`X?+>DFPP=N0$y1s9C#Q`RROWni8HJp&YlXe$M%w1gzmN7ACnux zCOOJ_#hxY7M+4_?rF~^_gk(AXH2%wU0wH%lwC4QOW?0JNmz#Roz9hULjNqxbA#1-p zXq%@0n_5M?LKQ^s=;$cvi()q?n)%m+ds{jh`XjT>>WAU{XF<*%8>3_ z#WGHP0G%GCytsNh^6H92svmrgX*)V?3Pc-<$Qs=V7G5UJzC6#?HO~-xQPP7?-K0o? z4OVOvC)Fmz=J%q%PXrY{yqa%)pa>x^cG^j0V%D^r)1n`vjt6}Fq~Tv!Y30ClGl6KS zseQUb<8&lzXk+`Ys-sTqae*(dq|{fP;FhT56nMin;I*SD+U6;kacMJr>+NUSkCcn< z-Y3@UKGqC;_3`SywsxK5>BmUgTc4U?M0VB_#PajCMeGq!N0cu~a206qW6|0TiUC!1 zoTatSS`Z>X0@oBqsa&ioBA9z>n{>;E?}kw@xc%b}X%^gw2nR<;Y&df+4~;LQbYc&G zSGq|P2v?;08>;DJO#j;;pv;=K+e%di zYlk(^DmKpl*dh9em$l#IG>8^fR>w-^5f;Vncu*LnP-}X8VzkCtHn2*}GBx~Q7Z=SrxujH=EqP@j#0}m!dU5*) zKB?BqBjGUuVU~r=YCxNu=en_~jmvq((MkZTPOG-bO=xT0c`O%b$^xit`yPHI@b}rjmz~dE{8Ayi|V%Q?-lKi-;)OH+1NV*GSKp*H&CD2gXR7QMTfMGjA}eQL zxDzJ1`w9QFzv&z4{HJrsiU(JZz(2v@qlPg^Ss^pFKp+o}Avj^&SFA!`Qy(7m67d<3 zBxr8My)X@ll!L6EdpGkN1fWae_eyJ8U1H`e7M^unf%@zK;-#|rTb%y+1p@sl>a?b# zKhSf4GV$rWYv#UstT6PF?tI;M%v7;62FOIgQFg7zTo_{D*Hsku_296=L`BE$t{tYQ9U@FNZ$S*?#^V(X&Hx@ zShmcIDg^$}D;sXiG+M7)#vtr*!I7nb!te*FQjPC2Ew+vv2_hopu2#?A@tGvw=(PH^ zqPs>MPc@!13jXXqle7E{+K0Q_%n%IKhYTyuZ4i0yYBJU%l>5&ge^(3r>vje=6GMEx zKm3%TQP@>l#7^_0MDPmM5w@KO)WK%A7s1|E`@l5%;JX`qvNG`F)40!{KPQK(LG%Ix z0s@}7|BW?!6=uwuR~U@VjGA{UaqcN?(_Smwj||#3q$!1@e)_6BlO+EW-6ITDAq?s5 zXf}Bo>VLH)Jkjc=x#Rvrc!GO#rpf|gk5M+iT~Ky)t;C+6>^R1FC;Q&{W5>&tla&i} z2tX_FG_nHxuZ-#l2#~I*Gh@Tae{^3d7h2_taC`3JgeZaSVB4~>9lQtc~tu@YsNCY?JL26U{spE6GlA2g)o zBQL5XB19F}*8Z}MN;(P!L$JWs$)rv@yw4EZ;X^Gl`P()Q+ERsWBfbMjmLQ&`?d|Qf z={zi=j(fncJ!EzisxuePAK@+>SoeSG_FnVOhLIprm9J%xmnzxM{trNUMT3>vx3v+z zjK((2T-clg9!RG94;rJ&9`8C)Mp0yge)2yQN|ALk4p&p@pG==TycmTVy^E78p8<>_ z)Xt&!f1i(?4NKH@XZ};@Z$0I5>ZFO%AV1bwwb?QM2V$B1%7nlmbq6jr32q&0SbS>S zYQnbj_A+TVq{@ob4`rBC3<`@aFQEfTGIAUioqhb16ppQC!)MI>qsC<~BhQ!o zHJileha@^f)Rfv``)rHCD@1mqT$uM0Rzl=z7XK`E1_)9)k$35eJGa%a!-$=ca8fxM-6atwC7e;~jo>S&e%A2GUDrp^_ zp5`_bM*Spv7nvrOxISmJ&OE-+S{DC2FQEuKF=9UFrU#u%={YzN|FUapdIx4+(8h+z-vYDI}1-bP$}T9)xU{kd1NDd(6@?9*Wr2*Yzt~?=m5YX7 zfcZ>PREpTIcY4q+VOueIY}%`Jm}HH^ral3)R(6qR?-A%{x2l{AIeQYeBIXBtQ4lh^}i z%4gM}1pF5By(Ji;?`X=o$q=yghb3HHOUuuoh%_SvgScD!!K24W>pkCN2768Nh&#&o zr6zabq+S+QwIZCFlchSFc}m}~b0z=KE^k(W$wU@5#BdcXJnZM+z=oA06(~nRuo`<- z%S`^RMJh>v{Di4G26evCM>_R=}Mt;j$vBCi|(Htxy7^Mv+h-HNudu zP-U7BTkybf&Yt%OWS19FDSdk&6)HHC!PQRuk^CTi%kV4bRS5wZSj_Rvgaezv6%`fV zYGG-Jz}=yoWWY_u+jeB#hZL@UkD5uQGxxeJMb?SMGW$ic@RD4X@3KI0KzQKZdDZZY z{4c`f`_1~OfUO1fm94Fpf6$^=*AV{Gr3#n&`g(FoT6r}!UK~(D_;jOqd!(|lvGLLI zsd7r!@IX*glVE>MKH-~J1%Es3%T=RjklDWl7!Cw5-hkqHZGtzZUl~fK@T}B#`QdXN zsN8J6%b#dL7HoKk-_EWv=LC&yxnanchqhpY>yYa=*hG@~Yz+Uh;w(-hNh6!wMP)anL&w(>QOn^jB->jtH21KUS~zkuplwdf3*XkY=1b zF0wk7~4Lk`CM3^bBzPd_OE=WmGe!`9#UH7y`G0EovQ;RJ$%p)wm6kV`m4J|8Sd)BSbd* z%dFtsx-saB!6ui@#Zz0kQw`8OW@zu#>aFa4i@;U>OW&cWI?iygUrhz?B$k{$S^_Y2 z^24Zv({|s`9_t>{-WlfCpVI|DjiDCxAO;_sP1}74v5sC)Tx?PZ_x4q>5j`)*$Oh?k z^A5enL9Z?he)>8S?6o@`?y=V2(ngo*v-znlm}dz7>F6B!C11S}$MDa%ykCfH5Hs@`V^gHVNhcnuPdx^5Te!pTX^ z|GMc@f4?0zJH4gESCY3j>nQZp_o6bFh5l)nvN|~fNeO45+C|VjPjxp;kf{PQ6((Ds zP%i1YQxRjS2=3`x3NdKo{^7z1Y}X?rFmPbyx$R1QxYbPD7`gep&2%22#y`)~#elYA z7cWYH!B1H29Kq`(*4}ryAHB*ndHHPY?Z2VXKG+dWF0KinTd-nHI>8kVhw(o6ZO?CW z+;8zTU|QkfK4OE6?hu|39~|=t0@;idmf%&xBAzDd>Ea|o*omNNZ0U{Ma-1sFyJI<= z#4iv4by3s!{N+nUx6AOXlR?c&+!PMPe;+WuIqW8yzQl(1{QjCVP=SVx#_aq$x=e;a zv|^t2um-~JVjDDl%w_Sj2c0OPqdX8SXuZsSb$9p6oO8c}sFf&vNts)(!_(#6wW!G) zOX@o#cSJs;B3=jQEhE>ItUX2E$-WRZ(EV*}KByuXQ!Hiu?nWXzued_mEG#aPw$gIO_HvK0PPN(;pA}V}#6Y&jd`Sw4w zPf>^+?`dGBrJ!lJP5jaxBSCo64^x(Jh|#5SY)TF$41zRN+;#Tj)aK^qHub|`>=YQb zqcp$@|2Qw$R?74%$g$&o!C3sS+Hs0!Kp20agSLJ1n8Kv!BSqS4rSQ-?{|qem8i3%%%zN-dY)DMxBU^O9qTM&Ad$O zWqf#a$+zq`*u-xFjsZi&E>O(*F-qR&&XeXPd`dB@%9-c@C|(rM)8jNmRTO{}@e+F#gFO#E zgnL=oUoO^O89yP-8E2IAS5U*~`>q4G$?&2#Yolx`IOV{(1zachy{TqIRX=|DKCQ!* zfPHty(_<+iEdJ@8ZFLaqmMC$y!G(kb8V$;MM+i0|b90NB1O?fi9HN9LCT7EM@nn}| zgYV*#39&x5umC9gb|cp(nyG) zlz;+~(k&^7NP|j9gEYd>Im1OsMLGfV7l&$NBJH7)i*@XL~q#Y7m^|y<5De7xm3gY)LaR%EG zsRfUICv(<)*>)_@qV8+Q^IoK#_3J)P@%HGf`j|{y9S1Ac$$KnH(ysaYz5q$SrmCgF zo{xgE;pn7u!5xPs-}9qQ=U(_aC8mmCDk&IO`nY-BtC})q@afZM!t9>!<2BY>d0Cag zk3Zw@N}ZC|xV(ef%Avl+51&3+W$s1h1@S;`bYx`2;Nb<-9=;ri^qlc4VU$Z{YA{1ypM1PeldBA7WrklFd%T z`4b;@TohzrhrTZOn)q-CT5kP~I|+XMLRiK1Ex7(A(&=>8IP13T8$s;fm>_)<2FQjL zRaKO?X2Y^+1!&1=KapsVk)52-6BCg%cXWj1uhD-)HT3wKkUo*%*PxW5X#9;bRcqF3 z*5%U2dNKJ8vxd^&Gle>twx693sJ@r-uBnJF%>%so>VFSuTuBYMS0qG}FM?cZ1>Whh z*KRV8=X5mr;J{-ps^{1VHm(K*@_8NWQceXAA@BI=6#2sQ>%YL=)Y96g0WDmyxR2S4 zyWOZo_l;k@`ZwBBZMw@C#^mwU1)Y4V2h+X#s5ad;J*CK#s#t_R@&cI)*=9~u^i!hr z1UH64_9XK*9i3z*tx*;D)|ZZu*sR`**L}IiBJ+013%}hTy4f6>>0P|tr4J<}M$Qt8 zp_t#qZ})A&c@d+q$p@w+n3g4H0M5!Uyv1vTtQd~vI0p0!`aL4xQu9tbi{tg%UqrkK z-my0C?C!GPM@NT-vVVF8Gc@{pD?1Vj4pn8Po;>&H&*R|PMuJuxbCBs&rhh9FC+|1{ zeDNA>X?vGvj{P6WP#26^@a-q^m>5m8@W07`3d%|HXu~;ps^j@dCSoF@zFV^{qIA0U z*xGozL};O;GoS!slZ4!)af6aLM7QSO+D$Tp1f2C~L#ru0YuWg^`;%!Di&v6L(fl3N_Kdh>9&Q>J5 z%iF+Hlz^YVE1KE%nU~nL?f2?2mzv`) zBj?rOU(Dy1>s`VWQxD_K>Jt~o_^Q6+dWUk)Re54ebY2_w6e#ciP^5I8zS<4!!1ewL zD=x4||9+#!!j}W}hOg%qB2FNqlvnu>aB@IopthuML zC}%7I0?4g5eO&f3a7=gFUVrCgJh|A!WVY(i zWjlGc{a#Nk?;}KN6vk-)UERKEC)2AWO2+*RHdtF@u(z{g85m2siMNcXL%eL^)GsUH2T{JaIf zJ0r3~DxMK5It_%eIMx55+SOL5KQY>OLz_ytBi>Gyoo8Fi)PSbwKRwmlm|qrjUUV+# zx{@4*<@>6$x^-_I#=;_$45dx3OOw%p^b!=GE`zMu zLSX??HxfzU?aWy1ri0fvi#T~6Kp#Uj)Wwtrydeua+O||*!>d9bdnF7HV&~c!+J1fG z<}4kDgkBN44{M{QyhT%oUc{7tKkIl@egWk=f<=aI>Eyzi8 zi>l(kI+j?#O&A}rQ_0TE;OV_`as7RpAokMBsuzmlqolUbV`B-s3myAVBWXF5lLRng zlL)tNdt<6Yp`&7=4q=}CHUeTtM~PwrZT5=$@W9%`wC%Esb~8`k@AGRPTtXEu`0$Ob zM+$YarQy;*wegqDm_4WNt`R)S+l)`1o;`JNWU!OIloS;`gzxxbX8%~2u|$g%|KA}MLG*c3_0m9kE}~rHpo9KFvi958&!0 zF^9uT(`{~*BdZ7oIM#Uw)1C3*kVRQUBxudd%pAyAPxjwA$#n-8jA(+%exhZiH+;sX z)OGaT@KH4e4kQsLnGsP5jSsk9QFh2ZXW8(;-w$vusvUWW4l9S_S}_`OP9^!`D|z(6 z*M&#!*I+LWKW0d>n@-jEh`|sI8U4tW$x>aJK{K3Vw$rM%r0{yf251wX&FL%*<}EyH z4z}`Nt>TrNsK;hc-vWaNup8d6MTQ8#(J*k0@01`S5V!F5jJ_Cl*Loe9f;}l)tYW~? zuiZwTKUGt^dB_ZY!s#X=v*G85PyV$#+{^yceG}jA=%`&yhsfEv-Ace*C`Ct|z3ct^ z9Vdt8sUd|8(Xr3BZUv%leg2H5(vqG#!lodzKi2Tj+Vvi<*@Faw4thIcM3zf@aeFdP zS6-l<7SGXHiXU@4)*sH{Qldk0=G#hc;(pm)-E}Fv#V6w^w;RHA18Nx+{`V4q5EAx9 zqm~o*_DJeOUZ+n)H*<=z`mA5?yt6@3QBldLA`j)`pp}&HYLt3=p_zxSgkyo@*}E|!UqR5k>4k!?5b>$I9wR|H$13J*|93c zX?vcgsy$zyGd`2HNnbd^RsVtuGQ>)&1hVE;=Wc`&?#K0yF#eAyk7eu9*FC-=jYm!zRVKu_1z4kN2g-GG4GIoabp z03U(m>J6J>L;Pm>T=xU@a$?R24M3?p%wb4A@gs+d{pMb3{&3Hfu4L zN7Sc!WBQR1vtO9a<6Mees^QW9SCTP73RCa~YVLh+#FI+U()tWTAn|HmUPYU5zG5$E z{g6A(DfHq?>!3UCEi;;bx56TPK*cb4v?`GW*}{a+)z{%oW69r9Ut#_KCR4YfO^dNADDFBrwrJ_>d@stX$O|dGIxKBj!Yc9TX$gmGDEE9c^kNa7 zQKYFS_0iwkB;PVCf41?ryo2@MWR>tzS3Uo0M>O`(FxGlPX<~;#-Z`SuqHa^x`D}z&Z zV{v@$w*M*8r8X4T79n@GQQlux8Fjwb>ow22IH~CCd+9efJsz%2-D7H+*wARdzn@c= zg~PAZB+k;D$C^TFyY*WDB!Q{TPbQywxqo4!hnOnn{^>cwL7N!4&Sc3Z8q);bk-$J?q=cj~p*AOemMn%$DcE<}Uqe+3Dy2FHCR zNB>eAa~~y2t5R1a?jCKq*1gxX6C+!=_3+Wg%8(ARuxH%1S1t&rxUpqY-M6VJU_1^V z$(<6KnP<8d@*&ufJ|*bv>l-z}dsCu1yE)9bSFEYAeK;!Pm9(YRM`AtGziyIz85*^^ z7$*EB!}J-XsAB~eZ$GAXV3@RfEBfUYyYgfd(=7TmX0zn$cG1g% ztIRMBh(N_g4qohk)rRC`5I-Jr3KwY6q_beQSfJ)@;JL6_RkvTzQ5s)X4qjW@1nfgA zRjqFyo6eM-&9*H^{RPJ0@w5;_KE#u6=@xhAcaDW%PPOYIfZ_1MQ)z5QqkDA3w;t@t zvJ0a;Iwm5pF!MbQH%a!LN0 zHJNkb>vX}_hi#Wqn#?;xG-!9Egv|wtjtT_JjQ`P*UVlP>mK1P`6z~^@V%uSK#D6~^ z2pSAZlyJ3-j%GS`z~vLd)K%JC#u@Yf-{(VD)l(&6?rEs#^aOWIe|bK?rLs}wRVq3= zYK7eHk$-<;O-xpq0?JXM9%Vt#d(0s%otozF$NA&O17_#R(s87YVMderb6nBs1xw2c zWOr}5)+KYDW3zuAPPN#+lRd(r=DhCwje&v4S>1V1k_&;NX>&`1gzb~wbVyM2-B)-cIF1s?D%{kVs_biPnE82!6} zPl1CXerOp@`Jy{P^;P{T74?mocQ`xGfDz}b+_EEjp5AtI16l_pP9PGZYJZ8KAsgeZ z#wX!%>>QQB%vm1YVQV~X*f>|PM>zf)jz)brG3&~=Sj6eY$23&RnXDdK2-F3=V80ky z6#+J5b`&uW!4x=RRhMAu^XZj6sf%ss#yU$POl^&-VvMWwM`L@@^u-798``D@q_%{M zey=uq@i0Pq>vA&U{d33@3F985rTf|F zvmuZIYMGKc{~H-Pxc>$g=`}Xh*#+FnJMa^vT@nEK*q;gF8X4-5qa~=A=-SRh%2yc? z3Z-0%cEP7x+P0%F9ukoyZg&92=k}kh*L%)<$sgh>HV1FxOTOkTLRx+yK;MSO6fX^7 zgwW!gtpMkMTGC4S(3u{(YcAtJ z2jqA2Td-96xAAXS(U{Ob{-FNNQ`gb^$L{@Di-CzCotv_QoQ+YWpZEF-iS zT)0K=RAamtqL}6Q)=xL(1j0|wd~gBy+4+P0W_)9w&M`;iHnDn#cZg2oSfKF!bX3N& z_Wb-j@wU7yiK&^HlMe3HUN`@jogEhdM7KrI?5=$;J^Blw{DLE6cilMa#uCx z*WUsMc=zs|m}B!z1mgGP%Yu1~Q5Ep?Y9=^tR6iNi09%ogHY>~wx)!DPq!}3DIdybj znnB)uug0sFjxPs=VGXA*-VLpHnkV9S5a%BrO**&iQgKjAb`%lw^YRcPP@vxDex+xT z4?V`$z0;c12$k1GG4lKZvpsM}MY0+{^sRAs`UoX-H4LN4XW9@B4VIOYGu%j~Ed>bt zUd?bDb43RcR~pyymlqe6q~Y&(+b6N@rL|)f?bAZ7%pkahbt!*D0YN#94)t{H55(qx zV9pu|ma9Q!=80fpvntSoi;jvhvbk9S!g^+>y)ki~DZE*7Z`w(30RBfCzt%9@ITUi< z^*#^0tGv-p`)*z5Gs3N>ct{kS@amS=kwLe9@36j^U&YY4_4M)R+ZzBm_a@hW=dW}N4eUg|NJr}hY=#kRSY-ykJFKhzt_a~G#zMR+cP zhPM?WSO;5#_J|LJ;4lld>eEU(jBNT9NP2Hc0QbeKUmY=`d%Tq;qFCQ#+u#D+5pKM< zar*oFIaE|s6e|1=sbN9^JLb{>?=h7TxLrGFQ0thUY74RrKiwN$O4<|Aj{QM+QU9 z1j!9oS4tpo=*8^ma=N09t6)09i*EGC>*#(ttTC;eRXBgla4@tZB=g4jGi#A5Zs5KK zE5>qvb8RzJB_rRJX`$oG7Y;2qNCJwZvf)X>3qzgkoSb(RBGjhcE&kh$-$kR6w;`Yq zs!LJc>!9=!tm3u9yEn@^O)bk!UWn7vC|sv6-etTu{wDWZ9sM0~=h=iIB?HL?{kPL~ zm0svToO7J<t*s!^oq z=@$O^s<{O65xuD%Asf2mM$r`Qh07ieo_*kCn7T@gcO%Z?ir;_~! z!dTmfx3on-P*PH|CwTH!-6{t}kdyE~dIZdT;$Uab-h09AFntk|m^jX(aZ;A2rlRX9 zy0N+Gdb+Snd%D5kvz!J8Ng2d84j~x}%%7KsZA%P5Au%(wh6*VO10ngigY_|rAVP}v zKi~C3PW#hkc)GVQ60qkR@eX*{q7cVt%r}g?UE~ikzlZO1pI6tXbl67dUwm))ZmqqK z5W-R;A6HO8RR*GCik1T%V$R0bp}ABklv~W9yH6GX;7;Y8ad(jKbt3!v-%^FIseOtC z6LDn>!W>g!wzgNgLR2$Ttp&~hdKZX@ZDMu`Sa)zMfAOuWEeehG_Bx`BpN>SSOnX z5Z+Z;Mgsfbv?#O`(U7H85|T19v^3MDCm!r+^d3WsWW=H~h#G>_OIM142$tFN=@uN*HxbR>&_UaMTmS*V40=3juogNw0eZ9~#0K*}#l$)Q=VyDmb(XBK)Ki_5|rQmoUOK3qkF3Nm_c%PZk4{sJ5tjj$5|*2!JVOapiR>pg{mD`J>jY zNbRy36A%FrDCZBM9_h`8Z)Q-9i!7lgc+zKnf$Iw)3{KrDQt_cbToVMu9moOm=Pm-j zd%M@&u#ngLH1_Ea67naev4$BI_rRMG5xWW5EP%YnE9&f=?9c2u$Z^;fsCNTg~k**+ow?2N{^ay#dmbRI#*Vslt9`w`Qv0;$7i&bLNAl z(73Nx2_l0)PQ+!sxH?;+o)%+TAIh;NoetLg@Jx8Rkr=6J&A&sdCM6fNO|nFEBmJXAi;U>;qeoC9Jibs z)r^PsMux&&n=(JAEjR%4(G~ytsVo2Ov|W0@VxqkP;~DL7)?Nlbb(>2aJIuKQ9TFgYnxm45NaG3+%ZHGz%U;F7EqM+ z9!`G80br$K7m#1@tY|>e0P@L(u9dk2MnQkcECO&oV~$Rh;FGJvo!2`R8Y&IyDmeu5 za-)6guS-{Hp2 zL?5nkOpoSIq~EaQLI`eGT$VF1J_MOx%y%AFbELOyZ#M?lmKF}0?ceRYTj5rxs{ z&x}%Lg0a)@YK{;M@x_}0pPkD2Ty?HpPm&jMSxr7zFLy>TQ0b=Mu>;o=DWA*9U`&k^yxI8 z(*ikcPDfP&ItJj(cE+%FSY$n~e{nVfudk_rx?l02Bh^H+9-`PpAvxICo*OQUucE>l z%lG%h3*T=iSMmtcE|Z)s+|78~!-UvcXj1I#hF!fuy_VD@=ME!p_h~PD8hpN=R_6q5 zQd2(zkeLWDTeLdSmOW8SP~^#wmfA0E{uwb=77SXya7JBLC8UE;PvBdHo$S0kd|szN zx7=?!+>-9m@?m=F0BeT%GZK)|2Y=T;EvN`0pkOzi^i&!nf}}F%59x&SQLju)io*l+ zujlZGzd=wNvmFHu159u-!}TfDYZudn$1q~{L+;qn0il?iSJ3U;T+}p^iu0BT6Rukd z7V4mufh+G{akziU{GfP_v)=RuP{Sd>sD`>1Oa?xBIwh?1{Q2`+>NP3^#%6d^LjwCw zvM>HIM@WrQroaM0JkPy3Z_~N`{sHBLCT&a+x!K zJqy*7TGoPSGvlM<1pUhAS&BSK8H4X!rg`G$Ul$%H<5B(;+S8fTpxB+kt}Hal026#l3Lq5_WvC0C`yRixVR=A-(gy-`=wfw)O{+7N@q{Y%+sajSW@P z&JrS@Mw7j^q%`s$)hUB33<{c5nvtR!g1*=dA|GRfngE9S7cujC4ReYxfyG=RW@o60 z6L=`$`Izj@)+~e2aWFS0@91)## z1ka|xP;G;+?{xy?i;L0rk(k{Wj&@Ng^S@X2g)W8Y?%S&`hCyR}edVsMu3*mNUvD}9 zd7k;S^zx_rYowOI{xm~xHDBG} z+rQ;Sd?I8IppCx9zonkO6C?a>!J(oUwv-mm2^GT##FAS$+Vs2}v zywX^4W`3Hm4zxvjmyGxIzLrYpNp)ei(X9FJ1e-_#+txFR-*-*ZWn7)UX+X>}Uhf%$ z@^v%dFPWE(P5x+E=qYJPP#2D=vuTa77yfnJa>{Q?txCD2Ix(HaBq7=a(FVRHKuP*; zo#6J`@@e=5FZXP7-iyEr#*KR!_e>2su?sDHuJ?A2kJmlUQI}r*ax($vyg8K+n7do& zM`0SPiV|LtbB~a-qb5t^hI8}rZ6%Ny<1m0QPLE~QDO=AT@sQ*l^_`{j`sO3>Hs9HC zTm5z;9y&bAXMUdL3pK(X7^ zVvK02a3xFt75hz2Yg+htFb~vX67im}T>6owR#=qJ^{~H9E~s(&h`5OL0Fl_QorO0i zkddYE)#&22bblUCf`EH7f_6!m+R^J$EtcF@{R3MB?yEo%t+2S!YTfoo24w(BioV^t z)KpU|pE}I!4a9}xs%KmU{H(8ICL~LQ3D&K0Uf%6h==&0(Lj+!dqTn09<|))UoqGK? zW6(DBO*)sLB^n5@NP-E*3(eLAhlEh>_I^&@o_+Fbg_qrUEO1@X0hhdDIbaNe7@*er z@W@D|3|YkInImTK)hlYKMK9Q5-h=v=WI~zHM_!h`Q`x2=O~1<1{BRA4Ht1KOotWr+ zpl`brbOh95FWtcLwDJ002bT{!-aAKrizDwFHN|y#X?HerI%Na^4bOY=GrN}y-%T6A zprY<=QWL5fy0gbKf+KWVwu3N&7V1Kr((enr8P~ngWHsYY8HO7hvQCY*Y8ltljX&u) zEitS#2O8l*M_cZ024N-ygQ=Tw?H8YCh=|V2cZz3D34!CkxBYH8AcF|oSSqJ*YKC6a!O@7MM*+N+OytBIR9ch!&9mcHB-hb6QxLO&+=RDUvd}O&Yu`WTm z5Omua2xt%@BhISF_%8I?W>o%rtj($^NWD86w&l^|BV4DrTT-ur?%9?EuJ62XKR3P8 zj_{h+5|~Xei+<2zs+yo~jzbF?7;vtu{HO>ppXF`UE_ggY!)HIju!2}(m?b;8eP%5b zsN&Qz{7-N;(3QOb`X12Ez1QK&#=+6CK~0S);;5MaAbZ`beBy&-3oLOZ43tHj5e?@< z#M`c5t-Ay+Ev<1R9eJ{KZAvnOOUuIF9L30-4^;z3#WzZdv;*N~518sLn{c{FfD@Kh#6+*@M! zInT{`Eouer$IhOfuhS=nL9zogIS)lA>+IPpM!jJo)1%LzMCTgj1LViT^)T5vG&X2{_u6pVUvGCn83Ja=(ZSJFt4XN_KaGQy>FDXdWeg&4w}QP zb|V`1wZ{D1T)Q|5QZlkTLt1uhMpNh)saTDdx`3T%`=`jrKSB$S$l3(v=H{%R__MIM z7(cV-R1Yt&w{+-Cbx&mqojK^feLj=*!hP@Sw}YhaJa<(_=lo*Si1shHSLhm;(YhOZ zB&`gq*wNJ~MaC;X6FSm70|+1eXYyVCCn~|Jonf}u8|vdf+FVEovc!3StDcBXD6qtl z2KWE&wCL|Ci?++1l&0MA-M*YVb=nR%oJV12W^a*GV3Ma~QDS0$W`2yTg%7Lsz=dgt zSgTJ7ehA!Pf=DdD>3(ssQijFkKsq0eooFFm=AXjY(aXEyUDV4Thb!(l%(peZ5qf+Z zDnT<=hqS$RO-4HUvuR`DjoS{p5OqJ zq8QTk*~&50%Jw?w1kSF(+M*i{N6mOA`^AC=TR3Mt#W9rq_{fuY>qPtmw?p!8duy?r zZY$dU3NWG^;>TSEnb}fK2@-K^1%8kqA_cfaI*g=0ErH(nX$eZ`L&cZciKjN4y-;bP z=1khHWqD#*&vetzfuQB+`q4%8+Jn6NWIF`#9}59WV2?POR3ga2bK`HN+InuTjd3+D z)AX+8fkt;W=DO;&LKZHyESS()_$#;K$34JG90Lf?{;wSNgW8a`>6L*$Uub0u^o;-N zVQqp|RXnNZiVH&2eG|5s_C29pT-0P)IXIau0=m7{KB5V0CbGhdq>jy+t9Q%={J_VA z5nno+=5xu#$q_C8AV{2`<*xZM%0oNIxXCy3)4`lsF~WR%q+`X}g`BVO=gXW=FLP2~ z=JX6IJ5G>>R-#F3T3h>6v=6d74i?8yJm$Y#ENIpv!i;V^0OWT$D8H4C^y;r-%m*$NRiE_9} zM#lgUwK>JHE^B#KRRI2!_%OiGI5c_vVncecFcCS#*@#U-Zmu4W?qfjf=OS|(selyu zq2@c_aelJ8s~;ucQsWvoGeTV*YFSY+5+qVBzduRWR-zOVCu-II&g`?_)xFpmxarZM zHiTX!YLcCV{raNvGmJ2GlTjNp^>Mxqv)gy5P*Ycz4XMn~@EM!S*)SZ;bFjOwGfnWl zS2y#$Ou%FWrE$<({~;`hDbdfEB2HMa!I1#-dE7R+pxUF+F+40{LZ4a~qq-*ixFZt> zdlJQERT#$cjp6j>$AT|Zz-(8q!;gAb#x3X)n#*I1wfG#=lJ}>+d9oU&zcG8;4DP_g zjRQEFIskjd!AZ!&mHygZ;*>9?-U9{VvRtr0kJqm<9B|L7F}ME)?w$W{dSIZ;*~UeJ z4fZ=hBpatafM$RJ1ij))Z<|*S0CVw7inYCe;EfqoTnx~ zW6xS#t-4zJ&9yTVgq9$0^(?_dVAgV)u~!4p4Wd@^!mf zaRrhA^5HB?MxYKNREO3H-MzLh&^gTrWR`gYfR(M4YeHeK z{QC^mC4dJckSPZ_KB3GzJt?iu)Xh{7e)|b8&Fp{JV}%jEKvgm; z;O&Qw|6hYAkmg(aG&G!Lqw3GTmOaAj>KM77@nt}Z z(%=7g{2#i;LHN2Uh;v_KS*hTQLjUN2)KfH$Idt=kPd<3xj$75lokv0Xy!p?&<8^L- zLOa9cN|w2a3|LDsMQ;l<_V7HGIT#*3oycG4&({h=oF2^B4>1dr_lK*=5y|JzUmrZj z6GJ51yMhP@S&!wo~VfwXhggI{q^RVqQDlr{?zySf z5U%uioEQp-b1*c{Qv+T2*in75{;tcrk-`07k_-bh#8pIZlFa1oSd(o3-C95Pn;l+T z3wG4nn7u)zcBMm!>Jx_7Ja_%`1b^ow=4fyc@aj&2 zS4}75WNq}9g?WzZtEPE2ON~j?Rt9PoTE8UXa%yYqOYk*k)X6i&!?tx#=wuCt%`Xl8 zxhfzl_h6Rt)~}X2v-$O8d0G|n&t}fhf-c`Ti{D4p)}HgMjSqfRQ-VQpjJ()0$3|Q< z!O&HiNa#U=+a9>GUXOjW_}6S&sT7CMhe}gw!WX(2s5bVoEb3!^T6k}DBO{7Encyn; z1NnZ(*74Hqcx>(6p_U(kmV`aW6Q z05lYNo{=6lO?E$9*v_zOo}Ol8efH`83r{1=z!a%%n5O=;Wun{es>a#8b9AxOxmf@h zl`BsB@(`^58^ATzZGceQyg6|w9*8<|0)A4`KK8H+Q-O+0Y%xLvj?z~Xr%)WF=D?k& zWk^4piXaG6)c5368P{d)X^H$k`}fuR_^py)rnhZy+*>6mt2ZJNxxc|nU4x9bpO$)2 zAzN|;tg~kW(jujbecmqea={W6DKJ1=azElw2Rv?yeW)fs{5to!a*?B*y!*?SVHR%Y zk>bqx{c=Z*kW=PZWYv3lz+1!>holyNs#ImBg?9tU-|A`6m)d{CU96^cb?ILYIpX?! zj&y8tc0_8vV2b#hQ_POFyJHLl3C`s?B6U4|3mXq^inI+KjX1qrVi-ulB?F|+H(UF_ zQZGYeQ+r5vW9P*hgA*E3&gj3~2C+d)S-ysnnB-6!-u+^GyE{v(n11}hblYE+Z6pI8 zcir_5&bLv^UICY)ng#jUC0RJuy1LEl9uC~sKSDxBWd!4AnbUb5e36c!> zs&|c{6UXd^c}`o~d`ETr-@y99N!}wR^n& z5n10Y7Cc15>^Nk0b;0O!_&ZIk{!-mc77?{T6dz9T77vo+8n&oQlR5>T<2`sf*s&Gg zoO}Sy^1SqM#*8;O$Q$_k%laTKb-Iq z^L3^z@wBP|nzAJ1)ax_8cXPQjuW)A!-q&rI&EC5e6*?a=ZK`i1f(hIkGcy_x?+%QZ zxSTPb&)EvPx-_m(KM6Mq&CZI^Qg-z!Q}m4^SPr1*fUYJiV0wdov&{CnDW?ShAcvTM zamAtMS>zoMvGKNVJ`GI>DQxt($6cUZ;fE7By@5Zh*DJ2br0x)06umr}@x;(Gfz1s^ z442y0HNnIU=OI|uMGpj~gwX(*S-)O)!}VW{9VM<*Z?!2;wIn>uDn21wHL8n~Yx|76 zXN`P3oS>Mp%2Qe@vT4IYK53Kmd6Yd+S9&KSB5 z2t%bk);aHZ8)1*Ngj{QL=|nwyUA)`^%fB$v)2HZwrg^J6wU}S-x1VDGv$^_I8fHUP zwG3pcr*qt2D6ct)3r)jTAua?F>rz;Tk7W|Nn|H=3_HO_0|AW5fIR0st(!LZuNw0YE ze}E0$-r(jv7l2mK63^Ac<0&NdGb-cG5lV5S02z@?qqioP?oSR2W^`cI+QJgL2I72~ zUuzS&vT56qo!O*uqRqSTxM02*(^RiB2UNf{CXKWy#_I~BKrNVeK^&(>aWNHzl51LY=+@y)_%jwt<5r8O3AJ`)ium` zz#RJ&?f-bb!&$d256B#UBL`W=N#p-=Kj<--d&Xg(9u{jH0?R;@NER~lygjAqb4vQ_ z>{bO%#ID7eIwt-w?%C?5?SHQ{viOcgmNmZ3O@oF_J>oeX%`CG{1IjL{Ch$br;cDyu z2AFjH>avfBlvJcU7m8R7r>g{LEw6KPNYf(7LNw8_j;yIiqJ`dqAl2fKlx|)P$ow_< zyKprvl^zGW-!^X}yZf41O3<=q4t+uwQv1+WWTc_N0TM-J7%&@TA&oMGVC7%3#YNE? z{s)Bh#~}a!!TETZn4jg(iJ+|8Bic14rgfs|^2|>}G|ohyj+81Um-Io9c%s~+xfXFr)YN~G{lvva;Iexs4?Vi8f%77U92;`00ku+)nTEg!7;lFTmgc#p#M z=pJd)`!Evi*RQ{e^5-18$wI<90o4RAa^NZsUrYb|pa`-cj{mo4@y0~}kRKih{Me=X zJ6>ij9yIcyT9|+D3rPmN_^xAQhRI9H+V?H`1HBV0&BX%}iER^uQ#;H`pFi=1Z`QMM z@awOiEAyns^UfDl1i+xWVxX32lCUttq!&3Mx*&6WQc5AmUV(}kuOq&na2{E|_v?Jt z9GacXq9QtIqVF1^lp^j@0^=3-ROiLkOCWrt(JCgIq_eM;owa}vP|N>*4<++8nBrb! z>U-h%SaShtC1|)y@ps>nlDEe;NCRj?IXR!AKZQu&m$%8{%7s(YQZru^{p{_h*e@&l zDK0@=8wRo><&HCa{tHM!?A>g~VCc@9vPP7`wbf-rt`-l(2CZmd?-s zwDjU{vK_0B-sR-rc6B@65?_^G>c1eH^xlhn)Yy1V#Kp-Smvid@%)z03D=27pHkBt) z4*TsEV>MpHU0xQ5v=ts64lPSXS@7;@;m;!VAPsB!3**;Q5QPLXNb67$cL$8(;hgM~ zPA-X{M34Bb)|E67kv+0`$MyAJqx}@XY@S|DcG-*P$}#W%p82WwcD+w9Bm)xD69~m= zXqsrf2+|6&%Z74Kb8RfuNp}x+Kwe;ctVFkIaPUdEABWQ- z>#VTt61rrNDU3WRXGRpv%gft2T&#C7t+1mUq#+&?U4CTfOdm@Bny;@f#DCu7O3h6$ zpyW~ebD8}sULhgG3!xNr3LeLIrVD`CrTO=#zP=~9o4=cD zI-gsvKCk$n`Not=7D|;99>6`im+^pmB?<5H;RBuJ_qgsumZWz;mP#~+?1UQ~Y6^QR zuvHbL{*l@OEtjwY6}$Ksi;9EM!-B%!+Dc;vy1CjBa8%WTNaYL z&Q+qfc;U`SN%^j)r-ytg`Ppw_VPWW6;RNjwaYjWs5x2|pUm}e~tkCY;AuwPJ%;1UG zeQN4|hrj{3TBEWCG)S+C88;@rtH7PCw??lnv+0B4A{vS}vdeBq$A6url9Ox1{?Nu% z?*&=XuIdMKbaYL~_%me38?hV_PC<}0E&Hynt=Yday9v=pP6@P@`;FS7<$Fu{+~}aH z%wpzGG_jdemEy>o3vV+_QX=-q(BgvUxQ-|Tant4o(4L=00Kk0-vBrms5(eQdlM-s$F%rP-U>VvX4^pxA=%rMMNAX9lP7t>XaL`(VK8_0YL8Ydq+$*j)Mc|QLXZmoDgl`C=wKU9_due^H}p1f__jf_fIaRvqK35W7mc@#>iVD zEq>{9N{~cH{dei@o*wm+lM_3Qa!7Ydq1X56Q#^>@U~n*r2YIsD)lL2e(na6nG%v!y zBTk9MUr=K1!9`TECJJMHOfd!h ze){zSI$Rc^Ym&D6xD90DMQoH`zLbO(ltFxg{^ct%9i5NA_IbOz)m}sIHy4MMz4ja1 zChJMizR5gVFPW*P*Heb&$%ISGTVft6OxBP4hE6VWJn-)AVgSj9Y>SJcJ=V|5ik5NRj2LltP8@M^7sb>0l;MIP=ul zIQW*JIN>kfe9E`Khzr>LhVwPDq=1D5}}<_yn=T>>B(Tim_bQ7&nS|4_6m;im}o zYUZ-8w)W?pTDFr1(vQ9G0_Gh@m1x+-^?HNuKNk1lOIElFWGkFx;-F!i{)j`h?1&&7 znDgHcyer}J7Z)JVr+Dh5CX;Mf*T^k)GqMD>dsOmQbAA)y@x=GEwJ#q7y`)BW;x8^D zXgbS64gcx_ef*sK88yJB=x}wF?f}G0|47ofN+D9sWCv?4u(u0*mP6@BH+}txh-&XY z@Avi+@F27e{PvBc`mUy8%YmcI%sPJ$_RhrpiOBF|jM-?(LTgK|A+mCvhfG7#7oQmi z7`gn*U^euXs;IMow*v?OflZ|MK>%T3_1M-OzZMY=>?CAW=tMCT zccZr$9-A$LZmEamHVD7z8|a_kFjnUtM$3rN{|0~mKc>C{EQ+rEdlxW}l9onVT9K9z zM7j~AOG>(HVL(AZQc_wPMY?O3PANeemKH=hm)QM==Xu}v|8XrBJHuQvbIyIAbNBCt zHOX77c(A+^UX{|L!1l{sZqjs7c01oUuey@DVjlJsQ7KeO?N|tWmToE7#v=<>2TuCd zplk?&oL^-7YH4e;j^lG0L>-+A--Z-_FPrpZ;CGeeWjUI9zOcv4CP@fsh`S^Y(u4>T^iSbjTDemsbjI$5^fRcbN|V&feSJU&C~Wofru34 zb7`Q;>bhg_DlEhKqvTP*rUo0EDs@V05ESgnR^SE-k^3z5!nrDHizVb+g)jZ%#UMc( zz|qj!bn(vaNdw0u;j&C*^m}G6~HIf^y-`&y=b(+^x|RX!q^?J z#Z!vtAg=4nK}8$3;^vL?n9lpU(PTrGVogY0qKVIIKsb!jjFwhlk zG@D-tn)?tA^N}Y!RXfGK_Y4?rnpcin=%#*CB;`w7jj+EAr)%@nImOC7)l02 zwCKbXMr$MxNcU}J>;taL|yii-;pw4Y>TW4jHeXW&3|D6`}}mwh2E2Qd*5?P-Gcao`0ZAvi3o ztmg9#uGZy-8e&8NbIk4Hu$wdf+-m&Bn_Y3G1@{hwBbOq zjMZ2lI^MQfqj28K(`0@bS4_+tPPWlpUc|05JS?N?&R5$sm_@V)O52&09aXcoEB%i` zrALM>t^EPxyML?7L`F>v?n9nQJZpM|G<G!n#xD@g2jFGnt+)06GOzTVAwY0(< z6|Flr9JeXHL-=r371=#%{`5js`M%N+pmxN@zqId4rrt<5G|krd;lXa-C%UH2jS`*A z81@8qsZs5dUN8&F!omWi0t76OpDiW;}PRv2<0HCZa_`3Q7AQlhyZ(j@2 zW|jooz`6aIc$5%3q=FzaClWSNMPm_Wo!XW;1&d#N+1%8fuARHRKTy z*1>N-#Y%-TU_n~i^<*k_aEw@IF>db28u9+!LpQZ^Zp(c{W;GM&*e*~pM%Jj#Y!OZ5!Wy)WO<)4RC4K6ea| z*!aC}Ztuc>^GEOX>w5p&wIPA(GZ-y;!1x1h_r~Su{2k)@>qy?B>#YKLmkU9`JCHwr zUGv@MUL@$LOa!-;owdHdZq9B;FN|!aFo!}}fNp(bb(?!NyTU`48=)V?Uo=4-kBn;A zV=@skvUHc9mG$+hum~A?!B*;QznE&5VrXX$a^<;i|32>h^?uJj)`KhnJ>pfW`F_uj z1URytt^Bi5=|pADdh&Iw5Y#g9wv6%Ezusq{`6N7UV@ad8Vzf>j_06Ax*lS6OQX+C(tz>zs_ZIj+P;uxH)eB6^rZd@2 z5?vz75Gy~cHv0QOm;~<_CPb+!i*0Rfbu*z5I7xVVB;MQYKl^Q8k1jaPR5lCqCu~n- z>n!IL)UW)=L9?#Q4Q zzP12k2^*iCKY~--H}u~AN@s%ZJg3tqhpGQv*pH-5vgSDRcPOvu>;a-@F0X|G9)l_M zEX>S#<96Zr#G|ZZ(#Ir>j?Dau!VtS)P7pgK;Cy#;mFZX)cs^#+;VHiVm|`KuvrE&# zb(NVo5OCM2{yUim?R`X?FF&Dtl8mR++FLQUG8rQ$J#U&yXX zTdgGomn{Sq7d*Y@PkGWd79uSm3h|OyYIy^ug~mM~ecr=rO$PgTUsp(<%WHbmo(*t` z!@G=H9?;hjpgQb1?()T`%qgN>>YAooMs z1f)OC|9b4Thl#L{Y_aeb&O;JJM{9i5kqPl)0V$_A)d1gT2bgQ@bOqXY#3G-!gWF+R=w?ZuYZ zQwoabJb7?QP^jj4`@DR4`vW1J64+#AX?>j)ACzCA2rxCY%*gI=k3^(`_>9k?JE?Au zOYRYS)5hf#`9%rQ_rOj9z_+tSs}l5g&F}KO@2{7_|2eQV84Y-C2NrEy#>@>{{^DGv z?jCDGf{F=U?!pDN!Oy*>9wTAOc@2Vt-TZ=4F$QIm4dhqi6ubp7W(xr)-bk3vK7M3( z)Awf&XG`tB15#j3R8(ZnBhJKN=d!kZMCs0bP4# zZJ7Cv*}Ct$o&?;1EIDtf(rL;1y^{nxH%;7iKN=~3oL6-{y&%|h4zW|az=hPz9u24J zO6DN>Sbz}Xh*+=+3@)X>yKXRapr= zsVa{qJ9%z~Wm$D!iId&)G(#R<9$SJ72}exi=IO!IR{$zJ`7L>k?7uN_81_P>$M)*q ztX8A7sIC0F(w64L)R<=6_Ef~XLSS^$eXWk}<$6SVDTCB4Tf?y7z>f(Y)pxRhgxT@5UK<-(#Pe#LU<+pza!PM-L3ni+wkMli-yf~fQ zoX@9|P=%W>d+)#-v54vj)YTS2eAs8nALJyzIZ0G}8iXM>iA%iCZ?u8LM_09W9c#E0 zB_DF~B^^T){p)egY4^YsEQiGwE~A9KrKXZMKX)`YtA4_3Ye+E`x zd_u19Iqx3~cf31&Ns8g(`sMfA?x%0q%qM4_>mvJuJ#Y8@oj^&X0B=lrcd32XmdjiC z@1fzIyuq}%^c49>C^zuj1wY5`QPXWhN>_9}=$%~D3gJ_40@GxD#Zqc3{%kyMiRd@z z1REiNMa$Ho>;nTq{RzR$^81IyniP-CmA1BpI&jY2V}&}7PfmU*J*?y{X^m7smyY@hVuA)ym)c?iU>wA(V<=NE8#lk;1mG}En%w^OCcE*MP?TWi zKZ^F7<` zqMg%n!7i-P&SEC>q9cF*syrW=_so1^b~ydMLOL0^QTq@DybYx%V0ow^XFNtqc^oV^*5-~rty{UisudLHA-EV2GQCikfYX@jJQj|_mUvwS{2%9w8o8MVg>13gNx))oyz zQ@+H%bL14a|Md&!mvVVjEAx2W_~b@2ugl36xRSp^RtQ~fJz7ehxhnsmNnjt|q&M^? z=y~scwBLPd)@~+s-6bL8oHF4v?uz&Ow>gq151R2*u}DChdpD!Ew^zO-MJ0gXX?Kcq zG?W~O*e!cQll)}9XMac-=>no~G4Yif5keGH5h2%M@Gv8~s=fj~r;x9MDkGFjDU`oX zMd?8I&yxmxcN%k({^8!}t26#@yZRY}rk4AyRh9G!X_$vFc>FcRgc@(L!L;s-ji_q9PtH^b7Asf!+*1PR-x~fnr=TqV&}6l*rkF z-Fd2s$*E4|Qi{Ut)Ff8k85`G|3|2A^8%+8~vR(%H@RPF)ZZ+8hTCo=;vb1SM3$I_} zKn#3m-Tr7FIpYQx+VtHwC84AY_N{iW*x9~s-q7$9w-hCDFp2+HiSThV-bEQOI`u^h zUtlhI{r%EswKIg%aSJ=?vFl`v)Jvkybj=t)u5j+x6+u_#9cyYsQ^=p`Ua(ZJRA+^m z&g0ON(Z|c6B0>xK9zHMqkAuv}W<2#{N(vD)sQr1ukJMIdy(8c@L`Nr4(a(Xp8Z%^N z^o9lWzm9%00DW8wR;v zhQwV-q#Irkh?9Vz!WV7y)7lSU%$3p&Rk{7sQuRrD&4;t440OY+ESRdzPGzlJnVXMe ze|=T4@`DOSL1BFin}7in6d%GyGTOn&fynfna+O-1Q)6gDV^fE6Y0t!WZU_66rZ}iH zuuFXp@>!gn!N{GoZpTSo*?c2?%#hKv6bNbtW(b$=>Z;z>r3=*^-|?M3{&sEc7eLx_wd zS^QY_cNG=a-VmU0UDZ&P1+WW2Rood=#nB8wS+tc_uciJo>K#rNrO%+(m+Ar+AD;!H z@%nXNAnAu8VhRd2qm)GcHn37%EO`;Lq3c)S5gH%y`0)#)RVwLN^%S#XT9D)XLZCL& zLKC*>_XIY;$mQ7O=Lh2^F^O_;DmUg|2fg?rot%%SJZOM-sjmNm+e~8pFAsSCp0xUE3t~lAT;lL9|KZwebcSI?!Y)F_?x`VA=%lO~a)wRBU^V4mk zl=_Rek6z)AI5_eQvytMa9WcZ2M-! zL~=HZoL=CI&2vgJQHI1x;pDb9>BAi^xnjy!p6MqUzcU2olIK8p#pz`#{1G=0(r!5L%>iB z&+Gzsn>Wf%MP2q{fL(D$HrZ%y#B8&3azyHO9=n!dVEn{T@L@5@uc*?L-K8x>SI$dPCQ>>-WeVn8{6NL&XiR?fPWpfqZ{AYpFk|& z#jT{QT8C&kiYE3WwI|EoVP`owSJv>&>$=_jjR>PSktXEp6bVT5h z$DGCL>pT5`7N7iFiyI6{#(N8IgE6EnFoyJy8y`Gj>~;2N7hod`8husF+Vr({4WzHJ z`S$N@(I_f`50k2O1CfvOytR_g2<#lcz3{a9$~0ypdNR1-&T^z@=61XCbByKPFrowX zE{kVMnjf#HW8n|yG?R{+3s}g5)11FZTo6bPhHqc0J>ub!`!QWP9m5>|eMH(+{UH`_ z%m;4@s+9QnLN)+aGer}tj!_Nwzz)g=U)n_DV|3UZ^M0}&S0w?@KRTthXdvfZJ!5ytSfmDZ+ybgsjH!-X{Dr>qV^ClGo!^l!Kp6|J= zglm%*(aW+Q?%S}lKdk*yBtK!NR{=rnt?k+k>IB#WNK9QII#t;N48_Um1(_#=4>>ze z6>S)D9?KyvLmHOU8;GV{Nn=;&8aknhKDSCLp}P;u&LxU+I-mTEsquQPrrx2KIAvsD zF#GjjGE?_$ak~&1K|KzuswyPtq#y3{tWu}E{nXu~EB+B;xs@l_=k4Ee{$bgHg{(}OYu0x@|j2yW4#xocXWmKOU}Uti{_qn`==ypa)(?9Qc+gnSXJOd&~?c1f zT$lng$sBR1AdoO!SO^~kUs{Y}iR13@vY4*LBWgxt@3YAlc6ML)v1V0I!R3p$kxn?C zIjIFgN3jlhD{5;SPKZOYS%^BGd_n~_lu7ho*-jfkT9yOfK7S~wc-jekzz*)XQu<;K zUszZ;QL}NwxdJ`X^3fkbw}>+qCl~9E6UCDAiv0Bz|H%(3NE?y4dC*JCi55;98(KOE z>Z9R|WrkqoTCIxt(@1xl1tTMVDL$g?8aW|<3#Z10`eM-6RiQj#`y$2zNBhKo09}7_ zG@@fYoI#b6osH?-90T%fKnJN6M+2us@{b~BAKA+_m%z4h;x28g*tS={MYIdIzFus^ z6Q9{Yr0eqNc4x1ER;_GmXKK{&wrSWBqh8|B@4l()yn}Q9B32~EW?$g;7lyyCI6TwX z3|9p75AM8E&rg2RmjXnLU!Z$2wDF*jKzNJckEdV=YUGgIB0zH zlSL176lLyMF1=YL^s3xY$oI=hO0VeC3ire_ zTm`V^5gPR63u9tRO6T0%oEgsicUqUXSa0RTWd_nQU#o2zK?${nnGrwQFCM7I0P4y8 zZ`2uS6oI~bO0Pp${(cnXjKpJf(zuwMR(gI_E2nY6`Gx!AZ0>Exl6MVV@Z9iQ+y>Fb zUpPpf;tY^*Jj8v7n-Gxs<4xV~v))u2wnLjav&k><<;XxDx=a4f-GQ5L(Ssj9(`PeL^yWmAMo5mHF z?%9hna?~!ot1*+F?8+G1mq91l_sqE>m{EnqN+OW&pGS}g3C?@u90dN{EUkexzB*Znd)uO5jSra}V=Y6rF{>*yh2b;BH77 zI9qJ>PlcT^%TyA)_Rg>egx+gZ67K{uw_8( zdihK^Had#AU-uxC%4bWa;QI(5it1N{Hi)RQ=Ifg1j6-I zOK8pxhYT^Ft38)dtOk5;cGiJJ(gWDk2s?reZ;*Bgifh%xs0qgCT-NUN2ufjTj;kpLBdC=by9{2#d@35u3k^ z47i&U+=EDqK@=g-v{th<^A1GC>~H}wJ;*nz|BA3L7F+U~j5MYs7@!&qrW*7& zF1nr*zMM!|AVt*VVBh%$bB%Ux)rMb-1+1S5BY^`PXpojbSPHL>o7-Uh{MFAYucxL< z?ER_y?kq0@49zZ$U!u(w4KzF`ReTtlEAg^(Aiv|@)4ex6)!=Y;4yp0F%2i>!q zaqdKgi?lS9IlWZh-UGklo6WB@HC4ce=n5Qc4WXmH#Od%nY`@k;q4t3r))HrCN~4(i z75b>*tD5Y(x2y3&RQD!r^#%6!U22Giwkh9C7x(V|oz8<4fJtv|+qwPSt@=MFeg-JX zuWf8bC$20Aa{Drni+VD>bFUA4eU`TeAwlf>Y<7K@Tz-b^OO%N1lUgKc_Q#W-l_qUb z>x3wY($#wi1PUF=-UskacG&N7JNTmLW-tednHZz{ifRMWcKYJ+?aDrz)sbIJ&mQK} ze~dHQ$C3shp9^HZ)YVN2Wz`3a)CYth%Ez&}7B2=)AMCR6@C=zFg_9ioq2*xrXTNOt z8UnLazSy`iWiVF-4;O5e8pTkL`9q=CBrZYa?*>1C{iLxVXfztE_>_C|CSMgE%dm$^ zs1H<^Bk~BS-Z^`J9Bo7T9a<%kdsIdv`0=iM6i`vlcpA3#XVh;OpK9~3vn+!)ax9qe zeU3azH;stH|LT%j9k`xhmyoztg($y_df?i-yU>g&?GiHD*(!ncc6CXY{K~DZC0Cz+ zLJQ?Xmz;U}#Vx@H>aQ(R0;_7LJoDpRI1zG`JRb+@Gp<@ng%5w7J~4@lPrzz|NnMWZ z0rRsldd?et3^vX6(d8RZ;HnV7+>Lth_+8YGKtkCM_*<{qc8*FAKq%P4(x}h)J%~9N zc)+lKL7GGQXL`^B-1k3zFO83RlfL+yZ>lxyj2qaZM2@|ACPU?&sJ6AC{dzJ=_BYS< z%6Pv|2JX54S`W)Cc;L*fu>Yw1e#917KSKUy?`$L~qZA%!a{F&~- zTUL@jmZJ3C#e+zUqB>7gVlyt_Bs%&5H9euWW!_+3(lLv5*+Ah>7jE5wXKgfM*lAi^$Dq(-MFHti+ ziS*R;PU-EVGpk5Xe~K9@;^(8Xz^jQQj-fsKE=jag*SIMFX&Uf0H(%aMoW5NU|LM~~ z@`KoM2Gs2!(7XW?P#F0~FM9qChy|>PCpgQ;?hJ@oSXT@PmpX|XpnLL26-_=-6DaQ;CL0Nrf_<3@2QgY$8KM5(RqQ5`TEQ{jhB*#VsT4hs~Gxoc?bw#dhig=wV%(hTtfF;EYL z0xt_rFd9Aj$K%|}?vbQ|S`Qy+TnO_FE&mAdn22MgCSZI}wO2M*9sWM@T4oDv6Gf-o zwR!d`4Vj|gdUZ*n4gl9}+M&G)t)X4m$8SE7*G>vQPJY>j}~ZL#6=>wdE&=b)5Lkk7$zXZ%_| zH?2JsV#AZ;&U&Ag|kAq}43(k=kO zvXl^L$Vl?uw{PEmdx&Ln9IB3I4|p3Irpuzd8r1j>=duTc104KOyF>^+svlr~!KB@p z*uY+imJ^%ZDtoUaJycRJ32TlEs(4uo=bI4BoRUQ9{RR+RyXIGQIu+Q%Yive#D1?rxA34L?~gM>?o)&m z@zMF2AoengwtFDAvsGcDCvxC$XHLPP6BjV>M-c5y zTKxDb3nt^a1{X^dkQ>A82;@mP_!Jhz9MK{4Ol(64^j zM!oDhzc{sfO2&z_P?427n>56Q{Kfp?8vX>UH?03E1&-7b#Mq{6c{FxscCHxT?aBH) z23}#yP*qWHAW}n5KvzW+1gOG{GZ&4b5bu9p!C!n_Mc%1f89^-8$^CgDFP{M7540Vv ziI;!-_Ld@P4}>Hb0{x)dT^kwtf*&5dw|u=bnR?tFy(PH|*;SYFIY(fn&Y^L|d*)PO&p-{#YH-#qzkdgw2$PC4565mykj(g;0*CY&9&h&pXlT!v0!LX-Cb5R?>5d8u;J1Iz0v6DW+fc2k zVNF&V(qr3If{E(RXtZ)V*s3-7rFuoi7_)Zyvq1UU`uHo>;y8_yseD)iHFGceOz4fV zsoXY95!ZX6STny7D7XbSJy0vUCFOOZ3!d-5=i`=U*Sl`+w);bGT&p zGc1xiR7QP9iX-YhKf@wFw+!PA+l_dyHAvIWmUgQ?al|4A9I$_fQ6O_5LH8{sbn;~j zd6t;vN5Gv{yFZd#kFN}$kdPvJi*gi2l*ILFpSP6VWLIzXYfAnLx##QKk?u)Jx&6YU zcc9({vx1*lrDLx59Q&Hkx}wH(>T{Vn2egX(bOv#S^*1Bo3b^wB2o40yaXM6a_3D=x z=a<-Lhk!!<&p8%7+M3MokGQ!LU%>6W;`FDv&qew9?>jm=8ee?XD|29NEp@Lw+{vrC z;vCwGf0qqu)4fi1>!5?2qm}WTKL0v#t4+b1dbqa82$3G_b@Z|5&|cVG-COkB#bzU- zYw6s24fagG=cB1fyf|>7a_oq!b9wAT%!VvvG64e5{F&9OraV&9;6)%?w^T}z z5IuYITrTu-?tZb>!{9p7?(StHR;jJTX0QXG3vr=mv2cpiTMGQK$%*m%j(W;#vlx4A zErkgUw3MINn@oe!Is*NoV-4rB7a}h*U2LC2c!_w5$$&5P0H{nrTVN?kNu{LsHZM-L zf$hXaUeVkT5TyzPbgT42>OXTGbg_L(9rnsfZ?e$<)xp7oP&$Ho*hxI!V95~e=Dwknk|n=d7;^J=-5;ldF4PhF=TkQw+!sPJe#J&}IeykBrB%iD%FvfYMwIoQ#kUAs$qHMmX}{^=!A^0t4M3R3xKxD^WDmx%k*Za5vG$`$Gdn0-Hz;P9y8f= zk00}z8a-kMzR>+c^93%XtE;O$2t$R=n9f+N%3ST!x{wGe0ABcQX@DL4mLmD!jK03U zef|BeP32|ZL4Jp>gA){(GX1KJNWxX&aFR6b9Ubi$)o1~M)l4#Lg-Lj{ypV(RTIet` z0K>}nPWTzq@Tq9?{c-)SCP=~ulki6>&e~&p`PcCmCy#(Dn6yqwd&P_XRzQHysI-b}@JQ`;FIP zH{O174nj_XvI~^Tf5Ri%NuqDxSSyuajrs;r$UnUEr5VP~$|_M30^=esSf|8`Z-ri~lp*6f>pq zyXnf@pZi%b+luj*drF{;cF>Vtq!}nxtw2H4pqf_n{oMmkK|)A zpY;pY*D#JE85mgD&wOp4H=?jXH_)H$k>?|43E-}L+2!*WZQXpr=6U-a3>yY`nwVtG zZ5u_yZa6nuAn0o)GH1dX)oas?O=|Rqzy1nl_1Fec=c3 zs^&xI1#N9@H$9CjOOTNLtaZMOyiXcn=E$FlDZ?LsgdwzI&dc`(&m)Tcsh300WfkA` zYrwNQIyx?_%gZex$XC&b0Fw8P&CCuf*R#EqKHG!luO-XrfyZz-2QHC!^TqX_uiD|N z3ev${Wh)wOCvW{>=+1ZXNR*={EW7G7=g{@Y* z#90jJ)1ak$7fYz`EjS=NRGGlu2-2GFHns{|g2Um0DOwtIQ(RrRPk3p)etnJw>E38C zQM$|CqSy~m-#sMYFb&rISpLuM{T0rzfcylArej_X-Nktu%@2 zE-z(E#!q|@@DDMzu5Dsp`{#dZ{Z&_c8P?7?u*%hlvB1|Cj$0WXeW$d4r{mykVk$eY zF5&757Hcb>6A>M4Y?-uQs|1Qhed84BYeD zr+kiAvMg;g7(sTZs%>QSBO0{+AZ>kr%Zdu{8tomn6}o|uL&{xfxfC&^Vh^{-jW-lF zenW4krpZW%w4atO<$q4zkQ+pN!hvW}(^Oum1&T;>F0xK~=C3Fd7g3tu>wQt^TJTOW z%sr1mwb@TfkGVwzPzBB1R5`h6=hAb}2l%v>wTd7Iohcx%O|W8vfPs&)PI~%wbYvF7Oe*NA61fsC!PcIDA~;(PE5@T*gbK z11~bpm8W{?KI6wCxB$M`An<>WJGp2EJz4c2LaCG_SOrcA zoG*v{+I4=U4CEbiu(%!Sm0u7jDxYYnfE$8oX%0zYBJ45T=BQgC7E3aYnHKr_$AB;% zp7Ne~Iij6Ty(FmI?61l7)~ z@SW=f?dm#Hndo^26RaV|6v^~YoEM)}*^RTQeC9Wo4rJ*CVQxD*R&YPnV8I3LPNOKC zWj|l5DglLbfNEs@!x=Oivs8KaT%0+O5Gkcm^+>QJd2!9!Sv4(_eNFr_OhE>1nXXm6 zSX5uCSj~`-!1trY_oxp9zGJmo+t}co9q&1h8u{k~2=23%1Zkrr>EE8GxcI)Tew(GE zB92Z2A9(2Nenhf-Xx}R9Ez%s@chy4S49LE;m-i2G@vShG&ZLEzC%>6j!;(ckKQa|< zP@Ww4T{!W5_D}W@sT5iA{+t$;ug2~v!}x24N~WCWraXudHD2D5y(s1;KZudEBI<{t&D4_8eJw|RoYn<~c3L&vA?=W)l>41EN z>-tRZ;-u&pRaE}lRPz=%N$aBzMMNHWdU^`sCW*lTo)6c9_^$C;w z!)$;FdFiz46|(9|SYdrGD|_^NNkY^03l3z=`9tept`R69lvf+_k)Y{k-=mFB+hxsa zfbNa^p(=n#fp7WrP!;8-*w6~oh8vMM0f$AOlsk5iSGH?@q&2`1c!c$LJ^dvwZhZI-;#NM!B2=Mt;fmT$I1t0SC3RjNj?kQd|-s6%OWeKbSKKUPvrRKEn((e}I z3_L>0WjyN0;wyrQuPO)p{R*RWE$k*d7cad^$zQ>fUB6uP-%Il7O8EQNf%gpQj0O4l z@goT9{sDwXBqJy92LV)OX6Co%w+K;g3O-(5Lh|aTr!Y|#BcQK7mX>6Z)HFu8J?q>} zL0TO=+rkc~C7C2OCB*gY`u#;OQ5|#`Y#|Uo%cTlNq{=b?xzzAp(8#T=oq@BpnR=lp z4#%k(n_+mU`ib)aPGoY(eV?TIw)p$+me`n@VRJ|8$YC==1Z+-DVN#^zzG8Qg^ZC#N9v}-2q#>S6)!I@^Xlq!AEWAi5Aq;SK_Pniex>u{fH(DlrVe~O zJT~_*^Cj#}${yGtaF7?Q=7&CzxW4yN9bu8+VsNYQQx&;fUlEDZNXkE7*v8iJ+lgkZ zYleM#GVo9s8&UG5IT-&UM>_mc+k#99KfWuW1=S}x@+ z4B3*z^6V-4)O4#r7(T%OJ?lxiVBTLm*8=ySw-I&0CgWC_lhYGL@92#dqg@huk{`*4Rt2|hQhN|sQj*AG$X#)8NHSsjC{ zNU8d#yk2c7#&C9(&q2+5a6?zr@Zg}Vm(cQg*8cFiTYr6=l+dNDjzP*Gz=})+M1@me zpBpGddihee*O1Xf>*pPuiA-1NN$ZxS9anl}8w`JqVh<$t{zIHtuHQ&Wy|&OpOba47_z9ZH#)i;4`=ul=|u=Or215tNsnJBX+9gO^(9>Z}#k%7^ZTV z_o3ZhP76EGV*|i?Y+yYI&hwD_DbAu1)z%Iwjdr_N$6G899|lKJ3w~r_VTl79=stNn z!SO^YKy2o-+xUD&m%hNoVMD-D`ORT^Bq`X)i;}%CA^MSUYifdsee{c~7V!HoNqXU# zhnRzg{x_BbsYK#mi6 zyp4FP&Y^`WG-dw~!leanC`rXIyz?qOxB%FMV9MB=pm;#|KT;Evoo87lw_v-a^(2tb zI&ZUzLcmMK6XTqr2sK<(;nlTiKsU6FC-7@mJjsV8v1;x^o;7Esp>Nl9xz9izDS&CC zdAb)(>wIXQWE=nm@y<|;D;H3SEt%l_zY+9!i?*7C=o=g2K}6`O^A*<94@c5ltx}vH zB5GwzZw`aiP^X-BGWJRj-dPoc5<>%A6JNQIiO3ZRmQE_ufq{BD@SgBDhZ2@7@{pzd zTNalz0x0YM%uo;F0>xYVMTH)a%EI}kqk+0uF|sNEO$8d$x2WA{KE1h!IA_k{+evNZ z;=BWgYwkT5IoP{3NA}i(bz9U{FyB`gL*SG9s(ByGoKCH1;nEE^0u8JZ{gEw|-T%L- z0^O9}b`LtFlkVZxkkC+uf&Qwh{(1qp5$FWvvl*$6D+l_cLce}70Oev&iZa}PWzhAn z|B~{om)kkkvJdVZLMf{7n>$C4vRf>+_^QCEvJd|Kl)J%|JMXhiOfsGQWQ7E^+a|t( z(;ciQ{=3r?o2sF_x>B^^nFs4)r=Ws(3}XOal4|5A!RN{z6Uc`AkG3W^a{fL9X^%Gm zIw@F07$KHC6p8XLW$gJO5E)q+m!*nhOEsc5Xu1?^c%lK;okO$${P=1)hgS3i>9`#>Uf zPXQi!fSbuoB`z$S0yg>?JFO;Rm-;WeU9}H;`?9HkZ5r$ZKyDd$3z0umEkSCX2IKLG z`0mtB#igZvo4&>OpE(1kEOoEdyz}-W1~9v^J9N|)teCLU0aW17HruC6Po9tv5D-*l zUx82lmsS#?dp|{%xVgCxLrh#0ZQ5}lqHA*rlBbscVeyC3*f;R~HSaHY`McYY;HIRAr0QleIB5v;X z-ygZ23JMU&gs6Wqe@6LliiAOOz3fXgDd9O^Umq|8#SlMA?N6Y8SRmC}sPL-Sj)IqE zx>mW-Q7dhvqvHvO`!TAPPd&ixh_j%+^A|s8jeL3p+5t^>H^(W71|DTA8?+GMc33^M ze$@!lpPg(2!6q!_bj1)sIi?)3=?~s*h==FyiH;;5-r$!XW0aG`F0|-p?gL6qe*vO3 zqD|m9HK^K0YlYZNN+Ly>-!U zP>d%Ps$3uCefK^>hgPm=wJ}N&Y}kf~(IsQpTJ{k9mTUb9nG_4WT#>AULt>y55H zCD5~-=)vWN3bKhQbz&>NKvXgg8mfM?247M5Fo7IkHM+5hw=D_W6Y*=BJG^;Vx<=0( zr5EJ;^Ycb-EUq+e?(PvJOd09v%01Q$no%Q9_+{4(Bkryn?oJQZV_oqcmO>Dbu)$Bn zqztUHLZp9aK8hkBz{I3*F6yV`Cb!@GlRf>JVa0OycVixZ*Mt)k#B+zGmq0slUr}A1 z;h6Wu-PB1*PrxB|TLYItfr)pPgF^=%ni^=A>d@Jwfuh*(*!AfCP-{;00PI0Z;(14i zJTrb>bXfteJVCer_{FnFo|t+8RNY}V?&Feyf)>blD$Ed7ZitGf!?rneTnDVzBLkt< zf1;#_Yt|DKt>bw#EteW0!V{`$Kshj z2H~yyuNF&y32eW2Z!^Y*;QeFcKs2bT=^+U&>Vyf-Y)H2OVF*6M8NX&&2ov)dUbB}Z zFam8$lh0;E(*Jnxw^lwn_L?X%hhCmgd7Kn2*88b{Np9*?g3*56P!Z0(+;EF9g|tfV z_NfJAIIFoFRM3@nr6LC_Q=HY~4`L~Y*dXAG?PzrIO$zrjF3sUq;I|1ulNJV>g1=Tq{7QPM=@^16f;(sKHTi^aQluDEz| zdA9$o137pnJD^HY3o3Qntjes>=#c9UAm00Fnw+bdyTp(6j`I4ne2ifQ-Slc4(LB%B z5QBApahFz7G*O&EN76iyEE!st1x+fHq@5{Xr z0NWF3=;+`;KqWun)jvvoj}6JLuleE7nxPu1j;xy`&-=lXDwVr5!VEmo20kbs<`><| z`_I8{li0F~Z~hpu^sueAQI3RTjMhZ3N`fd{Xo>GtfP$P9GcK=340(Wgtp|OE(jtT` z4VUsM*O$}QFO37_TxS|^PALY6+2&U z_lDMGY^Ds;9nop0h9Rhs`n@V4>*1YM;X|3;5188R7 zWsJRh=k{$k8X<=Y#fIjqJAv(=l7-OzG1ww}Z5Ghe>u39y!l^I;RI)03q~J0!z~o(s zc-eC^ACbZ^;1w>-V zAR^X|&_^$AZl&qwgPNV_dCaVuEr_bT=xD4tr)fJEYW4|akPl$H??8Pj#_10`ZCM2t zip3Q>FDgWiQ*B1C$fUkw_VrAlCNRxDMBpR9)RpDmNu%I??P7m3X- zZ4#%*{F2*!8J!QZ1OBf{~+(26NuSGE-@Gv#d6<0B2=~w>T}~w`dZ2%;rH@Vt4Rh7n9BU3)dYaFg)B6CXD2#} z^Y5?EX=aJIIQZ<@H>SZsZi^2(Iuvi7bMt$iKM}ChdeHp`8}x0p`izgR*Kpooeh{T!TY?CT>_dTv4hH#%-0%=rdCVO&{==PthmJ%LZ@+4u(u*QdsIQwGTp%qJMyxVj` zfb#6`CW%NgA6vQ;3P&-CR^CUTa@B4)#U$)1LV)*M@^}0Z>uI{v7mg7~`lXMuM z3tTMhg5u)tKOh9SOvpjLs<-Y1 zp<>M5%=34#)yq2WLse*{?~YPq)zo7@Y?rpDITrWIz27GHSPs^!#scj-JdvwG2=A_{ zXwcmCu*PaleNPosUr))6b3QtN*#qLcizy@dRE%i*C`~guz;%c1cs6?*ept%KbqO{! zv)cf(BMVZTgRdCU`Jq{2v-h&m{lbhLFP@zqrl+KYrSGxLA1e>;KdjgF0?nxL#&P2K zlblUT^HXrEANBles52i?o#p=coC53o7S_pyhR#H2uIBI9mzh%c)P8}f97<_0VtR^? zrZ!(QoI0JIHv0BC+B%@ncG#_j!E^*cBtvk)(dzz^qwD#4v`Ox(_0Qmf*R`l21sDj- zK7QzChun<_?pOFizi@ZcGG9iFAPH#+k-=Sl0)0A?YU!WQGK-4&RzAE&vvm0>v$o_o zMe1rj1=2R@MI5l#+7?9xfWHkHi4%?ZZO01?5yN^rb9W$hbqR4hbEvumO4F`&axSqH zr~(higQu4WOLjuS*zW&V)_2Fl@ki~hPV^9>*C0C4f>>P;B_VpWM2NO}U1s$t;TJu6 ziQXc5TRjLNf=Cd%dbcdm%N=>|d;hufv8-Wd=G)GkIp;ag1Cr-**>Q(tkm0pQ;&3>! z=j;_>N*`N(;fhpbp@}9zDm1?YM~L$_kgOFkP@r5Z_B4VwvB&LCI&mB;eaHyOLbJj{ z9BJ@Ce@WbdbXI0WNl^PfA;N0sS2Tz1-j0EOUia@h``W9G5|`nB7R1!_cL+6?`dqCq zX1?Yl8n^u-SJpe`mvA#r`0VRTUPOFz&+@GIDd8Ngn+8_l*h}#F_gn92%E?*V?eG&vYUWa( zv%4;`$W0bn{K+Q58P_}B`K8EbWXcGvktDpme*0$v+!7B#YTta z?#jSIYGiK_x6s}7wfK1uryuMx_4>RfEDn_fCryiH=}o?`zp}<9E8EH>076h?0C+n6 zv*?p=dXFN$+vg||yPQ++sVFNW2H4gj;Qwu3$7jm~ykviE@iMZ8gYdf=j=E&t58Un@ z#WF@>ibVnR)s^DQ2j9zA)aIs%noI@OcK1pm0&Ip&tSjFM$x5`h48&)@rCm{kKnAGasjGl;jOL(XDX~TZYd?rH7y@-H zhgv+>C?LOT1CMus*e{+`8dzx1*x#REbs3Rcv_bv5_O7#KDl?$=RNSx<7 z`NR|w3nFaw-oG26b1dron`YzRO~}K>myeFbPhVrJR99we3dx05t`!GA;iCuj7ik{g z4kkLvROBq_2XEA4a)IhNxb}##7V=F2rX!91TW^$03Tok}6xsciOrBTgK9==tz?{)( zV?)7XK9qzwrqk+$U^@_oTLpDTv{DnhEUcJI(mJ@}D61e^39slF$tI<6Et%ms_{~Gc z3~;d@ci)LVhgctec2yxoPfx!RNCm zTd<5eUDlgFp7~*DOw6s)sZAE}@vf65Y5E?shJ}yy0Dr<2VM{Cnz0?H!-!$!1N+6_U!&Zw=brL){D{fO zU`&699}by%&LV0u=@(qa=I;?0_3reLGhU(|lCPwwoJhSUe7309X-Ff&CXyxcgF}IX zRGXbiD0ghK=Ni;PUsyGl+8CqAQ~uvQ?lS1PD7@=6;);O$_Or|5HpmePKdT# zy3BX4|JyXOPKTn`2u`FSn^I^kK5H55#Pk0}4eYH3jtzgssUvW3B7&dTS*UOkgWA7b z7TTZ~ku+Ecggu&t4GW;wO|L+NyA?7dxIXVtEx72d1w5d8B~{4W83;o4%ws?<9P8m! zpGYj!f?Kuxy&>7JZnvNRV55E8@uKQMqHs_ZjEDBS|IhATnSv=t3CwW1hmI)#BE$LHEbvA<~_lE5&enO8|pA zFXVSu;U&)ktoy^sWm(jFF$F4}Z;0QowzoKNzTZcce6H?o4!eF@xuZI0T(Hv@FA_K# z&0=-bNF#^j#=h{!h-iAXF}zDEr@k_w6$Duw_20o3nipq@iyJ(yY8- zQMj8I;S*y4RKYtu-NE@HX5ZtIE>=isb#-KUYpeN+v7N8<(_%Z`SG+P5+TD7e@E{sIN~k08oYHT@tNqpVPaJBM6UXKuGCy}k9Tt64a_&B?l}czxYXDNbdIAqX z%;Iiq5X0jLbF2pTe_)pI{LI$|zHgo=xYb42H@-Ptffz!vtVE|01g#q5Xw#Ah`B4%~ z(yq%6vn2ly+&DJeK>k(3;*{`=9i798k_cjO{I8mFZ;=$@`^P)Yyoy6>@7RoY*5A#D zc>iDly`+;j#bjMe)qd#RvvfN1jikZj(SxA}IP}&mEift}+x?uk*74iMwF- z?%eLL<*z=8vQjRRw|ky3URZYAdNUoaRI{b%QpXS&?{j$CEDD-vp(1$Gx3rEG-j^PYbm|Kf9NQ#mUI@Cpr3y6B&;4_nj+c z9rN-QDJD;mDv2Zu(3?+)s4nL7a!TkdyNTP632>lruRO|D+GJhu#~U)J7^!fd zBcS{eDc@P4(KDSLTZ`_>XPnESN?Zr^_K{!V0TD6oQQBQXf-$(-Y`2Gi@9#3 z>KZ0}9Y$Tm9Hj?YSCt|Bv+T=02twxb2Y?}8IGnjJ8P*kXtN91ELZVaTbgCw}|4oCL zxX1G2O#ERD`7Bl*Zt9-KRw{r z7>mka_?;^}%faPD445h#Zu+ltW4;Z9T!v??OZ^7(a47iNj>E*(IPE-pCTMPNO38}d zVqdxNX3bNU$G>)qRJ?08^WUc(NrznEj)I*Um^k3Q8x%5$}NLCR5#c1 z*UnrZ=CT=GuW@=4O{ohC-_9O&_XW<@%O5?$Lg$69Xt#eFB~LC5>~9oSRAb%)7tPJs zKP}{+G1ujG=_gnzW`^7G(Ez{Ii3i2k2-!zeXd=VugF9~usrQc5HD1ynEgQ&un}@Ek zD=rRrN*zOSri3)g?d??CD+DlQztf+Sdt5aRvo>OP^_`@aZsE*Jf7lx@x8w7TqJ$U} zKk+XH6+3HdYeD!|7gvHj=lu6b;l7C#P%->Bw+KcXl;+AWD7bC=6}Ulmu7OAkko0Xf zF7cn~1Fg2r-_5B@WGA{n^9LJ=QHIC}=)ifLhdQ|xeI|znC&7|1QwKpqsd|EQM-BO} z4$c=l?~~pWJj(WU3&y^}|N6^^a~Z{l9v%mOmL#ygTgM>r(h@^&dm{v0c#kgXG03pm zBoTiwUjqQ1wwye4v}iB5yjEzBY8qzqLsKGpkng{T(#lTaJ#A%o8Y-^v8$JLT1Saj& zV*a>VdO6|Oh0L}TZOD+rT9}PgCyR|$DyX3}yjae; z&@sRxBVP-w`TP2Ay;&Avp1U!U;DSp829kaE+0-#C9R`flnsj~m_T5}iG+juvslGdt z%8fZnK9=AbSD&{4UK0z7OFn;o=O$cKY1N6;4gceDe`8}q&#Z;@K1$-*kTk?CTxJ(| zmWS0g05d6X!4Nj;lMP-i#lf@_Tf-$ml37(M7~m+<&OI7@&o!R5v7WL@S_fKd=h3Q# z`9Ct@^3BK)JOp%P;qfmjilMUT(rW&#XVml$UKYwE-o53f!h;9V($YdZJM?sa?bIaT zJ}W{e=CUEns``I)#i2BXP|8=#YykTVlt5BJ;iNJjM;q@!PO=$t=k#UAk~QU*ljHb$FURC^7~(w%Vl>>xQ-Cx0YuXM5HR8Uk z_Y;$n2)lQRC&k>b1}bB)t% zGg&!*n12Df93Zh|CRnYo*oA}K1bIR@&K`cxM+AO`PY~a`yRPuF@$&8;L%$sY6Mp1n ztL*`f^@;^7@jvFbjZ$2IdV*g6BLQ7c_{!|yiYu$iXl}>bwfSjnepCb_`xBOs5`GYntkaS1QU=fCDxb2F=p&aX1p_w6Dv8{P zeuI}Hs7kC50Oq0ZuP}Y0aa$lrsOdOj1c^rPw4tAoAnS;u&g;yD&9&p6Z5y-2@_u{w z*TF%Y(>@_O(CLNveZk5ul){6rJSd4Hnx(;eKpX&VJ}r4B{uVmko0-0VN5MZzq%gj) zM@|uHRHbZJ$3WA0Zg@65+Y|8-U6=sj;|5{vrY7<-6amOwFf}I+$y2O$xe?>c5k`3! zBHuXU=70$s2s;OdQZ1=)%5vRdmVNLREGf5S{%7=+F9X;G?ai_>Ng`#vCpp8=2cYcz zQ>)6*udnclNDUp?N^vi3_Sf`tYP!RX7=$lgG=uhGXQtm~K{@nA+p9E~+Nq!*D|6AT zt^@v^y$0}U?(;#4E-0;y^Ks+Yhn6j`ZYNB=tdXYZM6g5S)<$u@K?2bJ@|`WVMB@6d zIqb`BFPlw5=*1-}I6V8-J}NUkgc8sTE+Ym;c-cJG(uBCmJ=2ux!DqNQMWXI*w7#J8 zBX(3HpHRoYMvLms=+eHoa_XNgET8Wgyf-iLB9h~Yjt&8&AI#Y(#EQ4L>{>|3*AmVx z4-q@@KMjYfDqUra7gAp?Xgq$Rsg&NTCKl|ab*m>1d(gzqW4lOiwde)F<$ERrexE|z zb{bt8Jx5Wze^jqfdRCsKE1?sc58geSf`P388+|VjX_~ClL`Pfn?_?hN^uLB4ji3}4 zuX(ufG4=I+g4cSEl2--O0zJm^T1{}iZ}v9(Xba%-uX#*tEE}7cZC@<(Vo&9o7h==0 zx#-3024-&Q=s?1on{9u|+QayN-v0Yu_G8KL5FFtD+3-X>S4TJ?-+%r3RdT+vHY{Bz z5_|AJ2~uqwMe);(Oj8qZtNyINPeDPkd(;N3l zag6!_rWfg+irbGe-)3f>19Xt2w{Gd{>vt`m^WUNYFN$&qq(L3@9D6jNJL*va!Jp+= zg8Sgbfr-^cpWQZ$f(I(-_&pkJ9Ud9!({hKF)*94Ge;XH<>=NiT=H54c>``8^(R(>5dYT&2d@*P{dmKdm@9={&4Nf0GxO)D@Rb>}1KzTE^CUc`PcLWCCQgeyg z_7Q_eo=F7`zDb{~X2NcEm^Q7=lvwdj*dhtdxJbY+_PX#U^+ZHCRi0#GeeOP2Le&F= zYgF>7jTzz1D|+v*Qg{ueF!Xae{Ah)8FkPMw`ebpu_u0GVxr@yw^Yu zfEO{gX!f)Eg|-xIeq>pDR}imT9P)wnD~NV=mlH6mWFHzD`jcv~UyOZWVIk;rJ`{aU zSJ2T;FsmojU7uc~v|6#O>^rPIR_?Z+r<ApYZp=8uB3)XBxhbn)lC=3w;AwSr zwK`bN(^T&3?k-l{vdRdW_=3}<7mX{|mD4fDt+038#MLVfMgFGUkDZ6lsD~+ZRf31= zWcFt>TaF$C!|h~ELP@5~xQ6<}WM>n4pS|;Q&c>Ij7OIpH-~jDU3Pr~m$T2gw zfB|nia@O%ANiYIXT9D!70eiAv_RYMvaTkbRW`g+aED~fM1y29`IkOxHvgty=h)*C5 zMBmJ(EH-?gzyCdWM+1<#ln#L!ZbHWo2j26d&KMKoWD!Q__7rGSGMj0sc$a^KTIfKSpr1yU3fFN!VQ^5#PY;K^$boTc{5Kfg-Zw02N z@RWPN8J)H=ocew-@ivGj&nqo`eAF58Z>b$GK0$&NJYWFPb=E0hH0vR^loTCA6eO-C zV^d%TAa18vJHsnf<_mmzVd3}-aUNO`y2FFZGRZ_iAdjMCwaHbnD*TpTlXt1##9MAOIMLa?)oH|e5*jpp-Cp6xXFW>T zD6HAxStxqWsCsgSK4VJ|xQEUW0DUmc6AM5@1Q(K&rnXczT{9T$47ylcw5}Nuv2{3L zWNTH6bD>Zpfv2jf>IQ4<;(M z@-?2)V9lA3^Uy6v7KIib?4v79&d=ln@Ti5%UZ$Z-4yD0A~AyaCANZIUh z`0v4n`LyWQEvH(TYwHD+FDfX!F%7I`luLn~6ORp*=w|oit3**TFhqmZ0>WT7K@_bB z;61Y_su#cgv#c&9sGda~P4Iuj%-n+TS)A~J8WU@np2;8KJrN0^=Y8xkaDxpBaGE@C zV>7q!(jLPGt@f-O+IR6U07--9;>CC&n-#Ov`Rzj_HJXuCVMI$$N zB&RcF$NVS&cj*Do%gIuS?U@g=D@a@77X7ZBdvXd2IjU-EN;T6006+TKu=JxL(uxNl z=_n-qEhPwb^QF*aVc}l?uBK|*6{JIqBgSAO?%id(jrcu@Q#TH&dkU-|FHndfUtaCyU#0QH$0$%D9yBdYcV>NkK0IU`a7{#N#fR=W@8ie5hJ(-sRNzgQ2GrVhH7$IX+}A7n<0-uq@{!p>zEous zE;N5W_F7)l^XFMm<%Qz>;Wtb%Z95`2bFRd3ODyQHL8^@I$Zs}Q24XJRUNZ$# zG{iZUKaG#ZFk31bbW?s7hzKA1i{&&7o+#e0!4$Aj0$(}1kFY|#DCE~i-kbQ4Pti@q zo1b@l@1@m1AddVME?caR0+c7qPu9l^hd!-4SkxMEgT;`z5RfLH2vR!bs77F+bxIf0 z^yy5`;KhrbaZUx$E8bDQ&9EF6q)ww7WEDC4jZS>dS$w9i*H*%$)2GW>T=5PSc5gH) zsVTZ2C^`KLeVhkCbaA;;_E`=(9zH0J(;kX_x5rkD?RGiPaDVQBO_{&$?(yYDcYw7i z_tBv7^#GqRIlP*CY@ITf|14}G8*)v~k-XdU1TR%2gQfNuJspJhVkh`5TGnIP5~r;X zcHL-&;f8ZanA2F(r_Vxhm;Gt*WW)~7P^}no!W!VyfHA-O zK9Ym^Bi2O+h84OnHDT~AdQsH$YuHzVhe&&_>hbC2H<`vs?H?Sz%r|f!o1qQWnukOk ztITx5qhE5HmeK3uG;gC>;)4Q@UZQd?`C8!pJ{4t^>N<9k#k$$n74azVV+(Ln0rC zt}cb9uI`t~G6R;c(p`X|EEsDBCERCsxsDpiCdrJzXt|XLen{7zC&7gd*!{NRUAB|G z&Xc{i>xkc_QNQz|hDxJ`@>I-$KP%FyE*gmRSqS6`XU+is-zbDlG8f0iM@fr~xK6)p zNXPEnLOE|DeupJ=ro+#W%CHi>+}-EMH;GBNK|wtgkP|p;b@eq^1G7X4oZ#(J7#G%W zCl1f%1;%p?-%`ir0QH&-dnbS3>j>n%Avi)lVwt+OS9DaPVl52;; zNt&4qkL7KD?tw3P^;%)r9?wRj6y%qI>~|}LS@2;=PNJ$;PL&$5U!?}_TzpQ-Jym)F z=aINWAX;R|`2|>3kbb}w#>|Va7gF~;Cju-GRlAq*nS^7mw#ZUd_v+KKm&ZWyR5Pyt z>9xEcRa?${Xxt&m$w4Y}<;hPO82Pm7@mJ*bY9%M5okT&@DFJKA~vap(TShrq*+B2#qp`xNzbgkOo$98#SeVrQP}yEt z#SRhIX`+fY2T$Z__}P+^t-6c83ao$MD7MpUU(#+l$?AW*^{mis*Onl|JIDW`e{tf? z>YMV43ZNFa4oGm+89YZ)GLB}VJ;F(A%x36dTb*SNYOEvXw|38bD&N{Nt@s`_$W zZAk(dwEQdI<0=zY_I${1g)J9veVZsDnuS7VYQ?qce!#bfS@OXnJ9M-SX73_pub>Nc z_Q2Ros$RD29mfVn0_bJ<(m+C6*t#cS27Cg%{mqsyRL_CL3XdNX8}g@cTSYL7iT_$* zg0Mab&3WK4%s3nOICfv%Ebf-*ehM_{Z^iFEV~7wTOXpl3eURLUdQSfb^1WlJ-U2F= z^ZKVC=zk}Y-hcUog`$uz1ekKes8vGYqJY1byfWU@_l73_?S1-8)ZE;$lLNTI2SG7Z z7p{C}S+7B(Q-yMhu!>$v9;jaPvSj<=swy42)|+r{tASb|QfEL6OXiaigm|hL=*1;E zL4c`h1ySJ$N^k`$w|!svu)faS-!FI&XgfSq^6)-i<(A}{ zTl*fq&(27M?CazmPVJeD#mDV$tYp~dzlRICxIEU>><0BJ+*d~!zMk&MR z(Pu-jgx{ZR!nm;FvVL(S!n&ozlVNd^C-a+YaK_48DdE<*E zq~xWr@t#)&oCRxvR%OX15q-AeZ;|AOwPDZcK9)q$}hlH0-bRp8mAMl90bNRzd>zi+#a6Ly(A*u>0q@60O0-!SnrO%V0C>q z9X!;u`!IezXK4_`yHK5ob+UoZdWZmhP^~w1OvcoY^dhNREzqk_Cma?xo!7y|z@-w^ z+DY@XY)6E3@;81ab|djs}&8pq@@8}xr-NWuflbZW$6<&yL;!qLkrsBc#wfR zi2t6rS#;+u+P{9q2mFLqaJMyqcLGuyr?21~js|_dS~qtouxtB4U#9i3^mqTK#dpWI z{@$fyA@8tE0HuX*?g@(alJeYq#Aa1S5|(;km*U-Y>#Lea{8M1^+}m%VsKX2IMMS1$ zvL^JF_r1eknwL|5{1V|4>EtX9k{jcbuRaCOjcP{${f{*eqI+y(nX=YWG2ekT1Wan< z>4dAIfdN-R&&7LYrbs86NKns|fnGRuA*R^WLjk&NaeQg)kH^x7U-vX&d4UTic51V| z`yf3Cb+>+~J8kQP^i-`s%|>E99|lW%N0~%zgERk_L5eJ`y!@%<_{U#Y+Cdir{QP_U z^j6Kl;n~&6QUVDY3AZm|jzGSMrJ?*2dNk3Fwv;dJ&D|R4J?!)IR-dh|0k>UIpTD! zJM0DW$FHVh;wYy2Gz>NrmOq`PQmD&2;~A#gJ~25No|t$$IXM{(3ZY0bq;Y|crw-ul zed7?sfZ$8v6jzNqFfcnhH6;^p$OkfRih*}^_}?jG;R9SeyoH?|p$%i-rD!la%2Q~g zy*7aPS)QAZ#}n4g&l#}gfp@!D;iSM2o>YtH;$mjOSJl_eb{)nA%~dxrcyIx4f3+Yt z1Heo~-}LZ}w7y|1eib)xa<~u3DT#)sYkFW3wiT>KmqeDGW@qvy8i&6eABeyFx_&oK z@13%Nwm`W=!{_bm>g)gFp7!GE5}r^|B`LjMLK)oP3=%=)S=&97;@a{^8494u97??l3%{H{ zx!(B`XqbHbfoKl{OD|)OQ|&__l=_%(jbgth4*HP@IXTBfn@+!S(rpl%HS}C;mCA57 zJC=BOpUJ>nT1R)p$AE^0vdW$7cXP%U2hlez&cu$*ek`G+U-6ljWxL1@cG-H*WxL!M zR$~q>vmQh(*!ku9%4+~8IZ>#+ok$`;L{L`|^T_ z)7Xv%rp`=O0<-K;AxB3PNythUOn~qc%9MIcq*0BqrvH-cd(Cgol_Pg7MP)P8nz` zJ$XFU+1a#}DJ!e*Uq;6p%kNgbc}rGjhqVSkSJIZ_T4qsKObKQM@rH&~D)?WA{cd(I zGWQmiPc6vF|yq<%SW7rHAM)J{5r_<7?lVR2P z&K22^#t*PlzfGdRv&r0w*{D4b=e2iA<8bX3X7D%rt`hY#Fn;9d1ddjq!SV}lt#qTU zmo^^&%c!%NAMb1McJX~WU8;@KNY3r>GN15>CEDTFq|))#_#R94_x0tqv@n3oq+hpv z!QM(ta%r+^dx>Av-fp3#sY#9XJRj@0gR}!nh;7$Kvu{I|mzNJsx8%SeFv-%klHE=VzCJCBf6!_{L1jDz-|x*F*f-G`PmX*C=U` zKhAIFF|o&(L9n3s9{Oi>T6H8WkV8-1_9{Qj@A^l_<8(%Xk3UJ#rt1NnmOm@ge((Sq zN(X4OzVJv+L2mq$bG8BjnDh^xfwn{B@;6@u)gae>EH*THC}<1S#6=tXGePBXAGdQb z#mU~OR@$b9<7Bg$59_L<_FhCOlA^HuJV!P&NE%`2Hjr@a-;q?2=T}jIfi39afr=ASZsC$$&?j2%C!jr(hQ z?Nfg3JG5?@$?sFCb0^a(SY|;;ZyHo3#kDpkg_oX!g^au@sj14r%|dV|roNLl9>@&g zQxia>pdsF>I5tyQg0i|Fv$^S}>$0^(w-ZQUYy^s%749l0==ZQ`zL@GF1kAx87!Jw*PvKmGP;}lH>LVS#3h&Q zvfp)u@QH7ghj_BnbhT2&6z50Z)aL7Ax!t=;n&7lOdVvWI1#kslw9-;OI{a^V%_oAn zbVqLS^SDp@IVm~$Uq7PuB0IFt7nObQlfT}VSMx#mI$fWuAdR0Dwul}F-FxC+80_R! zal4NNB#%hpe=xC;+WWA;NXh0FQlk5WmR4=rb` z&xhBeYjhu*mI0=^Rta-ENUT!2#JzF(_0d$Gmk+t`>-4Q!Bt7}!k>`8OWxO?9jP%ie z!m>#~?(*1aMuf2h^WS&3Enjd!MUmait7jnE3MAkTP&pYCxoTWu50_hfx5qMgmQd^` z0H1wumkeZNGge55kN*<>NwldZ6uVhbqXlM9ARv{EcG?kx-hRrJ(%e;g#f1yu-1Nfq z^xx>gPB7TZ5B1H=%-ny`@VjGScAjd13BswHLu;QZ_+B(vzS_r^Yh`>uKj&BqlGmo0 z01c`oH7zqO6wW;fYvkBUYtQDi^{m!}=ub0;?2Iw)V`G>87y%}1FzVG)5iN+dt3$}{ z#sna9xgcAzNy*q%S66qhaQrQZ)SLYI6B`9}b7Ce?sdVl^@3_xX%zgg)RZGlw*8*fK z^A&J{!Hh$F?d*z%r+Iw4Nl8iHzkeU{EmK-9i{$v8Z-i^$l?2}Izp1af90c;PaDs{` z{KCSlhu7^F=c~1ScgG?y)VCT%9g;4(K0C1E zI0gR7rfz30*6y`=Rk#Q~rub94pbinUtVqx}nhmA|+SMS9?82VKR|v@HXcMs6;!d)p zWlteP$M+X6g88QA)S9h%g?*Ru4@_@Aiec~LNACN=!lU;8hSOnt@A;bC;<9E@HF#o8 zip3*^>wzuSwniWnrTp;tN0ojnYQ8)n4BG0wt8t|5LFLSh6K{vlzZRb zV&&68%gH+%x_+e2CK2xWo(t5+LoUkIR7d9>zMqd=z(Y8wA3}MC`H-B z(-jR$CBJQd%i_jH6Z%ekv*0Q@WX_uGVS;2us+5nBlF%}*@nza7B;w+Gz8 z=s8Svi-YbSx3f^KiG+TIigj&zo>6B0^mXLc>CMsJqnHes_D9ldpMExxFp*q)S!oKV znV||XN(%42=ZjuH#VA)vEn!!r2Mnp!WYMbN7GgJozh_$aQ`-}BfSc1it)*~Oy{#{`~mv{knGU?Nbl;q%Fe(ht^Ig-8s z_ms@4svw9vL*M)a_--A0d*}B$N4n3+wBPaKWql&WejTg7;(c>k)hmZSX&WTUiy)A3 z7zg4R7OMa9-N7$4a&_sFI~X%A;OWV0PRH3<8~w8HzsEy*q-pl6C2zMrBtzYNco`K* zhNdqt(!O~`y&JGe5wm0cwy$p2hIBp^ARfBV7vlU{-!u(4u)yZC#Zyo?6rBYr^> z1Q&rS;sx|Uq!@;^g}*xVqD5chE^-`T7KAt5H(p9E7y7xRmYGBec(C8qrwVD*J;@-R zJ>Z7?gtBT_UNAdfHfq$+Kt%VS$r%YTMH$$2tyYpkBz|Ri$x%7NIrLr>%EEAACJ7mf+iMT;$|d-%JGg z@8MWXoS}gDnkj$-(TENF#Q$PxL;G&+qXfr+FMq23HT}5?;ok2^uAZynVTut&Wqo3Z zxoDcpuNFe+Xim&TLqJXV=n5&qJ227hnpD%IiI-%UzBzbwWW=Bld31#e#2RZRO3CB; z>+#CS+s{vs{0JO-Vy}2J^=>Ju#OGPOH4`f9dy)k-;W}L1H5&REq~P2hZt7^h`3PIb zF5hAl5nqizLe}JW5o+f@TTXSmGNf#R%%Ev&EjA(dEqIn6_PIj7j?d{I!a-NBB-P8t zV&PT&YYFR_IKv@+93uhiT3mh{Vlf;dR^MJVnww5ff3QvF2lmV?r-9oqKN88GGTcN{ z00)nQf=}f}-?ATxNM#@cL!CGTf*NaOV=2}x+q8(*Nac|?bNhmi#Dnt*Y*aNTU8T>*u%E}3|8On$#E4-sz6xr{LW9X<@YTaOF?Ti!9 zhPEKi0@o)WBF=%(B9+-Ns&W2ZU=DEc;nvnqLXIFaGA$;u?;A#oqosU;ErGQI!asuv zDKjJcr%)T)Vu3RcSUEq*v`TFQ!Udw~?x%MTX!#nx}ptt+h zT}n-}ujl09W^YLA!v@DA$$%|*RayS%*Ex2u2bs;eFOEH*5BiIdfURFh_0$Egfk}Gi zJbdr!kK1W;&`D}Tq9JI|A)v zN^)8!OV0mvGO@BjpE4M4u(j{F1P1Qy>D)}!kl_u6w^bY#gqqCT5n_F^gm1a zaJYzLdB%y*Fk687&4z5*QHIiu#}XL4SV8m5$T4-cXLGSR)+EJs_U(Ywd6m+9Bmae7 ztqWI<(S%wu)1L=nqyPQ8svPt)2=u6%<9%v%5(Eui50T}sFnh~$X^5h466@HCi-yrA zgEU~Vs+gN?pu|+5T%k$OwfUa$rbVi|QrrA|y{Dt0{(M3TLJ&06@;du_zYhH$oq+cC z>$PUnyK$YTX{WBg-PDVI;C`y|`3%R|+l>AVab`;sL41~txsbiF44eQr_ZzQMzX`p@ z#|R;>;oRXdJK%hb;m5ueeXCuv3UMvKC+4ma-Cv+&KKoog)t_L7irh@+^~F`4YIwvS zf`*y6;WQMpK_QoNT-orwn4k{;v&R#FEL}m_F)v%y|Fayr&nt`8Q5#YJckg-E#?LaZN$}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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 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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 diff --git a/icons/obj/library.dmi b/icons/obj/library.dmi index 291b38bb6589506734b96b6e2a2e94ecea96f7d3..156ad49cd82d4eaf3d8dc4207146794ed7fffa4d 100644 GIT binary patch literal 29055 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 ba8yaptoaB(yQKm@Rs?CO>8h3~TfO=paO|f= literal 28423 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 diff --git a/icons/obj/lighting.dmi b/icons/obj/lighting.dmi index 9915991952e9a72407da608471ac745ce3dab61d..15b4d5adcf98f326fe14102e5692853e70978d55 100644 GIT binary patch delta 61324 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

    rjN{C{x<~jYia8G>)vQ&l*T+k6 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 diff --git a/hyperstation/icons/obj/genitals/butt.dmi b/hyperstation/icons/obj/genitals/butt.dmi index 55f746287107b430642fff05e2deb7ac3e4c76b4..d5d8ee53ebb1245e623b9ab4fd9ec89e00a6abc7 100644 GIT binary patch literal 4652 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 HT)Y22D!CcI diff --git a/hyperstation/icons/obj/machinery/reagentblender.dmi b/hyperstation/icons/obj/machinery/reagentblender.dmi deleted file mode 100644 index 85dbd016e2a16f9b4fed5d9184c0a11a14f8f5a8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 565 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�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 delta 7806 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 diff --git a/hyperstation/icons/obj/railings.dmi b/hyperstation/icons/obj/railings.dmi index 1604e6bdd8d099610c01783e704d8364ce19841f..2bccd88f7a486b5c3567289adb1abb559b91a743 100644 GIT binary patch literal 6706 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 literal 7008 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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 deleted file mode 100644 index 96073a3deff0b7c2467721d9d0d4514d73f323ab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1188 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 TyFLFqAd|t<)z4*}Q$iB}0v2rx diff --git a/hyperstation/icons/turf/floors/carpet_kinaris.dmi b/hyperstation/icons/turf/floors/carpet_kinaris.dmi deleted file mode 100644 index 10f90ea93eb609f6c58eff0ab729c05703334db8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1435 zcmV;M1!Ve(P)005u_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 diff --git a/hyperstation/icons/turf/floors/layeniasand.dmi b/hyperstation/icons/turf/floors/layeniasand.dmi deleted file mode 100644 index 7e8681f9f5b984fead60a6a1612b0cb142ee0967..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3442 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 diff --git a/hyperstation/icons/turf/walls/altpod.dmi b/hyperstation/icons/turf/walls/altpod.dmi deleted file mode 100644 index 74a432be18fcc00c8c8e25c83461a38a3a03dc68..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3911 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 M6Dn+a diff --git a/hyperstation/icons/turf/walls/customarrivals.dmi b/hyperstation/icons/turf/walls/customarrivals.dmi deleted file mode 100644 index 35019b8a26588af410672a484d4d3b7c36e8bc07..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6325 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 AZ2$lO diff --git a/hyperstation/icons/turf/walls/customdepartures.dmi b/hyperstation/icons/turf/walls/customdepartures.dmi deleted file mode 100644 index 8a893f411b6f956c1c3d183897df79955d81e36f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 18898 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